@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* font family
====================================== */
/* colors 色管理
====================================== */
/* breakpoint ブレイクポイント
====================================== */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  color: #FFF;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #000;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}
@media (min-width: 781px) {
  body {
    font-size: 18px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  color: #FFF;
  text-decoration: none;
  transition: 0.6s;
}

li {
  list-style: none;
}

.wrapper {
  padding: 0 12px;
  max-width: 780px;
  margin-inline: auto;
  overflow: hidden;
}
@media (min-width: 431px) {
  .wrapper {
    padding: 0;
  }
}

.img {
  margin: 0 auto;
  max-width: 600px;
}

button {
  color: #222;
}

@media (min-width: 781px) {
  .sp-only {
    display: none;
  }
}

.btn-wrapper .sec-btn {
  text-align: center;
  width: 100%;
  position: relative;
}
.btn-wrapper .sec-btn .link-bottom {
  background: #a31f24;
  display: block;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  position: relative;
  font-size: 16px;
  color: #FFF;
}
@media (min-width: 431px) {
  .btn-wrapper .sec-btn .link-bottom {
    font-size: 24px;
  }
}
.btn-wrapper .sec-btn .link-bottom::after {
  content: "";
  width: 10px;
  height: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.button-sec {
  width: 273px;
  margin: 50px auto 0;
}
@media (min-width: 431px) {
  .button-sec {
    width: 400px;
  }
}

.s-title-block {
  padding-bottom: 34px;
}
.s-title-block h3 {
  font-size: 18px;
  /*color: #000;*/
}
@media (min-width: 781px) {
  .s-title-block h3 {
    font-size: 24px;
  }
}
.sec-ticket h4 {
  margin-top: 20px;
}
.l-header {
  padding: 24px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left:0;
  width: 100%;
}
@media (min-width: 781px) {
  .l-header {
    padding: 10px 20px;
    background: #a31f24;
  }
}
.l-header .headerMenu {
  display: flex;
  justify-content: flex-end;
}
.l-header .headerMenu .hamburger {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  flex-direction: column;
  z-index: 100;
  position: fixed;
  top: 20px;
}
.l-header .headerMenu .hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.l-header .headerMenu .hamburger .menu {
  font-weight: bold;
}
.l-header .headerMenu .hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px) scale(1.1);
}
.l-header .headerMenu .hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: scale(0.8);
}
.l-header .headerMenu .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px) scale(1.1);
}
.l-header .headerNav {
  display: none;
}
.l-header .headerNav.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  width: 100%;
  background: #a31f24;
  padding: 100px 0;
  height: 100vh;
}
.l-header .headerNav.active .wrapper .navMain .list-Main {
  flex-direction: column;
  gap: 15px;
}
.l-header .headerNav.active .wrapper .navMain .list-Main li a.nav-link {
  display: block;
  padding: 20px 0;
  color: #ffffff;
}
@media (min-width: 781px) {
  .l-header .headerMenu {
    display: none;
  }
  .l-header .headerNav {
    display: block;
    position: static;
    width: auto;
    padding: 0;
  }
  .l-header .headerNav .wrapper .navMain .list-Main {
    display: flex;
    gap: 30px;
    justify-content: center;
  }
  .l-header .headerNav .wrapper .navMain .list-Main li {
    background: #000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
  }
  .l-header .headerNav .wrapper .navMain .list-Main li .nav-link {
    padding: 10px 20px;
    display: inline-block;
    color: #FFF;
  }
}

.l-footer {
  padding: 40px 20px;
  text-align: center;
  color: #FFF;
}
.l-footer dt {

  padding: 0 0 1em;
    margin-top: 50px;
}
.l-footer dd {
  font-size: 20px;
}
.l-footer small {
  font-size: 12px;
  line-height: 1.6;
  margin: 30px 0 0;
  display: block;
  padding: 10px 0;
}

body.home {
  text-align: center;
}
body.home section {
  position: relative;
}
body.home .l-main {
  overflow-x: hidden;
}
body.home .l-main .act {
  font-size: 24px;
  display: block;
}
@media (min-width: 781px) {
  body.home .l-main .act {
    font-size: 34px;
  }
}
body.home .l-main .act a {
  text-decoration: underline;
}
body.home .l-main .act a:hover {
  text-decoration: none;
}
body.home .l-main .small {
  font-size: 14px;
}
body.home .l-main .sec-bg {
  padding: 30px 16px;
 /* background: #FFF;*/
  line-height: 1.9;
  border-bottom: solid 1px #444;
}
@media (min-width: 781px) {
  body.home .l-main .sec-bg {
    padding: 60px 32px;
  }
}
body.home .l-main .sec-mv {
  text-align: center;
}
body.home .l-main .sec-mv .mv-intro {
  padding: 60px 32px;
  line-height: 1.9;
}
body.home .l-main .sec-mv .mv-intro .text {
  color: #FFF;
  font-weight: normal;
}
body.home .l-main .sec-mv .mv-intro .text span {
  font-weight: bold;
  font-size: 20px;
}
body.home .l-main .sec-ticketlink .links {
  grid-template-columns: 1fr;
  display: grid;
  gap: 20px;
}
@media (min-width: 781px) {
  body.home .l-main .sec-ticketlink .links {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.home .l-main .sec-ticketlink .links li {
  width: 100%;
  text-align: left;
}
body.home .l-main .sec-ticketlink .links a {
  display: block;
  text-decoration: none;
  background: #f4f4f4;
  border: 1px solid #ddd;
  /* border-radius: 6px;*/
  /* padding: 16px; */
  transition: background 0.3s, box-shadow 0.3s;
}
body.home .l-main .sec-ticketlink .links a:hover {
  background: #e9e9e9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

body.home .l-main .sec-ticketlink .links i {
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    background: #0010ff;
    padding: .2em 1em;
    vertical-align: bottom;
    border-radius: 6px 6px 0 0;
}
body.home .l-main .sec-ticketlink .links i.e {
      background: #fe4e00;
}
body.home .l-main .sec-ticketlink .links small {
  font-size: 11px;
  font-family: sans-serif;
}

body.home .l-main .sec-ticketlink .links a .link-desc p {
  font-size: 14px;
  color: #333;
  position: relative;
  display: inline-block;
  padding-right: 28px;
  text-align: left;
}
body.home .l-main .sec-ticketlink .links a .link-desc p::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icon-link.png") no-repeat center/contain;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
body.home .l-main .sec-news .news-list {
  margin-top: 20px;
  text-align: left;
}
body.home .l-main .sec-news .news-item {
  border-bottom: 1px solid;
  padding: 20px 0;
}
@media (min-width: 781px) {
  body.home .l-main .sec-news .news-item {
    padding: 10px 0;
  }
}
body.home .l-main .sec-news .news-date {
  margin: 0;
  font-size: 12px;
}
body.home .l-main .sec-news .news-title {
  margin: 5px 0;
  line-height: 1.9;
}
body.home .l-main .sec-news .news-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}
body.home .l-main .sec-caution .caution-desc {
  line-height: 1.9;
  text-align: left;
  font-size: 14px;
}
body.home .l-main .sec-caution .caution-desc p {
  margin-bottom: 16px;
  font-size: 16px;
}
body.home .l-main .sec-caution .caution-desc .notes-list {
  margin: 0 0 20px 20px;
  padding: 0;
}
body.home .l-main .sec-caution .caution-desc .notes-list li {
  margin-bottom: 10px;
  list-style-type: disc;
}
body.home .l-main .sec-caution .caution-desc p:last-child {
  margin-top: 20px;
}
body.home .side_bg_img {
  position: absolute;
  z-index: -1;
  top: 0;
  opacity: 0.4;
}
body.home .side_bg_img.sbg_01 {
  left: calc(50vw - 390px);
  width: 415px;
  transform: translateX(-340px);
}
body.home .side_bg_img.sbg_02 {
  left: calc(50vw + 390px);
  width: 486px;
  transform: translateX(-40px);
}
body.home .side_bg_img.sbg_03 {
  left: calc(50vw - 390px);
  width: 415px;
  transform: translateX(-340px);
}
body.home .side_bg_img.sbg_04 {
  left: calc(50vw + 390px);
  width: 280px;
  transform: translateX(-40px);
}
body.home .js-scroll-animation {
  filter: blur(10px);
  transition: all 0.7s ease-out;
  opacity: 0.2;
}
body.home .js-scroll-animation.show {
  opacity: 1;
  filter: blur(0);
}/*# sourceMappingURL=style.css.map */

.event_info_img {
  margin: 30px 0;
}
span.price {
  color: yellow;
}
@media (min-width: 781px) {

.pc-none {
  display: none;
}
}

footer p {
  font-size: 16px;
  line-height: 1.5;
}

footer p strong {
  font-size: 1.6em;
}

footer p i {
  font-style: normal;
      font-size: 0.8em;
}

.payment {
      padding: 40px 0 30px;
}

.payment h3 {
    margin: 0 0 34px;
}
.payment .notion {
  font-size: 13px;
  margin: 0 0 .4em;
}