@media screen and (min-width: 1367px), print {
  @-webkit-keyframes fade {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    60% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-moz-keyframes fade {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    60% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fade {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    60% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .mv {
    position: relative;
    width: 100%;
  }
  .mv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .mv__tagline {
    position: absolute;
    right: 86px;
    bottom: 73px;
    top: 0;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 360px;
  }
  .mv__tagline span {
    font-size: 2.8rem;
    font-weight: 500;
    background-color: #fff;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 8px;
    -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;
    line-height: 1;
    letter-spacing: 1.8px;
    position: relative;
  }
  .mv__tagline span + span {
    margin-right: 10px;
  }
  .intro {
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/top/intro_bg.png) no-repeat right bottom;
    -moz-background-size: cover;
         background-size: cover;
    padding: 100px 0;
    position: relative;
    margin-bottom: 40px;
  }
  .intro:before {
    content: "";
    display: block;
    width: 147px;
    height: 361px;
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/top/intro_01.svg) no-repeat left top;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: -610px;
  }
  .intro p {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 1.1px;
  }
  .about {
    margin-top: 40px;
    padding: 100px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .about__img, .about__txt {
    width: 50%;
  }
  .about__txt {
    padding-left: 80px;
    width: 600px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
  }
  .about__txt p {
    margin: 44px 0 50px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.8px;
  }
  .about__btns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .news {
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/top/news_bg.png) no-repeat center center;
    -moz-background-size: cover;
         background-size: cover;
    padding: 100px 0;
  }
  .news .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news .c-ttl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding-left: 2px;
    margin-top: 18px;
    letter-spacing: 4px;
  }
  .news__list {
    border-bottom: none;
    margin-left: 40px;
    width: 100%;
  }
  .news__list li {
    border-bottom: 1px solid #D8D8D8;
    border-top: none;
    margin: 0;
    padding: 0;
  }
  .news__list li + li {
    margin-top: 0;
  }
  .news__list li a {
    padding: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1367px) and (hover: hover), print and (hover: hover) {
  .news__list li a {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .news__list li a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 1367px), print {
  .news__list li a p {
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.8px;
  }
  .news__list li a p.txt {
    margin-left: 50px;
  }
  .footer {
    border: 0;
  }
  .product .product__outer .fs-c-productListCarousel {
    margin: 54px 0 45px;
  }
  .product .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 .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 .product__outer .fs-c-productListCarousel__ctrl .fs-c-button--carousel:after {
    content: none;
  }
  .product .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev {
    display: none !important;
    margin-left: -650px;
  }
  .product .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 .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev:hover {
    margin-left: -660px;
  }
}

@media screen and (min-width: 1367px), print {
  .product .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next {
    display: none !important;
    margin-left: 623px;
  }
  .product .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 .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next:hover {
    margin-left: 633px;
  }
}

@media screen and (min-width: 1367px), print {
  .product .product__outer .fs-c-slick .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product .product__outer .slick-slide {
    margin-right: 32px;
    padding-bottom: 40px;
    position: relative;
    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 .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 .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 .product__outer .slick-slide .fs-c-productListItem__image a:hover {
    opacity: 0.7;
  }
  .product .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 .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 .product__outer .fs-c-productListItem__imageContainer {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product .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 .product__outer .fs-c-productListItem__prices {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .product .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;
    text-align: right;
  }
  .product .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 .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 .product__outer .fs-c-productListItem__control {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  @-webkit-keyframes fade {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    60% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-moz-keyframes fade {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    60% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fade {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    60% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .mv {
    position: relative;
    width: 100%;
    max-height: -webkit-calc(var(--vw) * (1000 / 1280) * 100);
    max-height: -moz-calc(var(--vw) * (1000 / 1280) * 100);
    max-height: calc(var(--vw) * (1000 / 1280) * 100);
    aspect-ratio: 3 / 1;
  }
  .mv picture {
    position: absolute;
    -webkit-animation: fade 8s ease alternate infinite;
       -moz-animation: fade 8s ease alternate infinite;
            animation: fade 8s ease alternate infinite;
    left: 0;
    top: 0;
  }
  .mv picture:nth-of-type(1) {
    opacity: 1;
  }
  .mv picture:nth-of-type(2) {
    opacity: 0;
    -webkit-animation-direction: alternate-reverse;
       -moz-animation-direction: alternate-reverse;
            animation-direction: alternate-reverse;
  }
  .mv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .mv__tagline {
    position: absolute;
    right: -webkit-calc(var(--vw) * (86 / 1280) * 100);
    right: -moz-calc(var(--vw) * (86 / 1280) * 100);
    right: calc(var(--vw) * (86 / 1280) * 100);
    bottom: 0;
    top: 0;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: -webkit-calc(var(--vw) * (360 / 1280) * 100);
    height: -moz-calc(var(--vw) * (360 / 1280) * 100);
    height: calc(var(--vw) * (360 / 1280) * 100);
    width: -webkit-calc(var(--vw) * (100 / 1280) * 100);
    width: -moz-calc(var(--vw) * (100 / 1280) * 100);
    width: calc(var(--vw) * (100 / 1280) * 100);
  }
  .mv__tagline span {
    font-size: -webkit-calc(var(--vw) * (28 / 1280) * 100);
    font-size: -moz-calc(var(--vw) * (28 / 1280) * 100);
    font-size: calc(var(--vw) * (28 / 1280) * 100);
    font-weight: 500;
    background-color: #fff;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: -webkit-calc(var(--vw) * (10 / 1280) * 100) -webkit-calc(var(--vw) * (8 / 1280) * 100);
    padding: -moz-calc(var(--vw) * (10 / 1280) * 100) -moz-calc(var(--vw) * (8 / 1280) * 100);
    padding: calc(var(--vw) * (10 / 1280) * 100) calc(var(--vw) * (8 / 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;
    line-height: 1;
    letter-spacing: -webkit-calc(var(--vw) * (1.8 / 1280) * 100);
    letter-spacing: -moz-calc(var(--vw) * (1.8 / 1280) * 100);
    letter-spacing: calc(var(--vw) * (1.8 / 1280) * 100);
    position: relative;
    -webkit-transform: translateY(-webkit-calc(var(--vw) * (-40 / 1280) * 100));
       -moz-transform: translateY(-moz-calc(var(--vw) * (-40 / 1280) * 100));
        -ms-transform: translateY(calc(var(--vw) * (-40 / 1280) * 100));
            transform: translateY(calc(var(--vw) * (-40 / 1280) * 100));
    opacity: 0;
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    -moz-transition: transform 0.6s ease, opacity 0.6s ease, -moz-transform 0.6s ease;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease, -moz-transform 0.6s ease;
  }
  .mv__tagline span:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    left: 0;
    bottom: 0;
    -webkit-transition: height 0.8s ease 0.2s;
    -moz-transition: height 0.8s ease 0.2s;
    transition: height 0.8s ease 0.2s;
  }
  .mv__tagline span + span {
    margin-right: -webkit-calc(var(--vw) * (10 / 1280) * 100);
    margin-right: -moz-calc(var(--vw) * (10 / 1280) * 100);
    margin-right: calc(var(--vw) * (10 / 1280) * 100);
    -webkit-transition-delay: 0.5s;
       -moz-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .mv__tagline span + span:before {
    -webkit-transition-delay: 1s;
       -moz-transition-delay: 1s;
            transition-delay: 1s;
  }
  .mv.active .mv__tagline span {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .mv.active .mv__tagline span:before {
    height: 0;
  }
  .intro {
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/top/intro_bg.png) no-repeat right bottom;
    -moz-background-size: cover;
         background-size: cover;
    padding: -webkit-calc(var(--vw) * (100 / 1280) * 100) 0;
    padding: -moz-calc(var(--vw) * (100 / 1280) * 100) 0;
    padding: calc(var(--vw) * (100 / 1280) * 100) 0;
    position: relative;
    margin-bottom: -webkit-calc(var(--vw) * (40 / 1280) * 100);
    margin-bottom: -moz-calc(var(--vw) * (40 / 1280) * 100);
    margin-bottom: calc(var(--vw) * (40 / 1280) * 100);
  }
  .intro:before {
    content: "";
    display: block;
    width: -webkit-calc(var(--vw) * (147 / 1280) * 100);
    width: -moz-calc(var(--vw) * (147 / 1280) * 100);
    width: calc(var(--vw) * (147 / 1280) * 100);
    height: -webkit-calc(var(--vw) * (361 / 1280) * 100);
    height: -moz-calc(var(--vw) * (361 / 1280) * 100);
    height: calc(var(--vw) * (361 / 1280) * 100);
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/top/intro_01.svg) no-repeat left top;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: -webkit-calc(var(--vw) * (-610 / 1280) * 100);
    margin-left: -moz-calc(var(--vw) * (-610 / 1280) * 100);
    margin-left: calc(var(--vw) * (-610 / 1280) * 100);
  }
  .intro p {
    text-align: center;
    font-size: -webkit-calc(var(--vw) * (22 / 1280) * 100);
    font-size: -moz-calc(var(--vw) * (22 / 1280) * 100);
    font-size: calc(var(--vw) * (22 / 1280) * 100);
    font-weight: 600;
    line-height: -webkit-calc(var(--vw) * (50 / 1280) * 100);
    line-height: -moz-calc(var(--vw) * (50 / 1280) * 100);
    line-height: calc(var(--vw) * (50 / 1280) * 100);
    letter-spacing: -webkit-calc(var(--vw) * (1.1 / 1280) * 100);
    letter-spacing: -moz-calc(var(--vw) * (1.1 / 1280) * 100);
    letter-spacing: calc(var(--vw) * (1.1 / 1280) * 100);
  }
  .about {
    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: -webkit-calc(var(--vw) * (100 / 1280) * 100) 0;
    padding: -moz-calc(var(--vw) * (100 / 1280) * 100) 0;
    padding: calc(var(--vw) * (100 / 1280) * 100) 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .about__img, .about__txt {
    width: 50%;
  }
  .about__txt {
    padding-left: -webkit-calc(var(--vw) * (80 / 1280) * 100);
    padding-left: -moz-calc(var(--vw) * (80 / 1280) * 100);
    padding-left: calc(var(--vw) * (80 / 1280) * 100);
    width: -webkit-calc(var(--vw) * (600 / 1280) * 100);
    width: -moz-calc(var(--vw) * (600 / 1280) * 100);
    width: calc(var(--vw) * (600 / 1280) * 100);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: -webkit-calc(var(--vw) * (10 / 1280) * 100);
    padding-bottom: -moz-calc(var(--vw) * (10 / 1280) * 100);
    padding-bottom: calc(var(--vw) * (10 / 1280) * 100);
  }
  .about__txt p {
    margin: -webkit-calc(var(--vw) * (44 / 1280) * 100) 0 -webkit-calc(var(--vw) * (50 / 1280) * 100);
    margin: -moz-calc(var(--vw) * (44 / 1280) * 100) 0 -moz-calc(var(--vw) * (50 / 1280) * 100);
    margin: calc(var(--vw) * (44 / 1280) * 100) 0 calc(var(--vw) * (50 / 1280) * 100);
    font-weight: 500;
    line-height: -webkit-calc(var(--vw) * (40 / 1280) * 100);
    line-height: -moz-calc(var(--vw) * (40 / 1280) * 100);
    line-height: calc(var(--vw) * (40 / 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);
  }
  .about__btns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: -webkit-calc(var(--vw) * (20 / 1280) * 100);
    gap: -moz-calc(var(--vw) * (20 / 1280) * 100);
    gap: calc(var(--vw) * (20 / 1280) * 100);
  }
  .news {
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/top/news_bg.png) no-repeat center center;
    -moz-background-size: cover;
         background-size: cover;
    padding: -webkit-calc(var(--vw) * (100 / 1280) * 100) 0;
    padding: -moz-calc(var(--vw) * (100 / 1280) * 100) 0;
    padding: calc(var(--vw) * (100 / 1280) * 100) 0;
  }
  .news .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news .c-ttl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding-left: -webkit-calc(var(--vw) * (2 / 1280) * 100);
    padding-left: -moz-calc(var(--vw) * (2 / 1280) * 100);
    padding-left: calc(var(--vw) * (2 / 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);
    letter-spacing: -webkit-calc(var(--vw) * (4 / 1280) * 100);
    letter-spacing: -moz-calc(var(--vw) * (4 / 1280) * 100);
    letter-spacing: calc(var(--vw) * (4 / 1280) * 100);
  }
  .news__list {
    border-bottom: none;
    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);
    width: 100%;
  }
  .news__list li {
    border-bottom: 1px solid #D8D8D8;
    border-top: none;
    margin: 0;
    padding: 0;
  }
  .news__list li + li {
    margin-top: 0;
  }
  .news__list li a {
    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;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) and (max-width: 1366px) and (hover: hover) {
  .news__list li a {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .news__list li a:hover {
    opacity: 0.7;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .news__list li a p {
    font-weight: 500;
    line-height: -webkit-calc(var(--vw) * (50 / 1280) * 100);
    line-height: -moz-calc(var(--vw) * (50 / 1280) * 100);
    line-height: calc(var(--vw) * (50 / 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);
  }
  .news__list li a p.txt {
    margin-left: -webkit-calc(var(--vw) * (50 / 1280) * 100);
    margin-left: -moz-calc(var(--vw) * (50 / 1280) * 100);
    margin-left: calc(var(--vw) * (50 / 1280) * 100);
  }
  .footer {
    border: 0;
  }
  .product .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 .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 .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 .product__outer .fs-c-productListCarousel__ctrl .fs-c-button--carousel:after {
    content: none;
  }
  .product .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev {
    display: none !important;
    left: -1.95313vw;
  }
  .product .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 .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev:hover {
    left: -2.60417vw;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .product .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next {
    display: none !important;
    right: -1.95313vw;
  }
  .product .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 .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next:hover {
    right: -2.60417vw;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .product .product__outer .fs-c-slick .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product .product__outer .slick-slide {
    margin-right: 32px;
    padding-bottom: -webkit-calc(var(--vw) * (40 / 1280) * 100);
    padding-bottom: -moz-calc(var(--vw) * (40 / 1280) * 100);
    padding-bottom: calc(var(--vw) * (40 / 1280) * 100);
    position: relative;
    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 .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 .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 .product__outer .slick-slide .fs-c-productListItem__image a:hover {
    opacity: 0.7;
  }
  .product .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 .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 .product__outer .fs-c-productListItem__imageContainer {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product .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 .product__outer .fs-c-productListItem__prices {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .product .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);
    text-align: right;
  }
  .product .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 .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 .product__outer .fs-c-productListItem__control {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .mv {
    position: relative;
  }
  .mv img {
    width: 100%;
  }
  .mv__tagline {
    position: absolute;
    right: 6.90104vw;
    top: 29.6875vw;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 67.1875vw;
  }
  .mv__tagline span {
    font-size: 5.20833vw;
    font-weight: 500;
    background-color: #fff;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.60417vw 2.08333vw;
    -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;
    line-height: 110%;
    /* 44px */
    letter-spacing: 0.26042vw;
    position: relative;
  }
  .mv__tagline span + span {
    margin-right: 2.60417vw;
  }
  .intro {
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/top/intro_bg_sp.png) no-repeat right bottom;
    -moz-background-size: cover;
         background-size: cover;
    padding: 13.02083vw 6.51042vw 15.625vw 26.04167vw;
    position: relative;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin-bottom: 6.51042vw;
  }
  .intro .inner {
    width: auto;
  }
  .intro:before {
    content: "";
    display: block;
    width: 22.13542vw;
    height: 42.70833vw;
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/top/intro_01.svg) no-repeat left top;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    left: 5.59896vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .intro p {
    font-size: 3.90625vw;
    font-weight: 600;
    line-height: 7.29167vw;
    /* 186.667% */
    letter-spacing: 0.19531vw;
  }
  .about {
    margin-top: 6.51042vw;
  }
  .about__txt {
    padding: 8.33333vw 5.20833vw;
  }
  .about__txt p {
    margin: 8.33333vw 0;
    font-size: 3.38542vw;
    font-weight: 400;
    line-height: 6.51042vw;
    /* 192.308% */
    letter-spacing: 0.16927vw;
  }
  .about__btns {
    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;
    gap: 5.20833vw 0;
  }
  .news {
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/top/news_bg.png) no-repeat center center;
    -moz-background-size: cover;
         background-size: cover;
    padding: 10.41667vw 0;
  }
  .news .inner {
    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;
  }
  .news .c-ttl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .news__list {
    border-bottom: none;
    margin-left: 5.20833vw;
    width: 100%;
  }
  .news__list li {
    border-bottom: 1px solid #D8D8D8;
    border-top: none;
    margin: 0;
    padding: 0;
  }
  .news__list li + li {
    margin-top: 0;
  }
  .news__list li a {
    padding: 2.60417vw 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news__list li a p {
    font-size: 3.38542vw;
    font-weight: 500;
    line-height: 6.51042vw;
    /* 192.308% */
    letter-spacing: 0.16927vw;
  }
  .news__list li a p.date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .news__list li a p.txt {
    margin-left: 4.16667vw;
  }
  .footer {
    border: 0;
  }
  .product .product__outer .fs-c-productListCarousel {
    margin: 8.33333vw 0;
  }
  .product .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 .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 .product__outer .fs-c-productListCarousel__ctrl .fs-c-button--carousel:after {
    content: none;
  }
  .product .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev {
    left: 0;
  }
  .product .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 .product__outer .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next {
    right: 0;
  }
  .product .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 .product__outer .slick-track {
    left: 54px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product .product__outer .slick-slide {
    margin: 0 18px 0 0;
    padding-bottom: 7.8125vw;
    position: relative;
    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 .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 .product__outer .fs-c-productListItem__imageContainer {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product .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 .product__outer .fs-c-productListItem__prices {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .product .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;
    text-align: right;
  }
  .product .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 .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 .product__outer .fs-c-productListItem__control {
    display: none;
  }
}
