@charset "UTF-8";

/* TOP start */

.youtube_box {
  position: relative;
  width: 80%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
.youtube_box iframe {
  position: absolute;
  top: 10%;
  right: 0%;
  width: 80% !important;
  height: 80% !important;
}

@media only screen and (max-width: 767px) {
	.youtube_box {
	  width: 100%;
	}
	.youtube_box iframe {
	  top: 10%;
	  right: 10%;
	}

}


.fs-c-productReview{
  padding-top: 3em;
}

.fs-l-productLayout__item--3 > .youtube_box {
  width: 100%;
  height: auto;
  padding-top: 238px;
  margin-bottom: 110px;
}
.fs-l-productLayout__item--3 > .youtube_box iframe {
  width: 100% !important;
  height: 130% !important;
}

@media only screen and (max-width: 767px) {

	.fs-l-productLayout__item--3 > .youtube_box {
	  width: 100%;
          height: auto;
	  margin-bottom: 80px;


	}
	.fs-l-productLayout__item--3 > .youtube_box iframe {
	  top: 0;
	  right: 0;
          height: auto;

	}


}

.sp_header_free_txt{
	display: none;
}

@media only screen and (max-width: 767px) {
	.sp_header_free_txt {
		display: block;
		margin: 0 auto;
		background-color: #e7336e;
	}
	.sp_header_free_txt p{
		color: #fff;
		margin: 0 auto;
		text-align: center;
		padding: 0.5rem;
	}
}


/* TOP end */


@media only screen and (max-width: 767px) {

	.kb-search_box{
		background-color: #cccccc;
		padding-bottom: 30px;
	}
}

/* ハンバーガー start */

.hamburger_btn{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  width: 77%;
  margin: 10px 0;
}

.hamburger_btn,a.hamburger_btn {
  color: #e7336e !important;
  background-color: #ffffff;
}
.hamburger_btn:hover,a.hamburger_btn:hover {
  color: #e7336e !important;
  background: #ffffff;
}

a.hamburger_btn {
   border-radius: 100vh;
}

@media only screen and (max-width: 767px) {

	.hamburger_btn{
	  width: 90%;
	  margin: 10px auto;
	}

	.hamburger_btn,a.hamburger_btn {
	  color: #ffffff !important;
	  background-color: #e7336e;
	}
	.hamburger_btn:hover,a.hamburger_btn:hover {
	  color: #ffffff !important;
	  background: #e7336e;
	}

}


/* ハンバーガー end */


.fs-l-main, .fs-c-breadcrumb {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
}


/* パンくず start */

.fs-c-breadcrumb__listItem a{
	display: inline-block;
}

/* パンくず end */

/* side_menu start */

aside.fs-p-drawer{
    background: none;
}


aside.fs-p-drawer > div.kb-panel__listBox > p.kb-panel__title{
    background: #BCBCBC;
    padding: 1rem;
}
@media screen and (min-width: 1200px){
	.fs-l-sideArea {
	    max-width: 250px;
	}
}

/* side_menu end */




/* 商品詳細 detail start */

.fs-l-sideArea .kb-panel__listBox .kb-like_button{
	border-radius: 100vh;
	text-align: center;
	background-color: #e7336e !important;
}

.fs-l-productLayout__item--1 .fs-c-buttonContainer{
	display: none;
}

.detail img{
	max-width: 500px;
	height: auto;
}

.fs-p-productDescription--full h3{
	margin: 30px 0 0 0;
	font-size: 1.8rem;
	font-weight: bold;
	line-height:1.5;
}

.fs-p-productDescription--full p{
	font-size: 1.7rem;
	line-height: 2.5rem;
}


.fs-p-productDescription--full a{
	display: inline;
}

.fs-p-productDescription--full img{
	max-width: 600px;
}



.fs-l-productLayout__item--3{
	max-width: 550px;
}

.fs-c-productImageModal__inner{
	margin: 15% 0;
}

.fs-c-productImageModalCarousel__figure__image {
    max-width: 800px;
}

@media only screen and (max-width: 767px) {
	.fs-l-main{
		margin:0 10px;
	}
}

/* 商品詳細 detail end */


/* 商品一覧 detail start */

.fs-c-productName__name{
	height: 80px;
	overflow: hidden;
}


/* 商品一覧 detail end */





/* page start */


.page__title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center
}
.page__title::before {
  background: url(https://www.akitainu-no-mono.jp/img/share/parts/dog.svg) center top no-repeat;
  background-size: 70px 34px;
  content: "";
  display: block;
  height: 34px;
  width: 100%
}
.page__title2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center
}
.page__ledo {
  margin-bottom: 40px;
  text-align: center
}
.page .member__image {
  margin-bottom: 70px
}
.page .member .ofa {
  margin-bottom: 70px
}
.page .member .ofa__item {
  display: block;
  margin-bottom: 30px;
  text-align: center
}
.page .member .ofa__info {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center
}
.page .member .ofa__info span {
  font-size: 20px;
  font-size: 2rem
}
.page .member .benefit {
  margin-bottom: 40px
}
.page .member .benefit .page__title2--benefit {
  color: #e7380d
}
.page .member .benefit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.page .member .benefit__item {
  border: 1px solid #e7380d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25px;
  padding: 30px;
  position: relative;
  width: 340px
}
.page .member .benefit__tag {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: -15px
}
.page .member .benefit__image {
  margin-top: 20px;
  text-align: center
}
.page .member .benefit__ledo {
  margin-top: 20px
}
.page .member .benefit__ledo span {
  color: #e7380d
}
.commonBenefit dd {
  margin-inline-start: 0;
}

.page .member .benefit .commonBenefit dt {
  color: #e7380d;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center
}
.page .member .benefit .commonBenefit dd div {
  margin-bottom: 20px;
  text-align: center
}
.page .member .benefit .commonBenefit dd span {
  color: #e7380d
}
.page .member .memberBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.page .member .memberBtn__item a {
  background: #fdebe6 url(https://www.akitainu-no-mono.jp/img/share/parts/arrow_red.svg) right 15px center no-repeat;
  background-size: 10px 18px;
  border-radius: 30px;
  color: #e7380d;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 38px
}
.page .terms a {
  display: inline;
}

.page .terms__title {
  border-bottom: 4px solid #000;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
  padding-bottom: 10px
}

ol.kakko{
	margin-left: 0 !important;
}
ol.kakko li{
	list-style-type: none;
	counter-increment: cnt;
	text-indent: -2.5em;
	margin-left: 2.5em;
}

ol.kakko li::before {
	content: "（" counter(cnt) "）";
}

.page .terms__list dt {
  border-bottom: 1px solid #e9e9e9;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px
}
.page .terms__list dd {
  margin-bottom: 40px
}
.page .terms__list dd ol {
  list-style-type: decimal;
  margin-left: 1.3em;
  padding-inline-start: 0px;
}
.page .terms__list dd ol .terms__ex {
  text-indent: -1.3em;
  margin-left: 1.3em
}
.page .terms__list dd a {
  color: #e7380d;
  text-decoration: underline
  display: inline;
}

.page .faq {
  font-size:1.8rem;
}

.page .faq__block {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px;
  padding-bottom: 30px
}
.page .faq__block .faq__title {
  border-bottom: 4px solid #000;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
  padding-bottom: 10px
}
.page .faq__block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.page .faq__block dt {
  width: 100px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: underline
}
.page .faq__block dd {
  width:100%;
}
.page .faq__block dd a {
  color: #e7380d;
  text-decoration: underline;
  display: inline;
}
.page .faq__block dd p + p {
  margin-top: 30px
}
.page .faq__block .faq__q {
  color: #a7a7a7
}
.page .faq__block .faq__a {
  color: #e7380d
}
.page .faq__block--mt {
  margin-top: 60px
}
.page .guide__top {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 40px;
  padding-bottom: 40px
}
.page .guide__top p {
  margin-top: 40px
}
.page .guide__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.page .guide__nav li {
  width: 380px
}
.page .guide__nav li + li {
  margin-top: 10px
}
.page .guide__nav li a {
  background: url(https://www.akitainu-no-mono.jp/img/share/parts/arrow_red.svg) right 15px center no-repeat;
  background-size: 10px 18px;
  border: 1px solid #e7380d;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #e7380d;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 58px;
  padding: 0 30px;
  width: 100%
}
.page .company__table {
  border-collapse: collapse;
  border-top: 1px solid #e9e9e9;
  width: 100%
}
.page .company__table th, .page .company__table td {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px;
  text-align: left;
  vertical-align: top
}
.page .company__table th {
  background: #f5f5f0;
  font-weight: normal;
  width: 160px
}
.page .company__table td p + p {
  margin-top: 20px
}
.page .contact dl {
  margin-bottom: 30px
}
.page .contact dl dt {
  font-weight: bold;
  margin-bottom: 20px
}
.page .contact dl span {
  color: #e7380d
}
.page .contact__form table {
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%
}
.page .contact__form table th, .page .contact__form table td {
  border: 1px solid #ededed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  vertical-align: top
}
.page .contact__form table th {
  background: #f6f7f7;
  text-align: right
}
.page .contact__form table th span {
  display: inline-block;
  background: #e7380d;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 3px
}
.page .contact__form table td {
  text-align: left
}
.page .contact__form table td input[type="text"], .page .contact__form table td textarea {
  border: 1px solid #ededed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 8px;
  width: 100%
}
.page .contact__form .submit {
  text-align: center
}
.page .contact__form .submit input {
  background: #595757;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px 50px
}
.page .law table {
  border-top: 1px solid #e9e9e9;
  border-collapse: collapse;
  margin-bottom: 50px;
  width: 100%
}
.page .law table th, .page .law table td {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #e9e9e9;
  padding: 20px;
  text-align: left;
  vertical-align: top
}
.page .law table th {
  background: #f5f5f0;
  font-weight: normal;
  width: 200px
}
.page .law table td dt {
  font-weight: bold
}
.page .law table td dd + dt {
  margin-top: 30px
}
.page .law table td p + p {
  margin-top: 30px
}
.page .privacy dt {
  border-bottom: 1px solid #e9e9e9;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px
}
.page .privacy dd {
  margin-bottom: 50px
}
.page .privacy dd p + p {
  margin-top: 30px
}
.page .privacy dd a {
  text-decoration: underline
}
.law img {
  width: 161px;
}


/* page end */


@media only screen and (max-width: 767px) {
	.page .law table th{width:100px;}
}


.alignItem_03 .gl_Item {
  margin: 0 10px 30px 0;
  width: 220px
}
.itemCenter {
  text-align: left
}
.groupLayout .FS2_thumbnail_container {
  margin-bottom: 0
}
.groupLayout .itemGroup {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 10px 0
}
.FS2_itemPrice_area {
  margin-bottom: 0
}
.FS2_itemPrice_area {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 0
}
.itemPrice {
  color: #444;
  font-weight: normal
}
.layout_table {
  margin: 40px auto;
  width: 940px
}
td.layout_content {
  padding-left: 20px
}
.FS2_itemlayout_td_Left {
  padding-right: 20px;
  width: 400px
}
#FS2_itemlayout_J .thumbnail {
  margin: 0
}
.FS2_itemlayout_td_Right {
  padding-top: 40px;
  position: relative
}
.FS2_itemlayout_td_Right .itemTitle {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px
}
.FS2_itemlayout_td_Right .itemNumber {
  color: #444;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0
}
.FS2_itemlayout_td_Right .FS2_special_price {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 1em
}
.FS2_itemlayout_td_Right .itemPrice, .FS2_itemlayout_td_Right .FS2_itemPrice_addition {
  color: #e7380d;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold
}
.FS2_itemlayout_td_Right .FS2_body_Goods_GoodsDetail .itemPrice {
  color: #e7380d
}
.FS2_figure_table_td_figure {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700
}
.FS2_figure_table_td_input_cnt input {
  border: 1px solid #dadada
}
.FS2_TweetButton_area {
  margin: 30px 0 20px
}
#fb-root {
  display: inline-block
}
.FS2_InquiryButton_area, .FS2_WishListButton_area, .FS2_ReviewEditButton_area, .FS2_ReviewButton_area, .FS2_ReviewEditAverage {
  margin-bottom: 10px
}
.FS2_ReviewButton_area img {
  vertical-align: middle;
  margin-right: 1em
}
.FS2_ReviewButton_area span {
  font-size: 13px;
  font-size: 1.3rem
}
.FS2_ItemComment::after {
  background: url(https://akitainu.itembox.design/item/images/parts/dog.svg) center top no-repeat;
  background-size: 70px 34px;
  content: "商品レビュー";
  display: block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 40px 0 20px;
  padding-top: 40px;
  text-align: center;
  width: 100%
}
.userTable_01 {
  border-top: none !important
}
.userTable_01::before {
  content: "＊レビューは購入者の方のみ投稿可能です。こちらからログイン後、書き込みください。";
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 20px;
  text-align: center;
  width: 100%
}
.detail dl {
  border-top: 4px solid #000;
  margin-top: 100px;
  padding-top: 20px
}
.detail dl dt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center
}
.detail dl dt span {
  display: block;
  margin-top: 20px
}
.detail dl dd div {
  margin-bottom: 20px
}
.detail dl dd p {
  margin: 20px 0 40px
}
.detail dl dd p a {
  color: #e7380d
}
.detail-mov {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}
.detail-mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.detail2__block1 {
  border-top: 4px solid #000;
  margin: 60px 0;
  padding-top: 30px
}
.detail2__block1--red {
  border-top: 4px solid #e7380d
}
.detail2__block1--red .detail2__title1, .detail2__block1--red .detail2__ledo {
  color: #e7380d
}
.detail2__block1 p {
  margin-bottom: 30px
}
.detail2__title1 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center
}
.detail2__block2 {
  margin: 60px 0
}
.detail2__title2 {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
  padding: 10px 0;
  text-align: center
}
.detail2 .benefit {
  margin-bottom: 40px
}
.detail2 .benefit .page__title2--benefit {
  color: #e7380d;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center
}
.detail2 .benefit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.detail2 .benefit__item {
  border: 1px solid #e7380d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 25px;
  padding: 30px;
  position: relative;
  width: 340px
}
.detail2 .benefit__tag {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: -15px
}
.detail2 .benefit__image {
  margin-top: 20px;
  text-align: center
}
.detail2 .benefit__ledo {
  margin-top: 20px
}
.detail2 .benefit__ledo span {
  color: #e7380d
}
.detail2 .benefit .commonBenefit dt {
  color: #e7380d;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center
}
.detail2 .benefit .commonBenefit dd div {
  margin-bottom: 20px;
  text-align: center
}
.detail2 .benefit .commonBenefit dd span {
  color: #e7380d
}
.detail2 .memberBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.detail2 .memberBtn__item a {
  background: #fdebe6 url(https://akitainu.itembox.design/item/images/parts/arrow_red.svg) right 15px center no-repeat;
  background-size: 10px 18px;
  border-radius: 30px;
  color: #e7380d;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 38px
}
.pageTitle {
  border-bottom: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center
}
.pageTitle::before {
  background: url(https://akitainu.itembox.design/item/images/parts/dog.svg) center top no-repeat;
  background-size: 70px 34px;
  content: "";
  display: block;
  height: 34px;
  text-align: center;
  width: 100%
}
h2 + .CrossHead {
  border-bottom: none;
  color: #444;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 30px 0;
  text-align: center
}
.FS2_mypagetop_list .CrossHead {
  border-bottom: 1px solid #e9e9e9;
  color: #444;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  text-align: left
}
.FS2_mypagetop_list .CrossHead + p {
  margin-bottom: 50px
}
.FS2_FixedPeriod {
  margin-top: 10px
}
.FS2_FixedPeriod .FS2_GoodsFixedPeriodTable {
  border-left: none;
  border-top: none;
  margin-bottom: 20px
}
.FS2_FixedPeriod .FS2_FixedPeriod_title_tr th {
  background: transparent;
  border-bottom: none;
  border-right: none;
  padding: 0
}
.FS2_FixedPeriod .FS2_FixedPeriod_title_tr td {
  border-bottom: none;
  border-right: none;
  text-align: left
}
.FS2_figure_FixedPeriod {
  border: none;
  margin: 0;
  padding: 0
}
.FS2_figure_table_td_cart_btn {
  padding-left: 1em
}
.FS2_welcome_area {
  border-bottom: none
}
.FS2_welcome_area .welcome {
  display: none
}
.FS2_login_area .login {
  display: none
}
.FS2_moveToAnotherCartComment {
  color: #f00
}
.FS2_moveToAnotherCartLink a {
  background: url(https://akitainu.itembox.design/item/images/parts/arrow_brown.svg) right center no-repeat;
  background-size: 7px 11px;
  color: #f00;
  padding-right: 12px
}
ul.item {
  display: none
}



/* page end */


/* 商品一覧 4列表示 */


@media screen and (min-width: 960px) {
  .fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 25% 25% 25%;
    grid-template-columns: 25% 25% 25% 25%;
  }
  .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: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .fs-c-productList__list > *:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(6) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(7) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(8) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .fs-c-productList__list > *:nth-child(9) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(10) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(11) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(12) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(14) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(15) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(16) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(17) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(18) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(19) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(20) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(21) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(22) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(23) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(24) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(25) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(26) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(27) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(28) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(29) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(30) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(31) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(32) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(33) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(34) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(35) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(36) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(37) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(38) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(39) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(40) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(41) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(42) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(43) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(44) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(45) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(46) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(47) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(48) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(49) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(50) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(51) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(52) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(53) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(54) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(55) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(56) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(57) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(58) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(59) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(60) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(61) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(62) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(63) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(64) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 16;
    grid-row: 16;
  }
  .fs-c-productList__list > *:nth-child(65) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(66) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(67) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(68) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 17;
    grid-row: 17;
  }
  .fs-c-productList__list > *:nth-child(69) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(70) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(71) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(72) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 18;
    grid-row: 18;
  }
  .fs-c-productList__list > *:nth-child(73) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(74) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(75) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(76) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 19;
    grid-row: 19;
  }
  .fs-c-productList__list > *:nth-child(77) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(78) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(79) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(80) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 20;
    grid-row: 20;
  }
  .fs-c-productList__list > *:nth-child(81) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(82) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(83) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(84) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 21;
    grid-row: 21;
  }
  .fs-c-productList__list > *:nth-child(85) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(86) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(87) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(88) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 22;
    grid-row: 22;
  }
  .fs-c-productList__list > *:nth-child(89) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(90) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(91) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(92) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 23;
    grid-row: 23;
  }
  .fs-c-productList__list > *:nth-child(93) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(94) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(95) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(96) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 24;
    grid-row: 24;
  }
  .fs-c-productList__list > *:nth-child(97) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(98) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(99) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(100) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 25;
    grid-row: 25;
  }
  .fs-c-productList__list > *:nth-child(101) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(102) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(103) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(104) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 26;
    grid-row: 26;
  }
  .fs-c-productList__list > *:nth-child(105) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(106) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(107) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(108) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 27;
    grid-row: 27;
  }
  .fs-c-productList__list > *:nth-child(109) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(110) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(111) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(112) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 28;
    grid-row: 28;
  }
  .fs-c-productList__list > *:nth-child(113) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(114) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(115) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(116) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 29;
    grid-row: 29;
  }
  .fs-c-productList__list > *:nth-child(117) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(118) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(119) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(120) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 30;
    grid-row: 30;
  }
  .fs-c-productList__list > *:nth-child(121) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-productList__list > *:nth-child(122) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-productList__list > *:nth-child(123) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-productList__list > *:nth-child(124) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 31;
    grid-row: 31;
  }
  .fs-c-productList__list > *:nth-child(125) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productList__list > *:nth-child(126) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productList__list > *:nth-child(127) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productList__list > *:nth-child(128) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 32;
    grid-row: 32;
  }
  .fs-c-productList__list > *:nth-child(129) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .fs-c-productList__list > *:nth-child(130) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .fs-c-productList__list > *:nth-child(131) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .fs-c-productList__list > *:nth-child(132) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 33;
    grid-row: 33;
  }
  .fs-c-productList__list > *:nth-child(133) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 34;
    grid-row: 34;
  }
  .fs-c-productList__list > *:nth-child(134) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 34;
    grid-row: 34;
  }
  .fs-c-productList__list > *:nth-child(135) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 34;
    grid-row: 34;
  }
  .fs-c-productList__list > *:nth-child(136) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 34;
    grid-row: 34;
  }
  .fs-c-productList__list > *:nth-child(137) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 35;
    grid-row: 35;
  }
  .fs-c-productList__list > *:nth-child(138) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 35;
    grid-row: 35;
  }
  .fs-c-productList__list > *:nth-child(139) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 35;
    grid-row: 35;
  }
  .fs-c-productList__list > *:nth-child(140) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 35;
    grid-row: 35;
  }
  .fs-c-productList__list > *:nth-child(141) {
    -ms-grid-column: 1;

    grid-column: 1;
    -ms-grid-row: 36;
    grid-row: 36;
  }
  .fs-c-productList__list > *:nth-child(142) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 36;
    grid-row: 36;
  }
  .fs-c-productList__list > *:nth-child(143) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 36;
    grid-row: 36;
  }
  .fs-c-productList__list > *:nth-child(144) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 36;
    grid-row: 36;
  }
  .fs-c-productList__list > *:nth-child(145) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 37;
    grid-row: 37;
  }
  .fs-c-productList__list > *:nth-child(146) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 37;
    grid-row: 37;
  }
  .fs-c-productList__list > *:nth-child(147) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 37;
    grid-row: 37;
  }
  .fs-c-productList__list > *:nth-child(148) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 37;
    grid-row: 37;
  }
  .fs-c-productList__list > *:nth-child(149) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 38;
    grid-row: 38;
  }
  .fs-c-productList__list > *:nth-child(150) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 38;
    grid-row: 38;
  }
  .fs-c-productList__list > *:nth-child(151) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 38;
    grid-row: 38;
  }
  .fs-c-productList__list > *:nth-child(152) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 38;
    grid-row: 38;
  }
  .fs-c-productList__list > *:nth-child(153) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 39;
    grid-row: 39;
  }
  .fs-c-productList__list > *:nth-child(154) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 39;
    grid-row: 39;
  }
  .fs-c-productList__list > *:nth-child(155) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 39;
    grid-row: 39;
  }
  .fs-c-productList__list > *:nth-child(156) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 39;
    grid-row: 39;
  }
  .fs-c-productList__list > *:nth-child(157) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 40;
    grid-row: 40;
  }
  .fs-c-productList__list > *:nth-child(158) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 40;
    grid-row: 40;
  }
  .fs-c-productList__list > *:nth-child(159) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 40;
    grid-row: 40;
  }
  .fs-c-productList__list > *:nth-child(160) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 40;
    grid-row: 40;
  }
  .fs-c-productList__list > *:nth-child(161) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 41;
    grid-row: 41;
  }
  .fs-c-productList__list > *:nth-child(162) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 41;
    grid-row: 41;
  }
  .fs-c-productList__list > *:nth-child(163) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 41;
    grid-row: 41;
  }
  .fs-c-productList__list > *:nth-child(164) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 41;
    grid-row: 41;
  }
  .fs-c-productList__list > *:nth-child(165) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 42;
    grid-row: 42;
  }
  .fs-c-productList__list > *:nth-child(166) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 42;
    grid-row: 42;
  }
  .fs-c-productList__list > *:nth-child(167) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 42;
    grid-row: 42;
  }
  .fs-c-productList__list > *:nth-child(168) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 42;
    grid-row: 42;
  }
  .fs-c-productList__list > *:nth-child(169) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 43;
    grid-row: 43;
  }
  .fs-c-productList__list > *:nth-child(170) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 43;
    grid-row: 43;
  }
  .fs-c-productList__list > *:nth-child(171) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 43;
    grid-row: 43;
  }
  .fs-c-productList__list > *:nth-child(172) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 43;
    grid-row: 43;
  }
  .fs-c-productList__list > *:nth-child(173) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 44;
    grid-row: 44;
  }
  .fs-c-productList__list > *:nth-child(174) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 44;
    grid-row: 44;
  }
  .fs-c-productList__list > *:nth-child(175) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 44;
    grid-row: 44;
  }
  .fs-c-productList__list > *:nth-child(176) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 44;
    grid-row: 44;
  }
  .fs-c-productList__list > *:nth-child(177) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 45;
    grid-row: 45;
  }
  .fs-c-productList__list > *:nth-child(178) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 45;
    grid-row: 45;
  }
  .fs-c-productList__list > *:nth-child(179) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 45;
    grid-row: 45;
  }
  .fs-c-productList__list > *:nth-child(180) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 45;
    grid-row: 45;
  }
  .fs-c-productList__list > *:nth-child(181) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 46;
    grid-row: 46;
  }
  .fs-c-productList__list > *:nth-child(182) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 46;
    grid-row: 46;
  }
  .fs-c-productList__list > *:nth-child(183) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 46;
    grid-row: 46;
  }
  .fs-c-productList__list > *:nth-child(184) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 46;
    grid-row: 46;
  }
  .fs-c-productList__list > *:nth-child(185) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 47;
    grid-row: 47;
  }
  .fs-c-productList__list > *:nth-child(186) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 47;
    grid-row: 47;
  }
  .fs-c-productList__list > *:nth-child(187) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 47;
    grid-row: 47;
  }
  .fs-c-productList__list > *:nth-child(188) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 47;
    grid-row: 47;
  }
  .fs-c-productList__list > *:nth-child(189) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 48;
    grid-row: 48;
  }
  .fs-c-productList__list > *:nth-child(190) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 48;
    grid-row: 48;
  }
  .fs-c-productList__list > *:nth-child(191) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 48;
    grid-row: 48;
  }
  .fs-c-productList__list > *:nth-child(192) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 48;
    grid-row: 48;
  }
  .fs-c-productList__list > *:nth-child(193) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 49;
    grid-row: 49;
  }
  .fs-c-productList__list > *:nth-child(194) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 49;
    grid-row: 49;
  }
  .fs-c-productList__list > *:nth-child(195) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 49;
    grid-row: 49;
  }
  .fs-c-productList__list > *:nth-child(196) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 49;
    grid-row: 49;
  }
  .fs-c-productList__list > *:nth-child(197) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 50;
    grid-row: 50;
  }
  .fs-c-productList__list > *:nth-child(198) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 50;
    grid-row: 50;
  }
  .fs-c-productList__list > *:nth-child(199) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 50;
    grid-row: 50;
  }
  .fs-c-productList__list > *:nth-child(200) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 50;
    grid-row: 50;
  }
}

/* cart start */

.fs-c-cartDiscountInfo__info{
    color: #ff0000;
}

/* cart end */


/* sakeカテゴリ追加 start */

.sake_attention_txt{
	font-size: 1.5rem;
	text-align: center;
}

.fs-c-productSelection__label{
	font-size: 2.0rem;
	font-weight: bold;
}

/* sakeカテゴリ追加 end */


/* カテゴリページのランキング  start */

.kizuna-category_rank{
	width: 100%;
	position: relative;
	display: flex;
}

.kizuna-category_rank .kizuna-category_rank_box{
	padding: 0 5px;
}

.kizuna-category_rank .kizuna-category_rank_box .ranking_number{
	font-family: 'Poppins', sans-serif;
	font-size: 2.1rem;
	color: #fff;
	position: relative;
	top: 20px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	pointer-events: none;
}

.kizuna-category_rank .kizuna-category_rank_box .ranking_number::before{
	content: '';
	position: absolute;
	top: -17px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(https://akitainu.itembox.design/item/images/rank_number.png);
	width: 75px;
	height: 51.5px;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.kizuna-category_rank .kizuna-category_rank_box img{
	width: 100%;
	border-radius: 12px;
}


@media only screen and (max-width: 767px) {
	.kizuna-category_rank .kizuna-category_rank_box{
		width: 50%;
	}

	.kizuna-category_rank{
		-webkit-flex-wrap: wrap;          /* Safari etc. */
		-ms-flex-wrap    : wrap;          /* IE10        */
		flex-wrap        : wrap;
	}
}

/* カテゴリページのランキング  end */


/* スマホの右下カートに入れるボタン非表示  start */

@media only screen and (max-width: 767px) {
	#fs_p_scrollingCartButton {
	  display: none
	}
}
