@charset "UTF-8";
/*
Theme Name: YBA&BEYOND
Author: STV
Author URI: https://www.sib.tv/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
:root {
  --color-primary: #231815;
  --color-inverted-primary: #fdfdfd;
  --color-accent-primary: #454545;
  --color-accent-secondary: #c3c3c3;
  --color-bg-subtle: #f6f6f6;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-inverted-primary);
  color: var(--color-primary);
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.8;
  overflow-wrap: break-word;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 20px;
    overflow-x: hidden;
    width: 100%;
  }
}
body.no-scroll {
  overflow: hidden;
}

body.jp {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

body.en {
  font-family: "acumin-pro", sans-serif;
}
body.en .section-title__main {
  font-family: "acumin-pro", sans-serif;
  font-weight: 200;
}

a,
button {
  vertical-align: top;
}

img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.noscroll {
  overflow-y: scroll;
  position: fixed;
}
@media screen and (min-width: 768px) {
  .noscroll {
    overflow-y: auto;
    position: relative;
  }
}

.coming-soon {
  font-family: "acumin-pro", sans-serif;
  font-size: 20px;
  font-style: italic;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .coming-soon {
    font-size: 60px;
  }
}

.scroll-target {
  scroll-margin-top: calc(26.648vw + 50px);
}
@media screen and (min-width: 768px) {
  .scroll-target {
    scroll-margin-top: 186px;
  }
}

.main--single, .main--page {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .main--single, .main--page {
    margin-top: 88px;
  }
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-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 {
  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] {
  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,
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 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

/**
 * 1. 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 */
}

/**
 * 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 {
  text-align: left;
  font-weight: bold;
}

.wp-block-image, .wp-block-embed {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .wp-block-image, .wp-block-embed {
    margin-top: 30px;
  }
}
.wp-block-heading {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .wp-block-heading {
    margin-top: 40px;
  }
}
.wp-block-button {
  margin-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .wp-block-button {
    margin-top: 40px !important;
  }
}
.wp-block-embed__wrapper {
  height: 100%;
  width: 100%;
}
.wp-embed-aspect-16-9 {
  aspect-ratio: 16/9;
}
.wp-embed-aspect-16-9 iframe {
  height: 100% !important;
  width: 100% !important;
}
.wp-element-caption {
  line-height: 1.2857;
}

:where(.wp-block-columns) {
  margin-bottom: 0;
}

.wp-block-image img {
  width: inherit;
}

@keyframes slideUpFade {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-slide-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.animate-slide-up.is-visible {
  opacity: 1;
  transform: translateY(0);
  animation: slideUpFade 0.6s forwards;
}

.button-infinity {
  align-items: center;
  display: flex;
  font-family: "acumin-pro", sans-serif;
  font-style: italic;
  font-size: 16px;
  gap: 2.53vw;
  justify-content: center;
  letter-spacing: -0.04em;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .button-infinity {
    font-size: 32px;
    gap: 19px;
  }
}
.button-infinity[hidden] {
  display: none;
}
.button-infinity--close .button-infinity__icon-wrap {
  transform: rotate(45deg);
}
.button-infinity__icon-wrap {
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  content: "";
  display: block;
  height: 30px;
  position: relative;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .button-infinity__icon-wrap {
    height: 47px;
    width: 47px;
  }
}
.button-infinity__icon {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10.85px;
}
@media screen and (min-width: 768px) {
  .button-infinity__icon {
    height: 17px;
    width: 17px;
  }
}

.loader {
  background-color: #0f0f0f;
  display: none;
  height: 100vh;
  inset: 0 auto auto 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.loader-image {
  inset: 50% auto auto 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
}

.menu {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .menu {
    gap: 90px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 180px;
  }
}
.menu-board__title {
  color: #c5a336;
  font-size: 24px;
}
.menu-list {
  margin-top: 40px;
}
.menu-list-item {
  align-items: flex-end;
  border-bottom: 1px solid white;
  display: flex;
  padding-bottom: 10px;
  gap: 10px;
}
.menu-list-item:not(:first-of-type) {
  margin-top: 20px;
}
.menu-list-item__name {
  width: 100%;
}
.menu-list-item__name--jpn {
  margin-top: 10px;
}
.menu-list-item__price {
  flex-shrink: 0;
  text-align: right;
  width: 16vw;
}
@media screen and (min-width: 768px) {
  .menu-list-item__price {
    width: 70px;
  }
}
.menu__images {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .menu__images {
    margin-top: 120px;
  }
}
.menu__images .splide:not(:first-of-type) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .menu__images .splide:not(:first-of-type) {
    margin-top: 40px;
  }
}
.menu__images .splide__slide {
  aspect-ratio: 1/1;
  width: 28vw;
}
@media screen and (min-width: 768px) {
  .menu__images .splide__slide {
    width: 330px;
  }
}

.form {
  border-top: solid 1px #c5a336;
  font-family: "acumin-pro", sans-serif;
  margin-top: 40px;
  padding-bottom: 80px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form {
    margin-top: 56px;
  }
}
.form-input {
  margin-top: 28px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-input {
    display: flex;
    flex-wrap: wrap;
    margin-top: 56px;
    justify-content: space-between;
  }
}
.form-input__title {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .form-input__title {
    font-size: 16px;
    min-width: 125px;
    padding: 20px 0;
  }
}
.form-input__title > span {
  color: #de3506;
}
@media screen and (min-width: 768px) {
  .form-input__block {
    width: 79.36%;
  }
}
.form-input__block label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-input__block label {
    margin-top: 0;
  }
}
.form-input__block label input, .form-input__block label textarea {
  background-color: #f2f0e9;
  font-size: 14px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .form-input__block label input, .form-input__block label textarea {
    font-size: 16px;
    padding: 20px;
  }
}
.form-input__block label input:focus, .form-input__block label input:focus-visible, .form-input__block label textarea:focus, .form-input__block label textarea:focus-visible {
  outline: solid 1px #baac85;
}
.form-input__block label input.formrun-has-error, .form-input__block label textarea.formrun-has-error {
  background-color: #fbe0db;
}
.form-input__block label textarea {
  height: 150px;
}
@media screen and (min-width: 768px) {
  .form-input__block label textarea {
    height: 280px;
  }
}
.form-input__block .err-txt {
  color: #de3506;
  margin-top: 5px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-check {
    text-align: center;
  }
}
.form-check label {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-check label {
    justify-content: center;
    width: auto;
  }
}
.form-check label input {
  aspect-ratio: 1/1;
  border: solid 1px #baac85;
  border-radius: 0;
  margin-right: 10px;
  outline: none;
  vertical-align: middle;
  width: 15px;
}
@media screen and (min-width: 768px) {
  .form-check label input {
    margin-right: 20px;
    width: 23px;
  }
}
.form-check label a {
  font-size: 14px;
  text-decoration: underline;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .form-check label a {
    font-size: 16px;
  }
}
.form-check label a:hover {
  color: #baac85;
}
.form-check .err-txt {
  color: #de3506;
  margin-top: 5px;
}
.form-hr {
  background-color: #baac85;
  color: #baac85;
  margin-top: 28px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .form-hr {
    margin-top: 56px;
    margin-bottom: 80px;
  }
}

.section-title {
  padding-bottom: 6px;
  position: relative;
}
.section-title--mb0 {
  margin-bottom: 0;
}
.section-title__sub {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .section-title__sub {
    font-size: 20px;
  }
}
.section-title__sub::before, .section-title__sub::after {
  font-family: "acumin-pro", sans-serif;
}
.section-title__sub::before {
  content: "( ";
}
.section-title__sub::after {
  content: " )";
}
.section-title__sub span {
  font-style: italic;
}
.section-title__main {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}
.section-title__main::before, .section-title__main::after {
  background-color: var(--color-primary);
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.section-title__main::before {
  bottom: 0;
  height: 2px;
}
.section-title__main::after {
  bottom: -6px;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .section-title__main::after {
    bottom: -6px;
    height: 1px;
  }
}
@media screen and (min-width: 768px) {
  .section-title__main {
    font-size: clamp(72px, 8vw, 96px);
    padding-left: 36px;
    padding-right: 36px;
  }
}
.section-title__main--accent {
  font-family: "acumin-pro", sans-serif;
  font-weight: 200;
}
.section-title__main--serif {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 600;
}

.page-title-wrap {
  padding-bottom: 6px;
  position: relative;
}

.page-title {
  position: relative;
}
.page-title::before, .page-title::after {
  background-color: var(--color-primary);
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.page-title::before {
  bottom: 0;
  height: 2px;
}
.page-title::after {
  bottom: -6px;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .page-title::after {
    bottom: -6px;
    height: 1px;
  }
}
.page-title__text {
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .page-title__text {
    font-size: clamp(48px, 3.5vw, 64px);
    padding-bottom: 16px;
  }
}

.sns-list {
  align-items: center;
  display: flex;
  gap: 2.66vw;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .sns-list {
    gap: 60px;
  }
}
.sns-list--column {
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
}

.sns-link {
  align-items: center;
  display: flex;
  gap: 2.8vw;
}
@media screen and (min-width: 768px) {
  .sns-link {
    gap: 15px;
  }
}

.sns-label {
  font-family: "acumin-pro", sans-serif;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .sns-label {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .sns-label--x {
    width: 25px;
  }
}
@media screen and (min-width: 768px) {
  .sns-label--instagram {
    width: 165px;
  }
}

.sns-icon {
  display: inline-block;
  height: 3px;
  width: 14.5px;
}
@media screen and (min-width: 768px) {
  .sns-icon {
    height: 6px;
    width: 29px;
  }
}

.sns-icon-svg {
  display: block;
  height: auto;
  transform: translateY(-2px) rotate(-45deg);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sns-icon-svg {
    transform: translateY(-5px) rotate(-45deg);
  }
}

.tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.tab {
  align-items: center;
  border: 1px solid var(--color-primary);
  display: flex;
  font-size: 18px;
  justify-content: center;
  padding: 13px;
}
@media screen and (min-width: 768px) {
  .tab {
    font-size: 36px;
    padding: 26px;
  }
}
.tab[aria-selected=true] {
  background-color: var(--color-primary);
  color: var(--color-inverted-primary);
}

.tab-item {
  position: relative;
}

.toggle-item__trigger {
  cursor: pointer;
}
.toggle-item__content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.text-hover-normal {
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .text-hover-normal:hover {
    font-style: normal;
  }
}

@media screen and (min-width: 768px) {
  .text-hover-accent-secondary:hover {
    color: var(--color-accent-secondary);
  }
}

.l-inner {
  padding-left: 5.33vw;
  padding-right: 5.33vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 768px) {
  .l-inner--tight {
    margin: auto;
    max-width: 1462px;
    padding-left: 36px;
    padding-right: 36px;
  }
}

.header {
  position: sticky;
  top: 0;
  transition: transform 0.3s ease;
  z-index: 150;
}
.header--hidden {
  transform: translateY(-100%);
}

.header-bar {
  align-items: center;
  background-color: var(--color-inverted-primary);
  display: flex;
  justify-content: space-between;
  padding: 20px 5.33vw;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header-bar {
    padding: 38px 40px 18px;
  }
}

.header-logo__image {
  width: 15.988vw;
}
@media screen and (min-width: 768px) {
  .header-logo__image {
    width: 101px;
  }
}

.header-menu {
  align-items: center;
  display: flex;
  gap: 4.2vw;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .header-menu {
    gap: 40px;
  }
}
.header-menu__button {
  display: flex;
  justify-content: space-between;
  width: 58px;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .header-menu__button {
    font-size: 30px;
  }
}
.header-menu__button::before, .header-menu__button::after {
  font-family: "acumin-pro", sans-serif;
}
.header-menu__button::before {
  content: "( ";
}
.header-menu__button::after {
  content: " )";
}
.header-menu__button span {
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .header-menu__button {
    width: 114px;
  }
}

.header-nav {
  background-color: var(--color-inverted-primary);
  height: 100vh;
  left: 100%;
  overflow-y: auto;
  padding: 27.73vw 0 120px;
  position: fixed;
  top: 0;
  transition: left 0.3s;
  width: 100vw;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .header-nav {
    padding: 229px 0 234px;
  }
}
.header-nav.is-open {
  left: 0;
}
@media screen and (min-width: 768px) {
  .header-nav__inner {
    align-items: flex-end;
    display: flex;
    gap: 60px;
    justify-content: space-between;
  }
}
.header-nav__headline {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header-nav__headline {
    align-items: flex-start;
    flex-direction: column;
  }
}
.header-nav__image {
  height: auto;
  width: 51.46vw;
}
@media screen and (min-width: 768px) {
  .header-nav__image {
    width: 378px;
  }
}
.header-nav__language-list {
  align-items: center;
  display: flex;
  gap: 0.5em;
}
@media screen and (min-width: 768px) {
  .header-nav__language-list {
    margin-top: 171px;
  }
}
.header-nav__language-item {
  color: var(--color-accent-secondary);
  font-family: "acumin-pro", sans-serif;
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .header-nav__language-item {
    font-size: 32px;
  }
}
.header-nav__language-item::after {
  color: var(--color-primary);
  content: "/";
}
.header-nav__language-item:last-of-type::after {
  content: "";
  padding-left: 0;
}
.header-nav__language-item[aria-current=true] {
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .header-nav__language-item:hover {
    color: var(--color-primary);
  }
}
.header-nav__items {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 13.06vw;
}
@media screen and (min-width: 768px) {
  .header-nav__items {
    gap: 20px;
    width: 755px;
  }
}
@media screen and (min-width: 768px) {
  .header-nav__items {
    margin-top: 0;
  }
}
.header-nav__item {
  align-items: center;
  margin-bottom: 5.04px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header-nav__item {
    margin-bottom: 4.72px;
  }
}
.header-nav__item-link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: 1.8;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}
.header-nav__item-link::before, .header-nav__item-link::after {
  background-color: var(--color-primary);
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.header-nav__item-link::before {
  bottom: 0;
  height: 2px;
}
.header-nav__item-link::after {
  bottom: -5.04px;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .header-nav__item-link::after {
    bottom: -4.72px;
    height: 1px;
  }
}
.header-nav__item-icon {
  height: auto;
  width: 33.24px;
}
@media screen and (min-width: 768px) {
  .header-nav__item-icon {
    width: 40px;
  }
}

.footer {
  border-bottom: 1px solid var(--color-primary);
  border-top: 1px solid var(--color-primary);
  margin-bottom: 6px;
}
.footer::before {
  background-color: var(--color-primary);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -6px;
  width: 100%;
}
.footer__inner--sp {
  border-left: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
  padding: 20px 3.2vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer__inner--sp {
    border: none;
    padding: 0 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .footer__inner--pc {
    border-left: 1px solid var(--color-primary);
    border-right: 1px solid var(--color-primary);
    margin-left: 36px;
    margin-right: 36px;
    padding-top: 100px;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .footer-content {
    display: flex;
    column-gap: 20px;
    justify-content: space-between;
  }
}

.footer-logo__image {
  width: 37.6vw;
}
@media screen and (min-width: 768px) {
  .footer-logo__image {
    max-width: 324px;
    width: 100%;
  }
}

.footer-menu__items {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .footer-menu__items {
    grid-template-columns: repeat(5, max-content);
    column-gap: clamp(20px, 3.2vw, 60px);
    font-size: clamp(14px, 1.5vw, 20px);
    justify-content: start;
    row-gap: 20px;
  }
}

.footer-sns {
  right: 3.2vw;
  position: absolute;
  top: 12%;
}
@media screen and (min-width: 768px) {
  .footer-sns {
    bottom: 40px;
    font-size: 16px;
    right: 0;
    top: auto;
  }
}

.footer-copyright {
  font-size: 11px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .footer-copyright {
    font-size: 16px;
  }
}

.footer-privacy {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .footer-privacy {
    font-size: 16px;
  }
}

.news-list__items {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .news-list__items {
    gap: 10px;
  }
}
.news-list__item {
  background-color: var(--color-primary);
  color: var(--color-inverted-primary);
  padding: 3.73vw 3.2vw 4.26vw;
}
@media screen and (min-width: 768px) {
  .news-list__item {
    align-items: flex-start;
    display: flex;
    gap: 95px;
    padding: 29px 60px 34px;
  }
}
.news-list__item.is-hidden {
  display: none;
}
.news-list__headline {
  align-items: center;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .news-list__headline {
    flex-shrink: 1;
    gap: 89px;
  }
}
.news-list__date {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .news-list__date {
    font-size: 20px;
  }
}
.news-list__category {
  align-items: center;
  border: 1px solid var(--color-inverted-primary);
  border-radius: 10px;
  display: flex;
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.66vw 2.53vw;
}
@media screen and (min-width: 768px) {
  .news-list__category {
    border-radius: 20px;
    font-size: 18px;
    padding: 3.5px;
    width: 120px;
  }
}
.news-list__title a {
  text-decoration: underline;
}
.news-list__button {
  margin-top: 5.46vw;
}
@media screen and (min-width: 768px) {
  .news-list__button {
    margin-top: 40px;
  }
}

.news__header {
  align-items: center;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .news__header {
    gap: 20px;
  }
}
.news__date {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .news__date {
    font-size: 20px;
  }
}
.news__category {
  align-items: center;
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  display: flex;
  font-family: "acumin-pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.66vw 2.53vw;
}
@media screen and (min-width: 768px) {
  .news__category {
    border-radius: 20px;
    font-size: 18px;
    padding: 3.5px;
    width: 120px;
  }
}
.news__title-wrap {
  padding-bottom: 6px;
  position: relative;
}
.news__title {
  position: relative;
}
.news__title::before, .news__title::after {
  background-color: var(--color-primary);
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.news__title::before {
  bottom: 0;
  height: 2px;
}
.news__title::after {
  bottom: -6px;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .news__title::after {
    bottom: -6px;
    height: 1px;
  }
}
.news__title-text {
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .news__title-text {
    font-size: clamp(48px, 3.5vw, 64px);
    padding-bottom: 16px;
  }
}

.faq-container {
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .faq-container {
    gap: 120px;
  }
}

.faq-section {
  display: grid;
  grid-template-columns: 1fr;
}
.faq-section__title {
  align-items: center;
  display: flex;
  font-size: 16px;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .faq-section__title {
    font-size: 32px;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.faq-section__title::before {
  background-color: var(--color-primary);
  content: "";
  height: 20px;
  width: 2.5px;
}
@media screen and (min-width: 768px) {
  .faq-section__title::before {
    height: 24px;
    width: 5px;
  }
}

.faq-list {
  align-items: start;
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .faq-list {
    gap: 10px;
  }
}

.faq-item {
  border: 1px solid var(--color-primary);
  padding: 12px 4vw 12px 3.2vw;
}
@media screen and (min-width: 768px) {
  .faq-item {
    padding: 30px 60px;
  }
}
.faq-item__button {
  width: 17px;
}
.faq-item__question {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 20px 1fr 16px;
}
@media screen and (min-width: 768px) {
  .faq-item__question {
    gap: 16px;
    grid-template-columns: 28px 1fr 17px;
  }
}
.faq-item__question::before {
  align-items: center;
  background-color: var(--color-primary);
  color: var(--color-inverted-primary);
  display: flex;
  content: "Ｑ";
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  height: 20px;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
  width: 20px;
}
@media screen and (min-width: 768px) {
  .faq-item__question::before {
    height: 28px;
    width: 28px;
  }
}
.faq-item__answer-inner {
  background-color: var(--color-bg-subtle);
  font-size: 14px;
  margin-top: 4px;
  padding: 14px 1.6vw;
}
@media screen and (min-width: 768px) {
  .faq-item__answer-inner {
    font-size: 18px;
    margin-top: 30px;
    padding: 20px 56px;
  }
}
.faq-item__answer-inner a {
  text-decoration: underline;
}
.faq-item.is-open .faq-item__button line:nth-of-type(2) {
  display: none;
}

.contact__section-title {
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__section-title {
    font-size: 32px;
  }
}

.contact-items {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .contact-items {
    gap: 80px 0;
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact-item {
  border-bottom: 1px solid var(--color-primary);
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .contact-item {
    border-bottom: none;
    border-right: 1px solid var(--color-primary);
    padding: 0 55px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .contact-item:nth-of-type(2) {
    border-right: none;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .contact-item:nth-of-type(2n) {
    padding: 0 0 0 55px;
  }
}
.contact-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.contact-item__title {
  background-color: var(--color-primary);
  color: var(--color-inverted-primary);
  padding: 6px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-item__title {
    font-size: clamp(18px, 2vw, 24px);
    padding: 18px;
  }
}
.contact-item__content {
  margin-top: 28px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-item__content {
    font-size: clamp(16px, 2vw, 20px);
    margin-top: 56px;
  }
}

.hero {
  display: flex;
  gap: 4.8vw;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero {
    gap: 7px;
    height: calc(100vh - 136px);
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}

.hero-slider {
  height: 67.46vh;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero-slider {
    height: 100%;
    max-height: 930px;
    min-width: 48.4375%;
    max-width: 100%;
  }
}

.hero-track {
  height: 100%;
}

.hero-slide {
  height: 100%;
}
.hero-slide__inner {
  display: flex;
  height: 100%;
}
.hero-slide__image-wrap {
  height: 100%;
}
.hero-slide__image {
  width: auto;
}
.hero-slide__caption {
  color: var(--color-accent-secondary);
  font-size: 8px;
  height: 100%;
  line-height: 1.2;
  word-wrap: break-word;
}
.hero-slide__caption--main span {
  font-style: italic;
}
.hero-slide__caption--sub {
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .hero-slide__caption--sub {
    margin-left: 2px;
  }
}

.hero-arrows {
  align-items: stretch;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  bottom: -14.86vw;
  display: flex;
  gap: 4.4vw;
  height: 10.6vw;
  justify-content: center;
  padding: 3.2vw 4.49vw;
  position: absolute;
  right: 5.33vw;
}
@media screen and (min-width: 768px) {
  .hero-arrows {
    border-radius: 16px;
    bottom: 0;
    flex-direction: column-reverse;
    gap: 20px;
    height: 180px;
    left: -104px;
    padding: 41px 20px;
    right: auto;
    width: 72px;
  }
}

.hero-arrow {
  align-items: center;
  display: flex;
}
.hero-arrow--prev__image, .hero-arrow--next__image {
  height: 20px;
  vertical-align: unset;
  width: 4.43vw;
}
@media screen and (min-width: 768px) {
  .hero-arrow--prev__image, .hero-arrow--next__image {
    height: 48px;
    width: 29px;
  }
}
.hero-arrow--prev__image {
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  .hero-arrow--next {
    flex-direction: column-reverse;
  }
}
.hero-arrow + .hero-arrow {
  pointer-events: none;
}
.hero-arrow + .hero-arrow::before {
  background-color: var(--color-primary);
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: 4.4vw;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .hero-arrow + .hero-arrow::before {
    height: 1px;
    margin: 20px 0 0;
    width: 100%;
  }
}
.hero-arrow + .hero-arrow svg {
  pointer-events: all;
}

.hero-title {
  padding-left: 5.33vw;
  width: 71.2vw;
}
@media screen and (min-width: 768px) {
  .hero-title {
    box-sizing: content-box;
    max-width: 682px;
    min-width: 400px;
    padding: 59px 176px 58px clamp(36px, 10vw, 170px);
    width: 53.17%;
  }
}

@media screen and (min-width: 768px) {
  .lead__image {
    max-width: 1305px;
  }
}
.lead__text {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .lead__text {
    margin-top: 80px;
  }
}
.lead__text-en {
  letter-spacing: 0.02em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .lead__text-en {
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 768px) {
  .about__image-wrap {
    width: 892px;
  }
}
.about__image-caption {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .about__image-caption {
    margin-top: 10px;
  }
}
.about__image-caption-main {
  font-size: 10px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .about__image-caption-main {
    font-size: 16px;
    font-weight: 600;
  }
}
.about__image-caption-main span {
  font-style: italic;
}
.about__image-caption-sub {
  color: var(--color-accent-secondary);
  font-family: "acumin-pro", sans-serif;
  font-size: 7.5px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .about__image-caption-sub {
    font-size: 14px;
    line-height: 1.7;
  }
}
.about__text p + p {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .about__text p + p {
    margin-top: 0;
  }
}

.highlight__list {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .highlight__list {
    gap: 56px 96px;
    grid-template-columns: minmax(200px, 548fr) minmax(200px, 552fr) minmax(200px, 552fr);
    grid-auto-rows: auto 1fr;
  }
}
@media screen and (min-width: 768px) {
  .highlight__item {
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  .highlight__item-header {
    grid-row: 1;
  }
}
.highlight__item-number {
  align-items: center;
  display: flex;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  gap: 4.66vw;
  justify-content: space-between;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .highlight__item-number {
    font-size: 96px;
    gap: 39px;
  }
}
.highlight__item-number span {
  flex-shrink: 0;
}
.highlight__item-number::after {
  background-color: var(--color-primary);
  content: "";
  height: 1px;
  width: 100%;
}
.highlight__item-catchphrase {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.13;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .highlight__item-catchphrase {
    font-size: clamp(40px, 3.75vw, 72px);
    margin-top: 32px;
  }
}
.highlight__item-catchphrase span {
  text-decoration: underline;
}
.highlight__item-description {
  font-size: 18px;
  line-height: 1.48;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .highlight__item-description {
    font-size: clamp(18px, 2.083vw, 40px);
    grid-row: 2;
    letter-spacing: 1.6;
    margin-top: 0;
  }
}

.highlight-title__main span:nth-of-type(-n + 2) {
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho Pro", "MS PMincho", serif;
}

.highlight-slider {
  margin-top: 40px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .highlight-slider {
    margin: 80px 0 0 36px;
    width: 100%;
  }
}

.highlight-slide__image {
  height: 53.3vw;
  width: auto;
}
@media screen and (min-width: 768px) {
  .highlight-slide__image {
    height: 456px;
  }
}
.highlight-slide__caption {
  display: block;
}
.highlight-slide__caption__text {
  font-size: 8px;
  line-height: 1.2;
  word-wrap: break-word;
}
.highlight-slide__caption__text--main {
  font-size: 10px;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .highlight-slide__caption__text--main {
    font-size: 16px;
    margin-top: 12px;
  }
}
.highlight-slide__caption__text--main span {
  font-style: italic;
}
.highlight-slide__caption__text--sub {
  color: var(--color-accent-secondary);
  font-family: "acumin-pro", sans-serif;
  font-size: 7.5px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .highlight-slide__caption__text--sub {
    font-size: 14px;
    line-height: 1.7;
  }
}
.highlight-slide:nth-of-type(3) .highlight-slide__caption, .highlight-slide:nth-of-type(8) .highlight-slide__caption, .highlight-slide:nth-of-type(13) .highlight-slide__caption {
  width: 70.36vw;
}
@media screen and (min-width: 768px) {
  .highlight-slide:nth-of-type(3) .highlight-slide__caption, .highlight-slide:nth-of-type(8) .highlight-slide__caption, .highlight-slide:nth-of-type(13) .highlight-slide__caption {
    width: 100%;
  }
}
.highlight-slide:nth-of-type(4) .highlight-slide__caption, .highlight-slide:nth-of-type(9) .highlight-slide__caption, .highlight-slide:nth-of-type(14) .highlight-slide__caption {
  width: 79.95vw;
}
@media screen and (min-width: 768px) {
  .highlight-slide:nth-of-type(4) .highlight-slide__caption, .highlight-slide:nth-of-type(9) .highlight-slide__caption, .highlight-slide:nth-of-type(14) .highlight-slide__caption {
    width: 100%;
  }
}
.highlight-slide:nth-of-type(5) .highlight-slide__caption, .highlight-slide:nth-of-type(10) .highlight-slide__caption, .highlight-slide:nth-of-type(15) .highlight-slide__caption {
  width: 39.98vw;
}
@media screen and (min-width: 768px) {
  .highlight-slide:nth-of-type(5) .highlight-slide__caption, .highlight-slide:nth-of-type(10) .highlight-slide__caption, .highlight-slide:nth-of-type(15) .highlight-slide__caption {
    width: 342px;
  }
}

.artist__inner {
  background-color: var(--color-primary);
  padding-bottom: 30px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .artist__inner {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.artist__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 1.6vw;
}
@media screen and (min-width: 768px) {
  .artist__list {
    gap: 18px 40px;
  }
}
.artist__item {
  align-items: center;
  display: flex;
  gap: 1.6vw;
}
@media screen and (min-width: 768px) {
  .artist__item {
    gap: 40px;
  }
}
.artist__item::after {
  background-color: var(--color-accent-primary);
  content: "";
  height: 26px;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .artist__item::after {
    height: 65px;
  }
}
.artist__name {
  font-size: 14px;
  line-height: 1;
}
.artist__name-sub {
  color: var(--color-accent-primary);
  font-family: "acumin-pro", sans-serif;
}
@media screen and (min-width: 768px) {
  .artist__name-sub {
    font-size: clamp(28px, 2.083vw, 40px);
  }
}
.artist__name-main {
  color: var(--color-inverted-primary);
  margin-top: -0.2em;
}
@media screen and (min-width: 768px) {
  .artist__name-main {
    font-size: clamp(24px, 1.67vw, 32px);
    letter-spacing: 0.18em;
  }
}

@media screen and (min-width: 768px) {
  .information__event:not([hidden]) {
    display: grid;
    gap: 110px;
    grid-template-columns: clamp(450px, 50.67%, 973px) 1fr;
  }
}
.information__detail-list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
.information__detail-item {
  align-items: start;
  display: grid;
  gap: 7px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .information__detail-item {
    gap: 20px;
    grid-template-columns: clamp(100px, 25%, 203px) 1fr;
  }
}
@media screen and (min-width: 768px) {
  .information__detail-item--col {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
.information__detail-item-label {
  align-items: center;
  display: flex;
  font-size: 16px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .information__detail-item-label {
    font-size: 20px;
    gap: 20px;
  }
}
.information__detail-item-label::before {
  background-color: var(--color-primary);
  content: "";
  height: 20px;
  width: 2.5px;
}
@media screen and (min-width: 768px) {
  .information__detail-item-label::before {
    height: 24px;
    width: 5px;
  }
}
.information__detail-item-content {
  height: 100%;
}
.information__detail-item-content > p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .information__detail-item-content > p {
    font-size: 20px;
  }
}
.information__access-map {
  aspect-ratio: 670/503;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .information__access-map {
    aspect-ratio: auto;
    height: 100%;
    max-height: 574px;
  }
}
.information__access-map iframe {
  height: 100%;
  width: 100%;
}
.information__access-line--underline {
  text-decoration: underline;
}
.information__access-howto-wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .information__access-howto-wrap {
    margin-top: 0;
  }
}
.information__access-howto {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .information__access-howto {
    gap: 20px;
  }
}
.information__access-howto-title::before {
  content: "● ";
}
.information__access-howto-list {
  display: grid;
  grid-template-columns: 1fr;
}
.information__access-howto-item {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .information__access-howto-item {
    font-size: 20px;
  }
}
.information__notice-item {
  font-size: 12px;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .information__notice-item {
    font-size: 16px;
  }
}
.information__notice-item::before {
  content: "※";
  margin-left: -1em;
}
.information__notice-item--en {
  margin-left: 0.5em;
}
.information__notice-item--en::before {
  content: "*";
  margin-left: -0.5em;
}
.information__notice-item--large {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .information__notice-item--large {
    font-size: 20px;
  }
}

.splide.curtain .splide__slide::before {
  background-color: #0f0f0f;
  content: "";
  height: 100%;
  inset: 0 auto auto 0;
  position: absolute;
  transition: 1s;
  width: 100%;
}
.splide.curtain .splide__slide.show::before {
  transform: translateY(-100%);
}

.u-mt-0 {
  margin-top: 0px;
}

.u-mt-5 {
  margin-top: 5px;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mt-15 {
  margin-top: 15px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mt-25 {
  margin-top: 25px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mt-50 {
  margin-top: 50px;
}

.u-mt-60 {
  margin-top: 60px;
}

.u-mt-70 {
  margin-top: 70px;
}

.u-mt-80 {
  margin-top: 80px;
}

.u-mt-90 {
  margin-top: 90px;
}

.u-mt-100 {
  margin-top: 100px;
}

.u-mt-120 {
  margin-top: 120px;
}

.u-mt-140 {
  margin-top: 140px;
}

.u-mt-160 {
  margin-top: 160px;
}

.u-mt-180 {
  margin-top: 180px;
}

.u-mt-200 {
  margin-top: 200px;
}

@media screen and (min-width: 768px) {
  .u-m-mt-0 {
    margin-top: 0px;
  }
  .u-m-mt-5 {
    margin-top: 5px;
  }
  .u-m-mt-10 {
    margin-top: 10px;
  }
  .u-m-mt-15 {
    margin-top: 15px;
  }
  .u-m-mt-20 {
    margin-top: 20px;
  }
  .u-m-mt-25 {
    margin-top: 25px;
  }
  .u-m-mt-30 {
    margin-top: 30px;
  }
  .u-m-mt-40 {
    margin-top: 40px;
  }
  .u-m-mt-50 {
    margin-top: 50px;
  }
  .u-m-mt-60 {
    margin-top: 60px;
  }
  .u-m-mt-70 {
    margin-top: 70px;
  }
  .u-m-mt-80 {
    margin-top: 80px;
  }
  .u-m-mt-90 {
    margin-top: 90px;
  }
  .u-m-mt-100 {
    margin-top: 100px;
  }
  .u-m-mt-120 {
    margin-top: 120px;
  }
  .u-m-mt-140 {
    margin-top: 140px;
  }
  .u-m-mt-160 {
    margin-top: 160px;
  }
  .u-m-mt-180 {
    margin-top: 180px;
  }
  .u-m-mt-200 {
    margin-top: 200px;
  }
}
.u-mb-0 {
  margin-bottom: 0px;
}

.u-mb-5 {
  margin-bottom: 5px;
}

.u-mb-10 {
  margin-bottom: 10px;
}

.u-mb-15 {
  margin-bottom: 15px;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-mb-25 {
  margin-bottom: 25px;
}

.u-mb-30 {
  margin-bottom: 30px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

.u-mb-50 {
  margin-bottom: 50px;
}

.u-mb-60 {
  margin-bottom: 60px;
}

.u-mb-70 {
  margin-bottom: 70px;
}

.u-mb-80 {
  margin-bottom: 80px;
}

.u-mb-90 {
  margin-bottom: 90px;
}

.u-mb-100 {
  margin-bottom: 100px;
}

.u-mb-120 {
  margin-bottom: 120px;
}

.u-mb-140 {
  margin-bottom: 140px;
}

.u-mb-160 {
  margin-bottom: 160px;
}

.u-mb-180 {
  margin-bottom: 180px;
}

.u-mb-200 {
  margin-bottom: 200px;
}

@media screen and (min-width: 768px) {
  .u-m-mb-0 {
    margin-bottom: 0px;
  }
  .u-m-mb-5 {
    margin-bottom: 5px;
  }
  .u-m-mb-10 {
    margin-bottom: 10px;
  }
  .u-m-mb-15 {
    margin-bottom: 15px;
  }
  .u-m-mb-20 {
    margin-bottom: 20px;
  }
  .u-m-mb-25 {
    margin-bottom: 25px;
  }
  .u-m-mb-30 {
    margin-bottom: 30px;
  }
  .u-m-mb-40 {
    margin-bottom: 40px;
  }
  .u-m-mb-50 {
    margin-bottom: 50px;
  }
  .u-m-mb-60 {
    margin-bottom: 60px;
  }
  .u-m-mb-70 {
    margin-bottom: 70px;
  }
  .u-m-mb-80 {
    margin-bottom: 80px;
  }
  .u-m-mb-90 {
    margin-bottom: 90px;
  }
  .u-m-mb-100 {
    margin-bottom: 100px;
  }
  .u-m-mb-120 {
    margin-bottom: 120px;
  }
  .u-m-mb-140 {
    margin-bottom: 140px;
  }
  .u-m-mb-160 {
    margin-bottom: 160px;
  }
  .u-m-mb-180 {
    margin-bottom: 180px;
  }
  .u-m-mb-200 {
    margin-bottom: 200px;
  }
}
.u-tracking-1 {
  letter-spacing: 0.01em;
}

.u-tracking-n-1 {
  letter-spacing: -0.01em;
}

.u-tracking-2 {
  letter-spacing: 0.02em;
}

.u-tracking-n-2 {
  letter-spacing: -0.02em;
}

.u-tracking-3 {
  letter-spacing: 0.03em;
}

.u-tracking-n-3 {
  letter-spacing: -0.03em;
}

.u-tracking-4 {
  letter-spacing: 0.04em;
}

.u-tracking-n-4 {
  letter-spacing: -0.04em;
}

.u-tracking-5 {
  letter-spacing: 0.05em;
}

.u-tracking-n-5 {
  letter-spacing: -0.05em;
}

.u-tracking-6 {
  letter-spacing: 0.06em;
}

.u-tracking-n-6 {
  letter-spacing: -0.06em;
}

.u-tracking-7 {
  letter-spacing: 0.07em;
}

.u-tracking-n-7 {
  letter-spacing: -0.07em;
}

.u-tracking-8 {
  letter-spacing: 0.08em;
}

.u-tracking-n-8 {
  letter-spacing: -0.08em;
}

.u-tracking-9 {
  letter-spacing: 0.09em;
}

.u-tracking-n-9 {
  letter-spacing: -0.09em;
}

.u-tracking-10 {
  letter-spacing: 0.1em;
}

.u-tracking-n-10 {
  letter-spacing: -0.1em;
}

.u-tracking-11 {
  letter-spacing: 0.11em;
}

.u-tracking-n-11 {
  letter-spacing: -0.11em;
}

.u-tracking-12 {
  letter-spacing: 0.12em;
}

.u-tracking-n-12 {
  letter-spacing: -0.12em;
}

.u-tracking-13 {
  letter-spacing: 0.13em;
}

.u-tracking-n-13 {
  letter-spacing: -0.13em;
}

.u-tracking-14 {
  letter-spacing: 0.14em;
}

.u-tracking-n-14 {
  letter-spacing: -0.14em;
}

.u-tracking-15 {
  letter-spacing: 0.15em;
}

.u-tracking-n-15 {
  letter-spacing: -0.15em;
}

.u-tracking-16 {
  letter-spacing: 0.16em;
}

.u-tracking-n-16 {
  letter-spacing: -0.16em;
}

.u-tracking-17 {
  letter-spacing: 0.17em;
}

.u-tracking-n-17 {
  letter-spacing: -0.17em;
}

.u-tracking-18 {
  letter-spacing: 0.18em;
}

.u-tracking-n-18 {
  letter-spacing: -0.18em;
}

.u-tracking-19 {
  letter-spacing: 0.19em;
}

.u-tracking-n-19 {
  letter-spacing: -0.19em;
}

.u-tracking-20 {
  letter-spacing: 0.2em;
}

.u-tracking-n-20 {
  letter-spacing: -0.2em;
}

.u-tracking-21 {
  letter-spacing: 0.21em;
}

.u-tracking-n-21 {
  letter-spacing: -0.21em;
}

.u-tracking-22 {
  letter-spacing: 0.22em;
}

.u-tracking-n-22 {
  letter-spacing: -0.22em;
}

.u-tracking-23 {
  letter-spacing: 0.23em;
}

.u-tracking-n-23 {
  letter-spacing: -0.23em;
}

.u-tracking-24 {
  letter-spacing: 0.24em;
}

.u-tracking-n-24 {
  letter-spacing: -0.24em;
}

.u-tracking-25 {
  letter-spacing: 0.25em;
}

.u-tracking-n-25 {
  letter-spacing: -0.25em;
}

.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: inherit;
  }
}

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

.u-px-sp {
  padding: 0 5.33vw;
}

@media screen and (min-width: 768px) {
  .u-px-pc {
    padding: 0 36px;
  }
}

.u-mt-section {
  margin-top: 26.6vw;
}
@media screen and (min-width: 768px) {
  .u-mt-section {
    margin-top: 200px;
  }
}
.u-mt-section--artist {
  margin-top: calc(26.6vw - 43.5px);
}
@media screen and (min-width: 768px) {
  .u-mt-section--artist {
    margin-top: 109.4px;
  }
}

.u-vertical-text {
  writing-mode: vertical-rl;
  text-orientation: sideways;
}

.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-underline {
  text-decoration: underline;
}

.u-break-anywhere a {
  overflow-wrap: anywhere;
}/*# sourceMappingURL=style.css.map */