@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
.inner-fashion {
  --fluid-size: 1.25vw;
  --max-size: 10px;
  font-size: min(var(--fluid-size), var(--max-size));
  font-family: "Inter", "Noto Sans JP", sans-serif;
  position: relative;
  overflow-anchor: none;
}
.inner-fashion img {
  display: block;
  width: 100%;
  height: auto;
}
.inner-fashion a {
  text-decoration: none;
}

.inner-fashion .l-inner {
  max-width: 80em;
  margin: 0 auto;
}

.inner-fashion .fade {
  opacity: 0;
}
.inner-fashion .fade._blur.is-active {
  animation-name: blur_anim;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes blur_anim {
  from {
    opacity: 0;
    filter: blur(5px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
.kv {
  --kv-mv-height: 0px;
}
.kv .l-inner {
  position: relative;
  padding: 4.5em 0 0;
  background-color: #fff8ee;
  background-image: url("/img/feature/bramone_2026/bg1.png");
  background-size: contain;
  background-position: center;
}
.kv .l-inner .kv__title {
  position: absolute;
  top: 8em;
  left: 50%;
  transform: translateX(-50%);
  width: 43.2em;
  height: auto;
  z-index: 1;
}
.kv.is-kv-fixed .l-inner::before {
  content: "";
  display: block;
  height: var(--kv-mv-height);
}
.kv__mv {
  box-sizing: border-box;
  padding: 0 5.5em;
}
.kv__mv.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 0;
  width: min(80em, 100%);
  transform: translateX(-50%);
  pointer-events: none;
}
.kv__mv.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.kv__mv img:first-child {
  width: 100%;
}
.kv__body {
  position: relative;
  border-radius: 50% 50% 0 0;
  z-index: 1;
  padding: 14.3em 0 0;
  background-color: #fff8ee;
  background-image: url("/img/feature/bramone_2026/bg2.png");
  background-size: contain;
  background-position: center;
}
.kv__body .kv__copy {
  display: block;
  width: 58.7em;
  height: auto;
  margin: 0 auto;
}

.intro {
  position: relative;
  z-index: 4;
}
.intro .l-inner {
  padding: 14.3em 0 15.1em;
  background-color: #fff8ee;
  background-image: url("/img/feature/bramone_2026/bg3.png");
  background-size: contain;
  background-position: center;
}
.intro .l-inner .intro__lead {
  display: block;
  width: 42.3em;
  height: auto;
  margin: 1.6em auto 0;
}
.intro .l-inner .intro__brand {
  display: block;
  width: 25.4em;
  height: auto;
  margin: 0 auto;
}
.intro__collections {
  margin: 0;
  color: transparent;
  font-family: "the-seasons", sans-serif;
  font-size: 7.2em;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-text-stroke: 1px #666;
  paint-order: stroke fill;
  margin: 0.35em auto 0;
  width: fit-content;
  max-width: 100%;
}
.intro__sample {
  padding: 5em 8.7em 0;
}
.intro__sample-video {
  display: block;
  width: 100%;
  height: 110em;
  object-fit: cover;
}
.intro__series {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2em;
  margin-top: 12.3em;
}
.intro__series .intro__series-logo {
  flex-shrink: 0;
  width: 23em;
  height: auto;
}
.intro__series .intro__series-label {
  width: 13.9em;
  height: auto;
}

.nav {
  margin-top: 10.7em;
}
.nav__list {
  display: flex;
  flex-direction: column;
  gap: 3.6em;
  list-style: none;
  margin: 0;
  padding: 0 2.5em;
}
.nav__item {
  --thumb-width: 9.7em;
  --thumb-height: 13em;
  background-color: #fff;
  border-radius: 9em;
}
.nav__link {
  display: grid;
  grid-template-columns: 13.2em 1fr 3em;
  align-items: center;
  min-height: 16.8em;
  gap: 1.8em;
  padding: 0 7.3em 0 6.9em;
  color: #333;
}
.nav__thumb-frame {
  display: grid;
  place-items: center;
  width: 13.2em;
  height: 13em;
}
.nav__thumb-frame .nav__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  object-fit: cover;
}
.nav__item:first-child {
  --thumb-width: 13.2em;
  --thumb-height: 12em;
}
.nav__item:nth-child(2) {
  --thumb-width: 9.72em;
  --thumb-height: 10.4em;
}
.nav__body {
  display: flex;
  flex-direction: column;
  gap: 0.85em;
}
.nav__category {
  font-size: 2.4em;
  font-weight: 400;
  color: #666;
  line-height: 2.0834;
}
.nav__name {
  display: flex;
  align-items: flex-start;
  gap: 0.2em;
  height: 5em;
  color: #666;
  line-height: 1;
}
.nav__name--glamorous, .nav__name--easy {
  height: 1.39em;
}
.nav__name--glamorous, .nav__name--easy, .nav__name-main {
  font-family: "the-seasons", sans-serif;
  font-size: 3.6em;
  font-weight: 400;
  line-height: 1.39;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.nav__name-main {
  flex-shrink: 0;
}
.nav__name .nav__name-sub {
  height: auto;
  max-width: none;
}
.nav__name .nav__name-sub--volume {
  width: 16.5em;
  margin-top: 1.5em;
}
.nav__name .nav__name-sub--natural {
  width: 13.7em;
  margin-top: 1.4em;
}
.nav__name .nav__name-sub--shape {
  width: 11.1em;
  margin-top: 1.3em;
}
.nav__arrow {
  position: relative;
  width: 3em;
  height: 1.6em;
  color: transparent;
}
.nav__arrow::before {
  content: "";
  position: absolute;
  top: -0.2em;
  left: 0.4em;
  width: 1.9em;
  height: 1.9em;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(45deg);
}

.sec {
  position: relative;
  z-index: 0;
  background-color: #fff9f5;
  max-width: 80em;
  margin: 0 auto;
}
.sec .l-inner {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 6em;
  background-color: #7a5932;
}

.sec--01 {
  z-index: 2;
}

.sec--02 {
  z-index: 1;
}

.sec--03 {
  z-index: 0;
}

.sec--01 > .l-inner,
.sec--02 > .l-inner,
.sec--03 > .l-inner {
  position: relative;
  padding: 0;
  background-color: #fff9f5;
  overflow: hidden;
}

.sec__head {
  position: relative;
}
.sec__head .sec__head-text {
  position: absolute;
  left: 8.5em;
  width: 63em;
  height: auto;
}

.sec--01 .sec__head,
.sec--02 .sec__head,
.sec--03 .sec__head {
  display: grid;
  aspect-ratio: 800/1200;
  overflow: hidden;
  max-width: 80em;
  margin: 0 auto;
}
.sec--01 .sec__head .sec__head-photo, .sec--01 .sec__head::before,
.sec--02 .sec__head .sec__head-photo,
.sec--02 .sec__head::before,
.sec--03 .sec__head .sec__head-photo,
.sec--03 .sec__head::before {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 80em;
  height: 120em;
  opacity: 0;
  pointer-events: none;
}
.sec--01 .sec__head .sec__head-photo,
.sec--02 .sec__head .sec__head-photo,
.sec--03 .sec__head .sec__head-photo {
  object-fit: cover;
  z-index: -1;
}
.sec--01 .sec__head::before,
.sec--02 .sec__head::before,
.sec--03 .sec__head::before {
  content: "";
  z-index: 0;
  background-color: rgba(122, 90, 58, 0.6);
  pointer-events: none;
}
.sec--01 .sec__head.is-active .sec__head-photo, .sec--01 .sec__head.is-active::before,
.sec--02 .sec__head.is-active .sec__head-photo,
.sec--02 .sec__head.is-active::before,
.sec--03 .sec__head.is-active .sec__head-photo,
.sec--03 .sec__head.is-active::before {
  opacity: 1;
}
.sec--01 .sec__head .sec__head-text,
.sec--02 .sec__head .sec__head-text,
.sec--03 .sec__head .sec__head-text {
  position: relative;
  top: auto;
  left: auto;
  grid-area: 1/1;
  justify-self: center;
  align-self: start;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 63em;
  color: #fff;
  text-align: center;
}

.sec--01 .sec__head .sec__head-text {
  margin-top: 6.2em;
}

.sec--02 .sec__head .sec__head-text {
  margin-top: 10.4em;
}

.sec--03 .sec__head .sec__head-text {
  margin-top: 14em;
}

.sec__number,
.sec__copy,
.sec__title {
  margin: 0;
}

.sec__number,
.sec__title {
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.sec__number {
  position: relative;
  z-index: 0;
  color: #ffface;
  font-size: 10em;
  line-height: 1.03;
}
.sec__number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 1.6em;
  height: 1.6em;
  border: 0.01em solid #ffface;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.sec__head .sec__type {
  width: auto;
  height: 6em;
  margin-top: 8em;
}

.sec__copy {
  margin-top: 3.333em;
  color: #fff;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: 0;
}

.sec__title {
  margin-top: 0.36em;
  color: #fff;
  font-size: 8.2em;
  line-height: 1.25;
  white-space: nowrap;
}

.sec--01 .sec__title {
  font-size: 8.2em;
  line-height: 1.01;
  white-space: normal;
}

.sec--03 .sec__type {
  margin-top: 7.6em;
}

.sec--03 .sec__copy {
  margin-top: 3.333em;
}

.slider {
  overflow: hidden;
  padding: 4em 0;
}

.slider--hero {
  grid-area: 1/1;
  align-self: start;
  z-index: 3;
  width: 100%;
  height: 36.2em;
  margin-top: 66.5em;
  padding: 0;
}

.sec--02 .slider--hero {
  margin-top: 69.45em;
}

.sec--03 .slider--hero {
  height: 55.4em;
  margin-top: 61.6em;
  overflow: visible;
}

.slider__track {
  display: flex;
  gap: 3.7em;
  width: max-content;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.slider__track img {
  flex-shrink: 0;
  width: 29.2em;
  height: auto;
}

.slider__track--sec01 {
  animation-name: marquee-sec01;
  animation-duration: 30s;
  margin-left: -17.3em;
}
.slider__track--sec01 img {
  width: 27.2em;
}

.slider__track--sec02 {
  animation-name: marquee-sec02;
  animation-duration: 25s;
  gap: 3.5em;
  margin-left: -16.6em;
}
.slider__track--sec02 img {
  width: 27em;
}

.slider__track--sec03 {
  animation-name: marquee-sec03;
  animation-duration: 40s;
  gap: 0;
  margin-left: -31.99em;
}
.slider__track--sec03 img {
  width: 52.61em;
  margin-right: -7.4em;
}

@keyframes marquee-sec01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-185.4em);
  }
}
@keyframes marquee-sec02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-152.5em);
  }
}
@keyframes marquee-sec03 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-406.89em);
  }
}
.feature-products {
  position: relative;
  z-index: 1;
  padding: 19.63em 0 13.913em;
  background-color: #fff9f5;
}

.sec--02 .feature-products {
  padding-top: 22em;
  padding-bottom: 15.9em;
}

.feature-product {
  --sub-left: 3em;
  --sub-width: 31.616em;
  --color-width: 17.15em;
  --detail-margin-top: 7.955em;
  --info-width: 31.9em;
}
.feature-product:not(:last-child) {
  margin-bottom: 10.307em;
}
.feature-product .feature-product__main {
  width: 74em;
  margin: 0 auto;
}
.feature-product .feature-product__detail {
  display: grid;
  grid-template-columns: 38.932em 31.9em 9.168em;
  grid-template-rows: 1.646em 5.992em auto;
  min-height: 49.333em;
  margin-top: var(--detail-margin-top);
}
.feature-product .feature-product__detail::before {
  content: "";
  grid-area: 2/1/4/4;
  justify-self: end;
  z-index: 0;
  width: 57.448em;
  height: 47.687em;
  background-color: #fff;
  pointer-events: none;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%20574.48%20476.87%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M0%200H428.77C509.19%200%20574.48%2065.29%20574.48%20145.71V476.87H159.46C71.45%20476.87%200%20405.42%200%20317.41V0Z%27%20fill%3D%27%23000%27/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%20574.48%20476.87%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M0%200H428.77C509.19%200%20574.48%2065.29%20574.48%20145.71V476.87H159.46C71.45%20476.87%200%20405.42%200%20317.41V0Z%27%20fill%3D%27%23000%27/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.feature-product .feature-product__sub,
.feature-product .product-info {
  position: relative;
  z-index: 1;
}
.feature-product .feature-product__sub {
  grid-area: 1/1/4/2;
  width: var(--sub-width);
  margin-left: var(--sub-left);
}

.feature-product--01 {
  --sub-left: 2.03em;
  --sub-width: 32.586em;
  --color-width: 23.52em;
  --detail-margin-top: 7.531em;
}

.feature-product--02 {
  --detail-margin-top: 7.992em;
}

.feature-product--easy-01 {
  --detail-margin-top: 7.301em;
  --color-width: 17.1em;
}

.feature-product--easy-02 {
  --detail-margin-top: 7.333em;
  --color-width: 17.2em;
  --info-width: 39.3em;
}

.sec--02 .feature-product:not(:last-child) {
  margin-bottom: 10.067em;
}

.feature-product--easy-02 .product-info__series {
  margin-top: 0;
}

.product-info {
  grid-area: 3/2/4/3;
  position: relative;
  z-index: 2;
  width: var(--info-width);
  min-height: 35.1em;
  color: #666;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
.product-info__name, .product-info__series, .product-info__meta {
  margin: 0;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}
.product-info__series {
  margin-top: 0.74em;
}
.product-info__series + .product-info__meta {
  margin-top: 1.48em;
}
.product-info__meta + .product-info__meta {
  margin-top: 0.74em;
}
.product-info .product-info__colors {
  width: var(--color-width);
  height: auto;
  margin-top: 2.36em;
}

.check-btn {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25.8em;
  height: 5em;
  margin-top: 4.05em;
  border: 1px solid #797785;
  background-color: #fff9f5;
  color: #666;
  font-family: "the-seasons", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: 0.3s;
}
.check-btn__label {
  font-size: 2em;
}
.check-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.1em;
  width: 1em;
  height: 1em;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
}
.check-btn:hover {
  opacity: 0.6;
}

.products {
  display: flex;
  flex-direction: column;
  gap: 6em;
  padding: 0 2.5em;
}

.product__main {
  width: 100%;
  margin-bottom: 3em;
}
.product__detail {
  display: flex;
  gap: 2.5em;
  align-items: flex-start;
}
.product__sub {
  flex-shrink: 0;
  width: 32em;
}
.product__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  padding-top: 1em;
}
.product__name {
  font-size: 1.5em;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  margin: 0;
}
.product__code {
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.product__price {
  font-size: 1.4em;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.product__price span {
  font-size: 1.8em;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.product__colors {
  width: auto;
  max-width: 100%;
  height: auto;
}

.btn {
  display: inline-block;
  padding: 1.1em 2.5em;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  transition: background-color 0.2s, color 0.2s;
}
.btn:hover {
  background-color: #fff;
  color: #7a5932;
}

.basics {
  position: relative;
  z-index: 1;
  background-color: #fff9f5;
}

.basic {
  overflow: hidden;
}
.basic__head {
  color: #666;
  text-align: center;
}
.basic .basic__type {
  color: #d9b5ac;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 3.6em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 auto;
}
.basic__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.6em 0 0;
  color: #666;
  font-size: 3.8em;
  font-weight: 400;
  line-height: 1.25;
}
.basic__title img {
  height: 1.56em;
  width: auto;
}
.basic__copy {
  margin: 2.2em 0 0;
  color: #666;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.34;
}
.basic__main {
  width: 80em;
  max-width: none;
  margin: -6.5em 0 0;
}
.basic__detail {
  display: grid;
  grid-template-columns: 38.932em 31.9em 9.168em;
  grid-template-rows: 3.5em 6em auto;
  min-height: 51.2em;
  margin-top: -7.2em;
}
.basic__detail::before {
  content: "";
  grid-area: 2/1/4/4;
  justify-self: end;
  z-index: 0;
  width: 57.448em;
  height: 47.687em;
  background-color: #fff;
  pointer-events: none;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%20574.48%20476.87%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M0%200H428.77C509.19%200%20574.48%2065.29%20574.48%20145.71V476.87H159.46C71.45%20476.87%200%20405.42%200%20317.41V0Z%27%20fill%3D%27%23000%27/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%270%200%20574.48%20476.87%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M0%200H428.77C509.19%200%20574.48%2065.29%20574.48%20145.71V476.87H159.46C71.45%20476.87%200%20405.42%200%20317.41V0Z%27%20fill%3D%27%23000%27/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.basic .basic__sub {
  grid-area: 1/1/4/2;
  z-index: 1;
  width: 32.3em;
  margin-left: 2.3em;
}
.basic .product-info {
  position: relative;
  z-index: 2;
}

.basic--01 {
  padding: 17.3em 0 4.55em;
  --color-width: 17.2em;
}
.basic--01 .basic__title-main {
  font-size: 1.42em;
}

.basic--02 {
  padding: 5.9em 0 4.75em;
  --color-width: 23.1em;
}
.basic--02 .basic__main {
  margin-top: -4em;
}
.basic--02 .basic__detail {
  margin-top: -8.5em;
}
.basic--02 .check-btn {
  margin-top: 1.7em;
}

.basic--03 {
  padding: 7.6em 0 0;
  --color-width: 16.9em;
}
.basic--03 .basic__main {
  margin-top: -2.4em;
}

.footer {
  position: relative;
  z-index: 1;
}
.footer .l-inner {
  height: 96.7em;
  padding: 0;
  background-color: #fff9f5;
}
.footer__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.footer__bg {
  position: absolute;
  top: 12.5em;
  left: 0;
  width: 83.8em;
  max-width: none;
}
.footer .footer__copy {
  position: absolute;
  left: 50%;
  top: 15.1em;
  transform: translateX(-50%);
  width: 13.233em;
  margin: 0;
  color: #bfdcff;
  font-family: "the-seasons", sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0 0 0.09em rgba(78, 59, 3, 0.9);
}
.footer .footer__btn {
  position: absolute;
  top: 64.4em;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width: 25.8em;
  height: 6.014em;
  border: 1px solid #666;
  background-color: rgba(255, 255, 255, 0.78);
  color: #666;
  font-family: "the-seasons", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.08em;
  transition: opacity 0.2s;
}
.footer .footer__btn:hover {
  opacity: 0.8;
}
.footer .footer__btn span {
  display: block;
  color: #666;
  font-size: 2em;
  line-height: 1;
}
.footer .footer__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.1em;
  width: 0.95em;
  height: 0.65em;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
}
.footer .footer__brand {
  position: absolute;
  top: 93.3em;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  color: #666;
  font-family: "the-seasons", sans-serif;
  font-size: 2.55em;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
.footer .footer__brand span {
  font-style: italic;
}
