@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: inherit;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Farro", sans-serif;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(4.66vw, 70px);
  --headerHeight: 110px;
  --sectionWrap: 5em;
  --minWidth: 1px;
  --contentsWideS: 900px;
  --contentsWideM: 1220px;
  --contentsWideL: 1360px;
}

@media screen and (max-width: 767px) {
  :root {
    --sideW: 7.5vw;
    --headerHeight: 80px;
    --sectionWrap: 3.75em;
    --minWidth: 1px;
  }
}
html {
  width: 100%;
}

body {
  font: 400 16px/1.8 "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #fff;
  text-align: left;
  counter-reset: number 0;
}

.add_ttl {
  margin: 1.66em 0 0.75em;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.6rem;
  }
}

.add_ttl_02 {
  margin: 1.66em 0 0.75em;
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.4rem;
  }
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.7;
}

.login h1 a {
  width: 100px !important;
  height: 100px !important;
  background: url(../images/login_logo.png) no-repeat center/contain !important;
}

html {
  scroll-behavior: smooth;
  background-color: #030303;
}

#container_wrap {
  overflow: hidden;
  position: relative;
  min-width: var(--minWidth);
}

.section_wrap {
  padding: 9.375rem 0 7.5rem;
}

.inner, .inner_l, .inner_m, .inner_s {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_s {
  max-width: calc(var(--contentsWideS) + var(--sideW) * 2);
}

.inner_m {
  max-width: calc(var(--contentsWideM) + var(--sideW) * 2);
}

.inner_l {
  max-width: calc(var(--contentsWideL) + var(--sideW) * 2);
}

section {
  margin: 0 0 6.25rem;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
}

picture {
  display: block;
}
picture img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.opacity, .single_pagination a {
  transition: 0.3s;
}
@media (hover: hover) {
  .opacity:hover, .single_pagination a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
}

@keyframes fade_in {
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].js-active {
  animation: fade_in 1s ease-out forwards;
}

.fade_anim.js-active {
  animation: fade_in 1s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}

.sc_anim_blur {
  transition: 1.2s;
  opacity: 0;
  filter: blur(10px);
}
.sc_anim_blur.js-active {
  opacity: 1;
  filter: blur(0px);
}

.ttl_cmn_01 {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 2.5rem;
}
.ttl_cmn_01:before {
  content: attr(data-en);
  display: block;
  font-family: "Farro", sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.1;
  padding-top: 7rem;
  background: url(../images/decoration_ttl_01.svg) no-repeat center top/64px;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01:before {
    font-size: 3rem;
  }
}

.btn_style_01, .card_ticket .link, .link_night-tour, .footer_info__link, .footer_news__link, .top_artists--link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #01032B;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  position: relative;
}
.btn_style_01:after, .card_ticket .link:after, .link_night-tour:after, .footer_info__link:after, .footer_news__link:after, .top_artists--link:after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16/17;
  background: url(../images/ico_arrow_right_01_black.svg) no-repeat center/contain;
  position: absolute;
  top: calc(50% - 8px);
  right: 25px;
  transition: 0.5s;
}
.btn_style_01:hover, .card_ticket .link:hover, .link_night-tour:hover, .footer_info__link:hover, .footer_news__link:hover, .top_artists--link:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #fff;
}
.btn_style_01:hover:after, .card_ticket .link:hover:after, .link_night-tour:hover:after, .footer_info__link:hover:after, .footer_news__link:hover:after, .top_artists--link:hover:after {
  transform: translateX(5px);
}

.top_artists--link {
  max-width: 400px;
  height: 52px;
  font-size: 1.125rem;
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  .top_artists--link {
    font-size: 1rem;
  }
  .top_artists--link:nth-child(2) {
    margin-top: 3.125rem;
  }
  .top_artists--link:after {
    right: 14px;
  }
}

.footer_news__link {
  max-width: 350px;
  font-size: 1.125rem;
  margin: 3.125rem auto 0;
}
@media screen and (max-width: 767px) {
  .footer_news__link {
    height: 52px;
    max-width: 260px;
  }
}

.footer_info__link {
  max-width: 260px;
  height: 52px;
  margin: 0 auto;
  padding: 0 1em;
  background-color: transparent;
  color: #fff;
}
.footer_info__link:after {
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
}
.footer_info__link:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #fff;
  background-color: #fff;
  color: #01032B;
}
.footer_info__link:hover:after {
  transform: translateX(5px);
  background: url(../images/ico_arrow_right_01_black.svg) no-repeat center/contain;
}

.link_night-tour {
  max-width: 260px;
  height: 52px;
  margin: 0 auto;
  padding: 0 2em 0 1em;
}
.link_night-tour:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #fff;
}
.link_night-tour:hover:after {
  transform: translateX(5px);
}

.txt_cmn_01 {
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 2;
}

.text_tmp {
  text-align: center;
  color: #F5FF00;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .text_tmp {
    font-size: 1.375rem;
  }
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_ast > li:before {
  content: "＊";
}

.list_maru > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_maru > li:before {
  content: "●";
}

.list_number {
  counter-reset: number 0;
}
.list_number > li {
  counter-increment: number 1;
}
.list_number > li:before {
  content: counter(number);
}

.navigation.pagination {
  margin-top: 3.125rem;
}
.navigation.pagination .nav-links .page-numbers {
  margin-left: 0.25em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  aspect-ratio: 1/1;
  font-family: "Farro", sans-serif;
  font-weight: 500;
  border: 1px solid #fff;
}
.navigation.pagination .nav-links .page-numbers.dots {
  border: none;
}
.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links .page-numbers.current {
  background-color: #fff;
  color: #01032B;
}

.loading {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #030303;
  opacity: 1;
  visibility: visible;
  transition: 1s;
}
.loading.end {
  opacity: 0;
  visibility: hidden;
}

.hbm_btn {
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: auto;
  height: var(--headerHeight);
  aspect-ratio: 1/1;
  background-color: #fff;
}
.hbm_btn .box {
  display: block;
  width: 52.8%;
  position: relative;
}
.hbm_btn .box:after {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 22/32;
  background: url(../images/icon_melody_01_black.svg) no-repeat center/contain;
  position: absolute;
  top: -5px;
  left: 0;
  transition: 0.5s;
}
.hbm_btn .box .bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #090D4A;
  position: absolute;
  left: 0;
  transition: 0.5s;
}

[data-hbm-bar="3"] .box {
  aspect-ratio: 3/2;
  margin: 15% 0;
}
[data-hbm-bar="3"] .bar:nth-child(1) {
  top: 0;
}
[data-hbm-bar="3"] .bar:nth-child(2) {
  top: 50%;
}
[data-hbm-bar="3"] .bar:nth-child(3) {
  top: 100%;
}
[data-hbm-bar="3"].js-active .box:after {
  transform: rotateY(360deg) rotateX(360deg);
  top: 16px;
  left: 45px;
}
@media screen and (max-width: 767px) {
  [data-hbm-bar="3"].js-active .box:after {
    top: 6px;
    left: 30px;
  }
}
[data-hbm-bar="3"].js-active .bar:nth-child(1) {
  top: 50%;
  transform: rotate(135deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(2) {
  top: 50%;
  transform: rotateY(90deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(3) {
  top: 50%;
  transform: rotate(-135deg);
}

.header {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.header__container {
  display: flex;
  justify-content: space-between;
  height: var(--headerHeight);
}
.header__logo {
  margin: 26px 0 0 var(--sideW);
}
.header__sub_logo {
  margin: 26px calc(var(--headerHeight) + 26px) 0 0;
}

@keyframes blur {
  100% {
    filter: blur(0px);
  }
}
.gnavi {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/bg_hbm.jpg) no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  filter: blur(10px);
  transition: 0.5s;
}
.gnavi.js-active {
  opacity: 1;
  visibility: visible;
  filter: blur(0px);
}
@media screen and (max-width: 1023px) {
  .gnavi {
    display: block;
    overflow: scroll;
    padding-bottom: 5rem;
  }
}
.gnavi .box {
  display: flex;
  align-items: flex-start;
  gap: 12.55%;
  width: 100%;
  height: min(100vh - 80px, 784px);
  padding: 0 var(--sideW);
  max-width: calc(900px + var(--sideW) * 2);
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .gnavi .box {
    flex-direction: column;
    align-items: unset;
    gap: 2.5rem;
    height: auto;
    margin: var(--headerHeight) 0 2.5rem;
  }
}
.gnavi .box_left {
  width: 33.89%;
  align-self: center;
  flex-shrink: 0;
}
.gnavi .box_right {
  height: 100%;
  flex-grow: 1;
  padding: 20px 0 20px 8.3%;
  border-left: 1px solid #fff;
  overflow: scroll;
  margin-right: calc(var(--sideW) * -0.5);
}
@media screen and (max-width: 1023px) {
  .gnavi .box_right {
    height: auto;
    overflow: unset;
    padding: 0;
    border: none;
  }
}

.list_gnavi > li {
  margin-top: 2rem;
}
.list_gnavi > li:first-child {
  margin-top: 0;
}

.gnavi_item a {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.25;
}
.gnavi_item a:before {
  content: attr(data-en);
  display: block;
  font-family: "Farro", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.gnavi_item a:hover {
  color: #F5FF00;
}
@media screen and (max-width: 1023px) {
  .gnavi_item a:before {
    font-size: 2rem;
  }
}
.gnavi_item.comingsoon {
  position: relative;
  pointer-events: none;
}
.gnavi_item.comingsoon span {
  position: absolute;
  top: 8px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Farro", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.gnavi_item.comingsoon span:before {
  content: "";
  display: block;
  width: 290px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1023px) {
  .gnavi_item.comingsoon span {
    font-size: 0.875rem;
  }
  .gnavi_item.comingsoon span:before {
    width: 195px;
  }
}

.footer {
  position: relative;
  padding: 7.5rem 0;
  text-align: center;
}
.footer__logo {
  margin-bottom: 2.5rem;
}
.footer .partner {
  margin-bottom: 2.5rem;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 2;
}
.footer__logo_sub {
  margin-bottom: 1.25rem;
}
.footer .copyright {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 2;
}

.footer_info {
  position: relative;
  background: url(../images/footer_info_bg.jpg) no-repeat center/cover;
  padding: 5rem 0;
  text-align: center;
}
.footer_info__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.footer_info__text {
  margin-top: 0.75em;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 2;
}
.footer_info__link {
  margin-top: 2em;
}

.footer_news {
  position: relative;
}
.footer_news__ttl {
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 3.75rem;
}
.footer_news__ttl:before {
  content: attr(data-en);
  display: block;
  font-family: "Farro", sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .footer_news__ttl:before {
    font-size: 3rem;
  }
}

.list_news_01 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2.5rem 6.8%;
}
.list_news_01 > li {
  width: 46.6%;
}
@media screen and (max-width: 767px) {
  .list_news_01 > li {
    width: 100%;
  }
}

.card_news_01 {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .card_news_01 {
    gap: 24px;
  }
}
.card_news_01 .box_image {
  flex-shrink: 0;
  width: 150px;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.card_news_01 .box_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .card_news_01 .box_image {
    width: 100px;
  }
}
.card_news_01 .box_text {
  flex-grow: 1;
  width: 100%;
  padding-top: 6.67%;
}
@media screen and (max-width: 767px) {
  .card_news_01 .box_text {
    padding-top: 2%;
  }
}
.card_news_01 .date {
  font-family: "Farro", sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .card_news_01 .date {
    font-size: 0.875rem;
  }
}
.card_news_01 .ttl {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.66;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .card_news_01 .ttl {
    font-size: 1rem;
  }
}

.top_firstview {
  width: 100%;
  height: 100vh;
  background: url(../images/top_firstview_bg.jpg) no-repeat center/cover;
  display: grid;
  place-content: center;
  padding: 0 var(--sideW);
}
.top_firstview .catch {
  margin-bottom: 3.125rem;
}

.top_about {
  text-align: center;
  padding: 5rem 0 6.25rem;
  background: url(../images/top_about_bg.jpg) no-repeat center/cover;
}
.top_about__subttl {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .top_about__subttl {
    font-size: 1.375rem;
  }
}
.top_about__text {
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_about__text {
    font-size: 0.9375rem;
    text-align: left;
  }
}
.top_about__date {
  margin-top: 3rem;
}

.dlist_about {
  width: 100%;
  max-width: 518px;
  margin: 1.875rem auto 0;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .dlist_about {
    font-size: 0.9375rem;
    margin: 3rem auto 0;
  }
}
.dlist_about .group {
  display: flex;
  align-items: baseline;
  gap: 1em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .dlist_about .group {
    flex-direction: column;
  }
}
.dlist_about dt {
  flex-shrink: 0;
  width: 100%;
  max-width: 114px;
  border: 1px solid #fff;
  border-radius: 50px;
  text-align: center;
  padding: 2px 0.5em;
}
.dlist_about dd {
  flex-grow: 1;
  text-align: left;
}
.dlist_about dd .text_small {
  font-size: 0.8125rem;
}

.list_ticket {
  margin-top: 4em;
  display: flex;
  gap: 5.5%;
}
.list_ticket > li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list_ticket {
    flex-direction: column;
    gap: 3rem;
  }
}

.card_ticket {
  border-radius: 20px;
  padding: 3.125rem 3.55%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .card_ticket {
    padding: 3.125rem var(--sideW);
  }
}
.card_ticket:before {
  content: "";
  display: block;
  width: 74px;
  aspect-ratio: 74/50;
  background: url(../images/ico_ticket_white.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card_ticket .ttl {
  text-align: center;
  font-family: "Farro", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.38;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .card_ticket .ttl {
    font-size: 1.75rem;
  }
}
.card_ticket .ttl:after {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  margin: 12px auto 0;
}
.card_ticket .text {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .card_ticket .text {
    font-size: 0.9375rem;
  }
}
.card_ticket .notice {
  margin-top: 1em;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  text-align: center;
}
.card_ticket .link {
  margin: 1.875rem 0 0;
}

.card_ticket_01 {
  background-color: #2B3441;
}

.card_ticket_02 {
  background-color: #18355F;
}

.dlist_price {
  padding: 0 0 1em 0.5em;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .dlist_price {
    padding: 0 0 2.5rem;
  }
}
.dlist_price .group {
  display: flex;
  align-items: center;
  gap: 4.7%;
  margin-top: 0.5rem;
}
.dlist_price .group:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .dlist_price .group {
    margin-top: 1.75rem;
    flex-direction: column;
  }
}
.dlist_price dt {
  flex-shrink: 0;
  width: 144px;
  background-color: #fff;
  color: #090D4A;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 3px;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 767px) {
  .dlist_price dt {
    margin-bottom: 1em;
  }
}
.dlist_price dd {
  flex-grow: 1;
  font-family: "Farro", sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.1;
}
.dlist_price dd .init {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin-left: 0.25em;
}

.top_artist__subttl {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.top_artist__text {
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 2.5rem;
}
.top_artist .text_tmp {
  margin-bottom: 2.5rem;
}

.top_artist_anchorlink {
  text-align: center;
  margin-bottom: 4rem;
}
.top_artist_anchorlink li {
  display: inline-block;
  font-size: 1.125rem;
}
.top_artist_anchorlink li a {
  margin: 0 1em;
  display: inline-block;
  position: relative;
}
.top_artist_anchorlink li a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  transition: 0.5s;
}
.top_artist_anchorlink li a:hover {
  opacity: 0.7;
}
.top_artist_anchorlink li a:hover:after {
  width: 100%;
  left: 0;
}
.top_artist_anchorlink li:first-child:before {
  content: "｜";
}
.top_artist_anchorlink li:after {
  content: "｜";
}
@media screen and (max-width: 767px) {
  .top_artist_anchorlink li {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  .top_artist_anchorlink li:before {
    content: "｜";
  }
  .top_artist_anchorlink li:last-child {
    margin-bottom: 0;
  }
}

.list_artists {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 2.85%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .list_artists {
    gap: 1.5rem 4%;
  }
}
.list_artists > li {
  width: 22.8625%;
}
@media screen and (max-width: 767px) {
  .list_artists > li {
    width: 48%;
  }
}
.list_artists:last-child {
  margin-bottom: 0;
}

.card_artists {
  display: block;
  position: relative;
  margin-top: 50px;
}
.card_artists:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
}
@media screen and (max-width: 767px) {
  .card_artists {
    margin-top: 36px;
  }
}
.card_artists .box_image {
  display: block;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.card_artists .box_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.card_artists .ttl {
  margin-top: 0.5em;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .card_artists .ttl {
    font-size: 1rem;
  }
}

.top_hoshinii__ttl {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0.5em;
}
.top_hoshinii__text {
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .top_hoshinii__text {
    font-size: 0.875rem;
  }
}
.top_hoshinii__box {
  display: flex;
  border: 1px solid #fff;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_hoshinii__box {
    flex-direction: column;
  }
}
.top_hoshinii__box .box_left {
  flex-shrink: 0;
  width: 30%;
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 767px) {
  .top_hoshinii__box .box_left {
    width: 100%;
  }
}
.top_hoshinii__box .box_left img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.top_hoshinii__box .box_right {
  flex-grow: 1;
  padding: 2.5rem 5%;
}
.top_hoshinii__subttl {
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .top_hoshinii__subttl {
    font-size: 1.125rem;
  }
}

.list_hoshinii_artist > li {
  display: inline-block;
}
.list_hoshinii_artist > li a {
  text-decoration: underline;
}
.list_hoshinii_artist > li:after {
  content: "・";
}
.list_hoshinii_artist > li:last-child:after {
  content: none;
}

body:not(.home) #container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../images/page_cmn_bg.jpg) no-repeat center/cover;
  position: fixed;
  top: 0;
  left: 0;
}
body:not(.home) #container .section_wrap {
  position: relative;
}

.single-artists .cmn_ticket {
  margin-top: 9.375rem;
}

.article-artist {
  margin-top: 3.75rem;
  display: flex;
  align-items: flex-start;
  gap: 4.92%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article-artist {
    flex-direction: column;
    margin-top: 5rem;
    gap: 2.5em;
  }
  .article-artist_wrap {
    display: contents;
  }
}
.article-artist .box_image {
  flex-shrink: 0;
  width: 36.88%;
}
@media screen and (max-width: 767px) {
  .article-artist .box_image {
    width: 100%;
  }
}
.article-artist .box_text {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .article-artist .box_text {
    padding-top: 0;
  }
}
.article-artist .list_date {
  margin-bottom: 1.5rem;
}
.article-artist .ttl {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .article-artist .ttl {
    font-size: 1.8rem;
  }
}
.article-artist .post_content {
  margin-top: 1.25em;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .article-artist .post_content {
    font-size: 0.9375rem;
  }
}
.article-artist .link {
  max-width: 350px;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .article-artist .link {
    max-width: 260px;
    height: 52px;
    margin: 1.5rem auto 0;
  }
}

.list_date {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .list_date {
    width: 100%;
  }
}
.list_date > li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 87px;
  aspect-ratio: 116/100;
  background: url(../images/decoration_artist_date.svg) no-repeat center/contain;
  padding-top: 5px;
  font-family: "Farro", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.1;
  margin-right: 10px;
}
.list_date > li span {
  display: block;
  font-size: 0.38em;
}

.list_date_02 {
  text-align: center;
  background-color: #2B3441;
  padding: 0.5em 5% 0.25em;
  font-family: "Farro", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  color: #01032B;
  background-color: #fff;
  word-break: break-all;
}
.list_date_02 li {
  display: inline;
}
.list_date_02 li:after {
  content: "・";
}
.list_date_02 li:last-child:after {
  content: none;
}

.list_date_03 {
  text-align: center;
  background-color: #2B3441;
  padding: 0.5em 0.5em 0.25em;
  font-family: "Farro", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  color: #01032B;
  background-color: #fff;
  word-break: break-all;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.5rem;
}
.list_date_03:before {
  content: "出演日：";
}
.list_date_03 li {
  display: inline;
}
.list_date_03 li:after {
  content: "・";
}
.list_date_03 li:last-child:after {
  content: none;
}

.btn_artist {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 3.75rem 0 0;
  position: relative;
}
.btn_artist:after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16/17;
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  transition: 0.5s;
}
.btn_artist:hover {
  opacity: 0.7;
}
.btn_artist:hover:after {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .btn_artist {
    font-size: 0.9375rem;
  }
}

.list_news_02 > li {
  border-bottom: 1px solid #fff;
}

.card_news_02 {
  display: flex;
  align-items: flex-start;
  padding: 3.125rem 0;
  gap: 5.33%;
}
.card_news_02:hover img {
  transform: scale(1.1);
  filter: brightness(200%);
}
.card_news_02:hover .box_text {
  opacity: 0.7;
}
.card_news_02 .box_image {
  flex-shrink: 0;
  width: 220px;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .card_news_02 .box_image {
    width: 120px;
  }
}
.card_news_02 .box_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.card_news_02 .box_text {
  flex-grow: 1;
  padding-top: 4.5%;
}
@media screen and (max-width: 767px) {
  .card_news_02 .box_text {
    padding-top: 0;
  }
}
.card_news_02 .date {
  font-family: "Farro", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 767px) {
  .card_news_02 .date {
    font-size: 0.9375rem;
  }
}
.card_news_02 .ttl {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .card_news_02 .ttl {
    font-size: 1.25rem;
    -webkit-line-clamp: 2;
  }
}
.card_news_02 .text {
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .card_news_02 .text {
    font-size: 0.875rem;
    -webkit-line-clamp: 4;
  }
}

.article-post {
  margin-top: 3.75rem;
}
.article-post .ttl {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .article-post .ttl {
    font-size: 2rem;
  }
}
.article-post .date {
  margin-top: 1.25em;
  text-align: center;
  font-family: "Farro", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .article-post .date {
    font-size: 0.9375rem;
  }
}
.article-post .post_content {
  margin-top: 2.5rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
.article-post .post_content p {
  margin: 0 0 2.5em;
}

.single_pagination {
  margin-top: 5em;
  display: flex;
  gap: 5%;
  border-bottom: 1px solid #fff;
  padding: 1.5em 0;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single_pagination {
    gap: 10%;
  }
}
.single_pagination li {
  width: 100%;
}
.single_pagination li a {
  display: flex;
  gap: 1em;
}
.single_pagination li a span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.single_pagination li.prev a:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16/17;
  background: url(../images/ico_arrow_left_01_white.svg) no-repeat center/contain;
}
.single_pagination li.archive {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .single_pagination li.archive {
    position: absolute;
    top: calc(100% + 1em);
    left: 50%;
    transform: translateX(-50%);
  }
}
.single_pagination li.next a {
  justify-content: flex-end;
}
.single_pagination li.next a:after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16/17;
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
}

.content_404__text {
  text-align: center;
  margin-top: 3.75rem;
}
.content_404__link {
  margin: 3.75rem auto 0;
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .content_404__link {
    max-width: 260px;
    height: 52px;
  }
}

.page-guideline .ttl_cmn_01 {
  margin-bottom: 3.75rem;
}

.guideline_box {
  margin-bottom: 3.125rem;
}
.guideline_box:last-child {
  margin-bottom: 0;
}
.guideline_box--ttl {
  font-size: 1.125rem;
  font-weight: 700;
  background-color: rgba(1, 3, 43, 0.7);
  padding: 1.25em 4%;
}
.guideline_box--subttl {
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
  margin: 1.75em 0 0.75em;
}
.guideline_box--subttl:before {
  content: "■";
}
.guideline_box--content {
  background-color: rgba(255, 255, 255, 0.7);
  color: #01032B;
  font-size: 0.9375rem;
  padding: 2rem 4% 2.5rem;
  line-height: 1.8;
}
.guideline_box--content .list_dot li {
  margin-bottom: 0.5em;
}
.guideline_box--content .list_dot li:last-child {
  margin-bottom: 0;
}
.guideline_box--link {
  max-width: 260px;
  height: 52px;
  margin: 1.5em auto 3em;
}

.footer_guideline {
  padding: 7.5rem 0 3.75rem;
}
.footer_guideline--link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 60px;
  background-color: #fff;
  color: #01032B;
  border-radius: 50px;
  margin: 0 auto;
  position: relative;
}
.footer_guideline--link:after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16/17;
  background: url(../images/ico_arrow_right_01_black.svg) no-repeat center/contain;
  position: absolute;
  top: calc(50% - 8px);
  right: 25px;
  transition: 0.5s;
}
.footer_guideline--link:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #fff;
}
.footer_guideline--link:hover:after {
  transform: translateX(5px);
}

.js-scrollable {
  margin: 0 calc(var(--sideW) * -1);
  padding: 0 var(--sideW);
}

.tbl_shop {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .tbl_shop {
    width: 800px;
    font-size: 15px;
  }
}
.tbl_shop th {
  background-color: #01032B;
  padding: 1em;
  text-align: center;
}
.tbl_shop td {
  background-color: #cccccc;
  padding: 1em;
  color: #01032B;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tbl_shop tr:nth-child(1) th:nth-child(1) {
    width: 220px;
  }
}
.tbl_shop tr:nth-child(2) th {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .tbl_shop tr:nth-child(2) th {
    width: 58px;
  }
}

.top_movie {
  padding-top: 6.25em;
}
@media screen and (max-width: 767px) {
  .top_movie__ttl {
    margin-left: var(--extend);
    margin-right: var(--extend);
  }
  .top_movie__ttl:before {
    font-size: 2.5rem;
  }
}
.top_movie__content {
  max-width: 800px;
  margin: 0 auto;
}