.js-fadein {
  visibility: hidden;
  opacity: 0;
}

body {
  background-color: #000;
}

#body {
  padding-top: 8px;
}

#main {
  padding: 0 0 90px;
  line-height: 1.8;
  background-color: #fff;
}
#main hr {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
#main :where([role=button]) {
  cursor: pointer;
}
#main .boxButton {
  letter-spacing: 0.05em;
}

:where(#main img) {
  max-width: 100%;
  height: auto;
}

.super,
sup {
  font-size: 8px;
  vertical-align: super;
}

i.t-plus {
  display: inline-block;
  width: auto;
  margin-top: 0;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  transform: translateY(-0.07em);
}

.section {
  max-width: 710px;
  margin-inline: auto;
}

.hgrp {
  margin-bottom: 5em;
}
.hgrp > h2 {
  padding-bottom: 0.3em;
  margin-bottom: 0.4em;
  font-family: HelveticaNeueLTStd-Th;
  font-size: 40px;
  line-height: 1.2em;
  text-align: left;
  border-bottom: 1px solid #000;
}

.c-slider {
  position: relative;
  padding-inline: 50px;
}
.c-slider__prev, .c-slider__next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: none;
  background-color: none;
  border: none;
  border-radius: 0;
  rotate: -45deg;
  translate: 0 -50%;
}
.c-slider__prev {
  left: 0;
  border-top: 1px solid currentcolor;
  border-left: 1px solid currentcolor;
}
.c-slider__next {
  right: 0;
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
}

.c-modal {
  position: fixed;
  inset: 0;
  z-index: 1001;
  visibility: hidden;
  padding: 60px 0;
  overflow: auto;
}
.c-modal__overlay {
  position: fixed;
  inset: 0;
  z-index: 999;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
}
.c-modal__wrapper {
  display: table;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.c-modal__container {
  position: relative;
  z-index: 1000;
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
  opacity: 0;
}
.c-modal__inner {
  position: relative;
  max-width: 1000px;
  padding: 35px 30px;
  margin-inline: auto;
  pointer-events: all;
  background-color: #fff;
}
.c-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  background: none;
  border: none;
}
.c-modal__close::before, .c-modal__close::after {
  position: absolute;
  width: 15px;
  height: 1px;
  content: "";
  background-color: #000;
}
.c-modal__close::before {
  rotate: 45deg;
}
.c-modal__close::after {
  rotate: -45deg;
}
.c-modal__tab {
  display: block;
  flex: 1 1 100%;
  padding: 1em;
  color: #000;
  background: #fff;
  border: none;
  font-family: HelveticaNeueLTStd-Th;
  font-weight: 300;
}
.c-modal__tab.is-active {
  color: #fff;
  background: #000;
}
.c-modal__tablist {
  display: flex;
  margin-bottom: 45px;
  border-bottom: 1px solid #e5e5e5;
}

.c-multiple-cart__itemlist {
  font-size: 13px;
}
.c-multiple-cart__itemlist label {
  position: relative;
  display: block;
  padding-left: 1.5em;
}
.c-multiple-cart__itemlist label:has(input:checked) i::after {
  display: block;
}
.c-multiple-cart__itemlist input {
  display: none;
}
.c-multiple-cart__itemlist i {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
}
.c-multiple-cart__itemlist i::after {
  position: absolute;
  top: calc(50% - 0.1em);
  left: 50%;
  display: none;
  width: 0.6em;
  height: 0.4em;
  content: "";
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-multiple-cart .boxButton {
  max-width: 300px;
  margin-top: 2em;
}
.c-multiple-cart .boxButton:disabled {
  pointer-events: none;
  opacity: 0.6;
}

.c-palette {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-palette__layout {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 40px;
  border: 1px solid currentcolor;
}
.c-palette__layout span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  font-size: 0.8em;
  line-height: 1;
}
.c-palette__layout span:nth-child(even) {
  position: relative;
}
.c-palette__layout span:nth-child(even)::before {
  position: absolute;
  top: 50%;
  left: -1px;
  display: block;
  width: 1px;
  height: 0.7em;
  content: "";
  background: #000;
  transform: translateY(-50%);
}
.c-palette__layout.has-2 {
  bottom: 48px;
  left: 40px;
}
.c-palette__layout.has-4 {
  bottom: 0;
  left: 50px;
}
.c-palette:is(.combi-slide *) img {
  max-width: 250px;
}
.c-palette:is(.combi-slide *):has(.c-palette__layout.has-2) img {
  max-width: 235px;
}
.c-palette:is(.c-palette-modal *) {
  padding: 0 50px;
}
.c-palette:is(.c-palette-modal *) img {
  max-width: 230px;
}
.c-palette:is(.c-palette-modal *):has(.c-palette__layout.has-2) img {
  max-width: 216.2px;
}
.c-palette:is(.c-palette-modal *) .c-palette__layout.has-2 {
  bottom: 0;
  left: 0;
}
.c-palette:is(.c-palette-modal *) .c-palette__layout.has-4 {
  right: revert;
  left: 0;
}

.c-palette-modal {
  display: flex;
  justify-content: center;
}
.c-palette-modal .swiper-slide {
  height: auto;
}
.c-palette-modal__slideimage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.c-palette-modal__slideimage img {
  max-height: 240px;
}
.c-palette-modal__main {
  flex: 0 0 446px;
  width: 446px;
}
.c-palette-modal__howto {
  flex: 0 0 320px;
  width: 320px;
  margin-left: 100px;
}
.c-palette-modal__carts {
  max-width: 400px;
  margin: 3.3em auto 0;
}
.c-palette-modal__details {
  max-width: 400px;
  margin-inline: auto;
}
.c-palette-modal__linklist {
  padding-top: 1em;
}
.c-palette-modal__linklist li {
  position: relative;
  padding-left: 1.2em;
  margin-top: 0.5em;
  font-size: 13px;
}
.c-palette-modal__linklist li::before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  border: 0.25em solid #000;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: translateY(0.6em) rotate(-45deg);
}
.c-palette-modal__howto h3 {
  margin-top: 1.5em;
  margin-bottom: 0.8em;
  font-family: HelveticaNeueLTStd-Th;
  font-weight: 300;
  font-size: 26px;
}
.c-palette-modal__howto ol {
  counter-reset: howto;
}
.c-palette-modal__howto ol li {
  position: relative;
  padding-left: 1.5em;
  counter-increment: howto;
}
.c-palette-modal__howto ol li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  font-style: normal;
  content: counter(howto);
}

.acdn-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  padding: 1.2em 1em;
  margin-inline: auto;
  font-size: inherit;
  line-height: 1;
  background-color: #fff;
  border: 1px solid currentcolor;
  border-radius: 0;
}
.acdn-btn:is(.c-palette-modal *) {
  margin-top: 1em;
}
.acdn-btn i {
  position: absolute;
  top: calc(50% + 0.1em);
  right: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8em;
  height: 0.8em;
  transform: translateY(-50%);
}
.acdn-btn i::before {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  background-color: currentcolor;
  transition-duration: 0.3s;
  transition-duration: scale;
}
.acdn-btn i::after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: currentcolor;
}
.acdn-btn.is-active i::before {
  scale: 1 0;
}

.js-tabpanel:not(.is-active) {
  display: none;
}

/**********************
* intro
**********************/
@keyframes line-scroll {
  0% {
    top: calc(100% - 70px);
    height: 0;
  }
  50% {
    top: calc(100% - 70px);
    height: 5em;
  }
  100% {
    top: 100%;
    height: 5em;
  }
}
.intro {
  padding-bottom: 90px;
}
.intro__main {
  display: grid;
  grid-template-columns: auto 1fr;
}
.intro__hgrp {
  align-self: center;
  margin-right: 20px;
}
.intro__ttl {
  padding-top: 1.5em;
  padding-left: 0.6em;
  font-family: HelveticaNeueLTStd-Th;
  font-size: 40px;
  line-height: 1.2em;
  text-align: left;
}
.intro__copy {
  margin-top: 60px;
  font-size: 0.98em;
}
.intro__copy span {
  display: inline-block;
  padding: 0.5em 0.9em;
  color: #fff;
  background: #000;
}
.intro__copy span:last-child {
  padding-top: 0;
}
.intro__txt {
  margin-top: 3.5em;
  text-align: center;
}
.intro__line {
  position: relative;
  display: block;
  width: 1px;
  height: 5em;
  margin-inline: auto;
  margin-top: 20px;
  overflow: hidden;
}
.intro__line::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: currentcolor;
  animation-name: line-scroll;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: initial;
}

/**********************
* mood
**********************/
.mood-slider .c-slider__prev,
.mood-slider .c-slider__next {
  translate: 0 calc(-50% - 25px);
}

.mood-slide {
  padding: 0 15px;
}
.mood-slide__title {
  padding-top: 12px;
  font-size: 14px;
  text-align: center;
  font-family: HelveticaNeueLTStd-Th;
  font-weight: 500;
}
.mood-slide__copy {
  font-size: 11px;
  text-align: center;
}

.mood-link {
  margin-top: 3em;
  text-align: center;
}
.mood-link i.arrow {
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-0.2em) rotate(135deg);
}

/**********************
* combi
**********************/
.combi {
  margin-top: 120px;
}

.combi-slider {
  width: 540px;
  margin-inline: auto;
}
.combi-slider .c-slider__prev,
.combi-slider .c-slider__next {
  top: 100px;
  translate: 0 0;
}
.combi-slider .c-slider__prev {
  left: 30px;
}
.combi-slider .c-slider__next {
  right: 30px;
}

.combi-slide .boxButton {
  margin-top: 40px;
}
.combi-slide__container {
  max-width: 500px;
  margin-inline: auto;
  margin-top: 3.3em;
}
.combi-slide__image {
  height: 250px;
}
.combi-slide__look {
  margin-top: 2em;
  font-size: 13px;
  text-align: center;
}
.combi-slide__look span {
  text-decoration: underline;
}
.combi-slide__look span:hover {
  text-decoration: none;
}

.combi-pagination {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  max-width: 540px;
  margin: 2.5em auto 0;
}
.combi-pagination__bullet {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  padding: 5px;
}
.combi-pagination__bullet.is-active::before {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid currentcolor;
}

/**********************
* textures
**********************/
.textures {
  margin-top: 120px;
}
.textures__tablist {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 30px;
  margin-bottom: 45px;
  border-bottom: 1px solid #e5e5e5;
}
.textures__tab {
  font-family: HelveticaNeueLTStd-Th;
  font-weight: 300;
  padding: 1em 0;
  background: none;
  border: none;
}
.textures__tab.is-active {
  position: relative;
}
.textures__tab.is-active::after {
  position: absolute;
  inset: auto 0 -1px;
  height: 1px;
  content: "";
  background-color: #000;
}

.textures-slider .c-slider__prev,
.textures-slider .c-slider__next {
  top: 33px;
  translate: 0 0;
}
.textures-slider .c-slider__prev {
  left: 30px;
}
.textures-slider .c-slider__next {
  right: 30px;
}

.textures-slide__img {
  max-width: 100px;
  margin-inline: auto;
}
.textures-slide__title {
  margin-top: 1em;
  line-height: 1.4;
  text-align: center;
  font-family: HelveticaNeueLTStd-Th;
  font-weight: 300;
}

/**********************
* tool
**********************/
.tool {
  margin-top: 120px;
}

.tool-slider .c-slider__prev,
.tool-slider .c-slider__next {
  top: 140px;
  translate: 0 0;
}
.tool-slider .c-slider__prev {
  left: 50px;
}
.tool-slider .c-slider__next {
  right: 50px;
}

.tool-slide__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}
.tool-slide__image img {
  max-height: 300px;
}
.tool-slide__image.MAUN img {
  width: 140px;
}
.tool-slide__image.MAGJ img, .tool-slide__image.MAGL img {
  width: 246px;
}
.tool-slide__image.MAGM img {
  width: 36px;
}
.tool-slide__image.MAGN img {
  width: 33px;
}
.tool-slide__name {
  margin-top: 3em;
  line-height: 1.4;
  text-align: center;
}
.tool-slide__price {
  margin-top: 0.2em;
  line-height: 1.4;
  text-align: center;
}
.tool-slide__link {
  margin-top: 1em;
  font-size: 13px;
  text-align: center;
}
.tool-slide .boxButton {
  margin-top: 2em;
}

.tool-pagination {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  max-width: 440px;
  margin: 4em auto 0;
}
.tool-pagination__bullet {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  padding: 5px;
}
.tool-pagination__bullet.is-active::before {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid currentcolor;
}