@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  box-sizing: content-box; /* 1 */
  margin: 0;
  border-top-width: 1px;
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  vertical-align: middle;
  appearance: none;
  margin: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  font-weight: bold;
  text-align: left;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  word-wrap: break-word;
}

body {
  position: static;
  background: #000;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 400;
  font-size: min(4.10256vw, 16px);
  line-height: 2;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
}
body * {
  box-sizing: border-box;
}

a {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

img {
  display: block;
  vertical-align: bottom;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

em {
  font-style: normal;
}

button {
  background-color: transparent;
}

.forPC {
  display: none;
}
.mt_5 {
  margin-top: 1.28205vw;
}

.ml_10 {
  margin-left: 2.5641vw;
}

.mb_12 {
  margin-bottom: 3.07692vw;
}

.contentsWrap {
  position: relative;
  background: #000;
  width: 100%;
}

main {
  padding: 14.35897vw 0 0;
}

.sct {
  margin-bottom: 14.10256vw;
}

.sct__inner {
  padding: 0 5.12821vw;
}

.sct__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7.69231vw;
  background: #CE000C;
  width: 100%;
  height: 12.30769vw;
  color: #fff;
  font-weight: 700;
  font-size: 7.69231vw;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}

.kv {
  position: relative;
  width: 100%;
}

.btn_buy {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-top: 7.69231vw;
  border-radius: 6.15385vw;
  background: #fff;
  width: 100%;
  height: 12.30769vw;
  color: #CE000C;
  font-weight: 700;
  font-size: 5.12821vw;
  line-height: 1;
}
.btn_buy::after {
  position: absolute;
  top: 50%;
  right: 3.84615vw;
  transform: translateY(-50%) rotate(90deg);
  mask-image: url(../../assets/img/icon_arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #CE000C;
  width: 3.58974vw;
  height: 2.05128vw;
  content: "";
}

.header {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: flex-end;
  align-items: center;
  z-index: 10;
  background: #000000;
  padding: 4.10256vw 5.12821vw;
  width: 100%;
  height: 14.35897vw;
}
.header__menubtn {
  position: relative;
  cursor: pointer;
  width: 7.69231vw;
  height: 6.15385vw;
}
.header__menubtn_line {
  position: absolute;
  left: 0;
  background: #CE000C;
  width: 100%;
  height: 1.02564vw;
}
.header__menubtn_line:nth-of-type(1) {
  top: 0;
}
.header__menubtn_line:nth-of-type(2) {
  top: 2.5641vw;
}
.header__menubtn_line:nth-of-type(3) {
  top: 5.12821vw;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 50;
  transition: opacity 0.25s linear;
  background: #000000;
  padding: 24.61538vw 5.12821vw 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.nav.is-active {
  opacity: 1;
  pointer-events: auto;
}
.nav__close {
  position: absolute;
  top: 4.10256vw;
  right: 5.12821vw;
  cursor: pointer;
  width: 6.15385vw;
  height: 6.15385vw;
}
.nav__close_line {
  position: absolute;
  top: 50%;
  left: 0;
  background: #CE000C;
  width: 7.69231vw;
  height: 1.02564vw;
}
.nav__close_line:nth-of-type(1) {
  transform: translateY(-50%) rotate(45deg);
}
.nav__close_line:nth-of-type(2) {
  transform: translateY(-50%) rotate(-45deg);
}
.nav__title {
  display: none;
}
.nav__list {
  display: flex;
  flex-direction: column;
  gap: 5.12821vw;
}
.nav__item a {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background: #CE000C;
  width: 100%;
  height: 12.30769vw;
  color: #fff;
  font-weight: 700;
  font-size: 7.69231vw;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}
.nav__item a::after {
  position: absolute;
  top: 50%;
  right: 4.61538vw;
  transform: translateY(-50%) rotate(90deg);
  background: url(../../assets/img/icon_arrow.svg) no-repeat center center/contain;
  width: 3.58974vw;
  height: 2.05128vw;
  content: "";
}

.lead {
  padding: 15.38462vw 0 14.10256vw;
}
.lead__text p {
  margin-bottom: 1.5em;
}
.lead__text p:last-of-type {
  margin-bottom: 0;
}
.lead__hash {
  margin: 0 auto 5.12821vw;
  aspect-ratio: 595/74;
  width: 76.41026vw;
}
.lead__eng {
  margin: 0 auto 7.69231vw;
  width: 89.74359vw;
}
.lead__hash2 {
  margin-top: 7.69231vw;
  font-size: 6.15385vw;
  line-height: 1;
  text-align: center;
}

.about__list dt {
  display: inline-block;
  margin-bottom: 3.33333vw;
  background: #CE000C;
  padding: 1.53846vw 2.5641vw 1.79487vw;
  line-height: 1;
}
.about__list dd {
  margin-bottom: 6.41026vw;
  line-height: 1.75;
}
.about__list dd:last-of-type {
  margin-bottom: 0;
}
.about__note {
  font-weight: 700;
  font-size: 3.58974vw;
}

.tickets__list dt {
  display: inline-block;
  margin-bottom: 3.33333vw;
  background: #CE000C;
  padding: 1.53846vw 2.5641vw 1.79487vw;
  line-height: 1;
}
.tickets__list dd {
  margin-bottom: 6.41026vw;
  line-height: 1.75;
}
.tickets__list dd:last-of-type {
  margin-bottom: 0;
}
.tickets__price {
  margin: 1.28205vw 0;
}
.tickets__stickers {
  display: flex;
  flex-direction: column;
  gap: 5.12821vw;
  margin-top: 4.35897vw;
}
.tickets__stickers_title {
  font-size: 6.15385vw;
  line-height: 1.3;
  text-align: center;
}
.tickets__stickers_imgwrap {
  display: flex;
  gap: 5.12821vw;
}
.tickets__stickers_img {
  position: relative;
  margin: 3.07692vw 0;
  aspect-ratio: 330/466;
  width: 42.30769vw;
}
.tickets__stickers_img[data-num="1"] {
  background: url("../../assets/img/img_sticker01.png") no-repeat center center/contain;
}
.tickets__stickers_img[data-num="2"] {
  background: url("../../assets/img/img_sticker02.png") no-repeat center center/contain;
}
.tickets__stickers_img[data-num="3"] {
  background: url("../../assets/img/img_sticker03.png") no-repeat center center/contain;
}
.tickets__stickers_img[data-num="4"] {
  background: url("../../assets/img/img_sticker04.png") no-repeat center center/contain;
}
.tickets__stickers_img::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  content: "";
}
.tickets__stickers_date {
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
}
.tickets__date {
  line-height: 2;
}
.tickets__note {
  margin-top: 1.28205vw;
  font-size: 3.07692vw;
}

.goods__body.soon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76.92308vw;
  color: #CE000C;
  font-size: 6.15385vw;
}
.goods__img {
  margin: 5.12821vw auto 7.69231vw;
}
.goods__terms_title {
  margin-bottom: 4.35897vw;
  font-weight: 700;
  font-size: 5.12821vw;
  text-align: center;
}
.goods__terms_body {
  border-radius: 2.05128vw;
  background: #fff;
  width: 100%;
  height: 128.20513vw;
  overflow-y: auto;
}
.goods__terms_body_inner {
  padding: 2.5641vw;
  color: #000000;
  font-size: 3.58974vw;
}
.goods__terms_body_inner dt {
  margin-top: 2.5641vw;
  font-weight: 700;
}
.goods__terms_body_inner dt:first-of-type {
  margin-top: 0;
}
.goods__terms_body_inner ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.goods__terms_body_inner ul:not([class]) li::before {
  content: "・";
}
.goods__terms_body_inner a {
  display: inline;
  text-decoration: underline;
}
.goods__terms_note li {
  padding-left: 1em;
  text-indent: -1em;
}

.book__cover {
  margin: 0 auto 7.69231vw;
  aspect-ratio: 380/576;
  width: 48.71795vw;
}
.book__data {
  margin-bottom: 7.69231vw;
}
.book__data_title {
  font-size: 6.15385vw;
}
.book__data a {
  display: inline;
  text-decoration: underline;
}

.info {
  margin: 17.94872vw 0 15.38462vw;
}
.info__title {
  margin-bottom: 4.35897vw;
  font-weight: 700;
  font-size: 5.12821vw;
  text-align: center;
}
.info__body {
  border-radius: 2.05128vw;
  background: #fff;
  width: 100%;
  height: 128.20513vw;
  overflow-y: auto;
}
.info__body_inner {
  padding: 2.5641vw;
  color: #000000;
  font-size: 3.58974vw;
}
.info__body_inner dt {
  margin-top: 2.5641vw;
  font-weight: 700;
}
.info__body_inner dt:first-of-type {
  margin-top: 0;
}
.info__note li {
  padding-left: 1em;
  text-indent: -1em;
}
.info__note li a {
  display: inline;
  word-break: break-all;
}

.inquiry {
  border-top: #555 1px solid;
  border-bottom: #555 1px solid;
}
.inquiry__inner {
  padding: 15.38462vw 5.12821vw;
}
.inquiry .btn_link {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-top: 5.12821vw;
  border-radius: 6.15385vw;
  background: #CE000C;
  padding-right: 0.5em;
  width: 100%;
  height: 12.30769vw;
  color: #fff;
  font-weight: 700;
  font-size: 5.12821vw;
  line-height: 1;
}
.inquiry .btn_link:first-of-type {
  margin-top: 0;
}
.inquiry .btn_link::after {
  position: absolute;
  top: 50%;
  right: 3.84615vw;
  transform: translateY(-50%) rotate(90deg);
  background: url(../../assets/img/icon_arrow.svg) no-repeat center center/contain;
  width: 3.58974vw;
  height: 2.05128vw;
  content: "";
}

.footer {
  position: relative;
}
.footer__pagetop {
  position: absolute;
  top: -6.15385vw;
  right: 2.5641vw;
  aspect-ratio: 1/1;
  width: 12.30769vw;
}
.footer__pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #CE000C;
  padding-bottom: 0.76923vw;
  width: 100%;
  height: 100%;
}
.footer__pagetop a img {
  width: 3.58974vw;
  height: 2.05128vw;
}
.footer__inner {
  padding: 12.82051vw 0 11.02564vw;
}
.footer__link {
  display: flex;
  justify-content: center;
  margin-bottom: 7.69231vw;
  font-size: 3.58974vw;
  line-height: 1.2;
}
.footer__link li {
  padding: 0 0.8em;
}
.footer__copyright {
  font-size: 3.07692vw;
  text-align: center;
}
@media screen and (min-width: 768px){
  body {
    font-size: 16px;
  }
  a {
    transition: filter 0.3s;
  }
  a:hover {
    filter: brightness(0.7);
  }
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
  .mt_5 {
    margin-top: 5px;
  }
  .ml_10 {
    margin-left: 10px;
  }
  .mb_12 {
    margin-bottom: 12px;
  }
  .contentsWrap {
    margin: 0 318px 0 calc(100% - 390px - 318px);
    width: 390px;
  }
  main {
    padding: 0;
  }
  .sct {
    margin-bottom: 55px;
  }
  .sct__inner {
    padding: 0 20px;
  }
  .sct__title {
    margin-bottom: 30px;
    height: 48px;
    font-size: 30px;
  }
  .kv {
    width: 390px;
  }
  .btn_buy {
    margin-top: 30px;
    height: 48px;
    font-size: 20px;
  }
  .btn_buy::after {
    right: 15px;
    width: 14px;
    height: 8px;
  }
  .header {
    display: none;
  }
  .nav {
    display: flex;
    left: calc(100% - 318px + 58px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    padding: 0;
    width: 200px;
    height: 100%;
    pointer-events: auto;
  }
  .nav__close {
    display: none;
  }
  .nav__title {
    display: block;
    margin-bottom: 40px;
    width: 48.75px;
  }
  .nav__list {
    gap: 20px;
    width: 100%;
  }
  .nav__item a {
    border-radius: 20px;
    background: #fff;
    width: 100%;
    height: 40px;
    color: #CE000C;
    font-size: 16px;
  }
  .nav__item a::after {
    right: 18px;
    transform: translateY(-50%) rotate(90deg);
    mask-image: url(../../assets/img/icon_arrow.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background: #CE000C;
    width: 14px;
    height: 8px;
  }
  .lead {
    padding: 60px 0 52px;
  }
  .lead__hash {
    margin: 0 auto 20px;
    width: 298px;
  }
  .lead__eng {
    margin: 0 auto 30px;
    width: 350px;
  }
  .lead__hash2 {
    margin-top: 30px;
    font-size: 24px;
    line-height: 1;
  }
  .about__list dt {
    margin-bottom: 13px;
    padding: 6px 10px 7px;
  }
  .about__list dd {
    margin-bottom: 25px;
  }
  .about__note {
    font-size: 14px;
  }
  .tickets__stickers_img {
    margin: 12px 0;
    width: 165px;
  }
  .tickets__stickers {
    gap: 20px;
    margin-top: 17px;
  }
  .tickets__stickers_title {
    font-size: 24px;
  }
  .tickets__stickers_imgwrap {
    gap: 20px;
  }
  .tickets__stickers_img {
    margin: 12px 0;
  }
  .tickets__stickers_date {
    font-size: 0.9rem;
  }
  .tickets__list dt {
    margin-bottom: 13px;
    padding: 6px 10px 7px;
  }
  .tickets__list dd {
    margin-bottom: 25px;
  }
  .tickets__note {
    font-size: 12px;
  }
  .goods__body.soon {
    height: 300px;
    font-size: 24px;
  }
  .goods__img {
    margin: 20px auto 30px;
  }
  .goods__terms_title {
    margin-bottom: 17px;
    font-size: 20px;
  }
  .goods__terms_body {
    border-radius: 8px;
    height: 500px;
  }
  .goods__terms_body_inner {
    padding: 10px;
    font-size: 14px;
  }
  .goods__terms_body_inner dt {
    margin-top: 10px;
  }
  .book__cover {
    margin: 0 auto 30px;
    width: 190px;
  }
  .book__data {
    margin-bottom: 30px;
  }
  .book__data_title {
    font-size: 24px;
  }
  .info {
    margin: 70px 0 60px;
  }
  .info__title {
    margin-bottom: 17px;
    font-size: 20px;
  }
  .info__body {
    border-radius: 8px;
    height: 500px;
  }
  .info__body_inner {
    padding: 10px;
    font-size: 14px;
  }
  .info__body_inner dt {
    margin-top: 10px;
  }
  .inquiry__inner {
    padding: 60px 20px;
  }
  .inquiry .btn_link {
    margin-top: 20px;
    height: 48px;
    font-size: 20px;
  }
  .inquiry .btn_link::after {
    right: 15px;
    width: 14px;
    height: 8px;
  }
  .footer__pagetop {
    top: -24px;
    right: 10px;
    width: 48px;
  }
  .footer__pagetop a {
    padding-bottom: 3px;
  }
  .footer__pagetop a img {
    width: 14px;
    height: 8px;
  }
  .footer__inner {
    padding: 50px 0 43px;
  }
  .footer__link {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .footer__link li {
    padding: 0 8px;
  }
  .footer__copyright {
    font-size: 12px;
  }
}
@media screen and (min-width: 1026px){
  .contentsWrap {
    margin: 0 auto;
  }
  .nav {
    left: calc(50% + 255px);
  }
}