:root {
  --focus: rgba(255, 255, 255, .96);
  --drop: 0 14px 24px rgba(0, 0, 0, .28);
  --pink: #ff3a8d;
  --cyan: #10c9f8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
  overscroll-behavior-y: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: #fff;
  background: #061334;
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
  padding: 0;
  color: inherit;
  background: none;
  cursor: pointer;
  font: inherit;
}

img {
  max-width: 100%;
}

.page {
  overflow-x: hidden;
}

.scene {
  --scene-bg: var(--pc-bg);
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  isolation: isolate;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  background: #061334;
}

.scene::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: var(--scene-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  pointer-events: none;
}

.scene-home { --pc-bg: url("/image/official-voice/top1/bg_top1.webp"); --sp-bg: url("/image/official-voice/top1/bg_top1s.webp"); }
.scene-talk { --pc-bg: url("/image/official-voice/top2/bg_top2.webp"); --sp-bg: url("/image/official-voice/top2/bg_top2s.webp"); }
.scene-style { --pc-bg: url("/image/official-voice/top3/bg1_top3.webp"); --sp-bg: url("/image/official-voice/top3/bg1_top3s.webp"); }
.scene-attraction { --pc-bg: url("/image/official-voice/top4/bg_top4.webp"); --sp-bg: url("/image/official-voice/top4/bg_top4s.webp"); }
.scene-movie { --pc-bg: url("/image/official-voice/top5/bg_top5.webp"); --sp-bg: url("/image/official-voice/top5/bg_top5s.webp"); }

.stage {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: min(100vw, calc(100vh * 16 / 9));
  width: min(100vw, calc(100dvh * 16 / 9));
  height: min(100vh, calc(100vw * 9 / 16));
  height: min(100dvh, calc(100vw * 9 / 16));
  /*overflow: hidden;*/
  transform: translate(-50%, -50%);
}

.layer {
  position: absolute;
  display: block;
  user-select: none;
}

.full-bg {
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.full-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

@media (max-width: 900px) {
  .stage {
    left: 50%;
    top: 50%;
    width: max(100vw, calc(100dvh * 9 / 16));
    height: max(100dvh, calc(100vw * 16 / 9));
    transform: translate(-50%, -50%);
  }
}

.global-header {
  position: absolute;
  z-index: 50;
  inset: 0 0 auto;
  height: 100%;
  pointer-events: none;
}

.brand {
  position: absolute;
  left: 1.406%;
  top: 2.593%;
  width: 29.323%;
  pointer-events: auto;
}

.brand img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 0 9px rgba(255, 255, 255, .28));
}

.account-mail {
  position: absolute;
  left: 33.5%;
  top: 3.7%;
  width: 16%;
  overflow: hidden;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(16px, 1.55vw, 30px);
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 2px 0 rgba(0, 25, 87, .45);
}

.primary-nav {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.primary-nav a {
  position: absolute;
  display: block;
  text-decoration: none;
  pointer-events: auto;
}

.primary-nav img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 0 rgba(28, 231, 145, .8));
}

.primary-nav a:nth-child(1) { left: 4.427%; top: 10.093%; width: 7.188%; }
.primary-nav a:nth-child(2) { left: 14.271%; top: 9.907%; width: 20.781%; }
.primary-nav a:nth-child(3) { left: 38.073%; top: 9.907%; width: 13.958%; }
.primary-nav a:nth-child(4) { left: 55.521%; top: 10%; width: 13.854%; }
.primary-nav a:nth-child(5) { left: 73.021%; top: 9.815%; width: 9.010%; }
.primary-nav a:nth-child(6) { left: 85.469%; top: 10%; width: 7.240%; }

.header-actions {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.header-actions > * {
  position: absolute;
  pointer-events: auto;
}

.image-button,
.x-button,
.mobile-icon,
.mobile-x,
.arrow-button,
.mobile-close {
  display: block;
  overflow: hidden;
  color: transparent;
  text-indent: 110%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.image-button {
  background-image: var(--button-idle);
}

.image-button:hover,
.image-button:focus-visible,
.image-button.is-pressed {
  background-image: var(--button-hover, var(--button-idle));
}

.header-button {
  width: 10.313%;
  aspect-ratio: 198 / 68;
}

.button-member {
  --button-idle: url("/image/official-voice/button_member.webp");
  --button-hover: url("/image/official-voice/button_memberOn.webp");
  left: 50%;
  top: 2.222%;
}

.button-coin {
  --button-idle: url("/image/official-voice/button_coin.webp");
  --button-hover: url("/image/official-voice/button_coinOn.webp");
  left: 61.15%;
  top: 2.222%;
}

.button-news {
  --button-idle: url("/image/official-voice/button_news.webp");
  --button-hover: url("/image/official-voice/button_newsOn.webp");
  left: 72.3%;
  top: 2.222%;
}

.button-logout {
  --button-idle: url("/image/official-voice/button_logout.webp");
  --button-hover: url("/image/official-voice/button_logoutOn.webp");
  left: 83.45%;
  top: 2.315%;
}

.button-login {
  --button-idle: url("/image/official-voice/button_login.webp");
  --button-hover: url("/image/official-voice/button_loginOn.webp");
  left: 83.45%;
  top: 2.315%;
}

.x-button {
  left: 95.677%;
  top: 2.407%;
  width: 3.083%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-image: url("/image/official-voice/icon_twitter3.webp");
}

.mobile-icon,
.mobile-menu {
  display: none;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.home-chara {
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}

.home-title {
  z-index: 4;
  left: 28.333%;
  top: 17.315%;
  width: 44.583%;
  filter: drop-shadow(0 8px 12px rgba(0, 45, 90, .18));
}

.download-actions {
  position: absolute;
  z-index: 55;
  left: 2.1%;
  bottom: 3.4%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 38%;
  gap: 1.6%;
}

.platform-button {
  display: block;
  width: 100%;
  min-width: 0;
  aspect-ratio: 151 / 50;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
  box-shadow: 0 5px 0 rgba(45, 30, 64, .32), 0 10px 16px rgba(0, 0, 0, .22);
  transition: transform .14s ease, filter .14s ease;
}

.platform-button:hover,
.platform-button:focus-visible,
.platform-button.is-pressed {
  filter: brightness(1.12) drop-shadow(0 0 10px rgba(255, 255, 255, .72));
  transform: translateY(-2px);
}

.platform-badge {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.talk-board {
  z-index: 4;
  left: 5.7%;
  top: 23.6%;
  width: 66.2%;
  pointer-events: none;
  filter: drop-shadow(0 16px 18px rgba(40, 18, 3, .2));
}

.talk-title {
  z-index: 7;
  right: 3.8%;
  top: 20%;
  width: 31.5%;
  filter: drop-shadow(0 6px 0 rgba(255, 255, 255, .35));
}

.talk-shell-left {
  z-index: 9;
  left: -1.4%;
  bottom: -3.8%;
  width: 21.4%;
  pointer-events: none;
}

.talk-pillow-right {
  z-index: 8;
  right: -1.2%;
  bottom: -1.8%;
  width: 33.2%;
  pointer-events: none;
}

.board-slider {
  z-index: 10;
  left: 10%;
  top: 29.5%;
  width: 52.1%;
  overflow: hidden;
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, .22));
}

.slider-track {
  display: flex;
  width: 100%;
  transform: translateX(calc(var(--slide-index, 0) * -100%));
  transition: transform .48s cubic-bezier(.2, .84, .18, 1);
}

.talk-slide,
.attraction-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
}

.talk-slide {
  padding: 3% 3% 2.2%;
}

.talk-slide img {
  display: block;
  width: 100%;
}

.talk-slide figcaption {
  display: none;
  min-height: 66px;
  place-items: center;
  color: #3d302b;
  font-size: clamp(18px, 1.65vw, 32px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
}

.slider-controls {
  position: absolute;
  z-index: 30;
  inset: 0;
  pointer-events: none;
}

.arrow-button {
  position: absolute;
  width: 3.7%;
  aspect-ratio: 61 / 83;
  pointer-events: auto;
  filter: drop-shadow(0 7px 5px rgba(0, 0, 0, .18));
}

.arrow-prev {
  background-image: var(--arrow-prev);
}

.arrow-next {
  background-image: var(--arrow-next);
}

.arrow-button:hover,
.arrow-button:focus-visible,
.arrow-button.is-pressed {
  filter: drop-shadow(0 0 13px rgba(255, 255, 255, .95));
}

.dot-list {
  position: absolute;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.dot-list span {
  width: 31px;
  height: 31px;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  background: rgba(255, 255, 255, .28);
  box-shadow: 0 0 8px rgba(255, 255, 255, .4);
}

.dot-list span.is-active {
  width: 30px;
  height: 30px;
  background: #ffc3a8;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .86), 0 0 12px rgba(255, 255, 255, .8);
}

.talk-controls {
  --arrow-prev: url("/image/official-voice/top2/arrow2_top2.webp");
  --arrow-next: url("/image/official-voice/top2/arrow_top2.webp");
}

.talk-controls .arrow-prev {
  left: 12.8%;
  top: 57.7%;
}

.talk-controls .arrow-next {
  left: 61.3%;
  top: 57.7%;
}

.talk-controls .dot-list {
  left: 30.4%;
  bottom: 6%;
}

.style-bg {
  opacity: 1;
}

@media (min-width: 901px) {
  .scene-style .style-bg {
    display: none;
  }
}

.style-title {
  z-index: 8;
  left: 59.531%;
  right: auto;
  top: 17.253%;
  width: 38.396%;
}

.style-character {
  z-index: 7;
  left: var(--style-character-left, 10.313%);
  top: var(--style-character-top, 18.426%);
  width: var(--style-character-width, 40.260%);
  pointer-events: none;
}

.item-card {
  z-index: 9;
  width: 9.498%;
  pointer-events: none;
}

.item-card-a {
  left: 4.887%;
  top: 20.446%;
  transform: rotate(-9deg);
}

.item-card-b {
  left: 50.095%;
  top: 22.437%;
  transform: rotate(16deg);
}

.item-card-c {
  left: 7.517%;
  top: 75.770%;
  bottom: auto;
  transform: rotate(-18deg);
}

.item-card-d {
  left: 45.688%;
  top: 71.593%;
  bottom: auto;
  width: 9.094%;
  transform: rotate(14deg);
}

.style-controls {
  --arrow-prev: url("/image/official-voice/top3/arrow2_top4.webp");
  --arrow-next: url("/image/official-voice/top3/arrow_top3.webp");
}

.style-controls .arrow-prev {
  left: 5.835%;
  top: 48.8%;
}

.style-controls .arrow-next {
  left: 53.388%;
  top: 48.8%;
}

.style-controls .arrow-button {
  width: 3.114%;
  filter: none;
}

.style-controls .dot-list {
  left: 11.9%;
  bottom: 2.8%;
  width: 34%;
}

.attraction-title {
  z-index: 6;
  right: 7.4%;
  top: 21.5%;
  width: 31.2%;
}

.attraction-slider {
  z-index: 7;
  left: 10.4%;
  top: 36.2%;
  width: 49.8%;
  overflow: hidden;
  border-radius: 26px;
}

.attraction-slide img {
  display: block;
  width: 100%;
}

.attraction-chara {
  z-index: 8;
  right: 1.1%;
  bottom: 0;
  width: 34%;
  pointer-events: none;
  filter: drop-shadow(0 12px 10px rgba(0, 40, 92, .22));
}

.attraction-caption {
  position: absolute;
  z-index: 9;
  left: 41%;
  bottom: 8.6%;
  display: none;
  min-width: 21%;
  min-height: 14%;
  place-items: center;
  padding: 1.7% 2.2%;
  border-radius: 48% 52% 46% 54%;
  color: #fff;
  background: #7db8f5;
  font-size: clamp(16px, 1.45vw, 28px);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 2px 0 rgba(75, 120, 220, .8);
}

.attraction-caption::before {
  position: absolute;
  inset: 11% 12%;
  border-radius: inherit;
  background-image: radial-gradient(rgba(255, 255, 255, .35) 2px, transparent 2.5px);
  background-size: 20px 20px;
  content: "";
  pointer-events: none;
}

.attraction-controls {
  --arrow-prev: url("/image/official-voice/top4/arrow2_top4.webp");
  --arrow-next: url("/image/official-voice/top4/arrow_top4.webp");
}

.attraction-controls .arrow-prev {
  left: 5.8%;
  top: 55.8%;
}

.attraction-controls .arrow-next {
  left: 62%;
  top: 55.8%;
}

.attraction-controls .dot-list {
  left: 27.5%;
  bottom: 3%;
  width: 18%;
}

.movie-title {
  z-index: 7;
  right: 6%;
  top: 22%;
  width: 34.5%;
}

.movie-frame {
  z-index: 6;
  left: 4.2%;
  top: 31.5%;
  width: 52.4%;
  cursor: pointer;
  filter: drop-shadow(0 20px 20px rgba(0, 0, 0, .28));
}

.movie-thumbnail {
  display: block;
  width: 100%;
}

.movie-film {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.movie-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14.2%;
  transform: translate(-50%, -50%);
  opacity: .76;
}

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

.movie-modal[hidden] {
  display: none;
}

.movie-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 56px);
}

.movie-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 12, 44, .78);
  backdrop-filter: blur(5px);
}

.movie-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1080px, 92vw, calc((100vh - 120px) * 16 / 9));
  width: min(1080px, 92vw, calc((100dvh - 120px) * 16 / 9));
}

.movie-modal__player {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 4px solid rgba(255, 255, 255, .9);
  border-radius: 8px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, .36), 0 0 0 2px rgba(52, 207, 255, .32);
}

.movie-modal__player iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.movie-modal__close {
  position: absolute;
  right: 0;
  top: -52px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  font: 800 24px / 1 var(--font-sans);
  background: rgba(3, 18, 50, .88);
  border: 2px solid rgba(255, 255, 255, .85);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .28);
  cursor: pointer;
}

.movie-modal__close:hover,
.movie-modal__close:focus-visible {
  outline: none;
  background: #1dc8ff;
}
.movie-chara {
  z-index: 8;
  right: 0;
  bottom: 0;
  width: 47.5%;
  pointer-events: none;
  filter: drop-shadow(0 14px 12px rgba(0, 40, 70, .25));
}

@media (max-width: 900px) {
  .scene {
    --scene-bg: var(--sp-bg);
  }

  .stage {
    left: 50%;
    top: 50%;
    width: max(100vw, calc(100dvh * 9 / 16));
    height: max(100dvh, calc(100vw * 16 / 9));
    transform: translate(-50%, -50%);
  }

  .global-header {
    left: calc((100% - 100vw) / 2);
    top: calc((100% - 100dvh) / 2);
    right: auto;
    bottom: auto;
    width: 100vw;
    height: 100dvh;
  }

  .brand {
    z-index: 90;
    left: 3.2%;
    top: 2.2%;
    width: 55.5%;
  }

  .brand img {
    content: url("/image/official-voice/logo_white.webp");
    filter: drop-shadow(0 2px 3px rgba(0, 40, 80, .24));
  }

  .account-mail,
  .primary-nav,
  .x-button,
  .button-login,
  .button-logout {
    display: none;
  }

  .button-member {
    display: block;
  }

  .header-actions {
    z-index: 90;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  .header-actions > * {
    position: absolute;
    pointer-events: auto;
  }

  .header-button {
    width: 30.4%;
    aspect-ratio: 197 / 68;
  }

  .button-member {
    --button-idle: url("/image/official-voice/button_member.webp");
    --button-hover: url("/image/official-voice/button_memberOn.webp");
    left: 3.3%;
    top: 8.35%;
  }

  .button-coin {
    --button-idle: url("/image/official-voice/button_coin.webp");
    --button-hover: url("/image/official-voice/button_coinOn.webp");
    left: 35%;
    top: 8.35%;
  }

  .button-news {
    --button-idle: url("/image/official-voice/button_news.webp");
    --button-hover: url("/image/official-voice/button_newsOn.webp");
    left: 66.7%;
    top: 8.35%;
    width: 30.4%;
  }

  .login-icon {
    left: auto;
    right: 14.7%;
    top: 2.7%;
    display: block;
    width: 24%;
    aspect-ratio: 198 / 68;
    border-radius: 0;
    background-color: transparent;
    background-image: url("/image/official-voice/button_logout.webp");
    background-size: contain;
  }

  .login-icon:hover,
  .login-icon:focus-visible,
  .login-icon.is-pressed {
    background-image: url("/image/official-voice/button_logoutOn.webp");
  }

  .login-icon.is-login {
    background-image: url("/image/official-voice/button_login.webp");
  }

  .login-icon.is-login:hover,
  .login-icon.is-login:focus-visible,
  .login-icon.is-login.is-pressed {
    background-image: url("/image/official-voice/button_loginOn.webp");
  }

  .menu-button {
    left: auto;
    right: 3.4%;
    top: 2.25%;
    display: block;
    width: 10.8%;
    min-width: 0;
    aspect-ratio: 1;
    border-radius: 0;
    background-color: transparent;
    background-image: url("/image/official-voice/button_menu.webp");
    background-size: contain;
  }

  .menu-button:hover,
  .menu-button:focus-visible,
  .menu-button.is-pressed {
    background-image: url("/image/official-voice/button_menuOn.webp");
  }

  .mobile-menu {
    position: absolute;
    z-index: 80;
    inset: 0;
    display: block;
    padding: 0;
    background-image: url("/image/official-voice/menu/bg_menu.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: auto;
  }

  .mobile-menu[hidden] {
    display: none;
  }

  .mobile-menu a {
    position: absolute;
    left: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 86%;
    height: 6.6%;
    pointer-events: auto;
  }

  .mobile-menu img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 100%;
    opacity: 1;
    filter: drop-shadow(0 4px 0 rgba(28, 231, 145, .8));
  }

  .mobile-menu a:nth-of-type(2) { top: 17.3%; }
  .mobile-menu a:nth-of-type(3) { top: 28.6%; }
  .mobile-menu a:nth-of-type(4) { top: 40.2%; }
  .mobile-menu a:nth-of-type(5) { top: 52%; }
  .mobile-menu a:nth-of-type(6) { top: 63.8%; }
  .mobile-menu a:nth-of-type(7) { top: 75.5%; }

  body:has(.mobile-menu:not([hidden])) .download-actions {
    opacity: 0;
  }

  .mobile-menu .mobile-x {
    position: absolute;
    left: auto;
    right: 14.4%;
    top: 2.2%;
    display: block;
    width: 11.4%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background-image: url("/image/official-voice/icon_twitter3.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    pointer-events: auto;
  }

  .mobile-close {
    position: absolute;
    right: 3.2%;
    top: 2.2%;
    display: none;
    width: 11.4%;
    aspect-ratio: 1;
    background-image: none;
    pointer-events: auto;
  }

  .mobile-close:hover,
  .mobile-close:focus-visible,
  .mobile-close.is-pressed {
    background-image: none;
  }

  .home-chara {
    content: url("/image/official-voice/top1/chara_top1s.webp");
  }

  .home-title {
    left: 5%;
    top: 18.8%;
    width: 90%;
  }

  .download-actions {
    left: calc((100% - 100vw) / 2 + 5vw);
    right: calc((100% - 100vw) / 2 + 5vw);
    bottom: 3.2%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: auto;
    gap: 6px;
  }

  .platform-button {
    border-radius: 8px;
    box-shadow: 0 3px 0 rgba(45, 30, 64, .34), 0 7px 12px rgba(0, 0, 0, .22);
  }

  .platform-windows {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 3px);
  }

  .talk-board {
    content: url("/image/official-voice/top2/borad_top2s.webp");
    left: 0;
    top: 0;
    width: 100%;
  }

  .talk-title {
    left: 10%;
    right: auto;
    top: 23%;
    width: 80%;
  }

  .talk-shell-left {
    left: -7%;
    bottom: -2%;
    width: 47%;
  }

  .talk-pillow-right {
    right: -14%;
    bottom: -1%;
    width: 74%;
  }

  .board-slider {
    left: 9%;
    top: 38.4%;
    width: 82%;
  }

  .talk-slide {
    padding: 3% 3% 2%;
  }

  .talk-slide figcaption {
    min-height: 46px;
    font-size: clamp(18px, 5vw, 32px);
  }

  .arrow-button {
    width: 7.2%;
  }

  .dot-list {
    gap: 8px;
  }

  .dot-list span {
    width: 22px;
    height: 22px;
  }

  .dot-list span.is-active {
    width: 32px;
    height: 32px;
  }

  .talk-controls .arrow-prev {
    left: 2.8%;
    top: 55.2%;
  }

  .talk-controls .arrow-next {
    left: auto;
    right: 2.8%;
    top: 55.2%;
  }

  .talk-controls .dot-list {
    left: 28%;
    top: 72%;
    bottom: auto;
    width: 44%;
  }

  .style-title {
    left: 14%;
    right: auto;
    top: 18.8%;
    width: 72%;
  }

  .style-character {
    left: 0;
    top: 6.5%;
    width: 100%;
    height: 91.5%;
    object-fit: fill;
  }

  .item-card {
    width: 16%;
  }

  .item-card-a {
    left: 4%;
    top: 44%;
  }

  .item-card-b {
    left: 80%;
    top: 44.5%;
  }

  .item-card-c {
    left: 7%;
    bottom: 5%;
  }

  .item-card-d {
    left: 77%;
    bottom: 5.5%;
  }

  .style-controls .arrow-prev {
    left: 3%;
    top: 51.3%;
  }

  .style-controls .arrow-next {
    left: auto;
    right: 3%;
    top: 51.3%;
  }

  .style-controls .dot-list {
    left: 17%;
    bottom: 4.4%;
    width: 66%;
  }

  .attraction-title {
    right: 3%;
    top: 18%;
    width: 89%;
  }

  .attraction-slider {
    left: 3%;
    top: 35.8%;
    width: 94%;
    border-radius: 16px;
  }

  .attraction-chara {
    content: url("/image/official-voice/top4/chara_top4s.webp");
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  .attraction-caption {
    left: 16%;
    bottom: 15.2%;
    min-width: 55%;
    min-height: 10%;
    font-size: clamp(18px, 5vw, 30px);
  }

  .attraction-controls .arrow-prev {
    left: 2.8%;
    top: 51.8%;
  }

  .attraction-controls .arrow-next {
    left: auto;
    right: 2.8%;
    top: 51.8%;
  }

  .attraction-controls .dot-list {
    left: 22%;
    bottom: 4.4%;
    width: 56%;
  }

  .movie-title {
    right: 4%;
    top: 19%;
    width: 88%;
  }

  .movie-frame {
    left: 4%;
    top: 36.2%;
    width: 92%;
  }

  .movie-modal {
    padding: 18px;
  }

  .movie-modal__dialog {
    width: min(94vw, calc((100vh - 88px) * 16 / 9));
    width: min(94vw, calc((100dvh - 88px) * 16 / 9));
  }

  .movie-modal__player {
    border-width: 3px;
  }

  .movie-modal__close {
    top: -46px;
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .movie-chara {
    content: url("/image/official-voice/top5/chara_top5s.webp");
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
}
