@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

#window_debug {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9000;
  position: absolute;
}

#bns_debug {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}
#bns_debug button {
  position: static;
}
#bns_debug .title {
  position: static;
  margin: 0 auto 30px;
}
#bns_debug .today {
  margin: 0 auto 10px;
  height: 15px;
  font-weight: bold;
}
#bns_debug #btn_debug_close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  font-size: 14px;
  color: #111;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  right: 20px;
  top: 20px;
}
#bns_debug #btn_kvs_clear {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  font-size: 14px;
  color: #111;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  right: 140px;
  top: 20px;
}
#bns_debug #btn_reload {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  font-size: 14px;
  color: #111;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  right: 260px;
  top: 20px;
}
#bns_debug .buttons {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  width: 800px;
}
#bns_debug .buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18%;
  height: 40px;
  font-size: 14px;
  color: #111;
  background-color: #fff;
  border-radius: 5px;
}
#bns_debug .date_input input, #bns_debug .data_input input {
  width: 80px;
  font-size: 20px;
}
#bns_debug .date_input .unit, #bns_debug .data_input .unit {
  display: inline-block;
  margin: 0 10px 0 5px;
}
#bns_debug .date_input > div, #bns_debug .data_input > div {
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
}
#bns_debug .date_input button, #bns_debug .data_input button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18%;
  height: 40px;
  font-size: 14px;
  color: #111;
  background-color: #fff;
  border-radius: 5px;
}
#bns_debug .data_input {
  margin-top: 25px;
}
#bns_debug .date_input {
  margin-top: 25px;
}
#bns_debug .current_date {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
#bns_debug .btns_group {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#bns_debug .btns_group button {
  width: 120px;
}
#bns_debug #btn_debug_start {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  width: 120px;
  height: 50px;
  font-size: 16px;
  color: #111;
  font-weight: bold;
  background-color: #fff;
  border-radius: 5px;
}

:root {
  --stage-scale: 1;
}

html {
  margin: 0;
  padding: 0;
  font-size: calc(10px * var(--stage-scale));
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.66667vw;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "GakusanMaru", sans-serif;
  letter-spacing: 0.1em;
  background-color: #E6FFFE;
  background-repeat: repeat;
  background-position: center top;
  background-size: cover;
}
body #tempBack {
  margin: 0;
  padding: 0;
  width: 100vw;
  max-width: 177.7777777778vh;
  max-width: 177.7777777778dvh;
  max-height: 100vh;
  max-height: 100dvh;
  position: fixed;
  left: 50%;
  top: 0px;
  transform: translate3d(-50%, 0px, 0px);
}
@media screen and (max-width: 767px) {
  body #tempBack {
    margin: 0 auto;
    width: 100vw;
    max-width: initial;
    height: auto;
    max-height: initial;
    position: relative;
  }
}
body #tempBack::before {
  content: "";
  padding-top: 56.25%;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

br.pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: inline-block;
  }
}

.main {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 73.1rem;
  position: relative;
  max-width: initial;
  background: url(../images/preopen/bl.png) no-repeat 0 0/contain;
}
@media screen and (max-width: 767px) {
  .main {
    height: 100%;
    background: url(../images/preopen/bl_sp.png) no-repeat 0 0/contain;
  }
}

#common-back-button {
  display: block;
  margin: 0;
  padding: 0;
  width: 7rem;
  height: 7.3rem;
  background: url(../images/common/btn_back.png) no-repeat 0 0/contain;
  border-radius: 0 0 1.2rem 1.2rem;
  position: absolute;
  left: 4rem;
  top: -0.4rem;
  z-index: 1000;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  font-size: 0;
}
@media screen and (max-width: 767px) {
  #common-back-button {
    width: 5.5rem;
    height: 5.7rem;
    left: 1rem;
  }
}
#common-back-button::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0 0 1.2rem 1.2rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#common-back-button:hover::after {
  opacity: 1;
}
#common-back-button.is-push {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0);
  transform: translateY(0.3rem);
}

.child_page #common-back-button {
  display: none;
}
.child_page .btn_back {
  display: block;
}

.bbtn {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}
.bbtn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
}
.bbtn:hover::after {
  opacity: 1;
}
.bbtn.is-push {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0);
  transform: translateY(0.3rem);
}

#loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: #E6FFFE;
  background-repeat: no-repeat;
  background-position: center top;
  position: fixed;
  z-index: 8888;
  transition: 0.35s;
  opacity: 1;
  pointer-events: auto;
}
#loading .loading_image {
  width: 13%;
}
#loading.is-hide {
  opacity: 0;
  pointer-events: none;
}

#pageCover {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.header {
  width: 100%;
  height: 12.8rem;
  background-color: #2DD1CB;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 5.4rem 2rem 2rem;
    height: auto;
    position: relative;
    z-index: 1;
  }
}
.header .ico_title {
  width: 59rem;
  position: absolute;
  left: 34.4rem;
  top: 0.6rem;
}
.header .logo {
  width: 41.2rem;
  position: absolute;
  left: 43.4rem;
  top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .header .logo {
    margin: 0 auto;
    width: 31rem;
    position: static;
  }
}
.header .border {
  width: 110rem;
  height: 0.2rem;
  background-color: #FFF;
  position: absolute;
  left: 9rem;
  top: 8.6rem;
}
@media screen and (max-width: 767px) {
  .header .border {
    margin: 1rem auto 0;
    width: 33.5rem;
    position: static;
  }
}
.header .txt {
  width: 53rem;
  position: absolute;
  left: 37.5rem;
  top: 9.3rem;
}
@media screen and (max-width: 767px) {
  .header .txt {
    width: 25.3rem;
    position: static;
    margin: 1.1rem auto 0;
  }
}

@media screen and (max-width: 767px) {
  .preopen {
    padding: 3rem 0 2rem;
    position: relative;
  }
}
.preopen .content {
  width: 123.8rem;
  position: absolute;
  left: 1.56rem;
  top: 14.9rem;
}
.preopen .chara {
  width: 14rem;
  position: absolute;
  left: 112rem;
  top: 43.4rem;
}
.preopen .content_sp1 {
  margin-left: 2.6rem;
  width: 34.9rem;
}
.preopen .content_sp2 {
  margin: -0.6rem auto 0;
  width: 33.5rem;
}
.preopen .content_sp3 {
  margin: 6rem auto 0 0;
  width: 36.05rem;
}
.preopen .note_list {
  padding-left: 0;
  max-width: 120rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  position: absolute;
  left: 4rem;
  top: 67.5rem;
}
@media screen and (max-width: 767px) {
  .preopen .note_list {
    margin: 6rem 1.5rem 0;
    padding-left: min(1rem, 20px);
    position: static;
  }
}
.preopen .note_list li {
  display: inline;
}
@media screen and (max-width: 767px) {
  .preopen .note_list li {
    display: list-item;
  }
}
.preopen .note_list li::before {
  content: "※";
}
@media screen and (max-width: 767px) {
  .preopen .note_list li::before {
    margin-left: max(-1rem, -20px);
  }
}
.preopen .note_list li::after {
  content: " ";
}
@media screen and (max-width: 767px) {
  .preopen .note_list li::after {
    display: none;
  }
}
.preopen .btn_movie {
  display: block;
  margin: 0 auto;
  width: 24.2rem;
  height: 5rem;
  background: url(../images/preopen/btn_movie.png) no-repeat 0 0/contain;
  border-radius: 9999px;
  font-size: 0;
  z-index: 0;
  position: absolute;
  left: 51.9rem;
  top: 61.3rem;
}
@media screen and (max-width: 767px) {
  .preopen .btn_movie {
    margin: 1rem auto 0;
    position: relative;
    left: auto;
    top: auto;
  }
}
.preopen .btn_movie::after {
  border-radius: 9999px;
}

.kira {
  position: absolute;
}
.kira img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.kira .f1 {
  animation: flickF1 1s infinite steps(1, end);
}
.kira .f2 {
  animation: flickF2 1s infinite steps(1, end);
}

.star_a {
  width: 120.6rem;
  height: 48.7rem;
  left: 3.7rem;
  top: 15.2rem;
}

.star_b {
  width: 33.5rem;
  height: 20rem;
  left: 2rem;
  top: 13.5rem;
}

.star_c {
  width: 33.5rem;
  height: 27.6rem;
  left: 2rem;
  top: 155.1rem;
}

@keyframes flickF1 {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flickF2 {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#error {
  margin: 0;
  padding: 0;
  padding: 15px;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: #cae6fe;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 4px, transparent 4px);
  background-size: 28px 28px;
  color: #343434;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 2;
  word-break: break-all;
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
}
#error.is-show {
  pointer-events: auto;
  opacity: 1;
}

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

#error > div {
  width: calc(100% - 100px);
  height: auto;
  max-height: 800px;
  max-width: 1360px;
  border: 5px solid #FFFFFF;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 40px;
  padding: 70px 40px 40px;
}

#error > div h2 {
  font-size: clamp(32px, 32px + 32 * (100vw - 768px) / 768, 64px);
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}

#error > div h2 br {
  display: none;
}

#error > div .error-text {
  padding: 30px 50px;
  border-radius: 40px;
  background: #D7F0FA;
}

#error > div .error-text .attention {
  color: #FF5F00;
  font-size: clamp(24px, 24px + 24 * (100vw - 768px) / 768, 48px);
  margin-bottom: 38px;
  font-weight: bold;
  line-height: 1.4;
}

#error > div .error-text .error-message {
  font-size: clamp(14px, 14px + 14 * (100vw - 768px) / 768, 28px);
  text-align: center;
}
#error > div .error-text .error-message [data-ruby]::before {
  font-size: 45%;
  top: -10%;
}

#error > div .error-code {
  margin: 25px auto;
  font-size: clamp(16px, 16px + 16 * (100vw - 768px) / 768, 32px);
}

#error .bottom-area {
  position: relative;
  display: block;
  padding: 0 186px;
}

#error .bottom-area > a {
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  background: #238AE3;
  border: 8px solid #AED9FF;
  font-weight: bold;
  font-size: 40px;
  width: 100%;
  max-width: 436px;
  height: 116px;
  color: #FFFFFF;
  border-radius: 58px;
}

#error .pc-space {
  display: inline;
}

#error [data-ruby] {
  display: inline-block;
  position: relative;
}
#error [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.2rem;
  left: -1.1rem;
  right: -1rem;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  white-space: no-wrap;
}

@media screen and (max-width: 990px) {
  #error .bottom-area {
    padding: 0 186px;
  }
  #error .bottom-area > a {
    font-size: 23px;
    height: 80px;
    max-width: 300px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 769px) and (max-height: 768px) {
  #error > div {
    padding: 30px 15px 15px;
  }
  #error > div .error-text .attention {
    margin-bottom: 20px;
  }
  #error > div .error-text {
    padding: 20px;
  }
  #error > div .error-code {
    margin: 15px auto;
  }
  #error .bottom-area > a {
    font-size: 38px;
    height: 100px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 768px) {
  #error > div .error-text .attention {
    margin-bottom: 20px;
  }
  #error {
    overflow-x: hidden;
    overflow-y: auto;
  }
  #error > div h2 br {
    display: inline;
  }
  #error .pc-space {
    display: none;
  }
  #error .bottom-area {
    padding: 0 0 110px 0;
    background-position: right bottom;
    background-size: 100px auto;
  }
  #error > div {
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 20px 10px 10px;
    margin: auto 0;
  }
  #error > div .error-text {
    padding: 15px;
  }
}
.modal {
  display: none;
  height: 100vh;
  height: 100dvh;
}
.modal .modal_overlay {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 6rem;
  padding-right: 2rem;
  padding-left: 2rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
  overflow-y: auto;
}
.modal .modal_container {
  margin: 0 auto;
  padding: 1rem 2rem 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal .modal_container {
    padding: 1rem 1rem 5rem;
  }
}
.modal .modal_container .inner {
  width: 104.8rem;
  height: 59rem;
  background: #FFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal .modal_container .inner {
    width: 35.5rem;
    height: auto;
  }
}
.modal .modal_container .inner .banner_poster {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.modal .modal_container .btn_modal_close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10rem;
  width: 20rem;
  height: 5rem;
  background: url(../images/common/btn_modal_close.png) no-repeat 0 0/contain;
  border-radius: 9999px;
  position: absolute;
  left: 50%;
  bottom: -2.4rem;
  overflow: hidden;
  z-index: 0;
}

#preopen_page .modal .modal_overlay {
  padding: 0;
}
#preopen_page .modal .modal_container {
  margin: 0 auto;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #preopen_page .modal .modal_container {
    padding: 0;
  }
}
#preopen_page .modal .modal_container .inner {
  width: 100vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  #preopen_page .modal .modal_container .inner {
    width: 37.5rem;
    height: auto;
  }
}
#preopen_page .modal .modal_container .inner video-js.vjs-fluid {
  position: relative;
  /* 必要なら親要素の配置を制御 */
  padding-top: 56.25%;
  /* 16:9 のアスペクト比 */
  max-height: 100vh;
  /* ブラウザの高さを超えない */
  overflow: hidden;
  /* はみ出しを防止 */
}
#preopen_page .modal .modal_container .inner video-js.video-js.vjs-fluid .vjs-tech {
  object-fit: contain;
}
#preopen_page .modal .modal_container .btn_modal_close {
  display: block;
  margin-left: 0;
  width: 10rem;
  height: 5rem;
  background: url(../images/preopen/btn_close_about.png) no-repeat 0 0/contain;
  border-radius: 9999px;
  position: fixed;
  left: 2rem;
  top: 2rem;
  bottom: initial;
}
@media screen and (max-width: 767px) {
  #preopen_page .modal .modal_container .btn_modal_close {
    width: 100px;
    height: 50px;
  }
}/*# sourceMappingURL=preopen.css.map */