@import url(https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap);@import url(https://fonts.googleapis.com/css2?family=Marcellus&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
@charset "UTF-8";
/* アニメーション */
@-webkit-keyframes marqueeAnim {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }
@keyframes marqueeAnim {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

body {
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background-size: repeat;
  font-family: "Marcellus", "Zen Old Mincho", serif;
  background-color: #070D21; }

a:hover {
  opacity: 0.7; }

.sp_only {
  display: none !important; }

.pc_only {
  display: block !important; }

.big-only {
  display: none !important; }

.hamburger {
  display: none !important;
  z-index: 1100;
  height: 64px;
  width: 64px;
  position: fixed;
  top: 0;
  left: 0; }
  .hamburger .line {
    width: 30px;
    height: 1.5px;
    transition: 0.3s;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    background-color: #fff; }
    .hamburger .line img {
      width: 100%; }
  .hamburger .line01 {
    position: absolute;
    top: 16px;
    left: 50%;
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%); }
  .hamburger .line02 {
    position: absolute;
    top: 22px;
    left: 50%;
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%); }
  .hamburger .line03 {
    position: absolute;
    top: 28px;
    left: 50%;
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%); }
  .hamburger .line01.show {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 22px;
    left: 50%;
    -webkit-transform: translateX(-45%) rotate(45deg);
            transform: translateX(-45%) rotate(45deg); }
  .hamburger .line02.show {
    opacity: 0; }
  .hamburger .line03.show {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    top: 22px;
    left: 50%;
    -webkit-transform: translateX(-45%) rotate(-45deg);
            transform: translateX(-45%) rotate(-45deg); }

.header.show {
  visibility: visible;
  opacity: 1;
  z-index: 20 !important; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10; }
  .header .left {
    padding-left: 12px; }
    .header .left a {
      width: 160px;
      display: inline-block; }
      .header .left a img {
        width: 100%; }
  .header .right {
    color: white; }
    .header .right .title_menu {
      text-align: center;
      margin-bottom: 32px; }
      .header .right .title_menu p {
        font-size: 15px;
        letter-spacing: 2px;
        line-height: 2; }
      .header .right .title_menu h2 {
        font-size: 28px;
        letter-spacing: 4px;
        line-height: 1;
        margin-top: 8px; }
    .header .right ul {
      display: flex;
      align-items: center; }
      .header .right ul li {
        margin-right: 32px; }
        .header .right ul li a {
          display: inline-block;
          text-decoration: none;
          color: white;
          letter-spacing: 1px;
          font-size: 18px; }
        .header .right ul li .buy {
          background-color: #fff;
          color: #000;
          padding: 10px 24px;
          border-radius: 100px;
          font-size: 14px; }

.debug {
  color: white;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 12px; }
  .debug .angleDisplay {
    line-height: 1.25; }

#permissionPopup {
  position: fixed;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 20px;
  border-radius: 5px;
  display: block;
  text-align: center;
  z-index: 10; }

#permissionPopup button {
  margin-top: 10px;
  padding: 10px;
  background-color: #4CAF50;
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px; }

#permissionPopup button.cancel {
  background-color: #f44336; }

.wrapper {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Marcellus", "Zen Old Mincho", serif;
  font-weight: 400;
  position: relative;
  width: 100%; }

.bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -1; }
  .bg .kv_bg {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1; }
  .bg .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    pointer-events: none;
    z-index: 3; }
  .bg .bg-stars {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2; }
  .bg .star {
    position: absolute;
    width: 100px;
    height: 100px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    will-change: opacity; }

.section01 {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  .section01 .kv_y {
    width: 65%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2; }
  .section01 .kv_left {
    position: absolute;
    left: 23%;
    top: 37%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    display: flex; }
    .section01 .kv_left .kv_moji {
      height: 170px; }
    .section01 .kv_left a {
      width: 130px;
      display: inline-block; }
      .section01 .kv_left a img {
        width: 100%; }
  .section01 .kv_right {
    position: absolute;
    right: 25%;
    top: 65%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    z-index: 2;
    display: flex; }
    .section01 .kv_right .kv_moji {
      height: 170px; }
    .section01 .kv_right a {
      top: -50%;
      right: 0;
      width: 130px;
      display: inline-block; }
      .section01 .kv_right a img {
        width: 100%; }
  .section01 .kv_desc {
    position: absolute;
    left: 50%;
    bottom: 60px;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    z-index: 2;
    text-align: center;
    color: white; }
    .section01 .kv_desc p {
      font-size: 18px;
      letter-spacing: 2px; }
    .section01 .kv_desc h1 {
      font-size: 72px;
      letter-spacing: 4px;
      line-height: 1;
      margin-top: 8px; }

.section02 {
  padding-top: 300px;
  color: white;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .section02 h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px; }
  .section02 h3 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 20px; }
  .section02 p {
    color: white;
    line-height: 2.5;
    font-size: 18px;
    letter-spacing: 1px; }
  .section02 a {
    background-color: white;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    width: 280px;
    padding: 20px 0px;
    text-decoration: none;
    color: #000;
    letter-spacing: 1px;
    font-size: 14px; }
    .section02 a:first-child {
      margin-right: 20px; }
  .section02 .message {
    width: 880px;
    margin: 0 auto; }
  .section02 .name {
    margin-top: 240px;
    letter-spacing: 2px;
    margin-bottom: 64px; }
    .section02 .name:first-child {
      margin-top: 40px;
      margin-bottom: 32px; }
  .section02 ul {
    width: 720px;
    border-top: 1px solid #fff;
    margin-top: 80px;
    margin-bottom: 40px; }
    .section02 ul li {
      border-bottom: 1px dashed #fff;
      padding: 18px 12px;
      display: flex;
      justify-content: space-between;
      box-sizing: border-box;
      letter-spacing: 1px; }
  .section02 h5 {
    font-size: 24px; }
  .section02 .seat {
    width: 600px;
    margin-top: 12px; }

.section03 {
  padding-top: 300px;
  color: white;
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .section03 h3 {
    font-size: 56px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 2px; }
  .section03 p {
    color: white;
    line-height: 2.5;
    font-size: 16px; }
  .section03 .title {
    margin-bottom: 0;
    letter-spacing: 4px; }
  .section03 .info {
    text-align: center;
    line-height: 1;
    margin-top: 10px;
    font-size: 14px; }
  .section03 .info01 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 4px; }
  .section03 .info02 {
    margin-bottom: 60px; }
  .section03 .buttons {
    display: flex;
    gap: 20px; }
    .section03 .buttons a {
      margin: 0 !important; }
  .section03 a {
    background-color: white;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    width: 240px;
    padding: 16px 0px;
    text-decoration: none;
    color: #000;
    letter-spacing: 1px;
    font-size: 14px; }
    .section03 a:first-child {
      margin-right: 20px; }
  .section03 .disactive {
    opacity: 0.5;
    pointer-events: none; }
  .section03 .tour_list {
    width: 640px;
    border-top: 1px solid #fff;
    margin-top: 60px;
    margin-bottom: 40px; }
    .section03 .tour_list li {
      border-bottom: 1px dashed #fff;
      padding: 18px 12px;
      display: flex;
      justify-content: flex-start;
      box-sizing: border-box;
      letter-spacing: 1px; }
      .section03 .tour_list li .first {
        width: 200px; }
  .section03 .tour_message {
    width: 100%;
    line-height: 1.5; }
  .section03 ul {
    width: 640px;
    border-top: 1px solid #fff;
    margin-top: 60px;
    margin-bottom: 40px; }
    .section03 ul li {
      border-bottom: 1px dashed #fff;
      padding: 18px 12px;
      display: flex;
      justify-content: space-between;
      box-sizing: border-box;
      letter-spacing: 1px; }
  .section03 .item {
    box-sizing: border-box;
    border-radius: 20px;
    border: solid #fff 1px;
    margin-top: 32px;
    width: 100%;
    max-width: 1400px;
    padding: 44px; }
    .section03 .item h4 {
      font-size: 26px;
      margin-bottom: 12px; }
    .section03 .item p {
      line-height: 2;
      font-size: 17px;
      letter-spacing: 1px; }
    .section03 .item .price {
      font-size: 21px;
      margin-top: 40px; }
    .section03 .item .gray {
      opacity: 0.7;
      font-size: 12px;
      margin-left: 12px; }
  .section03 .item01 {
    margin-top: 60px; }
  .section03 .item_text {
    width: 100%;
    line-height: 1.75;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 28px;
    max-width: 1400px; }
  .section03 .info_buy {
    margin-top: 120px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: 120px auto 0; }
    .section03 .info_buy p {
      font-size: 16px;
      text-align: center;
      margin-bottom: 20px;
      line-height: 2.25;
      letter-spacing: 1px; }
    .section03 .info_buy .sub_title {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      gap: 16px;
      width: 100%;
      justify-content: center;
      margin-bottom: 48px; }
      .section03 .info_buy .sub_title h4 {
        text-align: center;
        font-size: 28px;
        line-height: 1; }
      .section03 .info_buy .sub_title .line {
        flex: 1;
        height: 5px;
        background-image: url("/img/line.svg");
        background-size: contain;
        background-position: center; }
  .section03 .tokuten_list {
    width: 100%;
    max-width: 1440px;
    border-top: 1px solid #fff;
    margin-top: 30px;
    margin-bottom: 20px; }
    .section03 .tokuten_list li {
      border-bottom: 1px dashed #fff;
      padding: 24px 20px;
      display: flex;
      justify-content: space-between;
      box-sizing: border-box;
      letter-spacing: 1px; }
      .section03 .tokuten_list li:last-child {
        border-bottom: 1px solid #fff; }
  .section03 .attension {
    font-size: 12px;
    letter-spacing: 1px;
    width: 100%;
    text-align: left !important; }

footer {
  position: relative;
  margin-top: 200px;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.75; }

.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
  background-color: #ffffff;
  visibility: visible;
  opacity: 1; }
  .loading .inner {
    width: 100%;
    height: 100%;
    position: relative; }
    .loading .inner .lottie_style {
      position: absolute;
      top: 50%;
      right: 50%;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      width: 20%;
      height: 100vh;
      margin: 0 auto;
      transition: 1s; }
    .loading .inner #lottie2 {
      transition: 1s;
      opacity: 0;
      visibility: hidden; }

.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important; }

.is-active {
  opacity: 1 !important;
  visibility: visible !important; }

.attention {
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  line-height: 1.75; }

.debug {
  color: white;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 12px; }
  .debug .angleDisplay {
    line-height: 1.25; }

.ticket_attention {
  text-align-last: left; }

#permissionPopup {
  position: fixed;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 20px;
  border-radius: 5px;
  display: block;
  text-align: center;
  z-index: 10; }

#permissionPopup button {
  margin-top: 10px;
  padding: 10px;
  background-color: #4CAF50;
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px; }

#permissionPopup button.cancel {
  background-color: #f44336; }

.wrapper {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Marcellus", "Zen Old Mincho", serif;
  font-weight: 400;
  position: relative;
  width: 100%; }

.bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -1; }
  .bg .kv_bg {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1; }
  .bg .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    pointer-events: none;
    z-index: 3; }
  .bg .bg-stars {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2; }
  .bg .star {
    position: absolute;
    width: 100px;
    height: 100px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    will-change: opacity; }

.section01 {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .section01 .kv_y {
    width: 65%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2; }
  .section01 .kv_desc {
    position: absolute;
    left: 50%;
    bottom: 60px;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    z-index: 2;
    text-align: center;
    color: white; }
    .section01 .kv_desc p {
      font-size: 18px;
      letter-spacing: 2px; }
    .section01 .kv_desc h1 {
      font-size: 72px;
      letter-spacing: 4px;
      line-height: 1;
      margin-top: 8px; }

.kasou01 {
  padding-top: 300px;
  color: white;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .kasou01 h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 56px;
    letter-spacing: 2px;
    line-height: 1.75; }
  .kasou01 h3 {
    font-size: 72px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 6px; }
  .kasou01 .small_h3 {
    font-size: 32px; }
  .kasou01 h5 {
    letter-spacing: 2px;
    font-family: 24px;
    margin-bottom: 32px; }
  .kasou01 p {
    color: white;
    line-height: 2;
    font-size: 16px;
    letter-spacing: 1px; }
  .kasou01 .ticket_info {
    width: 800px;
    margin: 0 auto;
    font-size: 13px;
    text-align: center; }
  .kasou01 a {
    background-color: white;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    width: 280px;
    padding: 20px 0px;
    text-decoration: none;
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: 40px; }
    .kasou01 a:first-child {
      margin-right: 20px; }
  .kasou01 .message {
    width: 720px;
    margin: 0 auto; }
  .kasou01 .name {
    margin-top: 240px;
    letter-spacing: 2px; }
    .kasou01 .name:first-child {
      margin-top: 40px; }
  .kasou01 ul {
    width: 960px;
    border-top: 1px solid #fff;
    margin-top: 80px;
    margin-bottom: 40px; }
    .kasou01 ul li {
      border-bottom: 1px dashed #fff;
      padding: 18px 12px;
      display: flex;
      justify-content: space-between;
      box-sizing: border-box;
      letter-spacing: 1px; }
      .kasou01 ul li:last-child {
        border-bottom: 1px solid #fff; }
      .kasou01 ul li span:first-child {
        width: 450px; }
  .kasou01 h5 {
    font-size: 24px; }
  .kasou01 .seat {
    width: 600px;
    margin-top: 40px; }
  .kasou01 .info_buy_02 {
    margin-top: 60px !important; }
  .kasou01 .info_buy {
    margin-top: 120px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: 120px auto 0; }
    .kasou01 .info_buy h4 {
      font-size: 32px; }
    .kasou01 .info_buy p {
      font-size: 14px;
      text-align: center;
      margin-bottom: 20px;
      line-height: 2.25;
      letter-spacing: 1px; }
    .kasou01 .info_buy h7 {
      font-size: 28px;
      line-height: 1.25;
      margin-top: 40px; }
    .kasou01 .info_buy h6 {
      font-size: 32px;
      margin-bottom: 20px; }
    .kasou01 .info_buy .sub_title {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      gap: 16px;
      width: 100%;
      justify-content: center;
      margin-bottom: 48px; }
      .kasou01 .info_buy .sub_title h4 {
        text-align: center;
        font-size: 21px;
        line-height: 1; }
      .kasou01 .info_buy .sub_title .line {
        flex: 1;
        height: 5px;
        background-image: url("/img/line.svg");
        background-size: contain;
        background-position: center; }
  .kasou01 .info_buy_03 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 1440px;
    margin: 60px auto 0; }
    .kasou01 .info_buy_03 h4 {
      font-size: 32px; }
    .kasou01 .info_buy_03 h5 {
      width: 100%; }
    .kasou01 .info_buy_03 p {
      font-size: 20px;
      text-align: center;
      margin-bottom: 20px;
      line-height: 2.25;
      letter-spacing: 1px;
      text-align-last: left; }
    .kasou01 .info_buy_03 h7 {
      font-size: 28px;
      line-height: 1.25;
      margin-top: 40px; }
    .kasou01 .info_buy_03 h6 {
      font-size: 32px;
      margin-bottom: 20px;
      margin-top: 20px; }
    .kasou01 .info_buy_03 a {
      background: none;
      color: #fff;
      padding: 0;
      width: auto;
      margin-top: 0px; }
    .kasou01 .info_buy_03 .sub_title {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      gap: 16px;
      width: 100%;
      justify-content: center;
      margin-bottom: 48px; }
      .kasou01 .info_buy_03 .sub_title h4 {
        text-align: center;
        font-size: 21px;
        line-height: 1; }
      .kasou01 .info_buy_03 .sub_title .line {
        flex: 1;
        height: 5px;
        background-image: url("/img/line.svg");
        background-size: contain;
        background-position: center; }

.kasou02 {
  padding-top: 100px;
  color: white;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .kasou02 h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px; }
  .kasou02 h3 {
    font-size: 72px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 6px; }
  .kasou02 h5 {
    letter-spacing: 2px;
    font-family: 24px;
    margin-bottom: 32px; }
  .kasou02 p {
    color: white;
    line-height: 2;
    font-size: 16px;
    letter-spacing: 1px; }
  .kasou02 .ticket_info {
    width: 800px;
    margin: 0 auto;
    font-size: 13px;
    text-align: center; }
  .kasou02 a {
    background-color: white;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    width: 280px;
    padding: 20px 0px;
    text-decoration: none;
    color: #000;
    letter-spacing: 1px;
    font-size: 14px; }
    .kasou02 a:first-child {
      margin-right: 20px; }
  .kasou02 .message {
    width: 880px;
    margin: 0 auto; }
  .kasou02 .name {
    margin-top: 240px;
    letter-spacing: 2px; }
    .kasou02 .name:first-child {
      margin-top: 40px; }
  .kasou02 ul {
    width: 720px;
    border-top: 1px solid #fff;
    margin-top: 80px;
    margin-bottom: 40px; }
    .kasou02 ul li {
      border-bottom: 1px solid #fff;
      padding: 18px 12px;
      display: flex;
      justify-content: space-between;
      box-sizing: border-box;
      letter-spacing: 1px; }
  .kasou02 h5 {
    font-size: 24px; }
  .kasou02 .seat {
    width: 600px;
    margin-top: 40px; }

.kasou03 {
  padding-top: 200px;
  color: white;
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .kasou03 .logo {
    width: 70%; }
  .kasou03 .tour_desc {
    font-size: 18px;
    text-align: center;
    line-height: 2;
    margin-top: 40px; }
  .kasou03 .tour_message {
    width: 640px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 2px;
    margin-bottom: 20px; }
  .kasou03 h3 {
    font-size: 80px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 2px; }
  .kasou03 .small_h3 {
    font-size: 50px; }
  .kasou03 p {
    color: white;
    line-height: 2.5;
    font-size: 16px;
    letter-spacing: 6px; }
  .kasou03 .title {
    margin-bottom: 0;
    letter-spacing: 4px; }
  .kasou03 .info {
    text-align: center;
    line-height: 1;
    margin-top: 10px;
    font-size: 14px; }
  .kasou03 .info01 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 4px; }
  .kasou03 .info02 {
    margin-bottom: 60px; }
  .kasou03 a {
    background-color: white;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    width: 240px;
    padding: 16px 0px;
    text-decoration: none;
    color: #000;
    letter-spacing: 1px;
    font-size: 14px; }
    .kasou03 a:first-child {
      margin-right: 20px; }
  .kasou03 .disactive {
    opacity: 0.5;
    pointer-events: none; }
  .kasou03 .tour_time {
    width: 640px;
    text-align-last: left;
    font-size: 24px;
    letter-spacing: 2px;
    margin-top: 48px; }
  .kasou03 .tour_list {
    width: 640px;
    border-top: 1px solid #fff;
    margin-top: 20px;
    margin-bottom: 40px; }
    .kasou03 .tour_list li {
      border-bottom: 1px solid #fff;
      padding: 18px 12px;
      display: flex;
      justify-content: flex-start;
      box-sizing: border-box;
      letter-spacing: 1px; }
      .kasou03 .tour_list li .first {
        width: 200px; }
  .kasou03 ul {
    width: 640px;
    border-top: 1px solid #fff;
    margin-top: 60px;
    margin-bottom: 40px; }
    .kasou03 ul li {
      border-bottom: 1px solid #fff;
      padding: 18px 12px;
      display: flex;
      justify-content: space-between;
      box-sizing: border-box;
      letter-spacing: 1px; }
  .kasou03 .item {
    box-sizing: border-box;
    border-radius: 20px;
    border: solid #fff 1px;
    margin-top: 32px;
    width: 100%;
    max-width: 1400px;
    padding: 44px; }
    .kasou03 .item h4 {
      font-size: 26px;
      margin-bottom: 12px; }
    .kasou03 .item p {
      line-height: 2;
      font-size: 14px;
      letter-spacing: 1px; }
    .kasou03 .item .price {
      font-size: 17px;
      margin-top: 40px; }
  .kasou03 .item01 {
    margin-top: 200px; }
  .kasou03 .info_buy {
    margin-top: 120px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: 120px auto 0; }
    .kasou03 .info_buy p {
      font-size: 14px;
      text-align: center;
      margin-bottom: 20px;
      line-height: 2.25;
      letter-spacing: 1px; }
    .kasou03 .info_buy .sub_title {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      gap: 16px;
      width: 100%;
      justify-content: center;
      margin-bottom: 48px; }
      .kasou03 .info_buy .sub_title h4 {
        text-align: center;
        font-size: 21px;
        line-height: 1; }
      .kasou03 .info_buy .sub_title .line {
        flex: 1;
        height: 5px;
        background-image: url("/img/line.svg");
        background-size: contain;
        background-position: center; }
  .kasou03 .tokuten_list {
    width: 100%;
    max-width: 1440px;
    border-top: 1px solid #fff;
    margin-top: 30px;
    margin-bottom: 20px; }
    .kasou03 .tokuten_list li {
      border-bottom: 1px solid #fff;
      padding: 24px 20px;
      display: flex;
      justify-content: space-between;
      box-sizing: border-box;
      letter-spacing: 1px; }
  .kasou03 .attension {
    font-size: 12px;
    letter-spacing: 1px;
    width: 100%;
    text-align: left !important; }

.album {
  padding-top: 100px;
  color: white;
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 300vh; }
  .album .album_text {
    position: fixed;
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 100%; }
  .album h3 {
    font-size: 56px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 2px; }
  .album .album_desc {
    color: white;
    line-height: 1.5;
    font-size: 21px;
    text-align: center; }
  .album .cards {
    width: calc(1200 * 2px);
    height: calc(1200 * 2px);
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: calc(100% - 280px);
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    rotate: 0deg; }
    .album .cards .card {
      --a2: calc(var(--a) * 1deg - 90deg);
      --x: calc(cos(var(--a2)) * 1200 * 1px);
      --y: calc(sin(var(--a2)) * 1200 * 1px);
      position: absolute;
      width: 320px;
      translate: var(--x) var(--y);
      rotate: calc(var(--a) * 1deg);
      -webkit-transform-origin: center center;
              transform-origin: center center; }
    @media (max-width: 1023px) {
    .sp_only {
      display: block !important; }
    .pc_only {
      display: none !important; }
    .hamburger {
      display: block;
      top: 0;
      left: 0; }
    .header {
      width: 100%;
      height: 100vh;
      background-color: #000;
      z-index: 100;
      justify-content: center;
      opacity: 0;
      visibility: hidden;
      transition: 0.3s; }
      .header .left {
        display: none; }
        .header .right ul {
          flex-direction: column;
          gap: 40px; }
          .header .right ul li {
            margin-right: 0;
            letter-spacing: 2px; }
            .header .right ul li a {
              font-size: 21px; }
            .header .right ul li .buy {
              font-size: 15px;
              padding: 12px 40px; }
    .wrapper {
      width: 100%; }
      .bg .kv_bg {
        height: 100%;
        width: auto; }
      .section01 .kv_y {
        height: 80%;
        width: auto; }
      .section01 .kv_left {
        top: 20%;
        left: 35%;
        flex-direction: row-reverse; }
        .section01 .kv_left .kv_moji {
          display: none;
          height: 50px;
          position: relative;
          top: -10px; }
        .section01 .kv_left a {
          width: 60px; }
      .section01 .kv_right {
        top: auto;
        bottom: 15%;
        right: 40%;
        flex-direction: row-reverse; }
        .section01 .kv_right .kv_moji {
          height: 30px;
          position: relative;
          bottom: -40px; }
        .section01 .kv_right a {
          width: 60px; }
        .section01 .kv_desc p {
          font-size: 15px; }
        .section01 .kv_desc h1 {
          font-size: 44px; }
    .section02 {
      width: 90%; }
      .section02 h3 {
        font-size: 32px; }
      .section02 p {
        font-size: 14px; }
      .section02 .message {
        width: 100%; }
      .section02 ul {
        margin-top: 40px; }
    .section03 {
      width: 90%;
      padding-top: 160px; }
      .section03 h3 {
        font-size: 32px; }
      .section03 p {
        font-size: 14px; }
      .section03 .info02 {
        margin-bottom: 20px; }
      .section03 .buttons {
        flex-direction: column;
        gap: 12px; }
        .section03 a:first-child {
          margin-right: 0; }
      .section03 a {
        width: 210px;
        font-size: 13px; }
      .section03 .tour_list {
        width: 100%; }
      .section03 ul {
        width: 100%;
        margin-top: 32px; }
        .section03 ul li {
          font-size: 13px; }
      .section03 .item {
        padding: 28px 24px; }
        .section03 .item h4 {
          font-size: 18px; }
        .section03 .item p {
          font-size: 13px;
          line-height: 1.75; }
        .section03 .info_buy p {
          font-size: 13px;
          line-height: 1.75; }
        .section03 .info_buy .sub_title {
          margin-bottom: 20px; }
          .section03 .info_buy .sub_title h4 {
            font-size: 21px; }
      .section03 .tokuten_list {
        margin-top: 20px; }
        .section03 .tokuten_list li {
          padding: 24px 10px;
          flex-direction: column; }
    footer {
      margin-top: 120px; }
        .loading .inner .lottie_style {
          width: 80%; }
    .wrapper {
      width: 100%; }
    .kasou01 {
      padding-top: 80px;
      width: 90%; }
      .kasou01 h2 {
        font-size: 18px; }
      .kasou01 h3 {
        font-size: 28px; }
      .kasou01 .small_h3 {
        font-size: 21px; }
      .kasou01 h5 {
        margin-bottom: 0px;
        text-align: left; }
      .kasou01 p {
        text-align: center;
        font-size: 14px;
        line-height: 1.75;
        margin-top: 20px; }
      .kasou01 .ticket_info {
        width: 90%; }
      .kasou01 .message {
        width: 100%;
        font-size: 14px; }
      .kasou01 ul {
        width: 100%;
        margin-top: 40px; }
        .kasou01 ul li {
          flex-direction: column;
          width: 100%; }
          .kasou01 ul li span:first-child {
            width: 100%;
            margin-bottom: 14px; }
        .kasou01 ul li .price {
          font-size: 12px; }
        .kasou01 ul li .gray {
          font-size: 10px;
          opacity: 0.5; }
      .kasou01 h5 {
        font-size: 18px;
        text-align: center; }
      .kasou01 .seat {
        width: 100%;
        margin-top: 20px; }
      .kasou01 .info_buy {
        margin-top: 100px; }
        .kasou01 .info_buy p {
          line-height: 1.75;
          margin-bottom: 12px; }
        .kasou01 .info_buy h7 {
          margin-top: 20px; }
        .kasou01 .info_buy h6 {
          font-size: 24px;
          margin-top: 8px;
          margin-bottom: 0; }
        .kasou01 .info_buy .sub_title {
          margin-bottom: 16px; }
      .kasou01 .info_buy_03 {
        margin-top: 48px; }
        .kasou01 .info_buy_03 h5 {
          font-size: 17px;
          margin-top: 20px; }
        .kasou01 .info_buy_03 p {
          font-size: 14px;
          line-height: 1.5;
          margin-bottom: 8px; }
        .kasou01 .info_buy_03 h6 {
          font-size: 20px;
          margin-top: 32px;
          margin-bottom: 12px;
          text-align: left; }
        .kasou01 .info_buy_03 .sub_title {
          margin-bottom: 12px; }
    .kasou03 {
      width: 90%;
      padding-top: 120px;
      padding-bottom: 40px; }
      .kasou03 .logo {
        width: 90%; }
      .kasou03 .tour_desc {
        font-size: 16px;
        letter-spacing: 1px;
        text-shadow: 2px 2px 6px #030953; }
      .kasou03 .tour_message {
        width: 100%;
        line-height: 1.5; }
      .kasou03 h3 {
        font-size: 24px; }
      .kasou03 .small_h3 {
        font-size: 24px; }
      .kasou03 .tour_time {
        width: 100%; }
      .kasou03 .tour_list {
        width: 100%;
        margin-top: 20px; }
        .kasou03 .tour_list li {
          flex-direction: column;
          padding: 24px 0px; }
          .kasou03 .tour_list li span:first-child {
            font-size: 12px;
            margin-bottom: 8px; }
    .album {
      width: 100%;
      padding-top: 160px; }
      .album h3 {
        font-size: 32px;
        width: 100%; }
      .album .album_desc {
        font-size: 18px; }
      .album .cards {
        width: calc(400 * 2px);
        height: calc(400 * 2px);
        top: calc(100% - 120px); }
        .album .cards .card {
          --x: calc(cos(var(--a2)) * 480 * 1px);
          --y: calc(sin(var(--a2)) * 480 * 1px);
          width: 240px; } }
    @media (min-width: 1680px) {
    .big-only {
      display: flex !important; }
      .album .cards {
        top: calc(100% - 360px); }
        .album .cards .card {
          width: 420px; } }
    @media (max-height: 600px) {
      .album .cards {
        top: calc(100% - 80px); }
        .album .cards .card {
          width: 220px; } }
    @media (min-height: 750px) and (max-width: 1100px) {
      .album .cards {
        top: calc(100% - 140px); }
        .album .cards .card {
          --x: calc(cos(var(--a2)) * 560 * 1px);
          --y: calc(sin(var(--a2)) * 560 * 1px);
          width: 280px; } }
