﻿@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Vidaloka&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&family=Zen+Old+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vidaloka&family=Zen+Kaku+Gothic+New&family=Zen+Old+Mincho&display=swap');

:root {
  --color_bg_brown: #F8F0DD;
  --color_white: #FFFFFF;
  --color_bg_lightbrown: #FFFAEF;
  --color_text_black: #323232;
  --color_text_darkbrown: #191200;
  --color_text_lightbrown: #9D7000;
  --color_black: #000000;
  --color_orange: #FF8800;
  --color_text_border: #CCCCCC;
}
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.dosis-uniquifier {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-style: Medium;
}


html {
  font-family: "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

.main_black {
  background-color: rgba(0, 0,0, 0.8);
}

.br-sp {
    display: none;
}
@media screen and (width < 768px) {
  .br-sp {
    display: block; /* スマホのみ改行 */
  }
}


.un_index_kv {
  position: relative;
  z-index: 1;
}
.un_index_kv_charactors {
  translate: 0 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
.un_index_kv_logoWrapper {
  position: sticky;
  inset: 0;
}
.un_index_kv_logo {
  position: absolute;
  left: 50%;
  translate: -50% 0;
}


@media screen and (width >= 768px) {
  .un_index_kv {
    margin-bottom: 300px;
  }
  .un_index_kv_charactors {
    position: relative;
    top: max(-1.5625%, -20px);
    width: 51.4%;
    margin-inline: auto;
  }
  .un_index_kv_logo {
    bottom: -20vh;
  }
}

@media screen and (width < 768px) {
  .un_index_kv {
    margin-bottom: 150px;
    }
  .un_index_kv_logo {
    bottom: -6vh;
    width: 89.7435897436%;
  }
}

.un_index_section {
  position: relative;
  padding: 32px 0px;
  z-index: 900;
}
.un_index_section_inner {
  background: rgba(255, 255, 255, 1.0);
  box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 20%);
}
@media screen and (width < 768px) {
  .un_index_section {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.un_index_section_title_jp {
  text-align: center;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: var(--color_black);
  padding-bottom: 40px;
}

.un_index_section_title_en {
  text-align: center;
  font-family: "Dosis", sans-serif;
  font-size: 64px;
  font-weight: normal;
  color: var(--color_black);
  text-decoration:underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}

.un_index_section_title_jp2 {
  text-align: center;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: var(--color_orange);
  padding-bottom: 40px;
}

.un_index_section_title_en2 {
  text-align: center;
  font-family: "Dosis", sans-serif;
  font-size: 64px;
  font-weight: normal;
  color: var(--color_orange);
  text-decoration:underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}

.un_index_section_inner .un_index_section_title {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}

.un_index_section_contents_highlight {
  border: none;
  /* margin-left: 16px;
  margin-right: 16px; */
}
.un_index_section_text.un_index_section_text__comingSoon {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (width >= 768px) {
  .un_index_section_text.un_index_section_text__comingSoon {
    font-size: 30px;
  }
}
@media screen and (width < 768px) {
  .un_index_section_text.un_index_section_text__comingSoon {
    font-size: 24px;
  }
}

.comingsoon {
  color: var(--color_text_black);
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: normal;
  align-content: center;
  text-align: center;
  height: 248px;
}

.js_menuClose {
  text-decoration:none;
  font-size: 20px
}

@media screen and (width < 768px) {
  .header_img {
    width: 70%;
  }
}

@media screen and (width >= 768px) {
  .header_img {
    width: 100%;
  }
}


.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 10px;
}

.about_place {
  font-size: 24px;
  font-weight: bold;
  margin-top: 32px;
}
@media screen and (width < 768px) {
  .about_place {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media screen and (width >= 768px) {
  img.dp {
    object-fit: none;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
  }
}
@media screen and (width < 768px) {
  img.dp {
    object-fit: none;
    width: auto;
    height: auto;
    display: auto;
    margin: 0 auto;
    margin-bottom: 5px;
  }
}

.title_icon_area {
  width: 210px;
  height: 20px;
  display: flex;
  margin: auto;
}

.title_border {
  border-bottom: solid 1px #fff;
  width: 88px;
  margin-bottom: 10px;
}

.notice-list {
  margin-bottom: 8px;
}

.notice-list li {
  position: relative;
  font-size: 14px;
  line-height: 2.0;
  text-indent: -1em; /*ここで字下げ。今回は一文字分なので1em*/
  margin-left: 30px;
  margin-right: 16px;
}

.notice-list li::before {
  content: "・";
  left: 0;
  top: 0;
  font-size: 14px;
}

.ticket-notice-list {
  margin-bottom: 8px;
}
.ticket-notice-list li {
  position: relative;
  font-size: 16px;
  line-height: 2.0;
  text-indent: -1em; /*ここで字下げ。今回は一文字分なので1em*/
  margin-right: 16px;
  margin-left: 16px;
}

.ticket-notice-list li::before {
  content: "・";
  left: 0;
  top: 0;
  font-size: 14px;
}

.tickets_contents {
  margin-left: 32px;
  margin-right: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}

@media screen and (width <= 768px) {

  .ticket-notice-list li {
    padding-right: 0px;
  }
  .tickets_contents {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.tickets_contents:last-of-type {
  margin-bottom: 32px;
}

.tickets_contents:not(:last-of-type) {
  border-bottom: dashed 1px #DCA33E;
}

.ticket-value {
  display: flex;
  justify-content: space-between;
}
@media screen and (width <= 768px) {
  .ticket-value {
    display: inline;
  }
}



.ticket-title-bold {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.ticket-tax {
  font-size: 14px;
  padding-top: 5px;
}

.ticket-title {
  font-size: 24px;
  margin-bottom: 16px;
  text-align: right;
}

.ticket-code {
  font-size: 24px;
  text-align: center;
  margin-top: 8px;
}

@media screen and (width <= 768px) {

  .ticket-main {
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 16px;
    line-height: 180%;
  }

  .ticket-notice {
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 16px;
    line-height: 180%;
  }
}

@media screen and (width > 768px) {

  .ticket-main {
    font-size: 16px;
    margin-left: 16px;
    padding-right: 16px;
    margin-bottom: 16px;
    line-height: 180%;
  }

  .ticket-notice {
    font-size: 16px;
    padding-left: 16px;
    margin-bottom: 16px;
    line-height: 180%;
  }
}

.ticket-btn2 {
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 80px;
  margin: 64px auto 0;
  background: var(--color_black);
  color: var(--color_black);
  display: block;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  opacity: 1.0;
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
}

.ticket-btn2:disabled {
  opacity: 1.0;
  background: #DDD;
  color: #fff;
}

.ticket-btn2:hover {
  opacity: 0.7;
  background: #010101;
}

@media screen and (width <= 768px) {
  .ticket-btn2 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
  }
}

@media (hover: hover) {
  
}

li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
}

img {
  width: 100%;
}

ul li {
    list-style-position: outside;
    font-size: 12px;
}

#main .section-wrap {
    padding: var(--headerHeight) var(--px) var(--py);
    margin-top: calc(-1 * var(--headerHeight));
}


.btn {
  display: block;
  width: 400px;
  height: 80px;
  color: var(--color_white);
  font-size: 24px;
  font-weight: 700;
  background: var(--color_black);
  margin: 0px auto 0px;
  position: relative;
  opacity: 1.0;
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
}

.btn:disabled {
  opacity: 1.0;
  background: #DDD;
  color: #fff;
}

.btn:hover {
  opacity: 0.7;
  background: #010101;
}

@media screen and (width >= 768px) {



.move-top.mv {
    transform: translateY(0px);
}



a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: .25em;
    text-decoration-thickness: 1px;
}

  .pcInline {
    display: inline;
  }
  .pcBlock {
    display: block;
  }
  .pcFlex {
    display: flex;
  }
}

@media screen and (width < 768px) {
  .pcInline, .pcBlock, .pcFlex {
    display: none;
  }
}

@media screen and (width >= 768px) {
  .spInline, .spBlock, .spFlex {
    display: none;
  }
}
@media screen and (width < 768px) {
  .spInline {
    display: inline;
  }
  .spBlock {
    display: block;
  }
  .spFlex {
    display: flex;
  }
}

@media screen and (width >= 768px) {
  .el_menuBtn {
    display: none;
  }
}
@media screen and (width < 768px) {
  .el_menuBtn {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    aspect-ratio: 1/1;
    height: 100%;
    background: none;
    border: none;
  }
  .el_menuBtn_border {
    display: block;
    position: relative;
    color: black;
    width: 36px;
    height: 34px;
  }
  .el_menuBtn_border::before, .el_menuBtn_border::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: inherit;
    height: 2px;
    background: currentColor;
    translate: -50% 0;
  }
  .el_menuBtn_border::before {
    top: 0;
    transition: top 0.3s, translate 0.3s, rotate 0.3s;
  }
  .el_menuBtn_border::after {
    bottom: 0;
    transition: bottom 0.3s, translate 0.3s, rotate 0.3s;
  }
  .el_menuBtn_border_text {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    text-indent: 100%;
    white-space: nowrap;
    background: currentColor;
    translate: 0 -50%;
    transition: background 0.3s;
  }
  .el_menuBtn.is_open .el_menuBtn_border::before {
    top: 50%;
    translate: -50% calc(100% - 1px);
    rotate: 45deg;
  }
  .el_menuBtn.is_open .el_menuBtn_border::after {
    bottom: 50%;
    translate: -50% calc(100% + 1px);
    rotate: -45deg;
  }
  .el_menuBtn.is_open .el_menuBtn_border .el_menuBtn_border_text {
    background: transparent;
  }
}
.el_pageTitle {
  width: 100%;
}

.bl_header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}
.bl_header::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 1.0);
}
.bl_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (width >= 768px) {
  .bl_header_inner {
    -moz-column-gap: 30px;
    column-gap: 30px;
    height: 80px;
    padding: 8px 40px;
  }
}
@media screen and (width < 768px) {
  .bl_header_inner {
    -moz-column-gap: 20px;
    column-gap: 20px;
    height: 80px;
    padding: 6.5px 10px;
  }

.move-top.mv {
    opacity: 1;
    transform: translateY(0px);
}

.btn {
    width: 96%;
}

a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: .25em;
    text-decoration-thickness: 1px;
}
}
.bl_header_logo {
  position: relative;
  z-index: 1;
}
@media screen and (width >= 768px) {
  .bl_header_logo {
    width: 116px;
  }
}
@media screen and (width < 768px) {
  .bl_header_logo {
    margin-top: 6px;
    width: 166px;
  }
}
@media screen and (width >= 768px) {
  .bl_globalNav {
    position: relative;
  }
}
@media screen and (width < 768px) {
  .bl_globalNav {
    overflow: hidden;
    position: absolute;
    inset: 0;
    left: 100%;
    height: 100vh;
    padding-top: 90px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.25));
    transition: left 0.3s;
  }
  .bl_globalNav.is_open {
    left: 0;
  }
}
.bl_globalNav_list {
  display: flex;
}
@media screen and (width >= 768px) {
  .bl_globalNav_list {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (width < 768px) {
  .bl_globalNav_list {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
  }
}
@media screen and (width < 768px) {
  .bl_globalNav_list li {
    width: 89.7435897436%;
  }
}
.bl_globalNav_list li a {
  display: block;
  color: black;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (width >= 768px) {
  .bl_globalNav_list li a {
    font-size: 18px;
    line-height: 1;
    transition: opacity 0.3s;
  }
  .bl_globalNav_list li a:hover {
    opacity: 0.7;
  }
}
@media screen and (width < 768px) {
  .bl_globalNav_list li a {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (width >= 768px) {
  .bl_footer {
    padding-block: 39px 41px;
    position: relative;
    z-index:1;
  }
}
@media screen and (width < 768px) {
  .bl_footer {
    padding-block: 20px;
    position: relative;
    z-index:1;
  }
}
.bl_footer_copyright {
  font-size: 14px;
  color: var(--color_white);
  letter-spacing: 0.05em;
  text-align: center;
}
.bl_footer_copyright small {
  font-size: 14px;
}

.ly_wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}
.ly_container {
  flex: 1;
  align-content: center;
}
.ly_inner {
  margin-inline: auto;
}
@media screen and (width > 768px) {
  .ly_inner {
    max-width: 800px;
    padding-top: 16px;
    padding-bottom: 32px;
  }
}
@media screen and (width <= 768px) {
  .ly_inner {
    max-width: 800px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.un_index::before, .un_index::after {
  content: "";
  display: block;
  inset: 0;
}
.un_index::after {
  position: absolute;
  width: 100%;
}

/* 背景を固定したい要素 */
.bg-fixed {
  position: relative;
  z-index: -1;
}

/* 擬似要素に背景画像を設定して画面全体に固定 */
.bg-fixed::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('../img/bg.jpg');
  background-size: cover;
  background-position: center;
  z-index: -1; /* コンテンツの背後に配置 */
  pointer-events: none; /* タップイベントを邪魔しないようにする */
}

@media screen and (width >= 768px) {
  .un_index_section_inner:has(.un_index_section_title) {
    padding-block: min(9.921875vw, 32px) min(3.90625vw, 50px);
  }
}
@media screen and (width < 768px) {
  .un_index_section_inner:has(.un_index_section_title) {
    padding: min(17.1794871795vw, 32px) 0 min(7.6923076923vw, 30px);
  }
}
@media screen and (width >= 768px) {
  .un_index_section_inner.un_index_section_inner__comingSoon {
    padding-bottom: min(8.59375vw, 110px);
  }
}
@media screen and (width < 768px) {
  .un_index_section_inner.un_index_section_inner__comingSoon {
    padding-bottom: min(15.3846153846vw, 60px);
  }
}


@media screen and (width >= 768px) {
  .un_index_highlight_inner {
    padding-inline: min(6.9%, 0px);
  }
}
.un_index_highlight_text {
  font-weight: bold;
  color: #fff;
}
@media screen and (width >= 768px) {
  .un_index_highlight_text {
    font-size: 20px;
    line-height: 2.2;
    letter-spacing: 0em;
  }
}
@media screen and (width < 768px) {
  .un_index_highlight_text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}




@media screen and (width < 768px) {
  .un_index_about_table {
    margin-top: -10px;
  }
    .un_index_ticket_table {
    margin-top: -10px;
  }
}
.un_index_about_table_block {
  display: flex;
  width: 100%;
}

.un_index_about_table_block_summary {
  display: flex;
  width: 100%;
}


@media screen and (width >= 768px) {
  .un_index_about_table {
    display: flex;
    flex-wrap: wrap;
    padding-left: 32px;
    padding-right: 32px;
    margin-top: -20px;
  }
  .un_index_ticket_table {
    display: flex;
    flex-wrap: wrap;
    padding-right: 32px;
    margin-top: -20px;
  }
}

@media screen and (width >= 768px) {
  .un_index_about_table_block {
    flex-wrap: wrap;
    font-size: 18px;
    padding-block: 30px;
  }
  
  .un_index_ticket_table_block {
    display: flex;
    flex-direction: row;
    padding-right: 0;
    font-size: 18px;
  }
  
  .un_index_about_table_block_ticket_link {
    margin: 0;
    font-size: 18px;
  }

}

@media screen and (width < 768px) {
  .un_index_about_table_block {
    width: auto;
    flex-direction: column;
    row-gap: 10px;
    font-size: 14px;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-left: 16px;
    margin-right: 16px;
  }
  
  .un_index_about_table_block_ticket {
    font-size: 14px;
  }
  
  .un_index_about_table_block_ticket_link {
    flex-direction: column;
    row-gap: 10px;
    font-size: 14px;
    padding-block: 20px;
  }
}

.un_index_about_table_block:last-of-type {
  padding-bottom: 0;
}

.un_index_about_table_block:not(:last-of-type) {
  border-bottom: dashed 1px #DCA33E;
}

.un_index_about_table_title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (width >= 768px) {
  .un_index_about_table_title {
    font-size: 20px;
    font-weight: 400;
    width: 28%;
    padding-top: 0.4em;
  }
}
@media screen and (width < 768px) {
  .un_index_about_table_title {
    width: 100%;
  }
}

@media screen and (width >= 768px) {
  .un_index_about_table_data {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-top: 5px;
    width: 72%;
  }
}
@media screen and (width < 768px) {
  .un_index_about_table_data {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    width: 80%;
  }
}

@media screen and (width < 768px) {
  .un_index_about_table_data {
    width: 100%;
  }
}

.un_index_about_table_data.un_index_about_table_data__wFull {
  width: 100%;
}
.un_index_about_table_data_map {
  width: 100%;
}
@media screen and (width >= 768px) {
  .un_index_about_table_data_map {
    aspect-ratio: 898/400;
    margin-top: 45px;
  }
}
@media screen and (width < 768px) {
  .un_index_about_table_data_map {
    aspect-ratio: 290/200;
    margin-top: 10px;
  }
}

.img_ticketbenefit {
  display: block;
  width: 600px;
  margin: auto;
}

@media screen and (width < 768px) {
  .img_ticketbenefit {
    width: 100%;
  }
}

@media screen and (width >= 768px) {
  .un_index_price {
    padding-top: 80px;
    margin-bottom: 230px;
  }
}
@media screen and (width < 768px) {
  .un_index_price {
    padding-top: 50px;
    margin-bottom: 110px;
  }
}
@media screen and (width < 768px) {
  .un_index_goods {
    padding-top: 50px;
    margin-bottom: 60px;
  }
}
