html { 
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-serif);
  color: var(--color-text);
  background-color: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

.pc{
  display: block;
}
.sp{
  display: none;
}

.fv-stack {
  width: 100%;
}

.hero__pc,
.hero__sp {
  display: none;
}

.hero {
  position: sticky;
  top: 0;
  z-index: 1;
}

@media (min-width: 900px) {
  .hero {
    overflow: hidden;
    width: 100%;
  }

  .hero__pc {
    display: block;
    position: relative;
    width: min(100%, calc(100dvh * 1440 / 710));
    margin-inline: auto;

    aspect-ratio: 1440 / 710;
    background-color: var(--color-bg);
    overflow: hidden;
  }

  .hero__pc-img {
    position: absolute;
    top: 9.85915%;
    height: 90.14085%;
  }

  .hero__pc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero__pc-img--main {
    left: 4.86111%;
    width: 56.11111%;
  }

  .hero__pc-img--sub {
    left: 60.97222%;
    width: 34.16667%;
  }

  .hero__logo {
    position: absolute;
    top: 88.16901%;
    left: 50%;
    transform: translateX(-50%);
    width: 30.83333%;
  }

  .hero__logo img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 444 / 36;
    object-fit: contain;
  }

  .hero__scroll-text {
    position: absolute;
    top: 64.22535%;
    left: 97.22222%;
    transform: translateX(-50%);
    writing-mode: vertical-rl;
    text-orientation: sideways;
    font-family: var(--font-serif);
    font-size: 12px;
    line-height: 1;
    letter-spacing: normal;
    font-kerning: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-text);
    white-space: nowrap;
    letter-spacing: 0.5px;
  }

  .hero__scroll-line {
    position: absolute;
/*    top: 70.28169%;*/
    top: 71.2%;
    left: 97.22222%;
    width: 1px;
/*    height: 29.71831%;*/
    height: 29%;
    background-color: var(--color-text);
  }
}

@media (max-width: 899px) {
  .hero__sp {
    display: block;
    position: relative;
    width: 100%;
    background-color: var(--color-bg);
  }

  .hero__sp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero__sp-img--top {
    aspect-ratio: 390 / 391;
  }

  .hero__sp-img--bottom {
    aspect-ratio: 390 / 409;
  }

  .hero__sp-logo {
    position: absolute;
    top: 44.9625%;
    left: 3.33333%;
    width: 62.96308%;
  }

  .hero__sp-logo img {
    width: 100%;
    height: auto;
  }
}

.concept {
  position: relative;
  z-index: 2;
  isolation: isolate;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(20px, 15.27%, 220px);
  white-space: nowrap;
  height: fit-content;
  padding-bottom: 240px;
  background-color: var(--color-bg);
}

.concept::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background-color: var(--color-bg);
  z-index: -1;
}

@media (prefers-reduced-motion: no-preference) {
  .concept .concept__img,
  .lineup .lineup__fig img {
    opacity: 0;
    filter: blur(6px);
    translate: 0 24px;
    transition:
      opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
      filter 1s cubic-bezier(0.22, 1, 0.36, 1),
      translate 1s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .concept .concept__img.is-visible,
  .lineup .lineup__fig img.is-visible {
    opacity: 1;
    filter: blur(0);
    translate: 0 0;
  }
}

.concept__block--1 {
  width: 100%;
  display: flex;
}

@media (min-width: 900px) {
  .concept {
    padding-top: 274px;
  }

  .concept__block--1 {
    gap: clamp(10px, 16.52vw, 238px);
  }
  .concept__block--1 .concept__collage {
    position: relative;
    width: clamp(100px, 24.65vw, 355px);
    max-width: 355px;
  }
  .concept__block--1 .concept__img--a {
    width: 100%;
    aspect-ratio: 1;
  }
  .concept__block--1 .concept__img--b {
    position: relative;
    transform: translate(66.28%, -65.2%);
    max-width: 307.79px;
    width: 86.7%;
    aspect-ratio: 307.79/204;

    margin-bottom: -37.47%;
    z-index: -1;
  }
  .concept__block--1 .concept__lead {
    width: clamp(100px, 24.65vw, 355px);
    height: clamp(100px, 24.65vw, 355px);
    display: flex;
    gap: clamp(48px, 4.8%, 69px);
    flex-direction: column;
    justify-content: center;
    align-items: left;
  }
}

.concept__block--2 {
  width: 100%;
  position: relative;
  display: flex;
}

@media (min-width: 900px) {
  .concept__block--2 {
    justify-content: flex-start;
    align-items: center;
    gap: 48px;
    margin-top: 300px;
  }
  .concept__block--2 .concept__img {
    width: 54.61%;
    margin-left: auto;
    aspect-ratio: 546.18/362;
  }
  .concept__block--2 .concept__subtitle-jp {
    margin-bottom: 20px;
  }
}

.concept__block--3 {
  width: 100%;
  position: relative;
  display: flex;
}

@media (min-width: 900px) {
  .concept__block--3 {
    margin-top: 300px;
    justify-content: center;
    align-items: center;
  }
  .concept__block--3 .concept__img {
    width: 77.4%;
    aspect-ratio: 774/513;
  }
}
.concept__block--4 {
  width: 100%;
  position: relative;
}

@media (min-width: 900px) {
  .concept__block--4 {
    margin-top: 180px;
  }
  .concept__block--4 .concept__collage {
    position: relative;
  }
  .concept__block--4 .concept__img--a {
/*    margin-left: 6%;*/
    margin-left: 17.4%;
    width: clamp(100px, 42%, 420px);
    aspect-ratio: 420/560;
  }
  .concept__block--4 .concept__img--b {
    position: relative;
/*    transform: translate(153.01%, -44.31%);*/
    transform: translate(197%, -44.31%);
    width: 27.97%;
    aspect-ratio: 279.79/422;
    margin-bottom: -18.7%;
    z-index: -1;
  }
}
.concept__block--5 {
  width: 100%;
  position: relative;
}

@media (min-width: 900px) {
  .concept__block--5 {
    margin-top: 180px;
  }
  .concept__block--5 .concept__collage {
    position: relative;
    container-type: inline-size;
    width: 100%;

    aspect-ratio: 1000 / 1246;
  }
  .concept__block--5 .concept__img--a {
    position: absolute;
    top: 0;
    right: 0;
    width: clamp(100px, 77.4%, 774px);
    aspect-ratio: 774/513;
  }
  .concept__block--5 .concept__img--b {
    position: absolute;
    top: 42.2cqw;
    left: 0;
    width: 41.94%;
    aspect-ratio: 419.7/418.15;
  }
  .concept__block--5 .concept__img--c {
    position: absolute;
    top: 71.3cqw;
    left: 51.6cqw;
    width: 39.97%;
    aspect-ratio: 399.75/533;
  }
}
.concept__block--6 {
  width: 100%;
  position: relative;
}

@media (min-width: 900px) {
  .concept__block--6 {
    margin-top: 180px;
  }
  .concept__block--6 .concept__img {
    width: 77.4%;
    aspect-ratio: 774.01/513;
  }
}
.concept__block--7 {
  width: 100%;
  position: relative;
}

@media (min-width: 900px) {
  .concept__block--7 {
    margin-top: 96px;
  }
  .concept__block--7 .concept__collage {
    position: relative;
    container-type: inline-size;
    width: 100%;

    aspect-ratio: 1000 / 823.5;
  }
  .concept__block--7 .concept__img--a {
    position: absolute;
    top: 0;
    left: 14.4cqw;
    width: 39.78%;
    aspect-ratio: 397.83/605;
  }
  .concept__block--7 .concept__img--b {
    position: absolute;
    top: 22.3cqw;
    left: 60.2cqw;
    width: 39.8%;
    aspect-ratio: 398/600.5;
  }
}
.concept__block--8 {
  width: 100%;
  position: relative;
}

@media (min-width: 900px) {
  .concept__block--8 {
    margin-top: 183.5px;
  }
  .concept__block--8 .concept__collage {
    position: relative;
    container-type: inline-size;
    width: 100%;

    aspect-ratio: 1000 / 1275;
  }
  .concept__block--8 .concept__img--a {
    position: absolute;
    top: 0;
    left: 52.4cqw;
    width: 34.81%;
    aspect-ratio: 318.14/480;
  }
  .concept__block--8 .concept__img--b {
    position: absolute;
    top: 37.7cqw;
    left: 0;
    width: 46.39%;
    aspect-ratio: 463.9/700;
  }
  .concept__block--8 .concept__img--c {
    position: absolute;
    top: 81.6cqw;
    left: 39.7cqw;
    width: 45.9%;
    aspect-ratio: 1;
  }
}
.concept__lead-label {
  font-family: var(--font-serif);
  font-size: 12px;
  letter-spacing: 0.48px;
  line-height: 1;
}

.concept__lead-body {
  font-family: var(--font-zen-kaku);
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.96px;
}

.concept__subtitle-jp {
  font-family: var(--font-shippori);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 1.92px;
}

.concept__subtitle-sub {
  font-family: var(--font-zen-kaku);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.96px;
}

@media (max-width: 899px) {
  .concept {
    padding-top: 180px;
    padding-left: clamp(20px, 5.13%, 100px);
    padding-right: clamp(20px, 5.13%, 100px);
  }

  .concept__block--1 {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 80px;
  }

  .concept__block--1 .concept__lead {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
  }

  .concept__block--1 .concept__collage {
    position: relative;
    width: clamp(56.4%, 62.857%, 355px);
    max-width: none;
  }

  .concept__block--1 .concept__img--a {
    width: 100%;
    min-width: 100%;
    aspect-ratio: 1;
  }

  .concept__block--1 .concept__img--b {
    position: relative;
    min-width: 31.3%;
    max-width: none;
    width: 86.7%;
    aspect-ratio: 307.79/204;
    transform: translate(66.28%, -65.2%);
    margin-bottom: -37.47%;
    z-index: -1;
  }

  .concept__block--2 {
    margin-top: 214px;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 40px;
  }

  .concept__block--2 .concept__img {
    width: 100%;
    max-width: 350px;
    aspect-ratio: 546.18/362;
  }

  .concept__block--2 .concept__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .concept__block--2 .concept__subtitle-jp {
    margin-bottom: 0;
  }

  .concept__block--3 {
    margin-top: 279px;
    align-items: flex-end;
  }

  .concept__block--3 .concept__img {
    width: 88.571%;
    aspect-ratio: 774/513;
    margin: 0 auto;
  }

  .concept__block--4 {
    margin-top: 37px;
  }

  .concept__block--4 .concept__collage {
    position: relative;
    width: 84.571%;
    aspect-ratio: 296/376;
  }

  .concept__block--4 .concept__img--a {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    width: 65.203%;
    aspect-ratio: 193/257;
  }

  .concept__block--4 .concept__img--b {
    position: absolute;
    top: 48.67%;
    left: 56.757%;
    width: 43.243%;
    aspect-ratio: 128/193;
    transform: none;
    margin-bottom: 0;
    z-index: -1;
  }

  .concept__block--5 {
    margin-top: 80px;
  }

  .concept__block--5 .concept__collage {
    position: relative;
    width: 100%;
    aspect-ratio: 350/512;
  }

  .concept__block--5 .concept__img--a {
    position: absolute;
    top: 0;
    right: 0;
    width: 88.371%;
    aspect-ratio: 309.3/205;
  }

  .concept__block--5 .concept__img--b {
    position: absolute;
    top: 47.852%;
    left: 0;
    width: 55.143%;
    aspect-ratio: 193/192;
  }

  .concept__block--5 .concept__img--c {
    position: absolute;
    top: 63.477%;
    right: 0;
    width: 40.071%;
    aspect-ratio: 140.25/187;
  }

  .concept__block--6 {
    margin-top: 80px;
  }

  .concept__block--6 .concept__img {
    width: 82.857%;
    aspect-ratio: 290/192;
  }

  .concept__block--7 {
    margin-top: 40px;
  }

  .concept__block--7 .concept__collage {
    position: relative;
    width: 100%;
    aspect-ratio: 350/294;
  }

  .concept__block--7 .concept__img--a {
    position: absolute;
    top: 0;
    left: 5.714%;
    width: 42.857%;
    aspect-ratio: 150/228;
  }

  .concept__block--7 .concept__img--b {
    position: absolute;
    top: 22.789%;
    right: 2.857%;
    width: 42.857%;
    aspect-ratio: 150/227;
  }

  .concept__block--8 {
    margin-top: 80px;
  }

  .concept__block--8 .concept__collage {
    position: relative;
    width: 100%;
    aspect-ratio: 350/536;
  }

  .concept__block--8 .concept__img--a {
    position: absolute;
    top: 0;
    right: 0;
    width: 38.571%;
    aspect-ratio: 135/204;
  }

  .concept__block--8 .concept__img--b {
    position: absolute;
    top: 19.03%;
    left: 0;
    width: 50%;
    aspect-ratio: 175/265;
  }

  .concept__block--8 .concept__img--c {
    position: absolute;
    top: 60.448%;
    left: 39.714%;
    width: 60.571%;
    aspect-ratio: 1;
  }

  .concept__lead-body {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.42px;
  }

  .concept__subtitle-jp {
    font-size: 22px;
    letter-spacing: 0.44px;
  }

  .concept__subtitle-sub {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.42px;
  }
}

.pd {
  position: relative;
  background: var(--color-bg);
}

.pd-item-pin {
  width: 100%;
}

.pd-item-pin::after {
  content: "";
  display: block;
  height: 50vh;
}
.pd,
.pd-item-pin,
.pd-item-pin::after {
  background-color: var(--color-bg);
}

.pd-item-pin:nth-child(1) .pd-item {
  z-index: 1;
}

.pd-item-pin:nth-child(2) .pd-item {
  z-index: 2;
}

.pd-item-pin:nth-child(3) .pd-item {
  z-index: 3;
}

.pd-item-pin:nth-child(4) .pd-item {
  z-index: 4;
}

.pd-item-pin:last-child .pd-item {
  isolation: isolate;
}

.pd-item-pin:last-child .pd-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  background-color: var(--color-bg);
  z-index: -1;
  pointer-events: none;
}

.pd-item {
  display: flex;
  position: sticky;
  top: 0;
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
  background: var(--color-bg);
  min-height: 100vh;
}

.pd-item__img-col {
  flex-shrink: 0;
}

.pd-item__fig {
  margin: 0;
}

.pd-item__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}

.pd-item__media:active {
  cursor: grabbing;
}

.pd-item__slide {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition:
    opacity 0.9s ease-in-out,
    visibility 0.9s ease-in-out;
}

.pd-item__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.pd-item__indicator {
  display: flex;
  align-items: center;
  gap: 0.75em;
  font-family: var(--font-serif);
  margin-top: 15px;
  color: var(--color-text);
}

.txt_r{
  justify-content: flex-end;
}

.pd-item__num {
  font: inherit;
  letter-spacing: inherit;
  color: #b4b4b4;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 1;
}

.pd-item__num.is-active {
  color: var(--color-text);
}

.pd-item__text-col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pd-item__text-slide {
  display: none;
  width: 100%;
  justify-content: center;
}

.pd-item__text-slide.is-active {
  display: flex;
}

@media (prefers-reduced-motion: reduce) {
  .pd-item__slide {
    transition: none;
  }

  .pd-item__slide:not(.is-active) {
    opacity: 0;
    visibility: hidden;
  }

  .pd-item__slide.is-active {
    opacity: 1;
    visibility: visible;
  }
}

.pd-item__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pd-item__sku-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  height: 90px;
}

.pd-item__code,
.pd-item__price {
  font-family: var(--font-serif);
  color: var(--color-text);
  white-space: nowrap;
}

.pd-item__limited {
  font-family: var(--font-zen-kaku);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--color-text);
  margin: 0;
  white-space: nowrap;
}

.pd-item__link {
  font-family: var(--font-serif);
  color: var(--color-text);
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
  white-space: nowrap;
}

@media (min-width: 900px) {
  .pd-item {
    display: block;
    height: 100vh;
  }

  .pd-item-pin:last-child .pd-item > .pd-item__img-col,
  .pd-item-pin:last-child .pd-item > .pd-item__text-col {
    position: absolute;
    z-index: 1;
  }

  .pd-item__img-col {
    position: absolute;
    top: 50%;
    width: clamp(375px, 41.6667%, 600px);

    transform: translateY(calc(-50% + 18px));
  }

  .pd-item--img-left .pd-item__img-col {
    left: clamp(137.5px, 15.2778%, 220px);
  }

  .pd-item--img-right .pd-item__img-col {
    left: clamp(387.5px, 43.0556%, 620px);
  }

  .pd-item__media {
    width: 100%;
  }

  .pd-item--img-right .pd-item__indicator {
    text-align: left;
  }

  .pd-item--img-left .pd-item__indicator {
    text-align: right;
  }

  .pd-item__indicator {
    font-size: 16px;
    letter-spacing: 0.64px;
  }

  .pd-item__text-col {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: clamp(387.5px, 43.0556%, 620px);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pd-item--img-right .pd-item__text-col {
    left: 0;
  }

  .pd-item--img-left .pd-item__text-col {
    right: 0;
  }

  .pd-item__inner {
    gap: 40px;
/*    gap: 65px;*/
  }

  .pd-item__code,
  .pd-item__price {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .pd-item__link {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

@media (max-width: 899px) {
  .pd-item {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .pd-item__img-col {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    flex: none;
    width: 100%;
    padding: 0;
    display: block;
  }

  .pd-item--img-right .pd-item__media {
    width: calc(100% - 20px);
    margin-left: 20px;
  }

  .pd-item--img-left .pd-item__media {
    width: calc(100% - 20px);
    margin-right: 20px;
  }

  .pd-item__indicator {
    font-size: 16px;
    letter-spacing: 0.64px;
  }

  .pd-item--img-right .pd-item__indicator {
    width: calc(100% - 20px);
    margin-left: 20px;
    justify-content: flex-start;
  }

  .pd-item--img-left .pd-item__indicator {
    width: calc(100% - 20px);
    justify-content: flex-end;
  }

  .pd-item__text-col {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    flex: none;
    width: 100%;
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pd-item__sku-group {
    height: 80px;
  }

  .pd-item__inner {
    gap: 30px;
/*    gap: 55px;*/
  }

  .pd-item__code,
  .pd-item__price {
    font-size: 18px;
    letter-spacing: 1.8px;
  }

  .pd-item__link {
    font-size: 12px;
    letter-spacing: 0.48px;
  }
}

.pricing-item {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: var(--color-pricing-bg);
  width: 100%;
  min-height: 100vh;
}

.pricing-item-pin {
  width: 100%;
}

.pricing-item-pin::after {
  content: "";
  display: block;
  height: 100vh;
}

.pricing-item__img-col {
  overflow: hidden;
  flex-shrink: 0;
}

.pricing-item__img-col img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pricing-item__text-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-item__text-inner {
  display: flex;
  flex-direction: column;
}

.pricing-item__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricing-item__desc {
  font-family: var(--font-zen-kaku);
  font-weight: 500;
  color: var(--color-text);
  font-size: clamp(14px, calc(13.26px + 0.1905vw), 16px);
  line-height: 1.875em;
  letter-spacing: 0.06em;
}

.pricing-item__sku {
  font-family: var(--font-serif);
  white-space: nowrap;
  color: var(--color-text);
  font-size: clamp(16px, calc(14.51px + 0.381vw), 20px);
  letter-spacing: 0.1em;
}

.pricing-item__link {
  font-family: var(--font-serif);
  color: var(--color-text);
  white-space: nowrap;
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
  font-size: clamp(14px, calc(12.51px + 0.381vw), 18px);
  letter-spacing: 0.04em;
}

@media (min-width: 900px) {
  .pricing-item {
    height: 100vh;
    align-items: stretch;
  }

  .pricing-item--text-left {
    flex-direction: row-reverse;
  }

  .pricing-item__img-col {
    flex: 0 0 50%;
  }

  .pricing-item__text-col {
    flex: 0 0 50%;
  }

  .pricing-item__text-inner {
    width: 66.8%;
    max-width: calc(100% - 80px);
    gap: clamp(60px, calc(41.43px + 4.762vw), 110px);
  }

  .pricing-item__desc {
    letter-spacing: 0.96px;
  }

  .pricing-item__sku {
    letter-spacing: 2px;
  }

  .pricing-item__link {
    letter-spacing: 0.72px;
  }
}

@media (max-width: 899px) {
  .pricing-item {
    flex-direction: column;
  }

  .pricing-item--text-left {
    flex-direction: column;
  }

  .pricing-item__img-col {
    width: 100%;
    flex-shrink: 0;
    aspect-ratio: 390 / 406;
  }

  .pricing-item__text-col {
    flex: 0 0 340px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pricing-item__text-inner {
/*    width: 350px;*/
    width: 90%;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    gap: 50px;
  }

  .pricing-item__desc {
    letter-spacing: 0.56px;
    line-height: 1.7em;
  }

  .pricing-item__sku {
    letter-spacing: 0.64px;
  }

  .pricing-item__link {
    letter-spacing: 0.56px;
  }
}

.signature-entry-stack {
  width: 100%;
  overflow-x: clip;
}

.signature {
  width: 100%;
}

.pricing {
  width: 100%;
}

.hash-anchor {
  display: block;
  height: 0;
  width: 0;
  pointer-events: none;
  visibility: hidden;
}

.signature__hero {
  position: sticky;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  margin-top: -100vh;
  overflow: hidden;
  line-height: 0;
  scroll-margin-top: 0;
}

.signature__hero picture {
  display: block;
  width: 100%;
  height: 100%;
}

.signature__hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.signature__inner {
/*  position: relative;*/
  position: sticky;
  top: 0;
  z-index: 2;
  margin-top: 100vh;
  background-color: #444444;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  padding: 60px 20px;
  gap: clamp(40px, calc(23.66px + 4.19vw), 84px);
  min-height: 100vh;
}

.signature-inner-pin {
  width: 100%;
}

.signature-inner-pin::after {
  content: "";
  display: block;
  height: 100vh;
}

.signature__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.signature__title {
  font-family: var(--font-serif);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 40px;
  font-weight: normal;
  margin: 0;
  font-size: clamp(22px, calc(17.54px + 1.143vw), 34px);
}

.signature__subtitle {
  font-family: var(--font-serif);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 40px;
  font-weight: normal;
  margin: 0;
  font-size: clamp(16px, calc(13.03px + 0.762vw), 24px);
}

.signature__desc {
  font-family: var(--font-zen-kaku);
/*  font-weight: 500;*/
  color: #ffffff;
  letter-spacing: 0.06em;
  line-height: 1.8em;
  margin: 0 auto;
  width: 416px;
  font-size: 16px;
  text-align: justify;
/*
  font-size: clamp(14px, calc(13.26px + 0.1905vw), 16px);
  width: clamp(350px, calc(291.3px + 15.05vw), 508px);
  max-width: calc(100% - 40px);
*/
}

@media (min-width: 900px) {
  .signature__title {
/*  .signature__subtitle {*/
    letter-spacing: 3.4px;
  }

  .signature__desc {
    letter-spacing: 1px;
  }
}

.glass-pin {
  width: 100%;
}

.glass-pin::after {
  content: "";
  display: block;
  height: 100vh;
}

.glass {
  position: sticky;
  top: 0;
  z-index: 3;
  height: 100vh;
  scroll-margin-top: 0;
  background-image: url("/cms/contents/brand/the_bedford_hotel/20260724/img/glass-bg-sp.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (min-width: 900px) {
  .glass {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/cms/contents/brand/the_bedford_hotel/20260724/img/glass-bg.webp");
  }
}

/* iOS/iPadOS Safari cannot reliably paint fixed backgrounds on sticky elements. */
@supports (-webkit-touch-callout: none) {
  .glass {
    background-attachment: scroll;
  }
}

.glass__content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.glass__title {
  font-family: var(--font-serif);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 40px;
  font-weight: normal;
  margin: 0;
  font-size: clamp(22px, calc(17.54px + 1.143vw), 34px);
}

.glass__subtitle {
  font-family: var(--font-serif);
  color: #ffffff;
  letter-spacing: 0.1em;
  line-height: 40px;
  font-weight: normal;
  margin: 4px 0 0 0;
  font-size: clamp(22px, calc(17.54px + 1.143vw), 34px);
/*  font-size: clamp(16px, calc(13.03px + 0.762vw), 24px);*/
}

.glass__desc {
  font-family: var(--font-zen-kaku);
  font-weight: 400;
  color: #ffffff;
  margin: 70px auto 0 auto;
  width: 410px;
  text-align: justify;
}

.glass__desc--pc {
  display: none;
}
.glass__desc--sp {
  display: none;
}

@media (min-width: 900px) {
  .glass__content {
    width: 100%;
    padding-top: 0;
  }

  .glass__title {
    letter-spacing: 3.4px;
  }

  .glass__desc--pc {
    display: block;
  }
  .glass__desc--sp {
    display: none;
  }

  .glass__desc {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
  }
}

@media (max-width: 899px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }

  .signature__inner {
    padding: 60px 0;
    gap: clamp(40px, calc(23.66px + 4.19vw), 84px);
  }
  .signature__heading {
    display: block;
    align-items: auto;
    width: 100%;
  }
  .signature__title {
    line-height: 1.4em;
    font-size: 23px;
    width: 77%;
    text-align: center;
    margin: 0 auto;
/*    text-align: justify;
    letter-spacing: 1.4px;*/
  }
  .signature__subtitle {
    line-height: 1.4em;
    font-size: 19px;
    width: 77%;
    text-align: center;
    margin: 0 auto;
/*    text-align: justify;
    letter-spacing: 1.4px;*/
  }
  .signature__desc {
    line-height: 1.7em;
    width: 75%;
    font-size: 14px;
  }

  .glass_bg_sp{
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    overflow: hidden;
  }
  .glass_bg_sp img{
    width: 100%;
  }

  .glass__content {
    padding-top: 40%;
    padding-inline: 10px;
    box-sizing: border-box;
  }
  .glass__title {
    font-size: 24px;
    line-height: 1.4em;
    letter-spacing: 1px;
  }
  .glass__subtitle {
    font-size: 20px;
    line-height: 1.4em;
  }
  .glass__desc {
    margin: 32px auto 0 auto;
    letter-spacing: none;
    width: 74%;
  }

  .glass__desc--sp {
    display: block;
  }
  .glass__desc--pc {
    display: none;
  }

  .glass__desc {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.56px;
  }
}

@media (max-width: 350px) {
  .glass__desc {
    font-size: 12px;
  }

  .signature__title {
    font-size: 21px;
  }
  .signature__subtitle {
    font-size: 17px;
  }
}

.lineup {
  position: relative;
  z-index: 4;
  width: 100%;
  background: #d9d9d9;
  box-sizing: border-box;
}

.lineup__title {
  font-family: var(--font-serif);
  font-weight: normal;
  color: var(--color-text);
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0;
}

.lineup__grid {
  display: grid;
  width: 100%;
  box-sizing: border-box;
}

.lineup__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.lineup__fig {
  margin: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  width: 100%;
}

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

.lineup__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  gap: 15px;
}

.lineup__sku {
  font-family: var(--font-serif);
  color: var(--color-text);
  margin: 0;
  text-align: center;
  line-height: normal;
}

.lineup__name-br--sp {
  display: none;
}

.lineup__link {
  font-family: var(--font-serif);
  color: var(--color-text);
  display: inline-block;
  width: fit-content;
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
  text-align: center;
}
.lineup__cs{
  font-family: var(--font-serif);
  color: var(--color-text);
  display: inline-block;
  width: fit-content;
  text-align: center;
}

@media (min-width: 900px) {
  .lineup {
    padding-top: 108px;
    padding-bottom: 180px;
    padding-inline: max(
      clamp(60px, 15.2778vw, 220px),
      calc((100% - var(--content-max)) / 2 + clamp(60px, 15.2778vw, 220px))
    );
  }

  .lineup__title {
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 3.4px;
    margin-bottom: 215px;
  }

  .lineup__grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 60px;
    row-gap: 80px;
  }

  .lineup__sku {
    font-size: 18px;
    letter-spacing: 0.72px;
  }

  .lineup__link,
  .lineup__cs {
    font-size: 14px;
    letter-spacing: 0.56px;
  }
}

@media (max-width: 899px) {
  .lineup {
    padding-top: 122px;
    padding-bottom: 180px;
    padding-inline: clamp(16px, 5.1282vw, 20px);
  }

  .lineup__title {
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 60px;
  }

  .lineup__grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 40px;
  }

  .lineup__name-br--sp {
    display: block;
  }

  .lineup__name-space {
    display: none;
  }

  .lineup__sku {
    font-size: 12px;
    letter-spacing: 0.48px;
  }

  .lineup__link,
  .lineup__cs {
    font-size: 10px;
    letter-spacing: 0.04em;
  }
}

.brand-footer {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-image: url("/cms/contents/brand/the_bedford_hotel/20260724/img/kingstar-bg-sp.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (min-width: 900px) {
  .brand-footer {
    background-image: url("/cms/contents/brand/the_bedford_hotel/20260724/img/kingstar-bg.webp");
  }
}

/* iOS Safari does not support background-attachment: fixed on elements. */
@supports (-webkit-touch-callout: none) {
  .brand-footer {
    z-index: 0;
    isolation: isolate;
    overflow: hidden;
    clip-path: inset(0);
    background-image: none;
  }

  .brand-footer::before {
    content: "";
    position: fixed;
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100lvh;
    background: url("/cms/contents/brand/the_bedford_hotel/20260724/img/kingstar-bg-sp.webp") center / cover no-repeat;
    pointer-events: none;
  }
}

@media (min-width: 900px) {
  @supports (-webkit-touch-callout: none) {
    .brand-footer::before {
      background-image: url("/cms/contents/brand/the_bedford_hotel/20260724/img/kingstar-bg.webp");
    }
  }
}

.brand-footer__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 25px;
}

.brand-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: auto;
}

.brand-footer__logo {
  display: block;
  width: 200px;
  height: auto;
}

.brand-footer__desc--pc {
  display: none;
}
.brand-footer__desc--sp {
  display: none;
}

.brand-footer__desc {
  font-family: var(--font-zen-kaku);
  font-weight: 500;
  color: #000000;
  margin: 0;
}
.brand-footer__desc span{
  font-family: var(--font-noto);
  font-weight: 500;
}

.brand-footer__viewmore {
  font-family: var(--font-serif);
  font-size: 14px;
  letter-spacing: 0.56px;
  color: #000000;
  display: inline-block;
  width: fit-content;
  border-bottom: 1px solid #000000;
  padding-bottom: 3px;
}

.brand-footer__follow {
  font-family: var(--font-serif);
  font-size: 12px;
  letter-spacing: 0.48px;
  color: #000000;
  margin: 0;
}

.brand-footer__instagram {
  font-family: var(--font-serif);
  font-size: 15px;
  letter-spacing: 0.6px;
  color: #000000;
  display: inline-block;
  width: fit-content;
  border-bottom: 1px solid #000000;
  padding-bottom: 3px;
}

.brand-footer__svg-logo {
  display: block;
  width: 180.7px;
  height: auto;
  margin-bottom: 15px;
}

.brand-footer__copyright {
  font-family: var(--font-noto);
  font-size: 11px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

@media (min-width: 900px) {
  .brand-footer__inner {
    padding-top: 93px;
  }

  .brand-footer__logo {
    margin-bottom: 25px;
  }
  .brand-footer__desc--pc {
    display: block;
  }
  .brand-footer__desc--sp {
    display: none;
  }

  .brand-footer__desc {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.96px;
    margin-bottom: 35px;
  }

  .brand-footer__viewmore {
    margin-bottom: 53px;
  }
  .brand-footer__follow {
    margin-bottom: 23px;
  }
  .brand-footer__instagram {
    margin-bottom: 0;
  }
}

@media (max-width: 899px) {
  .brand-footer__inner {
    padding-top: 24%;
  }

  .brand-footer__logo {
    margin-bottom: 20px;
    width: 58%;
  }
  .brand-footer__desc--sp {
    display: block;
  }
  .brand-footer__desc--pc {
    display: none;
  }

  .brand-footer__desc {
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: none;
    margin-bottom: 15px;
  }

  .brand-footer__viewmore {
    margin-bottom: 40px;
  }
  .brand-footer__follow {
    margin-bottom: 12px;
  }
  .brand-footer__instagram {
    margin-bottom: 0;
  }
}

/*.pd-item__num,*/
.pd-item__link,
.pricing-item__link,
.lineup__link,
.brand-footer__viewmore,
.brand-footer__instagram {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*.pd-item__num:hover,*/
.pd-item__link:hover,
.pricing-item__link:hover,
.lineup__link:hover,
.brand-footer__viewmore:hover,
.brand-footer__instagram:hover {
  opacity: 0.5;
}
