@media only screen and (max-width: 1270px) {
  html{
      overflow-x: hidden;
  }
  }
  
  /*トップページスライダー*/
  .mainslide{
    background-image: url("https://maruyo.itembox.design/item/img/dark_wood.jpg");    
  }
  .mainslide .fs-c-slick .slick-slide img{
	width: 780px;
	margin: 40px 20px;
  }
/*■ Mobile (Low Res) : 750px > 0 ■*/
@media only screen and (max-width: 767px) {
  .mainslide .fs-c-slick .slick-slide img{
    /* margin: 30px; */
    margin:3.91vw;
    /* padding-left : 10px; */
    padding-left : 1.303vw;
    /* padding-right : 10px; */
    padding-right : 1.303vw;
  }
}
@media only screen and (max-width: 480px) {
  .mainslide .fs-c-slick .slick-slide img{
    margin: 21px;
  }
}

  /* slickをカスタマイズ */
  .fs-c-productListCarousel{
	  display : block!important;
  }
  .fs-c-productListCarousel__ctrl{
	  display : none!important;
  }  
  .fs-c-productListCarousel .slick-track{
  width : 780px!important;
  max-width : 100%;
	display: flex;
	-js-display: flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
  }
  .fs-c-productListCarousel__list__item{
	  max-width : 100%!important;
	  min-width : 0!important;
	  margin : 0!important;
	  /* padding: 0 4px; */
  }
  .fs-c-productListCarousel .slick-list{
	
  }
  .fs-c-productListCarousel .slick-slide{
	float : none!important;
  width : 30%;
  margin-right : 4.5%;
  margin-bottom : 20px;
  }

  .fs-c-productListCarousel .slick-slide:nth-child(3n){
    margin-right : 0;
  }
  /*■ Mobile (Low Res) : 750px > 0 ■*/
  @media only screen and (max-width: 767px) {
    .fs-c-productListCarousel .slick-slide{
      width : 47%;
    }
    .fs-c-productListCarousel .slick-slide:nth-child(3n){
      margin-right : 5%;
    }
    .fs-c-productListCarousel .slick-slide:nth-child(2n){
      margin-right : 0;
    }
    

  }

  .fs-c-productListCarousel .slick-slide img{
  } 
  .fs-c-productListItem__control{
    display : none;
  }




  /*お知らせ*/
  
/* ここからトップページ新着情報用 */
.news__content{
  position: relative;/*width: calc(100% - 200px);*/
  min-height : 200px;
}
@media all and ( max-width:  1210px) {
  .news__content{width: 100%;}
  }
.news__newslist{
  padding-top: 10px;
  padding-left : 0;
  /* margin-bottom: 33px; */
  list-style-type: none;
  margin-top:0;}
  .news__newslist li{
    border-bottom : 1px solid #b3b3b3;
    margin-bottom : 27px;
  }
  .news__newslist li:last-child{
    margin-bottom : 0;
  }
.news__newsitem{
  display: flex;
  -js-display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  align-items: center;
  -webkit-align-items: center;
  /* min-height: 33px; */
  margin-bottom: 16px;}

.news__left{
  display: flex;
-js-display: flex;
display: -webkit-flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
flex-flow: row nowrap;
-webkit-flex-flow: row nowrap;
align-items: flex-start;
-webkit-align-items: flex-start;
width : 95%;
} 
.news__right{
  color : #b3b3b3;
  width : 5%;
}
.news__date{
  /* width: 130px; */
  width: 6em;
}

.news__txt{
  /* width: calc(100% - 130px); */
  width: calc(100% - 6em);
  /*color: #021f4a;*/
  /* text-decoration: underline; */
}
.news__newsitem:hover .news__txt{
  text-decoration: none;
}
/* ここまでトップページ新着情報用 */





.thankyou{
  border: 5px solid #000;
  position: relative;  
  width: 100%;
  font-size : 1.8rem;
  /* overflow: hidden; */
  margin-top : 50px;
}
@media print,screen and (max-width: 767px) {
  .thankyou{
    /* margin-top : 2.477vw; */
    margin-top : 6vw;
  }
}
@media print,screen and (max-width: 480px) {
  .thankyou{
    border-width : 1vw;
  }
}

.thankyou__forbg{
  /* padding: 39px 29px; */
  padding:5.4% 1.5% 5.4% 4.2%;
  position:relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .thankyou__forbg{
      /* padding: 25px 10px; */
  }
  }
.thankyou__bg{
  position: absolute;
  z-index : 1;
  /* right: -62px; */
  right:-8.3%;
  bottom : -4.1%;
  /* bottom: -17px; */
  width: 83%;
}
.thankyou__ttl{position: absolute;display: inline-block;margin: 0;padding: 0 15px;background-color: #f5f1e8;top: -14px;left: 10px;font-size: 2.4rem;letter-spacing: -0.09em;}
.thankyou__wrap{position:relative;overflow:hidden;z-index:2;display: flex;-js-display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content: flex-start;flex-flow: row nowrap;-webkit-flex-flow: row nowrap;align-items: flex-start;-webkit-align-items: flex-start;}
.thankyou__left{width: 50%;}
@media only screen and (max-width: 480px) {
  .thankyou__left{width: 40%;}
  }
.thankyou__right{width: 50%;padding-left: 3.3%;}
@media only screen and (max-width: 480px) {
  .thankyou__right{width: 60%;padding-left: 3.3%;}
  }
.thankyou .productListItem__productName{
  margin : 0;
}
.thankyou .productName__copy{
  font-size : 1.8rem;
  display : block;
  margin-bottom: 13px;
}
.thankyou .productName__name{
  font-size : 3.2rem;
  margin-bottom: 5px;
  display: block;
  line-height : 1.5;
}
@media only screen and (max-width: 767px) {
  .thankyou .productName__name{
  font-size : 2.4rem;
  }
  }
.thankyou .productPrice{margin-bottom: 8px;}

.thankyou .productPrice__main__price{
  font-size : 2.4rem;
}

.thankyou .btn{
  max-width: 280px;
  width: 100%;
  margin-top: 24px;
}

#second-slider .slick-dots{
  position : static;
  margin-top : 20px;
}
@media print,screen and (max-width: 767px) {
  #second-slider .slick-dots{
    margin-top : 2.607vw;
  }
}

#second-slider .slick-dots li:first-child {
  margin-left: 0;
}

#second-slider .slick-dots li {
  width: 32%;
  margin: 0 0 0 2%;
}

/* #second-slider .slick-dots li {
  display: inline-block;
  margin: 0 8px;
} */

#second-slider .slick-dots .slick-active img, #second-slider .slick-dots li:hover img {
  /* opacity: .6; */
}


.trivia{
  position: relative;
}
.trivia__img{
  position : relative;
  z-index : 2;
}


.trivia__bg{
  position: absolute;
  right : -66px;
  
  bottom : -43px;
  
}
@media print,screen and (max-width: 767px) {
  .trivia__bg{
    width: 61.636vw;
    right : -8.604vw;
    bottom : -5.606vw;  
  }
}
.trivia .row{
	margin:0
}
.trivia__col{
	padding-left : 0;
  padding-right : 11px;
  margin-bottom : 8px;
}
.trivia__col:nth-child(3n){
    /* padding-right : 0; */
}



.fs-l-page{
  background-image: url("https://maruyo.itembox.design/item/img/bgimg.png");
  background-repeat: repeat-x;
  background-position-y : 574px;
}
/*■ Mobile (Low Res) : 750px > 0 ■*/
@media only screen and (max-width: 991px) {
  .fs-l-page{
    background-position-y: 524px;
  }
}
@media only screen and (max-width: 767px) {
  .fs-l-page{
     background-position-y: calc(100px + 40vw);
   }
 
 }
 @media only screen and (max-width: 550px) {
  .fs-l-page{
      background-size: 100%;
    }
  }

  .ranking{
    display: flex;
-js-display: flex;
display: -webkit-flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
flex-flow: row wrap;
-webkit-flex-flow: row wrap;
align-items: flex-start;
-webkit-align-items: flex-start;
  }
  .ranking__item{
    width: 47.3%;
    margin-right: 4.3%;
    margin-bottom : 19px;
    position : relative;
  }
  .ranking__num{
    position : absolute;
    top: 0;
    left : 10px;
    height: auto;
    width: 16%!important;
  }


  /* .ranking__item:nth-child(n+3){
    margin-bottom : 0;
} */
.ranking__item:nth-last-child(-n+2){
  margin-bottom : 0;
  }
  .ranking__item:nth-child(2n){
    margin-right : 0;
  }
  .ranking__btn{
    position: relative;
    background-color: #c8161d;
    color : #fff;
    font-size : 1.8rem;
    padding : 12px;
    text-align: center;
  }
  .ranking__btn i{
    position: absolute;
    font-size : 1.6rem;
    right : 8px;
    top : 17px;
  }

  .ranking__btn i{

  }
@media all and ( max-width:  480px) {
  .ranking__btn i{
    top: 11px;
    font-size: 1.2rem;
  }
}
  .ranking__item img{
    display: block;
    width : 100%;
  }
.fs-l-main{
  /* margin-top: 60px; */
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
@media all and ( max-width: 767px) {
  .fs-l-main{
    /* margin-top: 7.822vw; */
    margin-top: 3.911vw;
  }
}
h1.heading{
  /* margin-top : 40px; */
  /* margin-top : 72px; */
  margin-top : 62px;
  margin-bottom : 30px;
}
@media print,screen and (max-width: 767px) {
  h1.heading{
    margin-top : 5.215vw;
  }
}




  @media all and ( max-width: 480px) {   
    
    .thankyou{
      font-size : 1rem;
    }
    .thankyou__ttl{
      font-size : 1.6rem;

    }
    .thankyou .productName__copy{
      font-size : 1.3rem;
    }
    .thankyou .productName__name {
      font-size: 1.6rem;
    }
    .thankyou .productPrice__main__price{
      font-size : 1.6rem;
    }
    .thankyou .btn{
      font-size : 1.2rem;
    }
    .ranking__btn{
      font-size : 1.2rem;
      padding : 8.4px;
    }
    
  
    
  }


  

#timesale_list .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content:  none;
}
#timesale_list .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: none;
}
#timesale_list .swiper-button-next, .swiper-button-prev{
color : #fff;
background-color: #c8161d;
font-size : 18px;
width : 26px;
height : 26px;
top: 22%;
background-image: none;
text-align: center;
}
@media print,screen and (max-width: 767px) {
  #timesale_list .swiper-button-next, .swiper-button-prev{
    font-size : 3.75vw;
    width : 8.125vw;
    height : 8.125vw;
  }
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
left: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
right: 0;
}


#second-slider .slick-arrow{
  display : none!important;
}


@media screen and (min-width: 992px){
  .fs-l-sideArea {
    padding-top : 0;
  }
}

.mainslide .fs-c-slick .slick-prev {
  left: calc( 50vw - 455px );
}
.mainslide .fs-c-slick .slick-next {
  right: calc( 50vw - 436px );
}

#second-slider .slick-list.draggable{
  /* display: none; */
}
#second-slider .slick-slide{
  /* margin : 0 10px; */
}
@media screen and (min-width: 480px){
  #second-slider .slick-slide{
    /* margin : 0 1vw; */
  }
}



.slick-slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.slick-slider.slick-initialized{
  opacity: 1;
}

.fs-pt-carousel__track{
	opacity: 0!important;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.fs-pt-carousel__track.slick-initialized {
    visibility: visible;
    opacity: 1!important;    
}