@charset "UTF-8";
html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  font-family: "Zen Kaku Gothic New", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: 0.05em;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: #000000;
  text-decoration: none;
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

a:hover,
a:hover img,
.img_hover:hover {
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  /*word-break: break-all;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
nav,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

* {
  word-break: break-word;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

button {
  outline: none;
}

picture {
  display: block;
  font-size: 0;
}

.font-zen-m {
  font-family: "Zen Old Mincho";
  font-style: normal;
}

.font-zen-g {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
}

form, input, button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  -moz-box-shadow: none;
       box-shadow: none;
  padding: 0;
  margin: 0;
  width: auto;
  background: none;
  font-size: 1.6rem;
  color: #000;
  -moz-border-radius: 0;
       border-radius: 0;
}

@media (hover: hover) {
  button, select {
    cursor: pointer;
  }
}

@media screen and (min-width: 1367px), print {
  body {
    font-size: 1.6rem;
  }
  .only-sp {
    display: none;
  }
  em {
    font-style: normal;
  }
  fieldset {
    border: none;
    margin: 0;
    padding: 0;
  }
  fieldset input {
    background: #fff;
  }
  .inner {
    width: 1200px;
    margin: 0 auto;
  }
  #loading {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
  }
  #main {
    padding-top: 40px;
  }
  #header {
    height: 250px;
    padding: 40px 60px;
    position: relative;
    z-index: 100;
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #fff;
    border-bottom: 1.5px solid #F3F3F3;
  }
  #header .row {
    height: 100%;
    padding-left: 200px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #header .header__logo {
    line-height: 1;
    position: absolute;
    left: 40px;
    width: 76px;
    height: 232px;
    top: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.5);
    padding: 0 20px 20px;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
  }
}

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

@media screen and (min-width: 1367px), print {
  #header .header__links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 auto;
    z-index: 2;
  }
  #header .header__links .text-link {
    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;
    position: relative;
  }
  #header .header__links .text-link > li + li {
    margin-left: 80px;
  }
  #header .header__links .text-link > li > a, #header .header__links .text-link > li > p {
    position: relative;
    display: block;
  }
  #header .header__links .text-link > li > a .link-category:after, #header .header__links .text-link > li > p .link-category:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: width 0.25s;
    -moz-transition: width 0.25s;
    transition: width 0.25s;
    width: 0;
  }
}

@media screen and (min-width: 1367px) and (hover: hover), print and (hover: hover) {
  #header .header__links .text-link > li > a:hover .link-category:after, #header .header__links .text-link > li > p:hover .link-category:after {
    width: 100%;
  }
}

@media screen and (min-width: 1367px), print {
  #header .header__links .text-link .accordion {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  #header .header__links .text-link .accordion__trigger {
    cursor: pointer;
    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;
    position: relative;
  }
  #header .header__links .text-link .accordion__trigger:before {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    top: 100%;
  }
  #header .header__links .text-link .accordion__trigger:after {
    content: "";
    display: block;
    width: 12px;
    height: 6px;
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/common/icon_arrow.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 8px;
  }
  #header .header__links .text-link .accordion__trigger.active + .accordion__target {
    top: -webkit-calc(40px + 100%);
    top: -moz-calc(40px + 100%);
    top: calc(40px + 100%);
    opacity: 1;
    pointer-events: auto;
  }
  #header .header__links .text-link .accordion__target {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: absolute;
    right: -56px;
    background-color: #fff;
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
         box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    z-index: 1;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition-duration: .4s;
       -moz-transition-duration: .4s;
            transition-duration: .4s;
    -webkit-transition-property: opacity, top;
    -moz-transition-property: opacity, top;
    transition-property: opacity, top;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  #header .header__links .text-link .accordion__target .sub-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 35px 35px 35px;
    width: 850px;
  }
  #header .header__links .text-link .accordion__target .sub-menu li {
    margin-left: 20px;
    margin-top: 20px;
    line-height: 1;
    min-width: 25%;
  }
  #header .header__links .text-link .accordion__target .sub-menu li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .header__links .text-link .accordion__target .sub-menu li a:before {
    content: "";
    display: block;
    width: 12px;
    height: 6px;
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/common/icon_arrow.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 8px;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-filter: invert(63%) sepia(95%) saturate(19%) hue-rotate(316deg) brightness(95%) contrast(99%);
            filter: invert(63%) sepia(95%) saturate(19%) hue-rotate(316deg) brightness(95%) contrast(99%);
  }
  #header .header__links .text-link .accordion__target .sub-menu li.thumb {
    width: 50%;
  }
  #header .header__links .text-link .accordion__target .sub-menu li.thumb a:before {
    content: none;
  }
  #header .header__links .text-link .accordion__target .sub-menu li.thumb a img {
    margin-right: 16px;
    width: 112px;
  }
}

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

@media screen and (min-width: 1367px), print {
  #header .search-form {
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 0px;
    -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;
    width: 134px;
  }
  #header .search-form input {
    border: none;
    width: 110px;
  }
  #header .search-form button {
    width: 20px;
    cursor: pointer;
  }
  #header .search {
    position: absolute;
    right: 146px;
    top: -10px;
  }
  #header .search img {
    width: 27px;
  }
  #header .header__cart-area {
    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;
  }
}

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

@media screen and (min-width: 1367px), print {
  #header .header__cart-area .login {
    margin-right: 15px;
  }
  #header .header__cart-area .login img {
    width: 28px;
  }
  #header .header__cart-area .cart {
    position: relative;
    margin-right: 20px;
  }
  #header .header__cart-area .cart img {
    width: 27px;
  }
  #header .header__cart-area .cart span {
    position: absolute;
    width: 15px;
    height: 15px;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: red;
    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;
    right: -7px;
    top: -5px;
  }
  #header .header__cart-area .link__instagram img {
    width: 24px;
  }
  .fs-c-breadcrumb {
    width: 1200px;
    margin: 40px auto 80px;
  }
  .fs-c-breadcrumb__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .fs-c-breadcrumb__listItem {
    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;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 36px;
    /* 257.143% */
    letter-spacing: 0.7px;
  }
  .fs-c-breadcrumb__listItem a, .fs-c-breadcrumb__listItem span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}

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

@media screen and (min-width: 1367px), print {
  .fs-c-breadcrumb__listItem + li {
    margin-left: 10px;
  }
  .fs-c-breadcrumb__listItem + li:before {
    content: ">";
    display: block;
    width: 10px;
    height: 100%;
    margin-right: 6px;
    padding-bottom: 3px;
  }
  .footer {
    padding: 60px 60px 158px;
    border-top: 1px solid #D9D9D9;
  }
  .footer .shopinfo__ttl {
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 1;
  }
  .footer .shopinfo__subttl {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.9px;
    margin-top: 2px;
  }
  .footer .shopinfo__address {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .footer__links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  .footer__links li + li {
    margin-left: 20px;
  }
  .footer__links li a {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.7px;
    position: relative;
  }
  .footer__links li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: -2px;
    -webkit-transition: width 0.25s;
    -moz-transition: width 0.25s;
    transition: width 0.25s;
    width: 0;
  }
}

@media screen and (min-width: 1367px) and (hover: hover), print and (hover: hover) {
  .footer__links li a:hover:after {
    width: 100%;
  }
}

@media screen and (min-width: 1367px), print {
  .footer__links li.link__instagram a:after {
    content: none;
  }
}

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

@media screen and (min-width: 1367px), print {
  .c-ttl {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 1.6px;
  }
  .c-lead {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.9px;
    margin-top: 6px;
  }
  .c-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-btn a {
    width: 250px;
    height: 56px;
    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;
    -moz-border-radius: 100px;
         border-radius: 100px;
    border: 1px solid #000;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.7px;
    -webkit-transition-duration: .15s;
       -moz-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: color,background-color;
    -moz-transition-property: color,background-color;
    transition-property: color,background-color;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media screen and (min-width: 1367px) and (hover: hover), print and (hover: hover) {
  .c-btn a:hover {
    background-color: #000;
    color: #fff;
  }
}

@media screen and (min-width: 1367px), print {
  .product {
    padding: 35px 0;
  }
  .product__slide, .product__grid {
    margin: 54px 0 45px;
  }
  .product__slide .product-item__txt, .product__grid .product-item__txt {
    padding: 16px 0;
  }
  .product__slide .product-item__img, .product__grid .product-item__img {
    aspect-ratio: 1 / 1;
    position: relative;
  }
  .product__slide .product-item__img img, .product__grid .product-item__img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
  }
  .product__slide .product-item__tag, .product__grid .product-item__tag {
    position: absolute;
    background-color: #000;
    color: #fff;
    bottom: 20px;
    left: 0;
    z-index: 1;
    padding: 3px 10px;
  }
}

@media screen and (min-width: 1367px) and (hover: hover), print and (hover: hover) {
  .product__slide .product-item a, .product__grid .product-item a {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .product__slide .product-item a .product-item__img, .product__grid .product-item a .product-item__img {
    overflow: hidden;
  }
  .product__slide .product-item a .product-item__img img, .product__grid .product-item a .product-item__img img {
    -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__slide .product-item a:hover, .product__grid .product-item a:hover {
    opacity: 0.7;
  }
  .product__slide .product-item a:hover .product-item__img img, .product__grid .product-item a:hover .product-item__img img {
    -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__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 48px 32px;
  }
  .product__outer {
    position: relative;
  }
  .product .swiper-button-prev, .product .swiper-button-next {
    left: 50%;
    top: 190px;
    -webkit-transition: margin 0.3s;
    -moz-transition: margin 0.3s;
    transition: margin 0.3s;
  }
  .product .swiper-button-prev:before, .product .swiper-button-next: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 .swiper-button-prev:after, .product .swiper-button-next:after {
    content: none;
  }
  .product .swiper-button-prev {
    margin-left: -650px;
  }
  .product .swiper-button-prev: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 .swiper-button-prev:hover {
    margin-left: -660px;
  }
}

@media screen and (min-width: 1367px), print {
  .product .swiper-button-next {
    margin-left: 623px;
  }
  .product .swiper-button-next: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 .swiper-button-next:hover {
    margin-left: 633px;
  }
}

@media screen and (min-width: 1367px), print {
  .product .swiper-slide__img {
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
  }
  .product__name {
    font-weight: 700;
    letter-spacing: 0.8px;
  }
  .product__desc {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.75px;
    margin-top: 22px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 72px;
  }
  .product__price {
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-align: right;
    margin-top: 18px;
  }
  .product__soldout {
    border: 1px solid #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px;
    -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;
    line-height: 24px;
    /* 150% */
    letter-spacing: 0.8px;
    margin-top: 18px;
  }
  .welcome-message .fs-l-header__welcomeMsg {
    top: 90px;
  }
  .welcome-message .fs-p-memberInfo__points,
  .welcome-message .fs-p-memberInfo__stage {
    font-size: unset;
  }
  .welcome-message .fs-p-welcomeMsg,
  .welcome-message .fs-p-memberInfo__points,
  .welcome-message .fs-p-memberInfo__stage {
    color: #646464;
  }
  .welcome-message .fs-p-memberInfo__points {
    margin-left: 10px;
  }
  .welcome-message p {
    color: #646464;
    font-size: 1.6rem;
    mix-blend-mode: exclusion;
    text-align: right;
  }
  .fs-c-listedProductName__variation,
  .fs-c-listedProductName__selection {
    font-size: 1.4rem;
  }
  .fs-c-productPrice__addon,
  .fs-c-productPrice {
    font-size: 1.4rem;
  }
  .fs-c-cartTable__actionButton__container > button {
    font-size: 1.4rem;
  }
  .fs-c-orderTotalTable__mainRow > td {
    font-size: 1.6rem;
  }
  .fs-c-cartPayment,
  .fs-c-payWithAmazon {
    font-size: 1.4rem;
  }
  .fs-c-button--primary,
  a.fs-c-button--primary {
    color: #fff;
    font-size: 1.4rem;
  }
  .fs-c-button--secondary,
  a.fs-c-button--secondary {
    color: #fff;
    font-size: 1.4rem;
  }
  .fs-c-button--standard,
  a.fs-c-button--standard,
  button.fs-c-button--standard {
    font-size: 1.4rem;
  }
  .fs-c-checkout-multiDestination__subtitle {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .fs-c-subSection__title {
    font-size: 1.6rem;
  }
  .fs-c-dropdown__menu {
    border: 1px solid #ccc;
  }
  .fs-c-quantity__select {
    border: 1px solid #ccc;
  }
  .fs-c-buttonContainer--addAddressbook,
  .fs-c-buttonContainer--addReview--detail,
  .fs-c-buttonContainer--addProductToWishList,
  .fs-c-buttonContainer--inquiryAboutProduct,
  .fs-c-buttonContainer--myPageTop,
  .fs-c-buttonContainer--removeProductFromWishList,
  .fs-c-buttonContainer--viewAllReviews,
  .fs-c-buttonContainer--back,
  .fs-c-buttonContainer--backToRegister,
  .fs-c-buttonContainer--moveToShoppingCart,
  .fs-c-buttonContainer--moveToSubscriptionCart,
  .fs-c-buttonContainer--changeCreditCard {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fs-c-buttonContainer--deleteChange > [class^=fs-c-button] {
    margin-bottom: 0;
    margin-top: 0;
  }
  .fs-c-documentContent {
    text-align: center;
  }
  .fs-p-aboutTerms,
  .fs-p-privacyPolicy {
    font-size: 1.6rem;
  }
  .text-3xl {
    font-size: 2.0rem;
  }
  .text-2xl {
    font-size: 1.8rem;
  }
  .ico-link {
    padding-left: 1.5rem;
    background: url(https://tenobetakadaya.itembox.design/item/images/ico/ico-link.svg) left center no-repeat;
  }
  .fs-c-documentArticle__heading {
    font-size: 1.8rem;
  }
  .fs-c-documentColumn__heading {
    font-size: 1.8rem;
  }
  .fs-c-note {
    font-size: 1.4rem;
  }
  .fs-c-wishlistProduct .fs-c-productListCarousel {
    margin: 54px 0 45px;
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .fs-c-productListCarousel__ctrl .fs-c-button--carousel:after {
    content: none;
  }
  .fs-c-wishlistProduct .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev {
    margin-left: -650px;
  }
  .fs-c-wishlistProduct .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) {
  .fs-c-wishlistProduct .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev:hover {
    margin-left: -660px;
  }
}

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

@media screen and (min-width: 1367px), print {
  .fs-c-wishlistProduct .fs-c-slick .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fs-c-wishlistProduct .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) {
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .slick-slide .fs-c-productListItem__image a:hover {
    opacity: 0.7;
  }
  .fs-c-wishlistProduct .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 {
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .fs-c-productListItem__imageContainer {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .fs-c-productListItem__control {
    display: none;
  }
  .menu-body p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .menu-body .text-sm {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .menu-body .text-xl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .menu-body .grid-item__description {
    font-size: 1.4rem;
  }
  .menu-body .menu-btn a {
    color: #fff;
  }
  .menu-body .menu-btn.menu-btn {
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  form, input, button, select {
    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);
  }
  body {
    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);
  }
  .only-sp {
    display: none;
  }
  em {
    font-style: normal;
  }
  fieldset {
    border: none;
    margin: 0;
    padding: 0;
  }
  fieldset input {
    background: #fff;
  }
  .inner {
    width: -webkit-calc(var(--vw) * (1200 / 1280) * 100);
    width: -moz-calc(var(--vw) * (1200 / 1280) * 100);
    width: calc(var(--vw) * (1200 / 1280) * 100);
    margin: 0 auto;
  }
  #loading {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
  }
  #main {
    padding-top: -webkit-calc(var(--vw) * (40 / 1280) * 100);
    padding-top: -moz-calc(var(--vw) * (40 / 1280) * 100);
    padding-top: calc(var(--vw) * (40 / 1280) * 100);
  }
  #header {
    height: -webkit-calc(var(--vw) * (250 / 1280) * 100);
    height: -moz-calc(var(--vw) * (250 / 1280) * 100);
    height: calc(var(--vw) * (250 / 1280) * 100);
    padding: -webkit-calc(var(--vw) * (40 / 1280) * 100) -webkit-calc(var(--vw) * (60 / 1280) * 100);
    padding: -moz-calc(var(--vw) * (40 / 1280) * 100) -moz-calc(var(--vw) * (60 / 1280) * 100);
    padding: calc(var(--vw) * (40 / 1280) * 100) calc(var(--vw) * (60 / 1280) * 100);
    position: relative;
    z-index: 100;
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #fff;
    border-bottom: -webkit-calc(var(--vw) * (1.5 / 1280) * 100) solid #F3F3F3;
    border-bottom: -moz-calc(var(--vw) * (1.5 / 1280) * 100) solid #F3F3F3;
    border-bottom: calc(var(--vw) * (1.5 / 1280) * 100) solid #F3F3F3;
  }
  #header .row {
    height: 100%;
    padding-left: -webkit-calc(var(--vw) * (200 / 1280) * 100);
    padding-left: -moz-calc(var(--vw) * (200 / 1280) * 100);
    padding-left: calc(var(--vw) * (200 / 1280) * 100);
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #header .header__logo {
    line-height: 1;
    position: absolute;
    left: -webkit-calc(var(--vw) * (40 / 1280) * 100);
    left: -moz-calc(var(--vw) * (40 / 1280) * 100);
    left: calc(var(--vw) * (40 / 1280) * 100);
    width: -webkit-calc(var(--vw) * (76 / 1280) * 100);
    width: -moz-calc(var(--vw) * (76 / 1280) * 100);
    width: calc(var(--vw) * (76 / 1280) * 100);
    height: -webkit-calc(var(--vw) * (232 / 1280) * 100);
    height: -moz-calc(var(--vw) * (232 / 1280) * 100);
    height: calc(var(--vw) * (232 / 1280) * 100);
    top: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.5);
    padding: 0 -webkit-calc(var(--vw) * (20 / 1280) * 100) -webkit-calc(var(--vw) * (20 / 1280) * 100);
    padding: 0 -moz-calc(var(--vw) * (20 / 1280) * 100) -moz-calc(var(--vw) * (20 / 1280) * 100);
    padding: 0 calc(var(--vw) * (20 / 1280) * 100) calc(var(--vw) * (20 / 1280) * 100);
    -moz-box-sizing: content-box;
         box-sizing: content-box;
  }
  #header .header__links {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 auto;
    z-index: 2;
  }
  #header .header__links .text-link {
    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;
    position: relative;
  }
  #header .header__links .text-link li + li {
    margin-left: -webkit-calc(var(--vw) * (80 / 1280) * 100);
    margin-left: -moz-calc(var(--vw) * (80 / 1280) * 100);
    margin-left: calc(var(--vw) * (80 / 1280) * 100);
  }
  #header .header__links .text-link .accordion {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  #header .header__links .text-link .accordion__trigger {
    cursor: pointer;
    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;
    position: relative;
  }
  #header .header__links .text-link .accordion__trigger:before {
    content: "";
    width: 100%;
    height: -webkit-calc(var(--vw) * (40 / 1280) * 100);
    height: -moz-calc(var(--vw) * (40 / 1280) * 100);
    height: calc(var(--vw) * (40 / 1280) * 100);
    position: absolute;
    top: 100%;
  }
  #header .header__links .text-link .accordion__trigger:after {
    content: "";
    display: block;
    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) * (6 / 1280) * 100);
    height: -moz-calc(var(--vw) * (6 / 1280) * 100);
    height: calc(var(--vw) * (6 / 1280) * 100);
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/common/icon_arrow.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: -webkit-calc(var(--vw) * (8 / 1280) * 100);
    margin-left: -moz-calc(var(--vw) * (8 / 1280) * 100);
    margin-left: calc(var(--vw) * (8 / 1280) * 100);
  }
  #header .header__links .text-link .accordion__trigger.active + .accordion__target {
    top: -webkit-calc(calc(var(--vw) * (40 / 1280) * 100) + 100%);
    top: -moz-calc(calc(var(--vw) * (40 / 1280) * 100) + 100%);
    top: calc(calc(var(--vw) * (40 / 1280) * 100) + 100%);
    opacity: 1;
    pointer-events: auto;
  }
  #header .header__links .text-link .accordion__target {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: absolute;
    right: -webkit-calc(var(--vw) * (-56 / 1280) * 100);
    right: -moz-calc(var(--vw) * (-56 / 1280) * 100);
    right: calc(var(--vw) * (-56 / 1280) * 100);
    background-color: #fff;
    -moz-box-shadow: 0px -moz-calc(var(--vw) * (3 / 1280) * 100) -moz-calc(var(--vw) * (7 / 1280) * 100) 0px rgba(0, 0, 0, 0.15);
         box-shadow: 0px -webkit-calc(var(--vw) * (3 / 1280) * 100) -webkit-calc(var(--vw) * (7 / 1280) * 100) 0px rgba(0, 0, 0, 0.15);
         box-shadow: 0px calc(var(--vw) * (3 / 1280) * 100) calc(var(--vw) * (7 / 1280) * 100) 0px rgba(0, 0, 0, 0.15);
    z-index: 1;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition-duration: .4s;
       -moz-transition-duration: .4s;
            transition-duration: .4s;
    -webkit-transition-property: opacity, top;
    -moz-transition-property: opacity, top;
    transition-property: opacity, top;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  #header .header__links .text-link .accordion__target .sub-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: -webkit-calc(var(--vw) * (15 / 1280) * 100) -webkit-calc(var(--vw) * (35 / 1280) * 100) -webkit-calc(var(--vw) * (35 / 1280) * 100) -webkit-calc(var(--vw) * (35 / 1280) * 100);
    padding: -moz-calc(var(--vw) * (15 / 1280) * 100) -moz-calc(var(--vw) * (35 / 1280) * 100) -moz-calc(var(--vw) * (35 / 1280) * 100) -moz-calc(var(--vw) * (35 / 1280) * 100);
    padding: calc(var(--vw) * (15 / 1280) * 100) calc(var(--vw) * (35 / 1280) * 100) calc(var(--vw) * (35 / 1280) * 100) calc(var(--vw) * (35 / 1280) * 100);
    width: -webkit-calc(var(--vw) * (850 / 1280) * 100);
    width: -moz-calc(var(--vw) * (850 / 1280) * 100);
    width: calc(var(--vw) * (850 / 1280) * 100);
  }
  #header .header__links .text-link .accordion__target .sub-menu li {
    min-width: 25%;
    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);
    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;
    min-width: 25%;
  }
  #header .header__links .text-link .accordion__target .sub-menu li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .header__links .text-link .accordion__target .sub-menu li a:before {
    content: "";
    display: block;
    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) * (6 / 1280) * 100);
    height: -moz-calc(var(--vw) * (6 / 1280) * 100);
    height: calc(var(--vw) * (6 / 1280) * 100);
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/common/icon_arrow.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: -webkit-calc(var(--vw) * (8 / 1280) * 100);
    margin-right: -moz-calc(var(--vw) * (8 / 1280) * 100);
    margin-right: calc(var(--vw) * (8 / 1280) * 100);
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-filter: invert(63%) sepia(95%) saturate(19%) hue-rotate(316deg) brightness(95%) contrast(99%);
            filter: invert(63%) sepia(95%) saturate(19%) hue-rotate(316deg) brightness(95%) contrast(99%);
  }
  #header .header__links .text-link .accordion__target .sub-menu li.thumb {
    width: 50%;
  }
  #header .header__links .text-link .accordion__target .sub-menu li.thumb a:before {
    content: none;
  }
  #header .header__links .text-link .accordion__target .sub-menu li.thumb a img {
    margin-right: -webkit-calc(var(--vw) * (16 / 1280) * 100);
    margin-right: -moz-calc(var(--vw) * (16 / 1280) * 100);
    margin-right: calc(var(--vw) * (16 / 1280) * 100);
    width: -webkit-calc(var(--vw) * (112 / 1280) * 100);
    width: -moz-calc(var(--vw) * (112 / 1280) * 100);
    width: calc(var(--vw) * (112 / 1280) * 100);
  }
  #header .search-form {
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: -webkit-calc(var(--vw) * (7 / 1280) * 100) 0px;
    padding: -moz-calc(var(--vw) * (7 / 1280) * 100) 0px;
    padding: calc(var(--vw) * (7 / 1280) * 100) 0px;
    -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;
    width: -webkit-calc(var(--vw) * (134 / 1280) * 100);
    width: -moz-calc(var(--vw) * (134 / 1280) * 100);
    width: calc(var(--vw) * (134 / 1280) * 100);
  }
  #header .search-form input {
    border: none;
    width: -webkit-calc(var(--vw) * (110 / 1280) * 100);
    width: -moz-calc(var(--vw) * (110 / 1280) * 100);
    width: calc(var(--vw) * (110 / 1280) * 100);
  }
  #header .search-form button {
    width: -webkit-calc(var(--vw) * (20 / 1280) * 100);
    width: -moz-calc(var(--vw) * (20 / 1280) * 100);
    width: calc(var(--vw) * (20 / 1280) * 100);
  }
  #header .search {
    position: absolute;
    right: -webkit-calc(var(--vw) * (146 / 1280) * 100);
    right: -moz-calc(var(--vw) * (146 / 1280) * 100);
    right: calc(var(--vw) * (146 / 1280) * 100);
    top: -webkit-calc(var(--vw) * (-12 / 1280) * 100);
    top: -moz-calc(var(--vw) * (-12 / 1280) * 100);
    top: calc(var(--vw) * (-12 / 1280) * 100);
  }
  #header .search img {
    width: -webkit-calc(var(--vw) * (27 / 1280) * 100);
    width: -moz-calc(var(--vw) * (27 / 1280) * 100);
    width: calc(var(--vw) * (27 / 1280) * 100);
  }
  #header .header__cart-area {
    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;
  }
  #header .header__cart-area .login {
    margin-right: -webkit-calc(var(--vw) * (15 / 1280) * 100);
    margin-right: -moz-calc(var(--vw) * (15 / 1280) * 100);
    margin-right: calc(var(--vw) * (15 / 1280) * 100);
  }
  #header .header__cart-area .login img {
    width: -webkit-calc(var(--vw) * (28 / 1280) * 100);
    width: -moz-calc(var(--vw) * (28 / 1280) * 100);
    width: calc(var(--vw) * (28 / 1280) * 100);
  }
  #header .header__cart-area .cart {
    position: relative;
    margin-right: -webkit-calc(var(--vw) * (20 / 1280) * 100);
    margin-right: -moz-calc(var(--vw) * (20 / 1280) * 100);
    margin-right: calc(var(--vw) * (20 / 1280) * 100);
  }
  #header .header__cart-area .cart img {
    width: -webkit-calc(var(--vw) * (27 / 1280) * 100);
    width: -moz-calc(var(--vw) * (27 / 1280) * 100);
    width: calc(var(--vw) * (27 / 1280) * 100);
  }
  #header .header__cart-area .cart span {
    position: absolute;
    width: -webkit-calc(var(--vw) * (15 / 1280) * 100);
    width: -moz-calc(var(--vw) * (15 / 1280) * 100);
    width: calc(var(--vw) * (15 / 1280) * 100);
    height: -webkit-calc(var(--vw) * (15 / 1280) * 100);
    height: -moz-calc(var(--vw) * (15 / 1280) * 100);
    height: calc(var(--vw) * (15 / 1280) * 100);
    color: #fff;
    font-size: -webkit-calc(var(--vw) * (10 / 1280) * 100);
    font-size: -moz-calc(var(--vw) * (10 / 1280) * 100);
    font-size: calc(var(--vw) * (10 / 1280) * 100);
    font-weight: bold;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: red;
    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;
    right: -webkit-calc(var(--vw) * (-7 / 1280) * 100);
    right: -moz-calc(var(--vw) * (-7 / 1280) * 100);
    right: calc(var(--vw) * (-7 / 1280) * 100);
    top: -webkit-calc(var(--vw) * (-5 / 1280) * 100);
    top: -moz-calc(var(--vw) * (-5 / 1280) * 100);
    top: calc(var(--vw) * (-5 / 1280) * 100);
  }
  #header .header__cart-area .link__instagram img {
    width: -webkit-calc(var(--vw) * (24 / 1280) * 100);
    width: -moz-calc(var(--vw) * (24 / 1280) * 100);
    width: calc(var(--vw) * (24 / 1280) * 100);
  }
  .fs-c-breadcrumb {
    width: -webkit-calc(var(--vw) * (1200 / 1280) * 100);
    width: -moz-calc(var(--vw) * (1200 / 1280) * 100);
    width: calc(var(--vw) * (1200 / 1280) * 100);
    margin: -webkit-calc(var(--vw) * (40 / 1280) * 100) auto -webkit-calc(var(--vw) * (80 / 1280) * 100);
    margin: -moz-calc(var(--vw) * (40 / 1280) * 100) auto -moz-calc(var(--vw) * (80 / 1280) * 100);
    margin: calc(var(--vw) * (40 / 1280) * 100) auto calc(var(--vw) * (80 / 1280) * 100);
  }
  .fs-c-breadcrumb__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .fs-c-breadcrumb__listItem {
    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;
    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) * (36 / 1280) * 100);
    line-height: -moz-calc(var(--vw) * (36 / 1280) * 100);
    line-height: calc(var(--vw) * (36 / 1280) * 100);
    /* 257.143% */
    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);
  }
  .fs-c-breadcrumb__listItem a, .fs-c-breadcrumb__listItem span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .fs-c-breadcrumb__listItem + li {
    margin-left: 10px;
  }
  .fs-c-breadcrumb__listItem + li:before {
    content: ">";
    display: block;
    width: -webkit-calc(var(--vw) * (10 / 1280) * 100);
    width: -moz-calc(var(--vw) * (10 / 1280) * 100);
    width: calc(var(--vw) * (10 / 1280) * 100);
    height: 100%;
    margin-right: -webkit-calc(var(--vw) * (6 / 1280) * 100);
    margin-right: -moz-calc(var(--vw) * (6 / 1280) * 100);
    margin-right: calc(var(--vw) * (6 / 1280) * 100);
    padding-bottom: -webkit-calc(var(--vw) * (3 / 1280) * 100);
    padding-bottom: -moz-calc(var(--vw) * (3 / 1280) * 100);
    padding-bottom: calc(var(--vw) * (3 / 1280) * 100);
  }
  .footer {
    padding: -webkit-calc(var(--vw) * (60 / 1280) * 100) -webkit-calc(var(--vw) * (60 / 1280) * 100) -webkit-calc(var(--vw) * (158 / 1280) * 100);
    padding: -moz-calc(var(--vw) * (60 / 1280) * 100) -moz-calc(var(--vw) * (60 / 1280) * 100) -moz-calc(var(--vw) * (158 / 1280) * 100);
    padding: calc(var(--vw) * (60 / 1280) * 100) calc(var(--vw) * (60 / 1280) * 100) calc(var(--vw) * (158 / 1280) * 100);
    border-top: 1px solid #D9D9D9;
  }
  .footer .shopinfo__ttl {
    font-size: -webkit-calc(var(--vw) * (24 / 1280) * 100);
    font-size: -moz-calc(var(--vw) * (24 / 1280) * 100);
    font-size: calc(var(--vw) * (24 / 1280) * 100);
    font-weight: 900;
    letter-spacing: -webkit-calc(var(--vw) * (1.2 / 1280) * 100);
    letter-spacing: -moz-calc(var(--vw) * (1.2 / 1280) * 100);
    letter-spacing: calc(var(--vw) * (1.2 / 1280) * 100);
    line-height: 1;
  }
  .footer .shopinfo__subttl {
    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: 500;
    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);
    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);
  }
  .footer .shopinfo__address {
    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) * (14 / 1280) * 100);
    font-size: -moz-calc(var(--vw) * (14 / 1280) * 100);
    font-size: calc(var(--vw) * (14 / 1280) * 100);
  }
  .footer__links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -webkit-calc(var(--vw) * (30 / 1280) * 100);
    margin-top: -moz-calc(var(--vw) * (30 / 1280) * 100);
    margin-top: calc(var(--vw) * (30 / 1280) * 100);
  }
  .footer__links li + li {
    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);
  }
  .footer__links li a {
    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: 500;
    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);
    position: relative;
  }
  .footer__links li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: -webkit-calc(var(--vw) * (-2 / 1280) * 100);
    bottom: -moz-calc(var(--vw) * (-2 / 1280) * 100);
    bottom: calc(var(--vw) * (-2 / 1280) * 100);
    -webkit-transition: width 0.25s;
    -moz-transition: width 0.25s;
    transition: width 0.25s;
    width: 0;
  }
}

@media (min-width: 768px) and (max-width: 1366px) and (hover: hover) {
  .footer__links li a:hover:after {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .footer__links li.link__instagram {
    width: -webkit-calc(var(--vw) * (30 / 1280) * 100);
    width: -moz-calc(var(--vw) * (30 / 1280) * 100);
    width: calc(var(--vw) * (30 / 1280) * 100);
  }
  .footer__links li.link__instagram a:after {
    content: none;
  }
}

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

@media (min-width: 768px) and (max-width: 1366px) {
  .c-ttl {
    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: 600;
    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);
  }
  .c-lead {
    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: 600;
    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) * (0.9 / 1280) * 100);
    letter-spacing: -moz-calc(var(--vw) * (0.9 / 1280) * 100);
    letter-spacing: calc(var(--vw) * (0.9 / 1280) * 100);
    margin-top: -webkit-calc(var(--vw) * (24 / 1280) * 100);
    margin-top: -moz-calc(var(--vw) * (24 / 1280) * 100);
    margin-top: calc(var(--vw) * (24 / 1280) * 100);
  }
  .c-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-btn a {
    width: -webkit-calc(var(--vw) * (250 / 1280) * 100);
    width: -moz-calc(var(--vw) * (250 / 1280) * 100);
    width: calc(var(--vw) * (250 / 1280) * 100);
    height: -webkit-calc(var(--vw) * (56 / 1280) * 100);
    height: -moz-calc(var(--vw) * (56 / 1280) * 100);
    height: calc(var(--vw) * (56 / 1280) * 100);
    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;
    -moz-border-radius: -moz-calc(var(--vw) * (100 / 1280) * 100);
         border-radius: -webkit-calc(var(--vw) * (100 / 1280) * 100);
         border-radius: calc(var(--vw) * (100 / 1280) * 100);
    border: 1px solid #000;
    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: 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.7 / 1280) * 100);
    letter-spacing: -moz-calc(var(--vw) * (0.7 / 1280) * 100);
    letter-spacing: calc(var(--vw) * (0.7 / 1280) * 100);
    -webkit-transition-duration: .15s;
       -moz-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: color,background-color;
    -moz-transition-property: color,background-color;
    transition-property: color,background-color;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 768px) and (max-width: 1366px) and (hover: hover) {
  .c-btn a:hover {
    background-color: #000;
    color: #fff;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .product {
    padding: -webkit-calc(var(--vw) * (35 / 1280) * 100) 0;
    padding: -moz-calc(var(--vw) * (35 / 1280) * 100) 0;
    padding: calc(var(--vw) * (35 / 1280) * 100) 0;
  }
  .product__slide, .product__grid {
    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__slide .product-item__txt, .product__grid .product-item__txt {
    padding: -webkit-calc(var(--vw) * (16 / 1280) * 100) 0;
    padding: -moz-calc(var(--vw) * (16 / 1280) * 100) 0;
    padding: calc(var(--vw) * (16 / 1280) * 100) 0;
  }
  .product__slide .product-item__img, .product__grid .product-item__img {
    aspect-ratio: 1 / 1;
    position: relative;
  }
  .product__slide .product-item__img img, .product__grid .product-item__img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
  }
  .product__slide .product-item__tag, .product__grid .product-item__tag {
    position: absolute;
    background-color: #000;
    color: #fff;
    bottom: -webkit-calc(var(--vw) * (20 / 1280) * 100);
    bottom: -moz-calc(var(--vw) * (20 / 1280) * 100);
    bottom: calc(var(--vw) * (20 / 1280) * 100);
    left: 0;
    z-index: 1;
    padding: -webkit-calc(var(--vw) * (3 / 1280) * 100) -webkit-calc(var(--vw) * (10 / 1280) * 100);
    padding: -moz-calc(var(--vw) * (3 / 1280) * 100) -moz-calc(var(--vw) * (10 / 1280) * 100);
    padding: calc(var(--vw) * (3 / 1280) * 100) calc(var(--vw) * (10 / 1280) * 100);
  }
}

@media (min-width: 768px) and (max-width: 1366px) and (hover: hover) {
  .product__slide .product-item a, .product__grid .product-item a {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .product__slide .product-item a .product-item__img img, .product__grid .product-item a .product-item__img img {
    -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__slide .product-item a:hover, .product__grid .product-item a:hover {
    opacity: 0.7;
  }
  .product__slide .product-item a:hover .product-item__img img, .product__grid .product-item a:hover .product-item__img img {
    -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__grid {
    display: -ms-grid;
    display: grid;
    -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);
  }
  .product__outer {
    position: relative;
  }
  .product .swiper-button-prev, .product .swiper-button-next {
    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 .swiper-button-prev:before, .product .swiper-button-next: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 .swiper-button-prev:after, .product .swiper-button-next:after {
    content: none;
  }
  .product .swiper-button-prev {
    left: -webkit-calc(var(--vw) * (-15 / 1280) * 100);
    left: -moz-calc(var(--vw) * (-15 / 1280) * 100);
    left: calc(var(--vw) * (-15 / 1280) * 100);
  }
  .product .swiper-button-prev: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 .swiper-button-prev:hover {
    left: -webkit-calc(var(--vw) * (-20 / 1280) * 100);
    left: -moz-calc(var(--vw) * (-20 / 1280) * 100);
    left: calc(var(--vw) * (-20 / 1280) * 100);
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .product .swiper-button-next {
    right: -webkit-calc(var(--vw) * (-15 / 1280) * 100);
    right: -moz-calc(var(--vw) * (-15 / 1280) * 100);
    right: calc(var(--vw) * (-15 / 1280) * 100);
  }
  .product .swiper-button-next: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 .swiper-button-next:hover {
    right: -webkit-calc(var(--vw) * (-20 / 1280) * 100);
    right: -moz-calc(var(--vw) * (-20 / 1280) * 100);
    right: calc(var(--vw) * (-20 / 1280) * 100);
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .product .product-item__img {
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
  }
  .product__name {
    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);
  }
  .product__desc {
    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);
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: -webkit-calc(var(--vw) * (72 / 1280) * 100);
    height: -moz-calc(var(--vw) * (72 / 1280) * 100);
    height: calc(var(--vw) * (72 / 1280) * 100);
  }
  .product__price {
    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;
    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);
  }
  .product__soldout {
    border: 1px solid #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: -webkit-calc(var(--vw) * (3 / 1280) * 100);
    padding: -moz-calc(var(--vw) * (3 / 1280) * 100);
    padding: calc(var(--vw) * (3 / 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;
    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);
    /* 150% */
    letter-spacing: -webkit-calc(var(--vw) * (0.8 / 1280) * 100);
    letter-spacing: -moz-calc(var(--vw) * (0.8 / 1280) * 100);
    letter-spacing: calc(var(--vw) * (0.8 / 1280) * 100);
    margin-top: -webkit-calc(var(--vw) * (18 / 1280) * 100);
    margin-top: -moz-calc(var(--vw) * (18 / 1280) * 100);
    margin-top: calc(var(--vw) * (18 / 1280) * 100);
  }
  .welcome-message .fs-l-header__welcomeMsg {
    top: -webkit-calc(var(--vw) * (90 / 1280) * 100);
    top: -moz-calc(var(--vw) * (90 / 1280) * 100);
    top: calc(var(--vw) * (90 / 1280) * 100);
  }
  .welcome-message .fs-p-memberInfo__points,
  .welcome-message .fs-p-memberInfo__stage {
    font-size: unset;
  }
  .welcome-message .fs-p-welcomeMsg,
  .welcome-message .fs-p-memberInfo__points,
  .welcome-message .fs-p-memberInfo__stage {
    color: #646464;
  }
  .welcome-message .fs-p-memberInfo__points {
    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);
  }
  .welcome-message p {
    color: #646464;
    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);
    mix-blend-mode: exclusion;
    text-align: right;
  }
  .fs-c-listedProductName__variation,
  .fs-c-listedProductName__selection {
    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);
  }
  .fs-c-productPrice__addon,
  .fs-c-productPrice {
    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);
  }
  .fs-c-cartTable__actionButton__container > button {
    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);
  }
  .fs-c-orderTotalTable__mainRow > td {
    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);
  }
  .fs-c-cartPayment,
  .fs-c-payWithAmazon {
    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);
  }
  .fs-c-button--primary,
  a.fs-c-button--primary {
    color: #fff;
    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);
  }
  .fs-c-button--secondary,
  a.fs-c-button--secondary {
    color: #fff;
    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);
  }
  .fs-c-button--standard,
  a.fs-c-button--standard,
  button.fs-c-button--standard {
    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);
  }
  .fs-c-checkout-multiDestination__subtitle {
    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);
    margin-bottom: -webkit-calc(var(--vw) * (20 / 1280) * 100);
    margin-bottom: -moz-calc(var(--vw) * (20 / 1280) * 100);
    margin-bottom: calc(var(--vw) * (20 / 1280) * 100);
  }
  .fs-c-subSection__title {
    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);
  }
  .fs-c-dropdown__menu {
    border: 1px solid #ccc;
  }
  .fs-c-quantity__select {
    border: 1px solid #ccc;
  }
  .fs-c-buttonContainer--addAddressbook,
  .fs-c-buttonContainer--addReview--detail,
  .fs-c-buttonContainer--addProductToWishList,
  .fs-c-buttonContainer--inquiryAboutProduct,
  .fs-c-buttonContainer--myPageTop,
  .fs-c-buttonContainer--removeProductFromWishList,
  .fs-c-buttonContainer--viewAllReviews,
  .fs-c-buttonContainer--back,
  .fs-c-buttonContainer--backToRegister,
  .fs-c-buttonContainer--moveToShoppingCart,
  .fs-c-buttonContainer--moveToSubscriptionCart,
  .fs-c-buttonContainer--changeCreditCard {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fs-c-buttonContainer--deleteChange > [class^=fs-c-button] {
    margin-bottom: 0;
    margin-top: 0;
  }
  .fs-c-documentContent {
    text-align: center;
  }
  .fs-p-aboutTerms,
  .fs-p-privacyPolicy {
    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);
  }
  .text-3xl {
    font-size: -webkit-calc(var(--vw) * (20 / 1280) * 100);
    font-size: -moz-calc(var(--vw) * (20 / 1280) * 100);
    font-size: calc(var(--vw) * (20 / 1280) * 100);
  }
  .text-2xl {
    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);
  }
  .ico-link {
    padding-left: -webkit-calc(var(--vw) * (15 / 1280) * 100);
    padding-left: -moz-calc(var(--vw) * (15 / 1280) * 100);
    padding-left: calc(var(--vw) * (15 / 1280) * 100);
    background: url(https://tenobetakadaya.itembox.design/item/images/ico/ico-link.svg) left center no-repeat;
  }
  .fs-c-documentArticle__heading {
    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);
  }
  .fs-c-documentColumn__heading {
    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);
  }
  .fs-c-note {
    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);
  }
  .fs-c-wishlistProduct .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);
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .fs-c-productListCarousel__ctrl .fs-c-button--carousel:after {
    content: none;
  }
  .fs-c-wishlistProduct .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev {
    left: -1.95312vw;
  }
  .fs-c-wishlistProduct .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) {
  .fs-c-wishlistProduct .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev:hover {
    left: -2.60417vw;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .fs-c-wishlistProduct .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next {
    right: -1.95312vw;
  }
  .fs-c-wishlistProduct .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) {
  .fs-c-wishlistProduct .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next:hover {
    right: -2.60417vw;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .fs-c-wishlistProduct .fs-c-slick .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fs-c-wishlistProduct .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) {
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .slick-slide .fs-c-productListItem__image a:hover {
    opacity: 0.7;
  }
  .fs-c-wishlistProduct .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) {
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .fs-c-productListItem__imageContainer {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .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);
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .fs-c-productListItem__control {
    display: none;
  }
  .menu-body p {
    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);
    line-height: 1.5;
  }
  .menu-body .text-sm {
    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);
    line-height: 1.5;
  }
  .menu-body .text-xl {
    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);
    line-height: 1.5;
  }
  .menu-body .grid-item__description {
    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);
  }
  .menu-body .menu-btn a {
    color: #fff;
  }
  .menu-body .menu-btn.menu-btn {
    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);
  }
}

@media only screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
  body {
    font-size: 3.64583vw;
  }
  em {
    font-style: normal;
  }
  fieldset {
    border: none;
    margin: 0;
    padding: 0;
  }
  fieldset input {
    background: #fff;
  }
  .inner {
    width: 89.58333vw;
    margin: 0 auto;
  }
  #loading {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  #main {
    padding-top: 5.20833vw;
  }
  #header {
    height: 35.15625vw;
    padding: 3.90625vw 5.20833vw;
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #fff;
    border-bottom: 0.19531vw solid #F3F3F3;
    position: relative;
    z-index: 11;
  }
  #header .row {
    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;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
  }
  #header .header__logo {
    line-height: 1;
    background: rgba(255, 255, 255, 0.5);
    padding: 0 2.60417vw 2.60417vw;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
  }
  #header .header__logo img {
    width: 11.32812vw;
  }
  #header .header__trigger {
    position: fixed;
    width: 7.8125vw;
    height: 7.8125vw;
    right: 5.20833vw;
    top: 2.34375vw;
    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-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;
    z-index: 100;
    background-color: #fff;
  }
  #header .header__trigger:before, #header .header__trigger:after,
  #header .header__trigger span {
    content: "";
    display: block;
    width: 5.85938vw;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -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;
  }
  #header .header__trigger:before {
    bottom: 3.25521vw;
  }
  #header .header__trigger:after {
    top: 3.25521vw;
  }
  #header .header__links {
    position: fixed;
    height: 100%;
    max-height: 100dvh;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 99;
    background-color: #fff;
    top: 0;
    left: 100%;
    width: 100%;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    transition: left 0.5s ease;
    padding: 13.02083vw 0 3.90625vw;
    overflow: auto;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  #header .header__links .text-link {
    margin-top: 3.90625vw;
  }
  #header .header__links .text-link > li:after {
    content: "";
    display: block;
    width: -webkit-calc(100% - 3.90625vw);
    width: -moz-calc(100% - 3.90625vw);
    width: calc(100% - 3.90625vw);
    height: 1px;
    background-color: #D8D8D8;
    margin-left: 1.95312vw;
  }
  #header .header__links .text-link > li > a, #header .header__links .text-link > li > p {
    display: block;
    padding: 2.60417vw 3.90625vw;
  }
  #header .header__links .text-link .accordion {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  #header .header__links .text-link .accordion__trigger {
    cursor: pointer;
    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;
    position: relative;
    width: 100%;
  }
  #header .header__links .text-link .accordion__trigger .link-category {
    width: 100%;
    display: block;
  }
  #header .header__links .text-link .accordion__trigger:after {
    content: "＋";
    display: block;
    margin-left: 8px;
  }
  #header .header__links .text-link .accordion__trigger.active:after {
    content: "ー";
  }
  #header .header__links .text-link .accordion__trigger.active + .accordion__target {
    opacity: 1;
    pointer-events: auto;
    top: 100%;
    opacity: 1;
    pointer-events: auto;
  }
  #header .header__links .text-link .accordion__target {
    overflow: hidden;
    height: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  #header .header__links .text-link .accordion__target .sub-menu {
    padding: 2.60417vw 4.6875vw;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #header .header__links .text-link .accordion__target .sub-menu li {
    min-width: 50%;
    margin-left: 0;
  }
  #header .header__links .text-link .accordion__target .sub-menu li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .header__links .text-link .accordion__target .sub-menu li a:before {
    content: "";
    display: block;
    width: 12px;
    height: 6px;
    background: url(https://tenobetakadaya.itembox.design/item/2024/images/common/icon_arrow.svg) no-repeat center center;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 8px;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-filter: invert(63%) sepia(95%) saturate(19%) hue-rotate(316deg) brightness(95%) contrast(99%);
            filter: invert(63%) sepia(95%) saturate(19%) hue-rotate(316deg) brightness(95%) contrast(99%);
  }
  #header .header__links .text-link .accordion__target .sub-menu li.thumb {
    width: 50%;
  }
  #header .header__links .text-link .accordion__target .sub-menu li.thumb a:before {
    content: none;
  }
  #header .header__links .text-link .accordion__target .sub-menu li.thumb a img {
    margin-right: 2.08333vw;
    width: 13.02083vw;
  }
  #header.active .header__links {
    left: 0;
  }
  #header.active .header__trigger span {
    opacity: 0;
  }
  #header.active .header__trigger:before, #header.active .header__trigger:after {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #header.active .header__trigger:before {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #header.active .header__trigger:after {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header .search-form {
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.04167vw;
    -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;
    width: 59.89583vw;
  }
  #header .search-form input {
    border: none;
    width: 53.38542vw;
  }
  #header .search-form button {
    width: 6.51042vw;
    cursor: pointer;
  }
  #header .search {
    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;
  }
  #header .search img {
    width: 6.51042vw;
  }
  #header .header__cart-area {
    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-right: 11.84896vw;
  }
  #header .header__cart-area li a {
    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;
  }
  #header .header__cart-area .login {
    margin-right: 3.125vw;
  }
  #header .header__cart-area .login img {
    width: 5.59896vw;
  }
  #header .header__cart-area .cart {
    position: relative;
    margin-right: 4.42708vw;
  }
  #header .header__cart-area .cart img {
    width: 5.59896vw;
  }
  #header .header__cart-area .cart span {
    position: absolute;
    width: 3.90625vw;
    height: 3.90625vw;
    color: #fff;
    font-size: 2.34375vw;
    font-weight: bold;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: red;
    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;
    right: -1.5625vw;
    top: -2.08333vw;
  }
  #header .header__cart-area .link__instagram {
    width: 4.42708vw;
    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;
  }
  .fs-c-breadcrumb {
    width: 89.58333vw;
    margin: 0 auto;
    padding: 7.8125vw 0;
  }
  .fs-c-breadcrumb__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;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .fs-c-breadcrumb__listItem {
    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;
    font-size: 3.125vw;
    font-weight: 400;
    line-height: 7.03125vw;
    /* 225% */
    letter-spacing: 0.15625vw;
  }
  .fs-c-breadcrumb__listItem a, .fs-c-breadcrumb__listItem span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .fs-c-breadcrumb__listItem + li {
    margin-left: 2.60417vw;
  }
  .fs-c-breadcrumb__listItem + li:before {
    content: ">";
    display: block;
    width: 1.30208vw;
    height: 100%;
    margin-right: 2.08333vw;
    font-size: 3.125vw;
    padding-bottom: 0.39062vw;
  }
  .footer {
    border-top: 1px solid #D9D9D9;
    padding: 10.41667vw 5.20833vw 15.625vw;
  }
  .footer__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer .shopinfo__ttl {
    font-size: 5.20833vw;
    font-weight: 900;
    letter-spacing: 0.26042vw;
  }
  .footer .shopinfo__subttl {
    font-size: 3.90625vw;
    font-weight: 500;
    letter-spacing: 0.19531vw;
  }
  .footer .shopinfo__address {
    margin-top: 3.90625vw;
    font-size: 3.25521vw;
    font-weight: 500;
    letter-spacing: 0.16276vw;
  }
  .footer__links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 13.02083vw;
    gap: 6.25vw 4.55729vw;
  }
  .footer__links li a {
    font-size: 3.25521vw;
    font-weight: 500;
    letter-spacing: 0.16276vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__links li.link__instagram {
    width: 3.90625vw;
    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;
  }
  .footer__links li.link__instagram a:after {
    content: none;
  }
  .c-ttl {
    font-size: 5.20833vw;
    font-weight: 600;
    line-height: 6.51042vw;
    /* 90% */
    letter-spacing: 0.26042vw;
  }
  .c-lead {
    font-size: 3.38542vw;
    font-weight: 400;
    line-height: 6.51042vw;
    /* 192.308% */
    letter-spacing: 0.16927vw;
    margin-top: 4.16667vw;
  }
  .c-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-btn a {
    width: 58.59375vw;
    height: 10.41667vw;
    padding: 1.30208vw;
    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;
    -moz-border-radius: 13.02083vw;
         border-radius: 13.02083vw;
    border: 1px solid #000;
    font-size: 3.25521vw;
    font-style: normal;
    font-weight: 500;
    line-height: 6.51042vw;
    /* 200% */
    letter-spacing: 0.16276vw;
  }
  .product {
    padding: 6.51042vw 0;
  }
  .product__slide, .product__grid {
    margin: 8.33333vw 0;
  }
  .product__slide .product-item__txt, .product__grid .product-item__txt {
    padding: 5.20833vw 0;
  }
  .product__slide .product-item__img, .product__grid .product-item__img {
    aspect-ratio: 1 / 1;
    position: relative;
  }
  .product__slide .product-item__img img, .product__grid .product-item__img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
  }
  .product__slide .product-item__tag, .product__grid .product-item__tag {
    position: absolute;
    background-color: #000;
    color: #fff;
    bottom: 2.60417vw;
    left: 0;
    z-index: 1;
    padding: 0.39062vw 1.30208vw;
  }
  .product__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 6.25vw 2.60417vw;
  }
  .product__outer {
    position: relative;
  }
  .product .swiper-button-prev, .product .swiper-button-next {
    top: 31.25vw;
  }
  .product .swiper-button-prev:before, .product .swiper-button-next: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 .swiper-button-prev:after, .product .swiper-button-next:after {
    content: none;
  }
  .product .swiper-button-prev {
    left: 0;
  }
  .product .swiper-button-prev:before {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .product .swiper-button-next {
    right: 0;
  }
  .product .swiper-button-next:before {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .product .product-item__img {
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
  }
  .product__name {
    font-size: 3.64583vw;
    font-weight: 700;
    line-height: 5.3125vw;
    /* 145.714% */
    letter-spacing: 0.18229vw;
  }
  .product__desc {
    font-size: 3.38542vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.16927vw;
    margin-top: 2.60417vw;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 15.36458vw;
  }
  .product__price {
    font-size: 3.64583vw;
    font-weight: 400;
    line-height: 5.3125vw;
    /* 145.714% */
    letter-spacing: 0.18229vw;
    text-align: right;
    margin-top: 3.125vw;
  }
  .product__soldout {
    border: 1px solid #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.30208vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.38542vw;
    line-height: 3.125vw;
    /* 150% */
    letter-spacing: 0.10417vw;
    margin-top: 4.6875vw;
  }
  .welcome-message .fs-l-header__welcomeMsg {
    top: 14.32292vw;
  }
  .welcome-message .fs-p-memberInfo__points,
  .welcome-message .fs-p-memberInfo__stage {
    font-size: unset;
  }
  .welcome-message .fs-p-welcomeMsg,
  .welcome-message .fs-p-memberInfo__points,
  .welcome-message .fs-p-memberInfo__stage {
    color: #646464;
  }
  .welcome-message .fs-p-memberInfo__points {
    margin-left: 2.60417vw;
  }
  .welcome-message p {
    color: #646464;
    font-size: 3.125vw;
    mix-blend-mode: exclusion;
    text-align: right;
  }
  .fs-c-listedProductName__variation,
  .fs-c-listedProductName__selection {
    font-size: 2.86458vw;
  }
  .fs-c-productPrice__addon,
  .fs-c-productPrice {
    font-size: 2.86458vw;
  }
  .fs-c-cartTable__actionButton__container > button {
    font-size: 2.86458vw;
  }
  .fs-c-orderTotalTable__mainRow > td {
    font-size: 3.125vw;
  }
  .fs-c-cartPayment,
  .fs-c-payWithAmazon {
    font-size: 2.86458vw;
  }
  .fs-c-button--primary,
  a.fs-c-button--primary {
    color: #fff;
    font-size: 2.86458vw;
  }
  .fs-c-button--secondary,
  a.fs-c-button--secondary {
    color: #fff;
    font-size: 2.86458vw;
  }
  .fs-c-button--standard,
  a.fs-c-button--standard,
  button.fs-c-button--standard {
    font-size: 2.86458vw;
  }
  .fs-c-checkout-multiDestination__subtitle {
    font-size: 3.125vw;
    margin-bottom: 3.90625vw;
  }
  .fs-c-cartTable__dataCell--quantity {
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .fs-c-cartTable__dataCell--point::before,
  .fs-c-cartTable__dataCell--quantity::before,
  .fs-c-cartTable__dataCell--subtotal::before {
    font-size: 2.86458vw;
  }
  .fs-c-subSection__title {
    font-size: 3.125vw;
  }
  .fs-c-dropdown__menu {
    border: 1px solid #ccc;
  }
  .fs-c-quantity__select {
    border: 1px solid #ccc;
  }
  .fs-c-buttonContainer--addAddressbook,
  .fs-c-buttonContainer--addReview--detail,
  .fs-c-buttonContainer--addProductToWishList,
  .fs-c-buttonContainer--inquiryAboutProduct,
  .fs-c-buttonContainer--myPageTop,
  .fs-c-buttonContainer--removeProductFromWishList,
  .fs-c-buttonContainer--viewAllReviews,
  .fs-c-buttonContainer--back,
  .fs-c-buttonContainer--backToRegister,
  .fs-c-buttonContainer--moveToShoppingCart,
  .fs-c-buttonContainer--moveToSubscriptionCart,
  .fs-c-buttonContainer--changeCreditCard {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fs-c-buttonContainer--deleteChange > [class^=fs-c-button] {
    margin-bottom: 0;
    margin-top: 0;
  }
  .fs-p-aboutTerms,
  .fs-p-privacyPolicy {
    font-size: 3.125vw;
  }
  .text-3xl {
    font-size: 3.64583vw;
  }
  .text-2xl {
    font-size: 3.38542vw;
  }
  .ico-link {
    padding-left: 2.60417vw;
    background: url(https://tenobetakadaya.itembox.design/item/images/ico/ico-link.svg) left center no-repeat;
  }
  .fs-c-documentArticle__heading {
    font-size: 3.38542vw;
  }
  .fs-c-documentColumn__heading {
    font-size: 3.38542vw;
  }
  .fs-c-note {
    font-size: 2.86458vw;
  }
  .fs-c-wishlistProduct .fs-c-productListCarousel {
    margin: 8.33333vw 0;
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .fs-c-productListCarousel__ctrl .fs-c-button--carousel:after {
    content: none;
  }
  .fs-c-wishlistProduct .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev {
    left: 0;
  }
  .fs-c-wishlistProduct .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);
  }
  .fs-c-wishlistProduct .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next {
    right: 0;
  }
  .fs-c-wishlistProduct .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);
  }
  .fs-c-wishlistProduct .slick-track {
    left: 54px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fs-c-wishlistProduct .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));
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .fs-c-productListItem__imageContainer {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .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;
  }
  .fs-c-wishlistProduct .fs-c-productListItem__control {
    display: none;
  }
  .menu-body p {
    font-size: 3.38542vw;
    line-height: 1.5;
  }
  .menu-body .text-sm {
    font-size: 3.38542vw;
    line-height: 1.5;
  }
  .menu-body .text-xl {
    font-size: 3.64583vw;
    line-height: 1.5;
  }
  .menu-body .grid-item__description {
    font-size: 3.38542vw;
  }
  .menu-body .menu-btn a {
    color: #fff;
  }
  .menu-body .menu-btn.menu-btn {
    margin-top: 2.60417vw;
  }
}
