@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-size: 100%;
  text-align: left;
  list-style-type: none;
}

body {
  font-size: min(1.111vw, 16px);
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.8px;
  -webkit-text-size-adjust: 100%;
  background-color: #000;
  color: #F0F0F5;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 4.103vw;
    font-weight: 400;
  }
}
body.fixed {
  position: fixed;
}

img {
  vertical-align: bottom;
}

a img {
  border: none;
}

a:hover img {
  border: none;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  body {
    font-size: 14px;
  }
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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 {
  -webkit-box-sizing: border-box;
          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;
}

@media only screen and (max-width: 767px) {
  .inner {
    padding-right: 7.692vw;
    padding-left: 7.692vw;
    width: auto;
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 767px) {
  .site-header {
    background: none;
  }
}
.site-header-inner {
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .site-header-inner {
    height: auto;
  }
}
.site-header .logo {
  margin: 0;
  width: min(9.722vw, 140px);
  margin-left: min(3.472vw, 50px);
}
@media only screen and (max-width: 767px) {
  .site-header .logo {
    width: 27.179vw;
    margin-left: 3.846vw;
  }
}
.site-header .logo img {
  display: block;
}
.site-header .navigation #navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: min(2.083vw, 30px);
}
.site-header .navigation #navi li {
  margin-left: min(2.778vw, 40px);
}
.site-header .navigation #navi li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.site-header .navigation #navi li.x-icon {
  margin-left: min(2.778vw, 40px);
}
.site-header .navigation #navi li.x-icon img {
  width: 30px;
}
@media only screen and (max-width: 767px) {
  .site-header .navigation #navi li.x-icon img {
    width: 10.256vw;
  }
}
.site-header .navigation #navi li.insta-icon {
  margin-left: min(0.833vw, 12px);
}
.site-header .navigation #navi li.insta-icon img {
  width: 30px;
}
@media only screen and (max-width: 767px) {
  .site-header .navigation #navi li.insta-icon img {
    width: 10.256vw;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-image: url(../img/sp/spmenu_bg.png);
    background-color: #033446;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 80px 20px;
    -webkit-transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1001;
  }
  .site-header .navigation.is-active {
    right: 0;
  }
  .site-header .navigation #navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.41vw;
  }
  .site-header .navigation #navi li a {
    color: #fff;
    font-size: 6.154vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-decoration: none;
  }
  .site-header .navigation #navi li a img {
    width: 10.256vw;
    margin: 0 2.564vw;
  }
}
.site-header-actions {
  display: none;
}
@media only screen and (max-width: 767px) {
  .site-header-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    z-index: 2000;
  }
}
.site-header-actions .sp-x img {
  width: 28px;
}
.site-header-actions .menu-trigger {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 15.385vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  position: relative;
}
.site-header-actions .menu-trigger::before {
  content: "";
  background-image: url(../img/svg/icon_flag.svg);
  background-size: contain;
  width: 9.744vw;
  height: 11.026vw;
  position: absolute;
  top: 1.282vw;
  left: 4.103vw;
}
.site-header-actions .menu-trigger img {
  width: 100%;
  height: auto;
  display: block;
}
.site-header-actions .menu-trigger.is-active::before {
  top: 1.282vw;
  left: 2.308vw;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.site-header .nav_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

/* -----------------------------
footer
------------------------------*/
footer {
  padding: 80px 0 55px 0;
  position: relative;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 30.769vw 0 15.385vw;
  }
}
footer .logo {
  text-align: center;
  margin-bottom: 43px;
}
@media only screen and (max-width: 767px) {
  footer .logo {
    margin-bottom: 7.692vw;
  }
}
footer .logo img {
  width: 188px;
}
@media only screen and (max-width: 767px) {
  footer .logo img {
    width: 47.692vw;
  }
}
footer .link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
footer .link-box p img {
  height: 45px;
  margin: 5px;
}
@media only screen and (max-width: 767px) {
  footer .link-box p img {
    height: 10.513vw;
  }
}
footer .footer-pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  text-align: center;
  margin-bottom: 60px;
}
footer .footer-pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  footer .footer-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  footer .footer-box ul {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer-box ul li {
  margin-right: 45px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  footer .footer-box ul li {
    width: 45%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 12.821vw;
  }
}
footer .footer-box ul li a {
  color: #fff;
}
footer .footer-box ul li:last-child {
  margin-right: 0;
}
footer .copyright {
  font-size: 12px;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    font-size: 3.077vw;
  }
}
footer .pagetop {
  position: absolute;
  right: 21px;
  top: 60px;
  z-index: 2;
  width: 80px;
}
@media only screen and (max-width: 767px) {
  footer .pagetop {
    width: 20.513vw;
    right: 2.564vw;
    top: 5.128vw;
  }
}
footer .pagetop img {
  width: 100%;
  height: auto;
  display: block;
}

/* ------------------------------ *
 * コンテンツ部分
 * ------------------------------ */
.oswald {
  font-family: "Oswald", sans-serif;
}

.note {
  font-size: min(0.833vw, 12px);
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .note {
    font-size: 3.077vw;
  }
}

.inner {
  max-width: 1040px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .inner {
    max-width: 100%;
    padding: 0 5.128vw;
  }
}

.cdf {
  background-color: #000;
  overflow-x: hidden;
  width: 100%;
}
.cdf .kv {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-image: url(../img/kv.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media (max-width: 850px) {
  .cdf .kv {
    height: 60vh;
  }
}
@media only screen and (max-width: 767px) {
  .cdf .kv {
    height: 100vh;
    margin-bottom: 15.385vw;
    background: url(../img/sp/kv_sp.webp) center top no-repeat;
    background-size: contain;
  }
}
.cdf .kv .wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 850px) {
  .cdf .kv .wrapper {
    height: 60vh;
  }
}
@media only screen and (max-width: 767px) {
  .cdf .kv .wrapper {
    height: 100vh;
  }
}
.cdf .kv .wrapper .logo_kv {
  position: absolute;
  bottom: min(2.778vw, 40px);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 75%;
  margin: auto;
}
@media (min-aspect-ratio: 2/1) {
  .cdf .kv .wrapper .logo_kv {
    width: 70%;
    bottom: 0;
  }
}
.cdf .kv .wrapper .logo_kv {
  /* 横幅が 1024px 以下、かつ高さが 500px 以下の時 */
}
@media (max-height: 850px) {
  .cdf .kv .wrapper .logo_kv {
    width: 70%;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cdf .kv .wrapper .logo_kv {
    width: 89.744vw;
    top: 82.308vw;
    bottom: auto;
  }
}
.cdf .contents {
  position: relative;
  z-index: 1;
  padding-top: 100vh;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .cdf .contents {
    padding-top: 60vh;
  }
}
@media only screen and (max-width: 767px) {
  .cdf .contents {
    padding-top: 100vh;
  }
}
.cdf .contents .maintext {
  margin: min(6.736vw, 97px) 0 min(11.458vw, 165px) 0;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .maintext {
    margin: 32.564vw 0 25.641vw;
  }
}
.cdf .contents .maintext .inner {
  max-width: 1240px;
  padding: 0 20px;
  position: relative;
}
.cdf .contents .maintext .scratch01 {
  width: min(29.028vw, 418px);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: min(1.319vw, 19px);
  top: min(0.764vw, 11px);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .maintext .scratch01 {
    width: 51.282vw;
    left: 6.41vw;
    top: -23.846vw;
  }
}
.cdf .contents .maintext .scratch02 {
  background-image: url(../img/scratch_02.png);
  width: min(37.778vw, 544px);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: max(-4.167vw, -60px);
  top: min(27.222vw, 392px);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .maintext .scratch02 {
    width: 51.282vw;
    right: 2.564vw;
    top: 67.179vw;
  }
}
.cdf .contents .maintext .scratch03 {
  background-image: url(../img/scratch_03.png);
  width: min(41.389vw, 596px);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: min(9.583vw, 138px);
  top: min(58.403vw, 841px);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .maintext .scratch03 {
    width: 51.282vw;
    right: -7.692vw;
    top: auto;
    left: auto;
    bottom: -24.359vw;
  }
}
.cdf .contents .maintext .text01 {
  position: relative;
  display: inline-block;
}
.cdf .contents .maintext .text01 h2 {
  text-align: center;
  font-size: min(3.472vw, 50px);
  margin-bottom: min(4.444vw, 64px);
  line-height: 1.3;
  color: #F0EAD6;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .maintext .text01 h2 {
    font-size: 6.41vw;
  }
}
.cdf .contents .maintext .text01 h2 .oswald {
  font-size: min(4.028vw, 58px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .maintext .text01 h2 .oswald {
    font-size: 7.179vw;
  }
}
.cdf .contents .maintext .text01 h2 .num {
  font-size: min(4.028vw, 58px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .maintext .text01 h2 .num {
    font-size: 7.179vw;
  }
}
.cdf .contents .maintext .text01 h2 .large {
  font-size: min(4.444vw, 64px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .maintext .text01 h2 .large {
    font-size: 7.949vw;
  }
}
.cdf .contents .maintext .text01 .compass {
  width: min(13.264vw, 191px);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: -230px;
  top: -25px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .maintext .text01 .compass {
    width: 32.821vw;
    right: -5.897vw;
    top: -20vw;
  }
}
.cdf .contents .maintext .ticketimg {
  margin: auto;
  width: min(47.222vw, 680px);
  margin-bottom: min(3.889vw, 56px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .maintext .ticketimg {
    width: 84.103vw;
    margin-bottom: 7.692vw;
  }
}
.cdf .contents .maintext .text02 {
  margin: auto;
  width: min(41.667vw, 600px);
  margin-bottom: min(5.556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .maintext .text02 {
    width: 100%;
    margin-bottom: 8.974vw;
  }
}
.cdf .contents .maintext .text02 .anchor {
  width: min(12.5vw, 180px);
  position: absolute;
  left: 82px;
  top: min(32.083vw, 462px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .maintext .text02 .anchor {
    width: 25.641vw;
    left: auto;
    bottom: -17.949vw;
    top: auto;
    left: 45px;
  }
}
.cdf .contents .maintext .text03 {
  margin: auto;
  width: min(52.778vw, 760px);
  margin-bottom: min(2.083vw, 30px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .maintext .text03 {
    width: 76.923vw;
    margin-bottom: 5.128vw;
  }
}
.cdf .contents .maintext .ticket_btn {
  margin: auto;
  width: min(31.944vw, 460px);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .maintext .ticket_btn {
    width: 76.923vw;
  }
}
.cdf .contents .maintext .ticket_btn a {
  position: relative;
  display: block;
  cursor: pointer;
}
.cdf .contents .maintext .ticket_btn a::before {
  content: "";
  position: absolute;
  background-image: url(../img/ticketbtn_shadow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: min(28.472vw, 410px);
  height: min(9.444vw, 136px);
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .maintext .ticket_btn a::before {
    width: 69.231vw;
    height: 23.077vw;
  }
}
.cdf .contents .maintext .ticket_btn a img {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 0;
  bottom: 0;
}
.cdf .contents .maintext .ticket_btn a:hover {
  opacity: 1;
}
.cdf .contents .maintext .ticket_btn a:hover img {
  right: max(-0.417vw, -6px);
  bottom: max(-0.556vw, -8px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .maintext .ticket_btn a:hover img {
    right: auto;
    bottom: auto;
  }
}
.cdf .contents .video {
  width: 100%;
  margin-bottom: min(10.278vw, 148px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .video {
    margin-bottom: 17.949vw;
  }
}
.cdf .contents .video_inner {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
.cdf .contents .video_inner .icon01 {
  position: absolute;
  top: 93px;
  left: -300px;
  z-index: -1;
  width: min(32.153vw, 463px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .video_inner .icon01 {
    display: none;
  }
}
.cdf .contents .video_inner .icon02 {
  position: absolute;
  top: 163px;
  right: -301px;
  z-index: -1;
  width: min(25vw, 360px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .video_inner .icon02 {
    display: none;
  }
}
.cdf .contents .video .main-mv {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
  border: min(0.278vw, 4px) solid var(--cdf_red, #F00);
  background: #000;
}
@supports not (aspect-ratio: 16/9) {
  .cdf .contents .video .main-mv {
    padding-top: 56.25%;
  }
}
.cdf .contents .video .main-mv iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.cdf .contents .news {
  margin-bottom: min(8.542vw, 123px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .news {
    margin-bottom: 25.641vw;
  }
}
@media only screen and (max-width: 767px) {
  .cdf .contents .news .inner {
    padding: 0 7.692vw;
  }
}
.cdf .contents .news h2 {
  width: min(7.431vw, 107px);
  margin: auto;
  margin-bottom: min(2.083vw, 30px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .news h2 {
    width: 23.077vw;
    margin-bottom: 7.692vw;
  }
}
.cdf .contents .news .news_box {
  display: block; /* または flex (column) */
  width: 100%;
}
.cdf .contents .news .accordion {
  /* 念のため、中身が浮かないようにする */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cdf .contents .news .accordion {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .news .accordion {
    margin-bottom: 5.128vw;
  }
}
.cdf .contents .news .accordion_header {
  border-bottom: 1px solid #957F4B;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: min(1.389vw, 20px) 0 min(0.833vw, 12px);
  background: none;
  position: relative;
  cursor: pointer;
  text-align: left;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  font-size: min(1.25vw, 18px);
  font-weight: 600;
  color: #F0F0F5;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .news .accordion_header {
    font-size: 4.615vw;
    padding: 5.128vw 0 3.077vw;
  }
}
.cdf .contents .news .accordion_icon {
  position: relative;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .news .accordion_icon {
    width: 5.128vw;
    height: 5.128vw;
  }
}
.cdf .contents .news .accordion_icon::before, .cdf .contents .news .accordion_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #D60000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .news .accordion_icon::before, .cdf .contents .news .accordion_icon::after {
    width: toVWW(20);
    height: 0.513vw;
  }
}
.cdf .contents .news .accordion_icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.cdf .contents .news .accordion_date {
  font-size: 11px;
  color: #fff;
  background-color: #D60000;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 9px;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .news .accordion_date {
    font-size: 2.821vw;
    padding: 0.256vw 2.308vw;
  }
}
.cdf .contents .news .accordion_content {
  padding-top: 12px;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .news .accordion_content {
    padding-top: 3.077vw;
  }
}
.cdf .contents .news .accordion_content .box {
  margin-bottom: min(1.389vw, 20px);
  line-height: 180%;
  font-size: min(0.972vw, 14px);
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .news .accordion_content .box {
    margin-bottom: 5.128vw;
    font-size: 3.59vw;
  }
}
.cdf .contents .news .accordion_content .box .ttl {
  display: block;
  font-size: min(1.111vw, 16px);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .news .accordion_content .box .ttl {
    font-size: 4.103vw;
  }
}
.cdf .contents .news .accordion_content .box .inline {
  display: inline;
}
.cdf .contents .news .accordion_content a {
  color: #CC9A00;
  text-decoration: underline;
  display: block;
}
.cdf .contents .news .accordion_content .link {
  color: #F0F0F5;
  text-decoration: underline;
  display: inline;
}
.cdf .contents .news .accordion_item.is-open .accordion_icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.cdf .contents .news .accordion_item.is-open .accordion_icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.cdf .contents .performer {
  padding-top: min(5.069vw, 73px);
  padding-bottom: min(8.542vw, 123px);
  background-image: url(../img/bg_performer.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .performer {
    background: url(../img/sp/bg_performer_sp.png) no-repeat top/contain, -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, #033C52), color-stop(85%, #033C52), to(#000));
    background: url(../img/sp/bg_performer_sp.png) no-repeat top/contain, -webkit-linear-gradient(top, transparent 0%, #033C52 30%, #033C52 85%, #000 100%);
    background: url(../img/sp/bg_performer_sp.png) no-repeat top/contain, linear-gradient(to bottom, transparent 0%, #033C52 30%, #033C52 85%, #000 100%);
    padding-top: 16.41vw;
    padding-bottom: 24.872vw;
  }
}
.cdf .contents .performer h2 {
  width: min(35.208vw, 507px);
  margin: auto;
  margin-bottom: min(3.194vw, 46px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .performer h2 {
    width: 71.795vw;
    margin-bottom: 9.744vw;
  }
}
.cdf .contents .performer .gallery-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: min(65.069vw, 937px);
  margin: auto;
  margin-bottom: min(4.306vw, 62px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .performer .gallery-list {
    max-width: 100%;
    margin-bottom: 11.795vw;
  }
}
.cdf .contents .performer .gallery-list li {
  width: min(12.292vw, 177px);
  margin-right: min(4.861vw, 70px);
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .performer .gallery-list li {
    width: 42.051vw;
    margin-right: 5.128vw;
  }
}
.cdf .contents .performer .gallery-list li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .performer .gallery-list li:nth-child(4n) {
    margin-right: 5.128vw;
  }
}
@media only screen and (max-width: 767px) {
  .cdf .contents .performer .gallery-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.cdf .contents .performer .gallery-list li:last-of-type {
  margin-right: 0;
}
.cdf .contents .performer .gallery-list li:nth-last-child(-n+1) .name {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .performer .gallery-list li:nth-last-child(-n+1) .name {
    margin-bottom: auto;
  }
}
.cdf .contents .performer .gallery-list li .new {
  width: min(4.931vw, 71px);
  position: absolute;
  right: max(-0.694vw, -10px);
  top: max(-1.25vw, -18px);
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .performer .gallery-list li .new {
    width: 18.205vw;
    right: -2.821vw;
    top: -4.615vw;
  }
}
.cdf .contents .performer .gallery-list li .img-wrapper {
  position: relative;
  line-height: 0;
  overflow: hidden;
  background-color: #000;
  aspect-ratio: 1/1;
}
.cdf .contents .performer .gallery-list li .img-wrapper canvas {
  width: 100% !important;
  height: auto !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cdf .contents .performer .gallery-list li .img-wrapper canvas.canvas-default {
  position: relative;
  opacity: 1;
  z-index: 2;
}
.cdf .contents .performer .gallery-list li .img-wrapper canvas.canvas-hover {
  opacity: 0;
  z-index: 3;
}
.cdf .contents .performer .gallery-list li .img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-repeating-linear-gradient(transparent, transparent 2px, rgba(0, 0, 0, 0.1) 2px, rgba(0, 0, 0, 0.1) 4px);
  background: repeating-linear-gradient(transparent, transparent 2px, rgba(0, 0, 0, 0.1) 2px, rgba(0, 0, 0, 0.1) 4px);
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.cdf .contents .performer .gallery-list li .img-wrapper.is-glitching::after {
  opacity: 1;
}
.cdf .contents .performer .gallery-list li .name {
  color: #b0d0dd;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  font-size: min(0.972vw, 14px);
  margin-bottom: min(2.431vw, 35px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .performer .gallery-list li .name {
    font-size: 4.103vw;
    margin-top: 2.564vw;
    margin-bottom: 8.974vw;
  }
}
@media only screen and (max-width: 767px) {
  .cdf .contents .performer .gallery-list li .name02 {
    font-size: 3.333vw;
  }
}
@-webkit-keyframes glitch-main-shake {
  0%, 90% {
    -webkit-transform: none;
            transform: none;
    -webkit-filter: none;
            filter: none;
  }
  91% {
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px);
    -webkit-filter: brightness(1.1) contrast(1.1);
            filter: brightness(1.1) contrast(1.1);
  }
  92% {
    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px);
  }
  94% {
    -webkit-transform: none;
            transform: none;
    -webkit-filter: none;
            filter: none;
  }
}
@keyframes glitch-main-shake {
  0%, 90% {
    -webkit-transform: none;
            transform: none;
    -webkit-filter: none;
            filter: none;
  }
  91% {
    -webkit-transform: translate(-1px, 1px);
            transform: translate(-1px, 1px);
    -webkit-filter: brightness(1.1) contrast(1.1);
            filter: brightness(1.1) contrast(1.1);
  }
  92% {
    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px);
  }
  94% {
    -webkit-transform: none;
            transform: none;
    -webkit-filter: none;
            filter: none;
  }
}
@-webkit-keyframes glitch-slice-red {
  0%, 15%, 19%, 45%, 49%, 85%, 89%, 100% {
    opacity: 0;
    -webkit-clip-path: inset(50% 0 50% 0);
            clip-path: inset(50% 0 50% 0);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  16%, 18% {
    opacity: 1;
    -webkit-clip-path: inset(10% 0 85% 0);
            clip-path: inset(10% 0 85% 0);
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
  46%, 48% {
    opacity: 0.8;
    -webkit-clip-path: inset(60% 0 35% 0);
            clip-path: inset(60% 0 35% 0);
    -webkit-transform: translateX(18px);
            transform: translateX(18px);
  }
  86%, 88% {
    opacity: 1;
    -webkit-clip-path: inset(30% 0 65% 0);
            clip-path: inset(30% 0 65% 0);
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@keyframes glitch-slice-red {
  0%, 15%, 19%, 45%, 49%, 85%, 89%, 100% {
    opacity: 0;
    -webkit-clip-path: inset(50% 0 50% 0);
            clip-path: inset(50% 0 50% 0);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  16%, 18% {
    opacity: 1;
    -webkit-clip-path: inset(10% 0 85% 0);
            clip-path: inset(10% 0 85% 0);
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
  46%, 48% {
    opacity: 0.8;
    -webkit-clip-path: inset(60% 0 35% 0);
            clip-path: inset(60% 0 35% 0);
    -webkit-transform: translateX(18px);
            transform: translateX(18px);
  }
  86%, 88% {
    opacity: 1;
    -webkit-clip-path: inset(30% 0 65% 0);
            clip-path: inset(30% 0 65% 0);
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
}
@-webkit-keyframes glitch-slice-blue {
  0%, 25%, 29%, 65%, 69%, 95%, 99%, 100% {
    opacity: 0;
    -webkit-clip-path: inset(50% 0 50% 0);
            clip-path: inset(50% 0 50% 0);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  26%, 28% {
    opacity: 1;
    -webkit-clip-path: inset(80% 0 5% 0);
            clip-path: inset(80% 0 5% 0);
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
  66%, 68% {
    opacity: 0.8;
    -webkit-clip-path: inset(40% 0 55% 0);
            clip-path: inset(40% 0 55% 0);
    -webkit-transform: translateX(-18px);
            transform: translateX(-18px);
  }
  96%, 98% {
    opacity: 1;
    -webkit-clip-path: inset(5% 0 90% 0);
            clip-path: inset(5% 0 90% 0);
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@keyframes glitch-slice-blue {
  0%, 25%, 29%, 65%, 69%, 95%, 99%, 100% {
    opacity: 0;
    -webkit-clip-path: inset(50% 0 50% 0);
            clip-path: inset(50% 0 50% 0);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  26%, 28% {
    opacity: 1;
    -webkit-clip-path: inset(80% 0 5% 0);
            clip-path: inset(80% 0 5% 0);
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
  66%, 68% {
    opacity: 0.8;
    -webkit-clip-path: inset(40% 0 55% 0);
            clip-path: inset(40% 0 55% 0);
    -webkit-transform: translateX(-18px);
            transform: translateX(-18px);
  }
  96%, 98% {
    opacity: 1;
    -webkit-clip-path: inset(5% 0 90% 0);
            clip-path: inset(5% 0 90% 0);
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}
.cdf .contents .performer .note {
  color: #65B7D7;
  font-size: min(0.972vw, 14px);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .performer .note {
    font-size: 3.59vw;
  }
}
.cdf .contents .ticket {
  margin-bottom: min(9.028vw, 130px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticket {
    margin-bottom: 26.923vw;
  }
}
.cdf .contents .ticket h2 {
  width: min(17.5vw, 252px);
  margin: auto;
  margin-bottom: min(1.528vw, 22px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticket h2 {
    width: 43.59vw;
    margin-bottom: 2.051vw;
  }
}
.cdf .contents .ticket .side-line-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #F0EAD6;
  font-size: min(1.389vw, 20px);
  font-weight: bold;
  margin-bottom: min(2.986vw, 43px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticket .side-line-title {
    font-size: 4.615vw;
    margin-bottom: 12.051vw;
  }
}
.cdf .contents .ticket .side-line-title::before, .cdf .contents .ticket .side-line-title::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #957F4B;
}
.cdf .contents .ticket .side-line-title span {
  padding: 0 min(1.389vw, 20px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticket .side-line-title span {
    padding: 0 4.872vw;
  }
}
.cdf .contents .ticket-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #fff;
  border: 1px solid #444;
  border-collapse: collapse;
  overflow: visible;
  margin-bottom: min(4.167vw, 60px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticket-table {
    margin-bottom: 10.256vw;
  }
}
.cdf .contents .ticket-table th, .cdf .contents .ticket-table td {
  border: 1px solid #444;
  padding: min(1.389vw, 20px);
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticket-table th, .cdf .contents .ticket-table td {
    padding: 5.128vw;
  }
}
.cdf .contents .ticket-table .ppv-cell {
  position: relative;
  padding: 0;
}
.cdf .contents .ticket-table tr:first-child th:nth-child(1),
.cdf .contents .ticket-table tr:first-child td:nth-child(2) {
  background-color: #112639;
}
.cdf .contents .ticket-table tr:first-child td:nth-child(2) {
  background-color: #112639;
}
.cdf .contents .ticket-table tr:first-child td:nth-child(3) {
  line-height: 1.1;
  background-color: #8B0100;
  padding: min(1.875vw, 27px) 0 min(1.389vw, 20px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticket-table tr:first-child td:nth-child(3) {
    padding: 7.692vw 0 5.128vw;
  }
}
.cdf .contents .ticket-table tr:first-child td {
  font-size: min(1.25vw, 18px);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticket-table tr:first-child td {
    font-size: 3.846vw;
  }
}
.cdf .contents .ticket-table tr:first-child td span {
  font-size: min(0.833vw, 12px);
  font-weight: 400;
  color: #FFC0C0;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticket-table tr:first-child td span {
    font-size: 3.077vw;
  }
}
.cdf .contents .ticket-table tr:first-child td .ppv-label {
  position: absolute;
  top: max(-1.042vw, -15px);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background-color: #D60000;
  color: #fff;
  font-size: min(1.111vw, 16px);
  font-weight: bold;
  padding: min(0.486vw, 7px) min(3.472vw, 50px);
  white-space: nowrap;
  z-index: 10;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticket-table tr:first-child td .ppv-label {
    top: -5.128vw;
    border-radius: 1.026vw;
    font-size: 3.077vw;
    padding: 1.282vw 5.128vw;
  }
}
.cdf .contents .ticket-table tr:nth-child(2) th:nth-child(1) {
  background-color: #112639;
  font-size: min(0.972vw, 14px);
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticket-table tr:nth-child(2) th:nth-child(1) {
    font-size: 2.821vw;
  }
}
.cdf .contents .ticket-table tr:nth-child(2) td:nth-child(2) {
  background-color: transparent;
  font-size: min(0.833vw, 12px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticket-table tr:nth-child(2) td:nth-child(2) {
    font-size: 3.077vw;
  }
}
.cdf .contents .ticket-table tr:nth-child(2) td:nth-child(2) .oswald {
  font-size: min(1.667vw, 24px);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticket-table tr:nth-child(2) td:nth-child(2) .oswald {
    font-size: 6.154vw;
  }
}
.cdf .contents .ticket-table tr:nth-child(2) td:nth-child(3) {
  background-color: #8B0100;
  font-size: min(0.833vw, 12px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticket-table tr:nth-child(2) td:nth-child(3) {
    font-size: 3.077vw;
  }
}
.cdf .contents .ticket-table tr:nth-child(2) td:nth-child(3) .oswald {
  font-size: min(1.667vw, 24px);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticket-table tr:nth-child(2) td:nth-child(3) .oswald {
    font-size: 6.154vw;
  }
}
.cdf .contents .ticket-table tr:not(:first-child) th:nth-child(1) {
  background-color: #112639;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticket-table tr:not(:first-child) th:nth-child(1) {
    padding: 0;
  }
}
.cdf .contents .ticket-table tr:not(:first-child) td:nth-child(2) {
  background-color: transparent;
}
.cdf .contents .ticket-table tr:not(:first-child) td:nth-child(3) {
  background-color: #360000;
}
.cdf .contents .ticket-table tr:nth-child(n+3) th:nth-child(1) {
  background-color: #112639;
  font-size: min(0.972vw, 14px);
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticket-table tr:nth-child(n+3) th:nth-child(1) {
    font-size: 2.821vw;
    padding: 0;
  }
}
.cdf .contents .ticket-table tr:nth-child(n+3) td:nth-child(2),
.cdf .contents .ticket-table tr:nth-child(n+3) td:nth-child(3) {
  font-size: min(1.389vw, 20px);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticket-table tr:nth-child(n+3) td:nth-child(2),
  .cdf .contents .ticket-table tr:nth-child(n+3) td:nth-child(3) {
    font-size: 5.128vw;
  }
}
.cdf .contents .ticket-table th:nth-child(1) {
  width: 14.7964250248%;
}
.cdf .contents .ticket-table td:nth-child(2) {
  width: 42.6017874876%;
}
.cdf .contents .ticket-table td:nth-child(3) {
  width: 42.6017874876%;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticket-table th:nth-child(1) {
    width: 19.4285714286%;
  }
  .cdf .contents .ticket-table td:nth-child(2) {
    width: 39.7142857143%;
  }
  .cdf .contents .ticket-table td:nth-child(3) {
    width: 39.7142857143%;
  }
}
.cdf .contents .ticket-img {
  margin-bottom: min(1.736vw, 25px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticket-img {
    margin-bottom: 5.128vw;
  }
}
.cdf .contents .ticket-note li {
  margin-bottom: min(0.278vw, 4px);
  line-height: 180%;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticket-note li {
    margin-bottom: 1.026vw;
  }
}
.cdf .contents .upgrade {
  margin-bottom: min(5.556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .upgrade {
    margin-bottom: 20.513vw;
  }
}
.cdf .contents .upgrade_icon {
  position: absolute;
  width: min(15.278vw, 220px);
  top: max(-5.556vw, -80px);
  left: min(5.556vw, 80px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .upgrade_icon {
    width: 56.41vw;
    top: -20.513vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
.cdf .contents .upgrade .inner {
  position: relative;
}
.cdf .contents .upgrade-contents {
  border: 2px solid #957F4B;
  padding: min(3.75vw, 54px) min(4.167vw, 60px) min(7.639vw, 110px);
  position: relative;
  margin-bottom: min(1.736vw, 25px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .upgrade-contents {
    padding: 28.718vw 5.128vw 10.769vw;
    margin-bottom: 7.692vw;
  }
}
.cdf .contents .upgrade-contents::before {
  content: "";
  background-image: url(../img/svg/deco01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 99.3%;
  height: min(2.083vw, 30px);
  top: 3px;
  left: 5px;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .upgrade-contents::before {
    background-image: url(../img/svg/deco01_sp.svg);
    height: 5.128vw;
    width: 87.179vw;
    background-size: contain;
    left: 0.769vw;
  }
}
.cdf .contents .upgrade-contents::after {
  content: "";
  background-image: url(../img/svg/deco02.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 99.3%;
  height: min(2.431vw, 35px);
  bottom: 3px;
  left: 5px;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .upgrade-contents::after {
    background-image: url(../img/svg/deco02_sp.svg);
    height: 5.128vw;
    width: 87.179vw;
    background-size: contain;
    left: 0.769vw;
  }
}
.cdf .contents .upgrade h2 {
  width: min(33.056vw, 476px);
  margin: auto;
  margin-bottom: min(1.528vw, 22px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .upgrade h2 {
    width: 79.487vw;
    margin-bottom: 4.359vw;
  }
}
.cdf .contents .upgrade .text {
  color: #957F4B;
  width: min(48.611vw, 700px);
  margin: auto;
  margin-bottom: min(1.806vw, 26px);
  font-size: min(0.972vw, 14px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .upgrade .text {
    font-weight: 700;
    width: 100%;
    font-size: 3.59vw;
    margin-bottom: 6.667vw;
  }
}
.cdf .contents .upgrade p {
  margin-bottom: min(1.806vw, 26px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .upgrade p {
    margin-bottom: 6.667vw;
  }
}
.cdf .contents .upgrade-img {
  margin-bottom: min(2.5vw, 36px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .upgrade-img {
    margin-bottom: 7.692vw;
  }
}
.cdf .contents .upgrade .table-container {
  width: 100%;
  margin: 0 auto;
}
.cdf .contents .upgrade .custom-border-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 1px solid #957F4B;
  border-bottom: 1px solid #957F4B;
}
.cdf .contents .upgrade .custom-border-table th, .cdf .contents .upgrade .custom-border-table td {
  padding: 20px;
  font-size: 16px;
  line-height: 1.6;
  vertical-align: middle;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #957F4B;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .upgrade .custom-border-table th, .cdf .contents .upgrade .custom-border-table td {
    padding: 5.128vw;
    font-size: 3.59vw;
  }
}
.cdf .contents .upgrade .custom-border-table tr:last-child th,
.cdf .contents .upgrade .custom-border-table tr:last-child td {
  border-bottom: none;
}
.cdf .contents .upgrade .custom-border-table th {
  width: 20.45%;
  background-color: #2A220F;
  color: #BF9000;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .upgrade .custom-border-table th {
    width: 25.8%;
    padding: 5.128vw 0;
  }
}
.cdf .contents .upgrade .custom-border-table td {
  width: 79.55%;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .upgrade .custom-border-table td {
    width: auto;
    font-weight: 700;
  }
}
.cdf .contents .upgrade .custom-border-table td .note {
  font-size: 14px;
  margin-top: 10px;
  color: #ccc;
  line-height: 1.4;
  line-height: 180%;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .upgrade .custom-border-table td .note {
    font-size: 3.077vw;
  }
}
.cdf .contents .upgrade .custom-border-table td ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cdf .contents .upgrade .custom-border-table td ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 5px;
}
.cdf .contents .upgrade .custom-border-table td ul li:last-child {
  margin-bottom: 0;
}
.cdf .contents .upgrade .custom-border-table td ul li span {
  color: #BF9000;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.cdf .contents .upgrade-btn {
  width: min(24.306vw, 350px);
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .upgrade-btn {
    width: 100%;
  }
}
.cdf .contents .ticketschedule {
  margin-bottom: min(5.972vw, 86px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticketschedule {
    margin-bottom: 23.333vw;
  }
}
.cdf .contents .ticketschedule h2 {
  width: min(28.472vw, 410px);
  margin: auto;
  margin-bottom: min(1.042vw, 15px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticketschedule h2 {
    width: 79.487vw;
    margin-bottom: 5.897vw;
  }
}
.cdf .contents .ticketschedule .off-contents {
  opacity: 0.8;
  background: #333;
}
.cdf .contents .ticketschedule_contents {
  border: solid 2px #957F4B;
  margin-bottom: min(2.083vw, 30px);
  padding: min(3.333vw, 48px) min(4.861vw, 70px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticketschedule_contents {
    margin-bottom: 7.692vw;
    padding: 9.231vw 5.128vw;
  }
}
.cdf .contents .ticketschedule_contents::before {
  content: "";
  background-image: url(../img/svg/triangle01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: min(0.694vw, 10px);
  height: min(0.694vw, 10px);
  position: absolute;
  right: 2px;
  top: 2px;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticketschedule_contents::before {
    width: 2.564vw;
    height: 2.564vw;
  }
}
.cdf .contents .ticketschedule_contents::after {
  content: "";
  background-image: url(../img/svg/triangle02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: min(0.694vw, 10px);
  height: min(0.694vw, 10px);
  position: absolute;
  left: 2px;
  top: 2px;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticketschedule_contents::after {
    width: 2.564vw;
    height: 2.564vw;
  }
}
.cdf .contents .ticketschedule_contents:last-of-type {
  margin-bottom: 0;
}
.cdf .contents .ticketschedule_contents:last-of-type .flex:first-of-type {
  padding-bottom: min(1.944vw, 28px);
  margin-bottom: min(1.667vw, 24px);
  border-bottom: 1px solid #957F4B;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticketschedule_contents:last-of-type .flex:first-of-type {
    padding-bottom: 10.256vw;
    margin-bottom: 6.41vw;
  }
}
.cdf .contents .ticketschedule_contents:last-of-type h3::before {
  content: "";
  position: absolute;
  top: min(3.611vw, 52px);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background-image: url(../img/line.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: min(38.056vw, 548px);
  height: min(0.833vw, 12px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticketschedule_contents:last-of-type h3::before {
    top: 20.513vw;
    width: 100%;
    height: 3.077vw;
  }
}
.cdf .contents .ticketschedule_contents h3 {
  color: var(--gold_02, #957F4B);
  text-align: center;
  font-size: min(1.667vw, 24px);
  font-weight: 700;
  line-height: 160%;
  margin-bottom: min(3.958vw, 57px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticketschedule_contents h3 {
    font-size: 5.128vw;
    margin-bottom: 12.821vw;
  }
}
.cdf .contents .ticketschedule_contents h3::before {
  content: "";
  position: absolute;
  top: min(3.611vw, 52px);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background-image: url(../img/line.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: min(38.056vw, 548px);
  height: min(0.833vw, 12px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticketschedule_contents h3::before {
    top: 10.256vw;
    width: 100%;
    height: 3.077vw;
  }
}
.cdf .contents .ticketschedule_contents .periodtext {
  font-weight: 700px;
  line-height: 180%;
}
.cdf .contents .ticketschedule_contents .periodtext .period {
  color: #957F4B;
  margin-right: min(0.833vw, 12px);
  margin-bottom: min(0.833vw, 12px);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticketschedule_contents .periodtext .period {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.cdf .contents .ticketschedule_contents .ticketschedule_icon {
  position: absolute;
  top: min(2.083vw, 30px);
  right: min(1.528vw, 22px);
  width: min(9.167vw, 132px);
  height: min(9.167vw, 132px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticketschedule_contents .ticketschedule_icon {
    display: none;
  }
}
.cdf .contents .ticketschedule_contents .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticketschedule_contents .flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.cdf .contents .ticketschedule_contents .flex .info {
  margin-top: min(1.389vw, 20px);
}
.cdf .contents .ticketschedule_contents .flex .info .text {
  font-size: min(0.972vw, 14px);
  margin-bottom: min(0.833vw, 12px);
  line-height: 180%;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticketschedule_contents .flex .info .text {
    font-size: 3.077vw;
    margin-bottom: 2.564vw;
  }
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticketschedule_contents .flex .info .note {
    margin-bottom: 10.256vw;
  }
}
.cdf .contents .ticketschedule_contents .flex .btn {
  width: min(15.278vw, 220px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticketschedule_contents .flex .btn {
    width: 100%;
  }
}
.cdf .contents .ticketschedule_contents .flex .off {
  pointer-events: none;
}
.cdf .contents .ticketschedule_contents .tokuten {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticketschedule_contents .tokuten {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.cdf .contents .ticketschedule_contents .tokuten .img {
  width: min(13.194vw, 190px);
  margin-right: min(3.125vw, 45px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticketschedule_contents .tokuten .img {
    width: 53.846vw;
    margin-right: 0;
  }
}
.cdf .contents .ticketschedule_contents .tokuten p {
  text-align: center;
  color: #957F4B;
  font-size: min(0.972vw, 14px);
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticketschedule_contents .tokuten p {
    font-size: 3.59vw;
  }
}
.cdf .contents .ticketschedule_contents .tokuten p .bold {
  font-size: min(1.111vw, 16px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticketschedule_contents .tokuten p .bold {
    font-size: 4.103vw;
  }
}
.cdf .contents .ticketschedule_contents .tokuten p .num {
  font-size: min(1.944vw, 28px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticketschedule_contents .tokuten p .num {
    font-size: 7.179vw;
  }
}
.cdf .contents .ticketschedule_contents .tokuten p .strong {
  font-size: min(1.25vw, 18px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ticketschedule_contents .tokuten p .strong {
    font-size: 4.615vw;
  }
}
.cdf .contents .goods {
  margin-bottom: min(3.542vw, 51px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .goods {
    margin-bottom: 20.513vw;
  }
}
.cdf .contents .goods .inner {
  position: relative;
}
.cdf .contents .goods h2 {
  width: min(14.375vw, 207px);
  margin: auto;
  margin-bottom: min(1.736vw, 25px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .goods h2 {
    width: 49.231vw;
    margin-bottom: 6.41vw;
  }
}
.cdf .contents .goods .viewer-container {
  margin-bottom: min(1.944vw, 28px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .goods .viewer-container {
    margin-bottom: 7.179vw;
  }
}
.cdf .contents .goods .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .goods .flex {
    margin-bottom: 2.564vw;
  }
}
.cdf .contents .goods .flex span {
  margin-right: min(0.833vw, 12px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .goods .flex span {
    margin-right: 3.077vw;
  }
}
.cdf .contents .goods .off_btn {
  background: #515151;
  border: solid 1px #515151;
  color: #B9B9B9;
  pointer-events: none;
}
.cdf .contents .goods_btn {
  font-size: min(1.389vw, 20px);
  padding: min(1.701vw, 24.5px) 0;
  color: #fff;
  background-color: #BF9000;
  border: solid 1px #BF9000;
  display: block;
  width: min(23.611vw, 340px);
  margin: auto;
  text-align: center;
  margin-bottom: min(3.611vw, 52px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .goods_btn {
    font-size: 4.103vw;
    padding: 5.128vw 0;
    width: 100%;
    margin-bottom: 14.615vw;
  }
}
.cdf .contents .goods_btn::before {
  content: "";
  background-image: url(../img/svg/arrow03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  width: min(1.389vw, 20px);
  height: min(1.389vw, 20px);
  right: min(1.111vw, 16px);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .goods_btn::before {
    width: 5.128vw;
    height: 5.128vw;
    right: 5.128vw;
  }
}
.cdf .contents .goods_btn:hover {
  color: #fff;
  background-color: #E1AD0F;
  border: solid 1px #E1AD0F;
  opacity: 1;
}
.cdf .contents .goods .info_contents {
  border: solid 1px #957F4B;
}
.cdf .contents .goods .info_contents h3 {
  font-size: min(1.389vw, 20px);
  text-align: center;
  color: #957F4B;
  font-weight: 700;
  padding-bottom: min(1.111vw, 16px);
  margin-bottom: min(1.111vw, 16px);
  border-bottom: solid 1px #957F4B;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .goods .info_contents h3 {
    font-size: 5.128vw;
    padding-bottom: 4.103vw;
    margin-bottom: 6.154vw;
  }
}
.cdf .contents .goods .info_contents .box .ttl {
  color: #957F4B;
  font-weight: 700;
}
.cdf .contents .goods .info_contents .box:last-of-type {
  margin-bottom: 0;
}
.cdf .contents .goods .info_contents .box ul li {
  font-size: min(0.972vw, 14px);
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .goods .info_contents .box ul li {
    font-size: 3.59vw;
  }
}
.cdf .contents .goods .flag {
  position: absolute;
  top: max(-9.167vw, -132px);
  right: max(-13.056vw, -188px);
  width: min(26.042vw, 375px);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .goods .flag {
    width: 46.41vw;
    right: -6.41vw;
    top: -17.949vw;
  }
}
.cdf .contents .ppv {
  padding-bottom: min(5.556vw, 80px);
  background-image: url(../img/bg_ppv.png), -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, #003346));
  background-image: url(../img/bg_ppv.png), -webkit-linear-gradient(top, transparent 20%, #003346 20%);
  background-image: url(../img/bg_ppv.png), linear-gradient(to bottom, transparent 20%, #003346 20%);
  background-position: center 30px, left top;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ppv {
    background-image: url(../img/sp/bg_ppv_sp.png), -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, #003346));
    background-image: url(../img/sp/bg_ppv_sp.png), -webkit-linear-gradient(top, transparent 20%, #003346 20%);
    background-image: url(../img/sp/bg_ppv_sp.png), linear-gradient(to bottom, transparent 20%, #003346 20%);
    padding-bottom: 5.897vw;
  }
}
.cdf .contents .ppv h2 {
  width: min(8.333vw, 120px);
  margin: auto;
  margin-bottom: min(2.083vw, 30px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ppv h2 {
    width: 25.641vw;
    margin-bottom: 9.487vw;
  }
}
.cdf .contents .ppv .info {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ppv .info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.cdf .contents .ppv .info div {
  width: 48.5%;
  line-height: 190%;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ppv .info div {
    width: 100%;
  }
}
.cdf .contents .ppv .info div .ttl {
  display: block;
  margin-bottom: min(0.347vw, 5px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ppv .info div .ttl {
    margin-bottom: 1.282vw;
  }
}
.cdf .contents .ppv .info div ul:first-of-type {
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ppv .info div ul:first-of-type {
    margin-bottom: 5.128vw;
  }
}
@media only screen and (max-width: 767px) {
  .cdf .contents .ppv .info div ul {
    margin-bottom: 5.128vw;
  }
}
.cdf .contents .ppv .info div ul .note {
  line-height: 190%;
}
.cdf .contents .overview {
  margin-top: min(6.944vw, 100px);
  margin-bottom: min(4.167vw, 60px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .overview {
    margin-bottom: 40.769vw;
  }
}
.cdf .contents .overview .inner {
  position: relative;
}
.cdf .contents .overview_img01 {
  position: absolute;
  top: min(5.764vw, 83px);
  right: -220px;
  width: min(24.306vw, 350px);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .overview_img01 {
    width: 66.667vw;
    top: 15.385vw;
    right: -28.205vw;
  }
}
.cdf .contents .overview_img02 {
  position: absolute;
  top: min(54.167vw, 780px);
  left: -180px;
  width: min(24.306vw, 350px);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .overview_img02 {
    width: 66.667vw;
    top: 264.872vw;
    left: -7.692vw;
  }
}
.cdf .contents .sns {
  margin-bottom: min(4.167vw, 60px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .sns {
    margin-bottom: 12.821vw;
  }
}
.cdf .contents .sns h2 {
  text-align: center;
  margin-bottom: min(2.083vw, 30px);
}
.cdf .contents .sns .flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cdf .contents .sns .flex img {
  width: min(2.778vw, 40px);
  margin: min(0.694vw, 10px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .sns .flex img {
    width: 10.256vw;
    height: 10.256vw;
  }
}
.cdf .contents .sns .flex a {
  display: block;
}
.cdf .contents .contact {
  background-color: #02506C;
  padding: min(2.917vw, 42px) 0 min(3.333vw, 48px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .contact {
    padding: 11.282vw 0;
  }
}
.cdf .contents .contact h2 {
  text-align: center;
  font-size: min(1.25vw, 18px);
  margin-bottom: min(2.5vw, 36px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .contact h2 {
    font-size: 4.615vw;
    margin-bottom: 7.692vw;
  }
}
.cdf .contents .contact .flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .contact .flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.cdf .contents .contact .flex a {
  display: block;
  background-color: #000;
  color: #fff;
  padding: min(1.25vw, 18px) min(5.556vw, 80px);
  margin: 0 min(1.389vw, 20px);
}
@media only screen and (max-width: 767px) {
  .cdf .contents .contact .flex a {
    width: 82.051vw;
    text-align: center;
    padding: 5.641vw 0;
    margin-bottom: 3.59vw;
  }
}
.cdf .contents .contact .flex a:hover {
  opacity: 1;
  background-color: #0077A2;
}
@media only screen and (max-width: 767px) {
  .cdf .contents .contact .flex a:hover {
    background-color: #000;
  }
}
.cdf .contents .contact .flex a:last-of-type {
  margin-bottom: 0;
}

.info_contents {
  padding: min(3.472vw, 50px) min(4.167vw, 60px);
  border: solid 1px #D60000;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .info_contents {
    padding: 7.692vw 6.41vw 10.256vw;
  }
}
.info_contents h2 {
  text-align: center;
  font-size: min(1.667vw, 24px);
  padding-bottom: min(1.042vw, 15px);
  margin-bottom: min(4.028vw, 58px);
  border-bottom: solid 1px #D60000;
}
@media only screen and (max-width: 767px) {
  .info_contents h2 {
    font-size: 5.128vw;
    padding-bottom: 3.59vw;
    margin-bottom: 7.692vw;
  }
}
.info_contents .box {
  margin-bottom: min(2.083vw, 30px);
  font-size: min(0.972vw, 14px);
  font-weight: 400;
  line-height: 180%;
}
@media only screen and (max-width: 767px) {
  .info_contents .box {
    margin-bottom: 5.128vw;
    font-size: 3.59vw;
  }
}
.info_contents .box .ttl {
  font-size: min(1.111vw, 16px);
  display: block;
  margin-bottom: min(0.417vw, 6px);
}
@media only screen and (max-width: 767px) {
  .info_contents .box .ttl {
    margin-bottom: 1.282vw;
    font-size: 4.103vw;
    display: block;
  }
}
.info_contents .box .subttl {
  display: block;
  font-weight: 700;
}
.info_contents .box a {
  color: #CC9A00;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .info_contents .box a {
    display: block;
    word-break: break-all;
  }
}
.info_contents hr {
  border: none;
  border-top: 1px solid #957F4B;
  height: 0;
  opacity: 1;
  margin-bottom: min(2.083vw, 30px);
}
@media only screen and (max-width: 767px) {
  .info_contents hr {
    margin-bottom: 7.692vw;
  }
}
.info_contents .note {
  display: block;
  line-height: 180%;
}
@media only screen and (max-width: 767px) {
  .info_contents .note {
    font-size: 3.077vw;
  }
}
.info_contents .button-wrapper {
  text-align: right; /* 中身を右に寄せる */
  width: 100%; /* 幅がいっぱいあることを確認 */
}
.info_contents .btn-detail {
  /* レイアウト：文字とアイコンを横並びにして中央揃え */
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px; /* 文字と矢印の間のスキマ */
  /* ボタンの見た目：四角いデザイン */
  padding: 15px 24px;
  color: #fff; /* 文字の色 */
  text-decoration: none; /* 下線を消す */
  border: 1px solid #333; /* 枠線 */
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; /* ホバー時のふわっとした動き */
  border: #fff solid 1px;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .info_contents .btn-detail {
    padding: 5.641vw 0;
    width: 100%;
  }
}
.info_contents {
  /* ホバー時の演出（マウスを乗せたとき） */
}
.info_contents .btn-detail:hover {
  opacity: 0.8;
  background-color: #fff;
  color: #000;
}
.info_contents .btn-detail:hover .btn-icon {
  background-image: url(../img/svg/arrow02.svg);
}
.info_contents {
  /* 矢印アイコンの部分（ご提示のコードを使用） */
}
.info_contents .btn-icon {
  display: inline-block;
  width: 16px; /* 矢印の横幅（svgに合わせて調整してください） */
  height: 16px; /* 矢印の縦幅 */
  /* --- 指定の背景画像 --- */
  background-image: url(../img/svg/arrow.svg);
  /* ------------------- */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; /* 枠内に画像を収める */
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
}
.modal.is-active .modal-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.modal-content {
  position: relative;
  background-image: url(../img/pattern_paper01.png);
  background-size: 300px;
  width: 90%;
  height: 78vh;
  max-width: 1000px;
  padding: min(4.375vw, 63px) min(4.028vw, 58px) min(2.917vw, 42px);
  margin: 0;
  top: auto;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .modal-content {
    background-size: 76.923vw;
    width: 89.744vw;
    height: 78vh;
    padding: 13.333vw 5.128vw 12.051vw;
  }
}
.modal-content {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.modal-content h3 {
  text-align: center;
  color: #957F4B;
  font-size: min(1.667vw, 24px);
  margin-bottom: min(5.278vw, 76px);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .modal-content h3 {
    font-size: 6.154vw;
    margin-bottom: 19.487vw;
  }
}
.modal-content h3::before {
  content: "";
  position: absolute;
  top: min(3.611vw, 52px);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background-image: url(../img/line02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: min(60.972vw, 878px);
  height: min(0.833vw, 12px);
}
@media only screen and (max-width: 767px) {
  .modal-content h3::before {
    background-image: url(../img/sp/line02_sp.png);
    top: 13.333vw;
    width: 79.487vw;
    height: 3.077vw;
  }
}
.modal-content .modal-body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 767px) {
  .modal-content .modal-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.modal-content .modal-body {
  overflow-x: hidden;
}
.modal-content .modal-body::-webkit-scrollbar {
  display: none;
}
.modal-content .modal-body {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.modal-content .modal-body::-webkit-scrollbar {
  width: 5px;
}
.modal-content .modal-body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.modal-content .box {
  color: #333;
  margin-bottom: min(2.083vw, 30px);
  font-size: min(0.972vw, 14px);
  font-weight: 400;
  line-height: 180%;
}
@media only screen and (max-width: 767px) {
  .modal-content .box {
    font-size: 3.59vw;
    margin-bottom: 7.692vw;
  }
}
.modal-content .box .ttl {
  display: block;
  font-size: min(1.111vw, 16px);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .modal-content .box .ttl {
    font-size: 4.103vw;
  }
}
.modal-content .box .note {
  color: #333;
}
.modal-content .box a {
  color: #CC9A00;
  text-decoration: underline;
}
.modal-content .box .bold {
  font-weight: 700;
}
.modal-content hr {
  border: none;
  border-top: 1px solid #957F4B;
  height: 0;
  opacity: 1;
  margin-bottom: min(2.083vw, 30px);
}
@media only screen and (max-width: 767px) {
  .modal-content hr {
    margin-bottom: 7.692vw;
  }
}
.modal-content .close_btn {
  cursor: pointer;
  width: min(8.819vw, 127px);
  margin-bottom: 0;
  margin: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .modal-content .close_btn {
    margin-top: 10.256vw;
    width: 32.564vw;
  }
}
.modal-content .close_btn .js-modal-close {
  cursor: pointer;
}
.modal-close-icon {
  position: absolute !important;
  top: max(-4.444vw, -64px);
  right: max(-3.056vw, -44px);
  width: min(6.181vw, 89px);
  height: auto;
  cursor: pointer;
  z-index: 10;
  background: none;
  border: none;
  padding: 0;
  display: block;
}
.modal-close-icon picture {
  display: block;
  width: 100%;
}
.modal-close-icon picture img {
  width: 100%;
  height: auto;
  display: block;
}
.modal-close-icon .img-default {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .modal-close-icon .img-default {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.modal-close-icon .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  display: none;
}
@media (min-width: 768px) {
  .modal-close-icon .img-hover {
    display: block;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media (min-width: 768px) {
  .modal-close-icon:hover .img-default {
    opacity: 0;
  }
  .modal-close-icon:hover .img-hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .modal-close-icon {
    width: 15.385vw;
    top: -11.538vw;
    right: 0vw;
  }
  .modal-close-icon .img-hover {
    display: none !important;
  }
  .modal-close-icon .img-default {
    opacity: 1 !important;
  }
}

.modal_02 {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.modal_02.is-active {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.modal_02 {
  /* --- modal02-content (HTMLのクラス名と一致させる) --- */
}
.modal_02 .modal02-content {
  position: relative;
  width: 100%;
  height: auto;
  background-image: url(../img/performer/bg.png);
  background-size: cover;
  background-position: center;
  padding: min(3.472vw, 50px) 0;
  z-index: 9999;
  cursor: default;
}
@media only screen and (max-width: 767px) {
  .modal_02 .modal02-content {
    height: 78vh;
    padding: 9.744vw 20px;
  }
}
.modal_02 .modal02-content .wrapper {
  position: relative;
  max-width: 1440px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .modal_02 .modal02-content .wrapper {
    max-width: 100%;
  }
}
.modal_02 .modal02-content .modal-body {
  max-width: min(104.167vw, 1500px);
  width: min(90%, 1500px);
  padding: 0 min(10.417vw, 150px);
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .modal_02 .modal02-content .modal-body {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
.modal_02 .modal02-content .modal-body_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.modal_02 .modal02-content .modal-body_contents .modal-img-container {
  position: relative;
  width: min(27.778vw, 400px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .modal_02 .modal02-content .modal-body_contents .modal-img-container {
    width: 56.41vw;
    margin: 0 auto 5.128vw;
  }
}
.modal_02 .modal02-content .modal-body_contents .modal-img-container img {
  width: 100%;
  height: auto;
  max-height: 80vh;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.modal_02 .modal02-content .modal-body_contents .modal-img-container #modal-img {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.modal_02 .modal02-content .modal-body_contents .modal-img-container #modal-img-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
@media (min-width: 851px) {
  .modal_02 .modal02-content .modal-body_contents .modal-img-container:hover #modal-img {
    opacity: 0;
  }
  .modal_02 .modal02-content .modal-body_contents .modal-img-container:hover #modal-img-hover {
    opacity: 1;
  }
}
.modal_02 .modal02-content .modal-body_contents #modal-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: min(5.556vw, 80px);
  color: #fff;
  text-align: left;
  max-height: none;
  overflow-y: visible;
}
@media only screen and (max-width: 767px) {
  .modal_02 .modal02-content .modal-body_contents #modal-info {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin-left: 0;
    margin-top: 5.128vw;
    text-align: center;
    width: 100%;
    padding: 0;
    display: block;
    max-height: 84.154vw;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 480px) and (max-height: 700px) {
  .modal_02 .modal02-content .modal-body_contents #modal-info {
    max-height: 46.154vw;
  }
}
.modal_02 .modal02-content .modal-body_contents #modal-info .name {
  font-size: min(1.667vw, 24px);
  font-weight: 700;
  margin: min(1.528vw, 22px) 0 min(1.389vw, 20px);
  white-space: pre-wrap;
}
@media only screen and (max-width: 767px) {
  .modal_02 .modal02-content .modal-body_contents #modal-info .name {
    font-size: 6.154vw;
    margin: 0 0 2.564vw;
  }
}
.modal_02 .modal02-content .modal-body_contents #modal-info .text {
  font-size: min(0.972vw, 14px);
  line-height: 200%;
  margin-bottom: min(1.389vw, 20px);
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .modal_02 .modal02-content .modal-body_contents #modal-info .text {
    font-size: 3.59vw;
    margin-bottom: 2.564vw;
    text-align: left;
  }
}
.modal_02 .modal02-content .modal-body_contents #modal-info .link {
  margin-bottom: min(1.389vw, 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .modal_02 .modal02-content .modal-body_contents #modal-info .link {
    margin-bottom: 3.846vw;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.modal_02 .modal02-content .modal-body_contents #modal-info .link a {
  font-size: min(1.111vw, 16px);
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .modal_02 .modal02-content .modal-body_contents #modal-info .link a {
    font-size: 4.103vw;
  }
}
.modal_02 .modal02-content .modal-body_contents #modal-info .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .modal_02 .modal02-content .modal-body_contents #modal-info .sns {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.modal_02 .modal02-content .modal-body_contents #modal-info .sns img {
  width: min(2.153vw, 31px);
}
@media only screen and (max-width: 767px) {
  .modal_02 .modal02-content .modal-body_contents #modal-info .sns img {
    width: 7.949vw;
  }
}
.modal_02 {
  /* --- 矢印 & 閉じボタン --- */
}
.modal_02 .nav-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10000;
  width: min(2.083vw, 30px);
  cursor: pointer;
}
.modal_02 .nav-arrow.prev {
  left: min(4.167vw, 60px);
}
.modal_02 .nav-arrow.next {
  right: min(4.167vw, 60px);
}
@media only screen and (max-width: 767px) {
  .modal_02 .nav-arrow {
    width: 10.256vw;
  }
  .modal_02 .nav-arrow.prev {
    width: 6.154vw;
    left: 2.564vw;
    top: 25.641vw;
  }
  .modal_02 .nav-arrow.next {
    width: 6.154vw;
    right: 2.564vw;
    top: 25.641vw;
  }
}
.modal_02 .is-hidden {
  display: none;
}
.modal_02 .modal-close {
  position: absolute;
  top: max(-9.375vw, -135px);
  right: min(2.778vw, 40px);
  z-index: 10001;
  width: min(8.333vw, 120px);
  cursor: pointer;
  background: none;
  border: none;
}
@media only screen and (max-width: 767px) {
  .modal_02 .modal-close {
    width: 15.385vw;
    top: -21.026vw;
    right: 0vw;
  }
}
.modal_02 .modal-close img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .modal_02 .modal-close img {
    pointer-events: none;
  }
}

/* 表示用のクラス */
.is-active {
  opacity: 1;
  visibility: visible;
}
.is-active .modal-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ticket-box {
  position: fixed;
  bottom: min(13.889vw, 200px);
  right: 0;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.ticket-box.is-show {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .ticket-box {
    position: fixed;
    bottom: 20px;
    left: 2.564vw;
    right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ticket-box.is-stopped {
    position: absolute;
  }
}
.ticket-box .ticket-btn {
  width: min(7.639vw, 110px);
  margin-bottom: min(1.25vw, 18px);
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .ticket-box .ticket-btn {
    width: 23.077vw;
    margin-bottom: 0;
    margin-right: 3.077vw;
  }
}
.ticket-box .ticket-btn img {
  display: block;
  width: 100%;
  height: auto;
}

/* 汎用画像切り替えクラス（PCのみホバー） */
.c-img-switch {
  position: relative;
  display: inline-block;
  line-height: 0;
}
.c-img-switch:hover {
  opacity: 1;
}
.c-img-switch img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .c-img-switch img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.c-img-switch .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  .c-img-switch .img-hover {
    display: block;
  }
}
.c-img-switch .img-default {
  position: relative;
  z-index: 0;
}
.c-img-switch {
  /* --- PCでのみホバーアクションを実行 --- */
}
@media (min-width: 768px) {
  .c-img-switch:hover .img-default {
    opacity: 0 !important;
  }
  .c-img-switch:hover .img-hover {
    opacity: 1 !important;
  }
}

/* ------------------------------ *
 * inview
 * ------------------------------ */
.fadein {
  opacity: 0;
  -webkit-transition: opacity 2s ease-out, -webkit-transform 2s ease-out;
  transition: opacity 2s ease-out, -webkit-transform 2s ease-out;
  transition: opacity 2s ease-out, transform 2s ease-out;
  transition: opacity 2s ease-out, transform 2s ease-out, -webkit-transform 2s ease-out;
}
.fadein.is-inview {
  opacity: 1;
}

.js-inview-zoom {
  opacity: 0;
  -webkit-transform: scale(0.4) translateY(20px);
          transform: scale(0.4) translateY(20px);
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: opacity, transform;
}
.js-inview-zoom.is-inview {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}