@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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  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-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          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-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

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 {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  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.
 */
/* 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 {
  text-align: left;
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  min-width: 320px;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.8;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  line-height: 1.6;
}

h2 {
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 12px;
  }
}
h2 {
  font-size: 1.4rem;
  letter-spacing: 2px;
}

h3 {
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  h3 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 12px;
  }
}
h3 {
  font-size: 1.2rem;
  letter-spacing: 1px;
}

h4 {
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  h4 {
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    margin-bottom: 8px;
  }
}
h4 {
  font-size: 1.15rem;
}

h5, h6 {
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  h5, h6 {
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  h5, h6 {
    margin-bottom: 8px;
  }
}
h5, h6 {
  font-size: 1rem;
}

.lead {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .lead {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 767px) {
  .lead {
    margin-bottom: 20px;
  }
}
.lead {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

a {
  color: #987d4f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover, a:focus {
  color: #ef7c00;
  text-decoration: none;
}
a:hover img, a:focus img {
  opacity: 0.9;
}

p {
  font-size: 1rem;
  line-height: 1.8;
}
p:not(:last-child):not([class]) {
  margin-bottom: 16px;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  overflow-x: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 991px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .sp {
    display: block;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  width: 100%;
  padding: 24px 0;
}
@media screen and (max-width: 991px) {
  .header {
    display: none;
  }
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
  max-width: 1158px;
  margin: 0 auto;
  padding: 0 24px;
}
.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.header_nav a {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.header_nav a:hover {
  color: #987d4f;
}
.header_cta {
  padding: 12px 24px;
  font-size: 16px;
}

.drawer_trigger {
  position: fixed;
  top: 12px;
  right: 13px;
  z-index: 110;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 42px;
  background: #987d4f;
  gap: 4px;
  padding: 0;
  border: none;
  cursor: pointer;
}
.drawer_trigger_bar {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
}
.is-drawer-open .drawer_trigger_bar:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.is-drawer-open .drawer_trigger_bar:nth-child(2) {
  opacity: 0;
}
.is-drawer-open .drawer_trigger_bar:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}
@media screen and (max-width: 991px) {
  .drawer_trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background: rgba(43, 43, 42, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.is-drawer-open .drawer {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.drawer_close {
  position: absolute;
  top: 12px;
  right: 13px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 42px;
  background: #987d4f;
  border: none;
  cursor: pointer;
}
.drawer_close span {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
}
.drawer_close span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer_close span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drawer_nav {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.drawer_nav li {
  width: 100%;
}
.drawer_nav li:not(:last-child):after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin: 0 auto;
  background: #fff;
}
.drawer_nav a {
  display: block;
  padding: 32px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.drawer_link {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.drawer_cta {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 32px;
  width: auto;
}

.page_section {
  position: relative;
  padding: 128px 0;
  overflow: hidden;
}
.page_section .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .page_section {
    padding: 64px 0;
  }
}

.bg-noise {
  background: url(../img/bg_noise.png);
}

.bg-paper {
  background: url(../img/bg_paper.png);
}

.container {
  width: 100%;
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 930px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 620px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.btn-cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 24px 32px;
  border-radius: 64px;
  background: #ef7c00;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.btn-cta:hover {
  background: #987d4f;
  color: #fff;
}
.btn-cta:focus {
  color: #fff;
}
.btn-cta img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .btn-cta {
    padding: 20px 24px;
    font-size: 14px;
  }
}

.btn-cta_arrow {
  width: 12px;
  height: 9px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.page_section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-bottom: 48px;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.4;
}
.page_section_title:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ef7c00;
  content: "";
}
@media screen and (max-width: 991px) {
  .page_section_title {
    gap: 8px;
    padding-bottom: 16px;
    font-size: 24px;
  }
  .page_section_title:before {
    width: 12px;
    height: 12px;
  }
}

.mv {
  position: relative;
  overflow: hidden;
  padding: 160px 0;
}
.mv:before {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 100%;
  height: calc(100% + 40px);
  background: url(../img/mv_bg.png) no-repeat center right/contain;
  content: "";
}
@media screen and (max-width: 991px) {
  .mv {
    padding: 64px 0 80px;
    min-height: 520px;
  }
  .mv:before {
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/mv_bg_sp.png) no-repeat center right/contain;
  }
}

.mv_content {
  position: relative;
  z-index: 1;
  max-width: 1110px;
}

.mv_pic {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .mv_pic {
    display: none;
  }
}

.intro {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 991px) {
  .intro {
    padding: 32px 0;
  }
}

.intro_wrapper {
  margin: 0 auto;
  max-width: 840px;
}

.ticketbox_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 8px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .ticketbox_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.intro_notes {
  padding-top: 16px;
}
.intro_notes p, .intro_notes ul {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.8;
  color: #2b2b2a;
}
@media screen and (max-width: 991px) {
  .intro_notes p, .intro_notes ul {
    font-size: 10px;
  }
}

.intro_notes_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.intro_notes_list li:before {
  content: "※";
}

.ticketbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  text-align: center;
}
.ticketbox_title {
  padding: 16px 8px;
  background: #4c2528;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .ticketbox_title {
    padding: 8px;
    font-size: 18px;
  }
}
.ticketbox_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 24px 40px;
}
@media screen and (max-width: 991px) {
  .ticketbox_body {
    gap: 12px;
    padding: 16px 20px;
  }
}
.ticketbox_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  height: 100px;
}
.ticketbox_icon {
  display: block;
  width: 75px;
  height: 72px;
}
.ticketbox_code {
  font-weight: 500;
  font-size: 24px;
  color: #2b2b2a;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .ticketbox_code {
    font-size: 20px;
  }
}
.ticketbox_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-align: center;
}
.ticketbox_info_lead {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #2b2b2a;
}
@media screen and (max-width: 991px) {
  .ticketbox_info_lead {
    font-size: 16px;
  }
}
.ticketbox_info_note {
  font-size: 12px;
  line-height: 1.6;
  color: #2b2b2a;
}
@media screen and (max-width: 991px) {
  .ticketbox_info_note {
    font-size: 10px;
  }
}
.ticketbox .btn-cta {
  width: 100%;
}

.concept {
  background: #2b2b2a url(../img/concept_bg.png) no-repeat center/cover;
  color: #fff;
  text-align: center;
}

.concept_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-bottom: 64px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .concept_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    padding-bottom: 24px;
  }
}
.concept_title_word {
  border-bottom: 2px solid #fff;
  font-size: 64px;
}
@media screen and (max-width: 991px) {
  .concept_title_word {
    font-size: 40px;
  }
}
.concept_title_cross {
  font-size: 40px;
}

.concept_lead {
  font-size: 18px;
  line-height: 2.4;
}
@media screen and (max-width: 991px) {
  .concept_lead {
    margin: 0;
    font-size: 16px;
    line-height: 2.2;
  }
}

.artists {
  padding: 160px 0 256px;
  background: #2b2b2a;
}
@media screen and (max-width: 991px) {
  .artists {
    gap: 64px;
    padding: 80px 0 128px;
  }
  .artists .container {
    padding-right: 0;
    padding-left: 0;
  }
}

.artist-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 128px;
  gap: 10%;
}
.artist-box:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -160px;
  width: 1020px;
  height: 800px;
  pointer-events: none;
}
.artist-box + .artist-box {
  margin-top: 128px;
}
@media screen and (max-width: 991px) {
  .artist-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .artist-box + .artist-box {
    margin-top: 64px;
  }
}
.artist-box_media {
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 50%;
}
@media screen and (max-width: 991px) {
  .artist-box_media {
    max-width: 80%;
  }
}
.artist-box_tag {
  position: absolute;
  top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px 24px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .artist-box_tag {
    top: -24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 24px 12px;
    font-size: 20px;
  }
}
.artist-box_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding-top: 80px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .artist-box_content {
    padding-top: 0;
    gap: 16px;
  }
}
.artist-box_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
  padding-left: 32px;
  border-left: 2px solid #fff;
}
@media screen and (max-width: 991px) {
  .artist-box_head {
    padding-left: 24px;
  }
}
.artist-box_name-en {
  font-family: "Lora", serif;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .artist-box_name-en {
    font-size: 32px;
  }
}
.artist-box_name-ja {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .artist-box_name-ja {
    font-size: 18px;
  }
}
.artist-box_name-ja-lg {
  font-size: 48px;
}
@media screen and (max-width: 991px) {
  .artist-box_name-ja-lg {
    font-size: 32px;
  }
}
.artist-box_text {
  font-size: 16px;
  line-height: 2.2;
}
@media screen and (max-width: 991px) {
  .artist-box_text {
    font-size: 14px;
  }
}
.artist-box.ludus {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.artist-box.ludus:after {
  right: -240px;
  background: url(../img/ludus_bg.png) no-repeat bottom right/cover;
}
.artist-box.ludus .artist-box_media {
  margin-left: -15vw;
  -webkit-box-shadow: 16px 16px 0 #987d4f;
          box-shadow: 16px 16px 0 #987d4f;
}
@media screen and (max-width: 991px) {
  .artist-box.ludus .artist-box_media {
    margin: 0;
    -webkit-box-shadow: 8px 8px 0 #987d4f;
            box-shadow: 8px 8px 0 #987d4f;
  }
}
.artist-box.ludus .artist-box_tag {
  right: 40px;
  background: #4c2528;
}
@media screen and (max-width: 991px) {
  .artist-box.ludus .artist-box_tag {
    left: unset;
    right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .artist-box.ludus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .artist-box.ludus:after {
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: 150%;
    background-position: bottom right -25%;
  }
}
.artist-box.hakugakai {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.artist-box.hakugakai:after {
  left: -240px;
  background: url(../img/hakugakai_bg.png) no-repeat bottom left/cover;
}
.artist-box.hakugakai .artist-box_tag {
  left: 40px;
  background: #987d4f;
}
@media screen and (max-width: 991px) {
  .artist-box.hakugakai .artist-box_tag {
    left: 20px;
  }
}
.artist-box.hakugakai .artist-box_media {
  margin-right: -15vw;
  -webkit-box-shadow: -16px 16px 0 #4c2528;
          box-shadow: -16px 16px 0 #4c2528;
}
@media screen and (max-width: 991px) {
  .artist-box.hakugakai .artist-box_media {
    margin: 0;
    -webkit-box-shadow: -8px 8px 0 #4c2528;
            box-shadow: -8px 8px 0 #4c2528;
  }
}
@media screen and (max-width: 991px) {
  .artist-box.hakugakai {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .artist-box.hakugakai:after {
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    background-size: 150%;
    background-position: bottom left -25%;
  }
}

.greeting:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 1450px;
  height: 1450px;
  background: url("../img/greeting_bg.png") no-repeat bottom right/50%;
}
@media screen and (max-width: 991px) {
  .greeting:after {
    width: 100%;
    height: 100%;
    background-size: 75%;
  }
}
.greeting .page_section_title {
  color: #fff;
}

.greeting_row {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .greeting_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.greeting_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.greeting_text p {
  font-size: 16px;
  line-height: 2.2;
}
.greeting_text p:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .greeting_text p {
    font-size: 14px;
  }
}

.greeting_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
  margin-top: 40px;
}

.greeting_sign {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .greeting_sign {
    font-size: 16px;
  }
}

.greeting_portrait {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
}
@media screen and (max-width: 991px) {
  .greeting_portrait {
    width: 80px;
  }
}

.infotable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.infotable_date {
  font-size: 24px;
  color: #2b2b2a;
}
.infotable_date span {
  font-size: 48px;
}
@media screen and (max-width: 991px) {
  .infotable_date span {
    font-size: 24px;
  }
}
.infotable_date em {
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .infotable_date {
    font-size: 18px;
  }
}
.infotable_time {
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .infotable_time {
    font-size: 14px;
  }
}
.infotable_venue {
  font-size: 48px;
}
@media screen and (max-width: 991px) {
  .infotable_venue {
    font-size: 24px;
  }
}
.infotable_address {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .infotable_address {
    font-size: 14px;
  }
}

.infotable_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
}
.infotable_row dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 350px;
  background: #4c2528;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  text-align: center;
}
.infotable_row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px 48px;
  color: #2b2b2a;
}
@media screen and (max-width: 991px) {
  .infotable_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .infotable_row dt {
    width: 100%;
    padding: 8px;
    font-size: 18px;
  }
  .infotable_row dd {
    padding: 12px;
    text-align: center;
  }
}

.infotable-plain {
  padding-top: 40px;
}
.infotable-plain_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 32px 0;
  border-bottom: 1px solid #4c2528;
}
.infotable-plain_row dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .infotable-plain {
    padding-top: 16px;
  }
  .infotable-plain_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    padding: 16px 0;
  }
  .infotable-plain_row dt {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}

.ticket {
  background: #2b2b2a;
}
.ticket:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 1450px;
  height: 1450px;
  background: url("../img/ticket_bg.png") no-repeat bottom right/50%;
}
@media screen and (max-width: 991px) {
  .ticket:after {
    width: 100%;
    height: 100%;
    background-size: 75%;
  }
}
.ticket .page_section_title {
  color: #fff;
}

.ticket_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px 0;
}
.ticket_row .ticket_label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 255px;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .ticket_row .ticket_label {
    width: auto;
    font-size: 20px;
  }
}
.ticket_row .ticket_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .ticket_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding: 16px 0;
  }
  .ticket_row .ticket_label,
  .ticket_row .ticket_content {
    width: 100%;
  }
}

.ticket_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 16px;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
}
.ticket_price span {
  width: 160px;
}
@media screen and (max-width: 991px) {
  .ticket_price {
    font-size: 20px;
  }
  .ticket_price span {
    width: auto;
  }
}

.ticket_notes {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .ticket_notes {
    font-size: 12px;
  }
}

.ticket_contact_list {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}
.ticket_contact_list li:not(:last-child) {
  margin-bottom: 16px;
}
.ticket_contact_list a {
  color: #fff;
  text-decoration: underline;
}
.ticket_contact_list a:hover {
  color: #987d4f;
}
@media screen and (max-width: 991px) {
  .ticket_contact_list {
    font-size: 14px;
  }
  .ticket_contact_list li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.access_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .access_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.access_map {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 540px;
}

.access_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .access_info {
    gap: 12px;
    width: 100%;
  }
}

.access_venue {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 32px;
  background: #4c2528;
  font-size: 32px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .access_venue {
    padding: 8px 16px;
    font-size: 20px;
  }
}

.access_address {
  font-size: 18px;
  line-height: 1.6;
  color: #2b2b2a;
}
@media screen and (max-width: 991px) {
  .access_address {
    font-size: 14px;
  }
}

.access_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 24px 40px;
  background: #fff;
}
.access_list li {
  list-style: disc;
  font-size: 16px;
  color: #2b2b2a;
}
@media screen and (max-width: 991px) {
  .access_list li {
    font-size: 14px;
  }
}

.access_gmap {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 6px;
  color: #987d4f;
}
.access_gmap:hover {
  opacity: 0.7;
}

.cta-fixed {
  position: fixed;
  z-index: 50;
}

.cta-fixed-mobile {
  display: none;
  left: 10px;
  right: 10px;
  bottom: 16px;
}
@media screen and (max-width: 991px) {
  .cta-fixed-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cta-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
}
.cta-float .btn-cta {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991px) {
  .cta-float {
    display: none;
  }
}

body.is-drawer-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  html.is-scroll-fade-ready [data-scroll-fade]:not([data-scroll-fade=stagger]) {
    visibility: hidden;
  }
  html.is-scroll-fade-ready [data-scroll-fade=stagger] > * {
    visibility: hidden;
  }
}
.footer {
  background: #2b2b2a;
  color: #fff;
}
.footer_bottom {
  padding-top: 32px;
}
.footer_bottom:before {
  display: block;
  width: 48px;
  height: 1px;
  margin: 0 auto 32px;
  background: #fff;
  content: "";
}
.footer_sub {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .footer_sub {
    font-size: 10px;
  }
}
.footer_title {
  padding-top: 8px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .footer_title {
    font-size: 16px;
  }
}
.footer_date {
  padding-top: 8px;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .footer_date {
    font-size: 10px;
  }
}
.footer_logo {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
.footer_orgs_list {
  padding-top: 24px;
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  .footer_orgs_list {
    font-size: 10px;
  }
}

.footer_content {
  padding: 64px 0;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .footer_content {
    padding: 32px 0;
  }
}

.footer_copyright {
  padding: 24px 0;
  text-align: center;
}
.footer_copyright .copyright {
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .footer_copyright .copyright {
    font-size: 10px;
  }
}
@media screen and (max-width: 991px) {
  .footer_copyright {
    padding-bottom: 80px;
  }
}