@charset "UTF-8";
/*
A modern CSS reset 2023 / 9 / 18
https://github.com/Andy-set-studio/modern-css-reset
*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

/**  base  **/
p,
ul,
ol,
h1,
h2,
h3,
figure,
dl,
dd,
button,
pre {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img,
video {
  max-width: 100%;
  vertical-align: bottom;
  line-height: 1;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}

a {
  color: currentColor;
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}

button {
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  button:hover {
    opacity: 0.5;
  }
}

[x-cloak],
[v-cloak] {
  display: none !important;
}

*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
body.scroll_rock {
  overflow: hidden;
}

a[target=_blank]:not([data-platform])::after {
  margin: 0 3px 0 1px;
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-size: 85%;
  position: relative;
  top: -3px;
}

:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-red: #940F12;
  --color-yellow: #E9FF7B;
  --base: var(--color-black);
  --accent: var(--color-yellow);
  --link: var(--color-red);
  --bg: #B7C0C1;
  --paper: rgba(237, 237, 237, 0.9);
  --border: 1.5px solid var(--color-black);
  --gradient: linear-gradient(236deg, #F9FBFB 10.1%, #D9DFE2 76.6%);
}

html {
  scroll-padding: 0;
}

body {
  color: var(--base);
  font-family: "Koburina Gothic W3 JIS2004";
  background-image: var(--gradient);
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.main {
  position: relative;
  font-size: 1.5rem;
  line-height: 200%;
  overflow: hidden;
}
.main:before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: url("../img/bg.svg");
  background-size: 100% auto;
  background-repeat: no-repeat repeat;
}
.main a {
  color: var(--link);
}
@media (min-width: 48rem) {
  .main:before {
    background-image: url("../img/bg_lg.svg");
  }
}

footer pre {
  white-space: pre-wrap;
}

.stage-spotlight {
  container: spotlight/inline-size;
}
.stage-photo {
  display: none;
}
@media (min-width: 48rem) {
  .stage {
    display: grid;
    grid-template-columns: 58.4656084656% auto;
  }
  .stage .yodogawa {
    order: 2;
  }
  .stage-spotlight {
    order: 1;
  }
  .stage-photo {
    display: block;
    width: 100%;
    aspect-ratio: 884/580;
  }
}

.cover {
  position: relative;
  aspect-ratio: 375/667;
  display: grid;
  gap: 3.4482758621% 0;
}
.cover .cut-01 img,
.cover .cut-02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover-strapline {
  position: absolute;
  z-index: 1;
  top: 22.9385307346%;
  left: 8.2666666667%;
  width: 61.0666666667%;
  aspect-ratio: 229/234;
}
.cover-a {
  display: grid;
  grid-template-columns: 28.8% 71.2%;
  width: 100%;
  aspect-ratio: 375/370;
}
.cover-a .cover-hobonichi {
  display: block;
  padding: 1.8918918919% 0 0 17.5925925926%;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2vw;
  line-height: 275%;
}
.cover-b {
  display: grid;
  grid-template-columns: 57.3333333333% 38.1333333333%;
  align-items: end;
  justify-content: space-between;
  width: 100%;
}
.cover-b .cut-02 {
  aspect-ratio: 215/274;
}
.cover-b h1 {
  aspect-ratio: 143/197;
  padding-right: 13.2867132867%;
}
.cover-b h1 picture {
  width: 100%;
  height: 100%;
}
.cover-b h1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 48rem) {
  .cover {
    aspect-ratio: 1512/874;
    grid-template-columns: 58.4656084656% 41.5343915344%;
    gap: 0;
  }
  .cover-strapline {
    top: 84.8970251716%;
    left: 14.880952381%;
    width: 39.2195767196%;
    aspect-ratio: 593/45;
  }
  .cover-a {
    order: 2;
    grid-template-columns: 87.2611464968% 12.7388535032%;
    align-items: end;
    aspect-ratio: 628/874;
  }
  .cover-a .cut-01 {
    order: 1;
    aspect-ratio: 548/874;
  }
  .cover-a .cover-hobonichi {
    order: 2;
    padding: 0 0 1.9450800915% 1.4331210191%;
    font-size: 1.5rem;
    line-height: 220%;
  }
  .cover-a .cover-hobonichi span {
    writing-mode: vertical-rl;
  }
  .cover-b {
    order: 1;
    grid-template-columns: 8.0316742081% 62.3303167421% auto;
    justify-content: start;
    align-items: start;
    aspect-ratio: 884/874;
    padding-top: 9.4965675057%;
  }
  .cover-b:before {
    content: "";
  }
  .cover-b h1 {
    position: absolute;
    top: 5.6064073227%;
    left: 3.5052910053%;
    width: 12.962962963%;
    padding-right: 0;
    aspect-ratio: 196/68;
  }
  .cover-b .cut-02 {
    aspect-ratio: 551/704;
  }
}

.yodogawa {
  display: flex;
  flex-direction: column;
  gap: 2em 0;
  padding: min(8.5333333333vw, 4rem) min(7.4666666667vw, 4rem);
  line-height: 173.333%;
}
.yodogawa-profile {
  display: grid;
  gap: 0.2666666667em 0;
  margin-top: auto;
}
.yodogawa-profile button {
  display: flex;
  gap: 0 0.3333333333em;
  align-items: center;
  color: var(--link);
  line-height: 180%;
}
.yodogawa-profile button:after {
  content: "";
  display: block;
  width: 1.4em;
  height: 0.6em;
  background-color: currentColor;
  mask-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 21 9" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M20.0908 7.87402L19.5283 8.36914L18.9648 8.86426L12.0352 0.990234L13.1621 0L20.0908 7.87402ZM17.0078 8.80469H0V7.30469H17.0078V8.80469Z"/%3E%3C/svg%3E');
}
@media (min-width: 48rem) {
  .yodogawa {
    padding: 4rem 2.8rem 7.6rem;
  }
  .yodogawa p {
    white-space: pre-line;
  }
  .yodogawa p br {
    display: none;
  }
  .yodogawa-profile {
    margin-top: 4rem;
  }
  .yodogawa-profile button {
    white-space: nowrap;
  }
}

.yodogawa dialog {
  width: min(93.3333333333vw, 50rem);
  max-width: unset;
  padding: min(12vw, 9.3rem) min(10.6666666667vw, 8rem) min(24vw, 10.8rem);
  line-height: 180%;
  border: none;
}
.yodogawa dialog h3 {
  margin-bottom: 1.4444444444em;
  font-size: 1.8rem;
  line-height: 144.444%;
  letter-spacing: -0.01em;
}
.yodogawa dialog p {
  font-size: 1.3rem;
  line-height: 200%;
  white-space: pre-line;
}
.yodogawa dialog ul {
  margin-top: 1em;
  font-size: 1.3rem;
}
.yodogawa .dialog-close {
  position: absolute;
  right: min(7.2vw, 2.7rem);
  bottom: min(8vw, 3rem);
  display: block;
  width: min(10.6666666667vw, 4rem);
  height: min(10.6666666667vw, 4rem);
  border: var(--border);
  border-radius: 50%;
  background: url('data:image/svg+xml,%3Csvg viewBox="0 0 17 17" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16.9932 1.53027L9.79199 8.73145L16.9922 15.9316L15.9316 16.9922L8.73145 9.79199L1.53125 16.9922L0.470703 15.9316L7.66992 8.73047L0.469727 1.53027L1.53027 0.469727L8.73047 7.66992L15.9316 0.469727L16.9932 1.53027Z" /%3E%3C/svg%3E') center/min(4.5333333333vw, 1.7rem) no-repeat;
}
@media (min-width: 48rem) {
  .yodogawa .dialog-close {
    right: 2.9rem;
    bottom: 5rem;
  }
}

.nav {
  padding-block: 3.2rem 4rem;
  overflow: hidden;
}
.nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(6.4vw, 2.4rem);
  padding-inline: min(7.4666666667vw, 2.8rem);
}
.nav a {
  line-height: 1;
}
.nav a img {
  width: 100%;
  aspect-ratio: 1;
}
.nav a span {
  display: block;
  margin-block: 0.4em 0.5em;
  color: #0F3F50;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
.nav a small {
  display: block;
  font-size: 1.2rem;
}
@media (min-width: 32.5rem) {
  .nav {
    padding-block: 4rem 2.6rem;
  }
  .nav ul {
    grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
    width: min(95%, 57.2rem);
    margin-left: auto;
  }
}
@media (min-width: 48rem) {
  .nav ul {
    grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
    padding-inline: 0;
  }
}

.scene {
  scroll-margin-block: 0;
  background-color: #E9EBEC;
}
.scene-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 0 3.2rem;
}
.scene-main h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55.7333333333vw;
  aspect-ratio: 209/106;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(6.6666666667vw, 3.6rem);
  color: #E9EBEC;
  background-color: var(--scene-color);
}
.scene-main [class^=para-] {
  z-index: 1;
  padding: 2.4rem min(8vw, 3rem) 3.2rem;
}
.scene-main [class^=para-] p + p {
  margin-top: 2em;
}
.scene-main [class^=para-].last {
  padding-bottom: 0;
}
.scene-main .container {
  width: min(100%, 60rem);
}
@media (min-width: 48rem) {
  .scene-main {
    padding-block: 8.8rem 6.4rem;
  }
  .scene-main .container {
    width: min(100%, 108.6rem);
  }
  .scene-main h2 {
    width: 23.94106814%;
    aspect-ratio: 1;
  }
  .scene-main [class*=para] p {
    white-space: pre-line;
  }
}

.scene-01 {
  --scene-color: #8BA9A7;
}
.scene-01 .photo-01 {
  width: 68.8%;
  margin-left: auto;
  margin-top: 0%;
}
.scene-01 .photo-02 {
  width: 92.8%;
  margin-left: 0%;
  margin-top: -2.1333333333%;
}
.scene-01 .photo-03 {
  width: 64%;
  margin-left: 31.2%;
  margin-top: 0%;
}
.scene-01 .photo-04 {
  width: 81.6%;
  margin-left: auto;
  margin-top: 0%;
}
.scene-01 .photo-05 {
  width: 64%;
  margin-left: 5.0666666667%;
  margin-top: 4.2666666667%;
}
@media (min-width: 48rem) {
  .scene-01 .wrap {
    position: relative;
    aspect-ratio: 768/1939;
    container: scene01/inline-size;
  }
  .scene-01 [class*=photo] {
    position: absolute;
    margin: 0;
  }
  .scene-01 [class^=para] {
    position: absolute;
    padding: 0;
  }
  .scene-01 .photo-01 {
    top: 0%;
    right: 0%;
    width: 50.390625%;
  }
  .scene-01 .photo-02 {
    top: 25.4770500258%;
    left: 0%;
    width: 59.375%;
  }
  .scene-01 .photo-03 {
    top: 51.3151108819%;
    right: 0%;
    width: 45.0520833333%;
  }
  .scene-01 .photo-04 {
    top: 70.8096957194%;
    left: 0%;
    width: 45.0520833333%;
  }
  .scene-01 .photo-05 {
    top: 81.5884476534%;
    right: 0%;
    width: 69.6614583333%;
  }
  .scene-01 .para-01 {
    top: 10.9334708613%;
    left: 4.4270833333%;
    width: 44.4010416667%;
  }
  .scene-01 .para-02 {
    top: 30.17019082%;
    right: 4.4270833333%;
    width: 31.25%;
  }
  .scene-01 .para-03 {
    top: 51.3151108819%;
    left: 4.4270833333%;
    width: 50.390625%;
  }
  .scene-01 .photo-04 {
    z-index: 1;
  }
}
@media (min-width: 67.875rem) {
  .scene-01 .wrap {
    aspect-ratio: 1086/2604;
  }
  .scene-01 .photo-01 {
    top: 0%;
    right: 0%;
    width: 50.4604051565%;
  }
  .scene-01 .photo-02 {
    top: 26.8817204301%;
    left: 0%;
    width: 59.3922651934%;
  }
  .scene-01 .photo-03 {
    top: 54.10906298%;
    right: 0%;
    width: 45.1197053407%;
  }
  .scene-01 .photo-04 {
    top: 69.2396313364%;
    left: 0%;
    width: 45.1197053407%;
  }
  .scene-01 .photo-05 {
    top: 80.6067588326%;
    right: 0%;
    width: 69.7974217311%;
  }
  .scene-01 .para-01 {
    top: 11.5207373272%;
    left: 4.4198895028%;
    width: 44.3830570902%;
  }
  .scene-01 .para-02 {
    top: 31.797235023%;
    right: 1.1049723757%;
    width: 35.9116022099%;
  }
  .scene-01 .para-03 {
    top: 54.10906298%;
    left: 0%;
    width: 54.8802946593%;
  }
}

.scene-02 {
  --scene-color: #918A5E;
}
.scene-02 .photo-01 {
  width: 68.8%;
  margin-left: auto;
  margin-top: 0%;
}
.scene-02 .photo-02 {
  width: 92.8%;
  margin-left: 0%;
  margin-top: -2.1333333333%;
}
.scene-02 .photo-03 {
  width: 64%;
  margin-left: 31.2%;
  margin-top: 0%;
}
.scene-02 .photo-04 {
  width: 70.4%;
  margin-left: auto;
  margin-top: 0%;
}
.scene-02 .photo-05 {
  width: 64%;
  margin-left: 5.0666666667%;
  margin-top: 4.2666666667%;
}
@media (min-width: 48rem) {
  .scene-02 .wrap {
    position: relative;
    aspect-ratio: 768/2026;
    container: scene02/inline-size;
  }
  .scene-02 [class*=photo] {
    position: absolute;
    margin: 0;
  }
  .scene-02 [class^=para] {
    position: absolute;
    padding: 0;
  }
  .scene-02 .photo-01 {
    top: 0%;
    right: 0%;
    width: 50.5208333333%;
  }
  .scene-02 .photo-02 {
    top: 25.9131293189%;
    left: 0%;
    width: 59.375%;
  }
  .scene-02 .photo-03 {
    top: 50.9871668312%;
    left: 0%;
    width: 50.390625%;
  }
  .scene-02 .photo-04 {
    top: 63.8696939783%;
    right: 0%;
    width: 45.0520833333%;
  }
  .scene-02 .photo-05 {
    top: 82.9220138203%;
    right: 0%;
    width: 45.0520833333%;
  }
  .scene-02 .para-01 {
    top: 10.4639684107%;
    left: 6.25%;
    width: 39.0625%;
  }
  .scene-02 .para-02 {
    top: 29.1707798618%;
    right: 4.4270833333%;
    width: 31.25%;
  }
}
@media (min-width: 67.875rem) {
  .scene-02 .wrap {
    aspect-ratio: 1086/2569;
  }
  .scene-02 .photo-01 {
    top: 0%;
    right: 0%;
    width: 50.4604051565%;
  }
  .scene-02 .photo-02 {
    top: 27.7929155313%;
    left: 0%;
    width: 59.3922651934%;
  }
  .scene-02 .photo-03 {
    top: 55.7415336707%;
    left: 0%;
    width: 50.4604051565%;
  }
  .scene-02 .photo-04 {
    top: 59.6730245232%;
    right: 0%;
    width: 45.1197053407%;
  }
  .scene-02 .photo-05 {
    top: 80.9264305177%;
    right: 0%;
    width: 45.1197053407%;
  }
  .scene-02 .para-01 {
    top: 11.6776956014%;
    left: 4.4198895028%;
    width: 49.5395948435%;
  }
  .scene-02 .para-02 {
    top: 32.5418450759%;
    right: -0.8287292818%;
    width: 36.4640883978%;
  }
}

.scene-03 {
  --scene-color: #80A4B8;
}
.scene-03 .photo-01 {
  width: 68.8%;
  margin-left: auto;
  margin-top: 0%;
}
.scene-03 .photo-02 {
  width: 92.8%;
  margin-left: 0%;
  margin-top: -2.1333333333%;
}
.scene-03 .photo-03 {
  width: 70.4%;
  margin-left: 29.6%;
  margin-top: 0%;
}
.scene-03 .photo-04 {
  width: 64%;
  margin-left: 4.2666666667%;
  margin-top: 4.2666666667%;
}
.scene-03 .para-01 p:last-of-type {
  margin-top: 0;
}
@media (min-width: 48rem) {
  .scene-03 .wrap {
    position: relative;
    aspect-ratio: 768/1664;
    container: scene03/inline-size;
  }
  .scene-03 [class*=photo] {
    position: absolute;
    margin: 0;
  }
  .scene-03 .para-02,
  .scene-03 .u-para-0101,
  .scene-03 .u-para-0102 {
    position: absolute;
    padding: 0;
  }
  .scene-03 .para-01 {
    padding: 0;
  }
  .scene-03 .photo-01 {
    top: 0%;
    right: 0%;
    width: 50.390625%;
  }
  .scene-03 .photo-02 {
    top: 21.5144230769%;
    left: 0%;
    width: 59.375%;
  }
  .scene-03 .photo-03 {
    top: 54.0264423077%;
    right: 0%;
    width: 50.390625%;
  }
  .scene-03 .photo-04 {
    top: 79.1466346154%;
    left: 0%;
    width: 45.1822916667%;
  }
  .scene-03 .u-para-0101 {
    top: 12.7403846154%;
    left: 4.4270833333%;
    width: 44.6614583333%;
  }
  .scene-03 .u-para-0102 {
    top: 35.5168269231%;
    right: 4.4270833333%;
    width: 31.25%;
  }
  .scene-03 .para-02 {
    top: 51.6225961538%;
    left: 4.4270833333%;
    width: 42.0572916667%;
  }
}
@media (min-width: 67.875rem) {
  .scene-03 .wrap {
    aspect-ratio: 1086/2122;
  }
  .scene-03 .photo-01 {
    top: 0%;
    right: 0%;
    width: 50.4604051565%;
  }
  .scene-03 .photo-02 {
    top: 23.7983034873%;
    left: 0%;
    width: 59.3922651934%;
  }
  .scene-03 .photo-03 {
    top: 57.2101790763%;
    right: 0%;
    width: 50.4604051565%;
  }
  .scene-03 .photo-04 {
    top: 76.9085768143%;
    left: 0%;
    width: 45.1197053407%;
  }
  .scene-03 .u-para-0101 {
    top: 14.137606032%;
    left: 0%;
    width: 49.5395948435%;
  }
  .scene-03 .u-para-0102 {
    top: 39.396795476%;
    right: 0%;
    width: 35.635359116%;
  }
  .scene-03 .para-02 {
    top: 57.2101790763%;
    left: 0%;
    width: 49.5395948435%;
  }
}

.scene-04 {
  --scene-color: #A19696;
}
.scene-04 .photo-01 {
  width: 68.8%;
  margin-left: auto;
  margin-top: 0%;
}
.scene-04 .photo-02 {
  width: 92.8%;
  margin-left: 0%;
  margin-top: -2.1333333333%;
}
.scene-04 .photo-03 {
  width: 70.4%;
  margin-left: auto;
  margin-top: 4.2666666667%;
}
.scene-04 .photo-04 {
  width: 67.2%;
  margin-left: 28.5333333333%;
  margin-top: 0%;
}
.scene-04 .photo-05 {
  width: 64%;
  margin-left: 5.0666666667%;
  margin-top: 4.2666666667%;
}
@media (min-width: 48rem) {
  .scene-04 .wrap {
    position: relative;
    aspect-ratio: 768/1983;
    container: scene02/inline-size;
  }
  .scene-04 [class*=photo] {
    position: absolute;
    margin: 0;
  }
  .scene-04 [class^=para] {
    position: absolute;
    padding: 0;
  }
  .scene-04 .photo-01 {
    top: 0%;
    right: 0%;
    width: 50.5208333333%;
  }
  .scene-04 .photo-02 {
    top: 28.6938981341%;
    left: 0%;
    width: 45.1822916667%;
  }
  .scene-04 .photo-03 {
    top: 35.0983358548%;
    right: 0%;
    width: 59.5052083333%;
  }
  .scene-04 .photo-04 {
    top: 72.1633888048%;
    left: 0%;
    width: 50.5208333333%;
  }
  .scene-04 .photo-05 {
    top: 63.8930912758%;
    right: 0%;
    width: 45.1822916667%;
  }
  .scene-04 .para-01 {
    top: 10.6908724155%;
    left: 4.4270833333%;
    width: 44.53125%;
  }
  .scene-04 .para-02 {
    top: 48.6132123046%;
    left: 4.4270833333%;
    width: 34.5052083333%;
  }
  .scene-04 .photo-02 {
    z-index: 1;
  }
}
@media (min-width: 67.875rem) {
  .scene-04 .wrap {
    aspect-ratio: 1086/2449;
  }
  .scene-04 .photo-01 {
    top: 0%;
    right: 0%;
    width: 50.4604051565%;
  }
  .scene-04 .photo-02 {
    top: 25.2347897101%;
    left: 0%;
    width: 45.1197053407%;
  }
  .scene-04 .photo-03 {
    top: 35.4430379747%;
    right: 0%;
    width: 59.3922651934%;
  }
  .scene-04 .photo-04 {
    top: 64.0669661086%;
    left: 0%;
    width: 50.4604051565%;
  }
  .scene-04 .photo-05 {
    top: 79.9918334014%;
    right: 0%;
    width: 45.1197053407%;
  }
  .scene-04 .para-01 {
    top: 12.2498979175%;
    left: 0%;
    width: 76.4272559853%;
  }
  .scene-04 .para-02 {
    top: 46.876276031%;
    left: 0%;
    width: 76.4272559853%;
  }
}

.product {
  display: flex;
  justify-content: center;
  background-color: var(--scene-color);
}
.product .container {
  width: min(100%, 108.6rem);
  padding: 3.3rem min(8vw, 3rem);
}
.product img {
  width: min(100%, 37rem);
  margin-left: auto;
}
.product-list {
  margin-top: 2.4rem;
  line-height: 140%;
}
.product-list dt {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 200%;
}
.product-list dd + dt {
  margin-top: 1.2rem;
}
.product-list .credit + dd {
  font-size: 1.2rem;
}
.product-list dd.has-note {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 1.0666666667em;
}
.product-list dd small {
  display: inline-block;
  font-size: 0.8em;
  color: var(--color-red);
}
@media (min-width: 32.5rem) {
  .product .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 min(6.6666666667vw, 5.1rem);
    justify-content: center;
  }
  .product-list {
    margin-top: 0;
  }
}

.scene-credit {
  display: grid;
  justify-content: center;
  padding-top: min(12.2666666667vw, 7.5rem);
  line-height: 146.667%;
  background-color: var(--bg);
}
.scene-credit h2 {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: inherit;
}
.scene-credit ul {
  width: fit-content;
}

.banner {
  padding-block: 4.6rem 2.7rem;
  background-color: var(--bg);
}
.banner-block {
  width: min(92vw, 80rem);
  aspect-ratio: 345/250;
  margin-inline: auto;
}
.banner-poster {
  position: relative;
}
.banner h2 {
  position: absolute;
  top: min(7.7333333333vw, 2.9rem);
  left: min(6.9333333333vw, 2.6rem);
  bottom: min(2.1333333333vw, 0.8rem);
  display: flex;
  flex-direction: column;
  color: var(--color-white);
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}
.banner h2 img {
  width: min(72.8vw, 43rem);
  height: auto;
  margin-inline: auto;
}
.banner h2 span {
  display: block;
  font-size: 4.8vw;
  line-height: 100%;
  letter-spacing: 0.02em;
}
.banner h2 span:first-of-type {
  margin-top: auto;
}
.banner h2 span:nth-of-type(2) {
  line-height: 183.333%;
}
.banner picture {
  border: var(--border);
}
.banner p {
  margin-top: 1.4666666667em;
  padding-inline: 1em;
  font-size: 1.5rem;
  line-height: 133.333%;
  letter-spacing: 0.02em;
}
.banner p .lg-only {
  display: none;
}
@media (min-width: 48rem) {
  .banner {
    padding-block: 8.8rem 11.5rem;
  }
  .banner-block {
    position: relative;
    aspect-ratio: 800/580;
    align-items: center;
  }
  .banner h2 {
    top: 11.0344827586%;
    left: 0;
    right: 0;
    bottom: 3rem;
    text-align: center;
  }
  .banner h2 span {
    font-size: 3rem;
    line-height: 103.333%;
    letter-spacing: 0.02em;
  }
  .banner p {
    font-size: 1.8rem;
    line-height: 161.111%;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .banner p .lg-only {
    display: block;
  }
}

.cover-strapline {
  opacity: 0;
  filter: blur(10px);
  animation: blur-in 1.2s 2s ease-in forwards;
}
.cover .cut-01,
.cover .cut-02 {
  overflow: hidden;
  background-image: var(--gradient);
}
.cover .cut-01 img,
.cover .cut-02 img {
  opacity: 0;
  transform: scale(1.1);
}
.cover .cut-01 img {
  animation: fade-in-scale 1.5s ease forwards;
}
.cover .cut-02 img {
  animation: fade-in-scale 1.5s 0.5s ease forwards;
}

.stage-photo {
  overflow: hidden;
  background-image: var(--gradient);
}
.stage-photo img {
  opacity: 0;
  transform: scale(1.1);
  animation: fade-in-scale 1.5s 1s ease forwards;
}

.scene [data-watch=once][class*=photo] {
  opacity: 0;
  filter: blur(5px);
  transition: all 1.5s ease-out;
}
.scene [data-watch=once][class*=para], .scene [data-watch=once].product-list {
  opacity: 0;
  transform: translateY(1rem);
  transition: all 1.5s 0.2s ease-out;
}
.scene [data-watch=once].product-figure {
  overflow: hidden;
}
.scene [data-watch=once].product-figure img {
  opacity: 0;
  transform: scale(1.1);
  transition: all 1.5s ease-out;
}
.scene [data-watch=once].in-view[class*=photo] {
  opacity: 1;
  filter: blur(0);
}
.scene [data-watch=once].in-view[class*=para], .scene [data-watch=once].in-view.product-list {
  opacity: 1;
  transform: translateY(0);
}
.scene [data-watch=once].in-view.product-figure img {
  animation: fade-in-scale 1.2s ease-out forwards;
}

@keyframes fade-in-scale {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes blur-in {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fade-in {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}