﻿@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");



html {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}

.br-sp {
    display: none;
}

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

.comingsoon {
  font-size: 24px;
  font-weight: 700;
  color: #D81C66;
  align-content: center;
  text-align: center;
  height: 248px;
}

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

.news-main {
  margin: 0;
  width: 100%;
  font-size: 16px;
}


.news-date {
  color: #888;
  display: flex;
  height: 100%;
  margin-bottom: 5px;
}

@media screen and (width <= 768px) {
  .news-date {
    font-size: 16px;
    margin-left: 20px;
  }
}

@media screen and (width > 768px) {
  .news-date {
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }
}

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

.news-item.open .accordion-content {
  max-height: 600px;
  padding: 10px;
  width: 100%;
  max-width: 710px;
  box-sizing: border-box;
  font-weight: 400;
  position: relative;
  left:-130px;
}
    
@media screen and (max-width: 768px) {

  .news-item.open .accordion-content {
      max-height: 600px;
      padding: 10px;
      width: 100%;
      max-width: 710px;
      box-sizing: border-box;
      font-weight: 400;
      position: relative;
      width: 300px;
      overflow: hidden;
  }

}

@media screen and (width >= 768px) {
  img.dp {
    width: auto;
    height: 92px;
    display: block;
    margin: 0 auto;
    margin-bottom: 32px;
  }
}
@media screen and (width < 768px) {
  img.dp {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 32px;
  }
}


.notice-box {
  margin: 24px 0;
  border-radius: 8px;
}

.notice-list {
  margin-top: 16px;
}

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

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

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

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

  .ticket-dl {
    display: flex;
  }

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

  .ticket-title-bold {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
  }
  .ticket-title {
    font-size: 24px;
    text-align: right;
    padding-right: 0;
    margin-bottom: 16px;
  }
  .ticket-tax {
    font-size: 14px;
    padding-top: 5px;
  }
  .ticket-main {
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 16px;
    line-height: 180%;
  }

}

@media screen and (width > 768px) {

  .ticket-title-bold {
    width: 80%;
    font-size: 24px;
    font-weight: bold;
  }
  .ticket-title {
    font-size: 24px;
    text-align: right;
    padding-right: 0;
    margin-bottom: 16px;
  }
  .ticket-tax {
    font-size: 14px;
    padding-top: 5px;
  }
  .ticket-main {
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 16px;
    line-height: 180%;
  }

}

.ticket-btn2 {
  position: relative;
  overflow: hidden;
  width: 448px;
  margin: 64px auto 0;
  border-radius: 130px;
  background: #DDDDDD;
}

.ticket-btn2 a {
  pointer-events: none;
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 46px;
  transition: color 0.3s;
}

.ticket-btn2 a::after {
  position: absolute;
  top: 54%;
  right: 20px;
  width: 30px;
  height: 30px;
  content: "";
  transition: background 0.4s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/arrow_r.png") no-repeat;
  background-size: contain;
  
  
}
@media (hover: hover) {
  
}

li {
  list-style: none;
}

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

img {
  width: 100%;
}


#news .news-main {
    font-size: 20px;
    font-weight: 400;
    padding-left: 46px;
}

#news .news-item {
    position: relative;
    border: 2px solid var(--red);
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    padding: 32px 48px;
    display: grid;
    border-radius: 20px;
    grid-template-columns: 124px auto;
}


ul li {
    margin-left: 0.5em;
    margin-right: 0.5em;
    list-style-position: outside;
    font-size: 12px;
}

@media screen and (width <= 768px) {
  #news .news-item {
      position: relative;
      border: 2px solid var(--red);
      background: #fff;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
      padding: 12px 18px;
      display: grid;
      border-radius: 20px;
      grid-template-columns: 124px auto;
      font-weight: 600;
  }
  #news .news-main {
      font-size: 20px;
      font-weight: 400;
      padding-left: 16px;
      padding-right: 16px;
      padding-bottom: 32px;
  }
}



#news .news-list {
    display: flex
;
    flex-direction: column;
    gap: 20px;
}

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

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


.ticket-btn {
    height: 70px;
    border-radius: 5px;
    margin: 20px auto;
  }
  .ticket-btn:first-child {
    margin-top: 40px;
  }
  .ticket-btn a {
    font-size: 1.5rem;
    padding-top: 25px;
  }
  .ticket-btn a.line2 {
    padding-top: 15px;
  }
  .ticket-btn a.line3 {
    padding-top: 2px;
  }
  .ticket-btn a.line2 span {
    font-size: 14px;
  }
  .ticket-btn a.line3 span {
    font-size: 14px;
  }
  .ticket-btn a::after {
    right: 8px;
    width: 20px;
    height: 20px;
  }
  
    .ticket-btn2 {
    font-size: 24px;
    width: 295px;
    border-radius: 90px;
    margin: 20px auto;
  }
  .ticket-btn2:first-child {
    margin-top: 24px;
  }
  .ticket-btn2 a {
    font-size: 18px;
  }
  .ticket-btn2 a.line2 {
    padding-top: 15px;
  }
  .ticket-btn2 a.line3 {
    padding-top: 2px;
  }
  .ticket-btn2 a.line2 span {
    font-size: 14px;
  }
  .ticket-btn2 a.line3 span {
    font-size: 14px;
  }
  .ticket-btn2 a::after {
    right: 36px;
    width: 20px;
    height: 30px;
  }
  
    .ticket-btn3 {
    height: 70px;
    border-radius: 5px;
    margin: 20px auto;
  }
  .ticket-btn3:first-child {
    margin-top: 40px;
  }
  .ticket-btn3 a {
    font-size: 18px;
    padding-top: 2px;
  }
  .ticket-btn3 a.line2 {
    padding-top: 15px;
  }
  .ticket-btn3 a.line3 {
    padding-top: 2px;
  }
  .ticket-btn3 a.line2 span {
    font-size: 14px;
  }
  .ticket-btn3 a.line3 span {
    font-size: 14px;
  }
  .ticket-btn3 a::after {
    right: 8px;
    width: 20px;
    height: 20px;
  }


}





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

.section5 {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/bg4.jpg);
    padding-top: 32px;
}

.parallax-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.parallax-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: blur(8px);
    opacity: 0.2;
    z-index: -1;
}

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


.btn {
    width: 393px;
    margin: 0px auto 0px;
}

.btn a {
    display: block;
    border-radius: 90px;
    transition: background .3s ease;
    background: linear-gradient(to left, #D81C66 50%, #fff 50%);
    background-size: 200% auto;
    background-position: right top;
    height: 112px;
    color: #fff;
    border: #fff 11px solid;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    padding: .5em;
    padding-top: 28px;
}
.btn a::after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 30px;
  content: "";
  transition: background 0.4s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/arrow_r.png") no-repeat;
  background-size: contain;
  
}


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;
    border-radius: 100vmax;
    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;
    border-radius: 100vmax;
    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;
  }
  


.section5 {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/bg4.jpg);
    padding-top: 52px;
}

.parallax-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.parallax-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: blur(8px);
    opacity: 0.2;
    z-index: -1;
}

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

.btn {
    width: 90%;
    height: 112px;
    margin: 0px auto 0px;
}

.btn a {
    display: block;
    height: 112px;
    border-radius: 200px;
    transition: background .3s ease;
    background: linear-gradient(to left, #D81C66 50%, #fff 50%);
    background-size: 200% auto;
    background-position: right top;
    color: #fff;
    border: #fff 11px solid;
    text-align: center;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
    padding-top: 30px;
}

.btn a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  content: "";
  transition: background 0.4s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/arrow_r.png") no-repeat;
  background-size: contain;
  
}

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: 60px;
    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;
  }
}
.bl_footer {
  background: #ffffff;
}
@media screen and (width >= 768px) {
  .bl_footer {
    padding-block: 39px 41px;
    margin-top: 199px;
    position: relative;
    z-index:1;
  }
}
@media screen and (width < 768px) {
  .bl_footer {
    padding-block: 20px;
    margin-top: 100px;
    position: relative;
    z-index:1;
  }
}
.bl_footer_copyright {
  font-weight: 400;
  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;
}
.ly_inner {
  margin-inline: auto;
}
@media screen and (width > 768px) {
  .ly_inner {
    max-width: 800px;
    padding-inline: min(5.0100200401%, 32px);
    padding-top: 16px;
    padding-bottom: 32px;
  }
}
@media screen and (width <= 768px) {
  .ly_inner {
    max-width: 800px;
    padding-inline: min(5.0100200401%, 32px);
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.un_index::before, .un_index::after {
  content: "";
  display: block;
  inset: 0;
}
.un_index::before {
  position: fixed;
  background: url("../img/bg.png") no-repeat center center/cover;
}
.un_index::after {
  position: absolute;
  width: 100%;
}
.un_index_kv {
  position: relative;
  z-index: 1;
}
@media screen and (width >= 768px) {
  .un_index_kv {
    margin-bottom: 143px;
  }
}
@media screen and (width < 768px) {
  .un_index_kv {
    aspect-ratio: 390/393;
    margin-bottom: 100px;
  }
}
.un_index_kv_charactors {
  translate: 0 0;
}
@media screen and (width >= 768px) {
  .un_index_kv_charactors {
    position: relative;
    top: max(-1.5625%, -20px);
    width: 51.4%;
    margin-inline: auto;
  }
}
@media screen and (width < 768px) {
  .un_index_kv_charactors {
    height:116%;
    width: 100%;
  }
}
/* 変更前
.un_index_kv_logoWrapper {
  position: sticky;
  inset: 0;
}
*/
.un_index_kv_logoWrapper {
  position: relative; /* ← relativeに変更 */
}

/* 変更前
.un_index_kv_logo {
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
*/
.un_index_kv_logo {
  position: absolute;
  bottom: 0;                /* 下端に配置 */
  left: 50%;
  transform: translateX(-50%); /* 中央寄せ */
}
@media screen and (width >= 768px) {
  .un_index_kv_logo {
    bottom: 3.75vh;
    width: 45%;
    max-width: 806.4px;
  }
}
@media screen and (width < 768px) {
  .un_index_kv_logo {
    bottom: 2.5vh;
    width: 89.7435897436%;
  }
}
.un_index_section {
  position: relative;
  padding-inline: 20px;
}
.un_index_section_inner {
  position: relative;
  background: rgba(255, 255, 255, 1.0);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 20px;
}



@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);
  }
}
.un_index_section_title {
  margin: auto;
}

.un_index_section_contents {
  align-items: center;
}

.un_index_section_inner .un_index_section_title {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
.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;
  }
}
@media screen and (width >= 768px) {
  .un_index_highlight {
    margin-bottom: 120px;
  }
}
@media screen and (width < 768px) {
  .un_index_highlight {
    margin-bottom: 50px;
  }
}
@media screen and (width >= 768px) {
  .un_index_highlight_inner {
    padding-inline: min(6.9%, 0px);
  }
}
.un_index_highlight_text {
  font-weight: bold;
}
@media screen and (width >= 768px) {
  .un_index_highlight_text {
    font-size: 20px;
    line-height: 2.2;
    letter-spacing: 0.048em;
  }
}
@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 {
    padding-top: 80px;
    margin-bottom: 170px;
  }
}
@media screen and (width < 768px) {
  .un_index_about {
    padding-top: 50px;
    margin-bottom: 80px;
  }
}



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

.un_index_about_table_block_summary {
  display: flex;
  /*flex-wrap: wrap;*/
  width: 100%;
}


@media screen and (width >= 768px) {
    padding-inline: 8.5714285714%;
  .un_index_about_table {
    margin-top: -20px;
  }
}

@media screen and (width >= 768px) {
  .un_index_about_table_block {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    padding-block: 30px;
  }
  
  .un_index_about_table_block_ticket {
    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 {
    flex-direction: column;
    row-gap: 10px;
    font-size: 14px;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .un_index_about_table_block_ticket {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    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: solid 1px #dddddd;
}

.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) {
  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;
  }
}
@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: 80px;
    margin-bottom: 30px;
  }
}
@media screen and (width < 768px) {
  .un_index_goods {
    padding-top: 50px;
    margin-bottom: 60px;
  }
}

/* 0930追加 */
/* Lコードのテキストだけ中央寄せ */

.un_index_about_table_block_ticket_link h3
{
  text-align: center;
  margin-top: 16px;   /* ボタンとの余白。不要なら削除 */
  font-weight: 700;   /* 太字にしたい場合 */
}

/* 0930 チケット表記の統一（見出し→改行→「2,000円 (税込み)」） */
.un_index_about_table_block {
  display: flex;
  flex-direction: column;   /* 見出しと価格行を縦並び */
  align-items: flex-start;  /* 左寄せ */
  gap: 4px;                 /* 見出しと価格の間隔はお好みで */
}

.un_index_about_table_block_ticket {
  display: flex;
  flex-direction: row;      /* 2,000円 と (税込み) は横並び */
  align-items: baseline;    /* ベースラインを揃えてきれいに */
  gap: 0.25em;              /* 半角1文字ぶんの余白 */
}

.ticket-title,
.ticket-tax {
  text-align: left;
  margin: 0;                /* 余計なマージンをリセット */
}

/* 0930 ニュースセクションのレイアウトを元に戻す */
#news .un_index_about_table_block {
  display: flex;     /* flexを有効化 */
  gap: 0;            /* チケット用に設定したギャップを打ち消し */
}

@media screen and (width > 768px) {
  /* PCでは横並び（日付左、本文右） */
  #news .un_index_about_table_block {
    flex-direction: row;
    align-items: center; /* 縦位置を中央揃え */
  }
}

@media screen and (width <= 768px) {
  /* SPでは縦並び */
  #news .un_index_about_table_block {
    flex-direction: column;
  }
}

/* モーダルのデフォルト状態は非表示 */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.9);
  align-items: center;   /* flex 用だが display: flex になるまで無効 */
  justify-content: center;
}

/* モーダル表示用のクラス */
.modal.active {
  display: flex;        /* ここで初めて flex にして中央寄せ */
}

/* 拡大画像の縦横比を保つ */
.modal-content {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
}