*: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 #7e543a;
}
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/sp_bg_01.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 561px) {
  .lp_wrap::before {
    background: url(../img/bg_01.webp) no-repeat center right/cover;
    background-position: 83% 0;
  }
}
@media screen and (max-width: 786px) {
  .lp_wrap::before {
    background-position: 72% 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: 2.4rem 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-color: #7e543a;
  color: #fff;
  line-height: 1.5;
  padding: 1.6rem;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  letter-spacing: 0.05em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 0.7vw + 1.608rem, 2.4rem);
}
.lp_main .lp_sec .sec_heading::before {
  content: '';
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #7e543a;
  width: 2rem;
  height: 1.2rem;
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.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: #7e543a;
  font-family: 'vdl-v7gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', YuGothic,
    'Yu Gothic Medium', sans-serif;
  font-weight: 700;
  font-size: clamp(1.2rem, -0.2vw + 1.312rem, 1.1rem);
}
.lp_main .lp_sec .sec_body {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 1.6rem;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  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 #31827d;
  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 .table_multi {
  line-height: 1.5;
}
.lp_main .lp_sec .table_multi > dt {
  background-color: rgba(49, 130, 125, 0.25);
  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(49, 130, 125, 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 .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: #7e543a;
}
.lp_main .lp_sec .btn_main {
  text-align: center;
}
.lp_main .lp_sec .btn_main a {
  display: inline-block;
  background-color: #31827d;
  color: #fff;
  padding: min(4.267vw, 2.4rem) min(10.667vw, 8rem);
  border-radius: 10rem;
  font-weight: 700;
  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(5%);
  transform: translateY(5%);
  transition: 0.4s ease-in-out;
}
.lp_main .fadein_up.is_show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.lp_main .zoom_link {
  position: relative;
  display: block;
  border: 1px solid rgba(126, 84, 58, 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 #31827d;
  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 - 31rem);
    top: 30rem;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 0;
    width: 44rem;
    -webkit-animation: lp_nav 0.4s ease-in-out forwards 0.4s;
    animation: lp_nav 0.4s ease-in-out forwards 0.4s;
  }
  @-webkit-keyframes lp_nav {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes lp_nav {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
.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.9);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 1.6rem;
  border: 1px solid #31827d;
  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: -5rem;
    left: -9rem;
    width: 17rem;
  }
}
@-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: -12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #31827d;
  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) 3rem;
  font-weight: 800;
  text-decoration: none;
  font-size: clamp(1.6rem, -0.4vw + 1.824rem, 1.4rem);
}
.lp_nav .nav_link.is_active {
  color: #7e543a;
}
.lp_nav .nav_footer_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 2.4rem;
  margin-bottom: 2rem;
}
@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;
  font-size: 2rem;
  text-decoration: none;
  border-radius: 1.6rem;
  border: 1px solid #31827d;
  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-color: #333;
  border: 1px solid #31827d;
  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.3rem;
  background-color: #fff;
  transition: 0.2s ease-in-out;
  z-index: 10;
}
.lp_menu span:nth-of-type(1) {
  top: 1.8rem;
}
.lp_menu span:nth-of-type(2) {
  top: 2.4rem;
}
.lp_menu span:nth-of-type(3) {
  top: 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-color: #31827d;
  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: #333;
  border: 1px solid #31827d;
  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 {
  margin: 0 auto;
  margin-top: max(-62.4vw, -44rem);
  opacity: 0;
  -webkit-animation: fv_title 0.4s ease-in-out forwards 0.4s;
  animation: fv_title 0.4s ease-in-out forwards 0.4s;
  width: 92%;
}
@media screen and (min-width: 1100px) {
  .fv_title {
    margin-top: 0;
    position: fixed;
    top: 1.6rem;
    left: calc(50% - 540px + 5rem);
    width: 35rem;
  }
}
@-webkit-keyframes fv_title {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fv_title {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.lp_main .about {
  margin-top: 2.4rem;
}
@media screen and (min-width: 1100px) {
  .lp_main .about {
    width: 560px;
  }
}
.about .btn_main a {
  font-weight: 500;
  position: relative;
}
.about .btn_main a span {
  color: #31827d;
  background: #fff;
  padding: 4px 10px;
  border-radius: 15px;
}
.about .btn_main a::after {
  content: '';
  width: 6px;
  height: 11px;
  background: url(../img/arrow.svg) no-repeat center center/cover;
  right: 20px;
  top: 22px;
  position: absolute;
}
.access_map {
  aspect-ratio: 326/245;
}
.access_map iframe {
  width: 100%;
  height: 100%;
}
.bonus_area .list_indent {
  margin-top: 3.2rem;
  padding-top: 3.2rem;
  border-top: 1px solid rgba(49, 130, 125, 0.2);
}
.bonus .btn_main {
  margin-top: 2.4rem;
}
.regulation_area .list_indent {
  margin-top: 3.2rem;
  padding-top: 3.2rem;
  border-top: 1px solid rgba(49, 130, 125, 0.2);
}
.regulation .btn-brand {
  color: #31827d !important;
}
.regulation .btn_main {
  margin-top: 2.4rem;
}
.regulation .reservation-table {
  border-collapse: collapse;
  background-color: #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
.regulation .table-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #626262;
  color: #fff;
  text-align: center;
  margin-left: 70px;
  border-radius: 6px 6px 0 0;
}
.regulation .header-item {
  padding: 15px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1em;
}
.regulation .header-item span {
  font-size: 1.5em;
}
.regulation .header-item:last-child {
  border-right: none;
}
.regulation .table-row {
  display: grid;
  grid-template-columns: 70px 1fr 1fr;
  border-right: 2px solid #e0e0e0;
}
.regulation .table-row:last-child {
  border-bottom: none;
}
.regulation .table-row .date {
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 0.9em;
  border: 1px solid #e0e0e0;
}
.regulation .table-row .cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #e0e0e0;
  background: #fff;
}
.regulation .table-row .cell:last-child {
  border-right: none;
}
.regulation .table-row .cell.reserved p {
  margin: 0 0 2px 0;
  font-size: 1em;
  color: #333;
}
.regulation .table-row .cell.reserved button {
  background-color: #31827d;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.2;
}
.regulation .table-row .cell.reserved button:hover {
  background-color: #31827d;
}
.regulation .table-row .cell.reserved .zaiko-ticket {
  height: 220px;
  overflow: hidden;
}
@media screen and (min-width: 561px) {
  .regulation .table-row .cell.reserved .zaiko-ticket {
    height: 240px !important;
    overflow: hidden;
  }
}
.regulation .table-row .cell.numbered_ticket {
  color: #333;
  font-size: 1em;
  background-color: #efefef;
}
.regulation .table-row .cell.sold-out p {
  margin: 0 0 2px 0;
  font-size: 1em;
  color: #333;
}
.regulation .table-row .cell.sold-out button {
  background-color: #919191;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 1em;
  pointer-events: none;
} /*# sourceMappingURL=lp.min.css.map */
