@charset "utf-8";
@media screen and (min-width: 768px){
  .fs-c-modal__inner{
    max-width: 500px;
  }
}
@media screen and (max-width: 767px){
}
/* -----------------productimgarea----------------- */
@media screen and (min-width: 901px){
  .productimgarea{
    display: flex;
    width: var(--INNER_WIDTH);
    max-width: 1134px;
    margin-inline: auto;
    gap: clamp( 50px, 5.5vw, 80px);
    margin-bottom:var(--GENERALSEC);
  }
  #tocart{
    flex: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px){
  .productimgarea{
    display: grid;
    gap: clamp(20px, 2.5vw, 30px);
    width: var(--PRODUCT_IMG_WIDTH);
    margin-inline: auto;
    margin-bottom: var(--GENERALSEC);
  }
}


@media screen and (min-width: 768px){
  .productimgarea{
    --PRODUCT_IMG_WIDTH: clamp( 400px, 45vw, 570px);
  }
}
@media screen and (max-width: 767px){
  .productimgarea{
    overflow: hidden;
    --THUMBNAIL_MARGIN: 10px;
    margin-bottom:var(--MIDDLEMARGIN);
  }
}

/* -----------------productimg----------------- */
.fs-c-productCarouselMainImage{
}
.fs-c-productCarouselMainImage .slick-arrow{
  display: none !important;
}
.fs-c-productCarouselMainImage__expandButton{
}
.fs-c-productCarouselMainImage__carousel{
  line-height: 1;
}
.fs-c-productCarouselMainImage__image{
  overflow: hidden;
  display: flex !important;
  align-items: center;
  background-color: #f9f9f9;
	border: 1px solid var(--GRAY04);
}
.fs-c-productCarouselMainImage__image img{
  height: auto;
  max-height: unset;
  width: 100%;
  box-sizing: unset;
  line-height: 1rem;
  display: block;
  pointer-events: none;
}
.fs-c-productCarouselMainImage__thumbnail__img{
  height: auto;
  width: 100%;
  box-sizing: unset;
  line-height: 1rem;
  display: block;
}
@media (hover: hover){
  .fs-c-productCarouselMainImage__thumbnailList li:hover{
    cursor: pointer;
  }
  .fs-c-productCarouselMainImage__thumbnailList li.slick-active:hover{
    cursor: default;
  }
}
@media screen and (min-width: 768px){
  .productimg{
    width: var(--PRODUCT_IMG_WIDTH);
  }
  .fs-c-productCarouselMainImage__carousel.slick-dotted.slick-slider{
    margin-bottom: var(--MINMARGIN);
  }
  .fs-c-productCarouselMainImage__carousel .slick-slide{
    --WIDTH: var(--PRODUCT_IMG_WIDTH);
    min-width: var(--WIDTH);
    max-width: var(--WIDTH);
  }
  .fs-c-productCarouselMainImage__thumbnailList{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: var(--GAP_20);
  }
  .fs-c-productCarouselMainImage__thumbnailList > li{
    margin: 0;
  }
      .fs-c-productCarouselMainImage__thumbnailList {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 5px;
        overflow: unset;
    }
}
@media screen and (max-width: 767px){
  .productimg{
    margin-bottom: 20px;
  }
  .fs-c-productCarouselMainImage{
    display: grid;
    gap: var(--THUMBNAIL_MARGIN);
    margin-inline: auto;
  }
  .fs-c-productCarouselMainImage__carousel{
  }
  .fs-c-productCarouselMainImage__carousel.slick-dotted.slick-slider{
    margin-bottom: 0px;
  }
  .fs-c-productCarouselMainImage__carousel .slick-slide{
    width: var(--PRODUCT_IMG_WIDTH);
    margin-inline: 3px;
  }
  .fs-c-productCarouselMainImage__thumbnailList{
    gap: 10px;
    -ms-overflow-style: none;/* IE, Edge 対応 */
    scrollbar-width: none;/* Firefox 対応 */
    padding-left: 25px;
  }
  .fs-c-productCarouselMainImage__thumbnailList::-webkit-scrollbar{
    display: none;
  }
  .fs-c-productCarouselMainImage__thumbnailList > li{
    flex-basis: 70px;
    margin-right: 0;
  }
  /* 2枚目以降がないとき */
  .fs-c-productCarouselMainImage:not(:has(.slick-slide)){
    width: var(--PRODUCT_IMG_WIDTH);
    margin-inline: auto;
  }
}

/* -----------------#tocart----------------- */
@media screen and (max-width: 767px){
  #tocart{
    width: var(--SP_INNER_WIDTH);
    margin-inline: auto;
  }
}

/* -----------------予約コメントパーツ----------------- */
.fs-c-productPreorderMessage{
  border: 1px solid var(--TXT_COLOR_BASE);
  margin-bottom: var(--MINMARGIN);
  padding: var(--GAP_10);
  font-size: var(--FZ_14);
}

/* -----------------販売期間表示----------------- */
.fs-c-productSalesPeriod{
  border: 1px solid var(--TXT_COLOR_BASE);
  margin-bottom: var(--MINMARGIN);
  padding: var(--GAP_10);
  font-size: var(--FZ_14);
  display: flex;
  justify-content: center;
}

/* -----------------商品名----------------- */
h1.fs-c-productNameHeading{
  text-align: left;
  width: 100%;
  max-width: unset;
  margin-top: 0;
  font-weight: 500;
}
.fs-c-productNameHeading__name{
  display: block;
  font-family: var(--FF_BASE);
  font-weight: 900;
  font-style: normal;
  font-size: var(--TITLEFONT);
}
.fs-c-productNameHeading__name{
  display: block;
}
@media screen and (min-width: 768px){
  h1.fs-c-productNameHeading{
    margin-bottom: var(--MINMARGIN);
  }
  .fs-c-productNameHeading__name{
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px){
  h1.fs-c-productNameHeading{
    margin-bottom: var(--MINMARGIN);
  }
  .fs-c-productNameHeading__name{
    line-height: 1.5;
  }
}

/* -----------------商品番号----------------- */
.fs-c-productNumber{
  display: flex;
  align-items: center;
  color: var(--RIGHTBLACK02);
  font-family: "roboto-mono", monospace;
	font-weight: 400;
	font-style: normal;
}
.fs-c-productNumber__label{
	font-size:0;
}
.fs-c-productNumber__label::after{
  content: 'ProductNo.';
  display: inline-block;
  font-size: 11px; 
}
@media screen and (min-width: 768px){
  .fs-c-productNumber{
    font-size: 12px;
    margin-bottom: var(--MINMARGIN);
  }
}
@media screen and (max-width: 767px){
  .fs-c-productNumber{
    font-size: 12px;
  }
}


/* -----------------レビューパーツ----------------- */
#tocart .p-review-area{
  display: flex;
  align-items: center;
  border-top: 1px solid var(--GRAY02);
  padding-top: 10px;
}
#tocart .p-review-area:has(.ratingcount-0){
  display: none;
}
#tocart .productRating{
  display: flex;
  align-items: center;
  margin-left: 5px;
}
#tocart .review-ttl{
  font-size: 13px;
}
#tocart .fs-c-rating{
  display: flex;
  align-items: center;
}
#tocart .fs-c-reviewStars::before{
  font-size: 13px;
}
#tocart .fs-c-rating__value{
  font-size: 13px;
  margin-left: 5px;
}
#tocart .review-amout{
  font-size: 12px;
  margin-left: 5px;
}
#tocart .review-anchor{
  font-size: 12px;
  text-decoration: underline;
  margin-left: 10px;
}
#tocart .review-anchor:visited{
}


/* ----------------------商品個別送料パーツ---------------------- */
.fs-c-productPostage{
  font-size: var(--FZ_12);
  margin-top: 15px;
}
.fs-c-productPostage+.fs-c-productPrices-area{
  margin-top: 0;
}

/* ----------------------商品価格---------------------- */
.fs-c-productPrices-area{
  display: flex;
  align-items: flex-end;
}
.fs-c-productPrices-area .fs-c-productPrices{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.fs-c-productPrices-area *{
	line-height: 1;
}
.fs-c-productPrices-area .fs-c-productPrice{
	display: flex;
	align-items: baseline;
}
.fs-c-productPrices-area .fs-c-productPrice__main{
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
}
.fs-c-productPrices-area .fs-c-productPrice__main__label{
}
.fs-c-productPrices-area .fs-c-productPrice__main__price{
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
}
@media screen and (min-width: 768px){
	.fs-c-productPrices-area{
		margin-block: 15px 30px;
	}
  .fs-c-productPrices-area .fs-c-productPrices{
		gap: 10px;
  }
}
@media screen and (max-width: 767px){
	.fs-c-productPrices-area{
		margin-block: 10px 20px;
	}
  .fs-c-productPrices-area .fs-c-productPrices{
		gap: 5px;
  }
}
/* 通常価格 - fs-c-productPrice--listed */
.fs-c-productPrices-area .fs-c-productPrice--listed .fs-c-price__currencyMark{
}
.fs-c-productPrices-area .fs-c-productPrice--listed .fs-c-price__value{
}
.fs-c-productPrices-area .fs-c-productPrice--listed .fs-c-productPrice__addon{
}
.fs-c-productPrices-area .fs-c-productPrice--listed .fs-c-productPrice__addon__label{
}
@media screen and (min-width: 768px){
	.fs-c-productPrices-area .fs-c-productPrice--listed{
		gap: 3px;
	}
	.fs-c-productPrices-area .fs-c-productPrice--listed .fs-c-productPrice__main{
		gap: 3px;
	}
	.fs-c-productPrices-area .fs-c-productPrice--listed .fs-c-productPrice__main__label{
		font-size: 12px;
	}
  .fs-c-productPrices-area .fs-c-productPrice--listed .fs-c-productPrice__addon{
    font-size: 12px;
  }
	.fs-c-productPrices-area .fs-c-productPrice--listed .fs-c-productPrice__main__price{
		gap: 1px;
	}
	.fs-c-productPrices-area .fs-c-productPrice--listed .fs-c-price__currencyMark{
		font-size: 12px;
	}
	.fs-c-productPrices-area .fs-c-productPrice--listed .fs-c-price__value{
		font-size: 14px;
	}
	.fs-c-productPrices-area .fs-c-productPrice--listed .fs-c-productPrice__addon__label{
		font-size: 10px;
	}
}
@media screen and (max-width: 767px){
	.fs-c-productPrices-area .fs-c-productPrice--listed{
		gap: 3px;
	}
	.fs-c-productPrices-area .fs-c-productPrice--listed .fs-c-productPrice__main{
		gap: 3px;
	}
	.fs-c-productPrices-area .fs-c-productPrice--listed .fs-c-productPrice__main__label{
		font-size: 12px;
	}
  .fs-c-productPrices-area .fs-c-productPrice--listed .fs-c-productPrice__addon{
    font-size: 12px;
  }
	.fs-c-productPrices-area .fs-c-productPrice--listed .fs-c-productPrice__main__price{
		gap: 1px;
	}
	.fs-c-productPrices-area .fs-c-productPrice--listed .fs-c-price__currencyMark{
		font-size: 12px;
	}
	.fs-c-productPrices-area .fs-c-productPrice--listed .fs-c-price__value{
		font-size: 14px;
	}
	.fs-c-productPrices-area .fs-c-productPrice--listed .fs-c-productPrice__addon__label{
		font-size: 10px;
	}
}
/* 販売価格 - fs-c-productPrice--selling */
.fs-c-productPrices-area .fs-c-productPrice--selling .fs-c-productPrice__main__label{
	font-size: 0;
}
.fs-c-productPrices-area .fs-c-productPrice--selling .fs-c-price__currencyMark{
}
.fs-c-productPrices-area .fs-c-productPrice--selling .fs-c-price__value{
}
.fs-c-productPrices-area .fs-c-productPrice--selling .fs-c-productPrice__addon{
  display: flex;
  align-items: baseline;
}
.fs-c-productPrices-area .fs-c-productPrice--selling .fs-c-productPrice__addon::before{
  content: '(';
  font-weight: 700;
}
.fs-c-productPrices-area .fs-c-productPrice--selling .fs-c-productPrice__addon::after{
  content: ')';
  font-weight: 700;
}
.fs-c-productPrices-area .fs-c-productPrice--selling .fs-c-productPrice__addon__label{
}
@media screen and (min-width: 768px){
	.fs-c-productPrices-area .fs-c-productPrice--selling{
		gap: 8px;
	}
	.fs-c-productPrices-area .fs-c-productPrice--selling .fs-c-productPrice__main{
		gap: 3px;
	}
	.fs-c-productPrices-area .fs-c-productPrice--selling .fs-c-productPrice__main__price{
		gap: 1px;
	}
	.fs-c-productPrices-area .fs-c-productPrice--selling .fs-c-price__currencyMark{
		font-size: 18px;
	}
	.fs-c-productPrices-area .fs-c-productPrice--selling .fs-c-price__value{
		font-size: 30px;
	}
	.fs-c-productPrices-area .fs-c-productPrice--selling .fs-c-productPrice__addon__label{
		font-size: 14px;
	}
}
@media screen and (max-width: 767px){
	.fs-c-productPrices-area .fs-c-productPrice--selling{
		gap: 3px;
	}
	.fs-c-productPrices-area .fs-c-productPrice--selling .fs-c-productPrice__main{
		gap: 3px;
	}
	.fs-c-productPrices-area .fs-c-productPrice--selling .fs-c-productPrice__main__price{
		gap: 1px;
	}
	.fs-c-productPrices-area .fs-c-productPrice--selling .fs-c-price__currencyMark{
		font-size: 18px;
	}
	.fs-c-productPrices-area .fs-c-productPrice--selling .fs-c-price__value{
		font-size: 30px;
	}
	.fs-c-productPrices-area .fs-c-productPrice--selling .fs-c-productPrice__addon__label{
		font-size: 14px;
	}
}
/* 通常価格と販売価格両方ある時装飾 */
/* .fs-c-productPrices-area .fs-c-productPrice--listed{
	position: relative;
  width: fit-content;
}
.fs-c-productPrices-area .fs-c-productPrice--listed::before{
	content: "";
	display: inline-block;
	background: var(--TXT_COLOR_BASE);
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.fs-c-productPrices-area .fs-c-productPrice--listed+.fs-c-productPrice--selling *{
	color: var(--RED01);
}
@media screen and (min-width: 768px){
	.fs-c-productPrices-area .fs-c-productPrice--listed+.fs-c-productPrice--selling .fs-c-productPrice__main__label{
		font-size: 12px;
	}
}
@media screen and (max-width: 767px){
	.fs-c-productPrices-area .fs-c-productPrice--listed+.fs-c-productPrice--selling .fs-c-productPrice__main__label{
		font-size: 10px;
	}
} */


/* -----------------ポイントパーツ----------------- */
.fs-c-productPointDisplay{
  display: flex;
  align-items: baseline;
  gap: 1px;
  font-size: 12px;
  margin-left: 10px;
}
.fs-c-productPointDisplay::before{
  content: '〔';
}
.fs-c-productPointDisplay::after{
  content: '〕';
}

/* -----------------p-cartModalTrigger----------------- */
/* .p-cartModalTrigger__label */
.p-cartModalTrigger__label{
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.p-cartModalTrigger__label::before,
.p-cartModalTrigger__label::after{
  content: "";
  display: inline-block;
  background: var(--TXT_COLOR_BASE);
  width: 2px;
  position: absolute;
  bottom: 0;
}
.p-cartModalTrigger__label::before{
  left: 0;
  transform: rotate(-20deg);
}
.p-cartModalTrigger__label::after{
  right: 0;
  transform: rotate(20deg);
}
.p-cartModalTrigger__label strong{
  color: var(--RED01);
}
@media screen and (min-width: 768px){
  .p-cartModalTrigger__label{
    font-size: 18px;
    padding-inline: 20px;
    padding-bottom: 5px;
    margin-bottom: var(--MINMARGIN);
  }
  .p-cartModalTrigger__label::before,
  .p-cartModalTrigger__label::after{
    height: 20px;
  }
}
@media screen and (max-width: 767px){
  .p-cartModalTrigger{
    position: fixed;
    width: 100%;
    z-index: 99;
    left: 0;
    bottom: var(--SPMENU_HEIGHT);
    background-color: var(--RED01);
    padding: 15px;
  }
  .p-cartModalTrigger__label{
    font-size: 14px;
    padding-inline: 20px;
    padding-bottom: 1px;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
    -2px 2px 0 #FFF, 2px -2px 0 #FFF,
    0px 2px 0 #FFF,  0 -2px 0 #FFF,
    -2px 0 0 #FFF, 2px 0 0 #FFF;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -60%);
    width: fit-content;
    white-space: nowrap;
  }
  .p-cartModalTrigger__label::before,
  .p-cartModalTrigger__label::after{
    height: 20px;
  }
}
/* p-cartModalTrigger__btn */
.formReset .p-cartModalTrigger__btn{
  width: 100%;
  background-color: var(--TXT_COLOR_BASE);
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: start;
  border-radius: 40px;
  position: relative;
}
.formReset .p-cartModalTrigger__btn::after{
  content: "";
  display: inline-block;
  --ICON: url(/asset2025/images/product/icon_open.svg);
  --MASK: var(--ICON) no-repeat center center / 100%;
  mask: var(--MASK);
  -webkit-mask: var(--MASK);
  background-color: var(--WHITE);
  aspect-ratio: 1/1;
  position: absolute;
}
.formReset .p-cartModalTrigger__btn span{
  display: flex;
  align-items: center;
  color: var(--WHITE);
}
.formReset .p-cartModalTrigger__btn span::before{
  content: "";
  display: inline-block;
  --ICON: url(/asset2025/images/product/icon_cart.svg);
  --MASK: var(--ICON) no-repeat center center / 100%;
  mask: var(--MASK);
  -webkit-mask: var(--MASK);
  background-color: var(--WHITE);
  aspect-ratio: 1/1;
}
@media (hover: hover){
  .formReset .p-cartModalTrigger__btn *{
    transition: .3s;
  }
  .formReset .p-cartModalTrigger__btn:hover *{
    transform: scale(1.05);
  }
  .formReset .p-cartModalTrigger__btn::after{
    transition: .3s;
  }
  .formReset .p-cartModalTrigger__btn:hover::after{
    transform: scale(1.2);
  }
}
@media screen and (min-width: 768px){
  .formReset .p-cartModalTrigger__btn{
    height: 80px;
  }
  .formReset .p-cartModalTrigger__btn::after{
    width: 16px;
    top: 33px;
    right: 20px;
  }
  .formReset .p-cartModalTrigger__btn span{
    font-size: var(--FZ_18);
    gap: 5px;
  }
  .formReset .p-cartModalTrigger__btn span::before{
    width: 26px;
  }
  #popup-productOption .popup-content{
    max-width: 750px;
  }
}
@media screen and (max-width: 767px){
  .formReset .p-cartModalTrigger__btn{
    height: 60px;
  }
  .formReset .p-cartModalTrigger__btn::after{
    width: 12px;
    top: 26px;
    right: 20px;
  }
  .formReset .p-cartModalTrigger__btn span{
    font-size: 15px;
    gap: 5px;
  }
  .formReset .p-cartModalTrigger__btn span::before{
    width: 20px;
  }
}
/* -----------------項目選択肢、オプション----------------- */
.fs-c-productSelection,
.fs-c-productOption{
  display: grid;
}
.fs-c-productSelection,
.fs-c-productOption{
}
.fs-c-productSelection input[type="text"],
.fs-c-productOption input[type="text"]{
  outline: none;
}
.fs-c-productSelection__selection select,
.fs-c-productOption__option select{
}
@media screen and (min-width: 768px){
  .fs-c-productSelection dt,
  .fs-c-productOption dt{
    font-size: 16px;
    margin-bottom: 5px;
  }
  .fs-c-productSelection dd,
  .fs-c-productOption dd{
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px){
  .fs-c-productSelection dt,
  .fs-c-productOption dt{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .fs-c-productSelection dd,
  .fs-c-productOption dd{
    margin-bottom: 20px;
  }
}

/* -----------------カート・セレクトボックスのみパーツ----------------- */
.fs-c-variationAndActions__variationLabel{
}
@media screen and (min-width: 768px){
  .fs-c-variationAndActions__variationLabel{
    font-size: 16px;
    margin-bottom: 5px;
  }
  .fs-c-variationAndActions__stockSignLegend{
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px){
  .fs-c-variationAndActions__variationLabel{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .fs-c-variationAndActions__stockSignLegend{
    margin-top: 3px;
  }
}

/* -----------------カートパーツ----------------- */
.p-addToCart{
  position: relative;
  margin-inline: auto;
}
.p-cartModalTrigger__btn+.p-cartParts .p-addToCart{
  padding-bottom: var(--CHILD_HEIGHT);
}
@media screen and (min-width: 768px){
  .p-addToCart{
    --GAP: 10px;
    --NUMBER_WIDTH: 50px;
    --WISH_WIDTH: 50px;
    --CHILD_HEIGHT: 50px;
    padding-bottom: calc(var(--CHILD_HEIGHT) + 30px);
  }
}
@media screen and (max-width: 767px){
  .p-addToCart{
    --GAP: 5px;
    --NUMBER_WIDTH: 50px;
    --WISH_WIDTH: 50px;
    --CHILD_HEIGHT: 50px;
    padding-bottom: calc(var(--CHILD_HEIGHT) + 20px);
  }
}

/* 数量 */
.fs-c-productQuantityAndWishlist__quantity{
  width: var(--NUMBER_WIDTH);
  height: var(--CHILD_HEIGHT);
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
}
.fs-c-productQuantityAndWishlist__quantity::before{
  content: '数量';
  display: inline-block;
  font-size: var(--FZ_12);
  height: fit-content;
}
.fs-c-productQuantityAndWishlist select.fs-system-quantity-list,
.fs-c-productQuantityAndWishlist input.fs-c-quantity__number{
  flex: 1;
  color: #000 !important;
  font-size: 12px;
  width: 100%;
  padding: 0 8px 0 10px;
  min-height: unset;
  border-radius: 10px;
}
select.fs-system-quantity-list,
input.fs-c-quantity__number{
  background-color: var(--GRAY01);
  box-sizing: border-box !important;
  box-shadow: unset;
}
.fs-c-quantity__number:focus:not(.is-error) + .fs-c-quantity__message{
  display: none;
}
.fs-c-quantity__number:focus:not(.is-error) + .fs-c-quantity__message::before{
  content: none;
}
/* お気に入り */
.fs-c-productQuantityAndWishlist__wishlist{
  background-color: var(--WHITE);
  display: inline-block;
  width: var(--WISH_WIDTH);
  height: var(--CHILD_HEIGHT);
  border-radius: 50%;
  position: relative;
  border: 1px solid var(--GRAY02);
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 0;
}
.fs-c-productQuantityAndWishlist__wishlist .fs-c-button__label{
  font-size: 0;
}
.fs-c-button--particular{
	border:none;
	width: 100%;
	height: 100%;
}
.fs-c-button--particular::before{
  content: '';
  display: inline-block;
  background-image: var(--HEARTICON);
  background-size:100%;
  background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-top: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fs-c-button--removeFromWishList--detail.fs-c-button--particular::before{
  content: "";
  display: inline-block;
  width: 22px; /* アイコンのサイズ調整 */
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='%23f25200' d='M384 135.8l0 72.2c0 44.2 35.8 80 80 80l32 0c44.2 0 80-35.8 80-80l0-72.2 14.5 6.2c12.2 5.2 26.3-.4 31.5-12.6s-.4-26.3-12.6-31.5L561.6 77.4C544.7 50.2 514.5 32 480 32s-64.7 18.2-81.6 45.4L350.5 97.9c-12.2 5.2-17.8 19.3-12.6 31.5s19.3 17.8 31.5 12.6l14.5-6.2zm80-7.8a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM352 175.4c-18.7-2.7-35.5-14.8-43.5-33.4c-6.9-16.1-5.7-33.5 1.8-47.9C299 76 278.9 64 256 64c-19.2 0-36.5 8.5-48.2 21.9C196.9 77.2 183 72 168 72c-30.1 0-55.3 20.8-62.2 48.8c-3.2-.5-6.5-.8-9.8-.8c-35.3 0-64 28.7-64 64c0 5.3 .7 10.5 1.9 15.5C13.7 210.3 0 231.5 0 256s13.7 45.7 33.9 56.5c-1.2 5-1.9 10.2-1.9 15.5c0 35.3 28.7 64 64 64c.5 0 1 0 1.5 0l17.6 93.9c2.8 15.1 16.1 26.1 31.5 26.1l29.4 0c17.7 0 32-14.3 32-32l0-53.7c11.7 13.3 28.9 21.7 48 21.7s36.3-8.4 48-21.7l0 53.7c0 17.7 14.3 32 32 32l29.4 0c15.4 0 28.6-11 31.4-26.1L414.5 392c.5 0 1 0 1.5 0c35.3 0 64-28.7 64-64c0-2.7-.2-5.4-.5-8L464 320c-61.9 0-112-50.1-112-112l0-32.6z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
/* カートに入れるボタン */
.fs-c-productActionButton{
  width: calc(100%  - var(--WISH_WIDTH) - var(--GAP)*2);
  position: absolute;
  bottom: 0;
  right: calc(var(--WISH_WIDTH) + var(--GAP));
}
.formReset .fs-c-button--addToCart--detail{
  width: 100%;
  background-color: var(--TXT_COLOR_BASE);
  height: var(--CHILD_HEIGHT);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.formReset .fs-c-button--addToCart--detail .fs-c-button__label{
  color: var(--WHITE);
}
@media (hover: hover){
  .formReset .fs-c-button--addToCart--detail{
    transition: .3s;
  }
}
@media screen and (min-width: 768px){
  .fs-c-productActionButton{
  }
}
/* -----------------在庫なしテキスト----------------- */
.fs-c-productNotice--outOfStock{
  background-color: var(--GRAY01);
  text-align: center;
  border: 1px solid var(--TXT_COLOR_BASE);
  padding: var(--GAP_20);
  margin-block: var(--GAP_20);
}


/* -----------------お問い合わせパーツ----------------- */
.fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct{
  background-color: unset;
	-webkit-appearance: none;
	border-radius: 0;
  display: block;
  width: fit-content;
  margin-inline: auto;
  border: none;
  min-height: unset;
  padding-right: 14%;
}
.fs-c-inquiryAboutProduct .fs-c-button__label{
  display: inline-block;
  color: var(--TXT_COLOR_BASE);
  position: relative;
  font-size: 0;
}
.fs-c-inquiryAboutProduct .fs-c-button__label:after{
	content: "こちらの機能について質問・相談をする";
	font-size:15px;
}
.fs-c-inquiryAboutProduct .fs-c-button__label::before{
  content: "";
  display: inline-block;
  background: var(--TXT_COLOR_BASE);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (hover: hover){
  .fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct:hover{
    cursor: pointer;
  }
  .fs-c-inquiryAboutProduct .fs-c-button__label{
    transition: .3s;
    position: relative;
  }
  .fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct:hover .fs-c-button__label{
    transform: scale(1.05);
  }
  .fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct:hover .fs-c-button__label::after{
    width: 100%;
  }
}
@media screen and (min-width: 768px){
  .fs-c-inquiryAboutProduct.fs-c-buttonContainer{
    margin-block: 15px 30px;
  }
}
@media screen and (max-width: 767px){
  .fs-c-inquiryAboutProduct.fs-c-buttonContainer{
    margin-bottom: 20px;
  }
}
/* モーダル */
.fs-c-inquiryProduct{
  display: grid;
}
.fs-c-inquiryProduct__productImage img{
  height: auto;
  width: 100%;
  box-sizing: unset;
  line-height: 1rem;
  display: block;
}
.fs-c-inquiryMessage{
  font-size: 0;
}
@media screen and (min-width: 768px){
  .fs-c-inquiryProduct{
    grid-template-columns: 120px 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
  .fs-c-modal__contents .fs-c-inputTable{
	  margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px){
  .fs-c-inquiryProduct{
    grid-template-columns: 102px 1fr;
    gap: 15px;
    margin-bottom: 20px;
  }
}


/* -----------------お届け日表示----------------- */
.fs-c-estimatedDeliveryDate{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: var(--TXT_COLOR_BASE);
}
.fs-c-estimatedDeliveryDate__ctrl{
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.fs-c-estimatedDeliveryDate__location{
  justify-content: center;
}
.fs-c-estimatedDeliveryDate__button .fs-c-button--changeLocation{
  background-color: unset;
	color: var(--TXT_COLOR_BASE);
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
  min-height: unset;
  padding-inline: 10px;
}
.fs-c-estimatedDeliveryDate__button .fs-c-button--changeLocation .fs-c-button__label{
  font-size: var(--FZ_11);
  text-decoration: underline;
  color: var(--TXT_COLOR_BASE);
}
.fs-c-estimatedDeliveryDate__notice{
  flex: 1;
  font-weight: 700;
}
.fs-c-estimatedDeliveryDate__deliverable{
  display: flex;
  flex-direction: column;
}
.fs-c-estimatedDeliveryDate__condition__time,
.fs-c-estimatedDeliveryDate__info__date{
  color: var(--RED01);
}
@media screen and (min-width: 768px){
  .fs-c-estimatedDeliveryDate{
    gap: var(--GAP_40);
  }
  .fs-c-estimatedDeliveryDate__location{
    font-size: var(--FZ_16);
  }
  .fs-c-estimatedDeliveryDate__notice{
    font-size: var(--FZ_14);
  }
}
@media screen and (max-width: 767px){
  .fs-c-estimatedDeliveryDate{
    gap: 10px;
  }
  .fs-c-estimatedDeliveryDate__location{
    font-size: 14px;
  }
  .fs-c-estimatedDeliveryDate__notice{
    font-size: 11px;
  }
}

/* -----------------レビューパーツ----------------- */
.fs-c-productReview{
  display: grid;
}
.fs-c-productReview__aggregateRating{
  display: none;
  order: 1;
}
.fs-c-productReview__reviewList{
  display: grid;
  order: 2;
}
.fs-c-reviewInfo__date{
  display: none;
}
.fs-c-reviewList__item{
  padding: 0;
}
.fs-c-reviewList__item__info{
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  border-bottom: 1px solid var(--GRAY02);
}
.fs-c-reviewInfo__reviewer{
  display: flex;
}
.fs-c-productReview__allReviews{
  order: 4;
  margin-top: 0;
}
.fs-c-productReview__addReview{
  order: 3;
}
.fs-c-productReview__addReview{
  text-align: center;
  margin-bottom: 20px;
}
.fs-c-button--addReview--detail{
  font-size: 12px;
  color: var(--TXT_COLOR_BASE);
  text-decoration: underline;
  min-height: unset !important;
}
@media screen and (min-width: 768px){
  .fs-c-productReview__reviewList{
    gap: var(--GAP_50);
    margin-block: var(--GAP_80) var(--GAP_30);
  }
  .fs-c-reviewList__item__info{
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .fs-c-reviewInfo__reviewer{
    font-size: var(--FZ_14);
  }
  .fs-c-reviewList__item__body{
    font-size: var(--FZ_14);
  }
}
@media screen and (max-width: 767px){
  .fs-c-productReview__reviewList{
    gap: 30px;
    margin-block: 20px 20px;
  }
  .fs-c-reviewList__item__info{
    padding-bottom: var(--MINMARGIN);
    margin-bottom: var(--MINMARGIN);
  }
  .fs-c-reviewInfo__reviewer{
    font-size: 12px;
  }
  .fs-c-reviewList__item__body{
    font-size: 12px;
    padding: 0;
  }
}
/* レビューがないとき */
.fs-c-productReview:not(:has(.fs-c-productReview__reviewList)){
  position: relative;
  padding-top: 40px;
}
.fs-c-productReview:not(:has(.fs-c-productReview__reviewList))::before{
  content: 'まだレビューはありません';
  color: var(--TXT_COLOR_BASE);
  white-space: nowrap;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
/* -----------------おすすめ商品----------------- */
@media screen and (min-width: 768px){
  .fs-c-featuredProduct__header{
    margin-bottom: var(--GAP_30);
  }
  .fs-c-featuredProduct__title{
  }
}
@media screen and (max-width: 767px){
  .fs-c-featuredProduct__header{
    margin-bottom: 20px;
  }
  .fs-c-featuredProduct__title{
  }
}
body:not(:has(.fs-c-featuredProduct)) .g-review{
  margin-bottom: 0;
}


.fs-c-featuredProduct__title{
	font-family: tt-commons-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size:clamp(36px, 5.5vw, 68px);
	margin-bottom:40px;
}
.fs-c-featuredProduct__title span{
	display:block;
	font-size: 14px;
	letter-spacing:0;
}
.fs-c-featuredProduct__title span:before{
	content:"●";
	color: var(--LIGHTGREEN);
	padding-right: 5px;
	font-size:0.9em;
}
@media screen and (max-width: 767px){
	.fs-c-featuredProduct__title{
		margin-bottom:25px;
		line-height: 1.15;
	}
}
/* -----------------調整用----------------- */

@media screen and (min-width: 768px){
  .fs-c-productCarouselMainImage [class*="fs-c-buttonContainer"]{
	  margin-top: 0;
	 }
}
.fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer{
	position: relative;
}
button.fs-c-button--viewExtendedImage.fs-c-button--plain {
	position: absolute;
	top: -51px;
	right: 12px;
	width: 31px;
	height: 31px;
	border: none;
	background: none;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
button.fs-c-button--viewExtendedImage.fs-c-button--plain .fs-c-button__label {
	display: none;
}
button.fs-c-button--viewExtendedImage.fs-c-button--plain::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M208 48a160 160 0 1 1 0 320 160 160 0 1 1 0-320zm0 368c48.8 0 93.7-16.8 129.1-44.9L471 505c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L371.1 337.1C399.2 301.7 416 256.8 416 208C416 93.1 322.9 0 208 0S0 93.1 0 208S93.1 416 208 416zM184 296c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64 64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-64 0 0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 64-64 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l64 0 0 64z' fill='%23000'/%3E%3C/svg%3E") no-repeat center center;
	background-size: contain;
}
.product-comment{
	max-width: 1060px;
	margin: 0 auto;
}
.maincontents__area{
	padding-bottom: var(--MINMARGIN);
}
@media screen and (max-width: 767px){
  .product-comment{
    width: var(--SP_INNER_WIDTH);
    font-size:16px;
  }
  button.fs-c-button--viewExtendedImage.fs-c-button--plain {
  	top: -73px;
  	right: 14px;
  	width: 26px;
  	height: 26px;
  }
}





/* バリエーションカート用 */
.fs-c-variationList__item__title{
	background:#f1f1f1;
	padding:5px 0 3px;
	text-align:center;
	font-size:15px;
	margin-bottom:20px;
}
.fs-c-variationList__item{
	padding:10px 0;
}
.fs-c-variationCart{
	padding:0;
}
.fs-c-variationCart  > li {
	grid-template-columns: 152px 0px 1px 170px;
	position: relative;
}
.fs-c-variationCart--withImage > li {
	grid-template-columns: auto 1fr 40px 170px;
}
.productimgarea .fs-c-variationCart__variationName {
	min-width: 100px;
	flex-grow: unset;
}
.productimgarea .fs-c-variationCart__cartButton {
	width: 170px;
}
@media screen and (max-width:1060px) { 
	.fs-c-variationCart--withImage > li {
      grid-template-columns: auto 1fr 40px 130px;
  }
  .productimgarea .fs-c-variationCart__cartButton {width: 130px;}
}
@media screen and (max-width:1000px) { 
	.fs-c-variationCart--withImage > li {
      grid-template-columns: auto 1fr 40px 130px;
  }
}
@media screen and (max-width:950px) { 
	.productinner{width:450px;}
	.fs-c-variationCart--withImage > li {
      grid-template-columns: auto 1fr 40px 249px;
  }
  .productimgarea .fs-c-variationCart__cartButton {width: 249px;}
}
.fs-c-variationList__item__cart .fs-c-button--particular{
	padding-left:0;
	border:1px solid #505050;
	padding:4px;
}
.fs-c-variationAndActions .fs-c-variationCart{
	margin-bottom:10px;
}
.fs-c-variationCart__cartButton .fs-c-button--primary{
	margin:3px 0;
	background: #6a6a6a;
	padding: 4px 0 3px;
	font-size: 13px;
}
.fs-c-variationList__item__image{
	width:100px;
	margin-right: 10px;
}
.fs-c-variationList__item__image > img {
	max-width: 100%;
	width: 100%;
	border:1px solid #f1f1f1;
}

.productimgarea .fs-c-variationCart__wishlist {
	position: absolute;
	right: 10px;
	top: 7px;
	bottom: 7px;
	margin: auto;
	width:60px;
	font-size:10px;
}
.productimgarea .fs-c-variationCart__wishlist .fs-c-button__label{
	font-size:10px;
}
.fs-c-productPrice.fs-c-productPrice--selling{
	display: flex;
}
.fs-c-productPrice__main__price .fs-c-price__currencyMark{
	font-size: clamp(16px, 2.0vw, 22px);
}
.fs-c-productPrice__main__price.fs-c-price{
	gap:4px;
	font-size:clamp(30px, 3.3vw, 35px);
	letter-spacing:-2px;
}
.fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__addon__label {
  font-size: 18px;
}
.fs-c-productPrice__addon__label::after {
  content: "~";
  position: absolute;
  top: 1px;
  left: 4px;
  font-size: clamp(20px, 2.8vw, 31px);
  white-space: nowrap;
  color: var(--TXT_COLOR_BASE);
}
.fs-c-productQuantityAndWishlist__quantity{
	display: none;
}
@media screen and (max-width: 767px) {
  .fs-c-productListItem__prices .fs-c-productPrice--selling .fs-c-productPrice__addon__label {
      font-size: 12px;
  }
  .fs-c-productPrice__addon__label::after{
	  top:6px;
  }
  #fs_ProductDetails .maincontents__area{
	  width:100%;
  }
}


.linekeep-btn {
  border: 1px solid #7b7b7b;
  margin-bottom: 10px;
  border-radius: 3px;
  padding: 8px 0 5px;
  width:90%;
  margin:10px auto;
}
.linekeep-btn a{
	display:block;
	text-align: center;
	font-weight: bold;
	font-size: 1.15em;
}
.linekeep-btn a::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
  background-color: #06C755;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M375 260.8L375 342.1C375 344.2 373.4 345.8 371.3 345.8L358.3 345.8C357 345.8 355.9 345.1 355.3 344.3L318 294L318 342.2C318 344.3 316.4 345.9 314.3 345.9L301.3 345.9C299.2 345.9 297.6 344.3 297.6 342.2L297.6 260.9C297.6 258.8 299.2 257.2 301.3 257.2L314.2 257.2C315.3 257.2 316.6 257.8 317.2 258.8L354.5 309.1L354.5 260.9C354.5 258.8 356.1 257.2 358.2 257.2L371.2 257.2C373.3 257.1 375 258.8 375 260.7L375 260.8zM281.3 257.1L268.3 257.1C266.2 257.1 264.6 258.7 264.6 260.8L264.6 342.1C264.6 344.2 266.2 345.8 268.3 345.8L281.3 345.8C283.4 345.8 285 344.2 285 342.1L285 260.8C285 258.9 283.4 257.1 281.3 257.1zM249.9 325.2L214.3 325.2L214.3 260.8C214.3 258.7 212.7 257.1 210.6 257.1L197.6 257.1C195.5 257.1 193.9 258.7 193.9 260.8L193.9 342.1C193.9 343.1 194.2 343.9 194.9 344.6C195.6 345.2 196.4 345.6 197.4 345.6L249.6 345.6C251.7 345.6 253.3 344 253.3 341.9L253.3 328.9C253.3 327 251.7 325.2 249.8 325.2L249.9 325.2zM443.6 257.1L391.3 257.1C389.4 257.1 387.6 258.7 387.6 260.8L387.6 342.1C387.6 344 389.2 345.8 391.3 345.8L443.5 345.8C445.6 345.8 447.2 344.2 447.2 342.1L447.2 329C447.2 326.9 445.6 325.3 443.5 325.3L408 325.3L408 311.7L443.5 311.7C445.6 311.7 447.2 310.1 447.2 308L447.2 294.9C447.2 292.8 445.6 291.2 443.5 291.2L408 291.2L408 277.5L443.5 277.5C445.6 277.5 447.2 275.9 447.2 273.8L447.2 260.8C447.1 258.9 445.5 257.1 443.5 257.1L443.6 257.1zM576 157.4L576 483.4C575.9 534.6 533.9 576.1 482.6 576L156.6 576C105.4 575.9 63.9 533.8 64 482.6L64 156.6C64.1 105.4 106.2 63.9 157.4 64L483.4 64C534.6 64.1 576.1 106.1 576 157.4zM505.6 297.5C505.6 214.1 421.9 146.2 319.2 146.2C216.5 146.2 132.8 214.1 132.8 297.5C132.8 372.2 199.1 434.9 288.7 446.8C310.5 451.5 308 459.5 303.1 488.9C302.3 493.6 299.3 507.3 319.2 499C339.1 490.7 426.5 435.8 465.7 390.8C492.7 361.1 505.6 331 505.6 297.7L505.6 297.5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M375 260.8L375 342.1C375 344.2 373.4 345.8 371.3 345.8L358.3 345.8C357 345.8 355.9 345.1 355.3 344.3L318 294L318 342.2C318 344.3 316.4 345.9 314.3 345.9L301.3 345.9C299.2 345.9 297.6 344.3 297.6 342.2L297.6 260.9C297.6 258.8 299.2 257.2 301.3 257.2L314.2 257.2C315.3 257.2 316.6 257.8 317.2 258.8L354.5 309.1L354.5 260.9C354.5 258.8 356.1 257.2 358.2 257.2L371.2 257.2C373.3 257.1 375 258.8 375 260.7L375 260.8zM281.3 257.1L268.3 257.1C266.2 257.1 264.6 258.7 264.6 260.8L264.6 342.1C264.6 344.2 266.2 345.8 268.3 345.8L281.3 345.8C283.4 345.8 285 344.2 285 342.1L285 260.8C285 258.9 283.4 257.1 281.3 257.1zM249.9 325.2L214.3 325.2L214.3 260.8C214.3 258.7 212.7 257.1 210.6 257.1L197.6 257.1C195.5 257.1 193.9 258.7 193.9 260.8L193.9 342.1C193.9 343.1 194.2 343.9 194.9 344.6C195.6 345.2 196.4 345.6 197.4 345.6L249.6 345.6C251.7 345.6 253.3 344 253.3 341.9L253.3 328.9C253.3 327 251.7 325.2 249.8 325.2L249.9 325.2zM443.6 257.1L391.3 257.1C389.4 257.1 387.6 258.7 387.6 260.8L387.6 342.1C387.6 344 389.2 345.8 391.3 345.8L443.5 345.8C445.6 345.8 447.2 344.2 447.2 342.1L447.2 329C447.2 326.9 445.6 325.3 443.5 325.3L408 325.3L408 311.7L443.5 311.7C445.6 311.7 447.2 310.1 447.2 308L447.2 294.9C447.2 292.8 445.6 291.2 443.5 291.2L408 291.2L408 277.5L443.5 277.5C445.6 277.5 447.2 275.9 447.2 273.8L447.2 260.8C447.1 258.9 445.5 257.1 443.5 257.1L443.6 257.1zM576 157.4L576 483.4C575.9 534.6 533.9 576.1 482.6 576L156.6 576C105.4 575.9 63.9 533.8 64 482.6L64 156.6C64.1 105.4 106.2 63.9 157.4 64L483.4 64C534.6 64.1 576.1 106.1 576 157.4zM505.6 297.5C505.6 214.1 421.9 146.2 319.2 146.2C216.5 146.2 132.8 214.1 132.8 297.5C132.8 372.2 199.1 434.9 288.7 446.8C310.5 451.5 308 459.5 303.1 488.9C302.3 493.6 299.3 507.3 319.2 499C339.1 490.7 426.5 435.8 465.7 390.8C492.7 361.1 505.6 331 505.6 297.7L505.6 297.5z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (min-width: 768px){
  .linekeep-btn{
	  display:none;
	 }
}