@charset "utf-8";
body::before{
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
}
#mainarea{
  margin-top: 0;
}
/* ------------------- 背景 -------------------- */
@media screen and (min-width: 768px){
  body::before{
    background: url(../images/common/main-bg.jpg) no-repeat center center / cover;
    width: 90%;
    height: clamp( 150px, 13.333vw, 200px);
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px){
  body::before{
    background: url(../images/common/main-bg-sp.jpg) no-repeat center center / cover;
    width: 100%;
    height: 200px;
    top: 0;
    right: 0;
  }
}

/* ------------------- t-fv -------------------- */
.t-fvWrap{
  position: relative;
}
.t-fvWrap.g-mgb{
  margin-bottom: calc(0.7 * var(--sec-spc));
}
.t-fv a{
  display: block;
  overflow: hidden;
  border-radius: 30px;
}
.t-fv img{
  border-radius: 30px;
  transition: 0.3s;
}
@media screen and (min-width: 768px){
  .t-fvWrap{
    margin-top: -20px;
    overflow-x: hidden;
  }
  .t-fv{
    width: 85%;
    margin-inline: auto;
    max-width: 927px;
    position: relative;
  }
  .t-fv .slick-list{
    overflow: visible;
  }

  /* arrow */
  [class*="t-fv__arrow--"]{
    top: 45%;
  }
  .t-fv__arrow--prev{
    left: -2%;
  }
  .t-fv__arrow--next{
    right: -2%;
  }
}
@media (hover: hover){
  .t-fv a:hover img{
    transform: scale(1.05);
  }
}
@media (hover: hover){
  .t-fv a:hover{
    opacity: 1;
  }
  .t-fv a:hover img{
    opacity: 1 !important;
  }
}
@media screen and (max-width: 767px){
  /* arrow */
  [class*="t-fv__arrow--"]{
    top: 41%;
  }
  .t-fv__arrow--prev{
    left: -10px;
  }
  .t-fv__arrow--next{
    right: -10px;
  }
}
/* ------------------- news -------------------- */
.t-news{
  display: flex;
  align-items: center;
  background: var(--c-pink02);
  width: var(--inner-w);
  margin-inline: auto;
}
.t-news__hd{
  font-weight: bold;
  font-family: var(--ff-serif);
  color: var(--c-pink01);
  width: fit-content;
}
.t-news__list{
  flex: 1;
  display: grid;
  align-items: center;
}
.t-news__list::-webkit-scrollbar{
  border: none;
  width: 7px;
}
.t-news__list::-webkit-scrollbar-thumb{
  background-color: var(--c-gray-300);
  border-radius: 20px;
}
.t-news__list li:not(:last-child) .fs-pt-list__link{
  border-bottom: 1px solid var(--c-gray-400);
}
.t-news__list li:first-child .fs-pt-list__link{
  padding-top: 0;
}
.t-news__list li:last-child .fs-pt-list__link{
  padding-bottom: 0;
}
.t-news__link{
  display: block;
}

/* fsリセット */
.fs-p-dateList > li{
  border: none;
  padding: 0;
}
.fs-p-dateList > li time:first-child{
  background: none;
  color: var(--txt-c-base);
  padding: 0;
}
@media screen and (min-width: 768px){
  .t-news{
    padding: var(--spc-35) var(--spc-50);
    gap: var(--spc-70);
    max-width: 926px;
  }
  .t-news__hd{
    font-size: clamp( 20px, 2vw, 32px);
  }
  .t-news__list{
    height: 80px;
    overflow-y: scroll;
  }
  .t-news__list .fs-pt-list__link{
    display: flex;
    gap: var(--spc-30);
    padding: 15px 30px 15px 10px;
    font-size: var(--fz-13);
  }

  .fs-p-dateList > li time:first-child{
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px){
  .t-news{
    padding: 10px 15px;
    gap: 20px;
  }
  .t-news__hd{
    font-size: 20px;
  }
  .t-news__list{
    height: 125px;
    overflow-y: scroll;
  }
  .t-news__list .fs-pt-list__link{
    display: block;
    padding-block: 10px;
    font-size: 12px;
  }
  .t-news__list .fs-pt-list__link *{
    display: block;
  }
  .t-news__list .fs-pt-list__link time{
    margin-bottom: 5px;
  }

  .fs-p-dateList > li time:first-child{
    line-height: 1.6;
  }
}
/* ------------------- 新着商品 -------------------- */
.g-newProductWrap{
  width: var(--inner-w);
  margin-inline: auto;
}
.g-newProduct{
  display: block;
}
.fs-c-productListCarousel__ctrl{
  display: none;
}
.fs-c-productListCarousel__list{
  display: contents;
}
.fs-c-productListCarousel__list__itemTrack{
  display: grid;
}
.fs-c-productName__copy{
  display: none;
}
.fs-c-productListItem__prices{
  margin-top: 5px;
  justify-content: flex-start;
}
.fs-c-productListItem__prices .fs-c-productPrice{
  justify-content: flex-start;
}
.fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main{
  gap: 0px;
}
.fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__main__label{
  display: none;
}
.fs-c-productListItem__prices .fs-c-productPrice__main{
  justify-content: flex-start;
}
.fs-c-productListItem__prices .fs-c-productPrice__main__price{
  justify-content: flex-start;
}
.fs-c-price__currencyMark{
  display: none;
}

.fs-c-productListCarousel__list__item{
  width: 100%;
  min-width: 100%;
  position: relative;
}
.fs-c-productListItem__image.fs-c-productImage a{
  border-radius: 10px;
}
.fs-c-productListItem__image.fs-c-productImage a img{
  transition: 0.3s;
  border-radius: 10px;
}
.fs-c-productListItem__image{
  border-radius: 10px;
}
.fs-c-productListItem__imageContainer{
  border-radius: 10px;
}
.fs-c-productPrice__addon__label::before{
  content: '(';
}
.fs-c-productPrice__addon__label::after{
  content: ')';
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__control .fs-c-button--particular{
  right: 10px;
}
@media screen and (min-width: 768px){
  .g-newProductWrap{
    max-width: 1200px;
  }
  .fs-c-productListCarousel__list__itemTrack{
    grid-template-columns: repeat(4,1fr);
    gap: var(--spc-40) var(--spc-20);
  }
  .fs-c-productListItem__productName{
    margin: 5px 0 0 0;
    font-size: var(--fz-14);
  }
  .fs-c-productListItem__prices .fs-c-price__value{
    font-size: var(--fz-16);
  }
  .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__addon__label{
    font-size: var(--fz-14);
  }
  .fs-c-productListItem__prices .fs-c-productPrice--selling{
    gap: 5px;
  }

  .fs-c-productListItem__image.fs-c-productImage a{
    overflow: hidden;
  }

  .fs-c-productListCarousel__list__item .fs-c-productListItem__control .fs-c-button--particular{
    bottom: 70px;
  }
}
@media (hover: hover){
  .fs-c-productListItem__image.fs-c-productImage a:hover img{
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px){
   .fs-c-productListCarousel__list__itemTrack{
    grid-template-columns: repeat(2,1fr);
    gap: 23px 15px;
  }
  .fs-c-productListItem__productName{
    margin: 5px 0 0 0;
    font-size: 12px;
  }
  .fs-c-productListItem__prices .fs-c-price__value{
    font-size: 14px;
  }
  .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__addon__label{
    font-size: 12px;
  }
  .fs-c-productListItem__prices .fs-c-productPrice--selling{
    gap: 5px;
  }

  .fs-c-productListCarousel__list__item .fs-c-productListItem__control .fs-c-button--particular{
    bottom: 60px;
  }
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}
































