@charset "utf-8";
/* ------------------- -------------------- */
.t-slideContainer{
  overflow: hidden;
}
[class*="t-slide__arrow--"]{
  background-image: url(../images/ec/common/slider_parts_1.svg);
}
@media screen and (min-width: 768px){
  .t-slide{
    width: var(--INNER_WIDTH);
    max-width: 840px;
    margin: 0 auto;
    --SLICK_GAP: 5px;
    --SLICK_ARROW_TO_BODY: -20px;
    --SLICK_ARROW_SIZE: 40px;
  }
  .t-slide .slick-list{
    overflow: visible;
  }
  .t-slide .slick-slide{
    margin: 0 var(--SLICK_GAP);
  }
  [class*="t-slide__arrow--"]{
    top: 47%;
  }
  .t-slide__slickDots{
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px){
  .t-slide__slickDots{
    padding: 10px 0 20px;
  }
}
/* -------------------g-news-------------------- */
@media screen and (min-width: 768px){
  .g-news{
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px){
}
/* -------------------t-forCorp-------------------- */
.t-forCorp__wrap{
  display: grid;
}
.t-forCorp__heading{
  color: var(--WHITE);
  text-align: center;
}
.t-forCorp__txt{
  color: var(--WHITE);
}
.t-forCorp__txt__primary{
  border-bottom: 1px solid var(--WHITE);
}
@media screen and (min-width: 951px){
  .t-forCorp{
    background-color: var(--GREEN01);
  }
  .t-forCorp__wrap{
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
  }
  .t-forCorp__wrap::before{
    content: "";
    display: inline-block;
    background: url(../images/ec/top/corporate-customers_bg.png) no-repeat center center / 100%;
    aspect-ratio: 1/1;
    width: 20%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-40%, -10%);
  }
  .t-forCorp__body{
    padding-right: 20%;
  }
  .t-forCorp__btn{
    max-width: 198px;
  }
  .t-forCorp__btn a{
    border: none;
    font-size: var(--FZ_12);
  }
}
@media screen and (max-width: 950px){
  .t-forCorp{
    background: var(--GREEN01) url(../images/ec/top/corporate-customers_bg.png) no-repeat top -10% left -10% / 60%;
  }
  .t-forCorp__body{
    display: contents;
  }
  .t-forCorp__wrap{
    max-width: 700px;
    margin: 0 auto;
    padding: 55px 0 50px;
  }
  .t-forCorp__heading{
    order: 1;
  }
  .t-forCorp__txt{
    order: 2;
  }
  .t-forCorp__btn{
    order: 4;
  }
  .t-forCorp__img{
    order: 3;
  }
  .t-forCorp__btn{
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px){
  .t-forCorp{
    overflow: hidden;
  }
  .t-forCorp__heading{
    font-size: var(--FZ_30);
    margin-bottom: var(--GAP_20);
  }
  .t-forCorp__txt{
    margin-bottom: var(--GAP_30);
  }
  .t-forCorp__txt__primary{
    font-size: var(--FZ_16);
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .t-forCorp__txt__secondary{
    font-size: var(--FZ_14);
  }
}
@media screen and (max-width: 767px){
  .t-forCorp__wrap{
    padding-block: 25px 20px;
  }
  .t-forCorp__heading{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .t-forCorp__txt__primary{
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .t-forCorp__txt__secondary{
    font-size: 12px;
  }
}
/* -------------------t-giftGuide-------------------- */
.t-giftGuide{
  display: grid;
}
.t-giftGuide li{
  background: no-repeat center center / cover;
}
.t-giftGuide__box{
  background-color: var(--WHITE_OP90);
}
.t-giftGuide__ttl{
  border-bottom: 1px solid var(--TXT_COLOR_BASE);
  text-align: center;
}
@media screen and (min-width: 768px){
  .t-giftGuide{
    grid-template-columns: repeat(2,1fr);
    gap: var(--GAP_20);
  }
  .t-giftGuide li{
    padding: 45px 0;
  }
  .t-giftGuide__box{
    width: 95%;
    max-width: 400px;
    height: 100%;
    margin: 0 auto;
    padding: var(--GAP_35) var(--GAP_25);
    display: flex;
    flex-direction: column;
  }
  .t-giftGuide__ttl{
    font-size: var(--FZ_25);
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .t-giftGuide__txt{
    font-size: var(--FZ_14);
    flex: 1;
  }
  .t-giftGuide__btn{
    max-width: 198px;
    margin-top: var(--GAP_30);
  }
  .t-giftGuide__btn a{
    font-size: var(--FZ_12);
  }
}
@media screen and (max-width: 767px){
  .t-giftGuide{
    gap: 20px;
  }
  .t-giftGuide li{
    padding: 25px;
  }
  .t-giftGuide__box{
    padding: 15px;
  }
  .t-giftGuide__ttl{
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 8px;
  }
  .t-giftGuide__txt{
    font-size: 12px;
    line-height: 2;
    margin-bottom: 10px;
  }
}

/* -------------------t-review-------------------- */
.t-review{
  overflow-x: clip;
  overflow-y: hidden;
}
.t-review__list .fs-c-reviewList__item{
  background-color: var(--WHITE);
  border: 1px solid var(--BDCOLOR_GRAY_1);
}
.t-review__list .fs-c-reviewInfo__reviewer,
.t-review__list .fs-c-reviewInfo__date{
  display: none;
}
.t-review__list .fs-c-productName__name,
.t-review__list .fs-c-reviewList__item__body{
  font-family: var(--FF_NOTO);
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.t-review__list .fs-c-productName__name{
  line-height: 1.6;
}
.t-review__list .fs-c-reviewRating{
  border-top: 1px solid var(--BDCOLOR_GRAY_1);
}
.t-review__list .fs-c-reviewProduct__image img{
  border-radius: var(--IMG_BDRS);
}
@media screen and (min-width: 768px){
  .t-review__list{
    --SLICK_GAP: var(--GAP_10);
    --SLICK_ARROW_SIZE: clamp( 15px, 20vw, 35px);
    --SLICK_ARROW_TO_BODY: -25px;
  }
  .t-review__list .slick-slide{
    margin: 0 var(--SLICK_GAP);
  }
  .t-review__list .slick-track{
    display: flex;
    align-items: stretch;
  }
  .t-review__list .fs-c-reviewList__item{
    display: grid !important;
    grid-template: auto auto 1fr / 100px 1fr;
    padding: var(--GAP_20);
    min-height: 220px;
  }
  .t-review__list .fs-c-reviewProduct__image{
    grid-row: span 2;
    margin-right: 15px;
  }
  .t-review__list .fs-c-productName__name{
    font-size: var(--FZ_16);
    -webkit-line-clamp: 2;
  }
  .t-review__list .fs-c-reviewRating{
    padding-top: 10px;
    margin-top: 10px;
  }
  .t-review__list .fs-c-reviewList__item__body{
    grid-column: span 2;
    margin-top: 15px;
    font-size: var(--FZ_14);
    -webkit-line-clamp: 3;
  }
  .t-review__list .fs-c-reviewList__item__product,
  .t-review__list .fs-c-reviewList__item__info,
  .t-review__list .fs-c-reviewProduct__info{
    display: contents;
  }
}
@media screen and (max-width: 767px){
  .t-review__list{
    --WIDTH: 280px;
    --SLICK_ARROW_TO_BODY: 25px;
  }
  .t-review__list .slick-arrow{
    top: 45%;
  }
  .t-review__list .fs-c-reviewList__item{
    min-width: var(--WIDTH);
    max-width: var(--WIDTH);
    min-height: 382px;
  }
  .t-review__list .slick-slide{
    margin: 0 7px;
  }
  .t-review__list .fs-c-reviewList__item{
    padding: 25px 20px;
  }
  .t-review__list .fs-c-reviewProduct__image{
    width: 100px;
    margin: 0 auto 20px;
  }
  .t-review__list .fs-c-reviewProduct__info{
    margin-bottom: 12px;
  }
  .t-review__list .fs-c-productName__name{
    font-size: 16px;
  }
  .t-review__list .fs-c-reviewRating{
    padding: 8px 0 5px;
  }
  .t-review__list .fs-c-reviewList__item__body{
    -webkit-line-clamp: 4;
  }
}
/* ------------------- -------------------- */
@media screen and (min-width: 768px){
  
}
@media screen and (max-width: 767px){
  
}

/* 調整 */
main>.g-search{
  margin-bottom: var(--GENERALSEC);
}
main>.g-history{
  padding-top: 0;
}

/* 季節のおすすめ */
/* 任意商品パーツ */
.t-fsRecommendProduct .fs-c-productPrice {
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.t-fsRecommendProduct.fs-c-productListCarousel,
.t-fsRecommendProduct .fs-c-productListCarousel__list{
  display: block;
}
.t-fsRecommendProduct .fs-c-productMarks,
.t-fsRecommendProduct .fs-c-productListItem__control,
.t-fsRecommendProduct .fs-c-productListCarousel__ctrl{
  display: none;
}
.t-fsRecommendProduct .fs-c-productPrices span.fs-c-productPrice__main__price .fs-c-price__value,
.t-fsRecommendProduct .fs-c-productPrice span.fs-c-productPrice__main__price .fs-c-price__value{
  letter-spacing: 0.05em;
  font-size: var(--FZ_16);
  font-family: var(--FF_NOTO);
}
@media screen and (min-width: 768px){
  .t-fsRecommendProduct{
    margin-block: var(--GENERALSEC_HALF);
  }
  .t-fsRecommendProduct .g-headingContainer{
    margin-bottom: var(--GAP_20);
  }
  .t-fsRecommendProduct .fs-c-productListCarousel__list__itemTrack{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: var(--GAP_30) var(--GAP_20);
  }
  .t-fsRecommendProduct .fs-c-productListItem__productName{
    margin-top: 10px;
    font-size: var(--FZ_14);
    font-family: var(--FF_NOTO);
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    flex: 1;
  }
  .t-fsRecommendProduct .fs-c-productPrices span.fs-c-productPrice__main__price,
  .t-fsRecommendProduct .fs-c-productPrice span.fs-c-productPrice__main__price{
    font-size: 14px;
  }
  .t-fsRecommendProduct .fs-c-productPrices .fs-c-productPrice__addon,
  .t-fsRecommendProduct .fs-c-productPrice .fs-c-productPrice__addon{
    font-size: 11px;
    font-size: var(--FZ_14);
    font-family: var(--FF_NOTO);
  }
}
@media screen and (max-width: 767px){
  .t-fsRecommendProduct{
    margin-block: var(--GENERALSEC);
  }
  .t-fsRecommendProduct .g-headingContainer{
    width: var(--INNER_WIDTH);
    margin-left: auto;
    margin-right: auto;
  }
  .t-fsRecommendProduct .fs-c-productListCarousel__list__itemTrack{
    display: flex;
		overflow-x: scroll;
		overflow-y: hidden;
		padding: 0 calc((100% - var(--INNER_WIDTH)) / 2) !important;
		-ms-overflow-style: none;/* IE, Edge 対応 */
		scrollbar-width: none;/* Firefox 対応 */
    gap: 10px;
  }
  .t-fsRecommendProduct .fs-c-productListCarousel__list__itemTrack::-webkit-scrollbar{
		display: none;/* Chrome, Safari 対応 */
	}
  .t-fsRecommendProduct .fs-c-productListItem{
    --WIDTH: 140px;
    min-width: var(--WIDTH);
		max-width: var(--WIDTH);
  }
  .t-fsRecommendProduct .fs-c-productListItem__productName{
    margin-top: 5px;
  }
  .t-fsRecommendProduct .fs-c-productName__name{
    font-size: 11px;
    font-family: var(--FF_NOTO);
  }
  .t-fsRecommendProduct .fs-c-productPrices span.fs-c-productPrice__main__price,
  .t-fsRecommendProduct .fs-c-productPrice span.fs-c-productPrice__main__price{
    font-size: 14px;
  }
  .t-fsRecommendProduct .fs-c-productPrices .fs-c-productPrice__addon,
  .t-fsRecommendProduct .fs-c-productPrice .fs-c-productPrice__addon{
    font-size: 11px;
  }
}
.t-fsRecommendProduct .fs-c-productPrice__main{
  display: flex;
  align-items: baseline;
}
.t-fsRecommendProduct .fs-c-productPrice__main__label{
  display: none;
}
.t-fsRecommendProduct .fs-c-price__currencyMark{
  display: none;
}
.t-fsRecommendProduct .fs-c-productPrice__addon__label::before{
  content: "円（";
}
.t-fsRecommendProduct .fs-c-productPrice__addon__label::after{
  content: "）";
  padding-left: 3px;
}

@media screen and (max-width: 767px){
  .fs-c-productName__copy {
    font-size: 11px;
    font-family: var(--FF_NOTO);
  }
}
/* 2025.1.17 */
article.fs-c-productListCarousel__list__item.fs-c-productListItem{
  display: flex;
  flex-direction: column;
}