@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* ==============================================================
*  contents
* ============================================================ */
/* ==============================================================
*  common
* ============================================================ */
html {
  scroll-behavior: auto;
}

body {
  height: 100%;
  word-wrap: break-word;
  scroll-behavior: auto;
}
@media screen and (min-width: 961px) {
  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

svg {
  width: 100%;
  height: 100%;
}

::-moz-selection {
  background-color: #222;
  color: #fff;
}

::selection {
  background-color: #222;
  color: #fff;
}

::-moz-selection {
  background-color: #222;
  color: #fff;
}

body {
  background-color: #e21e26;
  color: #222;
  position: relative;
}
body a {
  text-decoration: none;
}

.ph img,
.thumb img,
.txt img:not(.download) {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}

/* ==============================================================
*  contents
* ============================================================ */
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.txt--basic {
  margin-bottom: 1em;
}

.txt--large {
  font-size: 1.3em;
}

@media screen and (min-width: 961px) {
  .txt--small {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .txt--small {
    font-size: 0.95em;
  }
}

.txt--link a,
a.txt--link {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .txt--link a,
  a.txt--link {
    transition: 0.3s;
  }
  .txt--link a:hover,
  a.txt--link:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 961px) {
  .title--large {
    font-size: 4vw;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .title--large {
    font-size: 8vw;
    line-height: 1.2;
  }
}

.font-outfit {
  font-family: "Outfit", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}

.font-urw {
  font-family: urw-antiqua, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.1em;
}

.red {
  color: #e21e26;
}

.black {
  color: #222;
}

.none {
  display: none;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.btn {
  text-align: center;
  margin: 0 auto 2em;
}
.btn + .txt--link {
  margin-top: -1em;
}
.btn + .txt--basic {
  margin-top: -1em;
  margin-bottom: 0;
}

.btn-base-style, .btn--sub, .btn--main {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: inline-block;
  border: none;
  position: relative;
  z-index: 1;
  font-weight: bold;
  border-radius: 50px;
  color: #fff;
}
@media screen and (min-width: 961px) {
  .btn-base-style, .btn--sub, .btn--main {
    font-size: 18px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn-base-style, .btn--sub, .btn--main {
    font-size: 18px;
  }
}

.btn--main {
  background: #222;
  color: #fff;
  height: inherit !important;
  line-height: inherit !important;
  padding: 20px 0;
  margin: 0.25em 0;
}
@media screen and (min-width: 961px) {
  .btn--main {
    max-width: 320px;
    transition: 0.3s;
  }
  .btn--main:hover {
    color: #fff;
    background: #e21e26;
  }
}
@media screen and (min-width: 530px) and (max-width: 961px) {
  .btn--main {
    max-width: 320px;
  }
}

.btn input.btn--main {
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .btn input.btn--main {
    transition: 0.3s;
  }
  .btn input.btn--main:hover {
    color: #fff;
    background: #555;
  }
}

.btn--sub {
  background: none;
  padding: 20px 0;
  margin: 1em 0;
  color: #222;
  border: 1px solid;
}
@media screen and (min-width: 961px) {
  .btn--sub {
    max-width: 320px;
    transition: 0.3s;
  }
  .btn--sub:hover {
    color: #fff;
    background: #222;
    border-color: #222;
  }
}
@media screen and (min-width: 530px) and (max-width: 961px) {
  .btn--sub {
    min-width: 30%;
  }
}

.btn .txt--link {
  margin-top: 1em;
  text-align: center;
  text-decoration: underline !important;
}

.hamBtn {
  position: fixed;
  right: 40px;
  top: 40px;
  width: 70px;
  height: 70px;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 9999;
  background: #000;
  border-radius: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.hamBtn span {
  display: block;
  position: absolute;
  right: 30%;
  width: 40%;
  height: 4px;
  background: #ffffff;
  transition: all 0.3s ease;
}

.hamBtn :nth-of-type(1) {
  top: 26px;
}

.hamBtn :nth-of-type(2) {
  top: 35px;
}

.hamBtn :nth-of-type(3) {
  top: 43px;
}

.hamBtn.open span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.hamBtn.open span:nth-of-type(2) {
  opacity: 0;
}

.hamBtn.open span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

.hamBox {
  display: none;
  min-height: 100%;
  box-sizing: border-box;
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #525252;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-repeat: repeat;
  background-position: center center;
  background-size: 7vw 7vw;
}

.hamBox_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menuList {
  text-align: left;
  -moz-column-count: 2;
       column-count: 2;
}

.menuList li {
  margin-bottom: 20px;
  position: relative;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding: 0 10px;
}

.menuList li:last-child {
  margin-bottom: 0;
}

.menuList li .icon_new {
  position: absolute;
  top: -18px;
  font-size: 10px;
  left: 10px;
  display: flex;
  color: #ffffff;
  width: 38px;
  height: 15px;
  background: #f19999;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.menuList a {
  line-height: 1;
  font-size: clamp(13px, 7vw, 11vh);
  text-decoration: none;
  font-family: urw-antiqua, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  transition: 0.3s;
}

.menuList a:hover {
  color: #e21e26;
}

/* list--info */
.list--info .list__item {
  background: #fff;
  border: 1px solid;
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 15px;
}
.list--info .list__item:has(.is-visible) {
  background: #fff;
}
.list--info .list__item .tit {
  padding-right: 3em;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.list--info .list__item .tit .date {
  display: block;
  line-height: 1;
  font-family: "Outfit", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  position: relative;
  margin-bottom: 0.4em;
}
.list--info .list__item .tit.new .date::after {
  content: "NEW";
  display: inline-block;
  background: #e21e26;
  color: #222;
  line-height: 0;
  padding: 0.5em 0;
  margin-left: 0.25em;
}
.list--info .list__item .txt {
  padding-top: 30px;
}

.list__more {
  width: -moz-fit-content;
  width: fit-content;
  margin: 5vw auto 0;
}
.list__more a {
  display: block;
  line-height: 1;
  padding: 1em 3.5em;
  text-align: center;
  border: 1px solid;
  border-radius: 4em;
}

/* list--artist */
.list--artist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8vw 0;
  margin: 0 -8vw;
}
.list--artist .list__item {
  width: 48%;
}
.list--artist .list__item a {
  display: block;
  position: relative;
}
.list--artist .list__item .thumb {
  border: 1px solid #222;
}
.list--artist .list__item h3 {
  text-align: center;
  line-height: 1;
  font-size: min(3vw, 28px);
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.list--artist .list__item h3 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: #e21e26;
  color: #222;
  transform: translateY(100%);
  transition: 0.4s transform cubic-bezier(0.05, 0.51, 0.4, 0.96);
}
.list--artist .list__item .thumb {
  aspect-ratio: 4/3;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1vw;
  transition: transform 0.8s cubic-bezier(0.05, 0.51, 0.4, 0.96);
  transform: rotateY(50deg) scaleX(0.8);
}
.list--artist .list__item .thumb img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.list--artist .list__item.artist-jo1 .thumb img {
  -o-object-position: 0px 43%;
     object-position: 0px 43%;
}
.list--artist .list__item.artist-issue .thumb img {
  -o-object-position: 0px 22%;
     object-position: 0px 22%;
}
.list--artist .list__item .block--date {
  width: -moz-fit-content;
  width: fit-content;
  background: #e21e26;
  color: #222;
  font-family: urw-antiqua, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.1em;
  border: 1px solid;
  line-height: 1;
  border-radius: 6em;
  font-size: min(1.6vw, 23px);
  transform: translateX(-50%);
  padding: 0.5em 1.5em;
  position: relative;
  top: -2.5vw;
  left: 50%;
}

/* list--sns */
.list--sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1.8em;
}
.list--sns li a {
  display: block;
  line-height: 1;
  font-size: min(2vw, 24px);
}

/* list--table */
.list--table {
  border: 1px solid #3c3c3c;
}
.list--table > div {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px dashed #3c3c3c;
  padding: 0;
}
.list--table > div:last-of-type {
  border-bottom: none;
}
.list--table > div dt, .list--table > div dd {
  padding: 20px;
}
.list--table > div dt {
  width: 20%;
  font-weight: bold;
  border-right: 1px dashed;
}
.list--table > div dd {
  width: 80%;
}
.list--table > div .none + dd {
  width: 100%;
}

.tit--label {
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  background: #3c3c3c;
  color: #fff;
  padding: 16px;
}

/* list--indent */
.list--indent li {
  text-indent: -0.5em;
  padding-left: 0.5em;
  margin-bottom: 0.25em;
}

/* list--official-link */
.list--official-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 6%;
}
.list--official-link li {
  width: 20.5%;
}
.list--official-link li a {
  display: block;
  line-height: 0;
}
.list--official-link li a svg {
  width: 100%;
  height: 100%;
}

.ticket--schedule .tit--label {
  border-radius: 16px 16px 0 0;
}
.ticket--schedule .list--table {
  border-radius: 0 0 16px 16px;
  background: #fff;
}
.ticket--schedule .box {
  border-radius: 0 0 16px 16px;
  background: #fff;
}

.accordion {
  background: #fff;
  border: 1px solid;
  border-radius: 16px;
  padding: 30px 40px;
}
.accordion:has(.is-visible) {
  background: #fff;
}
.accordion.open .accordion--body {
  display: block;
}

.list--info .list__item > .tit,
.accordion--switch {
  cursor: pointer;
  font-size: 18px;
  position: relative;
  line-height: 1.6;
}
.list--info .list__item > .tit .ico_finished,
.accordion--switch .ico_finished {
  font-size: 0.8em;
  border: 1px solid;
  padding: 0.1em 0.7em;
  border-radius: 2rem;
  display: inline-block;
  line-height: 1.5;
}
.list--info .list__item > .tit .switch,
.accordion--switch .switch {
  display: inline-block;
  position: absolute;
  background: #3c3c3c;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  right: 0;
  top: calc(50% - 19.5px);
  cursor: pointer;
}
.list--info .list__item > .tit .switch::before, .list--info .list__item > .tit .switch::after,
.accordion--switch .switch::before,
.accordion--switch .switch::after {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  background: #fff;
  position: absolute;
  transition: 0.3s;
  top: 50%;
  right: 18px;
  transform-origin: center;
  transform: translateY(-50%);
}
.list--info .list__item > .tit .switch::after,
.accordion--switch .switch::after {
  transform: translateY(-50%) rotate(90deg);
}
.list--info .list__item > .tit.is-visible span::before,
.accordion--switch.is-visible span::before {
  transform: translateY(-50%) rotate(90deg);
}

.accordion--switch {
  font-weight: bold;
}

.accordion--body,
.list--info .list__item > .txt {
  display: none;
  border-top: 1px dashed;
  padding-top: 30px;
  margin-top: 30px;
}
.accordion--body a:not(.btn--main, .btn--sub),
.list--info .list__item > .txt a:not(.btn--main, .btn--sub) {
  color: #222;
}
.accordion--body a:not(.btn--main, .btn--sub).txt--link,
.list--info .list__item > .txt a:not(.btn--main, .btn--sub).txt--link {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .accordion--body a:not(.btn--main, .btn--sub).txt--link:hover,
  .list--info .list__item > .txt a:not(.btn--main, .btn--sub).txt--link:hover {
    text-decoration: none;
  }
}
.accordion--body .tit--label,
.list--info .list__item > .txt .tit--label {
  border-radius: 16px 16px 0 0;
}
.accordion--body .tit--label + .list--table,
.accordion--body .tit--label + .box,
.list--info .list__item > .txt .tit--label + .list--table,
.list--info .list__item > .txt .tit--label + .box {
  border-radius: 0 0 16px 16px;
}

/* common
============================== */
#wrap {
  position: relative;
  overflow: hidden;
}
#wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: repeat url(../img/common/noise.webp);
  background-size: 250px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: hard-light;
  opacity: 0.25;
  pointer-events: none;
}
#wrap #container {
  position: relative;
  z-index: 3;
}

section {
  /* section */
  width: calc(100% - 5vh);
  margin: 0 auto 2.5vh;
  border-radius: 16px;
  position: relative;
  padding: 12vw;
  background: #fff;
  border: 1px solid #222;
  /* txt title */
  /* parts */
}
section:last-of-type {
  margin-bottom: 0;
}
section:nth-of-type(even) {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-repeat: repeat;
  background-position: center center;
  background-size: 12vw 12vw;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  section:nth-of-type(even) {
    background-size: 16vw 16vw;
  }
}
section:nth-of-type(even)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: repeat url(../img/common/noise.webp);
  background-size: 250px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.15;
  pointer-events: none;
}
section .section-tit {
  font-family: urw-antiqua, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.1em;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 7vw;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  margin: 0 auto 8vw;
  overflow: hidden;
  position: relative;
}
section .section-tit span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: 0.4s cubic-bezier(0.05, 0.51, 0.4, 0.96);
}
section .section-tit::before {
  content: attr(data-title);
  display: block;
  line-height: 1;
  position: relative;
  top: 0;
  left: 0;
  color: #6d6d6d;
  z-index: 1;
  opacity: 0.2;
}
section iframe {
  display: block;
  width: 80%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 auto;
}

/* container */
.block {
  background: #fff;
  border: 1px solid;
  border-radius: 16px;
  padding: 6vw;
  overflow: hidden;
  position: relative;
}
.block::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: repeat url(../img/common/noise.webp);
  background-size: 250px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.1;
  pointer-events: none;
}

.box {
  border-radius: 16px;
  padding: 20px;
  border: 1px solid;
}

.box__note {
  background: #ffe8ea;
  border-radius: 16px;
  padding: 3vw;
}

/* footer
============================== */
.footer {
  width: calc(100% - 5vh);
  margin: 2.5vh auto;
  position: relative;
  z-index: 2;
}
.footer .block {
  margin-bottom: 2.5vh;
}
.footer .copyright {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 10px;
}
.footer .list--official-link {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 1px, transparent 1px), linear-gradient(rgba(0, 0, 0, 0.15) 1px, transparent 1px);
  background-repeat: repeat;
  background-position: center center;
  background-size: 12vw 12vw;
}
.footer .list--official-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: repeat url(../img/common/noise.webp);
  background-size: 250px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.15;
  pointer-events: none;
}
.footer .block--txt {
  font-size: 13px;
  text-align: center;
  margin: 0 auto;
}
.footer .block--txt a {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  .footer .block--txt a:hover {
    text-decoration: none;
  }
}
.footer .block--partner {
  text-align: center;
  margin-bottom: 3vw;
}
.footer .block--partner dt {
  font-weight: bold;
  text-align: center;
  margin: 0 0px 8px;
}
.footer .bnr_footer {
  width: 49%;
  margin: 0 auto 3vw;
  line-height: 0;
}
.footer .bnr_footer a {
  display: block;
  transition: 0.3s;
  line-height: 0;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1411764706);
}
.footer .bnr_footer a:hover {
  filter: grayscale(1);
}

/* section--fv 
============================== */
#section--fv {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin: 2.5vh auto;
  height: 95vh;
  background: #fff;
}
#section--fv::before {
  display: none;
}
#section--fv h1 {
  width: 60vw;
  line-height: 1;
  margin-bottom: 1.2vw;
}
#section--fv h1 span {
  display: block;
  font-size: max(16px, 2.3vw);
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 0;
}
#section--fv .cover__date {
  margin-bottom: 3vw;
}
#section--fv .date {
  text-align: center;
  font-size: 3vw;
  line-height: 1;
}
#section--fv .date span {
  font-size: 0.6em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  #section--fv .date span {
    font-size: 0.8em;
  }
}
#section--fv .venue {
  text-align: center;
  font-weight: bold;
  font-size: clamp(14px, 1.8vw, 30px);
  line-height: 1;
  letter-spacing: 0.1em;
}
#section--fv .block--expo_top {
  position: absolute;
  display: block;
  left: 24px;
  bottom: 24px;
}
#section--fv .block--expo_top img {
  width: min(30%, 200px);
  border-radius: 0.28em;
  border: 1px solid rgba(34, 34, 34, 0.5);
}
#section--fv .block--expo_top .credit {
  font-size: 11px;
}

#floating--banner {
  width: min(9vw, 150px);
  height: min(9vw, 150px);
  border-radius: 6vw;
  border: 1px solid;
  overflow: hidden;
  position: fixed;
  bottom: 3vw;
  right: 3vw;
  z-index: 10;
}
#floating--banner a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  text-align: center;
  background: #e21e26;
  color: #fff;
  font-size: 1vw;
  position: relative;
}
#floating--banner a span {
  display: block;
  transform: translateX(-50%);
  position: absolute;
  bottom: 22%;
  left: 50%;
}
#floating--banner a::before {
  content: "";
  display: block;
  width: 40%;
  height: 44%;
  background: no-repeat url(../img/common/ico--ticket.svg);
  position: absolute;
  top: 19%;
  left: 50%;
  transform: translateX(-50%);
}

/* section--news
============================== */
/* section--about
============================== */
#section--about .block--lead {
  font-weight: bold;
  font-size: 18px;
  color: #e21e26;
}

/* section--artist
============================== */
#section--artist {
  color: #e21e26;
}
#section--artist .section-tit {
  color: #222;
}

/* section--schedule
============================== */
#section--schedule .block .venue {
  letter-spacing: 0.1em;
  font-size: 2em;
  margin-top: 4vw;
}
#section--schedule .block .inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#section--schedule .block .inner > div {
  width: 47%;
}
#section--schedule .block .inner .date {
  font-size: 2.8vw;
  line-height: 1;
  margin-bottom: 0.3em;
}
#section--schedule .block .inner .time {
  font-size: max(15px, 1.3vw);
  line-height: 1.8;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  #section--schedule .block .inner .time {
    font-size: 14px;
  }
}
#section--schedule .block .inner .time .txt--sub {
  font-size: 12px;
}

/* section--ticket
============================== */
.list--table.fee {
  background: #fff;
  border-radius: 16px;
  margin: 0 auto 50px;
}
.list--table.fee dt {
  display: flex;
  align-items: center;
  width: 50%;
  font-size: 1.5em;
  line-height: 1;
  border-right: 0;
  padding: 30px;
}
.list--table.fee dd {
  width: 50%;
  font-size: 1.8em;
  text-align: right;
  padding: 30px;
}
.list--table.fee dd em {
  font-weight: 800;
}
.list--table.fee dd .txt--small {
  font-size: 0.5em;
  vertical-align: 3px;
  margin-left: 0.5em;
}
.list--table.fee dd.block--add {
  width: 100%;
  text-align: left;
  font-size: 15px;
  padding: 0;
  margin-top: -15px;
}
.list--table.fee .list--indent {
  width: 100%;
  padding: 0 30px 30px;
}

/* section--accessmap
============================== */
.box_cmn {
  margin-bottom: 20px;
  padding: 20px 25px;
  background: #fff;
  border-radius: 10px;
}
.box_cmn:last-child {
  margin-bottom: 0;
}
.box_cmn .box_tit {
  margin-bottom: 5px;
  color: #e21e26;
  font-weight: bold;
}
.box_cmn .txt {
  margin-bottom: 0.6em;
}
.box_cmn .txt:last-child {
  margin-bottom: 0;
}

.map_iframe {
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #000;
  border-radius: 12px;
}
.map_iframe iframe {
  width: 100%;
  border-radius: 12px;
}

/* section--accessmap
============================== */
.areamap {
  margin: 0 auto 30px;
  position: relative;
  border: 1px solid #000;
  border-radius: 12px;
  overflow: hidden;
  line-height: 0;
}
.areamap img {
  width: 100%;
}

/* section--food
============================== */
#section--food .food_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section--food .food_list > li {
  margin: 0 0 20px;
  position: relative;
  border: 1px solid #000;
  border-radius: 12px;
  overflow: hidden;
  line-height: 0;
  width: 32%;
}
#section--food .food_list > li img {
  width: 100%;
}

/* section--attention
============================== */
#section--attention {
  padding-bottom: 10vw;
}
#section--attention .tit--label {
  border-radius: 16px 16px 0 0;
}
#section--attention .list--faq {
  margin-bottom: 50px;
  border: 1px solid #3c3c3c;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  background: #fff;
}
#section--attention .list--faq__box {
  border-bottom: 1px dashed #3c3c3c;
  padding: 25px;
}
#section--attention .list--faq__box:has(.is-visible) {
  background: #fff;
}
#section--attention .list--faq__box:last-child {
  border-bottom: none;
}
#section--attention .list--faq__box .accordion--switch {
  font-weight: normal;
  font-size: 1em;
  padding-right: 3em;
}

@media screen and (min-width: 961px) {
  #section--fv {
    min-height: 600px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .hamBtn {
    top: 18px;
    right: 16px;
    width: 60px;
    height: 60px;
  }
  .hamBtn :nth-of-type(1) {
    top: 22px;
  }
  .hamBtn :nth-of-type(2) {
    top: 30px;
  }
  .hamBtn :nth-of-type(3) {
    top: 38px;
  }
  .menuList {
    -moz-column-count: 1;
         column-count: 1;
  }
  .menuList li {
    padding: 0;
    margin-bottom: 10px;
  }
  .menuList a {
    font-size: clamp(13px, 10vw, 7vh);
  }
  /* list--info */
  .list--info .list__item {
    border-radius: 16px;
    padding: 5vw 4vw;
  }
  .list--info .list__item .tit {
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-right: 3em;
  }
  .list--info .list__item .txt {
    padding-top: 30px;
  }
  .list__more {
    margin-top: 8vw;
  }
  .list__more a {
    font-size: 14px;
  }
  /* list--artist */
  .list--artist {
    gap: 16vw 0;
    margin: 0 auto;
  }
  .list--artist .list__item {
    width: 100%;
  }
  .list--artist .list__item h3 {
    font-size: 6vw;
    margin-bottom: 5vw;
  }
  .list--artist .list__item .thumb {
    margin-bottom: 6vw;
  }
  .list--artist .list__item .block--date {
    font-size: min(4.6vw, 23px);
    padding: 0.25em 1.25em;
    top: -10.5vw;
  }
  /* list--sns */
  .list--sns {
    gap: 0;
    justify-content: space-evenly;
  }
  .list--sns li a {
    font-size: 5vw;
  }
  /* list--table */
  .list--table > div dt, .list--table > div dd {
    padding: 3vw;
  }
  .list--table > div dt {
    width: 100%;
    border-right: none;
    padding-bottom: 1.2vw;
    letter-spacing: 0.02em;
    padding-top: 5vw;
  }
  .list--table > div dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 5vw;
  }
  .list--table > div dt.none + dd {
    padding-top: 5vw;
  }
  .tit--label {
    font-size: 1.1em;
    text-align: center;
    padding: 4vw;
  }
  /* list--indent */
  .list--indent li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.5em;
    letter-spacing: 0.01em;
  }
  /* list--official-link */
  .list--official-link {
    gap: 0;
  }
  .list--official-link li {
    width: 25%;
  }
  .ticket--schedule {
    margin: 0 auto 6vw;
  }
  .accordion {
    padding: 6vw 4vw;
    margin-bottom: 5vw;
  }
  .accordion.open:has(.is-visible) {
    border-color: transparent;
  }
  .list--info .list__item > .tit,
  .accordion--switch {
    font-size: 14px;
    padding-right: 2rem;
  }
  .list--info .list__item > .tit .switch,
  .accordion--switch .switch {
    width: 29px;
    height: 29px;
    top: calc(50% - 14.5px);
  }
  .list--info .list__item > .tit .switch::before, .list--info .list__item > .tit .switch::after,
  .accordion--switch .switch::before,
  .accordion--switch .switch::after {
    height: 11px;
    right: 13px;
  }
  .accordion--body,
  .list--info .list__item > .txt {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    padding-top: 4vw;
    margin-top: 4vw;
  }
  /* common
  ============================== */
  section {
    /* section */
    width: calc(100% - 2vh);
    padding: 16vw 5vw 8vw;
    margin: 0 auto 1vh;
    /* txt title */
    /* parts */
    /* container */
  }
  section .section-tit {
    font-size: 12vw;
    letter-spacing: 0.05em;
    margin-bottom: 12vw;
  }
  section iframe {
    width: 100%;
  }
  section .block {
    padding: 10vw 6vw;
  }
  /* footer
  ============================== */
  .footer {
    width: calc(100% - 3vh);
    padding: 0 0 10vw;
    margin: 1.5vh auto;
  }
  .footer .list--official-link {
    background-size: 16vw 16vw;
    padding: 4vw;
  }
  .footer .block--txt,
  .footer .block--partner {
    text-align: left;
  }
  .footer .bnr_footer {
    width: 100%;
  }
  .footer .copyright {
    font-size: 10px;
  }
  .footer div.block:last-of-type::before {
    display: none;
  }
  /* section--fv 
  ============================== */
  #section--fv {
    height: 70vh;
    padding: 10vw;
    margin: 1.5vh auto;
  }
  #section--fv h1 {
    width: 80vw;
    font-size: 15vw;
    margin-top: -8vw;
    margin-bottom: 3vw;
  }
  #section--fv .cover__date {
    margin-bottom: 4vw;
  }
  #section--fv .date {
    font-size: 5vw;
    letter-spacing: 0.03em;
  }
  #section--fv .venue {
    font-size: 3.5vw;
  }
  #section--fv .block--expo_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 8vw);
    gap: 0 4%;
    position: absolute;
    left: 4vw;
    bottom: 5vw;
  }
  #section--fv .block--expo_top img {
    width: 30%;
  }
  #section--fv .block--expo_top .credit {
    display: flex;
    align-items: center;
    width: 70%;
    font-size: 11px;
    letter-spacing: 0.05em;
    transform-origin: left;
    letter-spacing: 0;
    padding: 0;
  }
  #floating--banner {
    width: 24vw;
    height: 24vw;
    border-radius: 20vw;
    bottom: 8vw;
    right: 3vw;
  }
  #floating--banner a span {
    bottom: 20%;
    font-size: 3.4vw;
  }
  #floating--banner a::before {
    content: "";
    display: block;
    width: 40%;
    height: 44%;
    background: no-repeat url(../img/common/ico--ticket.svg);
    position: absolute;
    top: 19%;
    left: 50%;
    transform: translateX(-50%);
  }
  /* section--news
  ============================== */
  /* section--about
  ============================== */
  #section--about .block--lead {
    font-size: 14px;
  }
  /* section--schedule
  ============================== */
  #section--schedule .block .venue {
    font-size: 4.2vw;
    margin-top: 8vw;
  }
  #section--schedule .block .inner {
    flex-wrap: wrap;
    gap: 8vw 0;
  }
  #section--schedule .block .inner > div {
    width: 100%;
    border-bottom: 1px dashed;
    padding-bottom: 8vw;
  }
  #section--schedule .block .inner .date {
    font-size: 7vw;
    margin-bottom: 0.5em;
  }
  #section--schedule .block .inner .date .txt--small {
    font-size: 0.7em;
    letter-spacing: 0;
  }
  #section--schedule .block .inner .time {
    font-size: 3.6vw;
    margin-bottom: 3vw;
  }
  #section--schedule .block .inner .time .txt--sub {
    font-size: 15px;
  }
  #section--schedule .block .inner .artist {
    font-size: 4vw;
    line-height: 1.3;
  }
  /* section--ticket
  ============================== */
  #section--ticket {
    padding-bottom: 4vw;
  }
  .list--table.fee {
    border-radius: 16px;
    margin: 0 auto 6vw;
  }
  .list--table.fee dt {
    font-size: 4vw;
    line-height: 1.5;
    padding: 4vw;
    letter-spacing: 0.01em;
  }
  .list--table.fee dd {
    padding: 4vw;
    line-height: 1;
  }
  .list--table.fee dd .txt--small {
    font-size: 0.5em;
    vertical-align: 3px;
    margin-left: 0.5em;
  }
  .list--table.fee .list--indent {
    padding: 3vw 4vw 4vw;
  }
  .list--table.fee .list--indent li {
    line-height: 1.4;
    margin-bottom: 0.75em;
  }
  /* section--accessmap
  ============================== */
  .box_cmn {
    margin-bottom: 15px;
    padding: 15px;
  }
  .box_cmn .box_tit {
    font-size: 15px;
  }
  .box_cmn .txt {
    font-size: 12px;
  }
  .map_iframe {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .map_iframe iframe {
    border-radius: 10px;
    aspect-ratio: 1/1;
  }
  /* section--accessmap
  ============================== */
  .areamap {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  /* section--food
  ============================== */
  #section--food .food_list > li {
    width: 100%;
    margin-bottom: 15px;
  }
  #section--food .food_list > li:last-child {
    margin-bottom: 0;
  }
  /* section--attention
  ============================== */
  #section--attention {
    padding-bottom: 5vw;
  }
  #section--attention > div:last-of-type .list--faq {
    margin-bottom: 0;
  }
  #section--attention .list--faq {
    margin-bottom: 8vw;
  }
  #section--attention .list--faq__box {
    padding: 4vw 3vw;
  }
  #section--attention .list--faq__box .accordion--switch {
    font-size: 15px;
  }
}
@media screen and (min-width: 530px) and (max-width: 961px) {
  body {
    font-size: 16px;
  }
  /* list--info */
  .list--info .list__item {
    border-radius: 18px;
    padding: 4vw 3vw;
  }
  /* list--artist */
  .list--artist {
    gap: 8vw 0;
  }
  .list--artist .list__item {
    width: 48%;
  }
  .list--artist .list__item h3 {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
  .list--artist .list__item .thumb {
    margin-bottom: 3vw;
  }
  .list--artist .list__item .block--date {
    font-size: min(2.2vw, 22px);
    top: -5vw;
  }
  .list--sns li a {
    font-size: min(2.7vw, 24px);
  }
  /* list--table */
  .list--table > div dt, .list--table > div dd {
    padding: 0 2vw;
  }
  .list--table > div dt {
    padding-top: 3vw;
    padding-bottom: 1vw;
  }
  .list--table > div dd {
    padding-bottom: 3vw;
  }
  .list--table > div dt.none + dd {
    padding-top: 3vw;
  }
  .tit--label {
    font-size: 1.2em;
    padding: 2vw;
  }
  .accordion {
    padding: 6vw 5vw;
  }
  .list--info .list__item > .tit,
  .accordion--switch {
    font-size: 18px;
  }
  .list--info .list__item > .tit .switch,
  .accordion--switch .switch {
    width: 39px;
    height: 39px;
    top: calc(50% - 19.5px);
  }
  .list--info .list__item > .tit .switch::before, .list--info .list__item > .tit .switch::after,
  .accordion--switch .switch::before,
  .accordion--switch .switch::after {
    height: 13px;
    right: 18px;
  }
  .accordion--body,
  .list--info .list__item > .txt {
    font-size: 16px;
    padding-top: 3vw;
    margin-top: 3vw;
  }
  /* common
  ============================== */
  section {
    /* section */
    width: calc(100% - 5vh);
    padding: 10vw 6vw 6vw;
    margin: 0 auto 2.5vh;
    /* txt title */
    /* parts */
    /* container */
  }
  section .section-tit {
    font-size: 8vw;
    margin-bottom: 8vw;
  }
  section iframe {
    width: 100%;
  }
  section .block {
    padding: 10vw 6vw;
  }
  /* footer
  ============================== */
  .footer {
    width: calc(100% - 5vh);
    padding: 0;
    margin: 2.5vh auto;
  }
  .footer .list--official-link {
    padding: 6vw 8vw;
  }
  .footer .block--txt,
  .footer .block--partner {
    text-align: center;
  }
  /* section--fv 
  ============================== */
  #section--fv {
    height: 70vh;
    padding: 10vw;
    margin: 3vh auto;
  }
  #section--fv h1 {
    width: 65vw;
    margin-bottom: 3vw;
  }
  #section--fv .date {
    font-size: 4vw;
    letter-spacing: 0.03em;
  }
  #section--fv .cover__date {
    margin-bottom: 2vw;
  }
  #section--fv .venue {
    font-size: 3vw;
  }
  #section--fv .block--expo_top {
    width: calc(100% - 10vw);
    left: 7vw;
    bottom: 5vw;
  }
  #section--fv .block--expo_top img {
    width: 20%;
  }
  #section--fv .block--expo_top .credit {
    width: 80%;
    font-size: 12px;
    letter-spacing: 0.05em;
    transform-origin: left;
    letter-spacing: 0;
  }
  #floating--banner {
    width: min(18vw, 120px);
    height: min(18vw, 120px);
    bottom: 6vw;
    right: 3vw;
  }
  #floating--banner a span {
    font-size: 2.2vw;
  }
  /* section--news
  ============================== */
  /* section--about
  ============================== */
  #section--about .block--lead {
    font-size: 16px;
  }
  /* section--schedule
  ============================== */
  #section--schedule .block .venue {
    font-size: 4.2vw;
    margin-top: 8vw;
  }
  #section--schedule .block .inner .date {
    font-size: 7vw;
    margin-bottom: 0.5em;
  }
  #section--schedule .block .inner .date .txt--small {
    font-size: 0.7em;
    vertical-align: 0.5vw;
  }
  #section--schedule .block .inner .time {
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
  #section--schedule .block .inner .time .txt--sub {
    font-size: 15px;
  }
  #section--schedule .block .inner .artist {
    width: 80%;
    font-size: 3vw;
    line-height: 1.3;
    margin: 0 auto;
  }
  /* section--ticket
  ============================== */
  #section--ticket {
    padding-bottom: 4vw;
  }
  .list--table.fee {
    border-radius: 16px;
    margin: 0 auto 6vw;
  }
  .list--table.fee dt {
    width: 60%;
    font-size: 2.7vw;
    line-height: 1;
  }
  .list--table.fee dt br {
    display: none !important;
  }
  .list--table.fee dd {
    width: 40%;
    padding: 4vw;
    line-height: 1;
  }
  .list--table.fee dd .txt--small {
    font-size: 0.5em;
    vertical-align: 3px;
    margin-left: 0.5em;
  }
  .list--table.fee .list--indent {
    padding: 0 4vw 4vw;
  }
  .list--table.fee .list--indent li {
    margin-bottom: 0.5em;
  }
  /* section--attention
  ============================== */
  #section--attention {
    padding-bottom: 8vw;
  }
  #section--attention > div:last-of-type .list--faq {
    margin-bottom: 0;
  }
  #section--attention .list--faq {
    margin-bottom: 8vw;
  }
  #section--attention .list--faq__box {
    padding: 3vw 2vw;
  }
  #section--attention .list--faq__box .accordion--switch {
    font-size: 18px;
  }
}
/* COMMON
============================== */
.delighter {
  transform: translateY(10vw);
  opacity: 0;
  transition: 0.8s cubic-bezier(0.05, 0.51, 0.4, 0.96);
}
.delighter.started {
  transform: translateY(0);
  opacity: 1;
}

section.delighter {
  transform: rotateY(60deg);
  transition: 0.8s cubic-bezier(0, 0.39, 0.58, 1) 0.1s;
}
section.delighter.started {
  transform: rotateY(0deg);
  opacity: 1;
}

.section-tit.delighter {
  transform: translateY(0);
  opacity: 1;
}
.section-tit.delighter.started span {
  transition: transform 0.4s cubic-bezier(0.05, 0.51, 0.4, 0.96);
  transition-delay: 0.2s;
  transform: translateY(0);
}

/* SITE TOP
============================== */
.list--artist .list__item.started h3 span {
  transition-delay: 0.2s;
  transform: translateY(0);
}
.list--artist .list__item.started .thumb {
  transform: rotateY(0deg) scaleX(1);
}

/* == loading後 == */
#section--fv {
  transform: rotateY(90deg);
  transition: 1.5s cubic-bezier(0.05, 0.51, 0.4, 0.96);
}
#section--fv h1 {
  overflow: hidden;
  line-height: 0;
}
#section--fv h1 img {
  transform: translateY(100%);
  transition: 0.6s cubic-bezier(0.05, 0.51, 0.4, 0.96);
}
#section--fv .cover {
  overflow: hidden;
  position: relative;
  line-height: 1;
}
#section--fv .cover .date, #section--fv .cover .venue {
  transform: translateY(100%);
  transition: 0.6s cubic-bezier(0.05, 0.51, 0.4, 0.96);
}
#section--fv .block--expo_top {
  opacity: 0;
  transition: 1s cubic-bezier(0.05, 0.51, 0.4, 0.96);
}

#floating--banner {
  opacity: 0;
  transition: 1s cubic-bezier(0.05, 0.51, 0.4, 0.96);
}

.loaded #section--fv {
  transform: rotateY(0deg);
}
.loaded #section--fv h1 img {
  transform: translateY(0);
  transition-delay: 0.4s;
}
.loaded #section--fv .cover .date {
  transform: translateY(0);
  transition-delay: 1.2s;
}
.loaded #section--fv .cover .venue {
  transform: translateY(0);
  transition-delay: 1.5s;
}
.loaded #section--fv .block--expo_top {
  opacity: 1;
  transition-delay: 2s;
}
.loaded #floating--banner {
  opacity: 1;
  transition-delay: 2s;
}

.loaded.top-animate-clear #section--fv h1 img,
.loaded.top-animate-clear #section--fv .cover .date,
.loaded.top-animate-clear #section--fv .cover .venue,
.loaded.top-animate-clear #section--fv .block--expo_top {
  transition-delay: 0s;
}
.loaded.top-animate-clear #floating--banner {
  transition-delay: 0s;
}

@media screen and (min-width: 961px) {
  /* hover animation
  ============================== */
  /* list */
  .list--info .list__item:hover,
  .accordion:hover {
    background: #cdcdcd;
  }
  .list--info .list__item:hover:has(.is-visible),
  .accordion:hover:has(.is-visible) {
    background: #fff;
  }
  #section--attention .list--faq__box {
    transition: 0.5s cubic-bezier(0.05, 0.51, 0.4, 0.96);
  }
  #section--attention .list--faq__box:hover {
    background: #fff;
  }
  .list--sns a {
    transition: 0.4s;
  }
  .list--sns a:hover {
    color: #222;
  }
  .list--official-link a {
    transition: 0.4s;
  }
  .list--official-link a:hover {
    opacity: 0.5;
  }
  #floating--banner a {
    transition: 0.4s;
  }
  #floating--banner a:hover {
    background: #222;
  }
  .list--artist .thumb a {
    transition: 0.3s;
  }
  .list--artist .thumb a:hover {
    filter: grayscale(1);
  }
}/*# sourceMappingURL=style.css.map */