@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@300;400;500;700;800&display=swap);
@import url(https://unpkg.com/swiper@7/swiper-bundle.min.css);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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: 1em;
  /* 2 */ }

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

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

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* 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; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*
ms:mobile small
ml:mobile large
ts:tablet small
tl:tablet large
 d:desktop
 */
/*
ms:mobile small
ml:mobile large
ts:tablet small
tl:tablet large
 d:desktop
 */
/*
* z-index
*/
@media screen and (min-width: 820px) {
  html {
    font-size: 10px; } }

@media screen and (max-width: 819px) {
  html {
    font-size: 2.66667vw; } }

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴシック","Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  color: #333333;
  margin: 0; }
  @media screen and (min-width: 820px) {
    body {
      line-height: 1.6em;
      font-size: 1.6rem;
      letter-spacing: 0.05em; } }
  @media screen and (max-width: 819px) {
    body {
      line-height: 1.6em;
      font-size: 1.3rem;
      letter-spacing: 0.05em; } }

/* ページ表示時フェードイン */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 1;
  animation: pagenateFadeIn .5s forwards; }

@keyframes pagenateFadeIn {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* ページ遷移時フェードアウト */
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値では非表示 */
  -webkit-transition: opacity .1s ease;
  -ms-transition: opacity .1s ease;
  -moz-transition: opacity .1s ease;
  transition: opacity .1s ease; }

body.is-fadeout::after {
  opacity: 1; }

/* Flocss Foundation */
/*
ms:mobile small
ml:mobile large
ts:tablet small
tl:tablet large
 d:desktop
 */
* {
  box-sizing: border-box; }

a {
  color: currentColor;
  transition: all .5s ease; }
  a img {
    transition: all 1s ease; }
  a:active, a:hover {
    color: #FF5E7E;
    text-decoration: none; }
    a:active img, a:hover img {
      transform: scale(1.1); }

pre {
  background-color: transparent;
  border: none;
  padding: 1.6rem 0; }

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-top: 0; }
  @media screen and (min-width: 820px) {
    p {
      margin-bottom: 1.6em; } }
  @media screen and (max-width: 819px) {
    p {
      margin-bottom: 1.6em; } }

ul, ol {
  margin-top: 0;
  padding-left: 2em; }
  @media screen and (min-width: 820px) {
    ul, ol {
      margin-bottom: 1.6em; } }
  @media screen and (max-width: 819px) {
    ul, ol {
      margin-bottom: 1.6em; } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none; }

video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

ruby {
  ruby-align: center; }

rt {
  text-align: center; }

h2 rt,
h3 rt {
  font-size: 1rem; }

_::-webkit-full-page-media, _:future, :root rt {
  transform: translate(0, 0.5em); }

:focus {
  outline: none; }

/* Flocss Utility */
/*
ms:mobile small
ml:mobile large
ts:tablet small
tl:tablet large
 d:desktop
 */
@media screen and (max-width: 819px) {
  .u-brDisplay--pc {
    display: none; } }

@media screen and (min-width: 820px) {
  .u-brDisplay--pc {
    display: block; } }

@media screen and (max-width: 819px) {
  .u-brDisplay--sp {
    display: block; } }

@media screen and (min-width: 820px) {
  .u-brDisplay--sp {
    display: none; } }

.c-address {
  line-height: 2;
  text-align: center;
  font-weight: 700; }
  @media screen and (min-width: 820px) {
    .c-address {
      margin-bottom: 7rem;
      font-size: 2rem; } }
  @media screen and (max-width: 819px) {
    .c-address {
      margin-bottom: 4rem;
      font-size: 1.2rem; } }

.c-copyright {
  line-height: 2;
  text-align: center;
  font-weight: 700;
  font-size: 12px; }

.c-modal-msg a img {
  transition: none; }

.c-modal-msg a:active img, .c-modal-msg a:hover img {
  transform: scale(1); }

.c-modal-msg__title {
  text-align: center; }
  @media screen and (min-width: 820px) {
    .c-modal-msg__title {
      margin-bottom: 3.2em; } }
  @media screen and (max-width: 819px) {
    .c-modal-msg__title {
      margin-bottom: 3.2em; } }
  .c-modal-msg__title__en {
    line-height: 1.4;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    color: #CAA443; }
  .c-modal-msg__title__ja {
    font-weight: 700;
    font-size: 14px; }

.c-modal-msg em {
  font-style: normal;
  font-weight: bold; }

.c-modal-msg strong {
  color: #FF382F;
  font-weight: normal; }

.c-modal-msg dl {
  margin: 0; }
  @media screen and (min-width: 820px) {
    .c-modal-msg dl {
      margin-top: 2.4em;
      margin-bottom: 1.6em; } }
  @media screen and (max-width: 819px) {
    .c-modal-msg dl {
      margin-top: 2.4em;
      margin-bottom: 1.6em; } }
  .c-modal-msg dl dt {
    margin: 0;
    font-size: 16px;
    color: #CAA443;
    font-weight: 700; }
    @media screen and (min-width: 820px) {
      .c-modal-msg dl dt {
        margin-bottom: 1.6em; } }
    @media screen and (max-width: 819px) {
      .c-modal-msg dl dt {
        margin-bottom: 1.6em; } }
  .c-modal-msg dl dd {
    margin: 0;
    font-size: 14px; }
    .c-modal-msg dl dd > *:last-child {
      margin-bottom: 0; }

.p-contact {
  max-width: 720px;
  margin: 0 auto; }
  @media screen and (min-width: 820px) {
    .p-contact {
      display: flex;
      align-items: center;
      justify-content: flex-start; } }
  .p-contact__img {
    width: 100%; }
    @media screen and (min-width: 820px) {
      .p-contact__img {
        max-width: 43%; } }
    @media screen and (max-width: 819px) {
      .p-contact__img {
        max-width: 80%;
        margin: 0 auto 2rem; } }
    .p-contact__img img {
      width: 100%;
      height: auto; }
  .p-contact__action {
    width: 100%; }
    @media screen and (min-width: 820px) {
      .p-contact__action {
        max-width: 39%;
        width: 100%;
        margin-left: 12%; } }
    .p-contact__action__item {
      width: 100%; }
      @media screen and (min-width: 820px) {
        .p-contact__action__item {
          margin-bottom: 4rem; } }
      @media screen and (max-width: 819px) {
        .p-contact__action__item {
          margin-bottom: 2rem; } }
      .p-contact__action__item a {
        display: block;
        padding: 20px;
        background: #000000;
        border: 2px solid #FFFFFF;
        border-radius: 5px;
        text-align: center;
        font-family: 'Oswald';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        text-decoration: none; }
        .p-contact__action__item a::after {
          display: inline-block;
          content: "";
          width: .8rem;
          height: 1.2rem;
          margin-left: 1rem;
          background-image: url(../img/ico-arrow.svg);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover; }
        .p-contact__action__item a:active, .p-contact__action__item a:hover {
          background-color: #FFFFFF;
          border: 2px solid #000000;
          color: #000000; }
          .p-contact__action__item a:active::after, .p-contact__action__item a:hover::after {
            background-image: url(../img/ico-arrow--black.svg); }
    .p-contact__action > *:last-child {
      margin-bottom: 0; }

.p-event-attention {
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.75;
  font-size: 12px; }

.p-event-summary {
  max-width: 640px;
  margin: 0 auto; }
  @media screen and (min-width: 820px) {
    .p-event-summary {
      margin-bottom: 40px; } }
  @media screen and (max-width: 819px) {
    .p-event-summary {
      margin-bottom: 20px; } }
  .p-event-summary img {
    width: 100%;
    height: auto; }

.p-event-summary-box {
  max-width: 640px;
  margin: 0 auto;
  background-position: top center, bottom center, top center;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-size: 100%, 100%, 100%; }
  @media screen and (min-width: 820px) {
    .p-event-summary-box {
      margin-bottom: 40px;
      background-image: url(../img/p-event-summary-box--top.png), url(../img/p-event-summary-box--bottom.png), url(../img/p-event-summary-box--center.png); } }
  @media screen and (max-width: 819px) {
    .p-event-summary-box {
      margin-bottom: 20px;
      background-image: url(../img/p-event-summary-box--sp--top.png), url(../img/p-event-summary-box--sp--bottom.png), url(../img/p-event-summary-box--sp--center.png); } }
  .p-event-summary-box strong {
    color: #FF382F; }
  @media screen and (min-width: 820px) {
    .p-event-summary-box__title {
      margin-bottom: 2rem; } }
  @media screen and (max-width: 819px) {
    .p-event-summary-box__title {
      margin-bottom: 1.5rem; } }
  .p-event-summary-box__title img {
    width: 100%;
    height: auto; }
  .p-event-summary-box__resale {
    color: #FFFFFF;
    text-align: center; }
    @media screen and (min-width: 820px) {
      .p-event-summary-box__resale {
        padding: 0 8.5rem 1.5rem; } }
    @media screen and (max-width: 819px) {
      .p-event-summary-box__resale {
        padding: 0 2rem 1.5rem;
        font-size: 1.2rem; } }
    .p-event-summary-box__resale__title {
      line-height: 1.4;
      margin-bottom: 1.5rem;
      font-weight: 700;
      color: #FF382F; }
      @media screen and (min-width: 820px) {
        .p-event-summary-box__resale__title {
          font-size: 2.6rem; } }
      @media screen and (max-width: 819px) {
        .p-event-summary-box__resale__title {
          font-size: 1.8rem; } }
    .p-event-summary-box__resale__period {
      line-height: 1.4;
      margin-bottom: .5rem;
      font-size: 2.6rem;
      font-weight: 700; }
      @media screen and (min-width: 820px) {
        .p-event-summary-box__resale__period {
          font-size: 2.6rem; } }
      @media screen and (max-width: 819px) {
        .p-event-summary-box__resale__period {
          font-size: 1.6rem; } }
    .p-event-summary-box__resale__outline {
      line-height: 1.4;
      font-size: 1rem; }
    .p-event-summary-box__resale__section {
      margin-bottom: 2rem; }
      .p-event-summary-box__resale__section__title {
        line-height: 1.5;
        margin-bottom: .5rem;
        font-weight: 700; }
        @media screen and (min-width: 820px) {
          .p-event-summary-box__resale__section__title {
            font-size: 2rem; } }
        @media screen and (max-width: 819px) {
          .p-event-summary-box__resale__section__title {
            font-size: 1.6rem; } }
      .p-event-summary-box__resale__section__cont {
        line-height: 1.5;
        margin-bottom: .5rem;
        font-weight: 700; }
        @media screen and (min-width: 820px) {
          .p-event-summary-box__resale__section__cont {
            font-size: 2rem; } }
        @media screen and (max-width: 819px) {
          .p-event-summary-box__resale__section__cont {
            font-size: 1.5rem; } }
      .p-event-summary-box__resale__section__link {
        margin-bottom: .5rem; }
        @media screen and (max-width: 819px) {
          .p-event-summary-box__resale__section__link {
            font-size: 1.1rem; } }
      .p-event-summary-box__resale__section__outline {
        line-height: 1.4;
        margin-bottom: 0;
        font-size: 1rem; }
    .p-event-summary-box__resale a {
      word-break: break-all;
      color: #EEC354; }
  .p-event-summary-box__ticket img {
    width: 100%;
    height: auto; }

.p-hw {
  padding: 0;
  margin: 0;
  text-align: center; }
  @media screen and (min-width: 820px) {
    .p-hw {
      margin-bottom: 4rem; } }
  @media screen and (max-width: 819px) {
    .p-hw {
      margin-bottom: 3rem; } }
  .p-hw__en {
    display: block;
    line-height: 1.4;
    font-family: 'Oswald', sans-serif; }
    @media screen and (min-width: 820px) {
      .p-hw__en {
        font-size: 5rem; } }
    @media screen and (max-width: 819px) {
      .p-hw__en {
        font-size: 4rem; } }
  .p-hw__ja {
    display: block;
    line-height: 1.4; }
    @media screen and (min-width: 820px) {
      .p-hw__ja {
        font-size: 1.4rem; } }
    @media screen and (max-width: 819px) {
      .p-hw__ja {
        font-size: 1.2rem; } }
  .--event .p-hw__en {
    color: #FF382F; }
  .--member .p-hw__en {
    color: #FFD400; }
  .--ticket .p-hw__en {
    color: #009764; }
  .--contact .p-hw__en {
    color: #00A0E9; }
  .--access .p-hw__en {
    color: #000000; }

.p-kv {
  max-width: 820px;
  margin: 0 auto; }
  @media screen and (min-width: 820px) {
    .p-kv {
      padding-bottom: 11.5rem; } }
  @media screen and (max-width: 819px) {
    .p-kv {
      padding-bottom: 6rem; } }
  .p-kv__logo img {
    width: 100%;
    height: auto; }

.p-member-list {
  z-index: 2;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 700px;
  padding: 0;
  margin: 0 auto;
  list-style: none; }
  .p-member-list__item {
    max-width: 48.5%; }
    @media screen and (min-width: 820px) {
      .p-member-list__item {
        margin-bottom: 3rem; } }
    @media screen and (max-width: 819px) {
      .p-member-list__item {
        margin-bottom: 3rem; } }
    .p-member-list__item a {
      display: block; }

.p-other-links {
  max-width: 860px; }
  @media screen and (min-width: 820px) {
    .p-other-links {
      margin: 0 auto 6rem; } }
  @media screen and (max-width: 819px) {
    .p-other-links {
      margin: 0 auto 3rem; } }
  .p-other-links__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none; }
    .p-other-links__list__item {
      cursor: pointer; }
      @media screen and (min-width: 820px) {
        .p-other-links__list__item {
          width: 100%;
          max-width: 30%;
          margin-left: 5%; }
          .p-other-links__list__item:first-child {
            margin-left: 0; } }
      @media screen and (max-width: 819px) {
        .p-other-links__list__item {
          width: 100%;
          max-width: 48%;
          margin-bottom: 2rem;
          margin-left: 4%; }
          .p-other-links__list__item:nth-child(2n - 1) {
            margin-left: 0; } }
      .p-other-links__list__item img {
        width: 100%;
        height: auto;
        transition: all 1s ease; }
      .p-other-links__list__item:active, .p-other-links__list__item:hover {
        color: #FF5E7E;
        text-decoration: none; }
        .p-other-links__list__item:active img, .p-other-links__list__item:hover img {
          transform: scale(1.1); }

.p-menu {
  max-width: 860px; }
  @media screen and (min-width: 820px) {
    .p-menu {
      margin: 0 auto 11rem; } }
  @media screen and (max-width: 819px) {
    .p-menu {
      margin: 0 auto 6rem; } }
  .p-menu__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none; }
    @media screen and (min-width: 820px) {
      .p-menu__list__item {
        width: 100%;
        max-width: 23%; } }
    @media screen and (max-width: 819px) {
      .p-menu__list__item {
        width: 100%;
        max-width: 48%;
        margin-bottom: 2rem; } }
    .p-menu__list__item img {
      width: 100%;
      height: auto; }

.p-ticket-detail {
  max-width: 640px;
  margin: 0 auto; }
  @media screen and (min-width: 820px) {
    .p-ticket-detail {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 30px; } }
  @media screen and (max-width: 819px) {
    .p-ticket-detail {
      margin-bottom: 15px; } }
  @media screen and (min-width: 820px) {
    .p-ticket-detail__img {
      max-width: 44%; } }
  @media screen and (max-width: 819px) {
    .p-ticket-detail__img {
      max-width: 80%;
      margin-bottom: 2rem;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 820px) {
    .p-ticket-detail__comingsoon {
      max-width: 52%; } }
  .p-ticket-detail img {
    width: 100%;
    height: auto; }

.p-ticket-member {
  line-height: 1.75;
  font-size: 12px; }
  .p-ticket-member__unit {
    margin-bottom: 16px; }
    @media screen and (min-width: 820px) {
      .p-ticket-member__unit {
        text-align: center; } }
    .p-ticket-member__unit.--button {
      width: 220px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .p-ticket-member__unit.--button a {
        display: block; }
      .p-ticket-member__unit.--button img {
        width: 100%;
        height: auto; }

.p-faq {
  margin-bottom: 16px; }
  .p-faq__q, .p-faq__a {
    position: relative;
    padding-left: 1.5em; }
    .p-faq__q > *:last-child, .p-faq__a > *:last-child {
      margin-bottom: 0; }
    .p-faq__q::before, .p-faq__a::before {
      position: absolute;
      left: 0;
      top: 0;
      display: block; }
  .p-faq__q {
    font-weight: bold; }
    .p-faq__q::before {
      content: "Q"; }
  .p-faq__a {
    color: #FF382F; }
    .p-faq__a::before {
      content: "A"; }

.l-section {
  position: relative;
  padding: 0 2rem; }
  @media screen and (min-width: 820px) {
    .l-section {
      padding-bottom: 14rem; } }
  @media screen and (max-width: 819px) {
    .l-section {
      padding-bottom: 7rem; } }
  .l-section.--event::before {
    z-index: 1;
    position: absolute;
    left: 50%;
    content: "";
    display: block;
    width: 31.7rem;
    height: 18.2rem;
    background-image: url(../img/star--k.png);
    background-size: cover;
    background-repeat: none;
    background-position: center center;
    transform: translate(-100%, 0); }
    @media screen and (min-width: 820px) {
      .l-section.--event::before {
        top: -5rem;
        width: 31.7rem;
        height: 18.2rem;
        margin-left: -5rem; } }
    @media screen and (max-width: 819px) {
      .l-section.--event::before {
        top: -7rem;
        width: 20rem;
        height: 11.5rem;
        margin-left: 2rem; } }
  .l-section.--event::after {
    z-index: 1;
    position: absolute;
    right: 50%;
    content: "";
    display: block;
    background-image: url(../img/star--r.png);
    background-size: cover;
    background-repeat: none;
    background-position: center center;
    transform: translate(100%, 0); }
    @media screen and (min-width: 820px) {
      .l-section.--event::after {
        bottom: 0;
        width: 31.7rem;
        height: 18.2rem;
        margin-right: -12rem; } }
    @media screen and (max-width: 819px) {
      .l-section.--event::after {
        bottom: 0;
        width: 20rem;
        height: 11.5rem;
        margin-right: -6rem; } }
  .l-section.--member::after {
    z-index: 1;
    position: absolute;
    left: 50%;
    content: "";
    display: block;
    background-image: url(../img/star--u.png);
    background-size: cover;
    background-repeat: none;
    background-position: center center;
    transform: translate(-100%, 0); }
    @media screen and (min-width: 820px) {
      .l-section.--member::after {
        bottom: -5rem;
        width: 31.7rem;
        height: 18.2rem;
        margin-left: -10rem; } }
    @media screen and (max-width: 819px) {
      .l-section.--member::after {
        bottom: -5rem;
        width: 20rem;
        height: 11.5rem;
        margin-left: 3rem; } }
  .l-section.--contact::before {
    z-index: 1;
    position: absolute;
    right: 50%;
    content: "";
    display: block;
    background-image: url(../img/star--g.png);
    background-size: cover;
    background-repeat: none;
    background-position: center center;
    transform: translate(100%, 0); }
    @media screen and (min-width: 820px) {
      .l-section.--contact::before {
        top: -5rem;
        width: 31.7rem;
        height: 18.2rem;
        margin-right: -13rem; } }
    @media screen and (max-width: 819px) {
      .l-section.--contact::before {
        top: -10rem;
        width: 20rem;
        height: 11.5rem;
        margin-right: -6rem; } }
  .l-section.--access {
    margin-bottom: 0; }
    @media screen and (min-width: 820px) {
      .l-section.--access {
        padding-top: 16rem;
        padding-bottom: 15rem; } }
    @media screen and (max-width: 819px) {
      .l-section.--access {
        padding-top: 8rem;
        padding-bottom: 7rem; } }
  .l-section > *:last-child {
    margin-bottom: 0 !important; }

.l-bg-space {
  position: relative;
  width: 100%;
  background-color: #000000;
  overflow: hidden;
  color: #FFFFFF; }
  @media screen and (min-width: 820px) {
    .l-bg-space {
      padding: 12.5rem 2rem 8rem; } }
  @media screen and (max-width: 819px) {
    .l-bg-space {
      padding: 6rem 2rem 0rem; } }
  .l-bg-space__inner {
    z-index: 2;
    position: relative; }
  .l-bg-space .l-section {
    padding-left: 0;
    padding-right: 0; }

/* 星のスタイル */
.js-star {
  position: absolute;
  display: block;
  background-color: #fff;
  /* 星の色 */
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.2);
  /* 星の影 */
  opacity: 0;
  animation: twinkle 5s infinite; }

/* 星がキラキラ光るアニメーション */
@keyframes twinkle {
  0% {
    opacity: 0; }
  50% {
    transform: scale(1.1);
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(1); } }

/* Flocss Layout 読み込み順が重要 */
.l-modal {
  z-index: 200;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: transparent; }
  @media screen and (min-width: 820px) {
    .l-modal {
      padding: 4rem; } }
  @media screen and (max-width: 819px) {
    .l-modal {
      padding: 2rem; } }
  .l-modal__layer {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .l-modal__cont {
    z-index: 2;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 1rem;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    max-height: 100%; }
    @media screen and (min-width: 820px) {
      .l-modal__cont {
        max-width: 114rem;
        min-width: 70rem;
        padding: 4.5rem 4rem 4rem; } }
    @media screen and (max-width: 819px) {
      .l-modal__cont {
        min-width: unset;
        padding: 4.5rem 2rem 3rem; } }
    .l-modal__cont__inner {
      width: 100%;
      max-height: 100%;
      overflow: auto; }
      .l-modal__cont__inner > *:last-child {
        margin-bottom: 0; }
    .l-modal__cont__close {
      position: absolute;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-align: left;
      text-indent: 100%;
      background-color: #C9D9ED;
      background-image: url(../img/l-modal__close.png);
      background-repeat: no-repeat;
      background-position: center center;
      border-radius: 100%;
      cursor: pointer; }
      @media screen and (min-width: 820px) {
        .l-modal__cont__close {
          right: -2.5rem;
          top: -2.5rem;
          width: 5rem;
          height: 5rem;
          background-size: 100%; } }
      @media screen and (max-width: 819px) {
        .l-modal__cont__close {
          right: -1.5rem;
          top: -1.5rem;
          width: 3rem;
          height: 3rem;
          background-size: 100%; } }
    @media screen and (min-width: 820px) {
      .l-modal__cont__twowayButton {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .l-modal__cont__twowayButton > * {
          margin-bottom: 0; } }
    @media screen and (max-width: 819px) {
      .l-modal__cont__twowayButton {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: stretch; }
        .l-modal__cont__twowayButton > * {
          margin-bottom: 1rem; } }
    .l-modal__cont__twowayButton > *:last-child {
      margin-bottom: 0; }
  .l-modal.--bgGray .l-modal__cont {
    background-color: #EFF0F4; }
  .l-modal.--slim .l-modal__cont {
    width: 100%;
    max-width: 56rem;
    min-width: unset; }
    @media screen and (min-width: 820px) {
      .l-modal.--slim .l-modal__cont {
        padding-left: 5rem;
        padding-right: 5rem; } }
  .l-modal.is-show {
    display: flex; }
    .l-modal.is-show .l-modal__cont {
      animation: modal__cont .5s ease; }

@keyframes modal__cont {
  0% {
    transform: scale(0.4);
    opacity: .4; }
  100% {
    transform: scale(1);
    opacity: 1; } }
