.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
  display: none;
}

.fs-c-breadcrumb__listItem::after {
  color: #666;
  content: ' > ';
  margin-left: 5px;
  margin-right: 5px;
}

.fs-c-breadcrumb__listItem:last-child {
  display: none;
}

.product_main {
  display: flex;
}

.product_left {
  flex-shrink: 0;
  width: 565px;
}

.pruduct_right {
  flex-shrink: 0;
  margin-left: 26px;
  width: 466px;
}

@media screen and (max-width: 1200px) {
  .product_main {
    padding: 0 15px;
  }
.product_main.product_comments_box.only_sp {
    padding: 0;
}
  .product_left {
    flex-shrink: 0;
    width: 50%;
  }

  .pruduct_right {
    width: calc(50% - 26px);
  }
}

.product_left .fs-c-slick.slick-slider {
  padding: 0 32px;
}

.product_left .fs-c-productCarouselMainImage__image {
  align-items: center;
  display: flex!important;
  justify-content: center;
  min-width: 520px;
  padding: 0 10px;
}

.product_left .fs-c-productCarouselMainImage__image::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.product_left .fs-c-slick.slick-initialized .slick-slide img {
  width: 100%;
}

.product_main .fs-c-slick .slick-next {
  background: rgba(255,255,255,0);
  height: 100%;
  right: -1px;
}

.product_main .fs-c-slick .slick-prev {
  background: rgba(255,255,255,0);
  height: 100%;
  left: -1px;
}

.product_main .fs-c-slick .slick-prev:before {
  background-image: url(../img/product/product_slide_prev.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 20px;
  content: '';
  display: block;
  height: 20px;
  margin: 0 auto;
  width: 12px;
}

.product_main .fs-c-slick .slick-next:before {
  background-image: url(../img/product/product_slide_next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 20px;
  content: '';
  display: block;
  height: 20px;
  margin: 0 auto;
  width: 12px;
}

.product_main .fs-c-productCarouselMainImage__expandButton {
  display: none;
}

.product_main .fs-c-productCarouselMainImage__thumbnailList {
  flex-wrap: wrap;
  margin-top: 20px;
  overflow-x: initial;
}

.product_main .fs-c-productCarouselMainImage__thumbnailList > li {
  flex-basis: auto;
  margin: 0 0 0 50px;
  width: calc(25% - 38px);
}

.product_main .fs-c-productCarouselMainImage__thumbnailList > li:nth-child(4n + 1) {
  margin-left: 0;
}

.product_main .fs-c-productCarouselMainImage__thumbnailList > li:nth-child(n + 5) {
  margin-top: 21px;
}

.product_main .fs-c-productMarks {
  margin-top: -10px;
}

.product_main .fs-c-productMark > li {
  margin-top: 5px;
}

.product_main .fs-c-productMark__mark {
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 22px;
  margin-right: 5px;
  padding: 0 10px;
}

.product_main .fs-c-productMark__mark.fs-c-productMark__mark--2 {
  background: #f3f3f3;
  color: #333;
}

.product_main .fs-c-productMark__mark.new {
  background-color: #fff;
  border: 1px #f00 solid;
  color: #f00;
  line-height: 20px;
}

.product_main .fs-c-productListItem__productName a .fs-c-productName__copy {
  background-color: #67b3dc;
  color: #fff;
  display: table;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 20px 0;
  padding: 0 5px;
}

.product_main .fs-c-productName__name {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: .08em;
  line-height: 1.285714285714286;
}

.product_main .fs-c-productPrice.fs-c-productPrice--selling {
  display: flex;
}

.product_main .fs-c-productListItem__prices .fs-c-productPrice__main__price {
  color: #333!important;
  font-size: 2rem;
  letter-spacing: .08em;
  line-height: 1.285714285714286;
}

.product_main .fs-c-productListItem__prices .fs-c-productPrice__addon {
  color: #333;
  font-size: 1.2rem;
  letter-spacing: .08em;
  line-height: 1.285714285714286;
}

.product_main .fs-c-productNameHeading__copy {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: .08em;
}

.product_main .fs-c-productNameHeading__name {
  font-size: 2.2rem;
  letter-spacing: .08em;
  line-height: 1.6;
}

.product_main .fs-c-productNumber {
  border: none;
  display: block;
  font-size: 1.3rem;
  margin-top: 10px;
  padding: 0;
}

.product_main .fs-c-productNumber .fs-c-productNumber__number {
  font-weight: normal;
}

.product_main .fs-c-productNumber .fs-c-productNumber__number::before {
  content: ': ';
}

.product_main .fs-c-productPrices.fs-c-productPrices--productDetail {
  margin-top: 24px;
}

.product_main .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price .fs-c-price__currencyMark {
  color: #333;
  display: none;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .08em;
}

.product_main .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price .fs-c-price__value {
  color: #333;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .08em;
}

.product_main .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price .fs-c-price__value::after {
  content: '円';
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0;
}

.product_main .fs-c-productPrice.fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-productPrice__main__label {
  font-size: 1.6rem;
}

.fs-c-productPrice.fs-c-productPrice--selling.red .fs-c-price__value::before {
  font-size: 1.6rem;
}

.fs-c-productPrice__main.fs-c-productPrice__main--open .fs-c-productPrice__main__price.fs-c-price .fs-c-price__value {
  font-size: 1.6rem;
}

.product_main .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before {
  display: none;
}

.product_main .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after {
  display: none;
}

.product_main .fs-c-productPrice__addon__label {
  display: none;
}

.product_main .fs-c-productPrice__addon__price::before {
  content: '（税込';
  font-size: 1.2rem;
  letter-spacing: .08em;
}

.product_main .fs-c-productPrice__addon__price::after {
  content: '円）';
  font-size: 1.2rem;
  letter-spacing: .08em;
}

.product_main .fs-c-price__currencyMark {
  display: none;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .08em;
}

.product_main .fs-c-productPrice.fs-c-productPrice--listed .fs-c-productPrice__main .fs-c-productPrice__main__label {
  font-size: 1.4rem;
}

.product_main .fs-c-price__value {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .08em;
  margin-left: 5px;
}

.pruduct_right .fs-c-productPrice__addon__price.fs-c-price .fs-c-price__value {
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 0;
}

.product_main .fs-c-productPointDisplay {
  background: #fff;
  color: #333;
  padding-left: 0;
  font-size: 1.4rem;
}

.product_main .fs-c-productPointDisplay__quantity {
  font-weight: normal;
}

.product_main .product_option {
  border-top: 1px #1b2e5d solid;
  margin-top: 40px;
  /*padding: 25px 0 0;*/
}

.product_main .fs-c-productSelection__name {
  background: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 10px;
  padding: 0;
}

.product_main .fs-c-productSelection__selection {
  margin: 10px 0 0;
  padding: 0;
}

.product_main .fs-c-dropdown {
  /*width: 200px;*/
	width: max-content;
}

.product_main .fs-c-dropdown .fs-c-dropdown__menu {
  border-radius: 0;
  /*padding: 9px;*/
  padding: 9px 33px 9px 9px;
}

.product_main .fs-c-dropdown::after {
  background-color: inherit;
  background-image: url(../img/product/dropdown.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  border: none;
  content: '';
}

.product_main .fs-c-productOption__name {
  background: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0;
}

.product_main .fs-c-radioGroup {
  flex-direction: column;
}

.product_main .fs-c-radioGroup .fs-c-radio {
  display: table;
  margin-top: 15px;
}

.product_main .fs-c-radioGroup .fs-c-radio:first-child {
  margin-top: 0;
}

.product_main .fs-c-radioGroup .fs-c-price__currencyMark {
  font-weight: normal;
}

.product_main .fs-c-radioGroup .fs-c-price__value {
  font-weight: normal;
}

.product_main .fs-c-radio__radio + label > .fs-c-radio__radioMark {
  border: 1px solid #222;
}

.product_main .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #222;
}

.product_main .fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #1b2e5d;
}

.product_main .cart_attention {
  color: #f00;
  font-size: 1.6rem;
  letter-spacing: .08em;
}

.product_main .fs-c-productNotice--outOfStock {
  margin-top: 20px;
}

.product_main .fs-c-productQuantityAndWishlist__quantity {
  align-items: center;
  display: flex;
  max-width: none;
}

.product_main .fs-c-productQuantityAndWishlist {
  margin-top: 20px;
}

.product_main .fs-c-productQuantityAndWishlist__quantity::before {
  content: '数量';
  flex-shrink: 0;
  font-size: 1.8rem;
  margin-right: 14px;
  width: 4rem;
}

.product_main .fs-c-quantity__select.fs-system-quantity-list {
  border: 1px #e6e6e6 solid;
  padding: 13px;
}

.product_main .fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer {
  height: 100%;
  padding: 0;
}

.product_main .fs-c-button--particular.fs-c-button--addToWishList--detail {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  box-shadow: none;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  line-height: 30px;
  padding: 8px 0;
  position: relative;
  text-align: right;
  text-decoration: none;
  width: 260px;
}

.product_main .fs-c-button--particular.fs-c-button--addToWishList--detail::after {
  display: none;
}

.product_main .fs-c-button--particular.fs-c-button--addToWishList--detail .fs-c-button__label {
  color: #1b2e5d;
  font-size: 1.4rem;
  padding-left: 30px;
  position: relative;
}

.product_main .fs-c-button--particular.fs-c-button--addToWishList--detail .fs-c-button__label::after {
  background-color: inherit;
  background-image: url(../img/product/favorite.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 13px;
  color: #f22;
  content: '';
  height: 13px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.product_main .fs-c-button--removeFromWishList--detail.fs-c-button--particular {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  box-shadow: none;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  line-height: 30px;
  padding: 8px 0;
  position: relative;
  text-align: right;
  text-decoration: none;
  width: 260px;
}

.fs-c-button--removeFromWishList--detail.fs-c-button--particular::after {
  display: none;
}

.product_main .fs-c-button--removeFromWishList--detail.fs-c-button--particular .fs-c-button__label {
  color: #1b2e5d;
  font-size: 1.4rem;
  padding-left: 30px;
  position: relative;
}

.product_main .fs-c-button--removeFromWishList--detail.fs-c-button--particular .fs-c-button__label::after {
  background-color: inherit;
  background-image: url(../img/product/favorite_already.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 13px;
  color: #f22;
  content: '';
  height: 13px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}

.product_main .fs-c-productActionButton.fs-c-buttonContainer {
  margin-top: 20px;
}

.product_main .fs-c-buttonContainer .fs-c-button--addToCart--detail.fs-c-button--primary {
  background: linear-gradient(#ee7474 0%, #cb0909 29.06%, #910000 71.43%, #9a0000 100%);
  border: none;
  border-radius: 6px;
  min-height: 70px;
  width: 100%;
}

.product_main .fs-c-buttonContainer .fs-c-button--addToCart--detail.fs-c-button--primary .fs-c-button__label {
  background-image: url(../img/product/button_cart.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 25px 22px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 35px;
}

.product_main .under_cart {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 20px;
}

.product_main .under_cart .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
  background-color: #f3f3f3;
  border-radius: 4px;
  display: flex;
  height: 43px;
  justify-content: center;
  width: 256px;
}

.product_main .under_cart .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button__label {
  background-image: url(../img/product/contact_icon.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  color: #1b2e5d;
  font-size: 1.3rem;
  letter-spacing: .1em;
  padding-left: 25px;
}

.product_main .under_cart .fs-p-snsArea {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0;
}

.product_main .under_cart .fs-p-snsArea span {
  font-size: 1.3rem;
  letter-spacing: .08em;
}

.product_main .under_cart .fs-p-snsArea a {
  margin-left: 10px;
}

.product_main .under_cart .fs-p-snsArea a:first-of-type {
  margin-left: 0;
}

.product_main.product_comments_box {
  display: block;
}

.product_main .product_comments {
  margin: 80px auto 0;
  max-width: 900px;
}

.product_main .product_comments_switch {
  display: flex;
}

.product_main .product_comments_switch .item {
  border-bottom: 1px #1b2e5d solid;
  color: #1b2e5d;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  padding-bottom: 23px;
  padding-top: 3px;
  text-align: center;
  width: 50%;
}

.product_main .product_comments_switch .item.current {
  border-bottom: 4px #1b2e5d solid;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 0;
  pointer-events: none;
}

.product_main .product_comments_switch.part_none .item {
  width: 100%;
}

.product_comments_content_intro {
  margin: 0 auto;
  max-width: 770px;
}

.product_main .product_comments_content_desc {
  display: none;
  margin: 0 auto;
  max-width: 770px;
}

.product_main .product_comments_content {
  margin-top: 20px;
}

.product_main .product_comments_content_intro_html {
  margin: 20px 0;
}

.product_main .product_comments_content_intro_html img {
  width: 100%;
}

.product_main .compornent_top_img {
  margin: 20px 0;
}

.product_main .compornent_top_img img {
  margin: 0 auto;
}

.product_main .compornent_top_title {
  color: #1b2e5d;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .08em;
  margin: 20px 0;
}

.product_main .compornen_text {
  font-size: 1.4rem;
  letter-spacing: .08em;
  line-height: 2;
  margin: 20px 0;
}

.product_main .compornent_next {
  margin-top: 70px;
}

.product_main .compornent_next_title {
  border-bottom: 1px #103d72 solid;
  border-top: 1px #103d72 solid;
  color: #103d72;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .08em;
  margin: 20px 0;
  padding: 10px 0;
}

.product_main .compornent_next_img {
  margin: 20px 0;
}

.product_main .compornent_next_img img {
  margin: 0 auto;
}

.product_main .compornent_last_title {
  border-left: 3px #103d72 solid;
  color: #222;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .08em;
  margin: 20px 0;
  padding-left: 15px;
}

.product_main .product_comments_content_desc_text {
  font-size: 1.4rem;
  letter-spacing: .08em;
  line-height: 2;
}

.product_main .product_comments_content_desc_title {
  border-left: 3px #103d72 solid;
  color: #222;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .08em;
  margin: 60px 0 40px;
  padding-left: 15px;
}

.product_main .product_comments_content_desc_lists {
  margin-top: 40px;
}

.product_main .product_comments_content_desc_lists_item {
  border-top: 1px #707070 solid;
  display: flex;
  margin: 0;
  padding: 20px 0;
}

.product_main .product_comments_content_desc_lists_item:first-child {
  border-top: none;
  padding: 0 0 20px;
}

.product_main .product_comments_content_desc_lists_item dt {
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .08em;
  margin: 0;
  padding-right: 10px;
  width: 300px;
}

.product_main .product_comments_content_desc_lists_item dd {
  flex-shrink: 0;
  font-size: 1.4rem;
  letter-spacing: .08em;
  margin: 0;
  width: calc(100% - 300px);
}

.product_main table {
  margin: 40px 0;
  width: 100%;
}

.product_main table th {
  border-top: 1px #707070 solid;
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: bold;
  height: 60px;
  letter-spacing: .08em;
  margin: 0;
  padding-right: 10px;
  text-align: left;
  width: 300px;
}

.product_main table tr:first-child th {
  border-top: none;
}

.product_main table tr:first-child td {
  border-top: none;
}

.product_main table td {
  border-top: 1px #707070 solid;
  flex-shrink: 0;
  font-size: 1.4rem;
  height: 60px;
  letter-spacing: .08em;
  margin: 0;
  width: calc(100% - 300px);
}

.product_main .under_cart_info {
  border: 1px #000 solid;
  margin-top: 30px;
  padding: 7px 15px;
}

.product_main .under_cart_info .under_cart_info_title {
  font-size: 1.6rem;
  font-weight: bold;
}

.product_main .under_cart_info .under_cart_info_desc {
  font-size: 1.4rem;
}

.under_cart_banner_text {
  font-size: 1.6rem;
  margin-top: 10px;
  text-align: center;
}

.product_main .under_cart_banner_img {
  display: block;
  margin-top: 10px;
}

.product_detail_review_title {
  border-bottom: none;
  color: #103d72;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  margin: 170px 0 50px;
  padding: 0 0 0 40px;
  position: relative;
  text-align: left;
}

.product_detail_review_title::before {
  background-image: url(../img/product/product_detail_review_icon.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 29px 27px;
  content: '';
  height: 27px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
}

.fs-c-productReview {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.fs-c-aggregateRating {
  display: none;
  order: 3;
}

.fs-c-reviewList {
  margin-top: 60px;
  order: 2;
  width: 100%;
}

.fs-c-reviewList--productDescription .fs-c-reviewList__item {
  padding: 56px 0;
}

.fs-c-reviewList__item:first-child {
  border-top: none;
  padding-top: 0;
}

.fs-c-reviewList--productDescription .fs-c-reviewList__item__info {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.fs-c-reviewInfo--productDescription .fs-c-reviewInfo__reviewer {
  justify-content: space-between;
}

.fs-c-reviewer__name {
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 16px;
}

.fs-c-reviewer__name span {
  color: #333;
}

.fs-c-reviewInfo__date {
  font-size: 1.3rem;
  letter-spacing: .08em;
  margin: 0;
}

.fs-c-reviewList--productDescription .fs-c-reviewList__item__body {
  border: none;
  color: #333;
  font-size: 1.4rem;
  letter-spacing: .08em;
  line-height: 2.35;
  margin-top: 40px;
  padding: 0;
}

.fs-c-reviewerStatus {
  background: #fff;
  border: 1px #1b2e5d solid;
  border-radius: 0;
  color: #222;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 20px;
  margin-right: 10px;
  padding: 0;
  text-align: center;
  width: 98px;
}

.fs-c-reviewer__profile {
  font-size: 1.4rem;
}

.fs-c-reviewRating {
  display: none;
}

.fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews {
  margin-left: 20px;
  order: 0;
  padding: 0;
  width: calc(50% - 10px);
}

.fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail {
  margin: 0 auto;
  order: 1;
  padding: 0;
  width: calc(50% - 10px);
}

.fs-c-productReview .fs-c-button--plain {
  border: 1px solid #e6e6e6;
  color: #1b2e5d;
  display: block;
  font-size: 1.8rem;
  letter-spacing: .05em;
  line-height: 62px;
  text-align: center;
  width: 100%;
}

.fs-c-productReview .fs-c-button--plain:hover {
  text-decoration: none;
}

.fs-c-productReview .fs-c-button--plain::before {
  display: none;
}

.fs-c-coordinationCatalog:not(:first-child) {
  margin-top: 60px;
}

.product_detail_recommend_title {
  border-bottom: none;
  color: #103d72;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1;
  margin: 120px 0 0;
  padding: 0 0 0 60px;
  position: relative;
  text-align: left;
}

.product_detail_recommend_title::before {
  background-image: url(../img/product/product_detail_recommend_icon.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 34px 29px;
  content: '';
  height: 29px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
}

.fs-c-productPostage::before, .fs-c-productPostage::after {
  display: none;
}

.fs-c-productPostage .fs-c-productPostage__label {
  display: none;
}

.fs-c-productPostage .fs-c-productPostage__value {
  border: 1px #1b2e5d solid;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 22px;
  margin-bottom: 10px;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .product_top_banner {
    margin: 10px auto;
    max-width: 371px;
    padding: 0 15px;
    width: 100%;
  }

  .product_top_banner img {
    width: 100%;
  }

  .product_main {
    display: block;
  }

  .product_left {
    width: 100%;
  }

  .product_left .fs-c-slick.slick-slider {
    padding: 0;
  }

  .product_left .fs-c-productCarouselMainImage__image {
    max-width: calc(100vw - 30px);
    min-width: calc(100vw - 30px);
  }

  .product_main .fs-c-productCarouselMainImage__thumbnailList {
    margin-top: 10px;
  }

  .product_main .fs-c-productCarouselMainImage__thumbnailList > li {
    margin: 0 0 0 10px;
    width: calc(25% - 8px);
  }

  .product_main .fs-c-productCarouselMainImage__thumbnailList > li:nth-child(n + 5) {
    margin-top: 10px;
  }

  .pruduct_right {
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
  }

  .product_main .fs-c-productMark__mark {
    font-size: 1.2rem;
  }

  .product_main .fs-c-productNameHeading__copy {
    font-size: 1.2rem;
  }

  .product_main .fs-c-productNameHeading__name {
    display: block;
    font-size: 1.8rem;
    margin-top: 10px;
  }

  .product_main .fs-c-productNumber {
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .product_main .fs-c-productPrices.fs-c-productPrices--productDetail {
    margin-top: 15px;
  }

  .product_main .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price .fs-c-price__currencyMark {
    font-size: 1.7rem;
  }

  .product_main .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price .fs-c-price__value {
    font-size: 1.7rem;
  }


  .product_main .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price .fs-c-price__value::before {
    content: '価格';
    font-size: 1.8rem;
    margin-right: 5px;
  }

  .product_main .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
    margin-left: 13px;
  }

  .product_main .fs-c-price__currencyMark {
    font-size: 1.5rem;
  }

  .product_main .fs-c-price__value {
    font-size: 1.5rem;
  }

  .product_main .cart_attention {
    font-size: 1.5rem;
  }

  .product_main .fs-c-productQuantityAndWishlist__quantity::before {
    content: '数量';
    flex-shrink: 0;
    font-size: 1.2rem;
    margin-right: 10px;
    width: 3rem;
  }

  .product_main .fs-c-quantity__select.fs-system-quantity-list {
    padding: 7px;
  }

  .product_main .fs-c-button--particular.fs-c-button--addToWishList--detail {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: none;
    color: #333;
    cursor: pointer;
    display: flex;
    font-size: 1.2rem;
    justify-content: center;
    padding: 0;
    position: relative;
    text-align: right;
    text-decoration: none;
    width: 184px;
  }

  .product_main .fs-c-button--particular.fs-c-button--addToWishList--detail .fs-c-button__label {
    font-size: 1.2rem;
    line-height: 36px;
    padding-left: 20px;
  }

  .product_main .fs-c-button--removeFromWishList--detail.fs-c-button--particular {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: none;
    color: #333;
    cursor: pointer;
    display: flex;
    font-size: 1.2rem;
    justify-content: center;
    padding: 0;
    position: relative;
    text-align: right;
    text-decoration: none;
    width: 184px;
  }

  .product_main .fs-c-button--removeFromWishList--detail.fs-c-button--particular .fs-c-button__label {
    font-size: 1.2rem;
    line-height: 36px;
    padding-left: 20px;
  }

  .product_main .fs-c-productActionButton.fs-c-buttonContainer {
    margin-top: 15px;
  }

  .product_main .fs-c-buttonContainer .fs-c-button--addToCart--detail.fs-c-button--primary {
    min-height: 57px;
  }

  .product_main .fs-c-buttonContainer .fs-c-button--addToCart--detail.fs-c-button--primary .fs-c-button__label {
    background-image: url(../img/product/button_cart.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 17px 15px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    padding-left: 23px;
  }

  .product_main .under_cart_info {
    margin-top: 20px;
    padding: 10px 15px;
  }

  .under_cart_banner_text {
    font-size: 1.4rem;
    margin-top: 10px;
  }

  .product_main .under_cart_banner_img {
    display: block;
    margin-top: 10px;
  }

  .product_main .under_cart_banner_img img {
    margin: 0 auto;
  }

  .product_detail_review_title {
    border-bottom: none;
    color: #103d72;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .06em;
    line-height: 1;
    margin: 120px 0 30px;
    padding: 0 15px 0 45px;
    position: relative;
    text-align: left;
  }

  .product_detail_review_title::before {
    background-image: url(../img/product/product_detail_review_icon.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 23px 21px;
    content: '';
    height: 21px;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
  }

  .fs-c-productReview {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 15px;
  }

  .fs-c-aggregateRating {
    display: none;
    order: 3;
  }

  .fs-c-reviewList {
    margin-top: 48px;
    order: 2;
    width: 100%;
  }

  .fs-c-reviewList--productDescription .fs-c-reviewList__item {
    padding: 40px 0;
  }

  .fs-c-reviewList__item:first-child {
    border-top: none;
    padding-top: 0;
  }

  .fs-c-reviewList--productDescription .fs-c-reviewList__item__info {
    align-items: center;
    display: block;
    flex-direction: row;
    justify-content: space-between;
  }

  .fs-c-reviewInfo--productDescription .fs-c-reviewInfo__reviewer {
    justify-content: space-between;
  }

  .fs-c-reviewer__name {
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: auto;
  }

  .fs-c-reviewInfo__date {
    font-size: 1.3rem;
    letter-spacing: .08em;
    margin: 7px 0 0;
  }

  .fs-c-reviewList--productDescription .fs-c-reviewList__item__body {
    border: none;
    color: #333;
    font-size: 1.4rem;
    letter-spacing: .08em;
    line-height: 2.35;
    margin-top: 30px;
    padding: 0;
  }

  .fs-c-reviewerStatus {
    background: #fff;
    border: 1px #1b2e5d solid;
    border-radius: 0;
    color: #222;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 20px;
    margin-right: 10px;
    padding: 0;
    text-align: center;
    width: 98px;
  }

  .fs-c-reviewer__profile {
    font-size: 1.4rem;
  }

  .fs-c-reviewRating {
    display: none;
  }

  .fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews {
    margin-left: 0;
    margin-top: 16px;
    order: 1;
    padding: 0;
    width: 100%;
  }

  .fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail {
    order: 0;
    padding: 0;
    width: 100%;
  }

  .fs-c-productReview .fs-c-button--plain {
    border: 1px solid #e6e6e6;
    color: #1b2e5d;
    display: block;
    font-size: 1.8rem;
    letter-spacing: .05em;
    line-height: 62px;
    text-align: center;
    width: 100%;
  }

  .fs-c-productReview .fs-c-button--plain:hover {
    text-decoration: none;
  }

  .fs-c-productReview .fs-c-button--plain::before {
    display: none;
  }

  .product_main .under_cart .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
    height: 31px;
    width: 183px;
  }

  .product_main .under_cart .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button__label {
    background-image: url(../img/product/contact_icon.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 11px 9px;
    color: #1b2e5d;
    font-size: 1.2rem;
    letter-spacing: .1em;
    padding-left: 20px;
  }

  .product_main .under_cart .fs-p-snsArea span {
    font-size: 1.1rem;
  }

  .product_main .under_cart .fs-p-snsArea a {
    margin-left: 12px;
    margin-right: 0;
    width: 18px;
  }

  .product_main .product_comments {
    margin-top: 70px;
  }

  .product_main .product_comments_switch .item {
    border-bottom: 1px #1b2e5d solid;
    color: #1b2e5d;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1;
    padding-bottom: 12px;
    padding-top: 2px;
    text-align: center;
    width: 50%;
  }

  .product_main .product_comments_switch .item.current {
    font-size: 1.5rem;
    padding-bottom: 10px;
    padding-top: 0;
  }

  .product_main .compornent_top_title {
    font-size: 1.8rem;
  }

  .product_main .compornent_next {
    margin-top: 40px;
  }

  .product_main .compornent_next_title {
    font-size: 1.6rem;
  }


  .product_main .compornent_last_title {
    border-left: 2px #103d72 solid;
    color: #222;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: .08em;
    margin: 20px 0;
    padding-left: 10px;
  }

  .product_main .product_comments_content_desc_title {
    border-left: 2px #103d72 solid;
    color: #222;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: .08em;
    margin: 60px 0 30px;
    padding-left: 10px;
  }

  .product_main .product_comments_content_desc_lists {
    margin-top: 20px;
  }

  .product_main .product_comments_content_desc_lists_item {
    display: block;
    padding: 15px 0;
  }

  .product_main .product_comments_content_desc_lists_item dt {
    padding-right: 0;
    width: auto;
  }

  .product_main .product_comments_content_desc_lists_item dd {
    margin-top: 10px;
    padding-right: 0;
    width: auto;
  }

  .product_main table {
    display: block;
    margin: 30px 0;
    width: 100%;
  }

  .product_main table tbody {
    display: block;
  }

  .product_main table tr {
    border-bottom: 1px #707070 solid;
    display: block;
    padding: 16px 0;
  }

  .product_main table th {
    border-top: none;
    display: block;
    flex-shrink: 0;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    letter-spacing: .08em;
    margin: 0;
    padding-right: 10px;
    text-align: left;
    width: 100%;
  }

  .product_main table td {
    border-top: none;
    display: block;
    flex-shrink: 0;
    font-size: 1.4rem;
    height: auto;
    letter-spacing: .08em;
    margin: 0;
    margin-top: 16px;
    width: 100%;
  }

  .fs-c-coordinationCatalog:not(:first-child) {
    margin-top: 30px;
  }

  .product_detail_recommend_title {
    border-bottom: none;
    color: #103d72;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .06em;
    line-height: 1.4;
    margin: 60px 0 0;
    padding: 0 0 0 60px;
    position: relative;
    text-align: left;
  }

  .product_detail_recommend_title::before {
    background-image: url(../img/product/product_detail_recommend_icon.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 31px 26px;
    content: '';
    height: 26px;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 31px;
  }

  .fs-c-productPostage .fs-c-productPostage__value {
    border: 1px #1b2e5d solid;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 7px;
    padding: 0 7px;
  }
}

.fs-c-coordinationCatalog__header {
  display: none;
}

.fs-c-coordinationCatalog__list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0;
  grid-template-columns: none;
}

.fs-c-coordinationCatalog__list__item {
  display: block;
  grid-template-columns: auto;
  margin-left: 30px;
  width: calc(20% - 24px);
}

.fs-c-coordinationCatalog.is-sortedByPopularity .fs-c-coordinationCatalog__list__item::before {
  align-items: center;
  background-color: #1b2e5d;
  border: none;
  border-radius: 0;
  color: #fff;
  content: counter(itemOrder);
  counter-increment: itemOrder;
  display: flex;
  font-family: 'AvantGardEF', sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  height: 45px;
  justify-content: center;
  left: 0;
  line-height: 1;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 45px;
  z-index: 1;
}

.fs-c-coordinationCatalog.is-sortedByPopularity .fs-c-coordinationCatalog__list__item:nth-child(1)::before {
  background: linear-gradient(#efbd1f 0%, #fee88f 33.99%, #edc123 69.76%, #fcdf77 100%);
}

.fs-c-coordinationCatalog.is-sortedByPopularity .fs-c-coordinationCatalog__list__item:nth-child(2)::before {
  background: linear-gradient(#cbcbcb 0%, #dedede 31.53%, #bcbcbc 69.95%, #bebebe 100%);
}

.fs-c-coordinationCatalog.is-sortedByPopularity .fs-c-coordinationCatalog__list__item:nth-child(3)::before {
  background: linear-gradient(#d37f37 0%, #e5b32c 31.62%, #d88c34 50%, #d37f37 59.6%, #d3a337 100%);
}

.fs-c-coordinationCatalog__list__item:nth-child(5n + 1) {
  margin-left: 0;
}

.fs-c-coordinationCatalog__list__item:nth-child(n + 6) {
  margin-top: 60px;
}

.fs-c-coordinationListItem__creationDate, .fs-c-coordinationListItem__coordinationHeight {
  display: none;
}

.fs-c-coordinationNewMark {
  display: none;
}

.fs-c-coordinationListItem__publicationDate {
  display: none;
}

.fs-c-coordinationListItem__staffInfo {
  align-items: center;
  display: flex;
  grid-gap: 0;
  grid-template-columns: auto;
  margin: 20px 0 0;
}

.fs-c-coordinationListItem__staffInfo__image {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 73px;
  margin-right: 13px;
  width: 73px;
}

.fs-c-coordinationListItem__staffInfo__image a {
  display: block;
  width: 100%;
}

.fs-c-coordinationListItem__staffInfo__image a img {
  display: block;
  width: 100%;
}

.fs-c-coordinationListItem__staffInfo__profile {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  letter-spacing: .08em;
  line-height: 1.7;
  width: calc(100% - 86px);
}

.fs-c-coordinationListItem__staffInfo__name {
  color: #1c2f5e!important;
  font-size: 1.6rem;
  font-weight: bold;
}

.fs-c-coordinationListItem__staffInfo__profile > * {
  color: #1c2f5e!important;
}

.fs-c-coordinationListItem__staffInfo__shop {
  color: #1c2f5e!important;
  line-height: 1.3;
  margin-top: 15px;
}

.fs-c-coordinationListItem__staffInfo__label {
  display: none;
}

.fs-c-coordinationCatalog__footer {
  margin-top: 72px;
  text-align: inherit;
  width: 100%;
}

.fs-c-coordinationCatalog__footer .fs-c-coordinationCatalog__viewAllCoordination.fs-c-viewAllCoordinationLink {
  border: 1px #e6e6e6 solid;
  display: table;
  font-size: 1.7rem;
  letter-spacing: .05em;
  line-height: 56px;
  margin: 0 auto;
  text-align: center;
  width: 252px;
}

/* .fs-c-productPrice__main__price.fs-c-price .fs-c-price__value {
  display: none;
} */

@media screen and (max-width: 767px) {
  .fs-c-coordinationCatalog__list {
    padding: 0 15px;
  }

  .fs-c-coordinationTagList {
    background: initial;
    margin: 30px 0;
    padding: 0;
  }

  .fs-c-coordinationTag {
    border: 1px solid #707070;
    border-radius: 8px;
    display: block;
    font-size: 1.2rem;
    padding: 8px 10px;
  }


  .fs-c-coordinationCatalog__list__item {
    display: block;
    grid-template-columns: auto;
    margin-left: 20px;
    width: calc(50% - 10px);
  }

  .fs-c-coordinationCatalog.is-sortedByPopularity .fs-c-coordinationCatalog__list__item::before {
    font-size: 1.5rem;
    height: 28px;
    width: 28px;
  }

  .fs-c-coordinationCatalog__list__item:nth-child(5n + 1) {
    margin-left: 20px;
  }

  .fs-c-coordinationCatalog__list__item:nth-child(n + 6) {
    margin-top: 0;
  }

  .fs-c-coordinationCatalog__list__item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .fs-c-coordinationCatalog__list__item:nth-child(n + 3) {
    margin-top: 20px;
  }


  .fs-c-coordinationListItem__staffInfo__image {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    margin-right: 10px;
    width: 48px;
  }

  .fs-c-coordinationListItem__staffInfo__profile {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    letter-spacing: .08em;
    line-height: 1.7;
    width: calc(100% - 58px);
  }

  .fs-c-coordinationListItem__staffInfo__name {
    color: #1c2f5e;
    font-size: 1.2rem;
    font-weight: bold;
  }

  .fs-c-coordinationListItem__staffInfo__shop {
    margin-top: 7px;
  }

  .fs-c-coordinationCatalog__footer {
    margin-top: 27px;
    text-align: inherit;
    width: 100%;
  }

  .fs-c-coordinationCatalog__footer .fs-c-coordinationCatalog__viewAllCoordination.fs-c-viewAllCoordinationLink {
    font-size: 1.6rem;
    line-height: 50px;
  }
}

/* 商品スライダー調整 */
.fs-c-productCarouselMainImage__image > img {
  max-height: inherit;
}

/* 11/6追加 */

/*  パンくず調整 */
.fs-c-breadcrumb .fs-c-breadcrumb__listItem,
.fs-c-breadcrumb .fs-c-breadcrumb__listItem a{
  font-size: 1.6rem;

  @media (width <= 768px){
    font-size: 1.4rem;
  }
}

.fs-c-breadcrumb__list{
  /* margin-bottom: 3rem; */
}

.product_main .fs-c-productNameHeading__copy{
  font-size: 1.8rem;
}

.product_main .fs-c-productNameHeading__name{
  @media (width <= 768px){
    /*font-size: 2.2rem;*/
        font-size: 1.8rem;
  }
}

.product_main .fs-c-productNumber{
  font-size: 1.4rem;
  margin-top: 40px;
}

.fs-c-productPrice__main__price.fs-c-price .fs-c-price__value{
  font-size: 1.6rem;
}


.product_main .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price .fs-c-price__value{
  font-size: 2.6rem;
}

.product_main .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price .fs-c-price__value::after{
  font-size: 1.8rem;
}


.product_main .product_option{
  border-top: revert;
}

.product_main .fs-c-productQuantityAndWishlist__quantity{
  @media (width <= 768px){
    display: block;
  }
}

.product_main .fs-c-productQuantityAndWishlist__quantity::before{

  @media (width <= 768px){
      font-size: 1.8rem;
  }

}

.product_main .fs-c-button--particular.fs-c-button--addToWishList--detail{
  border: none;
}

.product_main .fs-c-button--particular.fs-c-button--addToWishList--detail .fs-c-button__label::after{
  background-image: url(https://epicurean.itembox.design/item/assets/images/product/favorite.svg);
  background-size: contain;
  width: 25px;
  height: 22px;

  @media (width <= 768px){
    left: -2px;
  }
}

.product_main .fs-c-button--particular.fs-c-button--addToWishList--detail .fs-c-button__label{
  font-size: 1.6rem;

  @media (width <= 599px){
    display: flex;
    position: revert;
    padding-left: 0;
  }

}

.product_main .fs-c-quantity__select.fs-system-quantity-list{
  border: 1px #666666 solid;
  width: 73px;
}

.product_main .fs-c-buttonContainer .fs-c-button--addToCart--detail.fs-c-button--primary{
  background:var(--color-button);
  border-radius: 1.5rem;
}

.product_main .fs-c-buttonContainer .fs-c-button--addToCart--detail.fs-c-button--primary .fs-c-button__label{
  background-image: url(https://epicurean.itembox.design/item/assets/images/product/cart.svg);
  background-size: 31px 25px;
  padding: 1rem 0 1rem 40px;
  font-size: 1.8rem;
}

.fs-c-buttonContainer--inquiryAboutProduct{
  justify-content: center;
  border: 1px #666666 solid;
  margin-top: 2.4rem;
}

.fs-c-button--plain{
  color: black;

  &::before{
    content:'';
    background-image: url(https://epicurean.itembox.design/item/assets/images/product/contact.svg);
    background-size: contain;
    width: 23px;
    height: 17px;
    display: inline-block;
    margin-bottom: -2px;
  }

}

.fs-p-productDescription.fs-p-productDescription--full{
  font-size: 1.8rem;
}

.product_main .product_comments{
  width: min(100%, 816px);

  @media (width <= 768px){
      border-bottom: 1px black solid;
  }
}

.product_comments_tittle{
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;

  @media (width <= 768px){
      font-size: 2.3rem;
  }
}

.product_comments-list__tittle-wrap{
  font-size: 1.8rem;
  border-top: 1px black solid;
  border-bottom: 1px black solid;
  padding: 4rem 1.6rem;
  font-weight: bold;

  @media (width <= 768px){
    display: flex;
    padding: 3rem 1.6rem;
    cursor: pointer;

    &:not(:last-child){
      border-bottom: none;
    }

  }
}

.product_comments-list__contents{
  padding: 4rem 0;

  @media (width <= 768px){
   /* display: none;*/
    border-top: 1px black solid;
  }
}


.product_comments-list__data:has(.empty-judge:empty){
  display: none;
}

.product_main table{
  margin: 0;
  --width: 250px;
}

.product_main .product_comments_content_item_detail table th{
  width: var(--width);
  height: auto;
  padding: 10px 40px;
  font-size: 1.6rem;

  @media (width <= 768px){
    width: 100%;
    border-bottom: 1px solid black;
    text-align: center;
  }
}

.product_main .product_comments_content_item_detail table td{
  height: auto;
  padding: 10px 40px;
  font-size: 1.6rem;
  width: calc(100% - var(--width));

   @media (width <= 768px){
      width: 100%;
  }
}

.product_comments_gallery{
display: grid;
place-items: center;
}

.gallery-col2{
display: flex;
justify-content: space-between;
--space : 36px;
gap: var(--space);
margin: 0;

& > * {
margin: 0;
}
}

.gallery-col2.gallery-pt3{
  figcaption{
    margin-top: 2.6rem;
  }
}

.gallery-sp-col1{
  @media (width <= 768px) {
  flex-direction: column;
  }
}

.gallery-col2.gallery-pt4{
  place-items: center;

  img{
    width: min(100%, 330px);

    @media (width <= 768px){
      width: 100%;
    }
  }

  figcaption{
    width: min(60%, 455px);

    @media (width <= 768px){
      width: 100%;
    }
  }
}

.sp-js-toggle {
  position: relative;
  display: none;
  margin-left: auto;
  cursor: pointer;

  &::before{
    position: absolute;
    top: calc(50% - 5px);
    right: 5px;
    display: block;
    width: 7px;
    height: 7px;
    content: '';
    border-top: 2px solid black;
    border-left: 2px solid black;
    transition: all 0.3s;
    transform: rotate(225deg);
  }

  @media (width <= 768px){
    display: inline-block;
  }
}

.sp-js-open{
  &::before{
    transform: rotate(45deg);
  }
  
.sp-js-close{
  &::before{
    transform: rotate(45deg);
  }
  
}

.cart-payment {
  border: 2px solid #EAEAEA;
  padding: 15px;

  @media (width <= 768px){
      word-break: keep-all;
      line-break: strict;
      word-wrap: break-word;
      overflow-wrap: break-word;
  }
}

.cart-payment-img{
  display: grid;
  grid-template-columns: 65% 1fr;
  align-items: center;
  margin-top: 15px;

  @media (width <= 768px){
    grid-template-columns: 1fr;
    gap: 10px;

    & > :nth-child(2) {
      margin-left: 8px;
    }

  }
}

.cart-freeshipping{
  border: 2px solid #EAEAEA;
  padding: 15px;
  margin-top: 3.8rem;

  @media (width <= 768px){
      margin-top: 2.5rem;
  }

  span{
      color: var(--color-red);
  }
}

.product_main{
  line-height: 1.8;
  letter-spacing: 0.05em;
}


.fs-c-estimatedDeliveryDate{
  background-color: #f5e8bb;
  font-size: 1.6rem;
  padding: 15px;
  margin-top: 1.6rem;
}

#fs_form{
  margin-top: 3rem;
}

.fs-p-snsArea{
  align-items: center;
  margin: 20px auto;
  width: fit-content;
  gap: 8px;

  img{
    height: 30px;
  }

}