@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

ol,
ul {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

img {
  vertical-align: bottom;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-size: 10px;
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
  min-height: -webkit-fill-available;
  overflow: hidden;
  font-family: "noto-sans-cjk-jp", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", "Meiryo", sans-serif;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main-content {
  opacity: 1;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: transparent;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.loading.is-hidden {
  pointer-events: none;
}
.loading.is-hidden .loading__mask-item--left {
  transform: translateX(-100%);
}
.loading.is-hidden .loading__mask-item--right {
  transform: translateX(100%);
}
.loading__content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.6s ease-out;
}
.loading__content .line {
  width: min(11.4583333333vw, 220px);
  height: auto;
  background-image: url(/ohmori-motoki/1st-mini-album/assets/img/loading-bg.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .loading__content .line {
    width: min(29.2vw, 219px);
  }
}
.loading__content .line path:not(.loading__line-path) {
  animation: loadingAni 5s ease-in forwards 1s;
  stroke-dasharray: 50%;
}
.loading__content .line .loading__line-path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1.01;
}
.loading__content > img {
  width: min(11.4583333333vw, 220px);
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  .loading__content > img {
    width: min(29.2vw, 219px);
    height: auto;
  }
}
.loading__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.loading__text img {
  width: auto;
  height: min(1.1458333333vw, 22px);
}
@media (max-width: 768px) {
  .loading__text img {
    height: min(2.9333333333vw, 22px);
  }
}
.loading.is-content-hidden .loading__content {
  opacity: 0;
}
.loading.is-ready .line .loading__line-path {
  animation: loadingLineDraw 3s ease-in-out forwards;
}
.loading__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110vh;
  pointer-events: none;
  z-index: 1;
  margin-top: -5vh;
}
.loading__mask-item {
  position: absolute;
  top: 0;
  width: 60%;
  height: 100%;
  background-color: #fff;
  filter: blur(6px);
  transition: transform 3s cubic-bezier(0.65, 0, 0.35, 1);
}
.loading__mask-item--left {
  left: 0;
  transform-origin: left center;
  margin-left: -5%;
}
.loading__mask-item--right {
  right: 0;
  left: auto;
  transform-origin: right center;
  z-index: 1;
  margin-right: -5%;
}

@keyframes loadingLineDraw {
  0% {
    stroke-dashoffset: 1;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
#scroll-area {
  background-color: #000;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}
@media (max-width: 768px) {
  #scroll-area {
    overflow-x: auto;
    overflow-y: hidden;
  }
  #scroll-area.is-nav-open {
    pointer-events: none;
  }
  #scroll-area.is-nav-open .pointer__item, #scroll-area.is-nav-open .pointer {
    pointer-events: none;
  }
  #scroll-area {
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  #scroll-area::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  #scroll-area .custom-scrollbar {
    position: absolute;
    bottom: min(14.6666666667vw, 110px);
    left: 50%;
    transform: translateX(-50%);
    height: min(0.2666666667vw, 2px);
    background-color: #cbd2e0;
    z-index: 1000;
    padding: 0px;
    width: 80%;
    overflow: hidden;
  }
  #scroll-area .custom-scrollbar__thumb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: min(0.5333333333vw, 4px);
    background-color: #b700ff;
    border-radius: 0;
    transition: opacity 0.2s;
    opacity: 1;
  }
  #scroll-area .custom-scrollbar__thumb.visible {
    opacity: 1;
  }
}
#scroll-area .scroll-area__inner {
  position: relative;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  #scroll-area .scroll-area__inner {
    width: auto;
    min-width: 100vw;
    height: 100%;
  }
}
#scroll-area .bg {
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
  min-height: -webkit-fill-available;
  pointer-events: none;
}
#scroll-area .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  #scroll-area .bg {
    width: auto;
    height: 100%;
  }
  #scroll-area .bg img {
    height: 100%;
    width: auto;
    object-fit: contain;
    display: block;
  }
}

.pointer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  z-index: 100;
  pointer-events: none;
}
@media (max-width: 768px) {
  .pointer {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
.pointer__item {
  position: absolute;
  pointer-events: auto;
}
.pointer__item:nth-child(1) {
  width: 520px;
  height: 680px;
  left: 1600px;
  top: 1340px;
  opacity: 0.5;
  cursor: pointer;
}
.pointer__item:nth-child(2) {
  width: 540px;
  height: 430px;
  left: 2400px;
  top: 690px;
  opacity: 0.5;
  cursor: pointer;
}
.pointer__item:nth-child(3) {
  width: 280px;
  height: 280px;
  left: 2230px;
  top: 1300px;
  opacity: 0.5;
  cursor: pointer;
  display: block;
}
.pointer__item:nth-child(4) {
  width: 400px;
  height: 350px;
  left: 3000px;
  top: 880px;
  opacity: 0.5;
  cursor: pointer;
}
.pointer__item .pointer_circle {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .pointer__item .pointer_circle {
    position: relative;
    display: flex;
  }
}
.pointer__item .pointer_circle .progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(13.3333333333vw, 100px);
  height: min(13.3333333333vw, 100px);
  --size: 70px;
  --half-size: calc(var(--size) / 2);
  --stroke-width: 1px;
  --radius: calc((var(--size) - var(--stroke-width)) / 2);
  --circumference: calc(var(--radius) * 3.1416 * 2);
}
.pointer__item .pointer_circle .progress circle {
  cx: var(--half-size);
  cy: var(--half-size);
  r: var(--radius);
  r: 34px;
  stroke-width: var(--stroke-width);
  fill: none;
  stroke-linecap: round;
}
.pointer__item .pointer_circle .progress circle.bg {
  stroke: #fff;
  opacity: 0;
}
@media (max-width: 768px) {
  .pointer__item .pointer_circle .progress circle.bg {
    animation: pointerBlink 5s linear infinite;
  }
}
.pointer__item .pointer_circle .progress circle.fg {
  transform: rotate(-90deg);
  transform-origin: var(--half-size) var(--half-size);
  stroke-dasharray: 0 var(--circumference);
  stroke: #b700ff;
  transition: stroke-dasharray 0.3s cubic-bezier(0.11, 0, 0.5, 0) 0s;
}
@media (max-width: 768px) {
  .pointer__item .pointer_circle .progress circle.fg {
    display: none;
  }
}
.pointer__item .pointer_circle span.ico_dot {
  position: relative;
  width: min(0.5333333333vw, 4px);
  height: min(0.5333333333vw, 4px);
  border-radius: 50%;
  background-color: #b700ff;
}
@media (max-width: 768px) {
  .pointer__item .pointer_circle span.ico_dot {
    animation: pointerBlink 5s linear infinite;
  }
}
.pointer__item .pointer_circle span.ico_eye {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: min(-1.0666666667vw, -8px) 0 0 min(-1.0666666667vw, -8px);
  width: min(2.1333333333vw, 16px);
  height: min(2.1333333333vw, 16px);
  opacity: 0;
  transition: opacity 0.3s linear 0s;
}
.pointer__item.is-active .pointer_circle .progress .bg {
  opacity: 1;
}
.pointer__item.is-active .pointer_circle .progress circle.fg {
  animation: progressAnimation 0.9s cubic-bezier(0.11, 0, 0.5, 0) 0s 1 forwards;
  opacity: 1;
  display: block;
}
.pointer__item.is-active span.ico_dot {
  transition: opacity 0.3s linear 0s;
  opacity: 0;
}
.pointer__item.is-active span.ico_eye {
  transition: opacity 0.3s linear 0s;
  opacity: 1;
}

@keyframes pointerBlink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes pointerBlink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#mouse_pointer,
.mouse_pointer {
  pointer-events: none;
  position: fixed;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -35px 0 0 -35px;
  width: 70px;
  height: 70px;
  opacity: 0;
  transition: opacity 0.3s linear;
  transform: translate(-5%, -5%);
}
@media (max-width: 768px) {
  #mouse_pointer,
  .mouse_pointer {
    display: none;
  }
}
#mouse_pointer.is-show,
.mouse_pointer.is-show {
  opacity: 1;
}
#mouse_pointer.click .pointer_circle .progress .bg,
.mouse_pointer.click .pointer_circle .progress .bg {
  opacity: 1;
}
#mouse_pointer.click .pointer_circle .progress circle.fg,
.mouse_pointer.click .pointer_circle .progress circle.fg {
  animation: progressAnimation 1.2s cubic-bezier(0.11, 0, 0.5, 0) 0s 1 forwards;
  opacity: 1;
}
#mouse_pointer.click span.ico_dot,
.mouse_pointer.click span.ico_dot {
  transition: opacity 0.3s linear 0.6s;
  opacity: 0;
}
#mouse_pointer.click span.ico_eye,
.mouse_pointer.click span.ico_eye {
  transition: opacity 0.3s linear 0.6s;
  opacity: 1;
}
#mouse_pointer.cs .pointer_circle .progress circle.bg,
.mouse_pointer.cs .pointer_circle .progress circle.bg {
  opacity: 1;
}

.pointer_circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pointer_circle .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --size: 70px;
  --half-size: calc(var(--size) / 2);
  --stroke-width: 1px;
  --radius: calc((var(--size) - var(--stroke-width)) / 2);
  --circumference: calc(var(--radius) * 3.1416 * 2);
}
.pointer_circle .progress circle {
  cx: var(--half-size);
  cy: var(--half-size);
  r: var(--radius);
  stroke-width: var(--stroke-width);
  fill: none;
  stroke-linecap: round;
}
.pointer_circle .progress circle.bg {
  stroke: #fff;
  opacity: 0;
  transition: opacity 0.3s linear;
  fill: rgba(0, 0, 0, 0.4);
}
.pointer_circle .progress circle.fg {
  transform: rotate(-90deg);
  transform-origin: var(--half-size) var(--half-size);
  stroke-dasharray: 0 var(--circumference);
  stroke: #b700ff;
  opacity: 0;
}
.pointer_circle span.ico_dot {
  position: relative;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #b700ff;
  transition: opacity 0.3s linear;
}
.pointer_circle span.ico_eye {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: opacity 0.3s linear 0s;
}

@keyframes progressAnimation {
  to {
    stroke-dasharray: var(--circumference) 0;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  pointer-events: none;
  z-index: 10000;
}
.header__logo {
  position: absolute;
  top: min(3.6458333333vw, 70px);
  left: min(3.125vw, 60px);
  width: min(17.1875vw, 330px);
  height: auto;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .header__logo {
    top: min(9.6vw, 72px);
    left: min(21.3333333333vw, 160px);
    width: min(38.6666666667vw, 290px);
  }
}
.header:has(.header__menu.is-modal-open) .header__logo {
  opacity: 0 !important;
}
.header__nav {
  position: absolute;
  top: 0;
  left: 0;
  padding: min(15.625vw, 300px) min(3.125vw, 60px);
}
@media (max-width: 768px) {
  .header__nav {
    width: 100%;
    height: 100%;
    padding: min(36vw, 270px) min(8vw, 60px);
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@media (max-width: 768px) {
  .header__nav {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .header__nav.is-show {
    visibility: visible;
    opacity: 1;
  }
}
.header__nav-list {
  display: flex;
  flex-direction: column;
  gap: min(1.6666666667vw, 32px);
}
@media (max-width: 768px) {
  .header__nav-list {
    gap: min(6.6666666667vw, 50px);
  }
}
.header__nav-item {
  list-style: none;
  opacity: 0;
  transform: translateY(1rem);
}
.header__nav-item:first-child svg {
  height: min(0.8854166667vw, 17px);
}
@media (max-width: 768px) {
  .header__nav-item:first-child svg {
    height: min(4.9333333333vw, 37px);
  }
}
.header__nav-item:first-child svg, .header__nav-item:nth-child(3) svg {
  height: min(0.9375vw, 18px);
}
@media (max-width: 768px) {
  .header__nav-item:first-child svg, .header__nav-item:nth-child(3) svg {
    height: min(5.0666666667vw, 38px);
  }
}
.header__nav-link {
  cursor: pointer;
  display: block;
  color: #fff;
  text-decoration: none;
  pointer-events: auto;
  transition: color 0.3s ease;
}
.header__nav-link svg {
  display: block;
  width: auto;
  height: min(0.7552083333vw, 14.5px);
}
@media (max-width: 768px) {
  .header__nav-link svg {
    height: min(4.2666666667vw, 32px);
  }
}
.header__nav-link svg path {
  transition: fill 0.3s ease;
}
.header__nav-link.is-active {
  color: #b700ff;
}
.header__nav-link:hover svg path {
  fill: #b700ff;
}
.header__menu {
  opacity: 0;
  z-index: 120;
  position: absolute;
  pointer-events: auto;
  top: min(2.34375vw, 45px);
  left: min(2.2916666667vw, 44px);
  cursor: pointer;
  width: min(4.6875vw, 90px);
  height: min(4.6875vw, 90px);
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .header__menu {
    opacity: 1;
    top: min(6vw, 45px);
    left: min(5.8666666667vw, 44px);
    width: min(12vw, 90px);
    height: min(12vw, 90px);
  }
}
.header__menu .circle {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: min(0.1041666667vw, 2px) solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.4);
}
.header__menu .bar {
  position: relative;
  width: min(1.71875vw, 33px);
  height: min(0.2083333333vw, 4px);
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}
@media (max-width: 768px) {
  .header__menu .bar {
    width: min(4.4vw, 33px);
    height: min(0.4vw, 3px);
  }
}
.header__menu .bar.top {
  transform: translate(-50%, calc(-50% - min(1.2vw, 9px)));
}
.header__menu .bar.bottom {
  transform: translate(-50%, calc(-50% + min(1.2vw, 9px)));
}
.header__menu.is-active, .header__menu.is-modal-open {
  opacity: 1;
}
.header__menu.is-active .bar.top, .header__menu.is-modal-open .bar.top {
  opacity: 0;
}
.header__menu.is-active .bar.bottom, .header__menu.is-modal-open .bar.bottom {
  opacity: 0;
}
@media (min-width: 769px) {
  .header__menu {
    display: none;
  }
  .header__menu.is-modal-open {
    display: block;
  }
}

.copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 3rem 6rem;
  font-size: 0.9rem;
  color: #fff;
}
@media (max-width: 768px) {
  .copyright {
    padding: min(3.7333333333vw, 28px) min(8vw, 60px);
    font-size: min(2.1333333333vw, 16px);
    text-align: center;
  }
}

.modal {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 1000;
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s ease, visibility 1.2s ease;
}
@media (max-width: 768px) {
  .modal {
    display: block;
    background-color: transparent;
    transition: opacity 1.2s 0.9s ease, visibility 1.2s 0.9s ease;
  }
}
@media (max-width: 768px) {
  .modal:not(.is-open) {
    transition: opacity 1.2s ease, visibility 1.2s ease;
  }
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal.is-open .modal__inner {
  opacity: 1;
}
.modal__content {
  width: 57.2916666667vw;
  height: 100%;
  padding-left: min(14.5833333333vw, 280px);
  overflow: auto;
  direction: rtl;
}
.modal__content::-webkit-scrollbar {
  width: 3px;
}
@media (max-width: 768px) {
  .modal__content::-webkit-scrollbar {
    width: min(0.2666666667vw, 2px);
  }
}
.modal__content::-webkit-scrollbar-track {
  background-color: transparent;
}
.modal__content::-webkit-scrollbar-thumb {
  background-color: #b700ff;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .modal__content::-webkit-scrollbar-thumb {
    border-radius: min(0.2666666667vw, 2px);
  }
}
@media (max-width: 768px) {
  .modal__content {
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: relative;
    padding-left: 0;
  }
}
.modal__inner {
  opacity: 0;
  direction: ltr;
  padding: min(10.4166666667vw, 200px) min(8.3333333333vw, 160px);
  transition: opacity 1.2s 0.6s ease;
}
@media (max-width: 768px) {
  .modal__inner {
    padding: 0;
    transition: opacity 1.2s 1.5s ease;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .modal__inner > div {
    padding: min(13.8666666667vw, 104px) min(10vw, 75px);
  }
}
@media (max-width: 768px) {
  .modal:not(.is-open) .modal__inner {
    transition: opacity 1.2s ease;
  }
}
@media (max-width: 768px) {
  .modal.is-streaming {
    transition: opacity 1.2s ease;
  }
  .modal.is-streaming .modal__inner {
    transition: opacity 1.2s ease;
  }
}
.modal__body-new-release, .modal__body-movie, .modal__body-streaming {
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.modal__body-new-release.is-visible, .modal__body-movie.is-visible, .modal__body-streaming.is-visible {
  display: block;
}
.modal__body-new-release.is-active, .modal__body-movie.is-active, .modal__body-streaming.is-active {
  opacity: 1;
}
.modal__bg {
  width: 0;
  height: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: width 1.2s ease;
}
@media (max-width: 768px) {
  .modal__bg {
    transition: opacity 1.2s ease;
  }
}
.modal.is-open .modal__bg {
  width: 42.7083333333vw;
}
@media (max-width: 768px) {
  .modal.is-open .modal__bg {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .modal__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.modal__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 42.7083333333vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.2s ease, scale 1.5s ease;
}
@media (max-width: 768px) {
  .modal__bg-img {
    width: 100%;
    height: 100%;
  }
}
.modal.is-open.is-new-release .modal__bg-img.bg-new-release {
  opacity: 1;
  scale: 1.05;
}
.modal.is-open.is-movie .modal__bg-img.bg-new-movie {
  opacity: 1;
  scale: 1.05;
}
.modal__bg-img.bg-new-release {
  background-image: url(https://dyvx7gvcyc9io.cloudfront.net/ohmori-motoki/1st-mini-album/modal-new-release-bg.webp?dp=i);
}
.modal__bg-img.bg-new-movie {
  background-image: url(https://dyvx7gvcyc9io.cloudfront.net/ohmori-motoki/1st-mini-album/modal-movie-bg.webp?dp=i);
}

.modal__inner h2 {
  margin-bottom: min(3.125vw, 60px);
  padding-bottom: min(1.4583333333vw, 28px);
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .modal__inner h2 {
    margin-bottom: min(9.3333333333vw, 70px);
    padding-bottom: min(3.7333333333vw, 28px);
  }
}
.modal__inner h2 img {
  height: min(1.1458333333vw, 22px);
}
@media (max-width: 768px) {
  .modal__inner h2 img {
    height: min(3.2vw, 24px);
  }
}
.modal__inner h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(4.1666666667vw, 80px);
  height: 1px;
  background-color: #b700ff;
}
@media (max-width: 768px) {
  .modal__inner h2::after {
    width: min(10.6666666667vw, 80px);
  }
}
.modal__inner .title {
  margin-bottom: min(2.0833333333vw, 40px);
  text-align: center;
}
@media (max-width: 768px) {
  .modal__inner .title {
    margin-bottom: min(8vw, 60px);
  }
}
.modal__inner .title img {
  height: min(4.8958333333vw, 94px);
}
@media (max-width: 768px) {
  .modal__inner .title img {
    height: min(14.6666666667vw, 110px);
  }
}
.modal__inner h4 {
  margin-bottom: min(3.125vw, 60px);
  margin-top: min(4.1666666667vw, 80px);
  padding-bottom: min(1.0416666667vw, 20px);
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .modal__inner h4 {
    margin-top: min(10.6666666667vw, 80px);
    margin-bottom: min(9.3333333333vw, 70px);
    padding-bottom: min(3.7333333333vw, 28px);
  }
}
.modal__inner h4 img {
  height: min(0.9375vw, 18px);
}
@media (max-width: 768px) {
  .modal__inner h4 img {
    height: min(3.2vw, 24px);
  }
}
.modal__inner h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(4.1666666667vw, 80px);
  height: 1px;
  background-color: #b700ff;
}
@media (max-width: 768px) {
  .modal__inner h4::after {
    width: min(10.6666666667vw, 80px);
  }
}
.modal__inner .text {
  color: #fff;
  text-align: center;
  font-size: min(0.8333333333vw, 16px);
  line-height: 1.5;
  margin-bottom: min(3.125vw, 60px);
}
@media (max-width: 768px) {
  .modal__inner .text {
    margin-bottom: min(8vw, 60px);
    font-size: min(3.2vw, 24px);
  }
}
.modal__inner .text.--left {
  text-align: left;
  max-width: 40rem;
  margin: 0 auto;
  margin-top: min(1.5625vw, 30px);
}
@media (max-width: 768px) {
  .modal__inner .text.--left {
    margin-top: min(4vw, 30px);
  }
}
.modal__inner .text.--left span {
  letter-spacing: 0.15em;
  margin-right: 0.5em;
}
@media (max-width: 768px) {
  .modal__inner .text.--left span {
    margin-right: 0.5em;
  }
}
.modal__inner .text.--note {
  margin-bottom: min(2.0833333333vw, 40px);
  margin-top: min(-0.78125vw, -15px);
  font-size: min(0.7291666667vw, 14px);
}
@media (max-width: 768px) {
  .modal__inner .text.--note {
    margin-bottom: min(5.3333333333vw, 40px);
    margin-top: min(-2vw, -15px);
    font-size: min(2.6666666667vw, 20px);
  }
}
.modal__inner .figure {
  margin-bottom: min(3.125vw, 60px);
}
@media (max-width: 768px) {
  .modal__inner .figure {
    margin-bottom: min(8vw, 60px);
  }
}
.modal__inner .figure.--small {
  width: min(14.5833333333vw, 280px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .modal__inner .figure.--small {
    width: min(48vw, 360px);
  }
}
.modal__inner .figure picture,
.modal__inner .figure img {
  width: 100%;
  height: auto;
  display: block;
}
.modal__inner .btn {
  margin-bottom: min(2.0833333333vw, 40px);
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .modal__inner .btn {
    margin-bottom: min(5.3333333333vw, 40px);
  }
}
.modal__inner .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(0.625vw, 12px) min(1.0416666667vw, 20px) min(0.7291666667vw, 14px) min(1.0416666667vw, 20px);
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  border: 0.1rem solid #b700ff;
  border-radius: min(0.5208333333vw, 10px);
  transition: 0.3s linear;
  line-height: 1;
}
@media (max-width: 768px) {
  .modal__inner .btn a {
    padding: min(1.8666666667vw, 14px) min(3.2vw, 24px) min(2.4vw, 18px) min(3.2vw, 24px);
    font-size: min(3.2vw, 24px);
    border-radius: min(1.8666666667vw, 14px);
  }
}
.modal__inner .btn a:hover {
  background-color: #b700ff;
  color: #fff;
}
.modal__inner .list {
  color: #fff;
  border-top: 0.1rem solid #fff;
  max-width: 40rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .modal__inner .list {
    width: min(66.6666666667vw, 500px);
    margin-left: auto;
    margin-right: auto;
  }
}
.modal__inner .list li {
  font-size: min(0.8333333333vw, 16px);
  padding: min(0.625vw, 12px) 0;
  border-bottom: 0.1rem solid #fff;
}
@media (max-width: 768px) {
  .modal__inner .list li {
    font-size: min(3.2vw, 24px);
    padding: min(2.6666666667vw, 20px) min(3.2vw, 24px);
    border-bottom: 0.1rem solid #fff;
  }
}
.modal__inner .list + .figure {
  margin-top: min(2.0833333333vw, 40px);
}
@media (max-width: 768px) {
  .modal__inner .list + .figure {
    margin-top: min(5.3333333333vw, 40px);
  }
}

.comingsoon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .comingsoon {
    position: static;
    width: 100%;
    height: calc(100vh - min(27.7333333333vw, 208px));
  }
}
.comingsoon svg {
  width: min(20.8333333333vw, 400px);
}
@media (max-width: 768px) {
  .comingsoon svg {
    width: min(41.3333333333vw, 310px);
  }
}

.modal .movie {
  width: min(26.0416666667vw, 500px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: min(5.2083333333vw, 100px);
}
@media (max-width: 768px) {
  .modal .movie {
    width: 100%;
    margin-bottom: min(13.3333333333vw, 100px);
  }
}
.modal .movie:last-child {
  margin-bottom: 0;
}

.modal .movie .movie__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  cursor: pointer;
}
.modal .movie .movie__thumb.is-hidden {
  display: none;
}

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

.modal .movie .btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(3.6458333333vw, 70px);
  height: min(3.6458333333vw, 70px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .modal .movie .btn_play {
    width: min(13.3333333333vw, 100px);
    height: min(13.3333333333vw, 100px);
  }
}
.modal .movie .btn_play:hover {
  background: rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%) scale(1.05);
}

.modal .movie .btn_play__ico {
  display: block;
  width: min(0.5208333333vw, 10px);
  height: min(0.5208333333vw, 10px);
}
@media (max-width: 768px) {
  .modal .movie .btn_play__ico {
    width: min(2.6666666667vw, 20px);
    height: min(2.6666666667vw, 20px);
  }
}
.modal .movie .btn_play__ico svg {
  width: 100%;
  height: 100%;
  display: block;
}

.modal .movie .movie__iframe-wrap {
  display: none;
  width: 100%;
  aspect-ratio: 16/9;
}
.modal .movie .movie__iframe-wrap.is-visible {
  display: block;
}
.modal .movie .movie__iframe-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.modal .movie .movie__title {
  font-size: min(1.25vw, 24px);
  text-align: center;
  margin-top: 1.6rem;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .modal .movie .movie__title {
    font-size: min(3.7333333333vw, 28px);
    margin-top: min(2.6666666667vw, 20px);
  }
}