@charset "UTF-8";

body {
  background: #000;
}

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

.fall2026-container {
  padding: 0;
  padding: 0 0 100px;
  margin: 0 auto;
  letter-spacing: 0.03em;
}

.fall2026-container * {
  box-sizing: border-box;
}

.fall2026-container *::before {
  box-sizing: border-box;
}

.fall2026-container *::after {
  box-sizing: border-box;
}

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

.fall2026-container button {
  appearance: none;
  cursor: pointer;
  border-radius: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.fall2026-container input {
  -webkit-tap-highlight-color: transparent;
}

.fall2026-container a {
  -webkit-tap-highlight-color: transparent;
}

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

.fall2026-container .hn {
  display: inline-block;
  font-family: helveticaneueltstd-th;
  font-weight: 200;
  transform: translateY(0.15em);
}

.fall2026-container .hn-br {
  transform: translateY(0.32em);
}

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

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

.fall2026-modal-container * {
  box-sizing: border-box;
}

.fall2026-modal-container *::before {
  box-sizing: border-box;
}

.fall2026-modal-container *::after {
  box-sizing: border-box;
}

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

.fall2026-modal-container button {
  appearance: none;
  cursor: pointer;
  border-radius: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.fall2026-modal-container input {
  -webkit-tap-highlight-color: transparent;
}

.fall2026-modal-container a {
  -webkit-tap-highlight-color: transparent;
}

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

.fall2026-modal-container .hn {
  display: inline-block;
  font-family: helveticaneueltstd-th;
  font-weight: 200;
  transform: translateY(0.15em);
}

.fall2026-modal-container .hn-br {
  transform: translateY(0.32em);
}

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

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

.fall2026-kv-video {
  margin-bottom: 50px;
  background-color: #ccc;
}

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

/* コンテンツ スライダー */
.lp-content-slider-wrapper {
  width: 100%;
  margin: 0 auto;
}

.lp-content-slider {
  box-sizing: border-box;
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
}

.lp-content-slider:active {
  cursor: grabbing;
}

.lp-content-slider-inner {
  display: flex;
  transition-timing-function: ease;
  transition-property: transform;
  will-change: transform;
}

.lp-content-slider-slide {
  flex-shrink: 0;
  width: calc(100% / var(--slides-per-view, 1.3) - var(--slider-gap, 0px));
}

.lp-content-slider-slide:not(:last-child) {
  margin-right: var(--slider-gap, 0);
}

.fall2026-kv-img {
  margin-bottom: 23px;
}

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

.fall2026-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;
}

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

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

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

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

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

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

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

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

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

.fall2026-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;
}

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

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

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

.fall2026-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;
}

.fall2026-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);
}

.fall2026-lineup {
  padding: 40px 82px 130px;
}

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

.fall2026-lineup-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 auto;
}

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

.fall2026-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);
}

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

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

.no-arrow::after {
  background-color: #fff !important;
}

.no-arrow a:hover {
  opacity: 1 !important;
}

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

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

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

.fall2026-lineup-item-img img.lu_img-01 {
  width: 84px;
}

.fall2026-lineup-item-img img.lu_img-02 {
  width: 62px;
}

.fall2026-lineup-item-img img.lu_img-03 {
  width: 149px;
}

.fall2026-lineup-item-img img.lu_img-04 {
  width: 17px;
}

.fall2026-lineup-item-img img.lu_img-05 {
  width: 19px;
}

.fall2026-lineup-item-img img.lu_img-06 {
  width: 12px;
}

.fall2026-lineup-item-img img.lu_img-07 {
  width: 54px;
}

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

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

.fall2026-llineup-btn {
  position: relative;
  width: 400px;
  margin: 50px auto 0;
  border: 1px solid #000;
}

.fall2026-llineup-btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 5px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #000;
  transform: translate(0, -50%);
}

.fall2026-llineup-btn a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.fall2026-llineup-btn-img {
  width: 80px;
}

.fall2026-llineup-btn-text {
  flex: 1;
  padding: 0 50px 0 20px;
  font-size: 14px;
  line-height: 1.3888;
}

.fall2026-product {
  margin-bottom: 130px;
}

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

.fall2026-product-badge {
  margin-bottom: 4px;
}

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

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

.fall2026-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);
}

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

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

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

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

.fall2026-product-price-box {
  padding-bottom: 20px;
}

#lu_03 .fall2026-product-price-box {
  padding-bottom: 80px;
}

.fall2026-product-price {
  font-size: 14px;
  line-height: 1.5;
}

.fall2026-product-detail {
  padding: 62px 40px 85px;
}

#lu_01 .fall2026-product-detail-01 {
  padding: 62px 50px 30px;
}

#lu_01 .fall2026-product-detail-02 {
  padding: 0 50px 85px;
}

.fall2026-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;
}

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

.fall2026-product-detail-title button::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 1px;
  content: "";
  background-color: #000;
  transition: opacity 0.3s ease;
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fall2026-product-detail-ingredient .text-01 li {
  position: relative;
  display: block;
  font-size: 11px;
}

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

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

.fall2026-product-detail-ingredient .text-01 li span {
  display: block;
  padding-left: 1.3em;
  margin-bottom: 10px;
}

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

.fall2026-product-main-slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
}

.fall2026-product-main-slider:active {
  cursor: grabbing;
}

.fall2026-product-main-slider-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  transition-timing-function: ease;
  transition-property: transform, height;
  will-change: transform;
}

.fall2026-product-main-slider-item {
  position: relative;
  flex-shrink: 0;
  width: 100%;
}

.fall2026-product-main-slider-item a {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 300px;
  height: 100%;
  transform: translate(-50%, -50%);
}

.fall2026-product-main-slider-item span {
  display: block;
  width: vw(790);
  margin: 0 auto;
  text-align: center;
}

.fall2026-product-main-slider-item span img {
  display: inline-block;
  max-height: 100%;
}

.fall2026-product-main-slider-item span img.product-01-01 {
  width: 160px;
}

.fall2026-product-main-slider-item span img.product-02-01 {
  width: 120px;
}

.fall2026-product-main-slider-item span img.product-03-01 {
  width: 280px;
}

.fall2026-product-main-slider-item span img.product-03-02 {
  width: 294px;
}

.fall2026-product-main-slider-item span img.product-04-01 {
  width: 32px;
}

.fall2026-product-main-slider-item span img.product-05-01 {
  width: 42px;
}

.fall2026-product-main-slider-item span img.product-06-01 {
  width: 27px;
}

.fall2026-product-main-slider-item span img.product-07-01 {
  width: 116px;
}

.fall2026-product-main-slider-item span img.product-01-02,
.fall2026-product-main-slider-item span img.product-02-02,
.fall2026-product-main-slider-item span img.product-03-03,
.fall2026-product-main-slider-item span img.product-04-02,
.fall2026-product-main-slider-item span img.product-05-02,
.fall2026-product-main-slider-item span img.product-06-02,
.fall2026-product-main-slider-item span img.product-07-02 {
  width: 300px;
}

.fall2026-product-main-slider-thumbs,
.fall2026-product-parent-slider-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

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

.fall2026-product-main-slider-thumbs .thumb.is-active,
.fall2026-product-parent-slider-thumbs .thumb.is-active {
  border-color: #000;
}

.fall2026-product-main-slider-thumbs {
  margin-top: 35px;
}

.fall2026-product-main-slider-color {
  margin-top: 30px;
  text-align: center;
}

.fall2026-product-main-slider-color .num {
  display: block;
  font-size: 18px;
}

.fall2026-product-main-slider-color .comment {
  display: block;
  margin-top: 8px;
  font-size: 13px;
}

.fall2026-product-main-slider-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 420px;
  transition: top 0.6s ease;
  transform: translate(-50%, -50%);
}

.fall2026-product-main-slider-navigation .prev,
.fall2026-product-main-slider-navigation .next {
  position: absolute;
  top: 50%;
  width: 35px;
  height: auto;
  aspect-ratio: 1/1;
  cursor: pointer;
  transform: translate(0, -50%) rotate(45deg);
  -webkit-tap-highlight-color: transparent;
}

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

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

.fall2026-product-cartbtn {
  width: 243px;
  margin: 35px auto 0;
}

.fall2026-product-cartbtn a {
  display: block;
  padding: 12px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
}

.fall2026-product-parent-slider {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  transition: height 0.1s ease;
}

.fall2026-product-parent-slider:not(.is-initialized) {
  transition: none;
}

.fall2026-product-parent-slider:not(.is-initialized)
  .fall2026-product-parent-slide {
  transition: none;
}

.fall2026-product-parent-slider:not(.is-initialized)
  .fall2026-product-parent-slide:first-child {
  opacity: 1;
}

.fall2026-product-parent-slide {
  grid-area: 1/1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.fall2026-product-parent-slide.is-active {
  pointer-events: auto;
  opacity: 1;
}

.fall2026-product-parent-slide.is-hidden {
  visibility: hidden;
}

.fall2026-product-parent-slider-thumbs {
  width: 460px;
  margin: 30px auto 0;
}

.fall2026-product-cartbtn-group .fall2026-product-cartbtn {
  display: none;
}

.fall2026-product-cartbtn-group .fall2026-product-cartbtn.is-active {
  display: block;
}

.fall2026-mattelip {
  display: flex;
  justify-content: space-between;
}

.fall2026-mattelip-img {
  width: 15%;
}

.fall2026-mattelip-list {
  width: 80%;
}

.fall2026-mattelip-list li {
  padding-left: 1.5em;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 2;
  text-indent: -1.5em;
}

.fall2026-product-content {
  padding-top: 80px;
}

.fall2026-chooseyourcolor {
  position: relative;
  z-index: 2;
  padding: 50px 0;
  margin-bottom: 80px;
  background-color: #f2f2f2;
}

.fall2026-chooseyourcolor-inner {
  width: 600px;
  margin: 0 auto;
}

.fall2026-chooseyourcolor-heading {
  margin-bottom: 30px;
}

.fall2026-chooseyourcolor-title {
  font-size: 32px;
  line-height: 1.07;
}

.fall2026-chooseyourcolor-text {
  margin-top: 10px;
  font-size: 16px;
}

.fall2026-chooseyourcolor-tab-container-title {
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
}

.fall2026-chooseyourcolor-tab-btn {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
}

.fall2026-chooseyourcolor-tab-btn::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 12px;
  height: 100%;
  pointer-events: none;
  cursor: pointer;
  content: "";
  background-color: #000;
  transform: translateX(-50%) skewX(-10deg);
}

.fall2026-chooseyourcolor-tab-btn-trigger {
  display: block;
  width: 50%;
  padding: 12px 0;
  font-size: 12px !important;
  color: #afafaf !important;
  background-color: #fff;
  border: none;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.fall2026-chooseyourcolor-tab-btn-trigger .hn {
  margin-right: 10px;
  font-size: 18px;
}

.fall2026-chooseyourcolor-tab-btn-trigger.is-active {
  color: #fff;
  pointer-events: none;
  background-color: #000;
}

.fall2026-chooseyourcolor-tab-content-wrap {
  display: grid;
}

.fall2026-chooseyourcolor-tab-content {
  grid-area: 1/1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.fall2026-chooseyourcolor-tab-content.is-active {
  pointer-events: auto;
  opacity: 1;
}

.fall2026-chooseyourcolor-tab-content.is-hidden {
  visibility: hidden;
}

.fall2026-chooseyourcolor-tab-content-title {
  margin-bottom: 15px;
  font-size: 14px;
  text-align: center;
}

.fall2026-chooseyourcolor-select-wrap {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.fall2026-chooseyourcolor-select {
  flex: 1;
}

.fall2026-chooseyourcolor-img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 30px;
}

.fall2026-chooseyourcolor-img-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.fall2026-chooseyourcolor-img-item.is-active {
  z-index: 1;
  opacity: 1;
}

.fall2026-chooseyourcolor-pulldown {
  position: relative;
}

.fall2026-chooseyourcolor-pulldown.is-open
  .fall2026-chooseyourcolor-pulldown-list {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.fall2026-chooseyourcolor-pulldown.is-open
  .fall2026-chooseyourcolor-pulldown-item {
  display: flex;
  border-top: 1px solid #ddd;
}

.fall2026-chooseyourcolor-pulldown.is-open
  .fall2026-chooseyourcolor-pulldown-item.is-active {
  border-top: none;
}

.fall2026-chooseyourcolor-pulldown-list {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #000;
}

.fall2026-chooseyourcolor-pulldown-item {
  position: relative;
  display: none;
  gap: 10px;
  align-items: center;
  width: 100%;
  padding: 0 40px 0 10px;
  cursor: pointer;
  background-color: #fff;
  border: none;
}

.fall2026-chooseyourcolor-pulldown-item.is-active {
  display: flex;
  order: -1;
}

.fall2026-chooseyourcolor-pulldown-item.is-active::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 5px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #000;
  transform: translate(-50%, 0);
}

.fall2026-chooseyourcolor-pulldown-item img {
  display: block;
  width: 50px;
}

.fall2026-chooseyourcolor-pulldown-item .text {
  flex: 1;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
}

.fall2026-chooseyourcolor-note {
  margin-top: 10px;
  font-size: 11px;
  text-align: right;
}

.fall2026-howtoapply {
  position: relative;
  z-index: 1;
}

.fall2026-howtoapply-heading {
  margin-bottom: 30px;
}

.fall2026-howtoapply-title {
  font-size: 32px;
  line-height: 1.07;
}

.fall2026-howtoapply-text {
  margin-top: 10px;
  font-size: 16px;
}

.fall2026-howto-video {
  margin-bottom: 60px;
}

.fall2026-howto-video-item {
  width: 360px;
  height: auto;
  aspect-ratio: 9/16;
  margin: 0 auto;
}

.fall2026-howto-video-item .video-js {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fall2026-bnr {
  width: 540px;
  margin: 0 auto;
}

.fall2026-howto {
  padding-bottom: 100px;
}

.fall2026-howto-heading {
  margin-bottom: 40px;
}

.fall2026-howto-title {
  font-size: 32px;
  line-height: 1.07;
}

.fall2026-howto-text {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.9;
}

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

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

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

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

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

/* モーダル */
body.is-modal-open {
  overflow: hidden;
}

.fall2026-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;
}

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

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

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

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

.fall2026-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;
}

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

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

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

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

.fall2026-modal-main-title {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}

.fall2026-look-modal-section {
  width: 480px;
  margin: 0 auto;
}

.fall2026-look-modal-section:not(:last-child) {
  margin-bottom: 50px;
}

.fall2026-look-modal-section-title {
  margin-bottom: 20px;
  font-size: 18px;
}

.fall2026-look-modal-products li {
  margin-bottom: 10px;
}

.fall2026-look-modal-products li a {
  position: relative;
  display: flex;
  flex: 1;
  gap: 20px;
  align-items: center;
  transition: opacity 0.3s ease;
}

.fall2026-look-modal-products li a:hover {
  opacity: 0.7;
}

.fall2026-look-modal-products li a::after {
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 5px;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background-color: #000;
  transform: translateY(-50%);
}

.fall2026-look-modal-products li a .img {
  width: 62px;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #e5e5e5;
}

.fall2026-look-modal-products li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fall2026-look-modal-products li a .text {
  font-size: 14px;
  line-height: 1.5;
}


.fall2026-product-03-engraving {
  margin-top: 60px;
  background-color: #f2f2f2;
}

.fall2026-product-03-engraving-inner {
  padding: 40px 160px;
  display: flex;
}

.fall2026-product-03-engraving-img {
  margin-bottom: 20px;
  width: 280px;
}

.fall2026-product-03-engraving-text {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.5;
}

.fall2026-product-03-engraving-txtBlock {
  text-align: left;
  margin-left: 30px;
}

.fall2026-product-03-engraving-link a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 14em;
  padding: 0.7em 1em;
  font-size: 12px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #000;
}

.fall2026-product-03-engraving-link a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 5px;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background-color: #000;
  transform: translateY(-50%);
}
