@media screen and (min-width: 1367px), print {
  .product__category {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[4];
        grid-template-columns: repeat(4, auto);
    gap: 20px;
    margin-top: 32px;
    padding: 40px 0;
  }
  .product__category a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #F3F3F3;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 13px;
  }
}

@media screen and (min-width: 1367px) and (hover: hover), print and (hover: hover) {
  .product__category a {
    -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__category a:hover {
    background-color: #000;
    color: #fff;
  }
}

@media screen and (min-width: 1367px), print {
  .product__control {
    margin: 50px 0;
  }
  .product__control .fs-c-productList__controller {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-color: #D9D9D9;
    padding: 10px 0;
    margin-bottom: 0;
  }
  .product__control .fs-c-productList__controller > * {
    margin: 0;
  }
  .product__control .fs-c-productList__controller .fs-c-sortItems {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product__control .fs-c-productList__controller .fs-c-sortItems__label {
    display: none;
  }
  .product__control .fs-c-productList__controller .fs-c-sortItems__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product__control .fs-c-productList__controller .fs-c-sortItems__list__item {
    font-size: 1.6rem;
  }
  .product__control .fs-c-productList__controller .fs-c-sortItems__list__item + li {
    margin-left: 40px;
  }
  .product__control .fs-c-productList__controller .fs-c-sortItems__list__item a {
    position: relative;
    display: block;
    font-size: inherit;
    padding: 0;
  }
  .product__control .fs-c-productList__controller .fs-c-sortItems__list__item a:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #000;
    width: 0;
    position: absolute;
    bottom: 0;
  }
}

@media screen and (min-width: 1367px) and (hover: hover), print and (hover: hover) {
  .product__control .fs-c-productList__controller .fs-c-sortItems__list__item a:after {
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .product__control .fs-c-productList__controller .fs-c-sortItems__list__item a:hover:after {
    width: 100%;
  }
}

@media screen and (min-width: 1367px), print {
  .product__control .fs-c-productList__controller .fs-c-listControl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product__control .fs-c-productList__controller .fs-c-listControl__status__indication {
    margin-left: 20px;
  }
  .product__control .fs-c-productList__controller .fs-c-pagination {
    margin-left: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 10px;
  }
  .product__control .fs-c-productList__controller .fs-c-pagination__item {
    padding: 2px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1367px) and (hover: hover), print and (hover: hover) {
  .product__control .fs-c-productList__controller .fs-c-pagination__item {
    -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__control .fs-c-productList__controller .fs-c-pagination__item:hover {
    background: #949494;
    color: #fff;
  }
}

@media screen and (min-width: 1367px), print {
  .product__control .fs-c-productList__controller .fs-c-pagination__item--prev, .product__control .fs-c-productList__controller .fs-c-pagination__item--next {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 1367px) and (hover: hover), print and (hover: hover) {
  .product__control .fs-c-productList__controller .fs-c-pagination__item--prev:hover, .product__control .fs-c-productList__controller .fs-c-pagination__item--next:hover {
    background-color: transparent;
    color: #000;
  }
}

@media screen and (min-width: 1367px), print {
  .product__control .fs-c-productList__controller .fs-c-pagination__item--prev:before, .product__control .fs-c-productList__controller .fs-c-pagination__item--next:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #949494;
    border-right: 1px solid #949494;
  }
}

@media screen and (min-width: 1367px) and (hover: hover), print and (hover: hover) {
  .product__control .fs-c-productList__controller .fs-c-pagination__item--prev:before, .product__control .fs-c-productList__controller .fs-c-pagination__item--next:before {
    -webkit-transition: margin-left 0.3s, margin-right 0.3s;
    -moz-transition: margin-left 0.3s, margin-right 0.3s;
    transition: margin-left 0.3s, margin-right 0.3s;
  }
}

@media screen and (min-width: 1367px), print {
  .product__control .fs-c-productList__controller .fs-c-pagination__item--prev:before {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}

@media screen and (min-width: 1367px) and (hover: hover), print and (hover: hover) {
  .product__control .fs-c-productList__controller .fs-c-pagination__item--prev:hover:before {
    margin-left: -5px;
  }
}

@media screen and (min-width: 1367px), print {
  .product__control .fs-c-productList__controller .fs-c-pagination__item--next:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media screen and (min-width: 1367px) and (hover: hover), print and (hover: hover) {
  .product__control .fs-c-productList__controller .fs-c-pagination__item--next:hover:before {
    margin-right: -5px;
  }
}

@media screen and (min-width: 1367px), print {
  .product__control .fs-c-productList__controller .fs-c-pagination .is-active {
    background: #949494;
    color: #fff;
  }
  .product-detail {
    margin: 40px 0 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__thumbSlide {
    margin-top: 10px;
  }
  .product-detail__thumbSlide .swiper-slide {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .product-detail__thumbSlide .swiper-slide.swiper-slide-thumb-active {
    opacity: 0.7;
  }
  .product-detail__detail {
    margin-top: 48px;
  }
  .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__detail dl dt {
    width: 103px;
  }
  .product-detail__detail dl dd {
    width: 427px;
  }
  .product-detail__name {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1.6px;
    padding-right: 36px;
  }
  .product-detail__wishlist {
    position: absolute;
    right: 0;
    top: 0;
  }
  .product-detail__wishlist button: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__wishlist.active button {
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/product/heart_active.svg) no-repeat center center;
  }
  .product-detail__number {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 24.5px;
    line-height: 1;
  }
  .product-detail__number .point {
    color: #fff;
    padding: 6px 10px;
    background: #A8A8A8;
    margin-left: 10px;
  }
  .product-detail__desc {
    margin-top: 40px;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.75px;
  }
  .product-detail__price {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px;
  }
  .product-detail__price em {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.6px;
  }
  .product-detail__order-form {
    margin-top: 40px;
  }
  .product-detail__order-form dl {
    background-color: #F3F3F3;
    padding: 24px 30px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
    letter-spacing: 0.75px;
  }
  .product-detail__order-form dl + dl {
    margin-top: 2px;
  }
  .product-detail__order-form dl dd {
    margin-top: 20px;
  }
  .product-detail__order-form dl dd .select {
    position: relative;
  }
  .product-detail__order-form dl dd .select:before, .product-detail__order-form dl dd .select:after {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    right: 0;
  }
  .product-detail__order-form dl dd .select:before {
    width: 40px;
    height: 40px;
    background: #D4D4D4;
  }
  .product-detail__order-form dl dd .select: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%);
  }
  .product-detail__order-form dl dd select {
    background-color: #fff;
    width: 100%;
    display: block;
    padding: 8px 10px;
  }
  .product-detail__order-form dl dd .input-text input {
    background-color: #fff;
    width: 100%;
    display: block;
    padding: 8px 10px;
  }
  .product-detail__order-form dl dd .note {
    margin-top: 20px;
  }
  .product-detail__order-form dl dd .note p {
    margin-left: 1em;
    text-indent: -1em;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 0.7px;
  }
  .product-detail__order-form .order-form__btn {
    margin-top: 40px;
  }
  .product-detail__order-form .order-form__btn button {
    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__order-form .order-form__btn 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__order-form .order-form__btn button:hover {
    background-color: #fff;
    color: #000;
  }
}

@media screen and (min-width: 1367px), print {
  .product-detail__sns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
    line-height: 1;
  }
  .product-detail__contact {
    margin-top: 40px;
  }
  .product-detail__contact 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;
    border: 1px solid #D9D9D9;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 24px;
    /* 160% */
    letter-spacing: 0.75px;
  }
}

@media screen and (min-width: 1367px) and (hover: hover), print and (hover: hover) {
  .product-detail__contact 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__contact button:hover {
    background-color: #000;
    color: #fff;
  }
}

@media screen and (min-width: 1367px), print {
  .fs-c-productList__list {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 48px 32px;
  }
  .fs-c-productList__list__item {
    padding-bottom: 20px;
    position: relative;
  }
  .fs-c-productList__list .fs-c-productListItem__productName {
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 1.5;
  }
  .fs-c-productList__list .fs-c-productListItem__productDescription {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.75px;
    margin-top: 22px;
  }
  .fs-c-productList__list .fs-c-productListItem__prices {
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .fs-c-productList__list .fs-c-productListItem__prices .fs-c-productPrice {
    font-size: unset;
    font-weight: 400;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .fs-c-productList__list .fs-c-productListItem__prices .fs-c-productPrice__main__price {
    color: #000;
  }
  .fs-c-productList__list .fs-c-productListItem__prices .fs-c-productPrice__addon {
    font-size: unset;
    font-weight: 400;
    color: #000;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .product__category {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[4];
        grid-template-columns: repeat(4, auto);
    gap: -webkit-calc(var(--vw) * (20 / 1280) * 100);
    gap: -moz-calc(var(--vw) * (20 / 1280) * 100);
    gap: calc(var(--vw) * (20 / 1280) * 100);
    margin-top: -webkit-calc(var(--vw) * (32 / 1280) * 100);
    margin-top: -moz-calc(var(--vw) * (32 / 1280) * 100);
    margin-top: calc(var(--vw) * (32 / 1280) * 100);
    padding: -webkit-calc(var(--vw) * (40 / 1280) * 100) 0;
    padding: -moz-calc(var(--vw) * (40 / 1280) * 100) 0;
    padding: calc(var(--vw) * (40 / 1280) * 100) 0;
  }
  .product__category a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #F3F3F3;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: -webkit-calc(var(--vw) * (13 / 1280) * 100);
    padding: -moz-calc(var(--vw) * (13 / 1280) * 100);
    padding: calc(var(--vw) * (13 / 1280) * 100);
  }
  .product__control {
    margin: -webkit-calc(var(--vw) * (50 / 1280) * 100) 0;
    margin: -moz-calc(var(--vw) * (50 / 1280) * 100) 0;
    margin: calc(var(--vw) * (50 / 1280) * 100) 0;
  }
  .product__control .fs-c-productList__controller {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-color: #D9D9D9;
    padding: -webkit-calc(var(--vw) * (10 / 1280) * 100) 0;
    padding: -moz-calc(var(--vw) * (10 / 1280) * 100) 0;
    padding: calc(var(--vw) * (10 / 1280) * 100) 0;
    margin-bottom: 0;
  }
  .product__control .fs-c-productList__controller > * {
    margin: 0;
  }
  .product__control .fs-c-productList__controller .fs-c-sortItems {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product__control .fs-c-productList__controller .fs-c-sortItems__label {
    display: none;
  }
  .product__control .fs-c-productList__controller .fs-c-sortItems__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product__control .fs-c-productList__controller .fs-c-sortItems__list__item {
    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__control .fs-c-productList__controller .fs-c-sortItems__list__item + li {
    margin-left: -webkit-calc(var(--vw) * (40 / 1280) * 100);
    margin-left: -moz-calc(var(--vw) * (40 / 1280) * 100);
    margin-left: calc(var(--vw) * (40 / 1280) * 100);
  }
  .product__control .fs-c-productList__controller .fs-c-sortItems__list__item a {
    position: relative;
    display: block;
    font-size: inherit;
    padding: 0;
  }
  .product__control .fs-c-productList__controller .fs-c-sortItems__list__item a:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #000;
    width: 0;
    position: absolute;
    bottom: 0;
  }
  .product__control .fs-c-productList__controller .fs-c-listControl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product__control .fs-c-productList__controller .fs-c-listControl__status__indication {
    margin-left: -webkit-calc(var(--vw) * (20 / 1280) * 100);
    margin-left: -moz-calc(var(--vw) * (20 / 1280) * 100);
    margin-left: calc(var(--vw) * (20 / 1280) * 100);
  }
  .product__control .fs-c-productList__controller .fs-c-pagination {
    margin-left: -webkit-calc(var(--vw) * (30 / 1280) * 100);
    margin-left: -moz-calc(var(--vw) * (30 / 1280) * 100);
    margin-left: calc(var(--vw) * (30 / 1280) * 100);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 -webkit-calc(var(--vw) * (10 / 1280) * 100);
    gap: 0 -moz-calc(var(--vw) * (10 / 1280) * 100);
    gap: 0 calc(var(--vw) * (10 / 1280) * 100);
  }
  .product__control .fs-c-productList__controller .fs-c-pagination__item {
    padding: -webkit-calc(var(--vw) * (2 / 1280) * 100);
    padding: -moz-calc(var(--vw) * (2 / 1280) * 100);
    padding: calc(var(--vw) * (2 / 1280) * 100);
    width: -webkit-calc(var(--vw) * (30 / 1280) * 100);
    width: -moz-calc(var(--vw) * (30 / 1280) * 100);
    width: calc(var(--vw) * (30 / 1280) * 100);
    height: -webkit-calc(var(--vw) * (30 / 1280) * 100);
    height: -moz-calc(var(--vw) * (30 / 1280) * 100);
    height: calc(var(--vw) * (30 / 1280) * 100);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product__control .fs-c-productList__controller .fs-c-pagination__item--prev, .product__control .fs-c-productList__controller .fs-c-pagination__item--next {
    width: -webkit-calc(var(--vw) * (20 / 1280) * 100);
    width: -moz-calc(var(--vw) * (20 / 1280) * 100);
    width: calc(var(--vw) * (20 / 1280) * 100);
    height: -webkit-calc(var(--vw) * (20 / 1280) * 100);
    height: -moz-calc(var(--vw) * (20 / 1280) * 100);
    height: calc(var(--vw) * (20 / 1280) * 100);
  }
  .product__control .fs-c-productList__controller .fs-c-pagination__item--prev:before, .product__control .fs-c-productList__controller .fs-c-pagination__item--next:before {
    content: "";
    display: block;
    width: -webkit-calc(var(--vw) * (6 / 1280) * 100);
    width: -moz-calc(var(--vw) * (6 / 1280) * 100);
    width: calc(var(--vw) * (6 / 1280) * 100);
    height: -webkit-calc(var(--vw) * (6 / 1280) * 100);
    height: -moz-calc(var(--vw) * (6 / 1280) * 100);
    height: calc(var(--vw) * (6 / 1280) * 100);
    border-top: 1px solid #949494;
    border-right: 1px solid #949494;
  }
  .product__control .fs-c-productList__controller .fs-c-pagination__item--prev:before {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .product__control .fs-c-productList__controller .fs-c-pagination__item--next:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .product__control .fs-c-productList__controller .fs-c-pagination .is-active {
    background: #949494;
    color: #fff;
  }
  .product-detail {
    margin: -webkit-calc(var(--vw) * (40 / 1280) * 100) 0 -webkit-calc(var(--vw) * (90 / 1280) * 100);
    margin: -moz-calc(var(--vw) * (40 / 1280) * 100) 0 -moz-calc(var(--vw) * (90 / 1280) * 100);
    margin: calc(var(--vw) * (40 / 1280) * 100) 0 calc(var(--vw) * (90 / 1280) * 100);
  }
  .product-detail .inner {
    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__right {
    position: relative;
  }
  .product-detail__img {
    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__thumbSlide {
    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);
  }
  .product-detail__thumbSlide .swiper-slide {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .product-detail__thumbSlide .swiper-slide.swiper-slide-thumb-active {
    opacity: 0.7;
  }
  .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__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__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__detail dl dd {
    width: -webkit-calc(var(--vw) * (427 / 1280) * 100);
    width: -moz-calc(var(--vw) * (427 / 1280) * 100);
    width: calc(var(--vw) * (427 / 1280) * 100);
  }
  .product-detail__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);
    padding-right: -webkit-calc(var(--vw) * (36 / 1280) * 100);
    padding-right: -moz-calc(var(--vw) * (36 / 1280) * 100);
    padding-right: calc(var(--vw) * (36 / 1280) * 100);
  }
  .product-detail__wishlist {
    position: absolute;
    right: 0;
    top: 0;
  }
  .product-detail__wishlist button: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__number {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    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;
  }
  .product-detail__number .point {
    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);
  }
  .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__price {
    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) * (18 / 1280) * 100);
    font-size: -moz-calc(var(--vw) * (18 / 1280) * 100);
    font-size: calc(var(--vw) * (18 / 1280) * 100);
    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__price em {
    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__order-form {
    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__order-form dl {
    background-color: #F3F3F3;
    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);
    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__order-form dl + dl {
    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__order-form dl dd {
    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__order-form dl dd .select {
    position: relative;
  }
  .product-detail__order-form dl dd .select:before, .product-detail__order-form dl dd .select:after {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    right: 0;
  }
  .product-detail__order-form dl dd .select: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__order-form dl dd .select: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%);
  }
  .product-detail__order-form dl dd 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__order-form dl dd .input-text input {
    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__order-form dl dd .note {
    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__order-form dl dd .note p {
    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__order-form .order-form__btn {
    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__order-form .order-form__btn button {
    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%;
  }
  .product-detail__sns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 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: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: -webkit-calc(var(--vw) * (10 / 1280) * 100);
    gap: -moz-calc(var(--vw) * (10 / 1280) * 100);
    gap: calc(var(--vw) * (10 / 1280) * 100);
    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);
    line-height: 1;
  }
  .product-detail__contact {
    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__contact 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;
    border: 1px solid #D9D9D9;
    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);
  }
  .fs-c-productList__list {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: -webkit-calc(var(--vw) * (48 / 1280) * 100) -webkit-calc(var(--vw) * (32 / 1280) * 100);
    gap: -moz-calc(var(--vw) * (48 / 1280) * 100) -moz-calc(var(--vw) * (32 / 1280) * 100);
    gap: calc(var(--vw) * (48 / 1280) * 100) calc(var(--vw) * (32 / 1280) * 100);
  }
  .fs-c-productList__list__item {
    padding-bottom: -webkit-calc(var(--vw) * (20 / 1280) * 100);
    padding-bottom: -moz-calc(var(--vw) * (20 / 1280) * 100);
    padding-bottom: calc(var(--vw) * (20 / 1280) * 100);
    position: relative;
  }
  .fs-c-productList__list .fs-c-productListItem__productName {
    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;
  }
  .fs-c-productList__list .fs-c-productListItem__productDescription {
    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-top: -webkit-calc(var(--vw) * (22 / 1280) * 100);
    margin-top: -moz-calc(var(--vw) * (22 / 1280) * 100);
    margin-top: calc(var(--vw) * (22 / 1280) * 100);
  }
  .fs-c-productList__list .fs-c-productListItem__prices {
    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);
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .fs-c-productList__list .fs-c-productListItem__prices .fs-c-productPrice {
    font-size: unset;
    font-weight: 400;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .fs-c-productList__list .fs-c-productListItem__prices .fs-c-productPrice__main__price {
    color: #000;
  }
  .fs-c-productList__list .fs-c-productListItem__prices .fs-c-productPrice__addon {
    font-size: unset;
    font-weight: 400;
    color: #000;
  }
}

@media only screen and (max-width: 767px) {
  .product {
    padding-bottom: 0;
  }
  .product__category {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[2];
        grid-template-columns: repeat(2, auto);
    gap: 1.30208vw;
    margin-top: 10.41667vw;
  }
  .product__category a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #F3F3F3;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.95312vw;
  }
  .product__control {
    margin: 7.8125vw 0;
  }
  .product__control .fs-c-productList__controller {
    border-color: #D9D9D9;
    padding: 6.25vw 0;
    margin-bottom: 0;
  }
  .product__control .fs-c-productList__controller > * {
    margin: 0;
  }
  .product__control .fs-c-productList__controller .fs-c-sortItems {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product__control .fs-c-productList__controller .fs-c-sortItems__label {
    display: none;
  }
  .product__control .fs-c-productList__controller .fs-c-sortItems__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product__control .fs-c-productList__controller .fs-c-sortItems__list__item {
    font-size: 3.64583vw;
  }
  .product__control .fs-c-productList__controller .fs-c-sortItems__list__item + li {
    margin-left: 7.8125vw;
  }
  .product__control .fs-c-productList__controller .fs-c-sortItems__list__item a {
    position: relative;
    display: block;
    padding: 0;
  }
  .product__control .fs-c-productList__controller .fs-c-sortItems__list__item a:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #000;
    width: 0;
    position: absolute;
    bottom: 0;
  }
  .product__control .fs-c-productList__controller .fs-c-listControl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 8.33333vw;
  }
  .product__control .fs-c-productList__controller .fs-c-listControl__status__indication {
    margin-left: 3.90625vw;
  }
  .product__control .fs-c-productList__controller .fs-c-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 2.60417vw;
  }
  .product__control .fs-c-productList__controller .fs-c-pagination__item {
    padding: 0.39062vw;
    width: 7.8125vw;
    height: 7.8125vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product__control .fs-c-productList__controller .fs-c-pagination__item--prev, .product__control .fs-c-productList__controller .fs-c-pagination__item--next {
    width: 3.90625vw;
    height: 3.90625vw;
  }
  .product__control .fs-c-productList__controller .fs-c-pagination__item--prev:before, .product__control .fs-c-productList__controller .fs-c-pagination__item--next:before {
    content: "";
    display: block;
    width: 1.30208vw;
    height: 1.30208vw;
    border-top: 1px solid #949494;
    border-right: 1px solid #949494;
  }
  .product__control .fs-c-productList__controller .fs-c-pagination__item--prev:before {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .product__control .fs-c-productList__controller .fs-c-pagination__item--next:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .product__control .fs-c-productList__controller .fs-c-pagination .is-active {
    background: #949494;
    color: #fff;
  }
  .product-detail {
    margin: 5.20833vw 0 11.71875vw;
  }
  .product-detail .inner {
    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__left, .product-detail__right {
    display: contents;
  }
  .product-detail__info {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10.41667vw;
    position: relative;
  }
  .product-detail__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product-detail__img img {
    width: 100%;
  }
  .product-detail__thumbSlide {
    margin-top: 2.60417vw;
  }
  .product-detail__thumbSlide .swiper-slide {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .product-detail__thumbSlide .swiper-slide.swiper-slide-thumb-active {
    opacity: 0.7;
  }
  .product-detail__detail {
    margin-top: 7.8125vw;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .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__detail dl dt {
    width: 23.4375vw;
  }
  .product-detail__detail dl dd {
    width: 66.14583vw;
  }
  .product-detail__name {
    font-size: 5.20833vw;
    font-weight: 700;
    line-height: 4.6875vw;
    /* 90% */
    letter-spacing: 0.26042vw;
    padding-right: 7.8125vw;
  }
  .product-detail__wishlist {
    position: absolute;
    right: 0;
    top: 0;
  }
  .product-detail__wishlist button: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__number {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5.20833vw;
    line-height: 1;
    font-size: 3.125vw;
    font-weight: 500;
    line-height: 3.125vw;
    /* 100% */
    letter-spacing: 0.15625vw;
  }
  .product-detail__number .point {
    color: #fff;
    padding: 1.17188vw 1.95312vw;
    background: #A8A8A8;
    margin-left: 1.30208vw;
  }
  .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__price {
    margin-top: 5.20833vw;
    font-size: 3.125vw;
    font-weight: 400;
    line-height: 4.6875vw;
    letter-spacing: 0.15625vw;
  }
  .product-detail__price em {
    font-size: 6.25vw;
    font-weight: 400;
    line-height: 4.6875vw;
    /* 75% */
    letter-spacing: 0.3125vw;
  }
  .product-detail__order-form {
    margin-top: 5.20833vw;
  }
  .product-detail__order-form dl {
    background-color: #F3F3F3;
    padding: 4.6875vw 3.90625vw;
    font-size: 3.125vw;
    font-weight: 400;
    line-height: 4.6875vw;
    /* 150% */
    letter-spacing: 0.15625vw;
  }
  .product-detail__order-form dl + dl {
    margin-top: 0.39062vw;
  }
  .product-detail__order-form dl dd {
    margin-top: 2.60417vw;
  }
  .product-detail__order-form dl dd .select {
    position: relative;
  }
  .product-detail__order-form dl dd .select:before, .product-detail__order-form dl dd .select:after {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    right: 0;
  }
  .product-detail__order-form dl dd .select:before {
    width: 9.11458vw;
    height: 100%;
    background: #D4D4D4;
  }
  .product-detail__order-form dl dd .select: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%);
  }
  .product-detail__order-form dl dd select {
    background-color: #fff;
    width: 100%;
    display: block;
    padding: 1.04167vw 2.34375vw;
  }
  .product-detail__order-form dl dd .input-text input {
    background-color: #fff;
    width: 100%;
    display: block;
    padding: 1.04167vw 2.34375vw;
  }
  .product-detail__order-form dl dd .note {
    margin-top: 3.90625vw;
  }
  .product-detail__order-form dl dd .note p {
    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__order-form .order-form__btn {
    margin-top: 7.8125vw;
  }
  .product-detail__order-form .order-form__btn 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%;
  }
  .product-detail__sns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    padding: 2.60417vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.60417vw;
    margin-top: 7.8125vw;
    line-height: 1;
  }
  .product-detail__contact {
    margin-top: 5.20833vw;
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .product-detail__contact 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;
    border: 1px solid #D9D9D9;
    font-size: 3.38542vw;
    font-weight: 500;
    line-height: 4.6875vw;
    /* 138.462% */
    letter-spacing: 0.16927vw;
  }
  .fs-c-productList__list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 6.25vw 2.60417vw;
  }
  .fs-c-productList__list__item {
    padding-bottom: 3.90625vw;
    position: relative;
  }
  .fs-c-productList__list .fs-c-productListItem__productName {
    font-family: "Zen Old Mincho";
    font-size: 3.64583vw;
    font-style: normal;
    font-weight: 700;
    line-height: 5.3125vw;
    letter-spacing: 0.18229vw;
  }
  .fs-c-productList__list .fs-c-productListItem__productDescription {
    font-size: 3.38542vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.16927vw;
    margin-top: 2.60417vw;
  }
  .fs-c-productList__list .fs-c-productListItem__prices {
    font-size: 3.64583vw;
    font-weight: 400;
    line-height: 5.3125vw;
    letter-spacing: 0.18229vw;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .fs-c-productList__list .fs-c-productListItem__prices .fs-c-productPrice {
    font-size: unset;
    font-weight: 400;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .fs-c-productList__list .fs-c-productListItem__prices .fs-c-productPrice__main__price {
    color: #000;
  }
  .fs-c-productList__list .fs-c-productListItem__prices .fs-c-productPrice__addon {
    font-size: unset;
    font-weight: 400;
    color: #000;
  }
}
