@charset "UTF-8";
/* ------------------------------
 * color
 * ------------------------------ */
/* ------------------------------
 * font family
 * ------------------------------ */
/* -----------------------------
common reset
------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  list-style-type: none;
}

body {
  font-size: 16px;
  font-weight: normal;
  font-family: YakuHanJP, "M PLUS 1", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.8px;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 4.103vw;
  }
}
body.fixed {
  position: fixed;
}

img {
  vertical-align: bottom;
}

a img {
  border: none;
}

a:hover img {
  border: none;
}

a {
  color: #2b2b2b;
  transition: 0.3s;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

a:hover {
  color: #2b2b2b;
  text-decoration: none;
  opacity: 0.7;
}

ul,
ol,
dl {
  list-style-position: outside;
}

li,
dt,
dd {
  font-size: 16px;
}

button {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  body {
    font-size: 14px;
    font-family: "M PLUS 1", sans-serif;
    color: #333;
  }
  li,
  dt,
  dd {
    font-size: inherit;
  }
}
em {
  font-style: normal;
}

/*------------------------------
module
------------------------------*/
.clearFix:after {
  content: "";
  display: block;
  clear: both;
}

.clearFix {
  zoom: 1;
}

.textL {
  text-align: left;
}

.textC {
  text-align: center;
}

.textR {
  text-align: right;
}

.ps_ab {
  position: absolute;
}

.flex {
  display: flex;
}

/* -----------------------------
layout
------------------------------*/
img {
  max-width: 100%;
  width: 100%;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.sp-inline {
  display: none !important;
}

.pc-inline {
  display: inline-block !important;
}

ul.inline li {
  display: inline-block;
  vertical-align: top;
}

body {
  box-sizing: border-box;
  margin: 0 auto;
}

.none {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-inline {
    display: inline-block !important;
  }
  .pc-inline {
    display: none !important;
  }
  body {
    min-width: 100%;
    width: 100%;
  }
}
.inner {
  margin: auto;
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  .inner {
    padding-right: 7.692vw;
    padding-left: 7.692vw;
    width: auto;
  }
}
/*----------------
  header
----------------*/
/*PCメニュー*/
#header {
  background: #333;
  display: flex;
  flex-flow: row wrap;
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #header {
    align-items: center;
    padding: 0 0 0 9.744vw;
  }
}
#header .spMenu {
  display: none;
}
#header .spMenu .wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100vw;
  height: 100vh;
  z-index: 500;
  border: 10px solid #FFF;
  background: #38B2B5;
}
#header .spMenu .close_menu {
  position: absolute;
  top: 6.923vw;
  right: 3.59vw;
}
#header .spMenu .inner {
  flex-direction: column;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 3.846vw 0;
}
#header .spMenu .inner a {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0 5.128vw;
  color: #FFF;
  font-size: 9.231vw;
  font-weight: 700;
  letter-spacing: 1.8px;
  background-color: #333;
}

#header .logo {
  margin-right: auto;
  z-index: 300;
}
#header .logo a {
  display: block;
  z-index: 300;
}
#header .logo a img {
  width: 140px;
  height: 30px;
}

#header #navi {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  list-style: none;
  height: 100%;
}

#header #navi li {
  margin: 0 15px;
  line-height: 100%;
}
#header #navi li.x {
  width: 27px;
}

#header #navi li a {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #header #navi li a {
    color: #000;
  }
}
/*PCメニュー*/
/*SPメニュー*/
@media only screen and (max-width: 767px) {
  #header .nav-box {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  #header .nav_twitter {
    z-index: 300;
    width: 7.333vw;
    margin-right: 5.641vw;
    cursor: pointer;
  }
  #header .nav_twitter img {
    width: auto;
  }
  #header .nav_Instagram {
    z-index: 300;
    width: 14.103vw;
    cursor: pointer;
  }
  #header .nav_Instagram img {
    width: auto;
  }
  #header .nav_btn {
    width: 14.103vw;
    z-index: 300;
    cursor: pointer;
  }
  .nav_bg {
    opacity: 0;
    transition: all 0.6s;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: #340d12;
    cursor: pointer;
    position: fixed;
  }
  /* 表示された時用のCSS */
  .nav_open #header #navi {
    right: 0;
    padding-top: 46.154vw;
  }
  .nav_open .nav_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav_open #header .nav_btn {
    transform: scale(-1, 1);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .menu {
    display: flex !important;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: 15.897vw;
    height: 15.897vw;
    background-color: #636363;
  }
  .menu img {
    width: 8.205vw;
    height: 2.564vw;
  }
}
/* -----------------------------
footer
------------------------------*/
footer {
  padding: 80px 0 55px 0;
  position: relative;
  background: #71CAD6;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 10.256vw;
  }
}
footer .pagetop {
  height: 72px;
  width: 68px;
  position: fixed;
  right: 0;
  top: 600px;
  background: #333;
  border: solid 2px #fff;
  border-right: solid 2px #333;
  border-radius: 50% 0 0 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
footer .sponsor {
  margin-bottom: 94px;
  display: flex;
  justify-content: center;
}
footer .sponsor div:nth-last-of-type(2) {
  margin: 0 25px;
}
@media only screen and (max-width: 767px) {
  footer .sponsor div:nth-last-of-type(2) {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .sponsor div:last-of-type {
    width: 100%;
    text-align: center;
    margin-top: 3.077vw;
  }
}
@media only screen and (max-width: 767px) {
  footer .sponsor {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 13.846vw;
  }
}
footer .sponsor img {
  width: 291px;
}
@media only screen and (max-width: 767px) {
  footer .sponsor img {
    width: 41.026vw;
  }
}
footer .sponsorship {
  padding: 94px 0 87px 0;
}
@media only screen and (max-width: 767px) {
  footer .sponsorship {
    padding: 28.205vw 0 44.359vw 0;
  }
}
footer .sponsorship ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .sponsorship ul li:first-child {
  max-width: 131px;
  margin-right: 63px;
}
@media only screen and (max-width: 767px) {
  footer .sponsorship ul li:first-child {
    width: 47.949vw;
  }
}
footer .sponsorship ul li:last-child {
  max-width: 106px;
}
@media only screen and (max-width: 767px) {
  footer .sponsorship ul li:last-child {
    width: 38.718vw;
  }
}
footer .logo {
  text-align: center;
  margin-bottom: 43px;
}
@media only screen and (max-width: 767px) {
  footer .logo {
    margin-bottom: 8.974vw;
  }
}
footer .logo img {
  width: 188px;
}
@media only screen and (max-width: 767px) {
  footer .logo img {
    width: 33.333vw;
  }
}
footer .link-box {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
footer .link-box p img {
  height: 45px;
  margin: 5px;
}
footer .footer-pagetop {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700;
}
footer .footer-pagetop a {
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 16px;
}
footer .footer-pagetop img {
  margin-left: 5px;
  width: 16px;
}
footer .footer-box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  footer .footer-box {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .footer-box ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  footer .footer-box ul {
    width: 100%;
    flex-wrap: wrap;
  }
}
footer .footer-box ul li {
  margin-right: 45px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  footer .footer-box ul li {
    text-align: center;
    margin-right: 0;
    margin-bottom: 6.154vw;
  }
}
footer .footer-box ul li a {
  font-weight: 700;
}
footer .footer-box ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  footer .footer-box ul li:last-child {
    width: 100%;
  }
}
footer .copyright {
  font-size: 12px;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    font-size: 3.077vw;
  }
}

/* ------------------------------ *
 * コンテンツ部分
 * ------------------------------ */
body {
  width: 100%;
}

.archive {
  background: var(--_bg, linear-gradient(90deg, #E3F1FA 0%, #DDECF8 30.5%, #E2E7F7 43.5%, #DFE7F7 58.5%, #D7DCF4 74.5%, #CDD1F2 100%)) !important;
}

.no_prepare {
  padding-top: 70px;
  line-height: 1;
  background: #71CAD6;
  width: 100%;
  /* フェードイン(初期値) */
  /* フェードイン(スクロールした後) */
}
@media only screen and (max-width: 767px) {
  .no_prepare {
    padding-top: 15.641vw;
  }
}
.no_prepare_ttl {
  max-width: 1000px;
  margin: auto;
  margin-top: 76px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .no_prepare_ttl {
    margin-top: 10vw;
    margin-bottom: 3.333vw;
  }
}
.no_prepare_subttl {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 357px;
  margin: auto;
  margin-bottom: 83px;
}
@media only screen and (max-width: 767px) {
  .no_prepare_subttl {
    padding-bottom: 4.103vw;
    font-size: 6.154vw;
    margin: auto;
    margin-top: 3.333vw;
    margin-bottom: 11.795vw;
    width: 56.41vw;
  }
}
.no_prepare_subttl:before, .no_prepare_subttl:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .no_prepare_subttl:before, .no_prepare_subttl:after {
    width: 12.821vw;
  }
}
.no_prepare_subttl:before {
  margin-right: 1rem;
}
.no_prepare_subttl:after {
  margin-left: 1rem;
}
.no_prepare .accordion-box {
  height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}
.no_prepare .accordion-box-inner {
  padding: 0 50px 30px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .accordion-box-inner {
    padding: 0 5.128vw 8.974vw 5.128vw;
  }
}
.no_prepare .accordion-box-inner:last-of-type {
  padding: 0 50px 50px 50px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .accordion-box-inner:last-of-type {
    padding: 0 5.128vw 10.256vw 5.128vw;
  }
}
.no_prepare .accordion-box-inner .border {
  border-top: dotted 2px #636363;
  padding-top: 28px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .accordion-box-inner .border {
    display: block;
  }
}
.no_prepare .accordion-box-inner .note {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .accordion-box-inner .note {
    margin-top: 0;
    margin-bottom: 10.256vw;
  }
}
.no_prepare .accordion-box-inner .note li {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 190%;
}
.no_prepare .accordion-box-inner .note li:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .no_prepare .accordion-box-inner .note li {
    font-size: 3.59vw;
    margin-bottom: 1.026vw;
  }
}
.no_prepare .js-accordion {
  position: relative;
  padding: 30px 50px;
  width: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .no_prepare .js-accordion {
    padding: 7.692vw 5.128vw;
  }
}
.no_prepare .js-accordion::before {
  content: "";
  width: 4px;
  height: 24px;
  background: #000;
  position: absolute;
  right: 42px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
@media only screen and (max-width: 767px) {
  .no_prepare .js-accordion::before {
    width: 1.026vw;
    height: 6.154vw;
    right: 7.692vw;
    top: 7.692vw;
    margin: 0;
  }
}
.no_prepare .js-accordion::after {
  content: "";
  width: 24px;
  height: 4px;
  background: #000;
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
@media only screen and (max-width: 767px) {
  .no_prepare .js-accordion::after {
    width: 6.154vw;
    height: 1.026vw;
    right: 5.128vw;
    top: 10vw;
    margin: 0;
  }
}
.no_prepare .js-accordion--close {
  display: none;
}
.no_prepare .is-none {
  position: relative;
  cursor: default !important;
}
.no_prepare .is-none::before {
  content: none !important;
}
.no_prepare .is-none::after {
  content: none !important;
}
.no_prepare .is-none .closetxt {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translate(0%, -50%);
  color: #A0A0A0;
  font-size: 14px;
  font-weight: 700;
  padding: 7.5px 28px;
  border: solid #A0A0A0 1px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .is-none .closetxt {
    position: relative;
    transform: none;
    top: auto;
    right: auto;
    margin-top: 3.077vw;
    font-size: 3.59vw;
    padding: 1.923vw 7.179vw;
    display: inline-block;
  }
}
.no_prepare .js-accordion.is-accordion--open::before {
  transform: rotate(90deg);
}
.no_prepare .js-accordion.is-accordion--open::after {
  transform: rotate(-180deg);
}
.no_prepare .js-accordion.is-accordion--open + .accordion-box {
  height: auto;
  opacity: 1;
}
.no_prepare .type01 {
  background-color: #DE7C35;
}
@media only screen and (max-width: 767px) {
  .no_prepare .type03 {
    font-size: 4.615vw;
  }
}
.no_prepare .js-fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}
.no_prepare .js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s;
}
.no_prepare .thankyou {
  margin-bottom: 90px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .no_prepare .thankyou {
    margin-bottom: 17.949vw;
  }
}
.no_prepare .thankyou img {
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .thankyou img {
    width: 89.744vw;
  }
}
.no_prepare .photogallery {
  padding-bottom: 77px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .photogallery {
    padding-bottom: 5.128vw;
  }
}
.no_prepare .photogallery .section_title {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .photogallery .section_title {
    margin-bottom: 5.128vw;
  }
}
.no_prepare .photogallery .section_title .title_inner {
  display: inline-block;
  margin-bottom: 4px;
  padding: 5px 20px;
  color: #FFF;
  font-family: "Albert Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 2.4px;
  background: var(--gray_333333, #333);
}
.no_prepare .photogallery .section_title .title_inner:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .no_prepare .photogallery .section_title .title_inner {
    width: auto;
    padding: 1.538vw 3.077vw;
    font-size: 9.231vw;
    text-align: center;
    letter-spacing: 0.462vw;
  }
}
.no_prepare .photogallery .inner {
  gap: 8px;
  flex-wrap: wrap;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .photogallery .inner {
    gap: 1.026vw;
    padding: 0 5.128vw;
  }
}
.no_prepare .photogallery .inner .thumb {
  width: calc((100% - 24px) / 4);
}
@media only screen and (max-width: 767px) {
  .no_prepare .photogallery .inner .thumb {
    width: calc((100% - 2.051vw) / 3);
  }
}
.no_prepare .ended {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  color: #FFF !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  border-radius: 100px;
  background: #BCBCBC !important;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ended {
    margin: 0 auto;
    width: 66.667vw;
    height: 15.385vw;
    font-size: 3.59vw;
  }
}
.no_prepare .ended::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: left top/100% auto no-repeat url("../img/btn_arrow-white.svg");
}
.no_prepare .obi {
  text-align: center;
  background-color: #333;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  height: 90px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .obi {
    font-size: 7.179vw;
    margin-bottom: 5.128vw;
    height: 23.077vw;
  }
}
.no_prepare .overview h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}
@media only screen and (max-width: 767px) {
  .no_prepare .overview h3 {
    font-size: 6.154vw;
  }
}
.no_prepare .schedule {
  padding: 75px 0 60px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule {
    padding: 10.513vw 0 12.821vw;
  }
}
.no_prepare .schedule .section_title {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-bottom: 28px;
}
.no_prepare .schedule .section_title .title_inner {
  padding: 11px 24px;
  color: #FFF;
  font-family: "Albert Sans", system-ui;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.4px;
  background: #333;
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule .section_title .title_inner {
    padding: 2.051vw 5.128vw;
    font-size: 7.179vw;
  }
}
.no_prepare .schedule .section_inner {
  position: relative;
  margin: 0 auto;
  padding: 45px 100px 0;
  max-width: 1000px;
  border-radius: 16px;
  border: 3px solid #333;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule .section_inner {
    margin: 0 5.128vw;
    padding: 12.821vw 5.128vw 0;
  }
}
.no_prepare .schedule .section_inner ul .define {
  border-bottom: dotted 2px #333;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule .section_inner ul .define {
    margin-bottom: 6.154vw;
    padding: 0 0 6.154vw;
  }
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule .section_inner ul .define .ken {
    margin-bottom: 1.026vw;
  }
}
.no_prepare .schedule .section_inner ul .define .ken p {
  margin-right: 11px;
  color: #fff;
  font-weight: 400;
  padding: 8px;
}
.no_prepare .schedule .section_inner ul .define:first-of-type .ken p {
  background: #08A2A6;
}
.no_prepare .schedule .section_inner ul .define:nth-of-type(2) .ken p {
  background: #A63C08;
}
.no_prepare .schedule .section_inner ul .define:nth-of-type(3) .ken p {
  background: #F06964;
}
.no_prepare .schedule .section_inner ul .define:nth-of-type(4) .ken p {
  background: #CD6ACC;
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule .section_inner ul .define:nth-of-type(4) .l {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule .section_inner ul .define:nth-of-type(4) .bu {
    margin-left: 0;
    display: block;
    margin-top: 1.282vw;
  }
}
.no_prepare .schedule .section_inner ul .define:nth-of-type(5) {
  border-bottom: none;
}
.no_prepare .schedule .section_inner ul .define:nth-of-type(5) .day {
  margin-bottom: 0;
}
.no_prepare .schedule .section_inner ul .define:nth-of-type(5) .ken p, .no_prepare .schedule .section_inner ul .define:nth-of-type(6) .ken p {
  background: #5A74C8;
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule .section_inner ul .define:nth-of-type(5) .l, .no_prepare .schedule .section_inner ul .define:nth-of-type(6) .l {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule .section_inner ul .define:nth-of-type(5) .bu, .no_prepare .schedule .section_inner ul .define:nth-of-type(6) .bu {
    display: block;
    margin-top: 1.282vw;
  }
}
.no_prepare .schedule .section_inner ul .define:nth-last-child(-n+2) {
  margin-bottom: 28px;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule .section_inner ul .define:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.no_prepare .schedule .section_inner ul .define:nth-last-child(-n+2) .day {
  margin-bottom: 0;
}
.no_prepare .schedule .section_inner ul .define:nth-last-child(-n+2) .ken p {
  background: #FDF632;
  color: #333;
}
.no_prepare .schedule .section_inner ul .define:last-of-type {
  margin-bottom: 64px;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule .section_inner ul .define:last-of-type {
    margin-bottom: 2.564vw;
  }
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule .section_inner ul .define dl.flex {
    display: block;
  }
}
.no_prepare .schedule .section_inner ul dt {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 1px;
  width: 240px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule .section_inner ul dt {
    margin-bottom: 2.564vw;
    font-size: 5.128vw;
    line-height: 1.4;
  }
}
.no_prepare .schedule .section_inner ul dt .small {
  font-size: 20px;
  font-family: "Albert Sans", system-ui;
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule .section_inner ul dt .small {
    font-size: 5.128vw;
    line-height: 1.4;
  }
}
.no_prepare .schedule .section_inner ul dd .day {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule .section_inner ul dd .day {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule .section_inner ul dd .day:last-of-type {
    margin-bottom: 0;
  }
}
.no_prepare .schedule .section_inner ul dd .info .bu {
  margin-left: 12px;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 1;
  border: solid 1px #333;
  border-radius: 40px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule .section_inner ul dd .info .bu {
    font-size: 3.59vw;
    margin-left: 2.051vw;
    padding: 1.026vw 3.59vw;
  }
}
.no_prepare .schedule .section_inner ul dd .info .l {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule .section_inner ul dd .info .l {
    font-size: 4.615vw;
    margin-bottom: 2.051vw;
  }
}
.no_prepare .schedule .section_inner ul dd .info .t {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 0 23px;
  color: #333;
  font-size: 18px;
  letter-spacing: 0.9px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}
.no_prepare .schedule .section_inner ul dd .info .t:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule .section_inner ul dd .info .t {
    font-size: 4.103vw;
  }
}
.no_prepare .schedule .section_inner ul dd .info .t .tag {
  padding-right: 22px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule .section_inner ul dd .info .t .tag {
    padding-right: 6.154vw;
  }
}
.no_prepare .schedule .section_inner ul dd .info .t .tag::before {
  content: "";
  background-image: url("../img/arrow-02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translate(0%, -50%);
  width: 10px;
  height: 12px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule .section_inner ul dd .info .t .tag::before {
    width: 2.564vw;
    height: 3.077vw;
  }
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule .section_inner ul dd .info .t .note {
    display: block;
    margin-top: 2.564vw;
  }
}
.no_prepare .schedule .section_inner .more {
  color: #333;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  padding: 36px 0;
}
@media only screen and (max-width: 767px) {
  .no_prepare .schedule .section_inner .more {
    font-size: 6.154vw;
    padding: 6.154vw 0 10vw;
  }
}
.no_prepare .ticket_area .btn_wrapper {
  position: relative;
  padding: 48px 0;
  background-color: #636363;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket_area .btn_wrapper {
    padding: 15.385vw 0 12.821vw;
  }
}
.no_prepare .ticket_area .btn_wrapper::before, .no_prepare .ticket_area .btn_wrapper::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  display: block;
  width: 528px;
  height: 100px;
  background: left top/100% auto no-repeat url("../img/bg_ticket.svg");
}
.no_prepare .ticket_area .btn_wrapper::before {
  left: calc(50% - 910px);
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket_area .btn_wrapper::before {
    bottom: auto;
    left: 0;
    width: 102.308vw;
    height: 18.718vw;
  }
}
.no_prepare .ticket_area .btn_wrapper::after {
  right: calc(50% - 910px);
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket_area .btn_wrapper::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket_area .btn_wrapper .flex {
    display: block;
  }
}
.no_prepare .ticket_area .btn_wrapper .btns {
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 0 30px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket_area .btn_wrapper .btns li {
    margin-bottom: 5.128vw;
  }
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket_area .btn_wrapper .btns li:last-child {
    margin-bottom: 0;
  }
}
.no_prepare .ticket_area .btn_wrapper .btns .btn {
  position: relative;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding-right: 40px;
  width: 439px;
  height: 84px;
  border-radius: 90px;
  color: #fff;
  font-family: "Albert Sans", system-ui;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: 4px 6px 0px 0px #333;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket_area .btn_wrapper .btns .btn {
    margin: 0 auto;
    width: 88.718vw;
    height: 21.538vw;
    font-size: 7.179vw;
  }
}
@media print, screen and (min-width: 768px) {
  .no_prepare .ticket_area .btn_wrapper .btns .btn {
    right: 4px;
    bottom: 6px;
  }
}
.no_prepare .ticket_area .btn_wrapper .btns .btn .small {
  margin-left: 8px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
  font-family: "M PLUS 1p", sans-serif;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket_area .btn_wrapper .btns .btn .small {
    font-size: 4.103vw;
  }
}
.no_prepare .ticket_area .btn_wrapper .btns .btn::after {
  position: absolute;
  top: 0;
  right: 23px;
  bottom: 0;
  content: "";
  display: block;
  margin: auto 0;
  width: 30px;
  height: 30px;
  background: left top/100% auto no-repeat url("../img/btn_arrow-white.svg");
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket_area .btn_wrapper .btns .btn::after {
    right: 7.692vw;
    width: 7.692vw;
    height: 7.692vw;
  }
}
.no_prepare .ticket_area .btn_wrapper .btns .btn .flex {
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
}
.no_prepare .ticket_area .btn_wrapper .btns .btn .day {
  margin-right: 12px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket_area .btn_wrapper .btns .btn .day {
    font-size: 5.128vw;
  }
}
.no_prepare .ticket_area .btn_wrapper .btns .btn .md {
  letter-spacing: 6.6px;
  margin-right: 6px;
}
.no_prepare .ticket_area .btn_wrapper .btns .btn .m {
  font-size: 44px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket_area .btn_wrapper .btns .btn .m {
    font-size: 11.282vw;
  }
}
.no_prepare .ticket_area .btn_wrapper .btns .btn .s {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2.2px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket_area .btn_wrapper .btns .btn .s {
    font-size: 6.154vw;
  }
}
.no_prepare .ticket_area .btn_wrapper .btns .btn .d {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket_area .btn_wrapper .btns .btn .d {
    font-size: 11.282vw;
  }
}
.no_prepare .ticket_area .btn_wrapper .btns .btn .w {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket_area .btn_wrapper .btns .btn .w {
    font-size: 5.128vw;
  }
}
@media print, screen and (min-width: 768px) {
  .no_prepare .ticket_area .btn_wrapper .btns a.btn {
    transition: right bottom box-shadow 0.4s;
  }
  .no_prepare .ticket_area .btn_wrapper .btns a.btn:hover {
    right: 0px;
    bottom: 0px;
    box-shadow: 0px 0px 0px 0px #333;
    opacity: 1;
  }
}
.no_prepare .ticket_area .btn_wrapper .btns span.btn {
  opacity: 0.5;
}
.no_prepare .ticket_area .note {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 180%; /* 36px */
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket_area .note {
    margin-top: 7.692vw;
    font-size: 4.103vw;
  }
}
.no_prepare .map {
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .map {
    padding-top: 17.949vw;
  }
}
.no_prepare .map .section_title {
  text-align: center;
  margin-bottom: 30px;
}
.no_prepare .map h2 {
  padding: 8px 20px;
  color: #FFF;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  font-family: "Albert Sans", system-ui;
  letter-spacing: 2.4px;
  display: inline-block;
  background: #333;
}
@media only screen and (max-width: 767px) {
  .no_prepare .map h2 {
    font-size: 9.231vw;
    letter-spacing: 0.462vw;
  }
}
.no_prepare .map .section_wrapper {
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .map .section_wrapper {
    padding: 0 5.128vw;
  }
}
.no_prepare .ticket {
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket {
    padding-top: 17.949vw;
  }
}
.no_prepare .ticket .section_title {
  text-align: center;
  margin-bottom: 30px;
}
.no_prepare .ticket h2 {
  padding: 8px 20px;
  color: #FFF;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  font-family: "Albert Sans", system-ui;
  letter-spacing: 2.4px;
  display: inline-block;
  background: #333;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket h2 {
    font-size: 9.231vw;
    letter-spacing: 0.462vw;
  }
}
.no_prepare .ticket .section_wrapper {
  margin: 0 auto;
  max-width: 1000px;
}
.no_prepare .ticket .table-area {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .table-area {
    margin-left: 5.128vw;
    margin-bottom: 6.41vw;
    padding-right: 5.128vw;
    overflow-x: scroll;
    border-radius: 16px 0 0 16px;
  }
}
.no_prepare .ticket .note {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .note {
    margin-left: 5.128vw;
    margin-bottom: 17.949vw;
    padding-right: 5.128vw;
  }
}
.no_prepare .ticket .table {
  width: 100%;
  table-layout: fixed;
  line-height: 1;
  border-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .table {
    width: 230.769vw;
  }
}
.no_prepare .ticket .table .fixed {
  border-right: 1px solid #333;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .table .fixed {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.no_prepare .ticket .table td, .no_prepare .ticket .table th {
  padding: 20px 0;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  text-align: center;
}
.no_prepare .ticket .table td:first-child, .no_prepare .ticket .table td:nth-child(2), .no_prepare .ticket .table th:first-child, .no_prepare .ticket .table th:nth-child(2) {
  border-left: none;
}
.no_prepare .ticket .table td {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .table td {
    font-size: 5.128vw;
  }
}
.no_prepare .ticket .table td.soldout {
  position: relative;
}
.no_prepare .ticket .table td.soldout::after {
  content: "";
  position: absolute;
  transform: translateY(62%);
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 140px;
  height: 60px;
  display: inline-block;
  background: left top/100% auto no-repeat url("../img/soldout.svg");
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .table td.soldout::after {
    width: 32.821vw;
    height: 15.897vw;
    background-image: url("../img/soldout_sp.svg");
  }
}
.no_prepare .ticket .table td.comingsoon {
  position: relative;
}
.no_prepare .ticket .table td.comingsoon::after {
  content: "";
  position: absolute;
  transform: translateY(62%);
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 110px;
  height: 60px;
  display: inline-block;
  background: left top/100% auto no-repeat url("../img/comingsoon.svg");
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .table td.comingsoon::after {
    width: 25.641vw;
    height: 15.897vw;
    background-image: url("../img/comingsoon.svg");
  }
}
.no_prepare .ticket .table tr:first-child td, .no_prepare .ticket .table tr:first-child th {
  border-top: none;
}
.no_prepare .ticket .table tr:nth-child(1) {
  border-radius: 16px 0 0 0;
  overflow: hidden;
}
.no_prepare .ticket .table tr:nth-child(1) th:nth-child(1), .no_prepare .ticket .table tr:nth-child(1) td:nth-child(1) {
  width: 64px;
  font-size: 14px;
  letter-spacing: 0.7px;
  border-width: 3px 1px 0 3px;
  border-style: solid;
  border-color: #333;
  border-radius: 16px 0px 0px 0px;
  background: #E0E5F0;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .table tr:nth-child(1) th:nth-child(1), .no_prepare .ticket .table tr:nth-child(1) td:nth-child(1) {
    width: 16.41vw;
    font-size: 3.59vw;
  }
}
.no_prepare .ticket .table tr:nth-child(1) th:nth-child(2), .no_prepare .ticket .table tr:nth-child(1) td:nth-child(2) {
  padding: 10px 0;
  font-weight: 700;
  letter-spacing: 0.8px;
  border-width: 3px 1px 0 0;
  border-style: solid;
  border-color: #333;
  background: #CCEBFF;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .table tr:nth-child(1) th:nth-child(2), .no_prepare .ticket .table tr:nth-child(1) td:nth-child(2) {
    padding: 2.051vw 0;
    font-size: 4.103vw;
  }
}
.no_prepare .ticket .table tr:nth-child(1) th:nth-child(3), .no_prepare .ticket .table tr:nth-child(1) td:nth-child(3) {
  padding: 10px 0;
  font-weight: 700;
  letter-spacing: 0.8px;
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #333;
  border-radius: 0px 16px 0px 0px;
  background: #E8FDFF;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .table tr:nth-child(1) th:nth-child(3), .no_prepare .ticket .table tr:nth-child(1) td:nth-child(3) {
    padding: 2.051vw 0;
    font-size: 4.103vw;
  }
}
.no_prepare .ticket .table tr:nth-child(2) th, .no_prepare .ticket .table tr:nth-child(2) td {
  width: 234px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.9px;
  border-top: 0;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .table tr:nth-child(2) th, .no_prepare .ticket .table tr:nth-child(2) td {
    width: 35.897vw;
    font-size: 4.615vw;
  }
}
.no_prepare .ticket .table tr:nth-child(2) th .s, .no_prepare .ticket .table tr:nth-child(2) td .s {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .table tr:nth-child(2) th .s, .no_prepare .ticket .table tr:nth-child(2) td .s {
    font-size: 3.59vw;
  }
}
.no_prepare .ticket .table tr:nth-child(2) th .note, .no_prepare .ticket .table tr:nth-child(2) td .note {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  margin-bottom: 0;
  display: block;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .table tr:nth-child(2) th .note, .no_prepare .ticket .table tr:nth-child(2) td .note {
    font-size: 3.59vw;
  }
}
.no_prepare .ticket .table tr:nth-child(2) th:nth-child(odd), .no_prepare .ticket .table tr:nth-child(2) td:nth-child(odd) {
  background-color: #DE7C35;
}
.no_prepare .ticket .table tr:nth-child(2) th:nth-child(even), .no_prepare .ticket .table tr:nth-child(2) td:nth-child(even) {
  background-color: #5B7BB3;
}
.no_prepare .ticket .table tr:nth-child(2) th:nth-child(2), .no_prepare .ticket .table tr:nth-child(2) td:nth-child(2) {
  border-left: 1px solid #333;
}
.no_prepare .ticket .table tr:nth-child(2) th:nth-child(5), .no_prepare .ticket .table tr:nth-child(2) td:nth-child(5) {
  background-color: #4FAAC3;
}
.no_prepare .ticket .table tr:nth-child(2) th:last-child, .no_prepare .ticket .table tr:nth-child(2) td:last-child {
  border-right: 3px solid #333;
  background-color: #428C94;
}
.no_prepare .ticket .table tr:nth-child(3) th:nth-child(1), .no_prepare .ticket .table tr:nth-child(3) td:nth-child(1) {
  font-size: 14px;
  letter-spacing: 0.7px;
  background: #E0E5F0;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .table tr:nth-child(3) th:nth-child(1), .no_prepare .ticket .table tr:nth-child(3) td:nth-child(1) {
    font-size: 3.59vw;
  }
}
.no_prepare .ticket .table tr:nth-child(3) th:nth-child(n+2), .no_prepare .ticket .table tr:nth-child(3) td:nth-child(n+2) {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .table tr:nth-child(3) th:nth-child(n+2), .no_prepare .ticket .table tr:nth-child(3) td:nth-child(n+2) {
    font-size: 5.128vw;
  }
}
.no_prepare .ticket .table tr:nth-child(3) th:nth-child(n+2) .xs, .no_prepare .ticket .table tr:nth-child(3) td:nth-child(n+2) .xs {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .table tr:nth-child(3) th:nth-child(n+2) .xs, .no_prepare .ticket .table tr:nth-child(3) td:nth-child(n+2) .xs {
    font-size: 3.59vw;
  }
}
.no_prepare .ticket .table tr:nth-child(3) th:not(.fixed):nth-child(odd), .no_prepare .ticket .table tr:nth-child(3) td:not(.fixed):nth-child(odd) {
  background-color: #EEF7FF;
}
.no_prepare .ticket .table tr:nth-child(3) th:not(.fixed):nth-child(even), .no_prepare .ticket .table tr:nth-child(3) td:not(.fixed):nth-child(even) {
  background-color: #fff;
}
.no_prepare .ticket .table tr:nth-child(3) th:first-child, .no_prepare .ticket .table tr:nth-child(3) td:first-child {
  border-left: 3px solid #333;
}
.no_prepare .ticket .table tr:nth-child(3) th:last-child, .no_prepare .ticket .table tr:nth-child(3) td:last-child {
  border-right: 3px solid #333;
}
.no_prepare .ticket .table tr:nth-child(4) th:nth-child(1), .no_prepare .ticket .table tr:nth-child(4) td:nth-child(1) {
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #333;
  line-height: 1.4;
  background: #E0E5F0;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .table tr:nth-child(4) th:nth-child(1), .no_prepare .ticket .table tr:nth-child(4) td:nth-child(1) {
    font-size: 3.59vw;
  }
}
.no_prepare .ticket .table tr:nth-child(4) th:not(.fixed):nth-child(odd), .no_prepare .ticket .table tr:nth-child(4) td:not(.fixed):nth-child(odd) {
  background-color: #EEF7FF;
}
.no_prepare .ticket .table tr:nth-child(4) th:not(.fixed):nth-child(even), .no_prepare .ticket .table tr:nth-child(4) td:not(.fixed):nth-child(even) {
  background-color: #fff;
}
.no_prepare .ticket .table tr:nth-child(4) th:first-child, .no_prepare .ticket .table tr:nth-child(4) td:first-child {
  border-left: 3px solid #333;
}
.no_prepare .ticket .table tr:nth-child(4) th:last-child, .no_prepare .ticket .table tr:nth-child(4) td:last-child {
  border-right: 3px solid #333;
}
.no_prepare .ticket .table tr:nth-child(5) {
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
.no_prepare .ticket .table tr:nth-child(5) th, .no_prepare .ticket .table tr:nth-child(5) td {
  border-bottom: 3px solid #333;
}
.no_prepare .ticket .table tr:nth-child(5) th:nth-child(1), .no_prepare .ticket .table tr:nth-child(5) td:nth-child(1) {
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 1.4;
  background: #E0E5F0;
  border-radius: 0 0 0 16px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .table tr:nth-child(5) th:nth-child(1), .no_prepare .ticket .table tr:nth-child(5) td:nth-child(1) {
    font-size: 3.59vw;
  }
}
.no_prepare .ticket .table tr:nth-child(5) th:not(.fixed):nth-child(odd), .no_prepare .ticket .table tr:nth-child(5) td:not(.fixed):nth-child(odd) {
  background-color: #EEF7FF;
}
.no_prepare .ticket .table tr:nth-child(5) th:not(.fixed):nth-child(even), .no_prepare .ticket .table tr:nth-child(5) td:not(.fixed):nth-child(even) {
  background-color: #fff;
}
.no_prepare .ticket .table tr:nth-child(5) th:first-child, .no_prepare .ticket .table tr:nth-child(5) td:first-child {
  border-left: 3px solid #333;
}
.no_prepare .ticket .table tr:nth-child(5) th:last-child, .no_prepare .ticket .table tr:nth-child(5) td:last-child {
  border-radius: 0 0 16px 0;
  border-right: 3px solid #333;
}
.no_prepare .ticket .sales_inner {
  flex-wrap: wrap;
}
.no_prepare .ticket .sales .sales_title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 364px;
  margin: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .sales_title {
    padding-bottom: 4.103vw;
    font-size: 6.154vw;
    margin: 0 5.128vw;
    width: auto;
  }
}
.no_prepare .ticket .sales .sales_title:before, .no_prepare .ticket .sales .sales_title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .sales_title:before, .no_prepare .ticket .sales .sales_title:after {
    width: 12.821vw;
  }
}
.no_prepare .ticket .sales .sales_title:before {
  margin-right: 1rem;
}
.no_prepare .ticket .sales .sales_title:after {
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .lists {
    padding: 5.128vw 0 0;
    margin: 0 5.128vw;
  }
}
.no_prepare .ticket .sales .lists .li {
  background-color: #F1FAFB;
  border-radius: 16px;
  margin-bottom: 20px;
}
.no_prepare .ticket .sales .lists .li:last-child {
  margin-bottom: 0;
}
.no_prepare .ticket .sales .lists .li:nth-child(1) .title, .no_prepare .ticket .sales .lists .li:nth-child(1) .ken {
  background: #08A2A6;
}
.no_prepare .ticket .sales .lists .li:nth-child(1) .js-accordion {
  text-align: left;
}
.no_prepare .ticket .sales .lists .li:nth-child(1) .js-accordion-ttl {
  border-left: solid 6px #08A2A6;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .lists .li:nth-child(1) .js-accordion-ttl {
    border-left: none;
  }
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .lists .li:nth-child(1) .day {
    border-left: 1.538vw solid #08A2A6;
  }
}
.no_prepare .ticket .sales .lists .li:nth-child(1) .kikan {
  color: #08A2A6;
}
.no_prepare .ticket .sales .lists .li:nth-child(2) .title, .no_prepare .ticket .sales .lists .li:nth-child(2) .ken {
  background: #A63C08;
}
.no_prepare .ticket .sales .lists .li:nth-child(2) .js-accordion {
  text-align: left;
}
.no_prepare .ticket .sales .lists .li:nth-child(2) .js-accordion-ttl {
  border-left: solid 6px #A63C08;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .lists .li:nth-child(2) .js-accordion-ttl {
    border-left: none;
  }
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .lists .li:nth-child(2) .day {
    border-left: 1.538vw solid #A63C08;
  }
}
.no_prepare .ticket .sales .lists .li:nth-child(2) .kikan {
  color: #A63C08;
}
.no_prepare .ticket .sales .lists .li:nth-child(3) .title, .no_prepare .ticket .sales .lists .li:nth-child(3) .ken {
  background: #F06964;
}
.no_prepare .ticket .sales .lists .li:nth-child(3) .js-accordion {
  text-align: left;
}
.no_prepare .ticket .sales .lists .li:nth-child(3) .js-accordion-ttl {
  border-left: solid 6px #F06964;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .lists .li:nth-child(3) .js-accordion-ttl {
    border-left: none;
  }
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .lists .li:nth-child(3) .day {
    border-left: 1.538vw solid #F06964;
  }
}
.no_prepare .ticket .sales .lists .li:nth-child(3) .kikan {
  color: #F06964;
}
.no_prepare .ticket .sales .lists .li:nth-child(4) .title, .no_prepare .ticket .sales .lists .li:nth-child(4) .ken {
  background: #CD6ACC;
}
.no_prepare .ticket .sales .lists .li:nth-child(4) .js-accordion {
  text-align: left;
}
.no_prepare .ticket .sales .lists .li:nth-child(4) .js-accordion-ttl {
  border-left: solid 6px #CD6ACC;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .lists .li:nth-child(4) .js-accordion-ttl {
    border-left: none;
  }
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .lists .li:nth-child(4) .day {
    border-left: 1.538vw solid #CD6ACC;
  }
}
.no_prepare .ticket .sales .lists .li:nth-child(4) .kikan {
  color: #CD6ACC;
}
.no_prepare .ticket .sales .lists .li:nth-child(5) .title, .no_prepare .ticket .sales .lists .li:nth-child(5) .ken {
  background: #5A74C8;
}
.no_prepare .ticket .sales .lists .li:nth-child(5) .js-accordion-ttl {
  border-left: solid 6px #5A74C8;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .lists .li:nth-child(5) .js-accordion-ttl {
    border-left: none;
  }
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .lists .li:nth-child(5) .day {
    border-left: 1.538vw solid #5A74C8;
  }
}
.no_prepare .ticket .sales .lists .li:nth-child(5) .kikan {
  color: #5A74C8;
}
.no_prepare .ticket .sales .lists .li:nth-child(6) .title, .no_prepare .ticket .sales .lists .li:nth-child(6) .ken {
  background: #FDF632;
  color: #333;
}
.no_prepare .ticket .sales .lists .li:nth-child(6) .js-accordion-ttl {
  border-left: solid 6px #FDF632;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .lists .li:nth-child(6) .js-accordion-ttl {
    border-left: none;
  }
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .lists .li:nth-child(6) .day {
    border-left: 1.538vw solid #FDF632;
  }
}
.no_prepare .ticket .sales .lists .li:nth-child(6) .kikan {
  color: #D07729;
}
.no_prepare .ticket .sales .lists .li_inner {
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.no_prepare .ticket .sales .lists .title {
  display: inline-block;
  margin-bottom: 20px;
  padding: 12px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background: #A63C08;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .lists .title {
    margin-bottom: 5.128vw;
    padding: 2.564vw;
    font-size: 5.128vw;
  }
}
.no_prepare .ticket .sales .lists .sales_inner dt, .no_prepare .ticket .sales .lists .sales_inner dd {
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .lists .sales_inner dt, .no_prepare .ticket .sales .lists .sales_inner dd {
    font-size: 4.103vw;
  }
}
.no_prepare .ticket .sales .lists .sales_inner dt {
  margin-right: 20px;
  color: #5B7BB3;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .lists .sales_inner dt {
    margin-bottom: 1.282vw;
  }
}
.no_prepare .ticket .sales .lists .sales_inner dd {
  font-weight: 700;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .lists .sales_inner dd {
    margin-bottom: 5.641vw;
  }
}
.no_prepare .ticket .sales .lists .sales_inner dd:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .lists .sales_inner dd:last-of-type {
    margin-bottom: 5.641vw;
  }
}
.no_prepare .ticket .sales .lists .sales_inner dd .kikan {
  color: #A63C08;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .lists .sales_inner dd .kikan {
    display: block;
  }
}
.no_prepare .ticket .sales .lists .btns li {
  margin-top: 14px;
}
.no_prepare .ticket .sales .lists .btns li:first-child {
  margin-top: 0;
}
.no_prepare .ticket .sales .lists .btns li.comingsoon {
  margin-top: 30px;
  text-align: center;
  font-family: "Albert Sans", system-ui;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .lists .btns li.comingsoon {
    margin-top: 7.179vw;
    text-align: center;
    font-size: 5.128vw;
  }
}
.no_prepare .ticket .sales .lists .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.7px;
  border-radius: 100px;
  padding: 0 40px 0 20px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .lists .btn {
    margin: 0 auto;
    width: 66.667vw;
    height: 15.385vw;
    font-size: 4.103vw;
    padding: unset;
  }
}
.no_prepare .ticket .sales .lists .btn.type01 {
  background-color: #333;
}
.no_prepare .ticket .sales .lists .btn.type03 {
  padding-right: 20px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .lists .btn.type03 {
    padding-right: 5.128vw;
    font-size: 4.615vw;
  }
}
.no_prepare .ticket .sales .lists .btn::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: left top/100% auto no-repeat url("../img/btn_arrow-white.svg");
}
@media print, screen and (min-width: 768px) {
  .no_prepare .ticket .sales .lists a.btn {
    right: 3px;
    bottom: 4px;
    transition: right bottom box-shadow 0.4s;
  }
}
.no_prepare .ticket .sales .lists span.btn {
  opacity: 0.5;
}
.no_prepare .ticket .sales .accordion-box {
  height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}
.no_prepare .ticket .sales .accordion-box-inner {
  padding: 0 50px 30px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .accordion-box-inner {
    padding: 0 5.128vw 8.974vw 5.128vw;
  }
}
.no_prepare .ticket .sales .accordion-box-inner:last-of-type {
  padding: 0 50px 50px 50px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .accordion-box-inner:last-of-type {
    padding: 0 5.128vw 10.256vw 5.128vw;
  }
}
.no_prepare .ticket .sales .accordion-box-inner .border {
  border-top: dotted 2px #636363;
  padding-top: 28px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .accordion-box-inner .border {
    display: block;
  }
}
.no_prepare .ticket .sales .accordion-box-inner .note {
  margin-top: 10px;
  margin-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .accordion-box-inner .note {
    margin-top: 0;
    margin-bottom: 7.179vw;
    font-size: 3.59vw;
    line-height: 160%;
  }
}
.no_prepare .ticket .sales .accordion-box-inner .note:first-of-type {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .accordion-box-inner .note:first-of-type {
    margin-top: 0;
  }
}
.no_prepare .ticket .sales .accordion-box-inner .note li {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 190%;
}
.no_prepare .ticket .sales .accordion-box-inner .note li:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .accordion-box-inner .note li {
    font-size: 3.59vw;
    margin-bottom: 1.026vw;
  }
}
.no_prepare .ticket .sales .js-accordion {
  position: relative;
  padding: 30px 50px;
  width: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .js-accordion {
    padding: 7.692vw 5.128vw;
  }
}
.no_prepare .ticket .sales .js-accordion::before {
  content: "";
  width: 4px;
  height: 24px;
  background: #000;
  position: absolute;
  right: 42px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .js-accordion::before {
    width: 1.026vw;
    height: 6.154vw;
    right: 7.692vw;
    top: 7.692vw;
    margin: 0;
  }
}
.no_prepare .ticket .sales .js-accordion::after {
  content: "";
  width: 24px;
  height: 4px;
  background: #000;
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .js-accordion::after {
    width: 6.154vw;
    height: 1.026vw;
    right: 5.128vw;
    top: 10vw;
    margin: 0;
  }
}
.no_prepare .ticket .sales .js-accordion-ttl {
  display: flex;
  align-items: center;
  border-left: solid 6px #A63C08;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .js-accordion-ttl {
    flex-wrap: wrap;
    border-left: none;
  }
}
.no_prepare .ticket .sales .js-accordion-ttl .day {
  font-size: 18px;
  font-weight: 700;
  padding-left: 12px;
  margin-right: 45px;
  letter-spacing: 0.9px;
  color: #333;
  font-family: YakuHanJP, "M PLUS 1", sans-serif;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ticket .sales .js-accordion-ttl .day {
    border-left: solid 1.538vw #08A2A6;
    margin-bottom: 4.103vw;
    height: 6.154vw;
    font-size: 4.615vw;
  }
}
.no_prepare .ticket .sales .js-accordion-ttl .day .small {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.no_prepare .ticket .sales .js-accordion-ttl .place {
  color: #333;
  font-family: YakuHanJP, "M PLUS 1", sans-serif;
}
.no_prepare .ticket .sales .js-accordion-ttl .place .ken {
  background: #A63C08;
  margin-right: 11px;
  color: #fff;
  font-weight: 400;
  padding: 4px 8px;
  display: inline-block;
}
.no_prepare .ticket .sales .js-accordion-ttl .place .build {
  font-size: 20px;
  font-weight: 700;
}
.no_prepare .ticket .sales .js-accordion--close {
  display: none;
}
.no_prepare .ticket .sales .js-accordion.is-accordion--open::before {
  transform: rotate(90deg);
}
.no_prepare .ticket .sales .js-accordion.is-accordion--open::after {
  transform: rotate(-180deg);
}
.no_prepare .ticket .sales .js-accordion.is-accordion--open + .accordion-box {
  height: auto;
  opacity: 1;
}
.no_prepare .goods {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .goods {
    margin: 0 5.128vw;
  }
}
.no_prepare .goods .section_inner {
  margin: 0 auto;
  max-width: 1000px;
}
.no_prepare .goods .c {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .goods .c {
    margin-bottom: 5.128vw;
  }
}
.no_prepare .goods .c .c_inner {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #FFF;
  padding: 5px 20px;
  font-size: 48px;
  font-weight: 700;
  font-family: "Albert Sans", system-ui;
  letter-spacing: 1.8px;
  background: #333;
}
@media only screen and (max-width: 767px) {
  .no_prepare .goods .c .c_inner {
    width: 46.154vw;
    height: 12.821vw;
    font-size: 9.231vw;
    letter-spacing: 0.41vw;
  }
}
.no_prepare .goods .goods_visual {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .goods .goods_visual {
    margin-bottom: 5.128vw;
  }
}
.no_prepare .goods .btn_wrapper {
  margin-bottom: 87px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .goods .btn_wrapper {
    margin-bottom: 10.256vw;
  }
}
.no_prepare .goods .btn_wrapper:last-of-type {
  margin-bottom: 0;
}
.no_prepare .goods .btns {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px 0;
}
@media only screen and (max-width: 767px) {
  .no_prepare .goods .btns {
    gap: 5.128vw 0;
  }
}
.no_prepare .goods .btns .link .txt_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 80px;
  border-radius: 100px;
  background: #333;
  color: var(--white, #FFF);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
}
.no_prepare .goods .btns .link .txt_link::before {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: left top/100% auto no-repeat url(../img/btn_arrow-white.svg);
}
@media only screen and (max-width: 767px) {
  .no_prepare .goods .btns .link .txt_link {
    width: 89.744vw;
    height: 17.949vw;
    font-size: 5.128vw;
  }
}
.no_prepare .goods .btns .link .txt_link.comingsoon {
  background: #BCBCBC;
}
.no_prepare .goods .btns .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
  width: auto;
  display: flex;
  justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (max-width: 767px) {
  .no_prepare .goods .btns .btn {
    position: static;
    margin-top: 0;
    height: auto;
    justify-content: center;
  }
}
.no_prepare .goods .btns .btn02 {
  margin-bottom: 0;
}
.no_prepare .goods .btns .open_modal {
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 20px;
  font-weight: bold;
  gap: 0 12px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .goods .btns .open_modal {
    font-size: 5.128vw;
    font-style: normal;
    letter-spacing: 1px;
  }
}
.no_prepare .goods .btns .open_modal::after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: left top/100% auto no-repeat url("../img/arrow-btn.svg");
}
.no_prepare .sponsor {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .sponsor {
    margin: 0 5.128vw;
  }
}
.no_prepare .sponsor .section_inner {
  margin: 0 auto;
  max-width: 1000px;
}
.no_prepare .sponsor .c {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .sponsor .c {
    margin-bottom: 5.128vw;
  }
}
.no_prepare .sponsor .c .c_inner {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #FFF;
  padding: 5px 20px;
  font-size: 48px;
  font-weight: 700;
  font-family: "Albert Sans", system-ui;
  letter-spacing: 1.8px;
  background: #333;
}
@media only screen and (max-width: 767px) {
  .no_prepare .sponsor .c .c_inner {
    width: 57.179vw;
    height: 12.821vw;
    font-size: 9.231vw;
    letter-spacing: 0.41vw;
  }
}
.no_prepare .sponsor h3 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
  line-height: 160%;
}
@media only screen and (max-width: 767px) {
  .no_prepare .sponsor h3 {
    font-size: 4.615vw;
    margin-bottom: 4.615vw;
  }
}
.no_prepare .sponsor .sponsor-info {
  padding: 24px 24px 44px 24px;
  background: #FFF8CF;
}
@media only screen and (max-width: 767px) {
  .no_prepare .sponsor .sponsor-info {
    padding: 5.128vw 5.128vw 7.692vw;
  }
}
.no_prepare .sponsor .sponsor-info a {
  text-decoration: underline !important;
}
.no_prepare .sponsor .sponsor-info .sponsor-list .item:first-child {
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .sponsor .sponsor-info .sponsor-list .item:first-child {
    margin-bottom: 7.179vw;
  }
}
@media only screen and (max-width: 767px) {
  .no_prepare .sponsor .sponsor-info .sponsor-list .item:first-child dt {
    margin-bottom: 3.077vw;
  }
}
.no_prepare .sponsor .sponsor-info .sponsor-list .item:first-child dd {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
@media only screen and (max-width: 767px) {
  .no_prepare .sponsor .sponsor-info .sponsor-list .item:first-child dd {
    font-size: 5.128vw;
    line-height: 120%;
  }
}
.no_prepare .sponsor .sponsor-info .sponsor-list .item:first-child dd span {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .sponsor .sponsor-info .sponsor-list .item:first-child dd span {
    font-size: 4.103vw;
  }
}
.no_prepare .sponsor .sponsor-info .sponsor-list .item:nth-child(2) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid #379E49 1px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .sponsor .sponsor-info .sponsor-list .item:nth-child(2) {
    padding-bottom: 8.205vw;
    margin-bottom: 8.205vw;
  }
}
@media only screen and (max-width: 767px) {
  .no_prepare .sponsor .sponsor-info .sponsor-list .item:nth-child(2) dt {
    margin-bottom: 3.077vw;
  }
}
.no_prepare .sponsor .sponsor-info .sponsor-list .item:nth-child(2) dd {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
@media only screen and (max-width: 767px) {
  .no_prepare .sponsor .sponsor-info .sponsor-list .item:nth-child(2) dd {
    font-size: 4.103vw;
  }
}
.no_prepare .sponsor .sponsor-info .sponsor-list .item:nth-child(2) dd span {
  color: #379E49;
}
@media only screen and (max-width: 767px) {
  .no_prepare .sponsor .sponsor-info .sponsor-list .item:nth-child(2) dd ul li:first-child {
    margin-bottom: 2.564vw;
  }
}
.no_prepare .sponsor .sponsor-info .sponsor-list .item:last-child dt {
  background: #934F2B;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .sponsor .sponsor-info .sponsor-list .item:last-child dt {
    margin-bottom: 5.128vw;
  }
}
.no_prepare .sponsor .sponsor-info .sponsor-list .item:last-child dt span {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .sponsor .sponsor-info .sponsor-list .item:last-child dt span {
    font-size: 4.103vw;
  }
}
.no_prepare .sponsor .sponsor-info .sponsor-list .item:last-child dd ul li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .sponsor .sponsor-info .sponsor-list .item:last-child dd ul li {
    font-size: 3.59vw;
    margin-bottom: 1.282vw;
    padding-left: 1em;
    text-indent: -1.4em;
  }
}
.no_prepare .sponsor .sponsor-info .sponsor-list .item:last-child dd ul li:nth-child(-n+2) {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}
@media only screen and (max-width: 767px) {
  .no_prepare .sponsor .sponsor-info .sponsor-list .item:last-child dd ul li:nth-child(-n+2) {
    font-size: 3.846vw;
  }
}
.no_prepare .sponsor .sponsor-info .sponsor-list .item:last-child dd ul li:last-of-type {
  margin-bottom: 0;
}
.no_prepare .sponsor .sponsor-info .sponsor-list .item dl {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .no_prepare .sponsor .sponsor-info .sponsor-list .item dl {
    flex-wrap: wrap;
  }
}
.no_prepare .sponsor .sponsor-info .sponsor-list .item dl dt {
  width: 104px;
  margin-right: 20px;
  position: relative;
  border-radius: 4px;
  background: #379E49;
}
@media only screen and (max-width: 767px) {
  .no_prepare .sponsor .sponsor-info .sponsor-list .item dl dt {
    width: 100%;
    height: 9.231vw;
    margin-right: 0;
  }
}
.no_prepare .sponsor .sponsor-info .sponsor-list .item dl dt span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFF8CF;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%; /* 20px */
}
@media only screen and (max-width: 767px) {
  .no_prepare .sponsor .sponsor-info .sponsor-list .item dl dt span {
    font-size: 5.128vw;
  }
}
.no_prepare .sponsor .sponsor-info .sponsor-list .item dl dd {
  width: 840px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .sponsor .sponsor-info .sponsor-list .item dl dd {
    width: 100%;
  }
}
.no_prepare .sponsor .sponsor-info .sponsor-list .item dl dd ul li:nth-child(-n+2) {
  font-weight: 700;
}
.no_prepare .benefits {
  text-align: center;
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .benefits {
    padding-top: 12.821vw;
  }
}
.no_prepare .benefits .c {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-bottom: 30px;
}
.no_prepare .benefits .c_inner {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  height: 58px;
  color: #FFF;
  width: 140px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1.8px;
  background: #333;
}
@media only screen and (max-width: 767px) {
  .no_prepare .benefits .c_inner {
    width: 25.128vw;
    height: 12.821vw;
    font-size: 7.179vw;
    letter-spacing: 0.41vw;
  }
}
.no_prepare .benefits img {
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .benefits img {
    padding: 0 5.128vw;
  }
}
.no_prepare .ppv {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv {
    padding-top: 11.538vw;
  }
}
.no_prepare .ppv-list {
  margin-bottom: 87px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv-list {
    margin-bottom: 8.205vw;
  }
}
.no_prepare .ppv-list li:first-of-type .js-accordion {
  background-color: #08A2A6;
}
.no_prepare .ppv-list li:first-of-type .ken {
  color: #08A2A6 !important;
}
.no_prepare .ppv-list li:nth-of-type(2) .js-accordion {
  background-color: #A63C08;
}
.no_prepare .ppv-list li:nth-of-type(2) .ken {
  color: #A63C08 !important;
}
.no_prepare .ppv-list li:nth-of-type(3) .js-accordion {
  background-color: #F06964;
}
.no_prepare .ppv-list li:nth-of-type(3) .ken {
  color: #F06964 !important;
}
.no_prepare .ppv-list li:nth-of-type(4) .js-accordion {
  background-color: #CD6ACC;
}
.no_prepare .ppv-list li:nth-of-type(4) .ken {
  color: #CD6ACC !important;
}
.no_prepare .ppv-list li:nth-of-type(5) .js-accordion {
  background-color: #5A74C8;
}
.no_prepare .ppv-list li:nth-of-type(5) .ken {
  color: #5A74C8 !important;
}
.no_prepare .ppv-list li:nth-of-type(6) .js-accordion {
  background-color: #FDF632;
}
.no_prepare .ppv-list li:nth-of-type(6) .js-accordion::before {
  background: #333 !important;
}
.no_prepare .ppv-list li:nth-of-type(6) .js-accordion::after {
  background: #333 !important;
}
.no_prepare .ppv-list li:nth-of-type(6) .day {
  color: #333 !important;
}
.no_prepare .ppv-list li:nth-of-type(6) .place {
  color: #333 !important;
}
.no_prepare .ppv-list li:nth-of-type(6) .ken {
  background-color: #000 !important;
  color: #FFF !important;
}
.no_prepare .ppv-list li .accordion-box {
  height: 0;
  overflow: hidden;
  transition: 0.4s ease;
}
.no_prepare .ppv-list li .accordion-box-inner {
  padding: 45px 60px 65px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv-list li .accordion-box-inner {
    padding: 7.692vw 5.128vw 8.974vw 5.128vw;
  }
}
.no_prepare .ppv-list li .accordion-box-inner .note {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv-list li .accordion-box-inner .note {
    margin-top: 0;
    margin-bottom: 10.256vw;
  }
}
.no_prepare .ppv-list li .accordion-box-inner .note li {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 190%;
}
.no_prepare .ppv-list li .accordion-box-inner .note li:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv-list li .accordion-box-inner .note li {
    font-size: 3.59vw;
    margin-bottom: 1.026vw;
  }
}
.no_prepare .ppv-list li .js-accordion {
  position: relative;
  padding: 30px 50px;
  width: 100%;
  background-color: #A63C08;
  border-radius: 13px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv-list li .js-accordion {
    padding: 7.692vw 5.128vw;
  }
}
.no_prepare .ppv-list li .js-accordion::before {
  content: "";
  width: 4px;
  height: 24px;
  background: #fff;
  position: absolute;
  right: 42px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv-list li .js-accordion::before {
    width: 1.026vw;
    height: 6.154vw;
    right: 7.692vw;
    top: 7.692vw;
    margin: 0;
  }
}
.no_prepare .ppv-list li .js-accordion::after {
  content: "";
  width: 24px;
  height: 4px;
  background: #fff;
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv-list li .js-accordion::after {
    width: 6.154vw;
    height: 1.026vw;
    right: 5.128vw;
    top: 10vw;
    margin: 0;
  }
}
.no_prepare .ppv-list li .js-accordion-ttl {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv-list li .js-accordion-ttl {
    flex-wrap: wrap;
    border-left: none;
  }
}
.no_prepare .ppv-list li .js-accordion-ttl .day {
  font-size: 18px;
  font-weight: 700;
  padding-left: 0;
  margin-right: 20px;
  border-left: none;
  letter-spacing: 0.9px;
  color: #fff;
  font-family: YakuHanJP, "M PLUS 1", sans-serif;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv-list li .js-accordion-ttl .day {
    margin-bottom: 4.103vw;
    height: 6.154vw;
    font-size: 4.615vw;
  }
}
.no_prepare .ppv-list li .js-accordion-ttl .day .small {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.no_prepare .ppv-list li .js-accordion-ttl .place {
  color: #fff;
  font-family: YakuHanJP, "M PLUS 1", sans-serif;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv-list li .js-accordion-ttl .place {
    display: flex;
  }
}
.no_prepare .ppv-list li .js-accordion-ttl .place .ken {
  background: #fff;
  margin-right: 11px;
  color: #A63C08;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 8px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv-list li .js-accordion-ttl .place .ken {
    width: 12.821vw;
    height: 8.462vw;
    display: block;
  }
}
.no_prepare .ppv-list li .js-accordion-ttl .place .build {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv-list li .js-accordion-ttl .place .build {
    width: 64.103vw;
    display: block;
  }
}
.no_prepare .ppv-list li .js-accordion--close {
  display: none;
}
.no_prepare .ppv-list li .js-accordion.is-accordion--open {
  border-radius: 13px 13px 0 0;
}
.no_prepare .ppv-img {
  margin: 0 auto 40px;
  max-width: 1000px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv-img {
    margin: 0 5.128vw 7.692vw;
  }
}
.no_prepare .ppv .subttl {
  font-size: 28px;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 0 55px;
  width: 240px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .subttl {
    width: 61.538vw;
    font-size: 6.154vw;
    margin-bottom: 5.128vw;
  }
}
.no_prepare .ppv .subttl::before, .no_prepare .ppv .subttl::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 36px;
  height: 2px;
  background-color: #636363;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .subttl::before, .no_prepare .ppv .subttl::after {
    width: 12.821vw;
    height: 0.256vw;
  }
}
.no_prepare .ppv .subttl::before {
  left: 0;
}
.no_prepare .ppv .subttl::after {
  right: 0;
}
.no_prepare .ppv .c {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .c {
    margin-bottom: 5.128vw;
  }
}
.no_prepare .ppv .c .c_inner {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  height: 58px;
  color: #FFF;
  width: 140px;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1.8px;
  background: #333;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .c .c_inner {
    width: 30.769vw;
    height: 12.821vw;
    font-size: 9.231vw;
    letter-spacing: 0.41vw;
  }
}
.no_prepare .ppv .section_inner {
  margin: 0 auto 40px;
  max-width: 1000px;
  border-radius: 16px;
  border: 3px solid #333;
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .section_inner {
    margin: 0 5.128vw 7.692vw;
  }
}
.no_prepare .ppv .title_wrapper {
  height: 72px;
}
.no_prepare .ppv .title_wrapper .c, .no_prepare .ppv .title_wrapper .section_title {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  height: 72px;
  color: #FFF;
}
.no_prepare .ppv .title_wrapper .section_title {
  flex: 1;
  width: 100%;
  border-radius: 12px 12px 0px 0px;
  background: #428C94;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.2px;
}
.no_prepare .ppv .section_wrapper .ttl {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
  border-bottom: solid 2px #636363;
}
.no_prepare .ppv .section_wrapper .inner_title {
  margin-bottom: 45px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .section_wrapper .inner_title {
    margin-bottom: 5.128vw;
    font-size: 5.128vw;
  }
}
.no_prepare .ppv .section_wrapper .ticket {
  padding: 28px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .section_wrapper .ticket {
    padding: 10.256vw 0 15.385vw;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.no_prepare .ppv .section_wrapper .ticket .txt {
  font-weight: 700;
}
.no_prepare .ppv .section_wrapper .ticket .txt span {
  font-size: 18px;
  font-weight: 700;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .section_wrapper .ticket .txt span {
    display: block;
    font-size: 4.615vw;
  }
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .section_wrapper .ticket .txt {
    width: 100%;
    line-height: 190%;
    margin-bottom: 10.256vw;
    font-size: 4.103vw;
  }
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .section_wrapper .ticket .t-note {
    line-height: 190%;
    margin-bottom: 10.256vw;
    font-size: 3.077vw;
    font-weight: 400;
  }
}
.no_prepare .ppv .section_wrapper .ticket .btns .ended:first-of-type {
  margin-bottom: 8px;
}
.no_prepare .ppv .section_wrapper .ticket .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.7px;
  border-radius: 100px;
  padding: 0 40px 0 20px;
}
.no_prepare .ppv .section_wrapper .ticket .btn:first-of-type {
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .section_wrapper .ticket .btn {
    margin: 0 auto;
    width: 66.667vw;
    height: 15.385vw;
    font-size: 4.103vw;
    padding: unset;
  }
}
.no_prepare .ppv .section_wrapper .ticket .btn.type01 {
  background-color: #333;
}
.no_prepare .ppv .section_wrapper .ticket .btn::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: left top/100% auto no-repeat url("../img/btn_arrow-white.svg");
}
@media print, screen and (min-width: 768px) {
  .no_prepare .ppv .section_wrapper .ticket a.btn {
    right: 3px;
    bottom: 4px;
    transition: right bottom box-shadow 0.4s;
  }
  .no_prepare .ppv .section_wrapper .ticket a.btn:hover {
    opacity: 0.7;
  }
}
.no_prepare .ppv .section_wrapper .ticket span.btn {
  opacity: 0.5;
}
.no_prepare .ppv .section_wrapper .i-ticket {
  padding: 28px 0 0;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .section_wrapper .i-ticket {
    padding: 10.256vw 0 15.385vw;
  }
}
.no_prepare .ppv .section_wrapper .i-note {
  padding-left: 94px;
  padding-bottom: 40px;
  max-width: 614px;
}
.no_prepare .ppv .section_wrapper .info {
  margin-bottom: 55px;
  margin-top: 42px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .section_wrapper .info {
    display: block;
    flex-wrap: wrap;
    margin-bottom: 12.821vw;
  }
}
.no_prepare .ppv .section_wrapper .left, .no_prepare .ppv .section_wrapper .right {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .section_wrapper .left, .no_prepare .ppv .section_wrapper .right {
    width: auto;
  }
}
.no_prepare .ppv .section_wrapper .left {
  padding-right: 20px;
  border-right: 1px solid #636363;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .section_wrapper .left {
    margin-bottom: 5.128vw;
    padding: 0 0 5.128vw 0;
    border-right: 0;
    border-bottom: 1px solid #636363;
  }
}
.no_prepare .ppv .section_wrapper .left dt {
  margin-right: 50px;
  line-height: 30.4px;
}
.no_prepare .ppv .section_wrapper .left dd .flex {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .section_wrapper .left dd .flex {
    display: flex;
    margin-bottom: 2.564vw;
  }
}
.no_prepare .ppv .section_wrapper .right {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .section_wrapper .right {
    padding-left: 0;
  }
}
.no_prepare .ppv .section_wrapper .right dt {
  margin-right: 25px;
  line-height: 30.4px;
}
.no_prepare .ppv .section_wrapper .ppv_inner {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .section_wrapper .ppv_inner {
    flex-wrap: wrap;
  }
}
.no_prepare .ppv .section_wrapper .ppv_inner:last-child {
  margin-bottom: 0;
}
.no_prepare .ppv .section_wrapper .ppv_inner ul li {
  line-height: 1.9;
}
.no_prepare .ppv .section_wrapper .ppv_inner dt {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .section_wrapper .ppv_inner dt {
    font-size: 4.615vw;
    width: 100%;
    margin-bottom: 5.128vw;
  }
}
.no_prepare .ppv .section_wrapper .ppv_inner dd {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .section_wrapper .ppv_inner dd {
    font-size: 3.846vw;
  }
}
.no_prepare .ppv .section_wrapper .ppv_inner dd .wrap {
  margin-bottom: 1em;
}
.no_prepare .ppv .section_wrapper .ppv_inner dd .wrap:last-child {
  margin-bottom: 0;
}
.no_prepare .ppv .section_wrapper .ppv_inner dd p {
  line-height: 1.9;
}
.no_prepare .ppv .section_wrapper .ppv_inner dd .l {
  font-size: 18px;
  line-height: 1.9;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .section_wrapper .ppv_inner dd .l {
    font-size: 4.615vw;
  }
}
.no_prepare .ppv .section_wrapper .ppv_inner dd .l:not(.no_square):before {
  display: inline;
  content: "◇";
}
.no_prepare .ppv .section_wrapper .ppv_inner dd .xs {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .section_wrapper .ppv_inner dd .xs {
    font-size: 3.077vw;
  }
}
.no_prepare .ppv .section_wrapper .ppv_inner dd .more {
  margin-top: 1em;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .section_wrapper .ppv_inner dd .more {
    font-size: 4.615vw;
  }
}
.no_prepare .ppv .section_wrapper .ppv_inner .day {
  width: 60px;
  line-height: 1.9;
}
.no_prepare .ppv .section_wrapper .ppv_inner .period {
  line-height: 1.9;
}
.no_prepare .ppv .section_wrapper .notes li {
  font-size: 12px;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .section_wrapper .notes li {
    font-size: 3.077vw;
  }
}
.no_prepare .ppv .ppv_visual {
  margin: 0 auto 30px;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .ppv_visual {
    margin: 0 5.128vw 5.128vw;
  }
}
.no_prepare .ppv .to_ppv {
  justify-content: center;
  gap: 0 16px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .to_ppv {
    flex-wrap: wrap;
    gap: 3.59vw 0;
  }
}
.no_prepare .ppv .to_ppv .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 80px;
  color: var(--white, #FFF);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 100px;
  background: #333;
}
.no_prepare .ppv .to_ppv .btn.nolink {
  background-color: #BCBCBC;
}
@media only screen and (max-width: 767px) {
  .no_prepare .ppv .to_ppv .btn {
    width: 84.615vw;
    height: 17.949vw;
    font-size: 5.128vw;
  }
}
.no_prepare .lineup {
  padding-top: 60px;
}
.no_prepare .lineup .section_inner {
  margin: 0 auto;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .lineup .section_inner {
    margin: 0 5.128vw;
  }
}
.no_prepare .lineup .c {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .lineup .c {
    margin-bottom: 5.128vw;
  }
}
.no_prepare .lineup .c .c_inner {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #FFF;
  padding: 5px 20px;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1.8px;
  background: #333;
}
@media only screen and (max-width: 767px) {
  .no_prepare .lineup .c .c_inner {
    width: 44.872vw;
    height: 12.821vw;
    font-size: 9.231vw;
    letter-spacing: 0.41vw;
  }
}
.no_prepare .lineup .lineup_visual {
  margin-bottom: 10px;
}
.no_prepare .event {
  margin: 75px 0 60px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .event {
    margin-top: 15.385vw;
  }
}
.no_prepare .event .section_wrapper {
  margin: 0 auto;
  padding: 50px 60px;
  max-width: 1000px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 767px) {
  .no_prepare .event .section_wrapper {
    margin: 0 5.128vw;
    padding: 7.692vw 5.128vw 12.821vw;
  }
}
.no_prepare .event .section_title {
  margin-bottom: 40px;
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.2px;
  text-align: center;
  border-bottom: 2px solid #636363;
}
@media only screen and (max-width: 767px) {
  .no_prepare .event .section_title {
    margin-bottom: 5.128vw;
    padding-bottom: 5.128vw;
    font-size: 6.154vw;
  }
}
.no_prepare .event .event_inner {
  margin-bottom: 1.5em;
}
.no_prepare .event .event_inner:last-child {
  margin-bottom: 0;
}
.no_prepare .event .event_inner .title {
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .event .event_inner .title {
    font-size: 4.103vw;
    font-weight: 700;
  }
}
.no_prepare .event .event_inner .title::before {
  display: inline;
  content: "■";
}
.no_prepare .event .event_inner .s {
  color: #333;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.7px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .event .event_inner .s {
    font-size: 3.59vw;
  }
}
.no_prepare .event .event_inner .s a {
  color: #333;
  text-decoration: underline;
  overflow-wrap: anywhere;
}
.no_prepare .event .event_inner .s .bold {
  font-weight: bold;
}
.no_prepare .event .info .info_inner {
  margin-bottom: 1.5em;
}
.no_prepare .event .info .info_inner:last-child {
  margin-bottom: 0;
}
.no_prepare .event .info .title {
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .event .info .title {
    font-size: 4.103vw;
    font-weight: 700;
  }
}
.no_prepare .event .info .s {
  color: #333;
}
@media only screen and (max-width: 767px) {
  .no_prepare .event .info .s {
    font-size: 3.59vw;
    line-height: 1.9;
  }
}
.no_prepare .event .info .s a {
  color: #333;
  text-decoration: underline;
}
.no_prepare .information .title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
}
@media only screen and (max-width: 767px) {
  .no_prepare .information .title {
    font-size: 4.103vw;
    margin-bottom: 4.103vw;
  }
}
.no_prepare .information .btns .flex {
  gap: 0 30px;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
@media only screen and (max-width: 767px) {
  .no_prepare .information .btns .flex {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .no_prepare .information .btns li {
    margin-bottom: 4.103vw;
  }
}
@media only screen and (max-width: 767px) {
  .no_prepare .information .btns li:last-child {
    margin-bottom: 0;
  }
}
.no_prepare .information .btns .btn {
  display: flex;
  width: 320px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: var(--white, #FFF);
  font-weight: 700;
  letter-spacing: 0.8px;
  background: #333;
}
@media only screen and (max-width: 767px) {
  .no_prepare .information .btns .btn {
    margin: 0 auto;
    width: 77.436vw;
    height: 12.821vw;
    font-size: 4.103vw;
  }
}

.maininner {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .maininner {
    padding: 0;
  }
}

.fixed_btn {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: none;
  width: 68px;
  height: 169px;
}
@media only screen and (max-width: 767px) {
  .fixed_btn {
    bottom: 12.821vw;
    width: 17.436vw;
    height: 37.436vw;
  }
}
.fixed_btn .on {
  display: none;
}
.fixed_btn a:hover {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .fixed_btn a:hover .off {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .fixed_btn a:hover .on {
    display: block;
  }
}

.modal_wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(56, 178, 181, 0.9);
  z-index: 10;
}
.modal_wrapper.scroll {
  overflow-y: scroll;
}
.modal_wrapper .modal_inner {
  position: relative;
  margin: 0 auto;
  padding: 80px 0;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .modal_wrapper .modal_inner {
    padding: 12.821vw 0;
  }
}
.modal_wrapper .modal_close {
  position: absolute;
  translate: 50% 0;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background-color: #333;
}
@media only screen and (max-width: 767px) {
  .modal_wrapper .modal_close {
    width: 14.359vw;
    height: 14.359vw;
  }
}
.modal_wrapper .modal_close img {
  width: 22px;
  height: 22px;
}
@media only screen and (max-width: 767px) {
  .modal_wrapper .modal_close img {
    width: 5.641vw;
    height: 5.641vw;
  }
}
.modal_wrapper .modal {
  display: none;
}
@media only screen and (max-width: 767px) {
  .modal_wrapper .modal {
    margin: 0 5.128vw;
  }
}
.modal_wrapper .modal.goods .modal_close {
  top: 135px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .modal_wrapper .modal.goods .modal_close {
    top: 25.641vw;
    right: 10.256vw;
  }
}
.modal_wrapper .modal.goods .c {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .modal_wrapper .modal.goods .c {
    margin-bottom: 5.128vw;
  }
}
.modal_wrapper .modal.goods .c .c_inner {
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #FFF;
  padding: 5px 20px;
  font-size: 48px;
  font-weight: 700;
  font-family: "Albert Sans", system-ui;
  line-height: 1;
  letter-spacing: 1.8px;
  background: #333;
}
@media only screen and (max-width: 767px) {
  .modal_wrapper .modal.goods .c .c_inner {
    width: 46.154vw;
    height: 12.821vw;
    font-size: 9.231vw;
    letter-spacing: 0.41vw;
    margin-bottom: 1vw;
  }
}
.modal_wrapper .modal.goods .content {
  padding: 50px 60px;
  border-radius: 16px;
  border: 3px solid #333;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .modal_wrapper .modal.goods .content {
    padding: 12.821vw 5.128vw;
  }
}
.modal_wrapper .modal.goods .content .wrap .content_inner {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .modal_wrapper .modal.goods .content .wrap .content_inner {
    margin-bottom: 10.256vw;
  }
}
.modal_wrapper .modal.goods .content .wrap .content_inner:last-child {
  margin-bottom: 0;
}
.modal_wrapper .modal.goods .content .title {
  margin-bottom: 40px;
  padding-bottom: 24px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.2px;
  border-bottom: 2px solid #636363;
}
@media only screen and (max-width: 767px) {
  .modal_wrapper .modal.goods .content .title {
    margin-bottom: 5.128vw;
    font-size: 6.154vw;
    letter-spacing: 1.2px;
  }
}
.modal_wrapper .modal.goods .content .l {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 767px) {
  .modal_wrapper .modal.goods .content .l {
    font-size: 4.615vw;
  }
}
.modal_wrapper .modal.goods .content .l:before {
  display: inline;
  content: "■";
}
.modal_wrapper .modal.goods .content .bold {
  font-weight: 700;
}
.modal_wrapper .modal.goods .content .txt {
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.7px;
}
@media only screen and (max-width: 767px) {
  .modal_wrapper .modal.goods .content .txt {
    font-size: 3.59vw;
  }
}
.modal_wrapper .modal.goods .content .txt a {
  text-decoration: underline;
  word-break: break-all;
}
.modal_wrapper .modal.goods .content .txt .note {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.modal_wrapper .modal.goods .content ul {
  margin-bottom: 1em;
}
.modal_wrapper .modal.goods .content ul li {
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.7px;
  text-indent: -1em;
}
@media only screen and (max-width: 767px) {
  .modal_wrapper .modal.goods .content ul li {
    font-size: 3.59vw;
  }
}
.modal_wrapper .modal.goods .content ul li a {
  text-decoration: underline;
  word-break: break-all;
}
.modal_wrapper .modal.goods .content .close_btn {
  margin-top: 30px;
}
.modal_wrapper .modal.goods .content .close_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 220px;
  height: 60px;
  border-radius: 100px;
  font-family: "Albert Sans", system-ui;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
  background: right 20px center/16px auto no-repeat url("../img/icon_close.svg");
  background-color: #333;
}
@media only screen and (max-width: 767px) {
  .modal_wrapper .modal.goods .content .close_btn a {
    width: 66.667vw;
    height: 15.385vw;
    font-size: 4.615vw;
  }
}
.modal_wrapper .modal.photo {
  margin: 0;
  width: 100%;
  height: 100%;
}
.modal_wrapper .modal.photo .section_inner {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .modal_wrapper .modal.photo .section_inner {
    width: 94.872vw;
  }
}
.modal_wrapper .modal.photo .wrapper {
  position: relative;
}
.modal_wrapper .modal.photo .modal_close {
  top: 0;
  right: -42px;
  width: min(4.444vw, 64px);
  height: min(4.444vw, 64px);
}
@media print, screen and (min-width: 768px) {
  .modal_wrapper .modal.photo .modal_close {
    right: -2.917vw;
  }
}
@media only screen and (max-width: 767px) {
  .modal_wrapper .modal.photo .modal_close {
    top: -22.051vw;
    right: 0vw;
    width: 14.359vw;
    height: 14.359vw;
    border-radius: 7.179vw;
    translate: none;
  }
}
.modal_wrapper .modal.photo .modal_close img {
  width: min(1.528vw, 22px);
  height: min(1.528vw, 22px);
}
@media only screen and (max-width: 767px) {
  .modal_wrapper .modal.photo .modal_close img {
    width: 4.872vw;
    height: 4.872vw;
  }
}
.modal_wrapper .modal.photo .btns a {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: min(2.222vw, 32px);
  height: min(4.444vw, 64px);
}
@media only screen and (max-width: 767px) {
  .modal_wrapper .modal.photo .btns a {
    top: auto;
    bottom: -22.051vw;
    width: 7.179vw;
    height: 14.359vw;
  }
}
.modal_wrapper .modal.photo .btns a img {
  width: 100%;
}
.modal_wrapper .modal.photo .btns .btn_prev {
  left: -62px;
}
@media print, screen and (min-width: 768px) {
  .modal_wrapper .modal.photo .btns .btn_prev {
    left: -4.306vw;
  }
}
@media only screen and (max-width: 767px) {
  .modal_wrapper .modal.photo .btns .btn_prev {
    left: 0;
  }
}
.modal_wrapper .modal.photo .btns .btn_prev img {
  transform: rotate(180deg);
}
.modal_wrapper .modal.photo .btns .btn_next {
  right: -62px;
}
@media print, screen and (min-width: 768px) {
  .modal_wrapper .modal.photo .btns .btn_next {
    right: -4.306vw;
  }
}
@media only screen and (max-width: 767px) {
  .modal_wrapper .modal.photo .btns .btn_next {
    right: 0;
  }
}