@charset "utf-8";

div, span, h1, h2, h3, h4, h5, h6, p,
a, address, em, img,
small, strong, sub,
dl, dt, dd, ol, ul, li,
form, label,
table, caption, tr, th, td,
article, aside,
figure, footer, header,
nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
  margin: 0;
  padding: 0;
  font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  overflow-x: hidden;
  color: #000;
  box-sizing: border-box;
  position: relative;
}
ol,ul {
  list-style: none;
}
img {
  vertical-align: bottom;
}
.is-pc {
  display: block !important;
}
.is-sp {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
}

/* 初期化 */
.fs-l-header {
  padding-top: 0;
}
.fs-body-top .fs-l-main {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}
.fs-body-top .fs-l-pageMain {
  max-width: 100%;
}
.fs-l-footer {
  border-top: none;
}
.fs-body-top li a:hover img {
  opacity: 0.77;
  transition: 0.3s ease-in-out;
}
.fs-l-header a:link,
.fs-l-header a:visited {
  color: #3c3c3c;
  text-decoration: none;
}
.fs-l-header a:hover {
  color: #3790e8;
  text-decoration: underline;
}
.fs-l-header a:active {
  color: #3381ce;
}
.fs-l-footer a:link,
.fs-l-footer a:visited,
.fs-l-footer a:hover,
.fs-l-footer a:active{
  text-decoration: none;
  color: #3c3c3c;
}

.inner{
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .fs-body-top .fs-l-footer {
    margin-top: 0;
  }
}

/* ---------------------
    - overlay
--------------------- */
.magazine{
  bottom: 40px;
  position: fixed;
  right: 40px;
  z-index: 9999;
  display: none;
}
/* ポップアップフェードイン表示 */
.magazine.open{
  display: block;
}
.magazine.close{
  display: none !important;
}
.magazine .magazine_contents{
  background: #fff;
  box-shadow: 0px 0px 10px 3px rgba(150,150,150,0.3);
  border-radius: 5px;
  padding: 19px 36px 21px;
  text-align: center;
  border: 1px solid #ddd; 
}
.magazine .magazine_contents_title{
  color: #444444;
  font-weight: bold;
  margin-bottom: 9px;
  font-size: 20px;
}
.magazine .magazine_contents_text{
  font-size: 13px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  color: #555555;
}
.magazine input[type="text"] {
  width: 270px;
  display: block;
  border-radius: 0;
  margin: 0 auto 11px;
  font-size: 13px;
}
.magazine input[type="text"]:focus{
  outline: 0;
}
.magazine input[type="submit"]{
  background: #444444;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 5px 46px;
  border: none;
  cursor: pointer;
}
.magazine .magazine_btn{
  background: #646464;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 40px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
  width: 40px;
  font-size: 22px;
}
.magazine .magazine_contents_link:hover,
.magazine .magazine_btn:hover{
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .magazine{
    bottom: 15px;
    right: 18px;
  }
  .magazine .magazine_contents{
    padding: 11px 20px 14px;
  }
  .magazine .magazine_contents_title{
    margin-bottom: 5px;
    font-size: 16px;
  }
  .magazine .magazine_contents_text{
    font-size: 12px;
    letter-spacing: normal;
    margin-bottom: 10px;
  }
  .magazine input[type="text"] {
    width: 254px;
    margin: 0 auto 11px;
  }
  .magazine input[type="submit"]{
    font-size: 13px;
    padding: 4px 46px;
    border: none;
  }
  .magazine .magazine_btn{
    height: 36px;
    width: 36px;
    font-size: 21px;
  }
}

/* ---------------------
    - header
--------------------- */
.header_head{
  background-color: #7a357d;
  color: #fff;
  font-size: 10.5px;
}
.header_head .inner{
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  letter-spacing: 0.02em;
}
.header_head .inner .right_unit ul{
  display: flex;
  justify-content: center;
}
.header_head .inner .right_unit ul li{
  display: flex;
  align-items:center;
  margin-right: 14px;
}
.header_head .inner .right_unit ul li:last-child{
  margin-right: 0;
}
.header_head .inner .right_unit ul li a{
  color: white;
}
.header_head .inner .right_unit ul li img{
  margin-right: 4px;
}
.header_info .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0 22px;
}
.header_info .inner .left_unit{
  width: 190px;
}
.header_info .inner .left_unit img{
  width: 100%;
}
.header_info .inner ul{
  display: flex;
  align-items: center;
  font-size: 0;
}
.header_info .inner li {
  margin-right: 16px;
}
.header_info .inner li.icon img {
  height: 18px;
  width: auto;
}
.header_info .inner li.icon_nav img {
  height: 38px;
  width: auto;
}
.header_info .inner li:first-child {
  margin-right: 20px;
}
.header_info .inner li.icon_mypage{
  margin-right: 14px;
}
.header_info .inner li.icon_cart,
.header_info .inner li:last-child {
  margin-right: 0;
}
.header_info .inner li.icon_cart {
  position: relative;
}
.header_info .inner li.icon_cart .fs-clientInfo.is-ready {
  top: -7px;
  right: -7px;
}
.header_info .inner li a {
  font-size: 0;
  vertical-align: middle;
}
.header_nav_pc{
  box-shadow: 0px 10px 6px -6px rgba(183,183,183,0.25);
  margin-bottom: 28px;
  padding-bottom: 15px;
}
.header_nav_pc .inner{
  width: 1000px;
}

/* メガメニュー */
.header_nav_pc > div > ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.02em;
  text-align: center;
}
.header_nav_pc > div > ul > li:nth-child(1) {
  width: 141px;
}
.header_nav_pc > div > ul > li:nth-child(2) {
  width: 140px;
}
.header_nav_pc > div > ul > li:nth-child(3) {
  width: 125px;
}
.header_nav_pc > div > ul > li:nth-child(4) {
  width: 131px;
}
.header_nav_pc > div > ul > li:nth-child(5) {
  width: 132px;
}
.header_nav_pc > div > ul > li:nth-child(6) {
  width: 86px;
}
.header_nav_pc > div > ul > li:nth-child(7) {
  width: 132px;
}
.header_nav_pc > div > ul > li:nth-child(8) {
  width: 113px;
}
.header_nav_pc li a:hover {
  text-decoration: underline;
}
.header_nav_pc li a .normal{
  display: block;
}
.header_nav_pc li a .hover{
  display: none;
}
.header_nav_pc li.visible .normal{
  display: none;
}
.header_nav_pc li.visible .hover{
  display: block;
}
.header_nav_pc .menu {
  position: relative;
  width: 100%;
}
.header_nav_pc .menu > li {
  height: 34px;
  line-height: 34px;
}
.header_nav_pc .menu > li a {
  display: block;
}
.header_nav_pc ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.header_nav_pc .menu > li:hover {
  transition: all .5s;
}
.header_nav_pc .menu__second-level li{
  margin: 5px 10px;
}
.header_nav_pc .menu > li.menu__single {
  position: relative;
}
.header_nav_pc li.menu__single ul.menu__second-level {
  position: absolute;
  top: 30px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  text-align: left;
  transition: all .2s ease;
}
.header_nav_pc li.menu__single:hover ul.menu__second-level {
  top: 35px;
  visibility: visible;
  opacity: 1;
  padding: 10px 0px;
  font-size: 13.5px;
}

/* 検索フォーム */
.fs-p-inputGroup{
  border: none;
  border-bottom: 1px solid #a1a1a1;
}
.fs-p-searchForm__input {
  width: 150px;
  font-size: 13px;
}
.header_info textarea:focus,
.header_info input:focus,
.header_info input[type]:focus,
.header_info .uneditable-input:focus {
  outline: 0;
  box-shadow: none;
}

@media screen and (max-width: 600px) {
  .header_head {
    font-size: 12px;
  }
  .header_head .inner {
    flex-wrap: wrap;
    padding: 0;
  }
  .header_head .left_unit {
    width: 100%;
    padding: 5px 12px;
    text-align: center;
  }
  .header_head .right_unit {
    width: 100%;
    background-color: #a65ea9;
    padding: 5px 12px;
  }
  .header_info .inner{
    padding: 20px 10px 18px;
  }
  .header_info .inner li.icon_mypage {
    margin-right: 11px;
  }
  .header_info .inner li.icon_cart{
    margin-right: 17px;
  }
  .header_info .inner li.icon_cart .fs-clientInfo.is-ready {
    top: -6px;
    right: -6px;
  }
  .header_info .inner li.icon img {
    height: 22px;
    width: auto;
  }
}

/* ---------------------
    - slide_menu
--------------------- */
.fs-l-page {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.fs-l-header .nav_overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.fs-l-header .nav_overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.fs-l-header nav {
  width: 260px;
  height: 100%;
  padding: 40px 15px;
  background-color: rgb(67, 67, 67, 1.0);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(260px);
  transition: all .5s;
}
.fs-l-header nav > span {
  display: block;
  float: right;
  overflow: hidden;
  margin-bottom: 20px;
}
.fs-l-header nav > span img {
  height: 38px;
  width: auto;
}
.fs-l-header nav .fs-p-searchForm {
  clear: both;
  margin-bottom: 22px;
}
.fs-l-header nav .fs-p-inputGroup{
  border: none;
}
.fs-l-header nav .fs-p-searchForm__input {
  width: auto;
  border-radius: 4px 0 0 4px;
}
.fs-l-header nav .fs-p-searchForm_img{
  width: 35px;
  border-radius: 0 4px 4px 0;
}
.fs-l-header nav.open {
  transform: translateZ(0);
}
.fs-l-header nav li{
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}
.fs-l-header nav li a {
  color: #fff !important;
  font-size: 14px;
}
.fs-l-header nav .icon_list{
  display: flex;
  margin: 26px 0 30px;
}
.fs-l-header nav .icon_list li{
  margin-right: 17px;
  margin-bottom: 0;
}
.fs-l-header nav .icon_list li:last-child{
  margin-right: 0;
}
.fs-l-header nav .icon_list li img{
  height: 30px;
  filter: brightness(0) invert(1);
}

/* ---------------------
    - slider
--------------------- */
.slider_flame{
  margin-bottom: 118px;
}
@media screen and (max-width: 600px) {
  .slider_flame {
    margin-bottom: 80px;
  }
}

/* ---------------------
    - news_area
--------------------- */
.news_area{
  margin-bottom: 100px;
}
.news_area h2{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 36px;
}
.news_area li{
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 25px;
  padding-bottom: 24px;
}
.news_area li:first-child{
  border-top: 1px solid #d6d6d6;
  padding-top: 25px;
}
.news_area li dl{
  display: flex;
}
.news_area li dt{
  min-width: 148px;
}

@media screen and (max-width: 600px) {
  .news_area{
    margin-bottom: 60px;
  }
  .news_area h2{
    font-size: 25px;
    margin-bottom: 30px;
  }
  .news_area li{
    margin-bottom: 17px;
    padding-bottom: 16px;
  }
  .news_area li:first-child{
    padding-top: 17px;
  }
  .news_area li dl{
    flex-wrap: wrap;
    font-size: 13px;
  }
  .news_area li dt{
    min-width: initial;
    width: 100%;
    padding: 0 12px;
  }
  .news_area li dd{
    width: 100%;
    padding: 0 12px;
  }
}

/* ---------------------
    - category_area
--------------------- */
.category_area{
  margin-bottom: 80px;
}
.category_area ul{
  display: flex;
  flex-wrap: wrap;
}
.category_area li{
  width: 32.3%;
  margin-right: 1.5%;
  text-align: center;
}
.category_area li:nth-child(3n){
  margin-right: 0;
}
.category_area li dl{
  margin-bottom: 40px;
 }
.category_area li dt{
  margin-bottom: 15px;
}
.category_area li dt img{
  width: 100%;
}
.category_area li dd{
  font-size: 15px;
}

@media screen and (max-width: 600px) {
  .category_area{
    margin-bottom: 40px;
  }
  .category_area li{
    width: 100%;
    margin-right: 0;
  }
  .category_area li dl{
    margin-bottom: 30px;
  }
  .category_area li dd{
    display: inline-block;
    color: black;
    font-size: 18px;
    border: solid 1px black;
    width: 300px;
    height:50px;
    padding: 7px 4px 4px 4px;			
  }	

}

/* ---------------------
    - ranking_area
--------------------- */
.ranking_area {
  margin-bottom: 140px;
}
.ranking_area h2{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .ranking_area {
    margin-bottom: 40px;
  }
  .ranking_area h2{
    font-size: 25px;
    margin-bottom: 40px;
  }
.category_area li dd a:hover {
  text-decoration: none;
}	
}

/* ---------------------
    - blog_area
--------------------- */
.blog_area{
  margin-bottom: 120px;
}
.blog_area h2{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 62px;
}
.blog_area ul{
  display: flex;
  justify-content: space-between;
}
.blog_area li{
  width: 30%;
}
.blog_area li dl{
  border: 1px solid #d6d6d6;
}
.blog_area li dt img{
  width: 100%;
}
.blog_area li dd{
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.blog_area li dd h3{
  font-size: 15px;
  margin-bottom: 11px;
}
.blog_area li dd p{
  font-size: 13px;
  margin-bottom: 10px;
}
.blog_area li dd time{
  font-size: 13px;
  text-align: right;
  display: block;
  margin-top: auto;
}

@media screen and (max-width: 600px) {
  .blog_area{
    margin-bottom: 30px;
  }
  .blog_area h2{
    font-size: 25px;
    margin-bottom: 40px;
  }
  .blog_area ul{
    flex-wrap: wrap;
    padding: 0 12px;
  }
  .blog_area li{
    width: 100%;
    margin-bottom: 34px;
  }
  .blog_area li dl {
    border: none;
    background-color: #f8f8f8;
  }
  .blog_area li dd{
    padding: 24px;
  }
  .blog_area li dd h3{
    font-size: 18px;
    margin-bottom: 9px;
  }
  .blog_area li dd time{
    color: #888888;
  }
}

/* ---------------------
    - link_area
--------------------- */
.link_area{
  margin-bottom: 120px;
}
.link_area ul{
  display: flex;
  justify-content: space-between;
}
.link_area li {
  width: 47.5%;
}
.link_area li img{
  width: 100%;
}
@media screen and (max-width: 600px) {
  .link_area{
    margin-bottom: 46px;
  }
  .link_area ul{
    flex-wrap: wrap;
    padding: 0 12px;
  }
  .link_area li {
    width: 100%;
    margin-bottom: 18px;
  } 
}
/* ---------------------
    - originalshop_area
--------------------- */
.originalshop_area{
  margin-bottom: 120px;
}
.originalshop_area dl{
  display: flex;
  background-color: #f8f8f8;
}
.originalshop_area dt{
  width: 49.2%;
}
.originalshop_area dt img{
  width: 100%;
}
.originalshop_area dd{
  width: 50.8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.55;
}
.originalshop_area dd h3{
  font-size: 24px;
  margin-bottom: 22px;
}
.originalshop_area dd p{
  font-size: 13px;
}
.originalshop_area dd span{
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .originalshop_area{
    margin-bottom: 40px;
  }
  .originalshop_in{
    padding: 0 12px;
  }
  .originalshop_area dl{
    flex-wrap: wrap;
  }
  .originalshop_area dt{
    width: 100%;
  }
  .originalshop_area dd{
    width: 100%;
    padding: 24px 18px 26px;
  }
  .originalshop_area dd h3{
    font-size: 26px;
    margin-bottom: 14px;
  }
}

/* ---------------------
    - bnr_area
--------------------- */
.bnr_area{
  margin-bottom: 82px;
}
.bnr_area ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bnr_area li {
  width: 47.5%;
  margin-bottom: 38px;
}
.bnr_area li img{
  width: 100%;
}
@media screen and (max-width: 600px) {
  .bnr_area{
    margin-bottom: 46px;
  }
  .bnr_area ul{
    padding: 0 12px;
  }
  .bnr_area li {
    width: 100%;
    margin-bottom: 16px;
  }
}

/* ---------------------
    - shopinfo_area
--------------------- */
.shopinfo_area{
  margin-bottom: 156px;
}
.shopinfo_area .inner{
  width: 826px;
}
.shopinfo_area h2{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 62px;
}
.shopinfo_area li{
  margin-bottom: 70px;
}
.shopinfo_area li:last-child{
  margin-bottom: 0;
}
.shopinfo_area li dl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.55;
}
.shopinfo_area li dt{
  width: 54.47%;
}
.shopinfo_area li dt img{
  width: 100%;
}
.shopinfo_area li dd{
  width: 38.74%;
}
.shopinfo_area li dd h3{
  font-size: 16px;
  font-weight: bold;
}
.shopinfo_area li dd span{
  display: block;
  width: 30px;
  border-top: 2px #7a357d solid;
  margin: 20px 0;
}
.shopinfo_area li dd a{
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .shopinfo_area{
    margin-bottom: 50px;
  }
  .shopinfo_area h2{
    font-size: 25px;
    margin-bottom: 40px;
  }
  .shopinfo_area .inner{
    width: 100%;
  }
  .shopinfo_area ul{
    padding: 0 12px;
  }
  .shopinfo_area li{
    margin-bottom: 34px;
  }
  .shopinfo_area li dl{
    flex-wrap: wrap;
  }
  .shopinfo_area li dd h3{
    font-size: 18px;
  }
  .shopinfo_area li dd p{
    font-size: 14px;
  }
  .shopinfo_area li dt{
    width: 100%;
    margin-bottom: 20px;
  }
  .shopinfo_area li dd{
    width: 100%;
  }
  .shopinfo_area li dd span{
    margin: 18px 0;
  }
}

/* ---------------------
    - about_area
--------------------- */
.about_area {
  margin: 0 auto;
  background: url(https://cotondoux.itembox.design/item/img/bg_about.jpg?t=20200514191540) center center no-repeat;
  background-color: #764a78;
  background-size: cover;
  color: #fff;
  height: 445px;
}
.about_area .inner {
  display: flex;
  align-items: center;
  height: 445px;
}
.about_area .about_upper{
  margin-bottom: 50px;
  letter-spacing: 0.02em;
}
.about_area .about_upper h2 {
  display: inline-block;
  width: 180px;
  height:50px; 
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 14px;
  border: solid 1px #fff;
  padding: 4px;
}
.about_area .about_upper p {
  font-size: 15px;
  line-height: 2;
}
.about_area .about_lower{
  line-height: 1.5;
}
.about_area .about_lower h3{
  font-size: 14px;
  margin-bottom: 8px;
}

.about_area a {
  color: #ffffff;
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.about_area a:hover {
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .about_area {
    background: none;
    background-color: #764a78;
    height: auto;
  }
  .about_area .inner {
    width: 100%;
    height: auto;
  }
  .about_area .about_in{
    width: 100%;
  }
  .about_area .about_upper{
    background: url(https://cotondoux.itembox.design/item/img/bg_about_sp.png?t=20200514191540) center center no-repeat;
    background-size: cover;
    padding: 30px 12px 30px;
    margin-bottom: 0;
  }
  .about_area .about_upper h2 {
    text-align: center;
    margin-bottom: 16px;
  }
  .about_area .about_upper p {
    line-height: 1.8;
  }
  .about_area .about_lower{
    padding: 30px 12px 30px;
  }
  .about_area .about_lower h3{
    font-size: 16px;
    font-weight: bold;
  }
}

/* ---------------------
    - footer
--------------------- */
.footer_upper{
  border-bottom: 1px solid #d6d6d6;
  padding: 60px 0 52px;
}
.footer_upper h2{
  margin: 0 auto 44px;
  width: 186px;
}
.footer_upper h2 img{
  width: 100%;
}
.footer_upper ul{
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
.footer_upper ul a:hover{
  text-decoration: underline;
}
.footer_lower{
  border-bottom: 1px solid #d6d6d6;
  padding: 31px 0 27px;
}
.footer_lower .footer_unit{
  display: flex;
  justify-content: space-around;
  width: 900px;
  margin: 0 auto 37px;
}
.footer_lower .footer_magazine_contents{
  text-align: center;
}
.footer_lower .footer_magazine_contents_title{
  margin-bottom: 9px;
  font-size: 18px;
}
.footer_lower .footer_magazine_contents_text{
  font-size: 13px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  color: #555555;
}
.footer_lower .footer_magazine input[type="text"] {
  width: 270px;
  border-radius: 0;
  font-size: 13px;
  padding: 5px 7px;
  height: 30px;
}
.footer_lower .footer_magazine input[type="text"]:focus{
  outline: 0;
}
.footer_lower .footer_magazine input[type="submit"]{
  background: #444444;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 4px 22px;
  border: none;
  height: 30px;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.footer_lower .text{
  text-align: center;
  font-size: 12px;
  margin-bottom: 11px;
}
.footer_lower .bnr_app{
  display: flex;
  justify-content: center;
}
.footer_lower .bnr_app li{
  margin-right: 14px;
}
.footer_lower .bnr_app li:last-child{
  margin-right: 0;
}
.footer_lower .footer_nav{
  display: flex;
  justify-content: center;
  font-size: 12px;
}
.footer_lower .footer_nav li a{
    display: block;
    position: relative;
    padding: 0 13px;
}
.footer_lower .footer_nav li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #000000;
}
.footer_lower .footer_nav li:last-child a:before {
  background: none;
}
.footer_lower .footer_nav li a:hover{
  text-decoration: underline;
}

/* copyright */
.copyright .inner{
  padding: 20px 0 21px;
}
.copyright small{
  display: block;
  text-align: center;
  font-size: 11px;
}

@media screen and (max-width: 600px) {
  .footer_upper{
    padding: 40px 0 10px;
  }
  .footer_upper h2{
    margin-bottom: 30px;
    width: 160px;
  }
  .footer_upper ul{
    flex-wrap: wrap;
    font-size: 13px;
    width: 78%;
    margin: 0 auto;
  }
  .footer_upper li{
    width: 46%;
    margin-bottom: 18px;
  }
  .footer_lower{
    padding: 25px 0 25px;
  }
  .footer_lower .footer_unit{
    width: 100%;
    display: block;
    margin: 0 auto 31px;
  }

  .footer_lower .footer_magazine_contents{
    margin: 0 auto 32px;
  }
  .footer_lower .footer_magazine_contents_title{
    margin-bottom: 8px;
    font-size: 15px;
  }
  .footer_lower .footer_magazine_contents_text{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer_lower .footer_magazine input[type="text"] {
    width: 240px;
    font-size: 12px;
    padding: 5px 7px;
    margin-bottom: 5px;
  }
  .footer_lower .footer_magazine input[type="submit"]{
    font-size: 12px;
    padding: 4px 17px;
    border: none;
  }
  .footer_lower .text{
    font-size: 13px;
    margin-bottom: 10px;
  }
  .footer_lower .footer_nav{
    flex-wrap: wrap;
    line-height: 2;
  }
}

/* ---------------------
    - ranking_area カスタマイズ
--------------------- */
.ranking_area {
  margin-bottom: 0;
}
.original_ranking {
  width: 1000px;
  margin: 50px auto 50px;
}
.original_ranking {
  display: none;
}
.original_ranking.slick-initialized {
  display: block;
}
.original_ranking .slick-slider .slick-slide {
  width: 168px;
  margin-bottom: 46px;
  margin-right: 40px;
}
.original_ranking .slick-slider .slick-slide:nth-child(5n) {
  margin-right: 0;
}
.original_ranking .slick-slider .slick-slide a:hover {
  opacity: 0.77;
  transition: 0.3s ease-in-out;
}
.original_ranking .fs-c-productListCarousel__list .slick-track {
  width: 1000px !important;
  transform: translate3d(0px, 0px, 0px) !important;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.original_ranking .fs-c-productListCarousel__list .slick-track .fs-c-productPrices,
.original_ranking .fs-c-productListCarousel__list .slick-track .fs-c-buttonContainer {
    display: none;
}

@media screen and (max-width: 600px) {
  .original_ranking {
    width: 100%;
    margin: 0;
    padding: 0 12px;
  }
  .original_ranking .fs-c-productListCarousel__list .slick-track::before,
  .original_ranking .fs-c-productListCarousel__list .slick-track::after {
    display: none;
  }
  .original_ranking .fs-c-productListCarousel__list .slick-track {
    width: 100% !important;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .original_ranking .slick-slider .slick-slide {
    width: 46.5%;
    margin-bottom: 24px;
    margin-right: 0;
  }
}

/* パンくず */
.fs-c-breadcrumb__list {
  max-width: 1216px;
  margin: 0 auto;
}



/*商品詳細ページ内　サイズガイド、素材生産地の表示・非表示*/
		/*全体*/
		.hidden_box {
			margin: 2em 0;/*前後の余白*/
			padding: 0;
		}

		/*ボタン装飾*/
		.hidden_box label {
			padding: 8px 16px;
			border: solid 2px black;
			cursor :pointer;
		}

		/*ボタンホバー時*/
		.hidden_box label:hover {
			background: #efefef;
		}

		/*チェックは見えなくする*/
		.hidden_box input {
			display: none;
		}

		/*中身を非表示にしておく*/
		.hidden_box .hidden_show {
			height: 0;
			padding: 0;
			overflow: hidden;
			opacity: 0;
			transition: 0.8s;
		}

		/*クリックで中身表示*/
		.hidden_box input:checked ~ .hidden_show {
			padding: 10px 0;
			height: auto;
			opacity: 1;
		}

/*商品詳細ページ　インフォアイコン*/
		.info_icon {
			width: 12px;
			vertical-align: middle; 
			margin-right: 3px;		
		}

/*フリーページのボディ幅*/
		.size_body {
			max-width: 1000px;
			width: auto;
			margin: auto;
		}


/*商品仕様*/
.descript{
	background: #DDD1DB;/*背景色*/
	padding: 0.5em;/*文字まわり（上下左右）の余白*/
	width: 90%;
        margin: auto;
	text-align: center;
	color: #4B4B4B;
}
@media screen and (min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
	.float_box {
		float: left;
		width: 50%;
	}
}
			
@media screen and (max-width: 767px) { /*ウィンドウ幅が最大767pxまでの場合に適用*/
	.float_box {
		float: none;
		width: 100%;
		text-align: center;
	}
				
}
		
@media screen and (max-width: 479px) { /*ウィンドウ幅が最大479pxまでの場合に適用*/			
	.float_box {
		float: none;
		width: 100%;
		text-align: center;
	}

	td > img {
		width: 100%;
	}
				
	hr {
		width: 90%;
	}
		}

.clear {
      clear: both;
}

.fs-p-productSearch__form {
      padding: 17px;
}

/*商品検索結果ページにて詳細検索フォームを常に表示*/
@media screen and (min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
.fs-p-productSearch__search {
 max-height: inherit;
}
.fs-p-productSearch__form {
 transform: translateY(0);
}
.fs-p-productSearch__formSwitch {
 display: none;
}
}

/* （スマホ）商品検索フォームのサイズを選択を左側に表示 */
.fs-p-productSearch__formSwitch {
    width: 150px;
    padding: 10px 0px;
    text-align :center;
}
.fs-p-productSearch {
    display: block;
}

/*商品一覧の商品名表示*/
.fs-c-productName__name {
line-height: 18px;
}

/*商品一覧の下線表示*/
.fs-c-productList__list__item {
border-bottom: 1px solid #f2f2f2;
}

/*商品価格の打ち消し線*/
.fs-c-productPrice--listed {
	display: inline-block;         /* 打ち消し線と文字の幅を揃えられるようにする */
	position: relative;            /* 打ち消し線の位置を調整する時の基準点になるようにする */
}

.fs-c-productPrice--listed:before {
	content: '';                	/* 擬似要素に実体を持たせる */
	width: 100%;                	/* 打ち消し線の幅を指定する*/
	height: 1px;                	/* 線を表示させるために1pxだけ高さを入れる */
	border-top: solid 2px #F44336;  /* 二重線の上側になる線をひく */
	position: absolute;            	/* 線の位置を自由に動かせるようにする */
	top: calc(50% - 1px) ;          /* 線の位置 */
}

/* 商品一覧カテゴリ表示 */
.fs-c-subgroupList {
    width: 65%;
}
.fs-c-subgroupList__item {
    margin: 10px;
}

/* 商品詳細ページ内サイズガイドリンク */
.size_link {
    color: red;
}

/* 商品詳細ページ内拡大ボタン*/
.fs-c-button--plain.fs-c-button--viewExtendedImage::before {
    font-size: 4rem;
}

/* プロフィール */
@media screen and (min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
ul.store_info {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
		
ul.store_info > li {
	width: 18%;
	list-style: none;
	box-sizing: border-box;
	margin: 8px;
}

}

@media screen and (max-width: 767px) { /*ウィンドウ幅が767px以下の場合に適用*/
ul.store_info {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
        font-size: 12px;
}
		
ul.store_info > li {
	width: 30%;
	list-style: none;
	box-sizing: border-box;
	margin: 5px;
}
.prof_pic > img {
        width: 100%;
}
}


/* 商品一覧でページ上部に戻る */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
  z-index: 5;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 40px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/* 商品詳細ページ　拡大ボタン */
@media screen and (min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
.fs-c-productMainImage__expandButton {
width: 80%;
}
}

@media screen and (max-width: 767px) { /*ウィンドウ幅が767px以下の場合に適用*/
.fs-c-productMainImage__expandButton {
width: 100%;
}
}

/*　ログイン、カート画面ロゴサイズ*/
@media screen and (min-width: 767px) {
.fs-p-logo__image {
    max-height: 80px;
}
}

/* 商品詳細ページ内メイン画像サイズ */
@media screen and (min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
.fs-c-productCarouselMainImage img{
    width: 400px;
    margin: auto;
}
.pswp__img img {
    width: 100%;
}
#fs_productCarouselMainImage {
    width: 400px;
    margin: auto;
}
}

@media screen and (max-width: 767px) { /*ウィンドウ幅が767px以下の場合に適用*/
.fs-c-productCarouselMainImage img{
    width: 100%;
    margin: auto;
}
.pswp__img img {
    width: 100%;
}
}

/*ログインログアウトの表示切り替え*/
.logout.my-false { display: none; }
.login.my-true { display: none; }

.fs-c-accountService__page--accountDelete {
      height: 30px;
}

/*プレビューヘッダを非表示にする*/
.fs-preview-header { display: none; }

/*　カート内割引案内文字の設定　*/
#fs_ShoppingCart .fs-c-cartDiscountInfo__info{
color:#FF0000 ;
font-size: 1.8rem;
}

/*　商品一覧表示列数（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;
  }
}


