html, body {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#js-scale-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1440px;
  margin-left: -720px;
  visibility: hidden;
  animation: js-scale-reveal-fallback 0s 2s forwards;
}

#js-scale-wrapper.is-scaled {
  visibility: visible;
  animation: none;
}

@keyframes js-scale-reveal-fallback {
  to {
    visibility: visible;
  }
}

body {
  overflow-x: hidden;
}

html.is-scroll-lock,
body.is-scroll-lock {
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 173px;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.l-header.is-show {
  opacity: 1;
  visibility: visible;
}

.c-gnavi {
  position: fixed;
  top: 61px;
  right: 80px;
  width: 393px;
}

.c-gnavi__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-gnavi__item a {
  display: block;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease-in-out;
}

.c-gnavi.is-on-light .c-gnavi__item a {
  color: #000;
}

.c-gnavi__sublist {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}

.c-gnavi__subitem span {
  display: block;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease-in-out;
}

.c-gnavi.is-on-light .c-gnavi__subitem span {
  color: #000;
}

.c-fixed-color-btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 3000;
  display: none;
  width: 100px;
  height: 100px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease;
}

.c-fixed-color-btn.is-show {
  opacity: 1;
  visibility: visible;
}

.c-fixed-color-btn:hover {
  transform: translateY(-6px);
}

.c-fixed-color-btn img {
  display: block;
  width: 100%;
  height: 100%;
}

.c-hamburger {
  position: fixed;
  top: 12px;
  right: 20px;
  width: 50px;
  height: 27px;
  padding: 8px;
  border: none;
  background: none;
  box-sizing: content-box;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  z-index: 15000;
}

.c-hamburger__line {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 50px;
  height: 3px;
  background-color: #fff;
  box-sizing: border-box;
  transition: background-color 0.3s ease-in-out, transform 0.4s;
}

.c-hamburger.is-on-light .c-hamburger__line {
  background-color: #000;
}

.c-hamburger__line:nth-of-type(1) {
  top: 8px;
}

.c-hamburger__line:nth-of-type(2) {
  top: 16px;
}

.c-hamburger.is-active .c-hamburger__line {
  background-color: #fff;
}

.c-hamburger.is-active .c-hamburger__line:nth-of-type(1) {
  transform: translateY(4px) rotate(-10deg);
}

.c-hamburger.is-active .c-hamburger__line:nth-of-type(2) {
  transform: translateY(-4px) rotate(10deg);
}

.section-fv {
  width: 100%;
  background-color: #5F554D;
}

.c-fv {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}

.c-fv__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.c-fv__slide.is-active {
  opacity: 1;
}

.c-fv__slide--01 {
  background-color: #5F554D;
}

.c-fv__slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.c-fv__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-fv__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 67, 44, 0.15);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.c-fv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 388px;
  height: 46px;
  opacity: 0;
  animation: fvLogoFadeIn 1s ease-in-out 0.2s forwards;
}

@keyframes fvLogoFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes c-items-frame-crossfade {
  0%, 38% {
    opacity: 0;
  }
  50%, 88% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.c-fv__svg-logo {
  position: absolute;
  top: 50%;
  left: 14.86%;
  transform: translateY(-50%);
  width: 196px;
  height: 292px;
}

.section-catch {
  width: 100%;
  background-color: #5F554D;
}

.c-catch {
  width: 1440px;
  margin: 0 auto;
  padding: 10.83% 0 4.38%;
  text-align: center;
}

.c-catch__title {
  margin-top: 0;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 30px;
  letter-spacing: 0.4em;
  color: #fff;
  font-weight: normal;
}

.c-catch__lead {
  margin: 50px 0 0;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 20px;
  line-height: 44px;
  letter-spacing: 0.4em;
  color: #fff;
}

.c-catch__br--sp {
  display: none;
}

.c-color-mv__br--sp {
  display: none;
}

.section-photo {
  width: 100%;
  background-color: #5F554D;
  box-shadow: 0 -1px 0 #5F554D, 0 1px 0 #5F554D;
}

.c-photo__image {
  display: block;
  width: 1044px;
  height: auto;
  margin: 0 auto;
}

.section-concept {
  width: 100%;
  background-color: #5F554D;
}

.c-concept {
  width: 1440px;
  margin: 0 auto;
  padding: 100px 0 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.c-concept__image {
  display: block;
  width: 431px;
  height: 409px;
  margin-top: -3.47%;
  flex-shrink: 0;
}

.c-concept__text {
  margin-top: -3.75%;
  margin-left: -3.33%;
  text-align: center;
}

.c-concept__title {
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 30px;
  letter-spacing: 0.4em;
  color: #fff;
  font-weight: normal;
}

.c-concept__body {
  margin-top: 30px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 15px;
  line-height: 33px;
  letter-spacing: 0.4em;
  color: #fff;
}

.c-concept__quote {
  margin-top: 30px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 15px;
  line-height: 33px;
  letter-spacing: 0.4em;
  color: #fff;
}

.section-features {
  width: 100%;
  background-color: #fff;
}

.c-features {
  width: 1440px;
  margin: 0 auto;
  padding: 70px 0 150px;
}

.c-features__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 198px;
}

.c-features__title-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 80px;
}

.c-features__title {
  margin: 0;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 30px;
  letter-spacing: 0.4em;
  color: #0C1326;
  font-weight: normal;
}

.c-features__subtitle {
  margin-top: -2px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 15px;
  letter-spacing: 0.4em;
  color: #0C1326;
}

.c-features__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #0C1326;
  border-radius: 50%;
  background: none;
  color: #0C1326;
  font-size: 24px;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.c-features__dots {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 130px 0 0;
  padding: 0;
  list-style: none;
}

.c-features__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #D9D6D0;
  cursor: pointer;
}

.c-features__dot.is-active {
  background-color: #0C1326;
}

.c-features__viewport {
  width: 1242px;
  margin-top: 5px;
  margin-left: 198px;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-y;
}

.c-features__viewport::-webkit-scrollbar {
  display: none;
}

.c-features__track {
  display: flex;
  width: max-content;
  gap: 55px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-features__item {
  flex-shrink: 0;
  width: 393px;
}

.c-features__frame {
  display: block;
  width: 393px;
  height: 393px;
  background-size: cover;
  background-position: center;
}

.c-features__caption {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 45px;
  margin-top: 15px;
}

.c-features__number {
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #0C1326;
}

.c-features__item-link {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  text-decoration: none;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.c-features__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #0C1326;
  border-radius: 50%;
  color: #0C1326;
  font-size: 22px;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.c-features__arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.c-features__next:hover,
.c-items__next:hover,
.c-colors__next:hover {
  transform: translateX(4px);
}

.c-features__item:hover .c-features__link,
.c-items__item:hover .c-features__link,
.c-colors__stage:hover .c-features__link {
  transform: translateX(4px);
}

.section-features-slide {
  width: 100%;
}

.c-features-slide {
  position: relative;
  width: 100%;
  height: 1080px;
  margin: 50px auto 0;
  overflow: hidden;
}

.c-features-slide__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.c-features-slide__item.is-active {
  opacity: 1;
}

.c-features-slide__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-features-slide__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(64, 50, 40, 0.25);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.c-features-slide__text {
  position: absolute;
  top: 87px;
  left: 80px;
  text-align: center;
}

.c-features-slide__text--03 {
  top: 687px;
}

.c-features-slide__title {
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 30px;
  letter-spacing: 0.4em;
  color: #fff;
  font-weight: normal;
}

.c-features-slide__body {
  margin-top: 77px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.4em;
  color: #fff;
}

.section-items {
  width: 100%;
  background-color: #fff;
}

.c-items {
  width: 1440px;
  margin: 0 auto;
  padding: 100px 0 150px;
}

.c-items__head {
  padding-left: 198px;
}

.c-items__title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}

.c-items__title {
  margin: 0;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 30px;
  letter-spacing: 0.4em;
  color: #0C1326;
  font-weight: normal;
}

.c-items__subtitle {
  margin-top: -2px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 15px;
  letter-spacing: 0.4em;
  color: #0C1326;
}

.c-items__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #0C1326;
  border-radius: 50%;
  background: none;
  color: #0C1326;
  font-size: 24px;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.c-items__list {
  display: flex;
  gap: 42.05px;
  margin: 16px 0 0;
  padding: 0 198px;
  list-style: none;
}

.c-items__item {
  flex-shrink: 0;
  width: 320px;
}

.c-items__frame-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 320 / 317;
}

.c-items__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.c-items__frame.is-active {
  opacity: 1;
}

.c-items__item:hover .c-items__frame:nth-of-type(2) {
  opacity: 1;
}

.c-items__caption {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 70px;
  margin-top: 26px;
}

.c-items__number {
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #0C1326;
}

.section-color-mv {
  position: relative;
  width: 100%;
}

.c-color-mv__image {
  display: block;
  width: 100%;
  height: 1080px;
  object-fit: cover;
}

.c-color-mv__text {
  position: absolute;
  top: 110px;
  left: 142px;
  text-align: left;
}

.c-color-mv__title {
  margin: 0;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 30px;
  letter-spacing: 0.4em;
  color: #fff;
  font-weight: normal;
}

.c-color-mv__body {
  margin: 77px 0 0 -48px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 20px;
  line-height: 44px;
  letter-spacing: 0.4em;
  color: #fff;
  text-align: center;
}

.c-color-mv__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 275px;
  height: 34px;
  margin-top: 54px;
  margin-left: 172px;
  padding: 0;
  border: 1px solid #fff;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.c-color-mv__link:hover {
  background-color: #fff;
  color: #0C1326;
}

.section-colors {
  width: 100%;
  background-color: #fff;
}

.c-colors {
  width: 1440px;
  margin: 0 auto;
  padding: 48px 0 150px;
}

.c-colors__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 198px;
}

.c-colors__title-row {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 102px;
}

.c-colors__title {
  margin: 0;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 30px;
  letter-spacing: 0.4em;
  color: #0C1326;
  font-weight: normal;
}

.c-colors__subtitle {
  margin-top: -7px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 15px;
  letter-spacing: 0.4em;
  color: #0C1326;
}

.c-colors__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #0C1326;
  border-radius: 50%;
  background: none;
  color: #0C1326;
  font-size: 24px;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.c-colors__dots {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 145px 0 0;
  padding: 0;
  list-style: none;
}

.c-colors__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #D9D6D0;
  cursor: pointer;
}

.c-colors__dot.is-active {
  background-color: #0C1326;
}

.c-colors__stage {
  margin-top: 5px;
  margin-left: 198px;
  width: 1044px;
}

.c-colors__frame-wrap {
  position: relative;
  width: 1044px;
  aspect-ratio: 1044 / 546;
}

.c-colors__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.c-colors__frame.is-active {
  opacity: 1;
}

.c-colors__caption {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 25px;
}

.c-colors__number {
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #0C1326;
}

/* ==== footer ==== */
.section-brand {
  width: 100%;
  padding: 100px 0 0;
  background-color: #dad8d8;
  position: relative;
  z-index: 2;
}

.c-brand {
  width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  box-sizing: border-box;
}

.c-brand__title {
  font-family: "MFW-PA1GothicStdN-Medium", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
  color: #000;
}

.c-brand__banner {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.c-brand__banner a {
  display: block;
  min-width: 0;
}

.c-brand__banner img {
  display: block;
  width: 100%;
  height: auto;
}

.c-footer {
  background-color: #dad8d8;
  padding: 100px 100px 100px 60px;
}

.c-footer__info-wrap {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: start;
  justify-content: space-between;
}

.c-footer__nav {
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
}

.c-footer__nav li {
  list-style-type: none;
}

.c-footer__nav li a {
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

.c-footer__follow {
  border-left: 1px solid #989898;
  height: 185px;
  padding-left: 40px;
}

.c-footer__title {
  margin: 0;
  font-family: "MFW-PA1GothicStdN-Medium", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #000;
}

.c-footer__text {
  margin: 25px 0 0;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #000;
}

.c-footer__sns {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 32px 32px 32px;
  gap: 30px;
  align-items: center;
}

.c-footer__sns-icon {
  display: block;
  width: 32px;
  color: #000;
}

.c-footer__sns-icon svg {
  display: block;
  width: 100%;
  height: auto;
}

.c-footer__contact {
  border-left: 1px solid #989898;
  height: 185px;
  padding-left: 40px;
}

.c-footer__btn {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.c-footer__link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 280px;
  height: 60px;
  border-radius: 30px;
  background-color: #3f4040;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #fff;
  text-decoration: none;
}

.c-footer__logo-wrap {
  margin-top: 90px;
  display: grid;
  grid-template-columns: 83px auto auto;
  gap: 30px;
  align-items: center;
}

.c-footer__logo {
  display: block;
  width: 83px;
}

.c-footer__logo-text {
  display: inline-block;
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #000;
  text-decoration: none;
}

.c-footer__copy {
  font-family: "MFW-PA1GothicStdN-Light", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #000;
  text-align: right;
}

@media (max-width: 768px) {
  #js-scale-wrapper {
    position: static;
    left: auto;
    width: 100%;
    margin-left: 0;
  }

  .c-gnavi {
    display: none;
  }

  .c-gnavi.is-active {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    position: fixed;
    inset: 0;
    top: 0;
    right: auto;
    width: 100%;
    height: 100vh;
    background-color: #5F554D;
    z-index: 5000;
  }

  .c-gnavi.is-active .c-gnavi__list {
    flex-direction: column;
    gap: 40px;
  }

  .c-gnavi.is-active .c-gnavi__item a {
    color: #fff;
    font-size: 18px;
  }

  .c-gnavi.is-active .c-gnavi__sublist {
    align-items: center;
    margin-top: 20px;
  }

  .c-gnavi.is-active .c-gnavi__subitem span {
    color: #fff;
  }

  .c-hamburger.is-show {
    opacity: 1;
    visibility: visible;
  }

  .c-fixed-color-btn {
    display: block;
    right: 12px;
    bottom: 12px;
    width: 60px;
    height: 60px;
  }

  .c-fv {
    height: 100vh;
  }

  .c-fv__logo {
    width: 220px;
    height: auto;
  }

  .c-fv__svg-logo {
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 33.72vw;
    height: auto;
  }

  .c-photo__image {
    width: 100%;
    height: auto;
  }

  .c-concept {
    width: 100%;
    box-sizing: border-box;
    padding: 60px 5.33vw;
    flex-direction: column;
    gap: 30px;
  }

  .c-concept__image {
    width: 90%;
    height: auto;
    margin-top: -30px;
  }

  .c-concept__text {
    margin-top: -15px;
    margin-left: 0;
  }

  .c-concept__title {
    white-space: normal;
    font-size: 15px;
  }

  .c-concept__body,
  .c-concept__quote {
    white-space: normal;
    font-size: 12px;
    line-height: 28px;
  }

  .c-catch {
    width: 100%;
    box-sizing: border-box;
    padding: 10.83% 20px calc(4.38% + 15px);
  }

  .c-catch__title {
    white-space: normal;
    font-size: 15px;
  }

  .c-catch__lead {
    margin-top: 35px;
    white-space: normal;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.2em;
  }

  .c-catch__br--sp {
    display: inline;
  }

  .c-color-mv__br--sp {
    display: inline;
  }

  .c-features__title {
    white-space: normal;
    font-size: 15px;
  }

  .c-features__subtitle {
    white-space: normal;
    font-size: 12px;
  }

  .c-features__number {
    white-space: normal;
    font-size: 12px;
  }

  .c-features-slide__title {
    white-space: normal;
    font-size: 15px;
  }

  .c-features-slide__body {
    margin-top: 20px;
    white-space: normal;
    font-size: 12px;
  }

  .c-features-slide {
    height: 540px;
  }

  .c-features-slide__text {
    top: 44px;
    left: 50%;
    width: calc(100% - 40px);
    transform: translateX(-50%);
  }

  .c-features-slide__text--02 {
    top: 324px;
  }

  .c-features-slide__overlay {
    background-color: rgba(64, 50, 40, 0.4);
  }

  .c-items__title {
    white-space: normal;
    font-size: 15px;
  }

  .c-items__subtitle {
    white-space: normal;
    font-size: 12px;
  }

  .c-items__number {
    white-space: normal;
    font-size: 12px;
  }

  .c-items {
    width: 100%;
    padding: 25px 0 75px;
  }

  .c-items__head {
    padding-left: 50px;
  }

  .c-items__list {
    padding: 0 50px;
  }

  .c-items__next {
    width: 28px;
    height: 28px;
    font-size: 15px;
  }

  .c-items__list {
    flex-direction: column;
    gap: 30px;
  }

  .c-items__item {
    width: 100%;
  }

  .c-items__frame-wrap {
    width: 100%;
  }

  .c-items__frame:nth-of-type(2) {
    animation: c-items-frame-crossfade 5s ease-in-out infinite;
  }

  .c-items__caption {
    gap: 30px;
    margin-top: 11px;
  }

  .c-features {
    width: 100%;
    padding-bottom: 25px;
  }

  .c-features__head {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-features__dots {
    margin-top: 40px;
  }

  .c-features__title-row {
    margin-top: 5px;
  }

  .c-features__next {
    width: 28px;
    height: 28px;
    font-size: 15px;
  }

  .c-features__link {
    width: 23px;
    height: 23px;
    font-size: 14px;
  }

  .c-features__track {
    gap: 5.59vw;
  }

  .c-features__item {
    width: 39.91vw;
  }

  .c-features__frame {
    width: 39.91vw;
    height: 39.91vw;
  }

  .c-features__viewport {
    width: calc(100% - 20px);
    margin-left: 20px;
  }

  .c-color-mv__image {
    height: 540px;
  }

  .c-color-mv__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 540px;
    background-color: rgba(64, 50, 40, 0.25);
    mix-blend-mode: multiply;
    pointer-events: none;
  }

  .c-color-mv__text {
    top: 40px;
    left: 50%;
    width: calc(100% - 40px);
    transform: translateX(-50%);
    text-align: center;
  }

  .c-color-mv__title {
    white-space: normal;
    font-size: 15px;
  }

  .c-color-mv__body {
    margin: 20px 0 0;
    font-size: 12px;
    line-height: 28px;
  }

  .c-color-mv__link {
    width: auto;
    height: 30px;
    box-sizing: border-box;
    margin-top: 210px;
    margin-left: 0;
    padding: 0 20px;
    font-size: 13px;
  }

  .c-colors__title {
    white-space: normal;
    font-size: 15px;
  }

  .c-colors__subtitle {
    white-space: normal;
    font-size: 12px;
  }

  .c-colors__number {
    white-space: normal;
    font-size: 12px;
  }

  .c-colors {
    width: 100%;
    padding: 50px 0 77px;
  }

  .c-colors__title-row {
    margin-top: 27px;
  }

  .c-colors__head {
    padding: 0 20px;
  }

  .c-colors__next {
    width: 28px;
    height: 28px;
    font-size: 15px;
  }

  .c-colors__dots {
    margin-top: 58px;
  }

  .c-colors__stage {
    margin-left: 20px;
    width: calc(100% - 40px);
  }

  .c-colors__frame-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 1044 / 546;
  }

  .c-colors__frame {
    width: 100%;
    height: auto;
    aspect-ratio: 1044 / 546;
  }

  .c-colors__caption {
    margin-top: 10px;
  }

  .section-brand {
    padding-top: 0;
  }

  .c-brand {
    width: 100%;
    padding: 20px 5.33vw 0;
  }

  .c-brand__title {
    font-size: 15px;
  }

  .c-brand__banner {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .c-footer {
    padding: 0;
  }

  .c-footer__info-wrap {
    grid-template-columns: 1fr;
  }

  .c-footer__nav {
    display: block;
    gap: 0;
  }

  .c-footer__nav li {
    border-bottom: 1px solid #989898;
  }

  .c-footer__nav li a {
    font-size: 13px;
    padding: 15px 5.33vw;
    display: block;
  }

  .c-footer__follow {
    padding: 15px 5.33vw;
    border-left: none;
    border-bottom: 1px solid #989898;
    height: auto;
  }

  .c-footer__follow-wrap {
    display: block;
  }

  .c-footer__title {
    font-size: 15px;
  }

  .c-footer__text {
    font-size: 12px;
    line-height: 1.6;
  }

  .c-footer__sns {
    margin-top: 15px;
    grid-template-columns: 20px 20px 20px;
    gap: 24px;
  }

  .c-footer__contact {
    padding: 15px 5.33vw;
    border-left: none;
    border-bottom: 1px solid #989898;
    height: auto;
  }

  .c-footer__btn {
    gap: 10px;
  }

  .c-footer__link-btn {
    width: 90%;
    height: 36px;
    border-radius: 18px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  .c-footer__logo-wrap {
    margin-top: 0;
    grid-template-columns: 1fr;
    padding: 15px 5.33vw;
  }

  .c-footer__logo {
    width: 120px;
  }

  .c-footer__logo-text {
    font-size: 10px;
  }

  .c-footer__copy {
    font-size: 10px;
    text-align: left;
    margin-top: 10px;
  }
}


/* ==== features.html ==== */
.u-noimage {
  background-color: #D9D6D0;
}

.section-features-mv {
  width: 100%;
}

.c-features-mv {
  position: relative;
  width: 100%;
}

.c-features-mv__image {
  display: block;
  width: 100%;
  height: auto;
}

.c-features-mv__overlay {
  display: none;
}

.c-features-mv__text {
  position: absolute;
  bottom: 230px;
  right: 110px;
  box-sizing: border-box;
  text-align: center;
}

.c-features-mv__title {
  margin: 0;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 30px;
  letter-spacing: 0.4em;
  color: #fff;
  font-weight: normal;
}

.c-features-mv__body {
  margin: 40px 0 0;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 20px;
  line-height: 44px;
  letter-spacing: 0.4em;
  color: #fff;
}

.c-features-mv__br--sp {
  display: none;
}

.section-features-intro {
  width: 100%;
  position: relative;
  z-index: 1;
}

.c-features-intro {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 120px 20px 90px;
  box-sizing: border-box;
  text-align: center;
}

.section-features-intro--page .c-features-intro {
  padding-bottom: 0;
}

.section-features-intro + .section-features-detail {
  padding-top: 65px;
}

.section-features-intro + .section-features-detail .c-features-detail {
  padding: 0 153px 0;
}

.section-features-intro + .section-features-detail .c-features-detail__heading {
  width: 530px;
  max-width: 100%;
  margin: 0 auto 20px;
}

@media (min-width: 769px) {
  .section-features-intro + .section-features-detail .c-features-detail__row {
    justify-content: center;
    gap: 45px;
  }

  .section-features-intro + .section-features-detail .c-features-detail__image {
    flex-basis: 530px;
    width: 530px;
  }

  .section-features-intro + .section-features-detail .c-features-detail__body {
    flex: 0 0 530px;
    width: 530px;
    max-width: 530px;
  }
}

.c-features-intro__title {
  margin: 0;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 30px;
  letter-spacing: 0.4em;
  color: #0C1326;
  font-weight: normal;
}

.c-features-intro__br--sp {
  display: none;
}

.c-features-intro__image-wrap {
  position: relative;
  display: inline-block;
  margin-top: 60px;
}

.c-features-intro__image {
  display: block;
  max-width: 100%;
  height: auto;
  transition: opacity 0.6s ease;
}

.c-features-intro__image--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.js-table-slider {
  cursor: pointer;
}

.c-features-intro__dots {
  position: absolute;
  right: 0;
  bottom: -34px;
  display: flex;
  gap: 10px;
}

.c-features-intro__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #D9D6D0;
}

.c-features-intro__dot.is-active {
  background-color: #0C1326;
}

.section-items-spec {
  width: 100%;
  margin-top: -12px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.section-features-intro + .section-items-spec {
  top: -15px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec {
  position: relative;
  top: -38px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec {
  position: relative;
  top: -120px;
}

.c-items-spec {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 198px 100px;
  box-sizing: border-box;
  display: flex;
  gap: 90px;
}

@media (min-width: 1441px) {
  .c-items-spec {
    width: 1440px;
    padding: 0 198px 100px;
    gap: 90px;
  }
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec .c-items-spec {
  position: relative;
  top: -14px;
}

.c-items-spec__col {
  flex: 1;
}

.c-items-spec__col:nth-child(2) {
  position: relative;
  left: -110px;
}

.c-items-spec__col:nth-child(3) {
  position: relative;
  left: -140.0px;
}

.c-items-spec__heading {
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 16px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #0C1326;
  font-weight: normal;
}

.c-items-spec__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  border-bottom: 1px solid #0C1326;
}

.c-items-spec__col:nth-child(1) .c-items-spec__heading::after {
  width: 174.0px;
}

.c-items-spec__col:nth-child(2) .c-items-spec__heading::after {
  width: 260px;
}

.c-items-spec__col:nth-child(3) .c-items-spec__heading::after {
  width: 273.0px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec .c-items-spec__col:nth-child(1) .c-items-spec__heading::after {
  width: 196.0px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec .c-items-spec__col:nth-child(2) .c-items-spec__heading::after {
  width: 192.0px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec .c-items-spec__col:nth-child(2) .c-items-spec__heading::after {
  width: 200px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec .c-items-spec__col:nth-child(3) {
  left: -166px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec .c-items-spec__col:nth-child(3) {
  left: -165.0px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec .c-items-spec__swatch-list {
  position: relative;
  top: 10px;
  gap: 31px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec .c-items-spec__swatch-list {
  position: relative;
  top: 10px;
  gap: 31px;
}


.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec .c-items-spec__col:nth-child(2) {
  left: -85px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec .c-items-spec__col:nth-child(2) {
  left: -84.0px;
}

.section-features-intro + .section-items-spec .c-items-spec__col:nth-child(2) {
  min-width: 0;
}

.section-features-intro + .section-items-spec .c-items-spec__col:nth-child(2) .c-items-spec__row dd {
  position: relative;
  left: -44px;
  white-space: nowrap;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec .c-items-spec__col:nth-child(2) .c-items-spec__row dd {
  position: relative;
  left: -30.0px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec .c-items-spec__col:nth-child(2) .c-items-spec__row dd {
  position: relative;
  left: -26px;
}

.c-items-spec__heading-sub {
  margin-left: 28px;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.c-items-spec__text {
  margin: 5px 0 20px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 16.0px;
  line-height: 1.95;
  letter-spacing: 0.1em;
  color: #0C1326;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec .c-items-spec__col:nth-child(1) .c-items-spec__text:nth-of-type(2) {
  position: relative;
  top: -10px;
}

.c-items-spec__note {
  position: relative;
  top: -8px;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.18em;
  line-height: 30px;
}

.c-items-spec__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 172px;
  height: 26px;
  box-sizing: border-box;
  border-radius: 13px;
  background-color: #0C1326;
  color: #fff;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.18em;
  text-decoration: none;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec .c-items-spec__btn {
  position: relative;
  top: -30px;
}

.c-items-spec__btn-arrow {
  margin-left: 8px;
}

.c-items-spec__list {
  margin: 5px 0 0;
}

.c-items-spec__row {
  display: flex;
  gap: 12px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 16.0px;
  line-height: 1.95;
  letter-spacing: 0.1em;
  color: #0C1326;
}

.c-items-spec__row dt {
  flex-shrink: 0;
  width: 6.5em;
  white-space: nowrap;
}

.c-items-spec__row dd {
  margin: 0;
}

.c-items-spec__size-list {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}

.c-items-spec__size-list li {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 16.0px;
  line-height: 1.95;
  letter-spacing: 0.1em;
  color: #0C1326;
}

.c-items-spec__size-name {
  white-space: nowrap;
}

.c-items-spec__size-price {
  position: relative;
  left: -10px;
  white-space: nowrap;
  flex-shrink: 0;
}

.section-items-colorsim {
  width: 100%;
  background-color: #D5D1CD;
  padding: 60px 0 20px;
  position: relative;
  z-index: 1;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim {
  z-index: 2;
}

.section-features-intro + .section-items-spec + .section-items-colorsim {
  background-color: transparent;
}

.section-features-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim {
  padding: 0 183px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 17px;
  background-color: #D5D1CD;
  z-index: -1;
}


.c-items-colorsim {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 188px;
  box-sizing: border-box;
}

@media (min-width: 1441px) {
  .c-items-colorsim {
    width: 1440px;
    padding: 0 188px;
  }
}

.c-items-colorsim__title {
  position: relative;
  top: 7px;
  margin: 0 0 40px;
  padding-bottom: 24px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 20px;
  line-height: 44px;
  letter-spacing: 0.2em;
  color: #0C1326;
  font-weight: normal;
  text-align: center;
}

.section-features-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim__title {
  top: 0px;
}

.c-items-colorsim__title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  border-bottom: 1px solid #0C1326;
}

.section-features-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim__title::after {
  bottom: 14px;
}

.c-items-colorsim__title-sub {
  margin-left: 16px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.18em;
}

.c-items-colorsim__br--sp {
  display: none;
}

.c-items-colorsim__body {
  display: flex;
  gap: 90px;
  align-items: flex-start;
}

.section-features-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim__body {
  position: relative;
  top: -9px;
}

.c-items-colorsim__preview {
  position: relative;
  left: 70px;
  top: -11px;
  flex-shrink: 0;
  width: 522px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim__preview {
  left: 0px;
  top: -9px;
}

.c-items-colorsim__preview-frame {
  position: relative;
  background-color: #fff;
}

.c-items-colorsim__preview-image {
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  transition: opacity 0.3s ease;
}

.c-items-colorsim__options {
  position: relative;
  left: 33px;
  top: -29px;
  flex: 1;
  container-type: inline-size;
}

.section-features-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim__options {
  left: -1px;
}

.c-items-colorsim__group + .c-items-colorsim__group {
  margin-top: 36px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim__group:nth-child(1) {
  position: relative;
  top: 3px;
}

.c-items-colorsim__group:nth-child(2) {
  position: relative;
  top: -39px;
}

.c-items-colorsim__group:nth-child(3) {
  position: relative;
  top: -84px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim {
  background-color: transparent;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim {
  top: -120px;
  background-color: transparent;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  height: 2061px;
  background-color: #D5D1CD;
  z-index: -1;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 1px;
  background-color: #D5D1CD;
  z-index: -1;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim__title {
  top: -16px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim__title {
  top: 9px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim__title::after {
  bottom: 14px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim__title::after {
  bottom: 13px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim__body {
  position: relative;
  top: -25px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim__preview {
  left: 0px;
  top: -9px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim__preview-frame {
  z-index: 2;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim__options {
  left: -1px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim__group:nth-child(1) {
  position: relative;
  top: 3px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim__body {
  position: relative;
  top: -25px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim__preview {
  left: 0px;
  top: 21px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim__preview-frame {
  z-index: 2;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim__options {
  left: -1px;
  top: 1px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim__group:nth-child(1) {
  position: relative;
  top: -2px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim__preview-frame {
  height: 459px;
  overflow: hidden;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim .c-items-colorsim__preview-image {
  height: 459px;
  object-fit: cover;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail {
  top: -99px;
  background-color: #D5D1CD;
  padding-bottom: 68px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail {
  top: -174px;
  background-color: transparent;
  padding-bottom: 0;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail {
  padding: 0 188px 0;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__title {
  top: 20px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__title::after {
  bottom: 13px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(2) .c-features-detail__image {
  position: relative;
  top: -46px;
  flex-shrink: 0;
  flex-basis: 522px;
  width: 522px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(2) {
  gap: 20px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(2) .c-features-detail__body {
  position: relative;
  top: -79px;
  left: 0px;
  flex: 1 1 522px;
  max-width: 522px;
  min-width: 0;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(2) .c-features-detail__heading {
  border-bottom: none;
  position: relative;
  top: 48px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(2) .c-features-detail__text {
  position: relative;
  top: 16px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(2) .c-features-detail__icons {
  position: relative;
  top: 24px;
  justify-content: center;
  gap: 37px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(2) .c-features-detail__icon-label {
  position: relative;
  top: -10px;
  text-align: left;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(3) .c-features-detail__image {
  position: relative;
  top: -94px;
  flex-shrink: 0;
  flex-basis: 522px;
  width: 522px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(3) {
  gap: 20px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(3) .c-features-detail__body {
  position: relative;
  top: -80px;
  flex: 1 1 522px;
  max-width: 522px;
  min-width: 0;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(3) .c-features-detail__heading {
  border-bottom: none;
  position: relative;
  top: -2px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(3) .c-features-detail__text {
  position: relative;
  top: -33px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__title {
  top: 21px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail {
  padding: 0 188px 0;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__title::after {
  bottom: 14px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(2) .c-features-detail__image {
  position: relative;
  top: -47px;
  flex-shrink: 0;
  flex-basis: 522px;
  width: 522px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(2) {
  gap: 20px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(2) .c-features-detail__body {
  position: relative;
  top: -80px;
  left: 0px;
  flex: 1 1 522px;
  max-width: 522px;
  min-width: 0;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(2) .c-features-detail__heading {
  border-bottom: none;
  position: relative;
  top: 48px;
  left: 10px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(2) .c-features-detail__text {
  position: relative;
  top: 16px;
  left: 10px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(2) .c-features-detail__icons {
  position: relative;
  top: 27px;
  justify-content: center;
  gap: 37px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(2) .c-features-detail__icon-label {
  position: relative;
  top: -10px;
  text-align: left;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(3) .c-features-detail__image {
  position: relative;
  top: -94px;
  flex-shrink: 0;
  flex-basis: 522px;
  width: 522px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(3) {
  gap: 20px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(3) .c-features-detail__body {
  position: relative;
  top: -80px;
  flex: 1 1 522px;
  max-width: 522px;
  min-width: 0;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(3) .c-features-detail__heading {
  border-bottom: none;
  position: relative;
  top: -2px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(4) .c-features-detail__image {
  position: relative;
  top: -116px;
  flex-shrink: 0;
  flex-basis: 522px;
  width: 522px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(4) {
  gap: 20px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(4) .c-features-detail__body {
  position: relative;
  top: -120px;
  left: 0px;
  flex: 1 1 522px;
  max-width: 522px;
  min-width: 0;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(4) .c-features-detail__heading {
  border-bottom: none;
  position: relative;
  top: 6px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(4) .c-features-detail__text {
  position: relative;
  top: -25px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(3) .c-features-detail__text {
  position: relative;
  top: -33px;
}

.c-items-colorsim__group-title {
  position: relative;
  top: 7px;
  margin: 0 0 16px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 20px;
  line-height: 44px;
  letter-spacing: 0.2em;
  color: #0C1326;
  font-weight: normal;
}

.c-items-colorsim__swatch-list {
  position: relative;
  top: -10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 35px;
}

.c-items-colorsim__swatch {
  cursor: pointer;
  flex: 0 0 auto;
  width: 74px;
  overflow: visible;
}

.c-items-colorsim__swatch-frame {
  position: relative;
  display: block;
  width: 74px;
  aspect-ratio: 1 / 1;
  box-sizing: content-box;
  border: 1px solid transparent;
}

.c-items-colorsim__swatch-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-items-colorsim__swatch-check {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #0C1326;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.c-items-colorsim__swatch.is-checked .c-items-colorsim__swatch-check {
  opacity: 1;
}

.c-items-colorsim__swatch.is-checked .c-items-colorsim__swatch-frame {
  border: 2px solid #1C263C;
}

.c-items-colorsim__swatch-label {
  position: relative;
  top: -5px;
  display: block;
  width: 100%;
  margin-top: 8px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  color: #0C1326;
  text-align: left;
  white-space: nowrap;
  overflow: visible;
}

.section-items-intro {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro {
  top: -23px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro {
  top: -120px;
}

.section-items-spec {
  margin-top: 0;
}

.c-items-spec__swatch-list {
  display: flex;
  gap: 16px;
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}

.c-items-spec__swatch {
  text-align: left;
  flex: 1 1 0;
  min-width: 0;
  max-width: 74px;
}

.c-items-colorsim__preview-caption {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin: 16px 0 0;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #0C1326;
}

.section-features-detail {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail {
  background-color: transparent;
  margin-bottom: -296px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1907px;
  background-color: #D5D1CD;
  z-index: -1;
}

.c-features-detail {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 198px 0;
  box-sizing: border-box;
  container-type: inline-size;
}

@media (min-width: 1441px) {
  .c-features-detail {
    width: 1440px;
    padding: 0 198px 0;
  }
}

.c-features-detail__title {
  position: relative;
  top: 7px;
  margin: 0 0 60px;
  padding-bottom: 24px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 20px;
  line-height: 44px;
  letter-spacing: 0.2em;
  color: #0C1326;
  font-weight: normal;
  text-align: center;
}

.c-features-detail__title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #0C1326;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__title {
  top: -185px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row {
  gap: 30px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail {
  padding: 0 183px 0;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__image {
  flex-basis: 522px;
  width: 522px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__title::after {
  bottom: 17px;
}

.c-features-detail__title-sub {
  margin-left: 16px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.18em;
}

.c-features-detail__br--sp {
  display: none;
}

.c-features-detail__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 90px;
}

.c-features-detail__row + .c-features-detail__row,
.c-features-detail__icons + .c-features-detail__row {
  margin-top: 100px;
}

.c-features-detail__row--reverse {
  flex-direction: row-reverse;
}

.c-features-detail__image {
  flex-shrink: 1;
  flex-basis: 500px;
  min-width: 0;
  width: 500px;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-features-detail__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(2) .c-features-detail__image {
  position: relative;
  top: -253px;
}

.c-features-detail__body {
  flex: 1;
  max-width: 544px;
  min-width: 0;
  text-align: center;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(2) .c-features-detail__heading {
  border-bottom: none;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(2) .c-features-detail__text {
  position: relative;
  top: -32px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(2) .c-features-detail__body {
  position: relative;
  top: -240px;
  flex: 1 1 522px;
  max-width: 522px;
  min-width: 0;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(2) .c-features-detail__icons {
  position: relative;
  top: -25px;
  gap: 37px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(2) .c-features-detail__icon-label {
  position: relative;
  top: -10px;
  text-align: left;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(3) .c-features-detail__heading {
  border-bottom: none;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(3) .c-features-detail__text {
  position: relative;
  top: -32px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(3) .c-features-detail__body {
  position: relative;
  top: -290px;
  flex: 1 1 522px;
  max-width: 522px;
  min-width: 0;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(3) .c-features-detail__image {
  position: relative;
  top: -301px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(4) .c-features-detail__heading {
  border-bottom: none;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(4) .c-features-detail__body {
  position: relative;
  top: -338px;
  left: 0px;
  flex: 1 1 522px;
  max-width: 522px;
  min-width: 0;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(4) .c-features-detail__image {
  position: relative;
  top: -347px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(4) .c-features-detail__text {
  position: relative;
  top: -30px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(4) .c-features-detail__swatches {
  position: relative;
  top: -25px;
  justify-content: center;
  gap: 37px;
}

.section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail .c-features-detail__row:nth-child(4) .c-features-detail__swatch-label {
  position: relative;
  top: -10px;
  font-size: 20px;
  line-height: 44px;
  letter-spacing: 0.18em;
  text-align: left;
}

.c-features-detail__heading {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #0C1326;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 30px;
  line-height: 66px;
  letter-spacing: 0.2em;
  color: #0C1326;
  font-weight: normal;
}

.c-features-detail__text {
  margin: 0;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 20px;
  line-height: 44px;
  letter-spacing: 0.18em;
  color: #0C1326;
}

.c-features-detail__price {
  margin: 24px 0 0;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 20px;
  line-height: 44px;
  letter-spacing: 0.18em;
  color: #0C1326;
}

.c-features-detail__icons,
.c-features-detail__swatches {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 35px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

.c-features-detail__swatches {
  justify-content: flex-start;
}

.c-features-detail__icons > li,
.c-features-detail__swatches > li {
  flex: 0 0 auto;
  width: 142px;
  overflow: visible;
}

.c-features-detail__icon-frame,
.c-features-detail__swatch-frame {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.c-features-detail__icon-frame img,
.c-features-detail__swatch-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-features-detail__icon-label,
.c-features-detail__swatch-label {
  display: block;
  margin-top: 12px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #0C1326;
  text-align: center;
}

.c-features-detail__icon-label {
  font-size: 20px;
  line-height: 44px;
  letter-spacing: 0.18em;
}

.section-features-movie {
  width: 100%;
  background-color: #fff;
  padding: 0 0 150px;
  position: relative;
  z-index: 1;
}


.c-features-movie {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 198px;
  box-sizing: border-box;
  text-align: center;
}

.section-colors-detail + .section-features-movie .c-features-movie__title {
  margin-top: 134px;
}

.c-features-movie__title {
  margin: 14px 0 30px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 30px;
  line-height: 66px;
  letter-spacing: 0.4em;
  color: #0C1326;
  font-weight: normal;
}

.c-features-movie__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1044 / 587;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #D9D6D0;
}

.c-features-movie__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-features-movie__play {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 127px;
  height: 127px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.c-features-movie__play:hover {
  transform: translateY(-6px) scale(1.06);
}

.c-features-movie__frame.is-playing .c-features-movie__play {
  display: none;
}

.c-features-movie__play-icon {
  width: 100%;
  height: 100%;
  display: block;
}

.section-features-find,
.section-features-store {
  width: 100%;
  background-color: #fff;
  padding: 0 0 140px;
  position: relative;
  z-index: 1;
}

.section-features-store ~ footer .section-brand {
  margin-top: -109px;
}

.c-features-find,
.c-features-store {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 80.06px;
  box-sizing: border-box;
}

.c-features-find {
  transform: translateY(-6px);
}

.c-features-find__title,
.c-features-store__title {
  margin: 0 0 55px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 26px;
  letter-spacing: 0.3em;
  color: #0C1326;
  font-weight: normal;
  text-align: center;
}

.c-features-find__title {
  font-size: 30px;
  line-height: 66px;
  letter-spacing: 0.4em;
}

.c-features-store__title {
  font-size: 30px;
  line-height: 66px;
  letter-spacing: 0.4em;
  transform: translateY(-64px);
}

.c-features-find__list,
.c-features-store__list {
  display: flex;
  gap: 80.06px;
}

.c-features-find__item,
.c-features-store__item {
  display: block;
  flex: 1;
  min-width: 0;
  color: #0C1326;
  text-decoration: none;
}

.c-features-find__item {
  transform: translateY(-35px);
}

.c-features-store__item {
  transform: translateY(-87px);
}

.c-features-find__head,
.c-features-store__head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.c-features-find__label,
.c-features-store__label {
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 30px;
  line-height: 66px;
  letter-spacing: 0.4em;
  white-space: nowrap;
}

.c-features-find__arrow,
.c-features-store__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border: 1px solid #0C1326;
  border-radius: 50%;
  font-size: 24px;
  transition: transform 0.3s ease;
}

.c-features-find__item:hover .c-features-find__arrow,
.c-features-store__item:hover .c-features-store__arrow {
  transform: translateX(4px);
}

.c-features-find__item:nth-child(2) .c-features-find__arrow {
  transform: translateX(15px);
}

.c-features-find__item:nth-child(2):hover .c-features-find__arrow {
  transform: translateX(19px);
}

.c-features-find__sublabel,
.c-features-store__sublabel {
  margin: 4px 0 20px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 15px;
  line-height: 33px;
  letter-spacing: 0.4em;
}

.c-features-find__sublabel {
  transform: translateY(-24px);
}

.c-features-store__sublabel {
  transform: translateY(-20px);
}

.c-features-find__image {
  width: 100%;
  aspect-ratio: 600 / 450;
  background-size: cover;
  background-position: center;
  transform: translateY(-34px);
}

.c-features-store__image {
  position: relative;
  width: 100%;
  aspect-ratio: 600 / 450;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transform: translateY(-32px);
}


@media (max-width: 768px) {
  .c-features-mv__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 15, 10, 0.35);
    pointer-events: none;
  }

  .c-features-mv__text {
    top: auto;
    bottom: 20px;
    left: 50%;
    right: auto;
    width: calc(100% - 40px);
    padding: 0;
    transform: translateX(-50%);
  }

  .c-features-mv__title {
    white-space: normal;
    font-size: 15px;
    letter-spacing: 0em;
  }

  .c-features-mv__body {
    margin-top: 20px;
    white-space: normal;
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.2em;
  }

  .c-features-mv__br--sp {
    display: inline;
  }

  .c-features-intro {
    padding: 40px 20px 0px;
  }

  .section-features-intro + .section-features-detail {
    padding-top: 30px;
  }

  .section-features-detail {
    padding-bottom: 0px;
    margin-bottom: -30px;
  }

  .section-features-movie {
    padding-bottom: 50px;
  }

  #js-scale-wrapper .section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-features-movie {
    margin-top: -138px;
  }

  .c-features-intro__title {
    white-space: normal;
    font-size: 18px;
  }

  .c-features-detail {
    padding: 0 20px 60px;
  }

  .section-features-intro + .section-features-detail .c-features-detail {
    padding: 0 20px 60px;
  }

  .c-features-detail__row,
  .c-features-detail__row--reverse {
    flex-direction: column;
    gap: 0px;
  }

  .c-features-detail__row + .c-features-detail__row {
    margin-top: 40px;
  }

  .c-features-detail__image {
    flex-basis: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .c-features-detail__body {
    max-width: 100%;
  }

  .c-features-detail__heading {
    margin: 0 0 11px;
    padding-bottom: 1px;
    white-space: normal;
    font-size: 18px;
  }

  .c-features-detail__text {
    white-space: normal;
    font-size: 12px;
    line-height: 1.9;
  }

  .c-features-movie {
    padding: 0 20px;
  }

  .c-features-movie__title {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .c-features-movie__play {
    width: 50px;
    height: 50px;
  }

  .c-features-find,
  .c-features-store {
    padding: 0 20px;
  }

  .section-features-find {
    padding-bottom: 35px;
  }

  .section-features-store {
    padding-bottom: 30px;
  }

  .c-features-find__title {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .c-features-store__title {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .c-features-find__list {
    flex-direction: column;
    gap: 30px;
  }

  .c-features-store__list {
    flex-direction: column;
    gap: 10px;
  }

  .c-features-find__label,
  .c-features-store__label {
    font-size: 15px;
  }

  .c-features-find__arrow,
  .c-features-store__arrow {
    width: 24px;
    height: 24px;
    font-size: 12px;
  }

  .c-features-find__sublabel,
  .c-features-store__sublabel {
    font-size: 11px;
  }

  /* ===== items.html: PC専用の絶対位置指定をリセットしてSP用に再構成 ===== */

  #js-scale-wrapper .section-items-spec {
    position: relative;
    top: auto;
    z-index: auto;
  }

  #js-scale-wrapper .section-items-colorsim {
    z-index: auto;
  }

  #js-scale-wrapper .section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim {
    padding-bottom: 119px;
  }

  #js-scale-wrapper .section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim {
    padding-bottom: 194px;
    top: 0px;
  }

  #js-scale-wrapper .section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail {
    background-color: #D5D1CD;
  }

  #js-scale-wrapper .section-items-intro {
    position: relative;
    top: auto;
    z-index: auto;
  }

  #js-scale-wrapper .section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro {
    margin-top: -10px;
  }

  #js-scale-wrapper .section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro {
    margin-top: -129px;
  }

  #js-scale-wrapper .section-features-detail {
    margin-bottom: 0;
    padding-top: 30px;
    z-index: auto;
  }

  #js-scale-wrapper .section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail + .section-items-intro + .section-items-spec + .section-items-colorsim + .section-features-detail {
    padding-bottom: 0px;
  }

  #js-scale-wrapper .c-items-spec {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px 30px;
    position: static;
    top: auto;
  }

  #js-scale-wrapper .c-items-spec__col {
    position: static;
    left: auto;
    min-width: 0;
  }

  #js-scale-wrapper .c-items-spec__heading::after {
    width: 100%;
  }

  #js-scale-wrapper .c-items-spec__row dd {
    position: static;
    left: auto;
    white-space: normal;
  }

  #js-scale-wrapper .c-items-spec__text:nth-of-type(2) {
    position: static;
    top: auto;
  }

  #js-scale-wrapper .c-items-spec__btn {
    position: static;
    top: auto;
  }

  #js-scale-wrapper .c-items-spec__swatch-list {
    position: static;
    top: auto;
    gap: 20px;
  }

  #js-scale-wrapper .c-items-colorsim {
    padding: 0 20px;
  }

  #js-scale-wrapper .c-items-colorsim__title {
    position: relative;
    top: auto;
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 16px;
  }

  .c-items-colorsim__title-sub {
    display: block;
    margin-left: 0;
    line-height: 1.4;
    font-size: 13px;
  }

  #js-scale-wrapper .c-items-colorsim__body {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    position: static;
    top: auto;
  }

  #js-scale-wrapper .c-items-colorsim__preview {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
  }

  #js-scale-wrapper .c-items-colorsim__options {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
  }

  #js-scale-wrapper .c-items-colorsim__group:nth-child(2),
  #js-scale-wrapper .c-items-colorsim__group:nth-child(3) {
    position: static;
    top: auto;
  }

  #js-scale-wrapper .c-items-colorsim__preview-image {
    aspect-ratio: 503 / 459;
    height: auto;
    object-fit: cover;
  }

  #js-scale-wrapper .c-items-colorsim__preview-frame {
    height: auto;
  }

  .c-items-colorsim__swatch-label {
    font-size: 11px;
  }

  #js-scale-wrapper .c-items-spec__heading {
    font-size: 16px;
  }

  .c-items-spec__heading-sub {
    font-size: 13px;
  }

  .c-items-spec__text,
  .c-items-spec__row,
  .c-items-spec__size-list li {
    font-size: 13px;
  }

  .c-items-colorsim__group-title {
    margin: 0 0 1px;
    font-size: 16px;
  }

  .c-items-colorsim__group + .c-items-colorsim__group {
    margin-top: 8px;
  }

  #js-scale-wrapper .section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail::before {
    display: none;
  }

  #js-scale-wrapper .section-features-intro + .section-items-spec + .section-items-colorsim + .section-features-detail {
    background-color: #D5D1CD;
    padding-bottom: 18px;
  }

  .c-features-intro__image-wrap {
    margin-top: 30px;
  }

  .c-items-colorsim__br--sp {
    display: inline;
  }

  #js-scale-wrapper .c-items-colorsim__swatch-list {
    position: static;
    top: auto;
    flex-wrap: wrap;
    gap: 10px;
  }

  #js-scale-wrapper .c-features-detail {
    padding: 0 20px 60px;
  }

  #js-scale-wrapper .c-features-detail__title {
    position: relative;
    top: auto;
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .c-features-detail__title-sub {
    display: block;
    margin-left: 0;
    line-height: 1.4;
    font-size: 13px;
  }

  .c-features-detail__br--sp {
    display: inline;
  }

  #js-scale-wrapper .c-features-detail__row {
    position: static;
    gap: 10px;
  }

  #js-scale-wrapper .c-features-detail__image {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    flex-basis: auto;
  }

  #js-scale-wrapper .c-features-detail__body {
    position: static;
    top: auto;
    left: auto;
    flex: 1 1 auto;
    max-width: 100%;
    width: auto;
  }

  #js-scale-wrapper .c-features-detail__heading {
    position: static;
    top: auto;
  }

  #js-scale-wrapper .c-features-detail__text {
    position: static;
    top: auto;
  }

  #js-scale-wrapper .c-features-detail__icons,
  #js-scale-wrapper .c-features-detail__swatches {
    position: static;
    top: auto;
    gap: 10px;
  }

  #js-scale-wrapper .c-features-detail__icons > li,
  #js-scale-wrapper .c-features-detail__swatches > li {
    width: calc((100% - 20px) / 3);
  }

  #js-scale-wrapper .c-features-detail__icon-label {
    position: static;
    top: auto;
    margin-top: 0px;
    font-size: 13px;
  }

  #js-scale-wrapper .c-features-detail__swatch-label {
    font-size: 13px;
    top: auto;
    margin-top: 0px;
  }

  .c-features-detail__price {
    font-size: 12px;
  }

}

/* ===== colors.html ===== */

.section-colors-mv {
  width: 100%;
}

.c-colors-mv {
  position: relative;
  width: 100%;
}

.c-colors-mv__image {
  display: block;
  width: 100%;
  height: auto;
}

.c-colors-mv__text {
  position: absolute;
  bottom: 230px;
  left: 50%;
  transform: translateX(calc(-50% + 240px));
  box-sizing: border-box;
  text-align: center;
}

.c-colors-mv__title {
  margin: 0;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 30px;
  letter-spacing: 0.4em;
  color: #fff;
  font-weight: normal;
}

.c-colors-mv__body {
  margin: 40px 0 0;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 20px;
  line-height: 44px;
  letter-spacing: 0.2em;
  color: #fff;
}

.section-colors-detail {
  width: 100%;
  background-color: #fff;
}

.section-colors-detail--dark {
  background-color: #D5D1CD;
}

.c-colors-detail {
  position: relative;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}

.c-colors-detail__title {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 30px;
  letter-spacing: 0.35em;
  color: #0C1326;
  font-weight: normal;
  text-align: center;
}

.c-colors-detail__ph {
  position: absolute;
  display: block;
}

.c-colors-detail__coordinate {
  position: absolute;
  width: 420px;
}

.c-colors-detail__coordinate-title {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 16px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 22px;
  letter-spacing: 0.15em;
  color: #0C1326;
  font-weight: normal;
}

.c-colors-detail__coordinate-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #0C1326;
}

.c-colors-detail__coordinate-title-sub {
  margin-left: 20px;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.c-colors-detail__coordinate-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-colors-detail__coordinate-list li {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  padding: 4px 0;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 15px;
  letter-spacing: 0.18em;
  color: #0C1326;
}

.c-colors-detail__coordinate-list li span:first-child {
  flex: 0 0 190px;
  white-space: nowrap;
}

.c-colors-detail__coordinate-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 40px;
  margin-top: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #0C1326;
  color: #fff;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.c-features-detail__body .c-colors-detail__coordinate-btn {
  margin-left: auto;
  margin-right: auto;
}

.c-colors-detail__coordinate-btn-arrow {
  margin-left: 8px;
}

.c-colors-recommend__title {
  position: absolute;
  left: 780px;
  margin: 0;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 22px;
  letter-spacing: 0.3em;
  color: #0C1326;
  font-weight: normal;
}

.c-colors-recommend__col {
  position: absolute;
  width: 210px;
}

.c-colors-recommend__heading {
  position: relative;
  display: inline-block;
  margin: 0 0 16px;
  padding-bottom: 16px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #0C1326;
  font-weight: normal;
}

.c-colors-recommend__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  border-bottom: 1px solid #0C1326;
}

.c-colors-recommend__heading-sub {
  margin-left: 28px;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.c-colors-recommend__col--color .c-colors-recommend__heading {
  display: block;
  width: 284px;
}

.c-colors-recommend__col--chair .c-colors-recommend__heading {
  display: block;
  width: 210px;
}

.c-colors-recommend__text {
  margin: 5px 0 0;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: 0.1em;
  color: #0C1326;
}

.c-colors-recommend__list {
  margin: 5px 0 0;
}

.c-colors-recommend__row {
  display: flex;
  gap: 4px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: 0.1em;
  color: #0C1326;
}

.c-colors-recommend__row dt {
  flex-shrink: 0;
  white-space: nowrap;
}

.c-colors-recommend__row dd {
  margin: 0;
}

.c-colors-recommend__swatch-list {
  display: flex;
  gap: 31px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.c-colors-recommend__swatch-frame {
  display: block;
  width: 74px;
  height: 74px;
  border: 1px solid #0C1326;
  box-sizing: border-box;
}

.c-colors-recommend__swatch-frame img {
  display: block;
  width: 100%;
  height: 100%;
}

.c-colors-recommend__swatch-label {
  display: block;
  margin-top: 10px;
  font-family: "MFW-PA1MinchoStdN-Regular", serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #0C1326;
  text-align: center;
}

.c-colors-mv__overlay {
  display: none;
}

@media (max-width: 768px) {

  /* ---- FV ---- */
  .c-colors-mv__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 15, 10, 0.35);
    pointer-events: none;
  }

  .c-colors-mv__text {
    top: auto;
    bottom: 20px;
    left: 50%;
    right: auto;
    width: calc(100% - 40px);
    transform: translateX(-50%);
  }

  .c-colors-mv__title {
    white-space: normal;
    font-size: 15px;
  }

  .c-colors-mv__body {
    margin-top: 20px;
    white-space: normal;
    font-size: 12px;
    line-height: 1.9;
  }

  /* ---- 各色の紹介セクション（PC専用の絶対配置コラージュをSP用に縦積みへ再構成） ---- */
  .c-colors-detail {
    width: 100% !important;
    height: auto !important;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .section-colors-detail {
    padding-top: 40px;
  }

  .section-colors-detail--dark {
    padding-bottom: 30px;
  }

  .c-colors-detail__title {
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin: 0 0 30px !important;
    letter-spacing: 0.25em;
    white-space: normal;
    font-size: 16px;
  }

  .c-colors-detail__ph {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 30px;
  }

  .c-colors-detail__ph[src*="2nd_colors_lg_gg_01.jpg"],
  .c-colors-detail__ph[src*="2nd_colors_dg_bk_01.jpg"],
  .c-colors-detail__ph[src*="2nd_colors_wt_wt_01.jpg"] {
    width: calc(100% + 40px) !important;
    margin-left: -20px;
    margin-right: -20px;
  }

  .c-colors-detail__coordinate {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    margin: 0 0 15px;
  }

  .c-colors-detail__coordinate-title {
    font-size: 16px;
  }

  .c-colors-detail__coordinate-list li {
    font-size: 12px;
    gap: 10px;
  }

  .c-colors-detail__coordinate-list li span:first-child {
    flex: 0 0 auto;
    white-space: normal;
  }

  .c-colors-detail__coordinate-btn {
    width: 240px;
    height: 32px;
    margin-top: 16px;
    border-radius: 16px;
    font-size: 12px;
  }

  .c-colors-recommend__title {
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin: 0 0 15px !important;
    font-size: 16px;
  }

  .c-colors-recommend__col {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    margin: 0 0 35px;
  }

  .c-colors-recommend__heading {
    display: block;
    width: 100%;
    font-size: 16px;
  }

  .c-colors-recommend__col--color .c-colors-recommend__heading,
  .c-colors-recommend__col--chair .c-colors-recommend__heading {
    width: 100%;
  }

  .c-colors-recommend__swatch-list {
    gap: 12px;
  }

  .section-colors-detail + .section-features-movie .c-features-movie__title {
    margin-top: 14px;
  }

}
