@media screen and (min-width: 1367px), print {
  .product-detail {
    margin: 40px auto 90px;
  }
  .product-detail .md-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 50px;
  }
  .product-detail .md-w-6_12 {
    width: 530px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .product-detail .md-w-5_12 {
    width: 100%;
  }
  .product-detail .md_top-12 {
    top: 80px;
  }
  .product-detail .fs-c-productCarouselMainImage__image > img {
    width: 100%;
    height: 530px;
  }
  .product-detail .fs-c-productCarouselMainImage__expandButton {
    display: none;
  }
  .product-detail .fs-c-productCarouselMainImage__carousel .slick-arrow {
    display: none !important;
  }
  .product-detail .fs-c-productCarouselMainImage__thumbnailList {
    margin-top: 10px;
    overflow-x: auto;
  }
  .product-detail .fs-c-productCarouselMainImage__thumbnailList li {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -ms-flex-preferred-size: 125px;
        flex-basis: 125px;
  }
  .product-detail .fs-c-productCarouselMainImage__thumbnailList li .fs-c-productCarouselMainImage__thumbnail img {
    width: 100%;
  }
  .product-detail .fs-c-productCarouselMainImage__thumbnailList li.slick-active {
    opacity: 0.7;
  }
  .product-detail .fs-c-productCarouselMainImage__thumbnailList li.slick-active .fs-c-productCarouselMainImage__thumbnail img {
    border-color: transparent;
  }
  .product-detail .product-detail__detail {
    margin-top: 48px;
  }
  .product-detail .product-detail__detail dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #D9D9D9;
  }
  .product-detail .product-detail__detail dl dt {
    width: 103px;
  }
  .product-detail .product-detail__detail dl dd {
    width: 427px;
  }
  .product-detail .fs-c-productNameHeading {
    padding-right: 46px;
  }
  .product-detail .fs-c-productNameHeading__name {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1.6px;
  }
  .product-detail .fs-c-productNumber {
    margin-top: 24.5px;
    line-height: 1;
    font-size: 1.6rem;
    padding: 0;
  }
  .product-detail .fs-c-productPointDisplay {
    color: #fff;
    padding: 6px 10px;
    background: #A8A8A8;
    margin-left: 10px;
    font-size: 1.6rem;
  }
  .product-detail .fs-c-productQuantityAndWishlist__wishlist {
    position: absolute;
    right: 0;
    top: 0;
  }
  .product-detail .fs-c-productQuantityAndWishlist__wishlist button.fs-c-button--addToWishList--detail:after {
    content: "";
    display: block;
    width: 26px;
    height: 24px;
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/product/heart.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .product-detail .fs-c-productQuantityAndWishlist__wishlist button.fs-c-button--removeFromWishList--detail:after {
    content: "";
    display: block;
    width: 26px;
    height: 24px;
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/product/heart_active.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .product-detail .fs-c-productQuantityAndWishlist__wishlist.active button {
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/product/heart_active.svg) no-repeat center center;
  }
  .product-detail .fs-c-productQuantityAndWishlist__quantity {
    padding: 8px 10px;
    border: 1px solid #666666;
    line-height: 1;
    margin-top: 20px;
  }
  .product-detail__desc {
    margin-top: 40px;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.75px;
  }
  .product-detail .fs-c-productPrice__main {
    margin-top: 40px;
  }
  .product-detail .fs-c-productPrice__main .fs-c-price__currencyMark, .product-detail .fs-c-productPrice__main .fs-c-price__value {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.6px;
  }
  .product-detail .fs-c-productPrice__addon {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px;
  }
  .product-detail .fs-c-productSelection {
    margin-top: 40px;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
    letter-spacing: 0.75px;
  }
  .product-detail .fs-c-productSelection dt, .product-detail .fs-c-productSelection dd {
    padding: 24px 30px;
    background-color: #F3F3F3;
  }
  .product-detail .fs-c-productSelection dt {
    font-size: inherit;
    font-weight: 400;
    margin-top: 2px;
  }
  .product-detail .fs-c-productSelection dd {
    margin: 0;
    padding: 0 30px 24px;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field .fs-c-dropdown {
    position: relative;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field .fs-c-dropdown:before, .product-detail .fs-c-productSelection dd .fs-c-productSelection__field .fs-c-dropdown:after {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    right: 0;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field .fs-c-dropdown:before {
    width: 40px;
    height: 40px;
    background: #D4D4D4;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field .fs-c-dropdown:after {
    width: 12px;
    height: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 14px;
    background-color: #666666;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    padding: 0;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field select, .product-detail .fs-c-productSelection dd .fs-c-productSelection__field input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background-color: transparent;
    outline: none;
    -moz-box-shadow: 0;
         box-shadow: 0;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field select {
    background-color: #fff;
    width: 100%;
    display: block;
    padding: 8px 10px;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field input[type="text"] {
    background-color: #fff;
    width: 100%;
    display: block;
    padding: 8px 10px;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field .fs-c-productSelection__comment {
    margin-top: 20px;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field .fs-c-productSelection__comment span {
    display: block;
    margin-left: 1em;
    text-indent: -1em;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 0.7px;
  }
  .product-detail .fs-c-productActionButton {
    margin-top: 40px;
  }
  .product-detail .fs-c-productActionButton button {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding: 10px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #000;
    color: #fff;
    width: 100%;
    border: 1px solid #000;
  }
}

@media screen and (min-width: 1367px) and (hover: hover), print and (hover: hover) {
  .product-detail .fs-c-productActionButton button {
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .product-detail .fs-c-productActionButton button:hover {
    background-color: #fff !important;
  }
  .product-detail .fs-c-productActionButton button:hover span {
    color: #000;
  }
}

@media screen and (min-width: 1367px), print {
  .product-detail .fs-p-snsArea {
    margin-top: 20px;
  }
  .product-detail .fs-c-inquiryAboutProduct {
    margin-top: 40px;
    padding: 0;
  }
  .product-detail .fs-c-inquiryAboutProduct button {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding: 10px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 24px;
    /* 160% */
    letter-spacing: 0.75px;
    text-decoration: none;
  }
}

@media screen and (min-width: 1367px) and (hover: hover), print and (hover: hover) {
  .product-detail .fs-c-inquiryAboutProduct button {
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
  .product-detail .fs-c-inquiryAboutProduct button:hover {
    background-color: #000;
    color: #fff;
  }
}

@media screen and (min-width: 1367px), print {
  .product-detail .fs-c-quantity__select {
    border: none;
  }
  .product__outer .fs-c-productListCarousel {
    margin: 54px 0 45px;
  }
  .product__outer .fs-c-productListCarousel__ctrl {
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: var(--swiper-navigation-size);
    margin-top: -webkit-calc(0px - (var(--swiper-navigation-size)/ 2));
    margin-top: -moz-calc(0px - (var(--swiper-navigation-size)/ 2));
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: -webkit-calc(var(--swiper-navigation-size)/ 44 * 27);
    width: -moz-calc(var(--swiper-navigation-size)/ 44 * 27);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    z-index: 10;
    left: 50%;
    top: 190px;
    -webkit-transition: margin 0.3s;
    -moz-transition: margin 0.3s;
    transition: margin 0.3s;
  }
  .product__outer .fs-c-productListCarousel__ctrl .fs-c-button--carousel:before {
    content: "";
    display: block;
    width: 27px;
    height: 16px;
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/common/icon_arrow.svg) no-repeat left top;
    -moz-background-size: contain;
         background-size: contain;
  }
  .product__outer .fs-c-productListCarousel__ctrl .fs-c-button--carousel:after {
    content: none;
  }
  .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev {
    margin-left: -650px;
  }
  .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev .fs-c-button--carousel:before {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (min-width: 1367px) and (hover: hover), print and (hover: hover) {
  .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev:hover {
    margin-left: -660px;
  }
}

@media screen and (min-width: 1367px), print {
  .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next {
    margin-left: 623px;
  }
  .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next .fs-c-button--carousel:before {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

@media screen and (min-width: 1367px) and (hover: hover), print and (hover: hover) {
  .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next:hover {
    margin-left: 633px;
  }
}

@media screen and (min-width: 1367px), print {
  .product__outer .slick-slide {
    margin-right: 32px;
    width: -webkit-calc((1200px - 32px - 32px) / 3);
    width: -moz-calc((1200px - 32px - 32px) / 3);
    width: calc((1200px - 32px - 32px) / 3);
  }
}

@media screen and (min-width: 1367px) and (hover: hover), print and (hover: hover) {
  .product__outer .slick-slide .fs-c-productListItem__image a {
    display: block;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .product__outer .slick-slide .fs-c-productListItem__image a .fs-c-productListItem__image__image {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  }
  .product__outer .slick-slide .fs-c-productListItem__image a:hover {
    opacity: 0.7;
  }
  .product__outer .slick-slide .fs-c-productListItem__image a:hover .fs-c-productListItem__image__image {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media screen and (min-width: 1367px), print {
  .product__outer .fs-c-productListItem {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product__outer .fs-c-productListItem__imageContainer {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product__outer .fs-c-productListItem__productName {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 1.5;
    margin: 16px 0 0;
  }
  .product__outer .fs-c-productListItem__prices {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .product__outer .fs-c-productListItem__prices .fs-c-productPrice {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.8px;
    margin-top: 18px;
    text-align: right;
  }
  .product__outer .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main {
    margin-top: 0;
  }
  .product__outer .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-price__currencyMark, .product__outer .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-price__value {
    font-size: 1.6rem;
  }
  .product__outer .fs-c-productListItem__prices .fs-c-productPrice__addon {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.8px;
  }
  .product__outer .fs-c-productListItem__productDescription {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.75px;
    margin: 22px 0 0;
  }
  .product__outer .fs-c-productListItem__control {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .product-detail {
    margin: -webkit-calc(var(--vw) * (40 / 1280) * 100) auto -webkit-calc(var(--vw) * (90 / 1280) * 100);
    margin: -moz-calc(var(--vw) * (40 / 1280) * 100) auto -moz-calc(var(--vw) * (90 / 1280) * 100);
    margin: calc(var(--vw) * (40 / 1280) * 100) auto calc(var(--vw) * (90 / 1280) * 100);
  }
  .product-detail .md-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 -webkit-calc(var(--vw) * (50 / 1280) * 100);
    gap: 0 -moz-calc(var(--vw) * (50 / 1280) * 100);
    gap: 0 calc(var(--vw) * (50 / 1280) * 100);
  }
  .product-detail .md-w-6_12 {
    width: -webkit-calc(var(--vw) * (530 / 1280) * 100);
    width: -moz-calc(var(--vw) * (530 / 1280) * 100);
    width: calc(var(--vw) * (530 / 1280) * 100);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .product-detail .md-w-5_12 {
    width: 100%;
  }
  .product-detail .md_top-12 {
    top: -webkit-calc(var(--vw) * (80 / 1280) * 100);
    top: -moz-calc(var(--vw) * (80 / 1280) * 100);
    top: calc(var(--vw) * (80 / 1280) * 100);
  }
  .product-detail .fs-c-productCarouselMainImage__image > img {
    width: 100%;
    height: -webkit-calc(var(--vw) * (530 / 1280) * 100);
    height: -moz-calc(var(--vw) * (530 / 1280) * 100);
    height: calc(var(--vw) * (530 / 1280) * 100);
  }
  .product-detail .fs-c-productCarouselMainImage__expandButton {
    display: none;
  }
  .product-detail .fs-c-productCarouselMainImage__carousel .slick-arrow {
    display: none !important;
  }
  .product-detail .fs-c-productCarouselMainImage__thumbnailList {
    margin-top: -webkit-calc(var(--vw) * (10 / 1280) * 100);
    margin-top: -moz-calc(var(--vw) * (10 / 1280) * 100);
    margin-top: calc(var(--vw) * (10 / 1280) * 100);
    overflow-x: auto;
  }
  .product-detail .fs-c-productCarouselMainImage__thumbnailList li {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -ms-flex-preferred-size: calc(var(--vw) * (125 / 1280) * 100);
        flex-basis: -webkit-calc(var(--vw) * (125 / 1280) * 100);
        flex-basis: -moz-calc(var(--vw) * (125 / 1280) * 100);
        flex-basis: calc(var(--vw) * (125 / 1280) * 100);
  }
  .product-detail .fs-c-productCarouselMainImage__thumbnailList li .fs-c-productCarouselMainImage__thumbnail img {
    width: 100%;
  }
  .product-detail .fs-c-productCarouselMainImage__thumbnailList li.slick-active {
    opacity: 0.7;
  }
  .product-detail .fs-c-productCarouselMainImage__thumbnailList li.slick-active .fs-c-productCarouselMainImage__thumbnail img {
    border-color: transparent;
  }
  .product-detail .product-detail__detail {
    margin-top: -webkit-calc(var(--vw) * (48 / 1280) * 100);
    margin-top: -moz-calc(var(--vw) * (48 / 1280) * 100);
    margin-top: calc(var(--vw) * (48 / 1280) * 100);
  }
  .product-detail .product-detail__detail dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: -webkit-calc(var(--vw) * (20 / 1280) * 100) 0;
    padding: -moz-calc(var(--vw) * (20 / 1280) * 100) 0;
    padding: calc(var(--vw) * (20 / 1280) * 100) 0;
    border-bottom: 1px solid #D9D9D9;
  }
  .product-detail .product-detail__detail dl dt {
    width: -webkit-calc(var(--vw) * (103 / 1280) * 100);
    width: -moz-calc(var(--vw) * (103 / 1280) * 100);
    width: calc(var(--vw) * (103 / 1280) * 100);
  }
  .product-detail .product-detail__detail dl dd {
    width: 42vwTb 7;
  }
  .product-detail .fs-c-productNameHeading {
    padding-right: -webkit-calc(var(--vw) * (46 / 1280) * 100);
    padding-right: -moz-calc(var(--vw) * (46 / 1280) * 100);
    padding-right: calc(var(--vw) * (46 / 1280) * 100);
  }
  .product-detail .fs-c-productNameHeading__name {
    font-size: -webkit-calc(var(--vw) * (32 / 1280) * 100);
    font-size: -moz-calc(var(--vw) * (32 / 1280) * 100);
    font-size: calc(var(--vw) * (32 / 1280) * 100);
    font-weight: 700;
    line-height: -webkit-calc(var(--vw) * (36 / 1280) * 100);
    line-height: -moz-calc(var(--vw) * (36 / 1280) * 100);
    line-height: calc(var(--vw) * (36 / 1280) * 100);
    letter-spacing: -webkit-calc(var(--vw) * (1.6 / 1280) * 100);
    letter-spacing: -moz-calc(var(--vw) * (1.6 / 1280) * 100);
    letter-spacing: calc(var(--vw) * (1.6 / 1280) * 100);
  }
  .product-detail .fs-c-productNumber {
    margin-top: -webkit-calc(var(--vw) * (24.5 / 1280) * 100);
    margin-top: -moz-calc(var(--vw) * (24.5 / 1280) * 100);
    margin-top: calc(var(--vw) * (24.5 / 1280) * 100);
    line-height: 1;
    font-size: -webkit-calc(var(--vw) * (16 / 1280) * 100);
    font-size: -moz-calc(var(--vw) * (16 / 1280) * 100);
    font-size: calc(var(--vw) * (16 / 1280) * 100);
    padding: 0;
  }
  .product-detail .fs-c-productPointDisplay {
    color: #fff;
    padding: -webkit-calc(var(--vw) * (6 / 1280) * 100) -webkit-calc(var(--vw) * (10 / 1280) * 100);
    padding: -moz-calc(var(--vw) * (6 / 1280) * 100) -moz-calc(var(--vw) * (10 / 1280) * 100);
    padding: calc(var(--vw) * (6 / 1280) * 100) calc(var(--vw) * (10 / 1280) * 100);
    background: #A8A8A8;
    margin-left: -webkit-calc(var(--vw) * (10 / 1280) * 100);
    margin-left: -moz-calc(var(--vw) * (10 / 1280) * 100);
    margin-left: calc(var(--vw) * (10 / 1280) * 100);
    font-size: -webkit-calc(var(--vw) * (16 / 1280) * 100);
    font-size: -moz-calc(var(--vw) * (16 / 1280) * 100);
    font-size: calc(var(--vw) * (16 / 1280) * 100);
  }
  .product-detail .fs-c-productQuantityAndWishlist__wishlist {
    position: absolute;
    right: 0;
    top: 0;
  }
  .product-detail .fs-c-productQuantityAndWishlist__wishlist button.fs-c-button--addToWishList--detail:after {
    content: "";
    display: block;
    width: -webkit-calc(var(--vw) * (26 / 1280) * 100);
    width: -moz-calc(var(--vw) * (26 / 1280) * 100);
    width: calc(var(--vw) * (26 / 1280) * 100);
    height: -webkit-calc(var(--vw) * (24 / 1280) * 100);
    height: -moz-calc(var(--vw) * (24 / 1280) * 100);
    height: calc(var(--vw) * (24 / 1280) * 100);
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/product/heart.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .product-detail .fs-c-productQuantityAndWishlist__wishlist button.fs-c-button--removeFromWishList--detail:after {
    content: "";
    display: block;
    width: -webkit-calc(var(--vw) * (26 / 1280) * 100);
    width: -moz-calc(var(--vw) * (26 / 1280) * 100);
    width: calc(var(--vw) * (26 / 1280) * 100);
    height: -webkit-calc(var(--vw) * (24 / 1280) * 100);
    height: -moz-calc(var(--vw) * (24 / 1280) * 100);
    height: calc(var(--vw) * (24 / 1280) * 100);
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/product/heart_active.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .product-detail .fs-c-productQuantityAndWishlist__wishlist.active button {
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/product/heart_active.svg) no-repeat center center;
  }
  .product-detail .fs-c-productQuantityAndWishlist__quantity {
    padding: -webkit-calc(var(--vw) * (8 / 1280) * 100) -webkit-calc(var(--vw) * (10 / 1280) * 100);
    padding: -moz-calc(var(--vw) * (8 / 1280) * 100) -moz-calc(var(--vw) * (10 / 1280) * 100);
    padding: calc(var(--vw) * (8 / 1280) * 100) calc(var(--vw) * (10 / 1280) * 100);
    border: 1px solid #666666;
    line-height: 1;
    margin-top: -webkit-calc(var(--vw) * (20 / 1280) * 100);
    margin-top: -moz-calc(var(--vw) * (20 / 1280) * 100);
    margin-top: calc(var(--vw) * (20 / 1280) * 100);
  }
  .product-detail__desc {
    margin-top: -webkit-calc(var(--vw) * (40 / 1280) * 100);
    margin-top: -moz-calc(var(--vw) * (40 / 1280) * 100);
    margin-top: calc(var(--vw) * (40 / 1280) * 100);
    font-size: -webkit-calc(var(--vw) * (15 / 1280) * 100);
    font-size: -moz-calc(var(--vw) * (15 / 1280) * 100);
    font-size: calc(var(--vw) * (15 / 1280) * 100);
    font-weight: 400;
    letter-spacing: -webkit-calc(var(--vw) * (0.75 / 1280) * 100);
    letter-spacing: -moz-calc(var(--vw) * (0.75 / 1280) * 100);
    letter-spacing: calc(var(--vw) * (0.75 / 1280) * 100);
  }
  .product-detail .fs-c-productPrice__main {
    margin-top: -webkit-calc(var(--vw) * (40 / 1280) * 100);
    margin-top: -moz-calc(var(--vw) * (40 / 1280) * 100);
    margin-top: calc(var(--vw) * (40 / 1280) * 100);
  }
  .product-detail .fs-c-productPrice__main .fs-c-price__currencyMark, .product-detail .fs-c-productPrice__main .fs-c-price__value {
    font-size: -webkit-calc(var(--vw) * (32 / 1280) * 100);
    font-size: -moz-calc(var(--vw) * (32 / 1280) * 100);
    font-size: calc(var(--vw) * (32 / 1280) * 100);
    font-style: normal;
    font-weight: 400;
    letter-spacing: -webkit-calc(var(--vw) * (1.6 / 1280) * 100);
    letter-spacing: -moz-calc(var(--vw) * (1.6 / 1280) * 100);
    letter-spacing: calc(var(--vw) * (1.6 / 1280) * 100);
  }
  .product-detail .fs-c-productPrice__addon {
    font-size: 1vwTb 8;
    font-weight: 400;
    letter-spacing: -webkit-calc(var(--vw) * (0.9 / 1280) * 100);
    letter-spacing: -moz-calc(var(--vw) * (0.9 / 1280) * 100);
    letter-spacing: calc(var(--vw) * (0.9 / 1280) * 100);
  }
  .product-detail .fs-c-productSelection {
    margin-top: -webkit-calc(var(--vw) * (40 / 1280) * 100);
    margin-top: -moz-calc(var(--vw) * (40 / 1280) * 100);
    margin-top: calc(var(--vw) * (40 / 1280) * 100);
    padding: 0;
    font-size: -webkit-calc(var(--vw) * (15 / 1280) * 100);
    font-size: -moz-calc(var(--vw) * (15 / 1280) * 100);
    font-size: calc(var(--vw) * (15 / 1280) * 100);
    font-weight: 400;
    line-height: -webkit-calc(var(--vw) * (24 / 1280) * 100);
    line-height: -moz-calc(var(--vw) * (24 / 1280) * 100);
    line-height: calc(var(--vw) * (24 / 1280) * 100);
    /* 160% */
    letter-spacing: -webkit-calc(var(--vw) * (0.75 / 1280) * 100);
    letter-spacing: -moz-calc(var(--vw) * (0.75 / 1280) * 100);
    letter-spacing: calc(var(--vw) * (0.75 / 1280) * 100);
  }
  .product-detail .fs-c-productSelection dt, .product-detail .fs-c-productSelection dd {
    padding: -webkit-calc(var(--vw) * (24 / 1280) * 100) -webkit-calc(var(--vw) * (30 / 1280) * 100);
    padding: -moz-calc(var(--vw) * (24 / 1280) * 100) -moz-calc(var(--vw) * (30 / 1280) * 100);
    padding: calc(var(--vw) * (24 / 1280) * 100) calc(var(--vw) * (30 / 1280) * 100);
    background-color: #F3F3F3;
  }
  .product-detail .fs-c-productSelection dt {
    font-size: inherit;
    font-weight: 400;
    margin-top: -webkit-calc(var(--vw) * (2 / 1280) * 100);
    margin-top: -moz-calc(var(--vw) * (2 / 1280) * 100);
    margin-top: calc(var(--vw) * (2 / 1280) * 100);
  }
  .product-detail .fs-c-productSelection dd {
    margin: 0;
    padding: 0 -webkit-calc(var(--vw) * (30 / 1280) * 100) -webkit-calc(var(--vw) * (24 / 1280) * 100);
    padding: 0 -moz-calc(var(--vw) * (30 / 1280) * 100) -moz-calc(var(--vw) * (24 / 1280) * 100);
    padding: 0 calc(var(--vw) * (30 / 1280) * 100) calc(var(--vw) * (24 / 1280) * 100);
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field .fs-c-dropdown {
    position: relative;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field .fs-c-dropdown:before, .product-detail .fs-c-productSelection dd .fs-c-productSelection__field .fs-c-dropdown:after {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    right: 0;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field .fs-c-dropdown:before {
    width: -webkit-calc(var(--vw) * (40 / 1280) * 100);
    width: -moz-calc(var(--vw) * (40 / 1280) * 100);
    width: calc(var(--vw) * (40 / 1280) * 100);
    height: -webkit-calc(var(--vw) * (40 / 1280) * 100);
    height: -moz-calc(var(--vw) * (40 / 1280) * 100);
    height: calc(var(--vw) * (40 / 1280) * 100);
    background: #D4D4D4;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field .fs-c-dropdown:after {
    width: -webkit-calc(var(--vw) * (12 / 1280) * 100);
    width: -moz-calc(var(--vw) * (12 / 1280) * 100);
    width: calc(var(--vw) * (12 / 1280) * 100);
    height: -webkit-calc(var(--vw) * (7 / 1280) * 100);
    height: -moz-calc(var(--vw) * (7 / 1280) * 100);
    height: calc(var(--vw) * (7 / 1280) * 100);
    top: 0;
    bottom: 0;
    margin: auto;
    right: -webkit-calc(var(--vw) * (14 / 1280) * 100);
    right: -moz-calc(var(--vw) * (14 / 1280) * 100);
    right: calc(var(--vw) * (14 / 1280) * 100);
    background-color: #666666;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    padding: 0;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field select, .product-detail .fs-c-productSelection dd .fs-c-productSelection__field input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background-color: transparent;
    outline: none;
    -moz-box-shadow: 0;
         box-shadow: 0;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field select {
    background-color: #fff;
    width: 100%;
    display: block;
    padding: -webkit-calc(var(--vw) * (8 / 1280) * 100) -webkit-calc(var(--vw) * (10 / 1280) * 100);
    padding: -moz-calc(var(--vw) * (8 / 1280) * 100) -moz-calc(var(--vw) * (10 / 1280) * 100);
    padding: calc(var(--vw) * (8 / 1280) * 100) calc(var(--vw) * (10 / 1280) * 100);
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field input[type="text"] {
    background-color: #fff;
    width: 100%;
    display: block;
    padding: -webkit-calc(var(--vw) * (8 / 1280) * 100) -webkit-calc(var(--vw) * (10 / 1280) * 100);
    padding: -moz-calc(var(--vw) * (8 / 1280) * 100) -moz-calc(var(--vw) * (10 / 1280) * 100);
    padding: calc(var(--vw) * (8 / 1280) * 100) calc(var(--vw) * (10 / 1280) * 100);
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field .fs-c-productSelection__comment {
    margin-top: -webkit-calc(var(--vw) * (20 / 1280) * 100);
    margin-top: -moz-calc(var(--vw) * (20 / 1280) * 100);
    margin-top: calc(var(--vw) * (20 / 1280) * 100);
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field .fs-c-productSelection__comment span {
    display: block;
    margin-left: 1em;
    text-indent: -1em;
    font-size: -webkit-calc(var(--vw) * (14 / 1280) * 100);
    font-size: -moz-calc(var(--vw) * (14 / 1280) * 100);
    font-size: calc(var(--vw) * (14 / 1280) * 100);
    font-weight: 400;
    line-height: -webkit-calc(var(--vw) * (24 / 1280) * 100);
    line-height: -moz-calc(var(--vw) * (24 / 1280) * 100);
    line-height: calc(var(--vw) * (24 / 1280) * 100);
    /* 171.429% */
    letter-spacing: -webkit-calc(var(--vw) * (0.7 / 1280) * 100);
    letter-spacing: -moz-calc(var(--vw) * (0.7 / 1280) * 100);
    letter-spacing: calc(var(--vw) * (0.7 / 1280) * 100);
  }
  .product-detail .fs-c-productActionButton {
    margin-top: -webkit-calc(var(--vw) * (40 / 1280) * 100);
    margin-top: -moz-calc(var(--vw) * (40 / 1280) * 100);
    margin-top: calc(var(--vw) * (40 / 1280) * 100);
  }
  .product-detail .fs-c-productActionButton button {
    font-size: -webkit-calc(var(--vw) * (16 / 1280) * 100);
    font-size: -moz-calc(var(--vw) * (16 / 1280) * 100);
    font-size: calc(var(--vw) * (16 / 1280) * 100);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-calc(var(--vw) * (50 / 1280) * 100);
    height: -moz-calc(var(--vw) * (50 / 1280) * 100);
    height: calc(var(--vw) * (50 / 1280) * 100);
    padding: -webkit-calc(var(--vw) * (10 / 1280) * 100);
    padding: -moz-calc(var(--vw) * (10 / 1280) * 100);
    padding: calc(var(--vw) * (10 / 1280) * 100);
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #000;
    color: #fff;
    width: 100%;
    border: 1px solid #000;
  }
  .product-detail .fs-p-snsArea {
    margin-top: -webkit-calc(var(--vw) * (20 / 1280) * 100);
    margin-top: -moz-calc(var(--vw) * (20 / 1280) * 100);
    margin-top: calc(var(--vw) * (20 / 1280) * 100);
  }
  .product-detail .fs-c-inquiryAboutProduct {
    margin-top: -webkit-calc(var(--vw) * (40 / 1280) * 100);
    margin-top: -moz-calc(var(--vw) * (40 / 1280) * 100);
    margin-top: calc(var(--vw) * (40 / 1280) * 100);
    padding: 0;
  }
  .product-detail .fs-c-inquiryAboutProduct button {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-calc(var(--vw) * (60 / 1280) * 100);
    height: -moz-calc(var(--vw) * (60 / 1280) * 100);
    height: calc(var(--vw) * (60 / 1280) * 100);
    padding: -webkit-calc(var(--vw) * (10 / 1280) * 100);
    padding: -moz-calc(var(--vw) * (10 / 1280) * 100);
    padding: calc(var(--vw) * (10 / 1280) * 100);
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: -webkit-calc(var(--vw) * (15 / 1280) * 100);
    font-size: -moz-calc(var(--vw) * (15 / 1280) * 100);
    font-size: calc(var(--vw) * (15 / 1280) * 100);
    font-weight: 500;
    line-height: -webkit-calc(var(--vw) * (24 / 1280) * 100);
    line-height: -moz-calc(var(--vw) * (24 / 1280) * 100);
    line-height: calc(var(--vw) * (24 / 1280) * 100);
    /* 160% */
    letter-spacing: -webkit-calc(var(--vw) * (0.75 / 1280) * 100);
    letter-spacing: -moz-calc(var(--vw) * (0.75 / 1280) * 100);
    letter-spacing: calc(var(--vw) * (0.75 / 1280) * 100);
    text-decoration: none;
  }
  .product-detail .fs-c-quantity__select {
    border: none;
  }
  .product__outer .fs-c-productListCarousel {
    margin: -webkit-calc(var(--vw) * (54 / 1280) * 100) 0 -webkit-calc(var(--vw) * (45 / 1280) * 100);
    margin: -moz-calc(var(--vw) * (54 / 1280) * 100) 0 -moz-calc(var(--vw) * (45 / 1280) * 100);
    margin: calc(var(--vw) * (54 / 1280) * 100) 0 calc(var(--vw) * (45 / 1280) * 100);
  }
  .product__outer .fs-c-productListCarousel__ctrl {
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: var(--swiper-navigation-size);
    margin-top: -webkit-calc(0px - (var(--swiper-navigation-size)/ 2));
    margin-top: -moz-calc(0px - (var(--swiper-navigation-size)/ 2));
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: -webkit-calc(var(--swiper-navigation-size)/ 44 * 27);
    width: -moz-calc(var(--swiper-navigation-size)/ 44 * 27);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    z-index: 10;
    top: -webkit-calc(var(--vw) * (190 / 1280) * 100);
    top: -moz-calc(var(--vw) * (190 / 1280) * 100);
    top: calc(var(--vw) * (190 / 1280) * 100);
    -webkit-transition: left 0.3s,right 0.3s;
    -moz-transition: left 0.3s,right 0.3s;
    transition: left 0.3s,right 0.3s;
  }
  .product__outer .fs-c-productListCarousel__ctrl .fs-c-button--carousel:before {
    content: "";
    display: block;
    width: -webkit-calc(var(--vw) * (27 / 1280) * 100);
    width: -moz-calc(var(--vw) * (27 / 1280) * 100);
    width: calc(var(--vw) * (27 / 1280) * 100);
    height: -webkit-calc(var(--vw) * (16 / 1280) * 100);
    height: -moz-calc(var(--vw) * (16 / 1280) * 100);
    height: calc(var(--vw) * (16 / 1280) * 100);
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/common/icon_arrow.svg) no-repeat left top;
    -moz-background-size: contain;
         background-size: contain;
  }
  .product__outer .fs-c-productListCarousel__ctrl .fs-c-button--carousel:after {
    content: none;
  }
  .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev {
    left: -1.95312vw;
  }
  .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev .fs-c-button--carousel:before {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media (min-width: 768px) and (max-width: 1366px) and (hover: hover) {
  .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev:hover {
    left: -2.60417vw;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next {
    right: -1.95312vw;
  }
  .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next .fs-c-button--carousel:before {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

@media (min-width: 768px) and (max-width: 1366px) and (hover: hover) {
  .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next:hover {
    right: -2.60417vw;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .product__outer .slick-slide {
    margin-right: 32px;
    width: -webkit-calc((var(--vw) * (1200 / 1280) * 100 - 32px - 32px) / 3);
    width: -moz-calc((var(--vw) * (1200 / 1280) * 100 - 32px - 32px) / 3);
    width: calc((var(--vw) * (1200 / 1280) * 100 - 32px - 32px) / 3);
  }
}

@media (min-width: 768px) and (max-width: 1366px) and (hover: hover) {
  .product__outer .slick-slide .fs-c-productListItem__image a {
    display: block;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .product__outer .slick-slide .fs-c-productListItem__image a .fs-c-productListItem__image__image {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  }
  .product__outer .slick-slide .fs-c-productListItem__image a:hover {
    opacity: 0.7;
  }
  .product__outer .slick-slide .fs-c-productListItem__image a:hover .fs-c-productListItem__image__image {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .product__outer .fs-c-productListItem {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product__outer .fs-c-productListItem__imageContainer {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product__outer .fs-c-productListItem__productName {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-family: "Zen Old Mincho";
    font-size: -webkit-calc(var(--vw) * (16 / 1280) * 100);
    font-size: -moz-calc(var(--vw) * (16 / 1280) * 100);
    font-size: calc(var(--vw) * (16 / 1280) * 100);
    font-style: normal;
    font-weight: 700;
    letter-spacing: -webkit-calc(var(--vw) * (0.8 / 1280) * 100);
    letter-spacing: -moz-calc(var(--vw) * (0.8 / 1280) * 100);
    letter-spacing: calc(var(--vw) * (0.8 / 1280) * 100);
    line-height: 1.5;
    margin: -webkit-calc(var(--vw) * (16 / 1280) * 100) 0 0;
    margin: -moz-calc(var(--vw) * (16 / 1280) * 100) 0 0;
    margin: calc(var(--vw) * (16 / 1280) * 100) 0 0;
  }
  .product__outer .fs-c-productListItem__prices {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .product__outer .fs-c-productListItem__prices .fs-c-productPrice {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: -webkit-calc(var(--vw) * (16 / 1280) * 100);
    font-size: -moz-calc(var(--vw) * (16 / 1280) * 100);
    font-size: calc(var(--vw) * (16 / 1280) * 100);
    font-style: normal;
    font-weight: 400;
    line-height: -webkit-calc(var(--vw) * (24 / 1280) * 100);
    line-height: -moz-calc(var(--vw) * (24 / 1280) * 100);
    line-height: calc(var(--vw) * (24 / 1280) * 100);
    letter-spacing: -webkit-calc(var(--vw) * (0.8 / 1280) * 100);
    letter-spacing: -moz-calc(var(--vw) * (0.8 / 1280) * 100);
    letter-spacing: calc(var(--vw) * (0.8 / 1280) * 100);
    margin-top: -webkit-calc(var(--vw) * (18 / 1280) * 100);
    margin-top: -moz-calc(var(--vw) * (18 / 1280) * 100);
    margin-top: calc(var(--vw) * (18 / 1280) * 100);
    text-align: right;
  }
  .product__outer .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main {
    margin-top: 0;
  }
  .product__outer .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-price__currencyMark, .product__outer .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-price__value {
    font-size: -webkit-calc(var(--vw) * (16 / 1280) * 100);
    font-size: -moz-calc(var(--vw) * (16 / 1280) * 100);
    font-size: calc(var(--vw) * (16 / 1280) * 100);
  }
  .product__outer .fs-c-productListItem__prices .fs-c-productPrice__addon {
    font-size: -webkit-calc(var(--vw) * (16 / 1280) * 100);
    font-size: -moz-calc(var(--vw) * (16 / 1280) * 100);
    font-size: calc(var(--vw) * (16 / 1280) * 100);
    font-style: normal;
    font-weight: 400;
    line-height: -webkit-calc(var(--vw) * (24 / 1280) * 100);
    line-height: -moz-calc(var(--vw) * (24 / 1280) * 100);
    line-height: calc(var(--vw) * (24 / 1280) * 100);
    letter-spacing: -webkit-calc(var(--vw) * (0.8 / 1280) * 100);
    letter-spacing: -moz-calc(var(--vw) * (0.8 / 1280) * 100);
    letter-spacing: calc(var(--vw) * (0.8 / 1280) * 100);
  }
  .product__outer .fs-c-productListItem__productDescription {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: -webkit-calc(var(--vw) * (15 / 1280) * 100);
    font-size: -moz-calc(var(--vw) * (15 / 1280) * 100);
    font-size: calc(var(--vw) * (15 / 1280) * 100);
    font-weight: 400;
    line-height: -webkit-calc(var(--vw) * (24 / 1280) * 100);
    line-height: -moz-calc(var(--vw) * (24 / 1280) * 100);
    line-height: calc(var(--vw) * (24 / 1280) * 100);
    letter-spacing: -webkit-calc(var(--vw) * (0.75 / 1280) * 100);
    letter-spacing: -moz-calc(var(--vw) * (0.75 / 1280) * 100);
    letter-spacing: calc(var(--vw) * (0.75 / 1280) * 100);
    margin: -webkit-calc(var(--vw) * (22 / 1280) * 100) 0 0;
    margin: -moz-calc(var(--vw) * (22 / 1280) * 100) 0 0;
    margin: calc(var(--vw) * (22 / 1280) * 100) 0 0;
  }
  .product__outer .fs-c-productListItem__control {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .product-detail {
    margin: 5.20833vw auto 11.71875vw;
  }
  .product-detail .md-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-detail .md-w-6_12, .product-detail .md-w-5_12, .product-detail .md_top-12 {
    display: contents;
  }
  .product-detail .fs-c-productCarouselMainImage {
    width: 100%;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product-detail .fs-c-productCarouselMainImage img {
    width: 100%;
  }
  .product-detail .fs-c-productCarouselMainImage__expandButton {
    display: none;
  }
  .product-detail .fs-c-productCarouselMainImage__carousel .slick-arrow {
    display: none !important;
  }
  .product-detail .fs-c-productCarouselMainImage__thumbnailList {
    margin-top: 2.60417vw;
  }
  .product-detail .fs-c-productCarouselMainImage__thumbnailList li {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -ms-flex-preferred-size: 20.83333vw;
        flex-basis: 20.83333vw;
  }
  .product-detail .fs-c-productCarouselMainImage__thumbnailList li .fs-c-productCarouselMainImage__thumbnail img {
    width: 100%;
  }
  .product-detail .fs-c-productCarouselMainImage__thumbnailList li.slick-active {
    opacity: 0.7;
  }
  .product-detail .fs-c-productCarouselMainImage__thumbnailList li.slick-active .fs-c-productCarouselMainImage__thumbnail img {
    border-color: transparent;
  }
  .product-detail__info1 {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    margin-top: 7.8125vw;
  }
  .product-detail__info2 {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .product-detail .fs-c-productNameHeading {
    position: relative;
    padding-right: 7.8125vw;
  }
  .product-detail .product-detail__detail {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .product-detail .product-detail__detail dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5.20833vw 0;
    border-bottom: 1px solid #D9D9D9;
    font-size: 3.38542vw;
    font-weight: 400;
    line-height: 4.6875vw;
    /* 138.462% */
    letter-spacing: 0.16927vw;
  }
  .product-detail .product-detail__detail dl dt {
    width: 23.4375vw;
  }
  .product-detail .product-detail__detail dl dd {
    width: 66.14583vw;
  }
  .product-detail .fs-c-productNameHeading__name {
    font-size: 5.20833vw;
    font-weight: 700;
    line-height: 4.6875vw;
    /* 90% */
    letter-spacing: 0.26042vw;
    padding-right: 7.8125vw;
  }
  .product-detail .fs-c-productQuantityAndWishlist__wishlist {
    position: absolute;
    right: 0;
    top: 0;
  }
  .product-detail .fs-c-productQuantityAndWishlist__wishlist button.fs-c-button--addToWishList--detail:after {
    content: "";
    display: block;
    width: 5.07812vw;
    height: 4.6875vw;
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/product/heart.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .product-detail .fs-c-productQuantityAndWishlist__wishlist button.fs-c-button--removeFromWishList--detail:after {
    content: "";
    display: block;
    width: 5.07812vw;
    height: 4.6875vw;
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/product/heart_active.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
  }
  .product-detail .fs-c-productQuantityAndWishlist__quantity {
    padding: 8px 10px;
    border: 1px solid #666666;
    line-height: 1;
    margin-top: 20px;
    position: relative;
  }
  .product-detail .fs-c-productQuantityAndWishlist .fs-c-quantity__message {
    position: absolute;
    left: 0;
  }
  .product-detail .fs-c-productNumber {
    margin-top: 5.20833vw;
    font-size: 3.125vw;
    font-weight: 500;
    line-height: 3.125vw;
    /* 100% */
    letter-spacing: 0.15625vw;
    padding: 0;
    display: inline-block;
  }
  .product-detail .fs-c-productPointDisplay {
    color: #fff;
    padding: 1.17188vw 1.95312vw;
    background: #A8A8A8;
    display: inline-block;
  }
  .product-detail__desc {
    margin-top: 5.20833vw;
    font-size: 3.38542vw;
    font-weight: 400;
    line-height: 5.20833vw;
    /* 153.846% */
    letter-spacing: 0.16927vw;
  }
  .product-detail .fs-c-productPrices {
    margin-top: 5.20833vw;
  }
  .product-detail .fs-c-productPrices .fs-c-price__currencyMark, .product-detail .fs-c-productPrices .fs-c-price__value {
    font-size: 6.25vw;
    font-weight: 400;
    line-height: 4.6875vw;
    /* 75% */
    letter-spacing: 0.3125vw;
  }
  .product-detail .fs-c-productPrice__addon {
    font-size: 3.125vw;
    font-weight: 400;
    line-height: 4.6875vw;
    letter-spacing: 0.15625vw;
  }
  .product-detail .fs-c-productSelection {
    margin-top: 5.20833vw;
    padding: 0;
    font-size: 3.125vw;
    font-size: 3.125vw;
    font-weight: 400;
    line-height: 4.6875vw;
    /* 150% */
    letter-spacing: 0.15625vw;
  }
  .product-detail .fs-c-productSelection dt, .product-detail .fs-c-productSelection dd {
    padding: 4.6875vw 3.90625vw 3.90625vw;
    background-color: #F3F3F3;
  }
  .product-detail .fs-c-productSelection dt {
    font-size: inherit;
    font-weight: 400;
    margin-top: 0.39062vw;
  }
  .product-detail .fs-c-productSelection dd {
    margin: 0;
    padding: 0 3.90625vw 4.6875vw;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field .fs-c-dropdown {
    position: relative;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field .fs-c-dropdown:before, .product-detail .fs-c-productSelection dd .fs-c-productSelection__field .fs-c-dropdown:after {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    right: 0;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field .fs-c-dropdown:before {
    width: 9.11458vw;
    height: 100%;
    background: #D4D4D4;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field .fs-c-dropdown:after {
    width: 2.60417vw;
    height: 1.30208vw;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 3.125vw;
    background-color: #666666;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    padding: 0;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field select, .product-detail .fs-c-productSelection dd .fs-c-productSelection__field input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background-color: transparent;
    outline: none;
    -moz-box-shadow: 0;
         box-shadow: 0;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field select {
    background-color: #fff;
    width: 100%;
    display: block;
    padding: 1.04167vw 2.34375vw;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field input[type="text"] {
    background-color: #fff;
    width: 100%;
    display: block;
    padding: 1.04167vw 2.34375vw;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field .fs-c-productSelection__comment {
    margin-top: 3.90625vw;
  }
  .product-detail .fs-c-productSelection dd .fs-c-productSelection__field .fs-c-productSelection__comment span {
    display: block;
    margin-left: 1em;
    text-indent: -1em;
    font-size: 2.73438vw;
    font-weight: 400;
    line-height: 4.6875vw;
    /* 171.429% */
    letter-spacing: 0.13672vw;
  }
  .product-detail .fs-c-productActionButton {
    margin-top: 7.8125vw;
  }
  .product-detail .fs-c-productActionButton button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 10.41667vw;
    padding: 1.95312vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #000;
    color: #fff;
    width: 100%;
    font-size: 4.16667vw;
  }
  .product-detail .fs-p-productDescription__large {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .product-detail .fs-c-inquiryAboutProduct {
    margin-top: 5.20833vw;
    padding: 0;
  }
  .product-detail .fs-c-inquiryAboutProduct button {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 13.02083vw;
    padding: 1.30208vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.38542vw;
    font-weight: 500;
    line-height: 4.6875vw;
    /* 138.462% */
    letter-spacing: 0.16927vw;
  }
  .product-detail .fs-c-quantity__select {
    border: none;
  }
  .product__outer .fs-c-productListCarousel {
    margin: 8.33333vw 0;
  }
  .product__outer .fs-c-productListCarousel__ctrl {
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: var(--swiper-navigation-size);
    margin-top: -webkit-calc(0px - (var(--swiper-navigation-size)/ 2));
    margin-top: -moz-calc(0px - (var(--swiper-navigation-size)/ 2));
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: -webkit-calc(var(--swiper-navigation-size)/ 44 * 27);
    width: -moz-calc(var(--swiper-navigation-size)/ 44 * 27);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    z-index: 10;
    top: 31.25vw;
  }
  .product__outer .fs-c-productListCarousel__ctrl .fs-c-button--carousel:before {
    content: "";
    display: block;
    width: 7.03125vw;
    height: 4.16667vw;
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/common/icon_arrow.svg) no-repeat left top;
    -moz-background-size: contain;
         background-size: contain;
  }
  .product__outer .fs-c-productListCarousel__ctrl .fs-c-button--carousel:after {
    content: none;
  }
  .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev {
    left: 0;
  }
  .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev .fs-c-button--carousel:before {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next {
    right: 0;
  }
  .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next .fs-c-button--carousel:before {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .product__outer .slick-track {
    left: 54px;
  }
  .product__outer .slick-slide {
    margin: 0 18px 0 0;
    width: -webkit-calc((var(--vw) * (574 / 768) * 100 - 18px - 18px));
    width: -moz-calc((var(--vw) * (574 / 768) * 100 - 18px - 18px));
    width: calc((var(--vw) * (574 / 768) * 100 - 18px - 18px));
  }
  .product__outer .fs-c-productListItem {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product__outer .fs-c-productListItem__imageContainer {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product__outer .fs-c-productListItem__productName {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-family: "Zen Old Mincho";
    font-size: 3.64583vw;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.18229vw;
    line-height: 1.5;
    margin: 3.64583vw 0 0;
  }
  .product__outer .fs-c-productListItem__prices {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .product__outer .fs-c-productListItem__prices .fs-c-productPrice {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 3.64583vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.3125vw;
    letter-spacing: 0.18229vw;
    margin-top: 3.125vw;
    text-align: right;
  }
  .product__outer .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main {
    margin-top: 0;
  }
  .product__outer .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-price__currencyMark, .product__outer .fs-c-productListItem__prices .fs-c-productPrice .fs-c-productPrice__main .fs-c-price__value {
    font-size: 3.64583vw;
  }
  .product__outer .fs-c-productListItem__prices .fs-c-productPrice__addon {
    font-size: 3.64583vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.3125vw;
    letter-spacing: 0.18229vw;
  }
  .product__outer .fs-c-productListItem__productDescription {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 3.38542vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.16927vw;
    margin: 2.60417vw 0 0;
  }
  .product__outer .fs-c-productListItem__control {
    display: none;
  }
}
