@charset "UTF-8";
@media screen and (max-width: 959px) {
  .breadcrumb {
    display: none;
  }
}

#archive-products .hero {
  margin-bottom: 0;
}

#archive-products .trout .trout-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1520px;
  margin: 0 auto;
}

#archive-products .trout .trout-unit__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  padding: 32px;
}

@media screen and (max-width: 959px) {
  #archive-products .trout .trout-unit__col {
    width: 100%;
    padding: 0;
  }
}

#archive-products .trout .trout-unit__col {
  margin-bottom: 32px;
}

#archive-products .trout .trout-unit__col .trout-dtl {
  max-width: 440px;
}

@media screen and (max-width: 959px) {
  #archive-products .trout .trout-unit__col .trout-dtl {
    padding: 32px;
  }
}

#archive-products .trout .trout-unit__col .trout-dtl dt {
  margin-bottom: 16px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

#archive-products .trout .trout-unit__col .trout-dtl dd {
  padding: 16px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: #d9dad9;
  text-align: justify;
  letter-spacing: 0;
}

#archive-products .product .product-headline {
  margin-bottom: 112px;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  #archive-products .product .product-headline {
    margin-bottom: 96px;
  }
}

@media screen and (max-width: 959px) {
  #archive-products .product .product-headline {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 519px) {
  #archive-products .product .product-headline {
    margin-bottom: 64px;
  }
}

#archive-products .product .product-headline__main {
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1279px) {
  #archive-products .product .product-headline__main {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  #archive-products .product .product-headline__main {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 519px) {
  #archive-products .product .product-headline__main {
    font-size: 2.4rem;
  }
}

#archive-products .product .product-headline__sub {
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  #archive-products .product .product-headline__sub {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  #archive-products .product .product-headline__sub {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  #archive-products .product .product-headline__sub {
    font-size: 1.4rem;
  }
}

#archive-products .product .product-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 136px;
}

@media screen and (max-width: 959px) {
  #archive-products .product .product-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: 96px;
  }
}

@media screen and (max-width: 519px) {
  #archive-products .product .product-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: 56px;
  }
}

#archive-products .product .product-list__item .product-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
  margin-bottom: 32px;
}

@media screen and (max-width: 959px) {
  #archive-products .product .product-list__item .product-unit {
    gap: 32px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 519px) {
  #archive-products .product .product-list__item .product-unit {
    gap: 24px;
  }
}

#archive-products .product .product-list__item .product-unit__vsl {
  overflow: clip;
  position: relative;
  width: 438px;
}

@media screen and (max-width: 959px) {
  #archive-products .product .product-list__item .product-unit__vsl {
    width: 100%;
  }
}

#archive-products .product .product-list__item .product-unit__vsl::before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#archive-products .product .product-list__item .product-unit__vsl img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#archive-products .product .product-list__item .product-unit__dtl {
  width: calc(100% - 510px);
}

@media screen and (max-width: 959px) {
  #archive-products .product .product-list__item .product-unit__dtl {
    width: 100%;
  }
}

#archive-products .product .product-list__item .product-unit__dtl .product-cate {
  margin-bottom: calc(8px * 3);
  font-size: 4.8rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-transform: uppercase;
}

@media screen and (max-width: 959px) {
  #archive-products .product .product-list__item .product-unit__dtl .product-cate {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive-products .product .product-list__item .product-unit__dtl .product-cate {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  #archive-products .product .product-list__item .product-unit__dtl .product-cate {
    font-size: 4rem;
  }
}

@media screen and (max-width: 959px) {
  #archive-products .product .product-list__item .product-unit__dtl .product-cate {
    font-size: 3.2rem;
    text-align: center;
  }
}

@media screen and (max-width: 519px) {
  #archive-products .product .product-list__item .product-unit__dtl .product-cate {
    font-size: 2.4rem;
  }
}

#archive-products .product .product-list__item .product-unit__dtl .product-txt {
  margin-bottom: 16px;
  text-align: justify;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  #archive-products .product .product-list__item .product-unit__dtl .product-txt {
    margin-bottom: 0;
  }
}

#archive-products .product .product-list__item .product-unit:hover .product-unit__vsl::before {
  opacity: 0.5;
}

#archive-products .product .product-list__item .product-unit:hover .product-unit__vsl img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#archive-products .product .product-list__item .product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

@media screen and (max-width: 959px) {
  #archive-products .product .product-list__item .product-gallery {
    gap: 16px;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 519px) {
  #archive-products .product .product-list__item .product-gallery {
    gap: 12px;
  }
}

#archive-products .product .product-list__item .product-gallery__item {
  width: calc((100% / 4) - (24px * 3 / 4));
}

@media screen and (max-width: 959px) {
  #archive-products .product .product-list__item .product-gallery__item {
    width: calc((100% / 2) - (16px * 1 / 2));
  }
}

@media screen and (max-width: 519px) {
  #archive-products .product .product-list__item .product-gallery__item {
    width: calc((100% / 2) - (12px * 1 / 2));
  }
}

#archive-products .product .product-list__item .product-gallery__item:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#archive-products .product .product-list__item .product-gallery__item:nth-of-type(3) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

#archive-products .product .product-list__item .product-gallery__item:nth-of-type(4) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

#archive-products .product .product-list__item:nth-of-type(even) .product-unit {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#archive-products .making {
  position: relative;
  padding: 64px 0 16px;
  background: #201e14;
}

#archive-products .making .making-wrap {
  margin-bottom: calc(8px * 7);
}

@media screen and (max-width: 959px) {
  #archive-products .making .making-wrap {
    margin-bottom: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive-products .making .making-wrap {
    margin-bottom: calc((8px * 7) * 0.5);
  }
}

#archive-products .making .making-ttl {
  margin-bottom: calc(8px * 5);
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 959px) {
  #archive-products .making .making-ttl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive-products .making .making-ttl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  #archive-products .making .making-ttl {
    font-size: 2.4rem;
  }
}

#archive-products .making .btn.--making {
  position: absolute;
  top: 74px;
  right: 48px;
}

#taxonomy-products .lower-page {
  padding-top: 168px;
}

@media screen and (max-width: 959px) {
  #taxonomy-products .lower-page {
    padding-top: 120px;
  }
}

@media screen and (max-width: 519px) {
  #taxonomy-products .lower-page {
    padding-top: 80px;
  }
}

#taxonomy-products [id^="anchor-"] {
  scroll-margin-top: 104px;
}

#taxonomy-products .products-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  #taxonomy-products .products-cate {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 959px) {
  #taxonomy-products .products-cate {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 519px) {
  #taxonomy-products .products-cate {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 1279px) {
  #taxonomy-products .products-cate {
    gap: 40px;
  }
}

@media screen and (max-width: 959px) {
  #taxonomy-products .products-cate {
    gap: 32px;
  }
}

@media screen and (max-width: 519px) {
  #taxonomy-products .products-cate {
    gap: 24px;
  }
}

#taxonomy-products .products-cate__vsl {
  width: 584px;
}

@media screen and (max-width: 1279px) {
  #taxonomy-products .products-cate__vsl {
    width: 520px;
  }
}

@media screen and (max-width: 959px) {
  #taxonomy-products .products-cate__vsl {
    width: 100%;
  }
}

#taxonomy-products .products-cate__dtl {
  width: calc(100% - 632px);
}

@media screen and (max-width: 1279px) {
  #taxonomy-products .products-cate__dtl {
    width: calc(100% - 560px);
  }
}

@media screen and (max-width: 959px) {
  #taxonomy-products .products-cate__dtl {
    width: 100%;
  }
}

#taxonomy-products .products-cate__dtl .products-cate-txt {
  text-align: justify;
  line-height: 1.8;
}

#taxonomy-products .products-cate__dtl .products-cate-txt:not(:last-child) {
  margin-bottom: 16px;
}

#taxonomy-products .products-cate__dtl .products-cate-pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#taxonomy-products .products-cate__dtl .products-cate-pdf a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 24px;
  color: #909395;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

#taxonomy-products .products-cate__dtl .products-cate-pdf a .ico-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 19px;
  aspect-ratio: 19 / 16;
  background: #909395;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  #taxonomy-products .products-cate__dtl .products-cate-pdf a .ico-arrow {
    width: 16px;
  }
}

#taxonomy-products .products-cate .products-cate-name {
  margin-bottom: calc(8px * 3);
  font-size: 5.0rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-transform: uppercase;
}

@media screen and (max-width: 959px) {
  #taxonomy-products .products-cate .products-cate-name {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #taxonomy-products .products-cate .products-cate-name {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  #taxonomy-products .products-cate .products-cate-name {
    font-size: 4rem;
  }
}

@media screen and (max-width: 959px) {
  #taxonomy-products .products-cate .products-cate-name {
    margin: 0 auto 24px;
    font-size: 3.2rem;
    text-align: center;
  }
}

@media screen and (max-width: 519px) {
  #taxonomy-products .products-cate .products-cate-name {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}

#taxonomy-products .lineup .lineup-ttl {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  #taxonomy-products .lineup .lineup-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  #taxonomy-products .lineup .lineup-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  #taxonomy-products .lineup .lineup-ttl {
    font-size: 2rem;
  }
}

#taxonomy-products .lineup .lineup-list {
  margin-bottom: 24px;
}

#taxonomy-products .lineup .lineup-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#taxonomy-products .lineup .lineup-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 32px;
}

@media screen and (max-width: 959px) {
  #taxonomy-products .lineup .lineup-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 519px) {
  #taxonomy-products .lineup .lineup-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: 20px;
  }
}

#taxonomy-products .lineup .lineup-list__item dt {
  width: 80px;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 1.2;
}

@media screen and (max-width: 959px) {
  #taxonomy-products .lineup .lineup-list__item dt {
    font-size: 2rem;
    width: 100%;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 519px) {
  #taxonomy-products .lineup .lineup-list__item dt {
    font-size: 1.6rem;
  }
}

#taxonomy-products .lineup .lineup-list__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 24px;
  width: calc(100% - 80px);
}

@media screen and (max-width: 959px) {
  #taxonomy-products .lineup .lineup-list__item dd {
    width: 100%;
    gap: 12px 16px;
  }
}

#taxonomy-products .lineup .lineup-list__item dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 8px 16px;
  color: #d9dad9;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  #taxonomy-products .lineup .lineup-list__item dd a {
    font-size: 1.2rem;
  }
}

#taxonomy-products .lineup .lineup-list__item dd a::before, #taxonomy-products .lineup .lineup-list__item dd a::after {
  content: '';
  width: calc(100% - 8px);
  height: 100%;
  border-style: solid;
  border-color: #d9dad9;
}

#taxonomy-products .lineup .lineup-list__item dd a::before {
  position: absolute;
  top: 0;
  right: 0;
  border-width: 1px 1px 0 0;
}

#taxonomy-products .lineup .lineup-list__item dd a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  border-width: 0 0 1px 1px;
}

#taxonomy-products .lineup .lineup-list__item dd a.is-active {
  color: #1a1a1a;
  background: -webkit-gradient(linear, left top, left bottom, from(#d9dad9), to(#d9dad9)) no-repeat;
  background: linear-gradient(#d9dad9, #d9dad9) no-repeat;
  background-size: calc(100% - 8px) calc(100% - 8px);
  background-position: center;
}

#taxonomy-products .lineup .lineup-count {
  color: #d9dad9;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}

#taxonomy-products .product {
  padding: 96px 0 16px;
  background: #201e14;
}

@media screen and (max-width: 959px) {
  #taxonomy-products .product {
    padding: 66px 0 16px;
  }
}

@media screen and (max-width: 519px) {
  #taxonomy-products .product {
    padding: 36px 0 16px;
  }
}

#taxonomy-products .product .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 112px 32px;
  margin-bottom: 140px;
}

@media screen and (max-width: 959px) {
  #taxonomy-products .product .product-list {
    gap: 40px 24px;
  }
}

#taxonomy-products .product .product-list__item {
  width: calc((100% / 4) - (32px * 3 / 4));
}

@media screen and (max-width: 959px) {
  #taxonomy-products .product .product-list__item {
    width: calc((100% / 2) - (24px * 1 / 2));
  }
}

#taxonomy-products .product .product-list__item .product-vsl {
  position: relative;
  margin-bottom: 12px;
}

#taxonomy-products .product .product-list__item .product-vsl__badge {
  position: absolute;
  top: -10px;
  left: -6px;
  z-index: 2;
  width: 52px;
  aspect-ratio: 1/1;
}

#taxonomy-products .product .product-list__item .product-vsl__wrap {
  overflow: clip;
  position: relative;
  z-index: 1;
}

#taxonomy-products .product .product-list__item .product-vsl__wrap::before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#taxonomy-products .product .product-list__item .product-vsl__wrap img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#taxonomy-products .product .product-list__item .product-name {
  margin-bottom: 8px;
  font-size: 2.6rem;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 1.4;
}

@media screen and (max-width: 1279px) {
  #taxonomy-products .product .product-list__item .product-name {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
  #taxonomy-products .product .product-list__item .product-name {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  #taxonomy-products .product .product-list__item .product-name {
    font-size: 1.8rem;
  }
}

#taxonomy-products .product .product-list__item:hover .product-vsl__wrap::before {
  opacity: 0.5;
}

#taxonomy-products .product .product-list__item:hover .product-vsl__wrap img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#taxonomy-products .series-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 12px 24px;
  margin-bottom: 12px;
}

@media screen and (max-width: 959px) {
  #taxonomy-products .series-ttl {
    gap: 12px 16px;
  }
}

@media screen and (max-width: 519px) {
  #taxonomy-products .series-ttl {
    gap: 12px;
  }
}

#taxonomy-products .series-ttl__main {
  font-size: 4.4rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 1.1;
}

@media screen and (max-width: 1279px) {
  #taxonomy-products .series-ttl__main {
    font-size: 4rem;
  }
}

@media screen and (max-width: 959px) {
  #taxonomy-products .series-ttl__main {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 519px) {
  #taxonomy-products .series-ttl__main {
    font-size: 2.4rem;
  }
}

#taxonomy-products .series-ttl__sub {
  font-weight: 700;
}

#taxonomy-products .series-txt {
  margin-bottom: 32px;
}

#taxonomy-products .series-slider:not(:nth-last-of-type(1)) {
  margin-bottom: 192px;
}

@media screen and (max-width: 1279px) {
  #taxonomy-products .series-slider:not(:nth-last-of-type(1)) {
    margin-bottom: 144px;
  }
}

@media screen and (max-width: 959px) {
  #taxonomy-products .series-slider:not(:nth-last-of-type(1)) {
    margin-bottom: 48px;
    padding-bottom: 104px;
    border-bottom: solid 1px #414543;
  }
}

@media screen and (max-width: 519px) {
  #taxonomy-products .series-slider:not(:nth-last-of-type(1)) {
    margin-bottom: 32px;
    padding-bottom: 48px;
  }
}

#taxonomy-products .series-slider__item .product-vsl {
  position: relative;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  #taxonomy-products .series-slider__item .product-vsl {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #taxonomy-products .series-slider__item .product-vsl {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

#taxonomy-products .series-slider__item .product-vsl__badge {
  position: absolute;
  top: -10px;
  left: -6px;
  z-index: 2;
  width: 52px;
  aspect-ratio: 1/1;
}

#taxonomy-products .series-slider__item .product-vsl__wrap {
  overflow: clip;
  position: relative;
  z-index: 1;
}

#taxonomy-products .series-slider__item .product-vsl__wrap::before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#taxonomy-products .series-slider__item .product-vsl__wrap img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#taxonomy-products .series-slider__item .product-name {
  margin-bottom: calc(8px * 2);
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  #taxonomy-products .series-slider__item .product-name {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #taxonomy-products .series-slider__item .product-name {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  #taxonomy-products .series-slider__item .product-name {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
  #taxonomy-products .series-slider__item .product-name {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  #taxonomy-products .series-slider__item .product-name {
    font-size: 1.8rem;
  }
}

#taxonomy-products .series-slider__item:hover .product-vsl__wrap::before {
  opacity: 0.5;
}

#taxonomy-products .series-slider__item:hover .product-vsl__wrap img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#taxonomy-products .series-slider.no-slick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}

@media screen and (max-width: 959px) {
  #taxonomy-products .series-slider.no-slick {
    gap: 24px;
  }
}

#taxonomy-products .series-slider.no-slick .series-slider__item {
  width: calc((100% / 4) - (32px * 3 / 4));
}

@media screen and (max-width: 959px) {
  #taxonomy-products .series-slider.no-slick .series-slider__item {
    width: calc((100% / 2) - (24px * 1 / 2));
  }
}

#taxonomy-products .slick-arrow {
  position: absolute;
  top: 64px;
  z-index: 1;
  background: url("/wp-content/themes/itreat_base/dist/img/icon/slide-arrow.svg") center/contain no-repeat;
  width: 32px;
  aspect-ratio: 1/1;
  font-size: 0;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  #taxonomy-products .slick-arrow {
    width: 28px;
    height: 28px;
  }
}

@media screen and (max-width: 519px) {
  #taxonomy-products .slick-arrow {
    width: 20px;
    height: 20px;
  }
}

#taxonomy-products .slick-arrow.slick-prev {
  right: calc(100% + 16px);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media screen and (max-width: 1279px) {
  #taxonomy-products .slick-arrow.slick-prev {
    right: calc(100% - 12px);
  }
}

#taxonomy-products .slick-arrow.slick-next {
  left: calc(100% + 16px);
}

@media screen and (max-width: 1279px) {
  #taxonomy-products .slick-arrow.slick-next {
    left: calc(100% - 12px);
  }
}

#taxonomy-products .slick-slide {
  margin: 0 16px;
  /* 左右に10pxの余白 */
}

#taxonomy-products .slick-list {
  margin: 0 -16px;
  /* 両端の余白を打ち消す */
  padding-top: 10px;
}

#single-products .lower-page {
  padding: 168px 0 16px;
  background: #201e14;
}

@media screen and (max-width: 959px) {
  #single-products .lower-page {
    padding: 136px 0 16px;
  }
}

@media screen and (max-width: 519px) {
  #single-products .lower-page {
    padding: 104px 0 16px;
  }
}

#single-products [id^="anchor-"] {
  scroll-margin-top: 184px;
}

@media screen and (max-width: 959px) {
  #single-products [id^="anchor-"] {
    scroll-margin-top: 120px;
  }
}

@media screen and (max-width: 519px) {
  #single-products [id^="anchor-"] {
    scroll-margin-top: 100px;
  }
}

#single-products .product-headline {
  margin-bottom: 32px;
  color: #888572;
  font-size: 3.6rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-style: italic;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  #single-products .product-headline {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  #single-products .product-headline {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  #single-products .product-headline {
    margin-bottom: 24px;
    font-size: 2.4rem;
  }
}

#single-products .product .product-cate {
  margin-bottom: 24px;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 1279px) {
  #single-products .product .product-cate {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
  #single-products .product .product-cate {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  #single-products .product .product-cate {
    font-size: 1.6rem;
  }
}

#single-products .product .product-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 8px auto;
}

@media screen and (max-width: 959px) {
  #single-products .product .product-back {
    position: absolute;
    top: 80px;
    right: 32px;
  }
}

@media screen and (max-width: 519px) {
  #single-products .product .product-back {
    position: absolute;
    top: 72px;
    right: 24px;
  }
}

#single-products .product .product-back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 24px;
  color: #909395;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

#single-products .product .product-back a em {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 959px) {
  #single-products .product .product-back a em {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  #single-products .product .product-back a em {
    font-size: 1.3rem;
  }
}

#single-products .product .product-back a .ico-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 19px;
  aspect-ratio: 19 / 16;
  background: #909395;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  #single-products .product .product-back a .ico-arrow {
    width: 16px;
  }
}

#single-products .product .product-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 56px;
}

@media screen and (max-width: 1279px) {
  #single-products .product .product-unit {
    gap: 48px;
  }
}

@media screen and (max-width: 959px) {
  #single-products .product .product-unit {
    gap: 40px;
  }
}

@media screen and (max-width: 519px) {
  #single-products .product .product-unit {
    gap: 32px;
  }
}

#single-products .product .product-unit__dtl {
  width: calc(100% - 696px);
}

@media screen and (max-width: 1279px) {
  #single-products .product .product-unit__dtl {
    width: calc(100% - 608px);
  }
}

@media screen and (max-width: 1023px) {
  #single-products .product .product-unit__dtl {
    width: calc(100% - 528px);
  }
}

@media screen and (max-width: 959px) {
  #single-products .product .product-unit__dtl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}

#single-products .product .product-unit__dtl .product-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 8px 24px;
  margin-bottom: 32px;
}

#single-products .product .product-unit__dtl .product-ttl__main {
  font-size: 5.4rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 1.1;
  word-break: break-word;
}

@media screen and (max-width: 1279px) {
  #single-products .product .product-unit__dtl .product-ttl__main {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 959px) {
  #single-products .product .product-unit__dtl .product-ttl__main {
    width: 100%;
    font-size: 4rem;
    text-align: center;
  }
}

@media screen and (max-width: 519px) {
  #single-products .product .product-unit__dtl .product-ttl__main {
    font-size: 3.2rem;
  }
}

#single-products .product .product-unit__dtl .product-ttl__sub {
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  #single-products .product .product-unit__dtl .product-ttl__sub {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
  }
}

@media screen and (max-width: 519px) {
  #single-products .product .product-unit__dtl .product-ttl__sub {
    font-size: 1.2rem;
  }
}

#single-products .product .product-unit__dtl .product-ttl__count {
  width: 100%;
  color: #d9dad9;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  line-height: 1;
  text-decoration: underline;
}

@media screen and (max-width: 1279px) {
  #single-products .product .product-unit__dtl .product-ttl__count {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 959px) {
  #single-products .product .product-unit__dtl .product-ttl__count {
    font-size: 1.2rem;
    text-align: center;
  }
}

@media screen and (max-width: 519px) {
  #single-products .product .product-unit__dtl .product-ttl__count {
    font-size: 1rem;
  }
}

#single-products .product .product-unit__dtl .product-catch {
  margin-bottom: 24px;
  font-size: 3.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}

@media screen and (max-width: 1279px) {
  #single-products .product .product-unit__dtl .product-catch {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  #single-products .product .product-unit__dtl .product-catch {
    font-size: 2.8rem;
    text-align: center;
  }
}

@media screen and (max-width: 519px) {
  #single-products .product .product-unit__dtl .product-catch {
    font-size: 2.4rem;
  }
}

#single-products .product .product-unit__dtl .product-txt {
  text-align: justify;
  line-height: 1.8;
}

#single-products .product .product-unit__vsl {
  width: 640px;
}

@media screen and (max-width: 1279px) {
  #single-products .product .product-unit__vsl {
    width: 560px;
  }
}

@media screen and (max-width: 1023px) {
  #single-products .product .product-unit__vsl {
    width: 480px;
  }
}

@media screen and (max-width: 959px) {
  #single-products .product .product-unit__vsl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}

#single-products .product .product-unit__vsl .product-slider-wrap {
  position: relative;
  margin-bottom: 16px;
}

@media screen and (max-width: 959px) {
  #single-products .product .product-unit__vsl .product-slider-wrap {
    margin-bottom: 32px;
    padding-bottom: 64px;
  }
}

#single-products .product .product-unit__vsl .product-slider-wrap .product-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media screen and (max-width: 959px) {
  #single-products .product .product-unit__vsl .product-slider-wrap .product-thumb {
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#single-products .product .product-unit__vsl .product-slider-wrap .product-thumb__item {
  opacity: 0.8;
  width: 36px;
  height: 36px;
  aspect-ratio: 1 / 1;
  border: solid 1px #b3b5b4;
  cursor: pointer;
}

#single-products .product .product-unit__vsl .product-slider-wrap .product-thumb__item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#single-products .product .product-unit__vsl .product-slider-wrap .product-thumb__item.is-active {
  opacity: 1;
}

#single-products .product .product-unit__vsl .product-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 16px;
}

@media screen and (max-width: 959px) {
  #single-products .product .product-unit__vsl .product-type {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#single-products .product .product-unit__vsl .product-type__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 8px 16px;
  color: #d9dad9;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  #single-products .product .product-unit__vsl .product-type__item a {
    font-size: 1.2rem;
  }
}

#single-products .product .product-unit__vsl .product-type__item a::before, #single-products .product .product-unit__vsl .product-type__item a::after {
  content: '';
  width: calc(100% - 8px);
  height: 100%;
  border-style: solid;
  border-color: #d9dad9;
}

#single-products .product .product-unit__vsl .product-type__item a::before {
  position: absolute;
  top: 0;
  right: 0;
  border-width: 1px 1px 0 0;
}

#single-products .product .product-unit__vsl .product-type__item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  border-width: 0 0 1px 1px;
}

#single-products .page-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: sticky;
  top: 104px;
  z-index: 99;
  width: 100%;
  height: 80px;
  margin-bottom: calc(8px * 10);
  background: #201e14;
}

@media screen and (max-width: 959px) {
  #single-products .page-menu {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-products .page-menu {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #single-products .page-menu {
    top: 64px;
    height: 56px;
  }
}

@media screen and (max-width: 519px) {
  #single-products .page-menu {
    top: 52px;
    height: 48px;
  }
}

#single-products .page-menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 56px;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  #single-products .page-menu__wrap {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 959px) {
  #single-products .page-menu__wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 519px) {
  #single-products .page-menu__wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 1279px) {
  #single-products .page-menu__wrap {
    gap: 48px;
  }
}

@media screen and (max-width: 959px) {
  #single-products .page-menu__wrap {
    gap: 40px;
  }
}

@media screen and (max-width: 519px) {
  #single-products .page-menu__wrap {
    gap: 28px;
  }
}

#single-products .page-menu__item a {
  color: #888572;
  font-size: 2rem;
  font-style: italic;
  font-family: "Jost", sans-serif;
}

@media screen and (max-width: 1279px) {
  #single-products .page-menu__item a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  #single-products .page-menu__item a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  #single-products .page-menu__item a {
    font-size: 1.4rem;
  }
}

#single-products .page-menu__item.is-active a {
  text-decoration: underline;
}

#single-products .feature .feature-list {
  counter-reset: feature-num;
}

#single-products .feature .feature-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 72px;
}

@media screen and (max-width: 1279px) {
  #single-products .feature .feature-list__item {
    gap: 64px;
  }
}

@media screen and (max-width: 1023px) {
  #single-products .feature .feature-list__item {
    gap: 56px;
  }
}

@media screen and (max-width: 959px) {
  #single-products .feature .feature-list__item {
    width: 100%;
    gap: 40px;
  }
}

@media screen and (max-width: 519px) {
  #single-products .feature .feature-list__item {
    gap: 32px;
  }
}

#single-products .feature .feature-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 104px;
}

@media screen and (max-width: 959px) {
  #single-products .feature .feature-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: 88px;
  }
}

@media screen and (max-width: 519px) {
  #single-products .feature .feature-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: 72px;
  }
}

#single-products .feature .feature-list__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#single-products .feature .feature-list__item .feature-vsl {
  width: 500px;
}

@media screen and (max-width: 1279px) {
  #single-products .feature .feature-list__item .feature-vsl {
    width: 400px;
  }
}

@media screen and (max-width: 959px) {
  #single-products .feature .feature-list__item .feature-vsl {
    width: 100%;
  }
}

#single-products .feature .feature-list__item .feature-dtl {
  width: calc(100% - 572px);
}

@media screen and (max-width: 1279px) {
  #single-products .feature .feature-list__item .feature-dtl {
    width: calc(100% - 472px);
  }
}

@media screen and (max-width: 959px) {
  #single-products .feature .feature-list__item .feature-dtl {
    width: 100%;
  }
}

#single-products .feature .feature-list__item .feature-dtl::before {
  counter-increment: feature-num;
  content: counter(feature-num, decimal-leading-zero) ".";
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: calc(8px * 5);
  border-bottom: solid 1px #888572;
  color: #888572;
  font-size: 3.2rem;
  font-style: italic;
  font-family: "Jost", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  #single-products .feature .feature-list__item .feature-dtl::before {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-products .feature .feature-list__item .feature-dtl::before {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  #single-products .feature .feature-list__item .feature-dtl::before {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  #single-products .feature .feature-list__item .feature-dtl::before {
    margin-left: auto;
    margin-right: auto;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  #single-products .feature .feature-list__item .feature-dtl::before {
    font-size: 2.2rem;
  }
}

#single-products .feature .feature-list__item .feature-dtl .feature-ttl {
  margin-bottom: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}

@media screen and (max-width: 1279px) {
  #single-products .feature .feature-list__item .feature-dtl .feature-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  #single-products .feature .feature-list__item .feature-dtl .feature-ttl {
    font-size: 2.4rem;
    text-align: center;
  }
}

@media screen and (max-width: 519px) {
  #single-products .feature .feature-list__item .feature-dtl .feature-ttl {
    margin-bottom: 24px;
    font-size: 2rem;
  }
}

#single-products .feature .feature-list__item .feature-dtl .feature-txt {
  text-align: justify;
  line-height: 1.8;
}

#single-products .lineup .lineup-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 80px;
}

#single-products .lineup .lineup-list__item .lineup-ttl {
  margin-bottom: 24px;
  font-size: 3.6rem;
  font-family: "Jost", sans-serif;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 1279px) {
  #single-products .lineup .lineup-list__item .lineup-ttl {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 959px) {
  #single-products .lineup .lineup-list__item .lineup-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  #single-products .lineup .lineup-list__item .lineup-ttl {
    font-size: 2.4rem;
  }
}

#single-products .lineup .lineup-list__item .lineup-vsl {
  position: relative;
  margin-bottom: 16px;
}

#single-products .lineup .lineup-list__item .lineup-vsl__badge {
  position: absolute;
  top: -16px;
  left: -10px;
  width: 52px;
  aspect-ratio: 1/1;
}

#single-products .spec__wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

#single-products .spec__wrap .spec-data {
  overflow: auto;
  max-width: 100%;
  margin-bottom: 6px;
  display: grid;
}

@media screen and (max-width: 959px) {
  #single-products .spec__wrap .spec-data {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: solid 1px #909395;
  }
}

#single-products .spec__wrap .spec-data .spec-data-th {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 4px;
  background: #575032;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-align: center;
}

@media screen and (max-width: 959px) {
  #single-products .spec__wrap .spec-data .spec-data-th {
    position: sticky;
    left: 0;
    width: 84px;
    border-bottom: solid 1px #909395;
  }
}

#single-products .spec__wrap .spec-data .spec-data-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 4px;
  border-bottom: solid 1px #909395;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Jost", sans-serif;
}

@media screen and (max-width: 959px) {
  #single-products .spec__wrap .spec-data .spec-data-td {
    width: 120px;
    border-right: solid 1px #909395;
  }
}

#single-products .spec__wrap .spec-data.--division1 {
  width: calc(118px * 1);
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (max-width: 959px) {
  #single-products .spec__wrap .spec-data.--division1 {
    width: auto;
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-template-rows: repeat(1, auto);
  }
}

#single-products .spec__wrap .spec-data.--division2 {
  width: calc(118px * 2);
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 959px) {
  #single-products .spec__wrap .spec-data.--division2 {
    width: auto;
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-template-rows: repeat(2, auto);
  }
}

#single-products .spec__wrap .spec-data.--division3 {
  width: calc(118px * 3);
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 959px) {
  #single-products .spec__wrap .spec-data.--division3 {
    width: auto;
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-template-rows: repeat(3, auto);
  }
}

#single-products .spec__wrap .spec-data.--division4 {
  width: calc(118px * 4);
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 959px) {
  #single-products .spec__wrap .spec-data.--division4 {
    width: auto;
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-template-rows: repeat(4, auto);
  }
}

#single-products .spec__wrap .spec-data.--division5 {
  width: calc(118px * 5);
  grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 959px) {
  #single-products .spec__wrap .spec-data.--division5 {
    width: auto;
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-template-rows: repeat(5, auto);
  }
}

#single-products .spec__wrap .spec-data.--division6 {
  width: calc(118px * 6);
  grid-template-columns: repeat(6, 1fr);
}

@media screen and (max-width: 959px) {
  #single-products .spec__wrap .spec-data.--division6 {
    width: auto;
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-template-rows: repeat(6, auto);
  }
}

#single-products .spec__wrap .spec-data.--division7 {
  width: calc(118px * 7);
  grid-template-columns: repeat(7, 1fr);
}

@media screen and (max-width: 959px) {
  #single-products .spec__wrap .spec-data.--division7 {
    width: auto;
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-template-rows: repeat(7, auto);
  }
}

#single-products .spec__wrap .spec-data.--division8 {
  width: calc(118px * 8);
  grid-template-columns: repeat(8, 1fr);
}

@media screen and (max-width: 959px) {
  #single-products .spec__wrap .spec-data.--division8 {
    width: auto;
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-template-rows: repeat(8, auto);
  }
}

#single-products .spec__wrap .spec-data.--division9 {
  width: calc(118px * 9);
  grid-template-columns: repeat(9, 1fr);
}

@media screen and (max-width: 959px) {
  #single-products .spec__wrap .spec-data.--division9 {
    width: auto;
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-template-rows: repeat(9, auto);
  }
}

#single-products .spec__wrap .spec-data.--division10 {
  width: calc(118px * 10);
  grid-template-columns: repeat(10, 1fr);
}

@media screen and (max-width: 959px) {
  #single-products .spec__wrap .spec-data.--division10 {
    width: auto;
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-template-rows: repeat(10, auto);
  }
}

@media screen and (max-width: 959px) {
  #single-products .spec__wrap .spec-data.--line1 .spec-data-td {
    width: calc(100vw - 132px);
    max-width: 240px;
    border-right: none;
  }
}

@media screen and (max-width: 959px) {
  #single-products .spec__wrap .spec-data.--line2 .spec-data-td {
    width: calc(50vw - 66px);
    max-width: 120px;
    border-right: none;
    border-left: solid 1px #909395;
  }
}

#single-products .spec__wrap .spec-slide {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 8px auto;
  padding: 0 20px;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-align: right;
}

#single-products .spec__wrap .spec-slide::before, #single-products .spec__wrap .spec-slide::after {
  opacity: 0;
  content: '';
  width: 16px;
  aspect-ratio: 1 / 1;
  background: #d9dad9;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/slide-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/slide-arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#single-products .spec__wrap .spec-slide::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}

#single-products .spec__wrap .spec-slide::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#single-products .spec__wrap .spec-slide.--left::before {
  opacity: 1;
}

#single-products .spec__wrap .spec-slide.--right::after {
  opacity: 1;
}

#single-products .spec__wrap .spec-note {
  font-size: 1.4rem;
  text-align: right;
}

@media screen and (max-width: 959px) {
  #single-products .spec__wrap .spec-note {
    padding-left: 4px;
    text-align: left;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 959px) {
  #single-products .spec__wrap .spec-note {
    font-size: 1rem;
  }
}

#single-products .color .color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  max-width: 968px;
  margin: 0 auto;
}

#single-products .color .color-list__item {
  position: relative;
  width: 100px;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 959px) {
  #single-products .color .color-list__item {
    width: 80px;
  }
}

@media screen and (max-width: 519px) {
  #single-products .color .color-list__item {
    width: 60px;
  }
}

#single-products .color .color-list__item .color-badge {
  position: absolute;
  right: 0;
  bottom: calc(100% + 6px);
  left: 0;
  font-size: 1.4rem;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: underline;
}

@media screen and (max-width: 959px) {
  #single-products .color .color-list__item .color-badge {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 519px) {
  #single-products .color .color-list__item .color-badge {
    bottom: calc(100% + 4px);
    font-size: 1rem;
  }
}

#single-products .color .color-modal {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding: 68px;
  background: #201e14;
}

@media screen and (max-width: 959px) {
  #single-products .color .color-modal {
    padding: 0;
  }
}

#single-products .color .color-modal__wrap {
  position: relative;
  min-height: 100%;
  padding: 76px 56px 56px;
  background: #1a1a1a;
}

@media screen and (max-width: 959px) {
  #single-products .color .color-modal__wrap {
    padding: 68px 48px 48px;
  }
}

#single-products .color .color-modal__wrap .color-modal-close {
  position: absolute;
  top: 20px;
  right: 28px;
  background: #8D8F8E;
  width: 46px;
  aspect-ratio: 46 / 30;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/modal-close.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/modal-close.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  #single-products .color .color-modal__wrap .color-modal-close {
    width: 30px;
  }
}

@media screen and (max-width: 519px) {
  #single-products .color .color-modal__wrap .color-modal-close {
    width: 22px;
  }
}

#single-products .color .color-modal__wrap .color-modal-vsl {
  position: relative;
  max-width: 780px;
  margin: 0 auto 16px;
}

@media screen and (max-width: 959px) {
  #single-products .color .color-modal__wrap .color-modal-vsl {
    max-width: 560px;
  }
}

#single-products .color .color-modal__wrap .color-modal-vsl .color-modal-btn {
  position: absolute;
  top: 50%;
  width: 40px;
  aspect-ratio: 1 / 1;
  background: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/slide-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/slide-arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  #single-products .color .color-modal__wrap .color-modal-vsl .color-modal-btn {
    max-width: 30px;
  }
}

@media screen and (max-width: 519px) {
  #single-products .color .color-modal__wrap .color-modal-vsl .color-modal-btn {
    max-width: 20px;
  }
}

#single-products .color .color-modal__wrap .color-modal-vsl .color-modal-btn.--prev {
  right: calc(100% + 96px);
  -webkit-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}

@media screen and (max-width: 1279px) {
  #single-products .color .color-modal__wrap .color-modal-vsl .color-modal-btn.--prev {
    right: calc(100% + 64px);
  }
}

@media screen and (max-width: 1023px) {
  #single-products .color .color-modal__wrap .color-modal-vsl .color-modal-btn.--prev {
    right: calc(100% + 32px);
  }
}

@media screen and (max-width: 959px) {
  #single-products .color .color-modal__wrap .color-modal-vsl .color-modal-btn.--prev {
    right: calc(100% + 12px);
  }
}

#single-products .color .color-modal__wrap .color-modal-vsl .color-modal-btn.--next {
  left: calc(100% + 96px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1279px) {
  #single-products .color .color-modal__wrap .color-modal-vsl .color-modal-btn.--next {
    left: calc(100% + 64px);
  }
}

@media screen and (max-width: 1023px) {
  #single-products .color .color-modal__wrap .color-modal-vsl .color-modal-btn.--next {
    left: calc(100% + 32px);
  }
}

@media screen and (max-width: 959px) {
  #single-products .color .color-modal__wrap .color-modal-vsl .color-modal-btn.--next {
    left: calc(100% + 12px);
  }
}

#single-products .color .color-modal__wrap .color-modal-dtl {
  max-width: 780px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  #single-products .color .color-modal__wrap .color-modal-dtl {
    max-width: 560px;
  }
}

#single-products .color .color-modal__wrap .color-modal-dtl .color-modal-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 8px 40px;
  margin-bottom: 16px;
}

@media screen and (max-width: 959px) {
  #single-products .color .color-modal__wrap .color-modal-dtl .color-modal-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#single-products .color .color-modal__wrap .color-modal-dtl .color-modal-head .color-badge {
  color: #c89b00;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-decoration: underline;
  line-height: 1.2;
}

@media screen and (max-width: 959px) {
  #single-products .color .color-modal__wrap .color-modal-dtl .color-modal-head .color-badge {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  #single-products .color .color-modal__wrap .color-modal-dtl .color-modal-head .color-badge {
    font-size: 1.4rem;
  }
}

#single-products .color .color-modal__wrap .color-modal-dtl .color-modal-head .color-modal-name {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  #single-products .color .color-modal__wrap .color-modal-dtl .color-modal-head .color-modal-name {
    width: 100%;
    font-size: 1.6rem;
  }
}

#single-products .color .color-modal__wrap .color-modal-dtl .color-modal-head .color-glow-badge {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
}

#single-products .color .color-modal__wrap .color-modal-dtl .color-modal-head .color-glow-badge span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 8px 12px;
  color: #d9dad9;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  #single-products .color .color-modal__wrap .color-modal-dtl .color-modal-head .color-glow-badge span {
    font-size: 1rem;
  }
}

#single-products .color .color-modal__wrap .color-modal-dtl .color-modal-head .color-glow-badge span::before, #single-products .color .color-modal__wrap .color-modal-dtl .color-modal-head .color-glow-badge span::after {
  content: '';
  width: calc(100% - 8px);
  height: 100%;
  border-style: solid;
  border-color: #d9dad9;
}

#single-products .color .color-modal__wrap .color-modal-dtl .color-modal-head .color-glow-badge span::before {
  position: absolute;
  top: 0;
  right: 0;
  border-width: 1px 1px 0 0;
}

#single-products .color .color-modal__wrap .color-modal-dtl .color-modal-head .color-glow-badge span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  border-width: 0 0 1px 1px;
}

#single-products .other .other-movie {
  position: relative;
  max-width: 752px;
  margin: 0 auto 32px;
  aspect-ratio: 16 / 9;
}

#single-products .other .other-movie iframe {
  width: 100%;
  height: 100%;
}

#single-products .other .other-movie__thumb {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#single-products .other .other-movie__play {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  padding-left: 24px;
  font-size: 1.7rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #888572;
  letter-spacing: 0.05em;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  #single-products .other .other-movie__play {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  #single-products .other .other-movie__play {
    padding-left: 22px;
    font-size: 1.3rem;
  }
}

#single-products .other .other-movie__play:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: #888572;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-play.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-play.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 519px) {
  #single-products .other .other-movie__play:before {
    width: 14px;
    height: 14px;
  }
}

#single-products .other .report-list {
  max-width: 752px;
  margin: 0 auto 72px;
}

#single-products .other .report-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: solid 1px #909395;
}

@media screen and (max-width: 959px) {
  #single-products .other .report-list__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#single-products .other .report-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 24px;
}

#single-products .other .report-list__item .report-cate a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 120px;
  padding: 8px 12px;
  font-size: 1.3rem;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  #single-products .other .report-list__item .report-cate a {
    width: 104px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 519px) {
  #single-products .other .report-list__item .report-cate a {
    width: 88px;
    font-size: 0.9rem;
  }
}

#single-products .other .report-list__item .report-cate a::before, #single-products .other .report-list__item .report-cate a::after {
  content: '';
  width: calc(100% - 8px);
  height: 100%;
  border-style: solid;
  border-color: #ffffff;
}

#single-products .other .report-list__item .report-cate a::before {
  position: absolute;
  top: 0;
  right: 0;
  border-width: 1px 1px 0 0;
}

#single-products .other .report-list__item .report-cate a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  border-width: 0 0 1px 1px;
}

#single-products .other .report-list__item .report-date {
  font-weight: bold;
  font-family: ff-en;
}

#single-products .other .report-list__item .report-ttl {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#single-products .other .report-list__item .report-ttl a {
  text-decoration: underline;
}

#single-products .other .report-list__item .report-ttl a:hover {
  text-decoration: none;
}

#single-products .back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: calc(8px * 11);
}

@media screen and (max-width: 959px) {
  #single-products .back-btn {
    margin-bottom: calc((8px * 11) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-products .back-btn {
    margin-bottom: calc((8px * 11) * 0.5);
  }
}

#single-products .back-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 24px;
  color: #909395;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

#single-products .back-btn a em {
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 959px) {
  #single-products .back-btn a em {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  #single-products .back-btn a em {
    font-size: 1.3rem;
  }
}

#single-products .back-btn a .ico-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 19px;
  aspect-ratio: 19 / 16;
  background: #909395;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  #single-products .back-btn a .ico-arrow {
    width: 16px;
  }
}

/*# sourceMappingURL=../../maps/pages/products.css.map */
