@charset "UTF-8";

body {
  background: #000;
}

#main {
  line-height: 1.8;
  background: #fff;
}

.spring2026-container,
.spring2026-modal-container {
  padding: 0;
  margin: 0 auto;
  letter-spacing: 0.03em;
}

.spring2026-container *,
.spring2026-container *::before,
.spring2026-container *::after,
.spring2026-modal-container *,
.spring2026-modal-container *::before,
.spring2026-modal-container *::after {
  box-sizing: border-box;
}

.spring2026-container img,
.spring2026-modal-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  outline: none;
}

.spring2026-container button,
.spring2026-modal-container button {
  appearance: none;
  cursor: pointer;
  border-radius: 0;
  outline: none;
}

.spring2026-container button,
.spring2026-container input,
.spring2026-container a,
.spring2026-modal-container button,
.spring2026-modal-container input,
.spring2026-modal-container a {
  -webkit-tap-highlight-color: transparent;
}

.spring2026-container sup,
.spring2026-modal-container sup {
  font-size: 8px;
  letter-spacing: 0;
  vertical-align: super;
}

.spring2026-container .hn,
.spring2026-modal-container .hn {
  display: inline-block;
  font-family: HelveticaNeueLTStd-Th;
  font-weight: 200;
  transform: translateY(0.1em);
}

.spring2026-container .spring2026-note,
.spring2026-modal-container .spring2026-note {
  display: block;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0;
}

.js-spring2026-accordion-content {
  display: none;
}

.spring2026-container {
  padding: 0 0 100px;
}

.spring2026-kv-video {
  margin-bottom: 23px;
  background-color: #ccc;
}

.video-js.vjs-ended .vjs-poster {
  display: block;
}

.spring2026-sec-width {
  max-width: 700px;
  margin: 0 auto;
}

.spring2026-modal-btn {
  position: relative;
  margin-bottom: 88px;
  text-align: center;
}

.spring2026-modal-btn button {
  position: relative;
  display: inline-block;
  padding: 6px 1.2em 6px 0;
  font-size: 1.25em;
  color: #000;
  letter-spacing: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
}

.spring2026-modal-btn button::before, .spring2026-modal-btn button::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 1px;
  content: "";
  background-color: #000;
}

.spring2026-modal-btn button::after {
  transform: rotate(90deg);
}

.spring2026-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: auto;
  visibility: hidden;
  background-color: rgb(0 0 0 / 90%);
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  -webkit-overflow-scrolling: touch;
}

.spring2026-modal-container.is-show {
  visibility: visible;
  opacity: 1;
}

.spring2026-modal-content {
  padding: 80px 25px;
}

.spring2026-modal-content-inner {
  position: relative;
  max-width: 1000px;
  padding: 35px 30px;
  margin: auto;
  background: #fff;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.spring2026-modal-content-inner.is-show {
  opacity: 1;
}

.spring2026-modal-close-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-tap-highlight-color: transparent;
}

.spring2026-modal-close-btn::before, .spring2026-modal-close-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  content: "";
  background-color: #000;
}

.spring2026-modal-close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.spring2026-modal-close-btn::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

.spring2026-modal-main-img {
  max-width: 460px;
  margin: 0 auto 40px;
}

.spring2026-modal-main-title {
  margin-bottom: 30px;
  font-size: 26px;
  text-align: center;
}

.spring2026-madol-tab-btn {
  display: flex;
  justify-content: space-around;
  max-width: 800px;
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
}

.spring2026-modal-tab-btn-item {
  display: inline-block;
  padding: 14px 28px;
  font-size: 14px;
  color: #000;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}

.spring2026-modal-tab-btn-item.is-show {
  border-bottom-color: #000;
}

.spring2026-modal-tab-content {
  display: none;
  padding: 45px 0 0;
}

.spring2026-modal-tab-content.is-show {
  display: block;
}

.spring2026-modal-tab-content-row {
  display: flex;
  justify-content: center;
  max-width: 440px;
  margin: 0 auto 60px;
}

.spring2026-modal-tab-content-product {
  flex: 1;
}

.spring2026-modal-tab-content-product.spring2026-modal-tab-content-product-01 .spring2026-modal-tab-content-img img, .spring2026-modal-tab-content-product.spring2026-modal-tab-content-product-02 .spring2026-modal-tab-content-img img {
  width: 80px;
}

.spring2026-modal-tab-content-product.spring2026-modal-tab-content-product-03 .spring2026-modal-tab-content-img img {
  width: 70px;
}

.spring2026-modal-tab-content-product.spring2026-modal-tab-content-product-04 .spring2026-modal-tab-content-img img {
  width: 53px;
}

.spring2026-modal-tab-content-product.spring2026-modal-tab-content-product-05 .spring2026-modal-tab-content-img img {
  width: 260px;
}

.spring2026-modal-tab-content-product.spring2026-modal-tab-content-product-06 .spring2026-modal-tab-content-img img {
  width: 180px;
}

.spring2026-modal-tab-content-product.spring2026-modal-tab-content-product-07 .spring2026-modal-tab-content-img img {
  width: 90px;
}

.spring2026-modal-tab-content-product.spring2026-modal-tab-content-product-08 .spring2026-modal-tab-content-img img {
  width: 24px;
}

.spring2026-modal-tab-content-product.spring2026-modal-tab-content-product-09 .spring2026-modal-tab-content-img img {
  width: 55px;
}

.spring2026-modal-tab-content-product.spring2026-modal-tab-content-product-10 .spring2026-modal-tab-content-img img {
  width: 56px;
}

.spring2026-modal-tab-content-product.spring2026-modal-tab-content-product-11 .spring2026-modal-tab-content-img img {
  width: 90px;
}

.spring2026-modal-tab-content-product.spring2026-modal-tab-content-product-12 .spring2026-modal-tab-content-img img {
  width: 42px;
}

.spring2026-modal-tab-content-title {
  width: 100%;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.3888;
  text-align: center;
}

.spring2026-modal-tab-content-color-wrap {
  display: flex;
  max-width: 500px;
  margin: auto;
}

.bringCloser {
  width: 380px;
  margin: auto;
}

.spring2026-modal-tab-content-color {
  flex: 1;
}

.spring2026-modal-tab-content-color a {
  display: block;
}

.spring2026-modal-tab-content-code {
  margin-top: 14px;
  font-family: HelveticaNeueLTStd-Th;
  font-size: 14px;
  line-height: 1.4722;
  text-align: center;
  text-decoration: underline;
}

.spring2026-main-title {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.225;
}

.spring2026-main-text-box {
  position: relative;
  margin-bottom: 80px;
}

.spring2026-main-text-box.is-open {
  padding-bottom: 0;
  transition: padding 0.3s ease;
}

.spring2026-main-text-box.is-open .spring2026-main-text-box-inner::after {
  opacity: 0;
}

.spring2026-main-text-box.is-open .spring2026-main-text-more::after {
  content: "-";
}

.spring2026-main-text-box-inner {
  position: relative;
  max-height: 270px;
  padding-bottom: 30px;
  overflow-y: hidden;
  transition: max-height 0.3s ease;
}

.spring2026-main-text-box-inner::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 120px;
  pointer-events: none;
  content: "";
  background: #fff;
  background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255) 60%, rgb(255 255 255 / 0%) 100%);
  transition: opacity 0.3s ease;
}

.spring2026-main-text p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.7143;
}

.spring2026-main-text p.text-01 {
  margin-bottom: 60px;
}

.spring2026-main-text p:last-child {
  margin-bottom: 0;
}

.spring2026-main-text-more {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
  padding: 0;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.03em;
  background-color: transparent;
  border: none;
}

.spring2026-main-text-more::after {
  display: inline-block;
  width: auto;
  margin-top: 0;
  margin-left: 0.2em;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  content: "+";
  transform: translateY(-0.07em);
}

.spring2026-alink {
  margin-bottom: 80px;
}

.spring2026-alink-list > li {
  border-bottom: 1px solid #000;
}

.spring2026-alink-list > li:first-child {
  border-top: 1px solid #000;
}

.spring2026-alink-list > li > a,
.spring2026-alink-list > li > button {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 0 18px 14px !important;
  font-size: 16px;
  line-height: 1;
  color: #000;
  text-decoration: none;
}

.spring2026-alink-list > li > a::after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 5px;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background-color: #000;
  transform: translateY(-50%) rotate(90deg);
}

.spring2026-alink-list > li > button {
  text-align: left;
  background-color: transparent;
  border: none;
}

.spring2026-alink-list > li > button::before, .spring2026-alink-list > li > button::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 13px;
  height: 1px;
  content: "";
  background-color: #000;
}

.spring2026-alink-list > li > button::after {
  transition: opacity 0.3s ease;
  transform: rotate(90deg);
}

.spring2026-alink-list > li > button.is-open::after {
  opacity: 0;
}

.spring2026-alink-sub {
  /* display: none; */
}

.spring2026-alink-sub-list {
  display: none;
}

.spring2026-alink-sub-list li {
  border-top: 1px solid #e5e5e5;
}

.spring2026-alink-sub-list li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 30px 0 30px 70px;
  text-decoration: none;
}

.spring2026-alink-sub-list li a::after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 5px;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background-color: #000;
  transform: translateY(-50%) rotate(90deg);
}

.spring2026-alink-sub-list li a figure {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: auto;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
}

.spring2026-alink-sub-list li a figure::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.spring2026-alink-sub-list li a span {
  font-size: 14px;
  line-height: 1.25;
}

.spring2026-lineup {
  padding: 40px 40px 130px;
}

.spring2026-lineup-title {
  width: 117px;
  margin: 0 auto 40px;
}

.spring2026-lineup-list {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.spring2026-lineup-item {
  position: relative;
  display: flex;
  width: 190px;
  border: 1px solid #e5e5e5;
}

.spring2026-lineup-item::after {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 8px;
  height: 5px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #000;
  transform: translate(-50%, 0);
}

.spring2026-lineup-item a {
  position: relative;
  width: 100%;
  padding: 15px 0 35px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.spring2026-lineup-item a:hover {
  opacity: 0.7;
}

.spring2026-lineup-item-badge {
  margin-bottom: 20px;
  font-size: 10px;
  letter-spacing: 0.03em;
}

.spring2026-lineup-item-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.spring2026-lineup-item-img img {
  display: inline-block;
  max-height: 100%;
}

.spring2026-lineup-item-img img.lu_img-01 {
  width: 38px;
}

.spring2026-lineup-item-img img.lu_img-02 {
  width: 30px;
}

.spring2026-lineup-item-img img.lu_img-03 {
  width: 62px;
  margin: 0 0 0 26px;
}

.spring2026-lineup-item-name {
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.spring2026-lineup-item-price {
  font-size: 11px;
  letter-spacing: 0;
}

.spring2026-product-main-img {
  margin-bottom: 50px;
}

.spring2026-product:not(:first-child) {
  margin-bottom: 130px;
}

.spring2026-product-badge {
  margin-bottom: 14px;
}

.spring2026-product-badge span {
  display: inline-block;
  padding: 0 0.5em;
  margin-right: 0.3em;
  font-size: 10px;
  border: 1px solid #000;
}

.spring2026-product-title {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.2;
}

.spring2026-product-title i {
  display: inline-block;
  width: auto;
  margin-top: 0;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: middle;
  transform: translateY(-0.07em);
}

.spring2026-product-text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}

.spring2026-product-text .spring2026-note {
  margin-top: 10px;
}

.spring2026-product-sub-text {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.spring2026-product-name {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.3;
  white-space: pre-line;
}

.spring2026-product-price {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.spring2026-product-detail {
  padding: 62px 50px 85px;
}

.spring2026-product-detail-title button {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  color: #000;
  text-align: left;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
}

.spring2026-product-detail-title button::before, .spring2026-product-detail-title button::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 1px;
  content: "";
  background-color: #000;
}

.spring2026-product-detail-title button::after {
  transition: opacity 0.3s ease;
  transform: rotate(90deg);
}

.spring2026-product-detail-title button.is-open::after {
  opacity: 0;
}

.spring2026-product-detail-content-inner {
  padding: 25px 0 0;
}

.spring2026-product-detail-list li {
  padding-left: 1.5em;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  text-indent: -1.5em;
}

.spring2026-product-detail-list li:last-child {
  margin-bottom: 0;
}

.spring2026-product-detail-note {
  margin-top: 30px;
}

.spring2026-product-detail-ingredient {
  margin-top: 30px;
}

.spring2026-product-detail-ingredient .ttl-01 {
  margin-bottom: 5px;
  font-size: 11px;
  text-indent: -0.5em;
}

.spring2026-product-detail-ingredient .text-01 li {
  position: relative;
  display: block;
  padding-left: 1em;
  font-size: 11px;
}

.spring2026-product-detail-ingredient .text-01 li:not(:last-child) {
  margin-bottom: 10px;
}

.spring2026-product-detail-ingredient .text-01 li::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.4em;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background-color: #000;
  border-radius: 50%;
}

.spring2026-product-detail-ingredient .text-02 {
  font-size: 11px;
  line-height: 2;
}

.spring2026-product-detail-link {
  margin-top: 30px;
  text-align: right;
}

.spring2026-product-detail-link a {
  font-size: 13px;
  text-decoration: underline;
}

.spring2026-product-slider-inner {
  position: relative;
}

.spring2026-product-main-slider {
  position: relative;
}

.spring2026-product-main-slider .slide-item span,
.spring2026-product-main-slider .slide-item a {
  display: block;
  width: 300px;
  margin: 0 auto;
  text-align: center;
}

.spring2026-product-main-slider .slide-item span img,
.spring2026-product-main-slider .slide-item a img {
  display: inline-block;
  max-height: 100%;
}

.spring2026-product-main-slider .slide-item span img.product-01-01,
.spring2026-product-main-slider .slide-item a img.product-01-01 {
  width: 100px;
}

.spring2026-product-main-slider .slide-item span img.product-01-02, .spring2026-product-main-slider .slide-item span img.product-01-03, .spring2026-product-main-slider .slide-item span img.product-03-02,
.spring2026-product-main-slider .slide-item a img.product-01-02,
.spring2026-product-main-slider .slide-item a img.product-01-03,
.spring2026-product-main-slider .slide-item a img.product-03-02 {
  width: 300px;
}

.spring2026-product-main-slider .slide-item span img.product-02-01,
.spring2026-product-main-slider .slide-item a img.product-02-01 {
  width: 85px;
}

.spring2026-product-main-slider .slide-item span img.product-03-01,
.spring2026-product-main-slider .slide-item a img.product-03-01 {
  width: 170px;
  margin-left: 74px;
}

.spring2026-product-main-thumbs,
.spring2026-product-sub-thumbs {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.spring2026-product-main-thumbs .thumb,
.spring2026-product-sub-thumbs .thumb {
  display: flex;
  align-items: center;
  width: 70px;
  height: auto;
  aspect-ratio: 1/1;
  padding: 5px;
  border: 1px solid transparent;
  transition: border 0.3s;
}

.spring2026-product-main-thumbs .thumb.active,
.spring2026-product-sub-thumbs .thumb.active {
  border-color: #000;
}

.spring2026-product-main-thumbs {
  width: 520px;
  margin: 30px auto 0;
}

#product-01 .spring2026-product-main-thumbs {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.spring2026-product-sub-thumbs {
  margin-top: 35px;
}

.spring2026-product-slider-text {
  margin-top: 30px;
}

.spring2026-product-slider-text .name {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.03em;
}

.spring2026-product-slider-text .text {
  margin-top: 8px;
  font-size: 13px;
  text-align: center;
}

.spring2026-product-main-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 420px;
  transition: top 0.6s ease;
  transform: translate(-50%, -50%);
}

.spring2026-product-main-navigation .prev,
.spring2026-product-main-navigation .next {
  width: 35px;
  height: auto;
  aspect-ratio: 1/1;
  transform: rotate(45deg);
}

.spring2026-product-main-navigation .prev {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.spring2026-product-main-navigation .next {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.spring2026-product-color-detail {
  display: none;
}

.spring2026-product-color-detail.active {
  display: block;
}

.spring2026-product-cartbtn {
  width: 243px;
  margin: 35px auto 20px;
}

.spring2026-product-cartbtn a {
  display: block;
  padding: 12px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border: 1px solid #000;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.spring2026-product-cartbtn a:hover {
  color: #000;
  background-color: #fff;
}

.spring2026-product-content-img {
  max-width: 520px;
  margin: 80px auto 0;
}

.spring2026-product-point {
  margin-top: 60px;
}

.spring2026-product-point-title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 2;
}

.spring2026-product-point-list {
  margin-bottom: 20px;
}

.spring2026-product-point-item {
  padding: 20px;
  border: 1px solid #000;
}

.spring2026-product-point-item .text-01 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #000;
}

.spring2026-product-point-item .text-02 p {
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 0.03em;
}

.spring2026-product-point-item .text-02 p:not(:last-child) {
  margin-bottom: 10px;
}

.spring2026-product-02-mechanism {
  padding: 60px 50px 0;
}

.spring2026-product-02-mechanism .spring2026-product-detail-title button {
  padding: 10px 20px;
}

.spring2026-product-02-mechanism .spring2026-product-detail-content-inner {
  padding: 25px 0 0;
}

.spring2026-product-02-mechanism-text {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.8;
}

.spring2026-product-02-mechanism-img {
  max-width: 380px;
  margin: 0 auto 50px;
}

.spring2026-product-02-mechanism-item:not(:last-child) {
  margin-bottom: 30px;
}

.spring2026-product-02-mechanism-item-title {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 2;
}

.spring2026-product-02-mechanism-item-text {
  font-size: 13px;
  line-height: 1.8;
}

.spring2026-product-02-mechanism-item-note {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.375;
}

.spring2026-product-technique {
  margin-top: 60px;
}

.spring2026-product-technique-title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 2;
}

.spring2026-product-technique-step {
  margin-bottom: 40px;
}

.spring2026-product-technique-step-item .img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
}

.spring2026-product-technique-step-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spring2026-product-technique-step-item .title {
  margin-bottom: 5px;
  font-size: 16px;
}

.spring2026-product-technique-step-item .text {
  font-size: 13px;
}

.howtoSP {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.4;
}

.spring2026-product-technique-video {
  width: 500px;
  height: 500px;
  margin: 0 auto;
}

.spring2026-product-combination {
  margin-bottom: 80px;
}

.spring2026-product-combination-title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.4;
}

.spring2026-product-combination-list {
  margin-bottom: 20px;
}

.spring2026-product-combination-list .spring2026-combination-progress-bar {
  margin-bottom: 30px;
}

.spring2026-product-combination-list .spring2026-combination-progress-bar-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.spring2026-product-combination-list .spring2026-combination-progress-bar-labels .label-01,
.spring2026-product-combination-list .spring2026-combination-progress-bar-labels .label-02 {
  font-size: 14px;
}

.spring2026-product-combination-list .spring2026-combination-progress-bar-track {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}

.spring2026-product-combination-list .spring2026-combination-progress-bar-fill {
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  background-color: #000;
  transition: left 0.15s ease-out;
}

.spring2026-product-combination-item-content {
  position: relative;
  padding: 20px 20px 100px;
  text-align: center;
  background-color: #faf8f2;
}

.spring2026-product-combination-item-products {
  display: flex;
  justify-content: space-between;
}

.spring2026-product-combination-item-products .product {
  width: 45%;
}

.spring2026-product-combination-item-products .product .img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #fff;
}

.spring2026-product-combination-item-products .product .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spring2026-product-combination-item-products .product .name {
  font-size: 12px;
  line-height: 1.6;
}

.spring2026-product-combination-item-products .product:first-child .img {
  position: relative;
}

.spring2026-product-combination-item-products .product:first-child .img::before, .spring2026-product-combination-item-products .product:first-child .img::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  width: 20px;
  height: 1px;
  content: "";
  background-color: #000;
}

.spring2026-product-combination-item-products .product:first-child .img::before {
  transform: translateY(-50%) rotate(45deg);
}

.spring2026-product-combination-item-products .product:first-child .img::after {
  transform: translateY(-50%) rotate(135deg);
}

.spring2026-product-combination-item-trigger {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: inline-block;
  padding: 10px 35px 10px 20px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  background-color: #000;
  border: 1px solid #000;
  transition: background-color 0.3s ease, color 0.3s ease;
  transform: translate(-50%, 0);
}

.spring2026-product-combination-item-trigger::before, .spring2026-product-combination-item-trigger::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: background-color 0.3s ease;
}

.spring2026-product-combination-item-trigger::after {
  transition: opacity 0.3s ease;
  transform: rotate(90deg);
}

.spring2026-product-combination-item-trigger:hover {
  color: #000;
  background-color: #fff;
}

.spring2026-product-combination-item-trigger:hover::before, .spring2026-product-combination-item-trigger:hover::after {
  background-color: #000;
}

.spring2026-product-combination-item-btn {
  margin-top: 20px;
}

.spring2026-product-combination-item-btn a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #000;
}

.spring2026-product-combination-item-btn a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 5px;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background-color: #000;
  transform: translateY(-50%);
}

.spring2026-product-combination-item-btn a img {
  display: block;
  width: auto;
  height: 100%;
  padding: 0 30px;
}

.spring2026-product-combination-item-btn a .text {
  font-size: 14px;
}

.spring2026-combination-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: auto;
  cursor: pointer;
  visibility: hidden;
  background-color: rgb(0 0 0 / 90%);
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  -webkit-overflow-scrolling: touch;
}

.spring2026-combination-modal-container.is-show {
  visibility: visible;
  opacity: 1;
}

.spring2026-combination-modal-content {
  padding: 100px 0;
}

.spring2026-combination-modal-content-inner {
  position: relative;
  max-width: 600px;
  padding: 0;
  margin: auto;
}

.spring2026-combination-modal-close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-tap-highlight-color: transparent;
}

.spring2026-combination-modal-close-btn::before, .spring2026-combination-modal-close-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 1px;
  content: "";
  background-color: #fff;
}

.spring2026-combination-modal-close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.spring2026-combination-modal-close-btn::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

.spring2026-combination-modal-item {
  display: none;
  cursor: default;
}

.spring2026-combination-modal-item.is-show {
  display: block;
}

.spring2026-product-foundation {
  margin-bottom: 100px;
}

.spring2026-product-foundation-title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.4;
}

.spring2026-product-foundation-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.spring2026-product-foundation-item {
  position: relative;
  width: 50%;
}

.spring2026-product-foundation-item:first-child::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #000;
}

.spring2026-product-foundation-item-top {
  position: relative;
  padding: 50px 0 30px;
  border-bottom: 1px solid #000;
}

.spring2026-product-foundation-item-badge {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: center;
}

.spring2026-product-foundation-item-img {
  width: 15%;
  margin: 0 auto 20px;
}

.spring2026-product-foundation-item-title {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.spring2026-product-foundation-item-img-s {
  width: 20%;
  margin: 0 auto 15px;
}

.spring2026-product-foundation-item-text {
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

.spring2026-product-foundation-item-bottom {
  position: relative;
  padding: 30px 30px 70px;
}

.spring2026-product-foundation-item-list li {
  position: relative;
  display: block;
  padding-left: 1em;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.4;
}

.spring2026-product-foundation-item-list li::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.4em;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background-color: #000;
  border-radius: 50%;
}

.spring2026-product-foundation-item-link {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 60px);
  transform: translate(-50%, 0);
}

.spring2026-product-foundation-item-link a {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border: 1px solid #000;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.spring2026-product-foundation-item-link a:hover {
  color: #000;
  background-color: #fff;
}

.spring2026-product-finish {
  margin-top: 100px;
}

.spring2026-product-finish-title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}

.spring2026-product-finish-list {
  display: flex;
  justify-content: space-between;
  width: 540px;
  margin: 0 auto;
}

.spring2026-product-finish-item {
  width: 48%;
}

.spring2026-product-finish-item-title {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.spring2026-product-finish-item-img {
  margin-bottom: 15px;
}

.spring2026-product-finish-item-list-title {
  margin-bottom: 10px;
  font-size: 14px;
}

.spring2026-product-finish-item-list {
  padding-right: 30px;
}

.spring2026-product-finish-item-list li {
  position: relative;
  display: block;
  padding-left: 1em;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.375;
}

.spring2026-product-finish-item-list li::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.4em;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background-color: #000;
  border-radius: 50%;
}

.spring2026-howto {
  margin-bottom: 100px;
}

.spring2026-howto-title {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.2;
}

.spring2026-howto-item:not(:last-child) {
  margin-bottom: 50px;
}

.spring2026-howto-item-title {
  margin-bottom: 20px;
  font-size: 30px;
}

.spring2026-bmu,
.spring2026-fys {
  max-width: 710px;
  margin: 0 auto;
}

.spring2026-bmu-main-title {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.25;
}

.spring2026-bmu-main-text {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.7;
}

.spring2026-bmu-main-link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

.spring2026-bmu-main-link li {
  width: 220px;
  margin: 0 25px 10px 0;
}

.spring2026-bmu-main-link li:nth-of-type(3n) {
  margin-right: 0;
}

.spring2026-bmu-main-link li a {
  position: relative;
  display: block;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 1.9;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.spring2026-bmu-main-link li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 9px;
  height: 5px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #000;
  transform: translate(0, -50%);
}

.spring2026-bmu-sec {
  margin-bottom: 100px;
}

.spring2026-bmu-sec-title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 2;
}

.spring2026-bmu-slider {
  width: 740px;
  margin: 0 calc(50% - 370px) 60px;
  overflow-x: hidden;
}

.spring2026-bmu-slider .swiper {
  width: 100%;
  padding: 0 15px;
  overflow: visible;
}

.spring2026-bmu-slider-navigation {
  position: absolute;
  top: 78px;
  left: 50%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 725px;
  transform: translate(-50%, 0);
}

.spring2026-bmu-slider-navigation .prev,
.spring2026-bmu-slider-navigation .next {
  width: 23px !important;
  height: auto;
  aspect-ratio: 1/1;
  cursor: pointer;
  transform: rotate(45deg);
}

.spring2026-bmu-slider-navigation .prev.swiper-button-disabled,
.spring2026-bmu-slider-navigation .next.swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
}

.spring2026-bmu-slider-navigation .prev {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.spring2026-bmu-slider-navigation .next {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.spring2026-bmu-slider-item-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
}

.spring2026-bmu-slider-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spring2026-bmu-slider-item-name {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
}

.spring2026-bmu-slider-item-text {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}

.spring2026-bmu-slider-item-price {
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0;
}

.spring2026-bmu-slider-item-btn a {
  display: block;
  padding: 7px 0;
  font-size: 11px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border: 1px solid #000;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.spring2026-bmu-slider-item-btn a:hover {
  color: #000;
  background-color: #fff;
}

.spring2026-bmu-chart-title {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.5;
}

.spring2026-bmu-chart-img {
  width: 600px;
  margin: 0 auto;
}

.spring2026-fys-main-title {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.25;
}

.spring2026-fys-main-text {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.7;
}

.spring2026-fys-colorchart {
  margin-bottom: 80px;
}

.spring2026-fys-colorchart-title {
  font-size: 32px;
  line-height: 2.5;
}

.spring2026-fys-colorchart-text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.7;
}

.spring2026-fys-colorchart-text-02 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
}

.spring2026-fys-colorchart-img {
  margin-bottom: 10px;
  cursor: pointer;
}

.spring2026-fys-colorchart-note {
  font-size: 11px;
}

.spring2026-fys-colorchart-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  visibility: hidden;
  background: rgb(0 0 0 / 70%);
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.spring2026-fys-colorchart-modal.active {
  display: flex;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.spring2026-fys-colorchart-modal-wrapper {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 60px;
  cursor: pointer;
}

.spring2026-fys-colorchart-modal-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.spring2026-fys-colorchart-modal-inner img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding: 10px;
  cursor: default;
  object-fit: contain;
  background-color: #fff;
}

.spring2026-fys-colorchart-modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: transparent;
  border: none;
}

.spring2026-fys-colorchart-modal-close-btn::before, .spring2026-fys-colorchart-modal-close-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  content: "";
  background-color: #fff;
}

.spring2026-fys-colorchart-modal-close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.spring2026-fys-colorchart-modal-close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

body.modal-open {
  position: fixed;
  top: var(--scroll-y);
  width: 100%;
  overflow-y: scroll;
}

.spring2026-fys-counseling {
  margin-bottom: 50px;
}

.spring2026-fys-counseling-title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}

.spring2026-fys-counseling-text {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.spring2026-fys-counseling-btn {
  width: 300px;
  margin: 0 auto;
}

.spring2026-fys-counseling-btn a {
  display: block;
  padding: 16px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border: 1px solid #000;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.spring2026-fys-counseling-btn a:hover {
  color: #000;
  background-color: #fff;
}

.spring2026-main-link {
  text-align: center;
}

.spring2026-main-link a {
  position: relative;
  display: inline-block;
  padding-bottom: 7px;
  font-size: 14px;
  text-decoration: none;
}

.spring2026-main-link a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
}

body.is-modal-open {
  overflow: hidden;
}