*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a,
button {
  cursor: revert;
}
ol,
ul,
menu {
  list-style: none;
}
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  appearance: revert;
}
pre {
  all: revert;
}
::-webkit-input-placeholder {
  color: unset;
}
::-ms-input-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}
::marker {
  content: initial;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable='false'])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  line-break: after-white-space;
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
:where([draggable='true']) {
  -webkit-user-drag: element;
}
:where(dialog:modal) {
  all: revert;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-weight: inherit;
}
html {
  font-size: 62.5%;
}
body {
  background-color: #fff;
  color: #333;
  font-family: 'vdl-v7gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', YuGothic,
    'Yu Gothic Medium', sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.03em;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 561px) {
  body {
    font-size: 1.4em;
  }
}
body.is_open {
  overflow: hidden;
}
* {
  min-height: 0vw;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media screen and (min-width: 561px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
a:focus-visible,
button:focus-visible {
  outline: 0;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px #2837ba;
}
a {
  color: #333;
  cursor: pointer;
  text-decoration: underline;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 1100px) {
  a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
button {
  display: inline-block;
  line-height: 1;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
button:hover {
  opacity: 0.8;
}
button:focus {
  outline: 0;
}
button:not(:disabled) {
  cursor: pointer;
}
::-webkit-scrollbar {
  width: 1.2rem;
}
::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.5);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(51, 51, 51, 0.5);
  border: 0.1rem solid #fff;
  border-radius: 0.5rem;
}
.visible_xxs {
  display: none;
}
@media screen and (max-width: 374px) {
  .visible_xxs {
    display: inline-block !important;
  }
}
.hidden_xxs {
  display: inline-block;
}
@media screen and (max-width: 374px) {
  .hidden_xxs {
    display: none !important;
  }
}
.visible_xs {
  display: none;
}
@media screen and (max-width: 560px) {
  .visible_xs {
    display: inline-block !important;
  }
}
.hidden_xs {
  display: inline-block;
}
@media screen and (max-width: 560px) {
  .hidden_xs {
    display: none !important;
  }
}
.visible_sm {
  display: none;
}
@media screen and (min-width: 561px) {
  .visible_sm {
    display: inline-block !important;
  }
}
.hidden_sm {
  display: inline-block;
}
@media screen and (min-width: 561px) {
  .hidden_sm {
    display: none !important;
  }
}
.visible_md {
  display: none;
}
@media screen and (min-width: 1100px) {
  .visible_md {
    display: inline-block !important;
  }
}
.hidden_md {
  display: inline-block;
}
@media screen and (min-width: 1100px) {
  .hidden_md {
    display: none !important;
  }
}
.visible_lg {
  display: none;
}
@media screen and (min-width: 1366px) {
  .visible_lg {
    display: inline-block !important;
  }
}
.hidden_lg {
  display: inline-block;
}
@media screen and (min-width: 1366px) {
  .hidden_lg {
    display: none !important;
  }
}
.visible_xl {
  display: none;
}
@media screen and (min-width: 1920px) {
  .visible_xl {
    display: inline-block !important;
  }
}
.hidden_xl {
  display: inline-block;
}
@media screen and (min-width: 1920px) {
  .hidden_xl {
    display: none !important;
  }
}
.visible_all {
  display: inline-block !important;
}
.hidden_all {
  display: none !important;
}
.lp_footer .footer_inner {
  width: 100%;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 2.4rem;
}
.lp_footer .footer_inner small {
  font-size: clamp(1.1rem, 0.2vw + 0.988rem, 1.2rem);
}
.lp_wrap {
  position: relative;
  overflow: hidden;
}
.lp_wrap::before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/bg_02.webp) no-repeat center left/cover;
  background-position: 24% 0;
}
@media screen and (min-width: 561px) {
  .lp_wrap::before {
    background: url(../img/bg_01.webp) no-repeat center right/cover;
    background-position: 75% 0;
  }
}
body.is_open .lp_wrap::before {
  z-index: 1;
}
.lp_container {
  position: relative;
  font-size: clamp(1.1rem, 0.6vw + 0.764rem, 1.4rem);
}
@media screen and (min-width: 561px) {
  .lp_outer {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1100px) {
  .lp_outer {
    width: 1080px;
    margin: 8rem auto 0;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1100px) {
  .lp_content {
    margin-left: auto;
  }
}
.lp_main {
  max-width: 560px;
  padding-bottom: 4rem;
  padding-top: 0vh;
}
@media screen and (min-width: 561px) {
  .lp_main {
    padding-top: 87vh;
  }
}
.lp_main .lp_sec {
  margin-top: 5.6rem;
}
.lp_main .lp_sec .sec_heading {
  background: linear-gradient(90deg, rgba(0, 153, 230, 0.6), rgba(24, 50, 215, 0.6) 50%, rgba(13, 26, 113, 0.6));
  color: #fff;
  line-height: 1.5;
  padding: 1.6rem;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  letter-spacing: 0.05em;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  text-shadow: 0px 0px 6px #0d1a71;
  font-size: clamp(2rem, 0.7vw + 1.608rem, 2.4rem);
}
.lp_main .lp_sec .sec_heading_new {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  width: min(10.667vw, 5.6rem);
  height: min(10.667vw, 5.6rem);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2837ba;
  font-family: 'vdl-v7gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', YuGothic,
    'Yu Gothic Medium', sans-serif;
  font-weight: 700;
  text-shadow: none;
  font-size: clamp(1.2rem, -0.2vw + 1.312rem, 1.1rem);
}
.lp_main .lp_sec .sec_body {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid #fff;
  border-radius: 1.6rem;
  margin: 0 1.6rem;
  padding: min(6.4vw, 4rem) min(4.267vw, 4rem) min(6.4vw, 5.6rem) min(4.267vw, 4rem);
}
.lp_main .lp_sec .sec_area + .sec_area {
  margin-top: 1.6rem;
}
.lp_main .lp_sec .sec_inner {
  padding: 0 0.8rem;
}
.lp_main .lp_sec .sec_inner + .sec_inner {
  margin-top: 1.6rem;
}
.lp_main .lp_sec .sec_inner p + p,
.lp_main .lp_sec .sec_inner p + ul,
.lp_main .lp_sec .sec_inner ul + p,
.lp_main .lp_sec .sec_inner ul + ul {
  margin-top: 0.5em;
}
.lp_main .lp_sec .x_credit {
  top: 0;
  left: 16px;
  position: relative;
}
.lp_main .lp_sec .x_credit::before {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../img/x_01.svg) no-repeat center center/cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -8px;
  position: absolute;
}
.lp_main .lp_sec .head_box {
  display: inline-block;
  padding: 0.4rem 1.6rem;
  border: 1px solid #2837ba;
  line-height: 1.5;
  font-weight: 800;
  font-size: clamp(1.2rem, 0.4vw + 0.976rem, 1.4rem);
}
.lp_main .lp_sec .head_box + * {
  margin-top: 0.4em;
}
.lp_main .lp_sec .textalign_l {
  text-align: left;
}
.lp_main .lp_sec .textalign_c {
  text-align: center;
}
.lp_main .lp_sec .textalign_r {
  text-align: right;
}
.lp_main .lp_sec .fontsize_s {
  font-size: clamp(1.1rem, 0.4vw + 0.876rem, 1.3rem);
}
.lp_main .lp_sec .fontsize_m {
  font-size: clamp(1.2rem, 0.6vw + 0.864rem, 1.5rem);
}
.lp_main .lp_sec .fontsize_l {
  font-size: clamp(1.4rem, 0.7vw + 1.008rem, 1.8rem);
}
.lp_main .lp_sec .fontsize_l + * {
  margin-top: 0.8rem;
}
.lp_main .lp_sec .fontweight_b {
  font-weight: 800;
}
.lp_main .lp_sec .padding {
  padding: 1.6rem 0;
  border-top: 1px solid rgba(40, 55, 186, 0.2);
}
.lp_main .lp_sec .table_multi {
  line-height: 1.5;
}
.lp_main .lp_sec .table_multi > dt {
  background-color: rgba(255, 179, 247, 0.3);
  padding: 0.4rem 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
  font-weight: 800;
  font-size: clamp(1.2rem, 0.4vw + 0.976rem, 1.4rem);
}
.lp_main .lp_sec .table_multi > dd dl {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.2em;
  justify-content: space-between;
}
.lp_main .lp_sec .table_multi > dd dl dt {
  width: 5em;
}
.lp_main .lp_sec .table_multi > dd dl dd {
  width: calc(100% - 5em);
}
.lp_main .lp_sec .table_multi > dd dl dd small {
  font-size: clamp(1rem, 0.2vw + 0.888rem, 1.1rem);
}
.lp_main .lp_sec .table_multi > dd + dt {
  margin-top: 0.8em;
}
.lp_main .lp_sec .table_multi > dd .list_indent {
  margin-top: 1.2em;
}
.lp_main .lp_sec .table_multi + p,
.lp_main .lp_sec .table_multi + ul {
  margin-top: 0.5em;
}
.lp_main .lp_sec .table_toggle dt {
  display: block;
  position: relative;
  padding: 2.4rem 0;
  font-weight: 800;
  cursor: pointer;
  font-size: clamp(1.4rem, 0.7vw + 1.008rem, 1.8rem);
}
.lp_main .lp_sec .table_toggle dt:not(:first-of-type) {
  border-top: 1px solid rgba(40, 55, 186, 0.2);
}
.lp_main .lp_sec .table_toggle dt::before,
.lp_main .lp_sec .table_toggle dt::after {
  content: '';
  width: 1.6rem;
  height: 0.4rem;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.lp_main .lp_sec .table_toggle dt::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.lp_main .lp_sec .table_toggle dt.is_active::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
.lp_main .lp_sec .table_toggle dt.is_active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.lp_main .lp_sec .table_toggle dd {
  padding-bottom: 2.4rem;
  display: none;
}
.lp_main .lp_sec .table_toggle b {
  color: #c00;
}
.lp_main .lp_sec .list_disc {
  padding-left: 1.7em;
}
.lp_main .lp_sec .list_disc li {
  list-style-type: disc;
}
.lp_main .lp_sec .list_disc li + li {
  margin-top: 0.4em;
}
.lp_main .lp_sec .list_indent {
  text-indent: -1em;
  padding-left: 1em;
}
.lp_main .lp_sec .list_indent li + li {
  margin-top: 0.4em;
}
.lp_main .lp_sec .list_indent .red_txt {
  color: #2837ba;
}
.lp_main .lp_sec .btn_main {
  text-align: center;
}
.lp_main .lp_sec .btn_main a {
  display: inline-block;
  background: linear-gradient(90deg, rgb(0, 153, 230) 0%, rgb(24, 50, 215) 50%, rgb(13, 26, 113) 100%);
  color: #fff;
  padding: min(4.267vw, 2.4rem) min(10.667vw, 8rem);
  border-radius: 10rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 800;
  text-shadow: 0px 0px 6px #0d1a71;
  text-decoration: none;
  font-size: clamp(1.4rem, 0.7vw + 1.008rem, 1.8rem);
}
@media screen and (max-width: 374px) {
  .lp_main .lp_sec .btn_main a {
    padding: min(4.267vw, 2.4rem) min(6.4vw, 4rem);
  }
}
.lp_main .lp_sec .img_comingsoon {
  aspect-ratio: 652/321;
}
.lp_main .lp_sec .img_content,
.lp_main .lp_sec .img_goods,
.lp_main .lp_sec .img_drink,
.lp_main .lp_sec .img_floor,
.lp_main .lp_sec .img_membership,
.lp_main .lp_sec .img_flow {
  aspect-ratio: 1840/1302;
}
.lp_main .fadein_up {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(8%);
  transform: translateY(8%);
  -webkit-filter: blur(15px);
  filter: blur(15px);
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out, -webkit-filter 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, filter 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, filter 0.8s ease-in-out,
    -webkit-transform 0.8s ease-in-out, -webkit-filter 0.8s ease-in-out;
}
.lp_main .fadein_up.is_show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-filter: blur(0);
  filter: blur(0);
}
.lp_main .zoom_link {
  position: relative;
  display: block;
  border: 1px solid rgba(40, 55, 186, 0.25);
}
.lp_main .zoom_link:hover {
  opacity: 0.8;
}
.lp_main .zoom_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #ffb3f7;
  width: min(21.333vw, 8rem);
  height: min(21.333vw, 8rem);
  border-radius: 50%;
  box-shadow: 0 0 0 min(1.067vw, 0.6rem) #fff;
  opacity: 0.95;
}
.lp_main .zoom_icon img {
  width: min(10.667vw, 4rem);
}
.lp_nav {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: 0.2s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3.2rem;
  text-align: center;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
@media screen and (min-width: 1100px) {
  .lp_nav {
    visibility: visible;
    height: auto;
    max-height: calc(100vh - 29.1rem);
    top: 34.5rem;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 0;
    width: 48rem;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-animation: lp_nav 1.4s ease-in-out forwards 0.4s;
    animation: lp_nav 1.4s ease-in-out forwards 0.4s;
  }
  @-webkit-keyframes lp_nav {
    0% {
      opacity: 0;
      -webkit-filter: blur(10px);
      filter: blur(10px);
    }
    100% {
      opacity: 1;
      -webkit-filter: blur(0);
      filter: blur(0);
    }
  }
  @keyframes lp_nav {
    0% {
      opacity: 0;
      -webkit-filter: blur(10px);
      filter: blur(10px);
    }
    100% {
      opacity: 1;
      -webkit-filter: blur(0);
      filter: blur(0);
    }
  }
}
.lp_nav::-webkit-scrollbar {
  width: 0.8rem;
}
.lp_nav.is_open {
  opacity: 1;
  visibility: visible;
  height: auto;
  z-index: 2;
}
.lp_nav .nav_body {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 1.6rem;
  border: 1px solid #fff;
  padding: min(5.333vw, 1.6rem) 0;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .lp_nav .nav_body {
    width: 28rem;
    margin: 0 auto;
  }
}
.lp_nav .nav_img {
  position: absolute;
  bottom: max(-19.2vw, -7.2rem);
  left: max(-12.8vw, -4.8rem);
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  width: min(41.867vw, 15.7rem);
  animation: floating-y 1.5s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 1100px) {
  .lp_nav .nav_img {
    bottom: -6rem;
    left: -9rem;
    width: 16.2rem;
  }
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: rotate(-8deg) translateY(0);
    transform: rotate(-8deg) translateY(0);
  }
  100% {
    -webkit-transform: rotate(-4deg) translateY(-8%);
    transform: rotate(-4deg) translateY(-8%);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: rotate(-8deg) translateY(0);
    transform: rotate(-8deg) translateY(0);
  }
  100% {
    -webkit-transform: rotate(-4deg) translateY(-8%);
    transform: rotate(-4deg) translateY(-8%);
  }
}
.lp_nav .nav_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp_nav .nav_item {
  position: relative;
  max-width: min(85.333vw, 30rem);
}
@media screen and (min-width: 1100px) {
  .lp_nav .nav_item:first-of-type {
    display: none;
  }
}
.lp_nav .nav_item .nav_new {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #2837ba;
  padding: 0.1em 0.5em;
  color: #fff;
  font-size: clamp(1.1rem, -0.2vw + 1.212rem, 1rem);
}
.lp_nav .nav_link {
  display: block;
  color: #333;
  padding: min(3.2vw, 0.7rem) 5.4rem;
  font-weight: 800;
  text-decoration: none;
  font-size: clamp(1.6rem, -0.4vw + 1.824rem, 1.4rem);
}
.lp_nav .nav_link.is_active {
  color: #2837ba;
}
.lp_nav .nav_footer_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
@media screen and (min-width: 1100px) {
  .lp_nav .nav_footer_list {
    flex-direction: row;
    gap: 1.2rem;
    margin-top: 2rem;
  }
}
.lp_nav .nav_footer_item a {
  position: relative;
  z-index: 1;
}
.lp_nav .nav_footer .nav_sns {
  background-color: #fff;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  font-size: 2rem;
  text-decoration: none;
  border-radius: 4rem;
  border: 1px solid #ffb3f7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}
@media screen and (min-width: 1100px) {
  .lp_nav .nav_footer .nav_sns {
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
  }
}
.lp_nav .nav_footer .nav_home {
  display: block;
  width: min(27.733vw, 12rem);
}
.lp_menu {
  position: fixed;
  top: 0.8rem;
  right: 0.8rem;
  cursor: pointer;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(0, 153, 230, 0.6), rgba(24, 50, 215, 0.6) 50%, rgba(13, 26, 113, 0.6));
  border: 1px solid #fff;
  z-index: 10;
}
@media screen and (min-width: 1100px) {
  .lp_menu {
    display: none;
  }
}
.lp_menu:hover {
  opacity: 1;
}
.lp_menu span {
  position: absolute;
  left: 1.8rem;
  width: 2rem;
  height: 0.1rem;
  background-color: #fff;
  transition: 0.2s ease-in-out;
  z-index: 10;
}
.lp_menu span:nth-of-type(1) {
  top: 2.1rem;
}
.lp_menu span:nth-of-type(2) {
  top: 2.7rem;
}
.lp_menu span:nth-of-type(3) {
  top: 3.3rem;
}
.lp_menu.is_open span:nth-of-type(1) {
  top: 2rem;
  -webkit-transform: translateY(0.5rem) rotate(-45deg);
  transform: translateY(0.5rem) rotate(-45deg);
}
.lp_menu.is_open span:nth-of-type(2) {
  opacity: 0;
}
.lp_menu.is_open span:nth-of-type(3) {
  top: 3rem;
  -webkit-transform: translateY(-0.5rem) rotate(45deg);
  transform: translateY(-0.5rem) rotate(45deg);
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100dvh - min(12.8vw, 8rem));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.95);
}
.modal.is_active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2000;
}
.modal_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal_content {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
@media screen and (min-width: 1100px) {
  .modal_content {
    overflow-y: hidden;
    overscroll-behavior-y: none;
  }
}
.modal_inner {
  width: auto;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.modal_body {
  width: 100%;
}
.modal_footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 153, 230, 0.6), rgba(24, 50, 215, 0.6) 50%, rgba(13, 26, 113, 0.6));
  display: flex;
  justify-content: center;
  gap: min(19.2vw, 8rem);
  width: 100vw;
  height: min(12.8vw, 8rem);
  z-index: 10;
  line-height: 1;
}
.modal_close {
  position: absolute;
  bottom: 0.8rem;
  left: 50%;
  cursor: pointer;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  color: rgba(0, 0, 0, 0);
  z-index: 20;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.modal_close:hover {
  opacity: 1;
}
.modal_close::before,
.modal_close::after {
  content: '';
  position: absolute;
  left: 1.8rem;
  width: 2rem;
  height: 0.3rem;
  background-color: #fff;
  transition: 0.2s ease-in-out;
}
.modal_close::before {
  top: 2rem;
  -webkit-transform: translateY(0.5rem) rotate(-45deg);
  transform: translateY(0.5rem) rotate(-45deg);
}
.modal_close::after {
  top: 3rem;
  -webkit-transform: translateY(-0.5rem) rotate(45deg);
  transform: translateY(-0.5rem) rotate(45deg);
}
.modal_zoom_img {
  width: 100vw;
  height: calc(100dvh - min(36vw, 17.4rem));
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_zoom_img img {
  width: 100%;
  height: 100%;
}
.modal_zoom_img .leaflet-container {
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_zoom_img .leaflet-control-container {
  display: none;
}
@media screen and (min-width: 561px) {
  .modal_zoom_img .leaflet-control-container {
    display: block;
  }
}
.modal_zoom_img .leaflet-touch .leaflet-control-layers,
.modal_zoom_img .leaflet-touch .leaflet-bar {
  border: 0;
}
.modal_zoom_img .leaflet-touch .leaflet-bar a {
  color: #333;
}
.modal_zoom_img .leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.modal_zoom_img .leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.modal_zoom_img .leaflet-touch .leaflet-bar a:hover {
  color: #333;
}
.modal_zoom_img .leaflet-touch .leaflet-bar a.leaflet-disabled {
  color: rgba(51, 51, 51, 0.5);
}
.modal_zoom_notice {
  padding: min(6.4vw, 2.4rem) 0;
  text-align: center;
  background-color: #333;
  color: #fff;
  font-size: clamp(1.1rem, 0.6vw + 0.764rem, 1.4rem);
}
.lp_main .fv {
  margin-top: 0;
}
.fv_title {
  position: absolute;
  top: min(8.533vw, 3.2rem);
  left: 50%;
  width: 56%;
  -webkit-transform: translateX(-55%);
  transform: translateX(-55%);
  display: flex;
  justify-content: center;
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-animation: fv_title 1.4s ease-in-out;
  animation: fv_title 1.4s ease-in-out;
}
@media screen and (min-width: 561px) {
  .fv_title {
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: max(-40vw, -35rem);
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .fv_title {
    margin-top: 0;
    position: fixed;
    top: 8rem;
    left: calc(50% - 514.2857142857px);
    width: 40rem;
  }
}
@-webkit-keyframes fv_title {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes fv_title {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
.lp_main .about {
  margin-top: 2.4rem;
}
.access_map {
  aspect-ratio: 326/245;
}
.access_map iframe {
  width: 100%;
  height: 100%;
}
.ticket_area:not(:first-of-type) {
  margin-top: 3.2rem;
  padding-top: 3.2rem;
  border-top: 1px solid rgba(40, 55, 186, 0.2);
}
.ticket_head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 800;
  margin-bottom: 1.6rem;
  font-size: clamp(1.4rem, 0.7vw + 1.008rem, 1.8rem);
}
.ticket_head::before {
  content: '';
  height: 1px;
  width: 100%;
  border-top: 1px dashed #2837ba;
  order: 2;
  flex: 1;
}
.ticket_head dt {
  order: 1;
}
.ticket_head dd {
  order: 3;
  position: relative;
}
.ticket_soldout {
  display: inline-block;
  background-color: rgba(40, 55, 186, 0.85);
  color: #fff;
  padding: 0.2em 0.8em;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
  transform: translate(-50%, -50%) rotate(-15deg);
  font-size: clamp(1.2rem, 0.4vw + 0.976rem, 1.4rem);
}
.ticket .date_ended {
  text-decoration: line-through;
}
.ticket .btn_main {
  margin-top: 2.4rem;
}
.confession_area .list_indent {
  margin-top: 3.2rem;
  padding-top: 3.2rem;
  border-top: 1px solid rgba(40, 55, 186, 0.2);
}
.lp_main .notice .sec_body {
  padding: min(2.133vw, 2.4rem) min(4.267vw, 4rem) min(2.133vw, 2.4rem) min(4.267vw, 4rem);
} /*# sourceMappingURL=lp.min.css.map */
