/* ▼26.07.16 F.hama Add */
img{ height:auto; }
/* 文字サイズ調整 */
html body {
  font-size: 14px;
  font-weight: 400;
}
body,
body .fs-c-couponExpiration__title,
body .fs-c-checkout-preview__title,
body .fs-c-checkout-multiDestination__title,
body .fs-c-button--primary,
body .fs-c-button--secondary,
body .fs-c-couponAppliedCondition__title,
body .fs-c-buttonContainer--deleteChange > [class^="fs-c-button"],
body .fs-c-documentArticle__heading {
  font-size: 14px;
}
body,
body .side_link{
  font-family: "Noto Sans JP", sans-serif;
}
/* 共通見出し */
.common__head-01,
.CrossHead,
.fs-c-subSection__title,
.fs-c-linkedServiceLogin__title,
.fs-p-announcement__title{
  font-family: "Noto Serif JP", serif !important;
  font-size: 18px;
  border-bottom: #76b52e 1px dotted !important;
  margin: 20px 0 10px !important;
  padding: 0 0 10px !important;
}
.Definition{
  font-family: "Noto Serif JP", serif !important;
  font-size: 16px;
  border-bottom: none !important;
  margin: 20px 0 10px !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  font-weight: 700;
  color:#205615;
}
.Definition:before{
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #205615;
  margin-right: 5px;
}
/* 共通ボタン */
.fs-c-button--primary,
.fs-c-button--secondary,
.fs-c-button--standard{
  background: #1F5615 !important;
  color: #FFF !important;
  border: none !important;
  border-radius: 5px !important;
  font-size: 1.6rem !important;
  padding: 0.8em 1.6em !important;
  box-shadow: none !important;
}
.fs-c-button--secondary{
  background: #C6D67A !important;
  color: #333 !important;
}
.fs-c-button--standard{
  background: #ebebeb !important;
  color: #333 !important;
}
/*右下のカートを見るボタン*/
.fs-p-scrollingCartButton__button {
  background: #E3645A !important;
}
/* 3カラム＞祖先ブロック */
main.fs-l-main {
  max-width: 1060px;
  width: 100%;
  padding: 0;
  position: relative;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
main.fs-l-main {
  padding: 10px;
}
body:has(.layout_right) main.fs-l-main{
  padding: 10px 0;
}
}
@media screen and (max-width: 850px) {
main.fs-l-main {
  padding: 10px;
}
body:has(.layout_right) main.fs-l-main{
  padding: 10px;
}
}

/* 3カラム＞親ブロック */
.fs-l-pageMain {
  width: 100%;
  margin-right: auto;
  min-height: 1060px;
  padding: 20px;
  @media (width < 1200px) {
    /* max-width: 80%; */
    /* width: 75% !important; */
    padding: 0 20px;
  }
  @media (width < 850px) {
    width: 100% !important;
    min-height: auto !important;
    padding: 0px;
  }
  iframe {
    width: 100%;
  }
}
/*3カラム＞コンテンツブロック（右カラムが無い場合）*/
body:has(.layout_right) .fs-l-pageMain{
  width: calc(100% - 400px);
}
@media screen and (max-width: 1200px) {
body:has(.layout_right) .fs-l-pageMain{
  width: calc(100% - 220px);
}
}
@media screen and (min-width: 1200px) {
.fs-l-sideArea + .fs-l-pageMain{
  max-width: 838px;
}
}
/* ドロワー（左カラム）の余白 */
aside.fs-p-drawer {
  padding: 8px 16px 8px 0;
}
@media screen and (max-width: 1200px) {
aside.fs-p-drawer {
  padding: 8px;
}
}
/* ドロワー（左カラム）調整 */
.drawwer__menu {
  display: none;
  min-width:300px;
}
.drawwer__menu h3,
.drawwer__menu ul,
.drawwer__menu ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "Noto Serif JP";
  font-size: 14px;
}
.drawwer__menu h3,
.drawwer__menu .nav-click a{
  position:relative;
  display:block;
  line-height:34px;
}
.drawwer__menu h3{
  font-size: 16px;
  font-weight:bold;
}
.drawwer__menu h3.nav-click a,
.drawwer__menu .nav-click.nav-main a{
  font-weight: 700;
  font-size: 16px;
}
.drawwer__menu .nav-click a:after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  transform: rotate(-45deg);
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #000000;
  content: "";
  vertical-align: middle;
}
.drawwer__menu .c-hamburger-header__menu-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style-type: none;
  margin:0 0 15px;
  padding: 15px 0;
  border-bottom: 1px solid #D9D9D9;
}
.drawwer__menu .c-hamburger-header__menu-list a{
  display: grid;
  justify-items: center;
  grid-template-rows: 32px auto;
  gap: 4px;
  text-decoration: none;
}
.drawwer__menu .c-hamburger-header__menu-list a img{
  height:28px;
}
.drawwer__menu .c-hamburger-header__menu-list a p{
  margin:0;
  font-size:12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:400;
}
.drawwer__menu .bottom {
  border-top: 1px solid #D9D9D9;
  margin-top: 10px;
}
.drawwer__menu .bottom .nav-about{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.drawwer__menu .bottom .nav-about a{
  font-size: 11px;
  line-height:24px;
  display: block;
  padding-left: 7px;
}
.drawwer__menu .bottom .link{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.drawwer__menu .bottom .link img{
  width:28px;
  height:28px;
}
@media screen and (max-width: 1200px) {
.drawwer__menu {
  display: block;
  padding-bottom: 80px;
}
}

/* サイドバー＞検索ボックス */
.s_area {
  width: 132px !important;
  height: 28px !important;
}
.s_btn {
  border-radius: 6px;
  height:auto !important;
  background:#C6D67A !important;
  color: #333 !important;
}
/* トップページ＞おすすめ商品スライダー */
.fs-c-productListCarousel {
  margin: 20px -48px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
.fs-c-productListCarousel {
  margin: 20px 0;
}
}
/* トップページ＞youtube表示 */
.yt-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.yt-wrapper lite-youtube {
  max-width: 9999px;
}
/* 一覧　サムネ正方形表示（おすすめ商品＆商品一覧＆商品検索） */
.fs-c-productListCarousel .slick-slide img,
img.fs-c-productListItem__image__image{
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  object-position: center !important;
}
/* 一覧　カートを見るボタン非表示 */
.fs-c-productListItem__control.fs-c-buttonContainer{
  display:none
}
/* 商品一覧＞キャッチコピー表示 */
.fs-c-productName__copy{
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
}
/* 商品一覧＞定期販売アイコン目立たせ */
.fs-c-productMarks .fs-c-mark--subscription.fs-c-mark {
  background: #205615;
  color: #fff;
}
.fs-c-productMarks .fs-c-mark--subscription.fs-c-mark .fs-c-mark__label{
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}
/* 商品一覧＞価格表示 */
.fs-c-price__value{
  font-size: 24px;
  font-weight: 400;
}
/* 商品詳細＞価格表示 */
.fs-body-product .fs-c-price__value{
  font-size: 36px;
  font-weight: 400;
}
.fs-c-productPrice__main__label,
.fs-c-productPrice__addon{
  font-size: 12px;
}
/* 商品一覧＞商品グループ表示 */
.fs-c-subgroupList__link {
  background-color: #76b52e;
  border: 1px solid #fff;
}
.fs-c-subgroupList__label {
  color: #fff;
}
.fs-c-subgroupList__link:after {
  color: #fff;
}
/* 商品一覧＞ページ見出し */
.fs-c-heading--page,
.pageTitle{
  font-family: "Noto Serif JP", serif !important;
  border-bottom: #76b52e 1px dotted !important;
  font-size: 2.6rem !important;
  font-weight: 400 !important;
  margin: 0 0 1.2em !important;
  padding: 0 0 1.2em !important;
  text-align: center !important;
}

/* 商品詳細＞商品名 */
.fs-body-product .fs-c-productNameHeading {
  margin: 0 0 20px;
  padding: 0 0 12px;
  border-bottom: 1px solid #e5e5e5;
}
.fs-body-product .fs-c-productNameHeading .fs-c-productNameHeading__copy{
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.fs-body-product .fs-c-productNameHeading__name {
  font-size: 25px;
}
@media screen and (max-width: 1200px){
.fs-body-product .fs-c-productNameHeading__name {
  font-size: 18px;
}
}
/* 商品詳細＞サムネ中央寄せ */
.fs-c-productCarouselMainImage__thumbnailList {
  justify-content: center;
}
/* 商品詳細＞サムネ拡大ボタン消す */
.fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer{
  display:none;
}
/* 商品詳細＞お気に入りに登録ボタン非表示 */
.fs-c-buttonContainer--addToWishList--detail,
.fs-body-product .fs-c-productQuantityAndWishlist__wishlist {
  display: none;
}
/* 商品詳細＞購入数セレクト */
.fs-body-product .fs-c-quantity{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  height: 100%;
}
.fs-body-product .fs-c-quantity::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: auto;
  content: "数量";
  font-size: 15px;
}
.fs-body-product .fs-c-quantity__select {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  height: 40px;
  margin: 0 15px;
  padding-left: 19px;
  font-size: 15px;
}
/* 商品詳細＞カートボタン */
.fs-body-product .fs-c-productActionButton{
  margin-bottom:30px;
  width: 100%;
}
.fs-body-product .fs-c-button--addToCart--detail,
.fs-body-product .fs-c-button--addToSubscriptionCart--detail{
  display: inline-block;
  flex-shrink: 0;
  width: 100%;
  min-width: 100%;
  border: solid 1px #c74d43 !important;
  border-radius: 5px !important;
  background-image: linear-gradient(to bottom, #f1877e, #E3645A) !important;
  box-shadow: none !important;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.fs-body-product .fs-c-button--addToCart--detail .fs-c-button__label,
.fs-body-product .fs-c-button--addToSubscriptionCart--detail .fs-c-button__label{
  font-family: "Noto Serif JP", serif;
  font-size: 2.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fs-body-product .fs-c-button--addToCart--detail .fs-c-button__label:before,
.fs-body-product .fs-c-button--addToSubscriptionCart--detail .fs-c-button__label:before{
  margin-right: 10px;
  content: url(https://gohan.itembox.cloud/item/assets/image/pc/add-cart-icon.svg);
}
/* 商品詳細＞定期便カート */
.fs-body-product .fs-c-productQuantityAndAction {
  flex-direction: column-reverse;
  flex-wrap: inherit;
  gap: 15px;
  align-items: flex-start !important;
}
.fs-body-product .fs-c-productQuantityAndAction .fs-c-quantity {
  flex-shrink: inherit;
  justify-content: flex-start;
  max-width: 1px;
  height: auto;
  margin: 0;
}
/* 商品詳細＞販売終了メッセージ上下余白 */
.fs-c-productSalesPeriod {
  margin: 20px 0;
}
/* 商品詳細＞レビューボタン */
.fs-body-product .fs-c-button--addReview--detail{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  background-color: #205615;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
/* 商品詳細＞バリエーションボタン */
body .fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel:where(:not(.fs-c-variationPanelList__panel--outOfStock)) {
  border-color: #76B52E;
}
body .fs-c-variationPanelList__radio:checked + .fs-c-variationPanelList__panel .fs-c-variationPanelList__panel__content {
  background: #76B52E;
  color: #ffffff;
}

/*ショッピングカート＞ボタン 目立たせる*/
a.fs-c-button--continueShopping.fs-c-button--standard{
  background: #ffc021;
  border: 1px solid #ffc021;
  font-size: 16px;
  padding: 0.8em 1.6em 0.6em;
  box-shadow: 0 0 2px #b2b2b2;
  min-width: 240px;
}
@media screen and (max-width: 1200px){
a.fs-c-button--continueShopping.fs-c-button--standard{
  font-size: 14px;
}
}
/*ログイン レイアウト調整*/
.fs-c-registeredUsers.fs-c-subSection{
  margin: 24px auto;
  max-width: 600px;
}

/* ▲26.07.16 F.hama Add */











#header-top.new-style {
  max-width: 1060px;
  width: 100%;

  clear: none;

  #desc {
    max-width: 440px;
    width: 100%;
  }
}

#nav.new-style {
  height: 52px;

  /* @media (width < 1200px) {
    display: none;
  } */
  ul {
    max-width: 1060px;
    width: 100%;
    height: auto;

    li {
      height: auto;
    }
  }
}

.common-main__content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;

  @media (width < 1200px) {
    width: 100%;
  }
  @media (width < 700px) {
    grid-template-columns: 1fr;
  }
}



.system_content {
  width: 100% !important;
  float: initial !important;
}

#top_intro {
  width: 100% !important;

  a {
    img {
      max-width: 295px;
      width: 100%;
      @media (width < 850px) {
		width: 100% !important;
		max-width: 100%;
        img {
          width: 100% !important;
        }
      }
    }
  }
}

.mt_title {
  width: 100% !important;
  @media (width < 850px) {
    width: 100% !important;
    img {
      width: 100% !important;
    }
  }
}

#top_intro img {
  @media (width < 850px) {
    width: 100% !important;
  }
}

.layout_right {

    width: 190px;
    
    /* stickyによる追従配置を設定 */
    position: sticky;
    top: 20px; /* 画面上部に固定される時のTop位置 */
    margin-top: 20px;
    
    /* 不要な位置指定をリセット */
    bottom: auto;
    right: auto;
    left: auto;

/*
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: unset;
  margin: auto;
  margin-top: 20px;
*/

  @media (width < 1200px) {
    margin-top: 0;
    right: 15px;
  }
  @media (width < 850px) {
    width: 100% !important;
    position: relative;
    right: 0;
  }
  a {
    display: block;
  }
  img {
    width: 100%;
  }
}


/*フッター*/
#footer #footer-inner {
  max-width: 1060px ;
  width: 100%;
  min-height: 1px;
  padding: 10px 0 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#footer #footer-inner #footer01,
#footer #footer-inner #footer02,
#footer #footer-inner #footer03{
  width:auto;
  margin: 0;
}
@media screen and (max-width: 1200px) {
#footer #footer-inner {
  grid-template-columns: 1fr;
  gap: 0;
}
#footer #footer-inner #footer02{
  display:none;
}
#footer #footer-inner #footer01,
#footer #footer-inner #footer03{
  padding: 10px;
}
}
#footer #footer-inner h4,
#footer #footer-inner p,
#footer #footer-inner ul,
#footer #footer-inner li{
  margin:0;
  padding:0;
}
#footer #footer-inner h4{
  margin:10px 0;
}
#footer #footer-inner p.kome{
  text-indent: -1em;
  padding-left: 1em;
}
#footer #footer-inner ul{
  margin:0 0 0 20px;
  list-style: square outside;
}

#footer #footer-inner img{
  margin:10px 0;
}
#footer #footer-inner table{
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
}
#footer #footer-inner table th,
#footer #footer-inner table td{
  padding: 2px 5px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 12px;
}
#footer #footer-inner table td {
  background: #fff;
}
#footer #footer-inner hr {
  border: none;
  border-top: 1px dotted #76B52E;
  margin: 10px 0 20px;
}

.header__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1060px;
  margin: 0 auto;
  gap: 10px;
  padding: 50px 10px 20px;
  h1 {
    max-width: 300px;
    margin: 0 auto;
  }
  .desc {
    max-width: 440px;
    margin: 0 auto;
    font-weight: bold;
    background-color: #fffb8d;
    padding: 15px;
  }
  .cart {
    max-width: 200px;
    margin: 30px auto;
  }
}

.fs-l-header__drawerOpener {
  position: fixed;
  top: 5px;
  left: 0;

  width: fit-content;
  height: fit-content;
}

.nav {
  background: #76b52e;
  ul {
    list-style: none;
    max-width: 1060px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 0;

    @media (width < 850px) {
      grid-template-columns: repeat(2, 1fr);
    }

    li {
      border-left: 1px solid #fff;

      @media (width < 850px) {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
      }

      &:last-child {
        border-right: 1px solid #fff;
      }
    }
  }
}

.fax_btn {
  width: 100% !important;
}

.fs-c-breadcrumb__list {
  max-width: 1060px;
  margin-inline: auto;
  margin-top: 20px;
}

#about_menu {
  ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;

    @media (width < 850px) {
      grid-template-columns: repeat(2, 1fr);
    }

    li {
      list-style: none;
    }
  }
}

.header__nav {
	background-color: #fff;
	ul {
max-width: 1060px;
    margin: 0 auto;
    padding: 0;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));

    li {
	background-color: #76b52e;
      list-style-type: none;

      &:first-child {
        border-left: 1px solid #fff;
      }

      a {
        color: #fff;
        font-family: "Noto Serif JP", serif;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
      }
    }
  }
}




.link__button {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 5px;
	text-align: center;

	&:hover {
opacity: 0.8;
	}

	&.__red {
background-color:#E3645A;
color: #fff;
	}
	&.__green {
background-color:#205615;
color: #fff;
	}
	&.__light-green {
background-color:#C6D67A;
	}
}

.tel__content {
	font-family: "Noto Serif JP", serif;
	background-color: #FAF5E2;
	margin-top: 10px;

	.inner {
padding: 5px;
	}

	h2 {
background-color:#E3645A;
text-align: center;
color: #fff;
font-size: 12px;
padding: 5px;
	}

	h3 {
margin-top: 0px;
	}

	h4 {
font-size: 23px;
margin: 0;
font-weight: bold;
	}

	p {
font-size: 10px;
margin: 0px;
margin-top: 5px;
	}

	&.__red {
h4 {
	color: #E3645A;
}
	}
	&.__green {
h4 {
	color: #C6D67A;
}
	}

	a {
background-color: #C6D67A;
color: #fff;
text-align: center;
border-radius: 5px;
padding: 10px;
margin-top: 10px;
	}
}

.fs-c-button--addToWishList--icon {
	display: none;
}

.fs-c-productListItem__viewMoreImageButton {
	display: none;
}

/*ログインログアウトの表示切り替えを行うCSS*/
.logout{ display: none; /*デフォルトでログイン時ボタンは消す*/ }
.login.my-true { display: none; }
.login.my-false { display: block; }
.logout.my-true { display: block; }

@media screen and (min-width: 768px) {
   .fs-c-productList__list {
     display: -ms-grid;
     display: grid;
     -ms-grid-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
     grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
   }
   .fs-c-productList__list > *:nth-child(1) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 1;
     grid-row: 1;
   }
   .fs-c-productList__list > *:nth-child(2) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 1;
     grid-row: 1;
   }
   .fs-c-productList__list > *:nth-child(3) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 1;
     grid-row: 1;
   }
   .fs-c-productList__list > *:nth-child(4) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 2;
     grid-row: 2;
   }
   .fs-c-productList__list > *:nth-child(5) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 2;
     grid-row: 2;
   }
   .fs-c-productList__list > *:nth-child(6) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 2;
     grid-row: 2;
   }
   .fs-c-productList__list > *:nth-child(7) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 3;
     grid-row: 3;
   }
   .fs-c-productList__list > *:nth-child(8) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 3;
     grid-row: 3;
   }
   .fs-c-productList__list > *:nth-child(9) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 3;
     grid-row: 3;
   }
   .fs-c-productList__list > *:nth-child(10) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 4;
     grid-row: 4;
   }
   .fs-c-productList__list > *:nth-child(11) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 4;
     grid-row: 4;
   }
   .fs-c-productList__list > *:nth-child(12) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 4;
     grid-row: 4;
   }
   .fs-c-productList__list > *:nth-child(13) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 5;
     grid-row: 5;
   }
   .fs-c-productList__list > *:nth-child(14) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 5;
     grid-row: 5;
   }
   .fs-c-productList__list > *:nth-child(15) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 5;
     grid-row: 5;
   }
   .fs-c-productList__list > *:nth-child(16) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 6;
     grid-row: 6;
   }
   .fs-c-productList__list > *:nth-child(17) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 6;
     grid-row: 6;
   }
   .fs-c-productList__list > *:nth-child(18) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 6;
     grid-row: 6;
   }
   .fs-c-productList__list > *:nth-child(19) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 7;
     grid-row: 7;
   }
   .fs-c-productList__list > *:nth-child(20) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 7;
     grid-row: 7;
   }
   .fs-c-productList__list > *:nth-child(21) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 7;
     grid-row: 7;
   }
   .fs-c-productList__list > *:nth-child(22) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 8;
     grid-row: 8;
   }
   .fs-c-productList__list > *:nth-child(23) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 8;
     grid-row: 8;
   }
   .fs-c-productList__list > *:nth-child(24) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 8;
     grid-row: 8;
   }
   .fs-c-productList__list > *:nth-child(25) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 9;
     grid-row: 9;
   }
   .fs-c-productList__list > *:nth-child(26) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 9;
     grid-row: 9;
   }
   .fs-c-productList__list > *:nth-child(27) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 9;
     grid-row: 9;
   }
   .fs-c-productList__list > *:nth-child(28) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 10;
     grid-row: 10;
   }
   .fs-c-productList__list > *:nth-child(29) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 10;
     grid-row: 10;
   }
   .fs-c-productList__list > *:nth-child(30) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 10;
     grid-row: 10;
   }
   .fs-c-productList__list > *:nth-child(31) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 11;
     grid-row: 11;
   }
   .fs-c-productList__list > *:nth-child(32) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 11;
     grid-row: 11;
   }
   .fs-c-productList__list > *:nth-child(33) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 11;
     grid-row: 11;
   }
   .fs-c-productList__list > *:nth-child(34) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 12;
     grid-row: 12;
   }
   .fs-c-productList__list > *:nth-child(35) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 12;
     grid-row: 12;
   }
   .fs-c-productList__list > *:nth-child(36) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 12;
     grid-row: 12;
   }
   .fs-c-productList__list > *:nth-child(37) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 13;
     grid-row: 13;
   }
   .fs-c-productList__list > *:nth-child(38) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 13;
     grid-row: 13;
   }
   .fs-c-productList__list > *:nth-child(39) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 13;
     grid-row: 13;
   }
   .fs-c-productList__list > *:nth-child(40) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 14;
     grid-row: 14;
   }
   .fs-c-productList__list > *:nth-child(41) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 14;
     grid-row: 14;
   }
   .fs-c-productList__list > *:nth-child(42) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 14;
     grid-row: 14;
   }
   .fs-c-productList__list > *:nth-child(43) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 15;
     grid-row: 15;
   }
   .fs-c-productList__list > *:nth-child(44) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 15;
     grid-row: 15;
   }
   .fs-c-productList__list > *:nth-child(45) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 15;
     grid-row: 15;
   }
   .fs-c-productList__list > *:nth-child(46) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 16;
     grid-row: 16;
   }
   .fs-c-productList__list > *:nth-child(47) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 16;
     grid-row: 16;
   }
   .fs-c-productList__list > *:nth-child(48) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 16;
     grid-row: 16;
   }
   .fs-c-productList__list > *:nth-child(49) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 17;
     grid-row: 17;
   }
   .fs-c-productList__list > *:nth-child(50) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 17;
     grid-row: 17;
   }
   .fs-c-productList__list > *:nth-child(51) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 17;
     grid-row: 17;
   }
   .fs-c-productList__list > *:nth-child(52) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 18;
     grid-row: 18;
   }
   .fs-c-productList__list > *:nth-child(53) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 18;
     grid-row: 18;
   }
   .fs-c-productList__list > *:nth-child(54) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 18;
     grid-row: 18;
   }
   .fs-c-productList__list > *:nth-child(55) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 19;
     grid-row: 19;
   }
   .fs-c-productList__list > *:nth-child(56) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 19;
     grid-row: 19;
   }
   .fs-c-productList__list > *:nth-child(57) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 19;
     grid-row: 19;
   }
   .fs-c-productList__list > *:nth-child(58) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 20;
     grid-row: 20;
   }
   .fs-c-productList__list > *:nth-child(59) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 20;
     grid-row: 20;
   }
   .fs-c-productList__list > *:nth-child(60) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 20;
     grid-row: 20;
   }
   .fs-c-productList__list > *:nth-child(61) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 21;
     grid-row: 21;
   }
   .fs-c-productList__list > *:nth-child(62) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 21;
     grid-row: 21;
   }
   .fs-c-productList__list > *:nth-child(63) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 21;
     grid-row: 21;
   }
   .fs-c-productList__list > *:nth-child(64) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 22;
     grid-row: 22;
   }
   .fs-c-productList__list > *:nth-child(65) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 22;
     grid-row: 22;
   }
   .fs-c-productList__list > *:nth-child(66) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 22;
     grid-row: 22;
   }
   .fs-c-productList__list > *:nth-child(67) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 23;
     grid-row: 23;
   }
   .fs-c-productList__list > *:nth-child(68) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 23;
     grid-row: 23;
   }
   .fs-c-productList__list > *:nth-child(69) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 23;
     grid-row: 23;
   }
   .fs-c-productList__list > *:nth-child(70) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 24;
     grid-row: 24;
   }
   .fs-c-productList__list > *:nth-child(71) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 24;
     grid-row: 24;
   }
   .fs-c-productList__list > *:nth-child(72) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 24;
     grid-row: 24;
   }
   .fs-c-productList__list > *:nth-child(73) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 25;
     grid-row: 25;
   }
   .fs-c-productList__list > *:nth-child(74) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 25;
     grid-row: 25;
   }
   .fs-c-productList__list > *:nth-child(75) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 25;
     grid-row: 25;
   }
   .fs-c-productList__list > *:nth-child(76) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 26;
     grid-row: 26;
   }
   .fs-c-productList__list > *:nth-child(77) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 26;
     grid-row: 26;
   }
   .fs-c-productList__list > *:nth-child(78) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 26;
     grid-row: 26;
   }
   .fs-c-productList__list > *:nth-child(79) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 27;
     grid-row: 27;
   }
   .fs-c-productList__list > *:nth-child(80) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 27;
     grid-row: 27;
   }
   .fs-c-productList__list > *:nth-child(81) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 27;
     grid-row: 27;
   }
   .fs-c-productList__list > *:nth-child(82) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 28;
     grid-row: 28;
   }
   .fs-c-productList__list > *:nth-child(83) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 28;
     grid-row: 28;
   }
   .fs-c-productList__list > *:nth-child(84) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 28;
     grid-row: 28;
   }
   .fs-c-productList__list > *:nth-child(85) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 29;
     grid-row: 29;
   }
   .fs-c-productList__list > *:nth-child(86) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 29;
     grid-row: 29;
   }
   .fs-c-productList__list > *:nth-child(87) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 29;
     grid-row: 29;
   }
   .fs-c-productList__list > *:nth-child(88) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 30;
     grid-row: 30;
   }
   .fs-c-productList__list > *:nth-child(89) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 30;
     grid-row: 30;
   }
   .fs-c-productList__list > *:nth-child(90) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 30;
     grid-row: 30;
   }
   .fs-c-productList__list > *:nth-child(91) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 31;
     grid-row: 31;
   }
   .fs-c-productList__list > *:nth-child(92) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 31;
     grid-row: 31;
   }
   .fs-c-productList__list > *:nth-child(93) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 31;
     grid-row: 31;
   }
   .fs-c-productList__list > *:nth-child(94) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 32;
     grid-row: 32;
   }
   .fs-c-productList__list > *:nth-child(95) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 32;
     grid-row: 32;
   }
   .fs-c-productList__list > *:nth-child(96) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 32;
     grid-row: 32;
   }
   .fs-c-productList__list > *:nth-child(97) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 33;
     grid-row: 33;
   }
   .fs-c-productList__list > *:nth-child(98) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 33;
     grid-row: 33;
   }
   .fs-c-productList__list > *:nth-child(99) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 33;
     grid-row: 33;
   }
   .fs-c-productList__list > *:nth-child(100) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 34;
     grid-row: 34;
   }
   .fs-c-productList__list > *:nth-child(101) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 34;
     grid-row: 34;
   }
   .fs-c-productList__list > *:nth-child(102) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 34;
     grid-row: 34;
   }
   .fs-c-productList__list > *:nth-child(103) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 35;
     grid-row: 35;
   }
   .fs-c-productList__list > *:nth-child(104) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 35;
     grid-row: 35;
   }
   .fs-c-productList__list > *:nth-child(105) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 35;
     grid-row: 35;
   }
   .fs-c-productList__list > *:nth-child(106) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 36;
     grid-row: 36;
   }
   .fs-c-productList__list > *:nth-child(107) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 36;
     grid-row: 36;
   }
   .fs-c-productList__list > *:nth-child(108) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 36;
     grid-row: 36;
   }
   .fs-c-productList__list > *:nth-child(109) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 37;
     grid-row: 37;
   }
   .fs-c-productList__list > *:nth-child(110) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 37;
     grid-row: 37;
   }
   .fs-c-productList__list > *:nth-child(111) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 37;
     grid-row: 37;
   }
   .fs-c-productList__list > *:nth-child(112) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 38;
     grid-row: 38;
   }
   .fs-c-productList__list > *:nth-child(113) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 38;
     grid-row: 38;
   }
   .fs-c-productList__list > *:nth-child(114) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 38;
     grid-row: 38;
   }
   .fs-c-productList__list > *:nth-child(115) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 39;
     grid-row: 39;
   }
   .fs-c-productList__list > *:nth-child(116) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 39;
     grid-row: 39;
   }
   .fs-c-productList__list > *:nth-child(117) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 39;
     grid-row: 39;
   }
   .fs-c-productList__list > *:nth-child(118) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 40;
     grid-row: 40;
   }
   .fs-c-productList__list > *:nth-child(119) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 40;
     grid-row: 40;
   }
   .fs-c-productList__list > *:nth-child(120) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 40;
     grid-row: 40;
   }
   .fs-c-productList__list > *:nth-child(121) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 41;
     grid-row: 41;
   }
   .fs-c-productList__list > *:nth-child(122) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 41;
     grid-row: 41;
   }
   .fs-c-productList__list > *:nth-child(123) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 41;
     grid-row: 41;
   }
   .fs-c-productList__list > *:nth-child(124) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 42;
     grid-row: 42;
   }
   .fs-c-productList__list > *:nth-child(125) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 42;
     grid-row: 42;
   }
   .fs-c-productList__list > *:nth-child(126) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 42;
     grid-row: 42;
   }
   .fs-c-productList__list > *:nth-child(127) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 43;
     grid-row: 43;
   }
   .fs-c-productList__list > *:nth-child(128) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 43;
     grid-row: 43;
   }
   .fs-c-productList__list > *:nth-child(129) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 43;
     grid-row: 43;
   }
   .fs-c-productList__list > *:nth-child(130) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 44;
     grid-row: 44;
   }
   .fs-c-productList__list > *:nth-child(131) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 44;
     grid-row: 44;
   }
   .fs-c-productList__list > *:nth-child(132) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 44;
     grid-row: 44;
   }
   .fs-c-productList__list > *:nth-child(133) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 45;
     grid-row: 45;
   }
   .fs-c-productList__list > *:nth-child(134) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 45;
     grid-row: 45;
   }
   .fs-c-productList__list > *:nth-child(135) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 45;
     grid-row: 45;
   }
   .fs-c-productList__list > *:nth-child(136) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 46;
     grid-row: 46;
   }
   .fs-c-productList__list > *:nth-child(137) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 46;
     grid-row: 46;
   }
   .fs-c-productList__list > *:nth-child(138) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 46;
     grid-row: 46;
   }
   .fs-c-productList__list > *:nth-child(139) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 47;
     grid-row: 47;
   }
   .fs-c-productList__list > *:nth-child(140) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 47;
     grid-row: 47;
   }
   .fs-c-productList__list > *:nth-child(141) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 47;
     grid-row: 47;
   }
   .fs-c-productList__list > *:nth-child(142) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 48;
     grid-row: 48;
   }
   .fs-c-productList__list > *:nth-child(143) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 48;
     grid-row: 48;
   }
   .fs-c-productList__list > *:nth-child(144) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 48;
     grid-row: 48;
   }
   .fs-c-productList__list > *:nth-child(145) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 49;
     grid-row: 49;
   }
   .fs-c-productList__list > *:nth-child(146) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 49;
     grid-row: 49;
   }
   .fs-c-productList__list > *:nth-child(147) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 49;
     grid-row: 49;
   }
   .fs-c-productList__list > *:nth-child(148) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 50;
     grid-row: 50;
   }
   .fs-c-productList__list > *:nth-child(149) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 50;
     grid-row: 50;
   }
   .fs-c-productList__list > *:nth-child(150) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 50;
     grid-row: 50;
   }
   .fs-c-productList__list > *:nth-child(151) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 51;
     grid-row: 51;
   }
   .fs-c-productList__list > *:nth-child(152) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 51;
     grid-row: 51;
   }
   .fs-c-productList__list > *:nth-child(153) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 51;
     grid-row: 51;
   }
   .fs-c-productList__list > *:nth-child(154) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 52;
     grid-row: 52;
   }
   .fs-c-productList__list > *:nth-child(155) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 52;
     grid-row: 52;
   }
   .fs-c-productList__list > *:nth-child(156) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 52;
     grid-row: 52;
   }
   .fs-c-productList__list > *:nth-child(157) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 53;
     grid-row: 53;
   }
   .fs-c-productList__list > *:nth-child(158) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 53;
     grid-row: 53;
   }
   .fs-c-productList__list > *:nth-child(159) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 53;
     grid-row: 53;
   }
   .fs-c-productList__list > *:nth-child(160) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 54;
     grid-row: 54;
   }
   .fs-c-productList__list > *:nth-child(161) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 54;
     grid-row: 54;
   }
   .fs-c-productList__list > *:nth-child(162) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 54;
     grid-row: 54;
   }
   .fs-c-productList__list > *:nth-child(163) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 55;
     grid-row: 55;
   }
   .fs-c-productList__list > *:nth-child(164) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 55;
     grid-row: 55;
   }
   .fs-c-productList__list > *:nth-child(165) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 55;
     grid-row: 55;
   }
   .fs-c-productList__list > *:nth-child(166) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 56;
     grid-row: 56;
   }
   .fs-c-productList__list > *:nth-child(167) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 56;
     grid-row: 56;
   }
   .fs-c-productList__list > *:nth-child(168) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 56;
     grid-row: 56;
   }
   .fs-c-productList__list > *:nth-child(169) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 57;
     grid-row: 57;
   }
   .fs-c-productList__list > *:nth-child(170) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 57;
     grid-row: 57;
   }
   .fs-c-productList__list > *:nth-child(171) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 57;
     grid-row: 57;
   }
   .fs-c-productList__list > *:nth-child(172) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 58;
     grid-row: 58;
   }
   .fs-c-productList__list > *:nth-child(173) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 58;
     grid-row: 58;
   }
   .fs-c-productList__list > *:nth-child(174) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 58;
     grid-row: 58;
   }
   .fs-c-productList__list > *:nth-child(175) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 59;
     grid-row: 59;
   }
   .fs-c-productList__list > *:nth-child(176) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 59;
     grid-row: 59;
   }
   .fs-c-productList__list > *:nth-child(177) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 59;
     grid-row: 59;
   }
   .fs-c-productList__list > *:nth-child(178) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 60;
     grid-row: 60;
   }
   .fs-c-productList__list > *:nth-child(179) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 60;
     grid-row: 60;
   }
   .fs-c-productList__list > *:nth-child(180) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 60;
     grid-row: 60;
   }
   .fs-c-productList__list > *:nth-child(181) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 61;
     grid-row: 61;
   }
   .fs-c-productList__list > *:nth-child(182) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 61;
     grid-row: 61;
   }
   .fs-c-productList__list > *:nth-child(183) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 61;
     grid-row: 61;
   }
   .fs-c-productList__list > *:nth-child(184) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 62;
     grid-row: 62;
   }
   .fs-c-productList__list > *:nth-child(185) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 62;
     grid-row: 62;
   }
   .fs-c-productList__list > *:nth-child(186) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 62;
     grid-row: 62;
   }
   .fs-c-productList__list > *:nth-child(187) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 63;
     grid-row: 63;
   }
   .fs-c-productList__list > *:nth-child(188) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 63;
     grid-row: 63;
   }
   .fs-c-productList__list > *:nth-child(189) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 63;
     grid-row: 63;
   }
   .fs-c-productList__list > *:nth-child(190) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 64;
     grid-row: 64;
   }
   .fs-c-productList__list > *:nth-child(191) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 64;
     grid-row: 64;
   }
   .fs-c-productList__list > *:nth-child(192) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 64;
     grid-row: 64;
   }
   .fs-c-productList__list > *:nth-child(193) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 65;
     grid-row: 65;
   }
   .fs-c-productList__list > *:nth-child(194) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 65;
     grid-row: 65;
   }
   .fs-c-productList__list > *:nth-child(195) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 65;
     grid-row: 65;
   }
   .fs-c-productList__list > *:nth-child(196) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 66;
     grid-row: 66;
   }
   .fs-c-productList__list > *:nth-child(197) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 66;
     grid-row: 66;
   }
   .fs-c-productList__list > *:nth-child(198) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 66;
     grid-row: 66;
   }
   .fs-c-productList__list > *:nth-child(199) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 67;
     grid-row: 67;
   }
   .fs-c-productList__list > *:nth-child(200) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 67;
     grid-row: 67;
   }
 }
 @media screen and (min-width: 960px) {
   .fs-c-productList__list {
     display: -ms-grid;
     display: grid;
     -ms-grid-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
     grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
   }
   .fs-c-productList__list > *:nth-child(1) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 1;
     grid-row: 1;
   }
   .fs-c-productList__list > *:nth-child(2) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 1;
     grid-row: 1;
   }
   .fs-c-productList__list > *:nth-child(3) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 1;
     grid-row: 1;
   }
   .fs-c-productList__list > *:nth-child(4) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 2;
     grid-row: 2;
   }
   .fs-c-productList__list > *:nth-child(5) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 2;
     grid-row: 2;
   }
   .fs-c-productList__list > *:nth-child(6) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 2;
     grid-row: 2;
   }
   .fs-c-productList__list > *:nth-child(7) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 3;
     grid-row: 3;
   }
   .fs-c-productList__list > *:nth-child(8) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 3;
     grid-row: 3;
   }
   .fs-c-productList__list > *:nth-child(9) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 3;
     grid-row: 3;
   }
   .fs-c-productList__list > *:nth-child(10) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 4;
     grid-row: 4;
   }
   .fs-c-productList__list > *:nth-child(11) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 4;
     grid-row: 4;
   }
   .fs-c-productList__list > *:nth-child(12) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 4;
     grid-row: 4;
   }
   .fs-c-productList__list > *:nth-child(13) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 5;
     grid-row: 5;
   }
   .fs-c-productList__list > *:nth-child(14) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 5;
     grid-row: 5;
   }
   .fs-c-productList__list > *:nth-child(15) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 5;
     grid-row: 5;
   }
   .fs-c-productList__list > *:nth-child(16) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 6;
     grid-row: 6;
   }
   .fs-c-productList__list > *:nth-child(17) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 6;
     grid-row: 6;
   }
   .fs-c-productList__list > *:nth-child(18) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 6;
     grid-row: 6;
   }
   .fs-c-productList__list > *:nth-child(19) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 7;
     grid-row: 7;
   }
   .fs-c-productList__list > *:nth-child(20) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 7;
     grid-row: 7;
   }
   .fs-c-productList__list > *:nth-child(21) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 7;
     grid-row: 7;
   }
   .fs-c-productList__list > *:nth-child(22) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 8;
     grid-row: 8;
   }
   .fs-c-productList__list > *:nth-child(23) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 8;
     grid-row: 8;
   }
   .fs-c-productList__list > *:nth-child(24) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 8;
     grid-row: 8;
   }
   .fs-c-productList__list > *:nth-child(25) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 9;
     grid-row: 9;
   }
   .fs-c-productList__list > *:nth-child(26) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 9;
     grid-row: 9;
   }
   .fs-c-productList__list > *:nth-child(27) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 9;
     grid-row: 9;
   }
   .fs-c-productList__list > *:nth-child(28) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 10;
     grid-row: 10;
   }
   .fs-c-productList__list > *:nth-child(29) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 10;
     grid-row: 10;
   }
   .fs-c-productList__list > *:nth-child(30) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 10;
     grid-row: 10;
   }
   .fs-c-productList__list > *:nth-child(31) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 11;
     grid-row: 11;
   }
   .fs-c-productList__list > *:nth-child(32) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 11;
     grid-row: 11;
   }
   .fs-c-productList__list > *:nth-child(33) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 11;
     grid-row: 11;
   }
   .fs-c-productList__list > *:nth-child(34) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 12;
     grid-row: 12;
   }
   .fs-c-productList__list > *:nth-child(35) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 12;
     grid-row: 12;
   }
   .fs-c-productList__list > *:nth-child(36) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 12;
     grid-row: 12;
   }
   .fs-c-productList__list > *:nth-child(37) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 13;
     grid-row: 13;
   }
   .fs-c-productList__list > *:nth-child(38) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 13;
     grid-row: 13;
   }
   .fs-c-productList__list > *:nth-child(39) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 13;
     grid-row: 13;
   }
   .fs-c-productList__list > *:nth-child(40) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 14;
     grid-row: 14;
   }
   .fs-c-productList__list > *:nth-child(41) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 14;
     grid-row: 14;
   }
   .fs-c-productList__list > *:nth-child(42) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 14;
     grid-row: 14;
   }
   .fs-c-productList__list > *:nth-child(43) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 15;
     grid-row: 15;
   }
   .fs-c-productList__list > *:nth-child(44) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 15;
     grid-row: 15;
   }
   .fs-c-productList__list > *:nth-child(45) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 15;
     grid-row: 15;
   }
   .fs-c-productList__list > *:nth-child(46) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 16;
     grid-row: 16;
   }
   .fs-c-productList__list > *:nth-child(47) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 16;
     grid-row: 16;
   }
   .fs-c-productList__list > *:nth-child(48) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 16;
     grid-row: 16;
   }
   .fs-c-productList__list > *:nth-child(49) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 17;
     grid-row: 17;
   }
   .fs-c-productList__list > *:nth-child(50) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 17;
     grid-row: 17;
   }
   .fs-c-productList__list > *:nth-child(51) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 17;
     grid-row: 17;
   }
   .fs-c-productList__list > *:nth-child(52) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 18;
     grid-row: 18;
   }
   .fs-c-productList__list > *:nth-child(53) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 18;
     grid-row: 18;
   }
   .fs-c-productList__list > *:nth-child(54) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 18;
     grid-row: 18;
   }
   .fs-c-productList__list > *:nth-child(55) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 19;
     grid-row: 19;
   }
   .fs-c-productList__list > *:nth-child(56) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 19;
     grid-row: 19;
   }
   .fs-c-productList__list > *:nth-child(57) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 19;
     grid-row: 19;
   }
   .fs-c-productList__list > *:nth-child(58) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 20;
     grid-row: 20;
   }
   .fs-c-productList__list > *:nth-child(59) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 20;
     grid-row: 20;
   }
   .fs-c-productList__list > *:nth-child(60) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 20;
     grid-row: 20;
   }
   .fs-c-productList__list > *:nth-child(61) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 21;
     grid-row: 21;
   }
   .fs-c-productList__list > *:nth-child(62) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 21;
     grid-row: 21;
   }
   .fs-c-productList__list > *:nth-child(63) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 21;
     grid-row: 21;
   }
   .fs-c-productList__list > *:nth-child(64) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 22;
     grid-row: 22;
   }
   .fs-c-productList__list > *:nth-child(65) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 22;
     grid-row: 22;
   }
   .fs-c-productList__list > *:nth-child(66) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 22;
     grid-row: 22;
   }
   .fs-c-productList__list > *:nth-child(67) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 23;
     grid-row: 23;
   }
   .fs-c-productList__list > *:nth-child(68) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 23;
     grid-row: 23;
   }
   .fs-c-productList__list > *:nth-child(69) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 23;
     grid-row: 23;
   }
   .fs-c-productList__list > *:nth-child(70) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 24;
     grid-row: 24;
   }
   .fs-c-productList__list > *:nth-child(71) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 24;
     grid-row: 24;
   }
   .fs-c-productList__list > *:nth-child(72) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 24;
     grid-row: 24;
   }
   .fs-c-productList__list > *:nth-child(73) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 25;
     grid-row: 25;
   }
   .fs-c-productList__list > *:nth-child(74) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 25;
     grid-row: 25;
   }
   .fs-c-productList__list > *:nth-child(75) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 25;
     grid-row: 25;
   }
   .fs-c-productList__list > *:nth-child(76) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 26;
     grid-row: 26;
   }
   .fs-c-productList__list > *:nth-child(77) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 26;
     grid-row: 26;
   }
   .fs-c-productList__list > *:nth-child(78) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 26;
     grid-row: 26;
   }
   .fs-c-productList__list > *:nth-child(79) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 27;
     grid-row: 27;
   }
   .fs-c-productList__list > *:nth-child(80) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 27;
     grid-row: 27;
   }
   .fs-c-productList__list > *:nth-child(81) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 27;
     grid-row: 27;
   }
   .fs-c-productList__list > *:nth-child(82) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 28;
     grid-row: 28;
   }
   .fs-c-productList__list > *:nth-child(83) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 28;
     grid-row: 28;
   }
   .fs-c-productList__list > *:nth-child(84) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 28;
     grid-row: 28;
   }
   .fs-c-productList__list > *:nth-child(85) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 29;
     grid-row: 29;
   }
   .fs-c-productList__list > *:nth-child(86) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 29;
     grid-row: 29;
   }
   .fs-c-productList__list > *:nth-child(87) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 29;
     grid-row: 29;
   }
   .fs-c-productList__list > *:nth-child(88) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 30;
     grid-row: 30;
   }
   .fs-c-productList__list > *:nth-child(89) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 30;
     grid-row: 30;
   }
   .fs-c-productList__list > *:nth-child(90) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 30;
     grid-row: 30;
   }
   .fs-c-productList__list > *:nth-child(91) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 31;
     grid-row: 31;
   }
   .fs-c-productList__list > *:nth-child(92) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 31;
     grid-row: 31;
   }
   .fs-c-productList__list > *:nth-child(93) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 31;
     grid-row: 31;
   }
   .fs-c-productList__list > *:nth-child(94) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 32;
     grid-row: 32;
   }
   .fs-c-productList__list > *:nth-child(95) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 32;
     grid-row: 32;
   }
   .fs-c-productList__list > *:nth-child(96) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 32;
     grid-row: 32;
   }
   .fs-c-productList__list > *:nth-child(97) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 33;
     grid-row: 33;
   }
   .fs-c-productList__list > *:nth-child(98) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 33;
     grid-row: 33;
   }
   .fs-c-productList__list > *:nth-child(99) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 33;
     grid-row: 33;
   }
   .fs-c-productList__list > *:nth-child(100) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 34;
     grid-row: 34;
   }
   .fs-c-productList__list > *:nth-child(101) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 34;
     grid-row: 34;
   }
   .fs-c-productList__list > *:nth-child(102) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 34;
     grid-row: 34;
   }
   .fs-c-productList__list > *:nth-child(103) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 35;
     grid-row: 35;
   }
   .fs-c-productList__list > *:nth-child(104) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 35;
     grid-row: 35;
   }
   .fs-c-productList__list > *:nth-child(105) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 35;
     grid-row: 35;
   }
   .fs-c-productList__list > *:nth-child(106) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 36;
     grid-row: 36;
   }
   .fs-c-productList__list > *:nth-child(107) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 36;
     grid-row: 36;
   }
   .fs-c-productList__list > *:nth-child(108) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 36;
     grid-row: 36;
   }
   .fs-c-productList__list > *:nth-child(109) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 37;
     grid-row: 37;
   }
   .fs-c-productList__list > *:nth-child(110) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 37;
     grid-row: 37;
   }
   .fs-c-productList__list > *:nth-child(111) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 37;
     grid-row: 37;
   }
   .fs-c-productList__list > *:nth-child(112) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 38;
     grid-row: 38;
   }
   .fs-c-productList__list > *:nth-child(113) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 38;
     grid-row: 38;
   }
   .fs-c-productList__list > *:nth-child(114) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 38;
     grid-row: 38;
   }
   .fs-c-productList__list > *:nth-child(115) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 39;
     grid-row: 39;
   }
   .fs-c-productList__list > *:nth-child(116) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 39;
     grid-row: 39;
   }
   .fs-c-productList__list > *:nth-child(117) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 39;
     grid-row: 39;
   }
   .fs-c-productList__list > *:nth-child(118) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 40;
     grid-row: 40;
   }
   .fs-c-productList__list > *:nth-child(119) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 40;
     grid-row: 40;
   }
   .fs-c-productList__list > *:nth-child(120) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 40;
     grid-row: 40;
   }
   .fs-c-productList__list > *:nth-child(121) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 41;
     grid-row: 41;
   }
   .fs-c-productList__list > *:nth-child(122) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 41;
     grid-row: 41;
   }
   .fs-c-productList__list > *:nth-child(123) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 41;
     grid-row: 41;
   }
   .fs-c-productList__list > *:nth-child(124) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 42;
     grid-row: 42;
   }
   .fs-c-productList__list > *:nth-child(125) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 42;
     grid-row: 42;
   }
   .fs-c-productList__list > *:nth-child(126) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 42;
     grid-row: 42;
   }
   .fs-c-productList__list > *:nth-child(127) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 43;
     grid-row: 43;
   }
   .fs-c-productList__list > *:nth-child(128) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 43;
     grid-row: 43;
   }
   .fs-c-productList__list > *:nth-child(129) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 43;
     grid-row: 43;
   }
   .fs-c-productList__list > *:nth-child(130) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 44;
     grid-row: 44;
   }
   .fs-c-productList__list > *:nth-child(131) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 44;
     grid-row: 44;
   }
   .fs-c-productList__list > *:nth-child(132) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 44;
     grid-row: 44;
   }
   .fs-c-productList__list > *:nth-child(133) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 45;
     grid-row: 45;
   }
   .fs-c-productList__list > *:nth-child(134) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 45;
     grid-row: 45;
   }
   .fs-c-productList__list > *:nth-child(135) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 45;
     grid-row: 45;
   }
   .fs-c-productList__list > *:nth-child(136) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 46;
     grid-row: 46;
   }
   .fs-c-productList__list > *:nth-child(137) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 46;
     grid-row: 46;
   }
   .fs-c-productList__list > *:nth-child(138) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 46;
     grid-row: 46;
   }
   .fs-c-productList__list > *:nth-child(139) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 47;
     grid-row: 47;
   }
   .fs-c-productList__list > *:nth-child(140) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 47;
     grid-row: 47;
   }
   .fs-c-productList__list > *:nth-child(141) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 47;
     grid-row: 47;
   }
   .fs-c-productList__list > *:nth-child(142) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 48;
     grid-row: 48;
   }
   .fs-c-productList__list > *:nth-child(143) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 48;
     grid-row: 48;
   }
   .fs-c-productList__list > *:nth-child(144) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 48;
     grid-row: 48;
   }
   .fs-c-productList__list > *:nth-child(145) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 49;
     grid-row: 49;
   }
   .fs-c-productList__list > *:nth-child(146) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 49;
     grid-row: 49;
   }
   .fs-c-productList__list > *:nth-child(147) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 49;
     grid-row: 49;
   }
   .fs-c-productList__list > *:nth-child(148) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 50;
     grid-row: 50;
   }
   .fs-c-productList__list > *:nth-child(149) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 50;
     grid-row: 50;
   }
   .fs-c-productList__list > *:nth-child(150) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 50;
     grid-row: 50;
   }
   .fs-c-productList__list > *:nth-child(151) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 51;
     grid-row: 51;
   }
   .fs-c-productList__list > *:nth-child(152) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 51;
     grid-row: 51;
   }
   .fs-c-productList__list > *:nth-child(153) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 51;
     grid-row: 51;
   }
   .fs-c-productList__list > *:nth-child(154) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 52;
     grid-row: 52;
   }
   .fs-c-productList__list > *:nth-child(155) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 52;
     grid-row: 52;
   }
   .fs-c-productList__list > *:nth-child(156) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 52;
     grid-row: 52;
   }
   .fs-c-productList__list > *:nth-child(157) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 53;
     grid-row: 53;
   }
   .fs-c-productList__list > *:nth-child(158) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 53;
     grid-row: 53;
   }
   .fs-c-productList__list > *:nth-child(159) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 53;
     grid-row: 53;
   }
   .fs-c-productList__list > *:nth-child(160) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 54;
     grid-row: 54;
   }
   .fs-c-productList__list > *:nth-child(161) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 54;
     grid-row: 54;
   }
   .fs-c-productList__list > *:nth-child(162) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 54;
     grid-row: 54;
   }
   .fs-c-productList__list > *:nth-child(163) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 55;
     grid-row: 55;
   }
   .fs-c-productList__list > *:nth-child(164) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 55;
     grid-row: 55;
   }
   .fs-c-productList__list > *:nth-child(165) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 55;
     grid-row: 55;
   }
   .fs-c-productList__list > *:nth-child(166) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 56;
     grid-row: 56;
   }
   .fs-c-productList__list > *:nth-child(167) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 56;
     grid-row: 56;
   }
   .fs-c-productList__list > *:nth-child(168) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 56;
     grid-row: 56;
   }
   .fs-c-productList__list > *:nth-child(169) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 57;
     grid-row: 57;
   }
   .fs-c-productList__list > *:nth-child(170) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 57;
     grid-row: 57;
   }
   .fs-c-productList__list > *:nth-child(171) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 57;
     grid-row: 57;
   }
   .fs-c-productList__list > *:nth-child(172) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 58;
     grid-row: 58;
   }
   .fs-c-productList__list > *:nth-child(173) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 58;
     grid-row: 58;
   }
   .fs-c-productList__list > *:nth-child(174) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 58;
     grid-row: 58;
   }
   .fs-c-productList__list > *:nth-child(175) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 59;
     grid-row: 59;
   }
   .fs-c-productList__list > *:nth-child(176) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 59;
     grid-row: 59;
   }
   .fs-c-productList__list > *:nth-child(177) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 59;
     grid-row: 59;
   }
   .fs-c-productList__list > *:nth-child(178) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 60;
     grid-row: 60;
   }
   .fs-c-productList__list > *:nth-child(179) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 60;
     grid-row: 60;
   }
   .fs-c-productList__list > *:nth-child(180) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 60;
     grid-row: 60;
   }
   .fs-c-productList__list > *:nth-child(181) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 61;
     grid-row: 61;
   }
   .fs-c-productList__list > *:nth-child(182) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 61;
     grid-row: 61;
   }
   .fs-c-productList__list > *:nth-child(183) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 61;
     grid-row: 61;
   }
   .fs-c-productList__list > *:nth-child(184) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 62;
     grid-row: 62;
   }
   .fs-c-productList__list > *:nth-child(185) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 62;
     grid-row: 62;
   }
   .fs-c-productList__list > *:nth-child(186) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 62;
     grid-row: 62;
   }
   .fs-c-productList__list > *:nth-child(187) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 63;
     grid-row: 63;
   }
   .fs-c-productList__list > *:nth-child(188) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 63;
     grid-row: 63;
   }
   .fs-c-productList__list > *:nth-child(189) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 63;
     grid-row: 63;
   }
   .fs-c-productList__list > *:nth-child(190) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 64;
     grid-row: 64;
   }
   .fs-c-productList__list > *:nth-child(191) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 64;
     grid-row: 64;
   }
   .fs-c-productList__list > *:nth-child(192) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 64;
     grid-row: 64;
   }
   .fs-c-productList__list > *:nth-child(193) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 65;
     grid-row: 65;
   }
   .fs-c-productList__list > *:nth-child(194) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 65;
     grid-row: 65;
   }
   .fs-c-productList__list > *:nth-child(195) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 65;
     grid-row: 65;
   }
   .fs-c-productList__list > *:nth-child(196) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 66;
     grid-row: 66;
   }
   .fs-c-productList__list > *:nth-child(197) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 66;
     grid-row: 66;
   }
   .fs-c-productList__list > *:nth-child(198) {
     -ms-grid-column: 3;
     grid-column: 3;
     -ms-grid-row: 66;
     grid-row: 66;
   }
   .fs-c-productList__list > *:nth-child(199) {
     -ms-grid-column: 1;
     grid-column: 1;
     -ms-grid-row: 67;
     grid-row: 67;
   }
   .fs-c-productList__list > *:nth-child(200) {
     -ms-grid-column: 2;
     grid-column: 2;
     -ms-grid-row: 67;
     grid-row: 67;
   }
 }

.header__top.__new-style {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;

	h1 {
		width: 200px;
		margin: 0;
	}

	ul {
		list-style-type: none;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		padding-right: 10px;
		margin: 0;
	}
}
@media screen and (max-width: 1200px) {
.header__top.__new-style h1 {
  width: 145px;
}
}

.header__top.__new-style ul li a img{
  width:36px;
  height:auto;
}
.header__top.__new-style ul li:first-child a img{
  width:32px;
}

.header--nav {
	background: #76B52E;
	/*max-width: 1060px;*/
	margin: 0 auto;

	@media (max-width: 1200px) {
		display: none;
	}

	ul {
		padding: 8px;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 30px;
	}

	li {
		list-style-type: none;
	}

	a {
		font-family: "Noto Serif JP";
		color: #fff  !important;
		font-size: 14px;
		font-weight: 700;
	}
}

.catalog-banner {
	border-radius: 5px;
	background: #FEF8E5;
	display: grid;
	place-items: center;
	font-family: "Noto Serif JP";
	font-size: 10px;
	padding: 10px;
	margin-top: 17px;
	text-align: center;

	p {
		font-size: 14px;
		margin-top: 5px;
		margin-bottom: 0;
		font-weight: 700;
	}
}

.free-shipping__banner {
	font-family: "Noto Serif JP";
	text-align: center;
	border-radius: 5px;
	border: 1px solid #76B52E;
	background: #FFF;
	margin-top: 10px;
	padding-block: 10px;

	&.__main {
		display: none;

		@media (max-width: 1200px) {
			display: block;
			margin-bottom: 50px;
			margin-top: 0;
		}
	}

	p {
		font-size: 14px;
		margin: 0;
	}

	b {
		font-size: 28px;
	}

	small {
		display: block;
		font-size: 10px;
	}
}

.top-common{
  margin: 0 0 30px;
  padding: 15px;
  background: #fff9e6;
  border: #E3645A 1px solid;
  font-weight: 700;
}

.news__content {
	background: #F3F3F3;
	padding: 15px;
	margin: 0 0 20px;
	border: solid 1px #d4d4d4;

	@media (max-width: 1200px) {
		font-size: 12px;
	}

	h2 {
		font-size: 14px;
		margin: 0;
		font-weight: 700;
	}

	ul {
		padding: 0;
		margin: 0;
		list-style-type: none;

		li {
			margin-top: 10px;
		}
	}

	dl {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;

		dt {
			flex-shrink: 0;
		}

		dd {
			margin-left: 10px;
		}
	}

	a {
		margin-top: 0px;
		margin-left: auto;
		display: block;
		width: fit-content;
	}
}
.news__content>a{
  margin-top:10px;
}
.system_content {
	#top_intro {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;

		@media (max-width: 850px) {
			grid-template-columns: 1fr;
		}
	}

	img {
		float: initial !important;
		margin: 0 !important;
		
	}
}

.system_content #top_intro a img {
  max-width: 9999px;
  width:100% !important;
  vertical-align: top;
}

.top__about {
	font-family: "Noto Serif JP";
	text-align: center;
	padding-block: 50px;

	h2 {
		font-size: 23px;
		font-weight: 400;

		@media (max-width: 1200px) {
			font-size: 14px;
		}
	}

	p {
		margin-top: 30px;

		@media (max-width: 1200px) {
			font-size: 12px;
		}
	}

	a {
		padding: 10px 40px;
		margin-top: 35px;
		width: fit-content;
		margin-inline: auto;
	}
}

.md__none {
	@media (max-width: 1200px) {
		display: none !important;
	}
}

.md__block {
	@media (min-width: 1201px) {
		display: none;
	}
}

.fs-l-header__drawerOpener {
	left: initial;
	right: 10px;
}


.common__head-02 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
	border-bottom: 1px dotted #76B52E;

	img {

		width: 80px;

		@media (max-width: 1200px) {
		width: 52px;
		}
	}

	h2 {
		font-family: "Noto Serif JP";
		font-size: 24px;
		font-weight: 400;
		flex-shrink: 0;

		@media (max-width: 1200px) {
			font-size: 18px;
		}
	}
}

/*26.08.27 田伝むしについて*/
#top-image{
  margin-top:20px !important;
  display:none;
}
.about__warapper a{
  color:#00AA3A !important;
  text-decoration:underline !important;
}
.about__warapper a:hover{
  text-decoration:none !important;
}
    .about__warapper {
      --green: #336633;
      color: #333;
      .main-font {
        font-family: 'Noto Sans JP', sans-serif;
      }
      .sub-font {
        font-family: 'Noto Serif JP', serif;
      }
      .top-text {
        color: #00AA3A;
        font-size: 16px;
        font-weight: 700;
      }
      .box {
        h2 {
          font-family: "Noto Serif JP";
          font-size: 28px;
          font-weight: 600;
          line-height: normal;
        }
        h3 {
          font-family: "Noto Serif JP";
          font-size: 24px;
          font-weight: 600;
          line-height: normal;
          background-image: url("https://gohan.itembox.cloud/item/assets/image/pc/about-head-bg-01.svg");
          padding: 10px;
        }
        p {
          font-size: 15px;
          line-height: 180%;
          /* 27px */
        }
      }
      .img__01 {
        margin-top: 50px;
      }
      .head__01 {
        display: grid;
        place-items: center;
        margin-top: 50px;
        * {
          margin: 0;
        }
        &::before,
        &::after {
          content: "";
          background-image: url("https://gohan.itembox.cloud/item/assets/image/pc/head-item-01.svg");
          height: 2px;
          width: 100%;
          display: block;
        }
        h2 {
          font-family: "Noto Serif JP";
          font-size: 30px;
          font-weight: 600;
          line-height: normal;
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 20px;
          margin-top: 25px;
          &::before,
          &::after {
            content: "";
            background-image: url("https://gohan.itembox.cloud/item/assets/image/pc/head-item-02.svg");
            width: 26px;
            height: 28px;
            display: block;
          }
          &::after {
            transform: scaleX(-1);
          }
        }
        h3 {
          color: var(--green);
          font-family: "Noto Serif JP";
          font-size: 38px;
          font-weight: 600;
          line-height: normal;
          letter-spacing: -1.9px;
        }
        p {
          font-size: 15px;
          line-height: 180%;
          margin-bottom: 25px;
        }
      }
      .Conversation__box {
        display: grid;
        gap: 18px;
        margin-top: 30px;
        .text {
          border-radius: 10px;
          background: #E6F2D8;
          position: relative;
          padding: 20px;
          height: fit-content;
          min-height: 90px;
          &::before {
            /* 三角のクリップパス */
            content: "";
            clip-path: polygon(0 50%, 100% 100%, 100% 0);
            width: 14px;
            height: 14px;
            background: #E6F2D8;
            display: block;
            position: absolute;
            /*inset: 0;*/
            top:50px;
            left: -14px;
            right: auto;
            margin: auto;
          }
        }
        &.__left {
          grid-template-columns: 122px 1fr;
          &.__only-text {
            img {
              opacity: 0;
            }
            .text {
              &::before {
                opacity: 0;
              }
            }
          }
        }
        &.__right {
          grid-template-columns: 1fr 122px;
          position: relative;
          .text {
            &::before {
              left: auto;
              right: -14px;
              transform: scaleX(-1);
            }
          }
        }
      }
      .faq__box {
        background-image: url("https://gohan.itembox.cloud/item/assets/image/pc/faq-bg2.svg");
        padding-block: 30px;
        --padding-inline: 30px;
        margin-top: 50px;
        position: relative;
        * {
          margin: 0;
        }
        h3 {
          color: var(--green);
          font-size: 16px;
          font-weight: 700;
          line-height: 180%;
          margin-inline: var(--padding-inline);
          margin-top: 15px;
          &.__left {
            margin-left: 170px;
          }
        }
        
        h4 {
          font-family: "Noto Serif JP";
          font-size: 24px;
          font-weight: 600;
          line-height: normal;
          margin-inline: var(--padding-inline);
        }
        .Conversation__box {
          margin-top: 15px;
          &.__left {
            margin-inline: var(--padding-inline);
          }
          &.__right {
            margin-inline-start: var(--padding-inline);
          }
        }
      }
    }

.about__warapper img.map{
  float:right;
  margin-left:20px;
  margin-top: -90px;
}
.about__warapper .faq__box::before {
  content: attr(data-number);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: #336633;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-family: "Noto Serif JP";
}
.about__warapper .faq__box h2 {
  text-align: center;
  color: #333;
  font-family: "Noto Serif JP";
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.7px;
  border-bottom: 1px solid #bbb;
  padding: 0 10px 10px;
  margin-inline: var(--padding-inline);
}
.about__warapper .faq__box .Conversation__box .text,
.about__warapper .faq__box .Conversation__box .text::before{
  background: #fff;
}
img.kakashi{
  width: 150px;
  position: absolute;
  right: 0;
}
.about__warapper .faq__box .Conversation__box.__right .text p+p{
  margin-top: 1rem;
}
.about__warapper .faq__box .about-item-01 {
  margin: 30px 0 0;
}
.about__warapper .Conversation__box.__right:before,
.about__warapper .Conversation__box.__right:after{
  position:absolute;
  z-index:2;
}
.about__warapper .faq__box[data-number="4"] .Conversation__box.__right:before{
  content:url("https://gohan.itembox.cloud/item/assets/image/pc/about-bg-swallow.png");
  right:20px;
  top:60%;
}
.about__warapper .faq__box[data-number="6"] .Conversation__box.__right:after{
  content:url("https://gohan.itembox.cloud/item/assets/image/pc/about-bg-straw.png");
  right:0;
  bottom:0;
}
.about__warapper .faq__box .Conversation__box.__right .text .subtitle b{
  color:#336633;
}
.about__warapper .faq__box .Conversation__box.__right .text .subtitle i{
  background:#336633;
  color:#fff;
  border-radius:4px;
  margin-right:6px;
  font-style: normal;
  padding: 0 6px;
}
.faq__box__tail{
  margin:30px;
  text-align:center;
}
.faq__box__tail p{
  border-radius: 10px;
  background: #E6F2D8;
  position: relative;
  padding: 20px;
  height: fit-content;
  font-weight:bold;
  margin-top:24px;
  text-align:left;
}
.faq__box__tail p:before {
  content: "";
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  width: 14px;
  height: 14px;
  background: #E6F2D8;
  display: block;
  position: absolute;
  top: -14px;
  left: calc(50% - 7px);
  margin: auto;
  transform: rotate(90deg);
}

.message__box{
  margin:70px 0 0;
}
.message__box h2 {
  font-size:28px;
  font-family: "Noto Serif JP";
  position:relative;
  text-align:center;
  margin:0;
}
.message__box h2:before,
.message__box h2:after{
 content: "";
 background: url("https://gohan.itembox.cloud/item/assets/image/pc/head-item-01.svg") left center no-repeat;
 background-size: cover;
 height: 2px;
 width: 100%;
 display: block;
  margin:18px 0;
}
.message__box .inner{
  display: grid;
  grid-template-columns: 235px 1fr;
  gap: 20px;
}
.message__box .img{
  margin:6px 0;
}
.message__box .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.message__box p {
  line-height: 1.8;
  letter-spacing: 0.4px;
  margin: 0;
}
.message__box p.sign{
  font-size:18px;
  font-family: "Noto Serif JP";
  text-align:right;
}
.message__box p.sign span{
  font-size:20px;
  margin-left:1em;
}
@media screen and (max-width: 600px) {
.about__warapper img.map{
  float:none;
  display:block;
  margin:20px auto;
}
.message__box .inner {
  grid-template-columns: 1fr;
}
.message__box .inner .img {
  margin: 6px 20vw;
  height: auto;
  aspect-ratio: 1 / 1;
}
.message__box .inner .img img {
  object-position: center 18%;
}

.about__warapper .box h2 {
  font-size: 5vw;
}
.about__warapper .box h3 {
  font-size: 4.5vw;
}
.about__warapper .head__01 h2 {
  font-size: 5.5vw;
}
.about__warapper .head__01 h3 {
  font-size: 7vw;
}
.about__warapper .head__01 p {
  font-size: 3.3vw;
}
.about__warapper .Conversation__box .text {
  padding: 10px;
}
.about__warapper .Conversation__box p {
  margin: 0;
}
.about__warapper .faq__box {
    padding-block: 20px;
    --padding-inline: 20px;
    margin-top: 40px;
}
.about__warapper .faq__box h2 {
  font-size: 5.5vw;
}
.message__box h2::before,
.message__box h2::after {
  background-size: auto;
}

}

.fs-c-cartDiscountInfo__info {
  align-items: baseline;
}
.fs-c-price__currencyMark,
.fs-c-price__value{
  color:#eb6661;
}
.fs-c-subscriptionPriceTable {
  margin-bottom: 20px;
}
/* ▲田伝むしについて */




