@charset "utf-8";
/* カート色 */
.fs-c-button--primary {
  background: #145860;
}
@media screen and (min-width:768px){
	.fs-c-button--primary {
	  border: 1px solid #145860;
	}
}
button.fs-c-button--removeFromWishList--icon.fs-c-button--particular span.fs-c-button__label {
  display: none;
}
button.fs-c-button--removeFromWishList--icon.fs-c-button--particular {
  border: none;
  background: none;
}
button.fs-c-button--removeFromWishList--icon.fs-c-button--particular::before {
  content: "\e91a";
}
/* カートモーダル */
.productcartbtn #modal-open{
  background: #d76502;
  color: #fff;
  display: block;
  text-align: center;
  padding: 16px 0px 15px;
  width: 100%;
  cursor: pointer;
  font-size: 15px;
  margin: 20px auto 6px;
  letter-spacing: 3px;
  position: relative;
}
.productcartbtn #modal-open:hover{
  background: #e8852f;
}
.modal{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  background-color: rgba(241, 241, 241, 0.88);
}
.modal-wrap{
  height: 100%;
  padding: 0 13px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-content{
  height: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.modal-table-wrap{
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.modal-table-cell{
  display: table-cell;
  padding: 20px 0 60px;
  vertical-align: middle;
}
.modal-content-box{
  position: relative;
  margin: 0 auto;
  background: #fff;
  border-radius: 7px;
}
.modal-btn-close{
  z-index: 9;
  position: absolute;
  color: #000 !important;
  line-height: 1;
  text-decoration: none;
}
.modal-btn-close span{
  display: block;
  background: #fff;
  height: 2px;
  width: 30px;
}
.fs-c-modal__title{
  margin: 20px auto 0;
  font-size: 20px;
  font-weight: bold;
}
.fs-c-inquiryProduct__productImage{
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.fs-c-inquiryProduct__productName.fs-c-productName{
  text-align: center;
  font-size: 1.15em;
}
.fs-c-inquiryMessage{
  margin-top: 12px;
  font-weight: bold;
  text-align: center;
  background: #f0f0f0;
  padding: 8px 0 7px;
}
.fs-c-inputTable--inModal>tbody>tr+tr{
  margin-top: 0px;
}
.fs-c-modal__contents{
  padding: 0;
}
/* PCのみ */
@media screen and (min-width:768px){
  .modal-content-inner{
    padding: 50px 40px 50px;
  }
  .fs-c-modal .fs-c-modal__inner{
    padding: 30px;
    width: 60%;
    min-width: 400px;
    max-width: 600px;
  }
  .fs-c-modal__close{
    font-size: 35px;
	}
	.fs-c-variationCart__cartButton button.fs-c-button--addToCart--variation.fs-c-button--primary,
	.fs-c-button--subscribeToArrivalNotice--variation.fs-c-button--secondary {
	  max-width: 220px;
	}
	.fs-c-variationCart__cartButton {
	  margin-left: auto;
	  width: 100%;
	  max-width: 220px;
	}
}

/* SPのみ */
@media screen and (max-width:767px){
  .modal-content-inner{
    padding: 54px 13px 50px;
  }
  .modal-btn-close{
    top: 7px;
    right: 10px;
    font-size: 31px;
  }
  .fs-c-modal__header{
    display: block;
  }
  .fs-c-modal__title{
    text-align: center;
    margin-top: 30px;
  }
  .fs-c-modal .fs-c-modal__inner{
    padding: 15px;
    width: 90%;
  }
  .fs-c-modal__close{
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 38px;
  }
	.fs-c-variationCart__cartButton button.fs-c-button--addToCart--variation.fs-c-button--primary,
	.fs-c-button--subscribeToArrivalNotice--variation.fs-c-button--secondary {
	  max-width: 180px;
	}
	.fs-c-variationCart__cartButton {
	  margin-left: auto;
	  width: 100%;
	  max-width: 180px;
	}
  .fs-c-variationCart__variationName{
	  padding-left: 0;
	  font-size: 16px;
  }
}


/* 下部固定 */
@media screen and (max-width:767px){
	p.page-top {
    z-index: 100;
    bottom: 15px;
	}
	.product-fixed-cv-area{
	  position: fixed;
	  width: 100%;
	  left: 0;
	  z-index: 99;
	  background-color: #eee;
	}
/*
	body.scroll .product-fixed-cv-area{
	  opacity: 1;
	  transition: opacity 0.3s ease-in-out;
	}
*/
	.product-fixed-cv-area{
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.product-fixed-cv-area .price{
	  font-weight: bold;
	  display: flex;
	  align-items: flex-end;
	  line-height: 0.7;
	}
	.product-fixed-cv-area button,
	.product-popup-trigger,
	button.closePopupCart{
	  background-color: unset;
		-webkit-appearance: none;
		border-radius: 0;
		border: none;
		color: #000;
	}
	.product-fixed-cv-area button,
	.product-popup-trigger{
	  display: block;
	  width: 100%;
	  background-color: #145860;
	  color: #fff;
	  font-weight: bold;
	  letter-spacing: 3px;
	}
	.product-popup-trigger span{
	  display: block;
	  width: 100%;
	  font-weight: bold;
	  letter-spacing: 3px;
	}
	.product-popup-trigger span::before{
	  font-family: 'Font Awesome 5 Pro';
	  font-weight: 300;
	  content: '\f0fe';
	  margin-right: .5em;
	}
	.fs-c-button--addToCart--detail,
	.fs-c-button--addToSubscriptionCart--detail,
	.fs-c-button--addToCart--subscriptionDetail{
	  border-radius: var(--CART_BDRS); 
	}
	button.closePopupCart{
	  aspect-ratio: 1/1;
	  background: #fff url(/asset2024/images/common/closePopup.svg) no-repeat center center / 100%;
	  width: 30px;
	  border-radius: 50%;
	  position: absolute;
	  top: 0;
	  right: 10px;
	  transform: translate(50%, -50%);
	}
	#cart_popup .fs-c-productQuantityAndWishlist{
	  margin: 15px 0 10px;
	}
}
@media screen and (max-width: 767px){
  :root{
    --CART_BDRS: 5px;
  }
  .fixed-staff-area,
  .fixed-tel,
  .fixed-top{
    display: none !important;
  }
  .product-fixed-cv-area{
    bottom: 73px;
    padding: 3px 3px 5px;
    gap: 15px;
    letter-spacing: 0;
  }
  .product-fixed-cv-area .price{
    font-size: 18px;
    gap: 5px;
    text-align: center;
  }
  .product-fixed-cv-area .price .en{
    font-size: 15px;
  }
  .product-fixed-cv-area .price .tax{
    font-size: 11px;
  }
  .product-fixed-cv-area .cart{
    flex: 1;
  }
  .product-fixed-cv-area button,
  .product-popup-trigger{
    padding: 10px 0;
    font-size: 15px;
  }
  #tocart .product-popup-trigger{
    padding: 20px 0;
  }
  .product-popup-trigger span{
    font-size: 10px;
    width: fit-content;
    margin: 0 auto;
    position: relative;
  }
    .product-fixed-cv-area .slp-shipping{
    display: none;
  }
  #cart_popup .cartbackarea{
    max-height: 80vh;
    overflow-y: scroll;
/*     width: 320px; */
    padding: 20px 10px;
  }
  #cart_popup .fs-c-button--primary{
    padding: 10px 0px 10px;
    font-size: 14px;
  }
  #cart_popup .product-island-postage-txt{
    font-size: 11px;
  }
}
/* 在庫切れポップアップを切る */
.fs-body-product.outstock .product-popup-trigger{
  display: none;
}
.fs-body-product.outstock #cart_popup,
.fs-body-product.outstock #cart_popup .popup-contentCart,
.fs-body-product.outstock #cart_popup .cartbackarea{
  display: contents;
}
.fs-body-product.outstock #cart_popup .closePopupCart{
  display: none;
}
/* 定期調整 */
.fs-c-productQuantityAndAction--subscription{
  display: grid;
  gap: 10px;
}
.fs-c-buttonContainer--addToSubscriptionCart--detail{
  order: 2;
}
.fs-c-button--addToSubscriptionCart--detail{
  order: 1;
}
#fs_ProductDetailsSubscribe .fs-c-buttonContainer--addToWishList--detail{
  margin: 10px 0;
}
.fs-c-subscriptionPriceTable__label{
  text-align: left;
}
@media screen and (min-width: 768px){
  .fs-c-subscriptionPriceTable{
    margin-top: 30px;
  }
  .fs-c-subscriptionPriceTable .fs-c-productPrice__main__price.fs-c-price{
    font-size: 24px;
  }
  .fs-c-subscriptionPriceTable__label{
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px){
  .fs-c-subscriptionPriceTable{
    margin-top: 30px;
  }
  .fs-c-subscriptionPriceTable .fs-c-productPrice__main__price.fs-c-price{
    font-size: 24px;
  }
  .fs-c-subscriptionPriceTable__label{
    padding-right: 30px;
  }
/* 並び個数変更 */
	.fs-c-variationPanelList__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.sp-paste-area{
		margin-bottom: 15px;
	}
}

/* ポップアップ共通css */
@media screen and (max-width: 767px){
	body.fixed {
		position: fixed;
		width: 100%;
		overflow: hidden;
	}
	.popup-overlayCart {
	    display: none; /* 初めは非表示 */
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0, 0, 0, 0.7); /* 背景は黒の透過 */
	    z-index: 9999;
	}
	.popup-contentCart {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    background-color: #fff;
	    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	    width: 95%;
	}
}
/*
span.fs-c-button__label::before{
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: '\f07a';
  margin-right: .5em;
}
*/
@media screen and (min-width: 768px){
	button.closePopupCart{
		display: none;
	}
}
