@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border color to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* カラー */
/* 背景 */
/* グラデ */
/* ボーダー */
/* 罫線 */
/* 字下げ */
/* リンク下線 */
/* フォント */
/* z-index */
/*  マージン */
/*  上マージン */
/*  左マージン */
/*  右マージン */
/*  下マージン */
/* パディング */
/* 上パディング */
/* 左パディング */
/* 右パディング */
/* 下パディング */
/* 上位置 */
/* 左位置 */
/* 右位置 */
/* 下位置 */
/* カラー */
/* 背景 */
/* グラデ */
/* ボーダー */
/* 罫線 */
/* 字下げ */
/* リンク下線 */
/* フォント */
/* z-index */
/*  マージン */
/*  上マージン */
/*  左マージン */
/*  右マージン */
/*  下マージン */
/* パディング */
/* 上パディング */
/* 左パディング */
/* 右パディング */
/* 下パディング */
/* 上位置 */
/* 左位置 */
/* 右位置 */
/* 下位置 */
/*Common ----------------------------------------------------------------------------*/
body {
  background-color: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html.u-noScroll {
  overflow-y: hidden;
}

body.u-noScroll {
  overflow-y: hidden;
}

body.is-fixed {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

body.is-show {
  opacity: 1;
}

img {
  -webkit-backface-visibility: hidden;
  width: 100%;
}

a {
  text-decoration: none;
  color: #fff;
}

.container {
  transform-origin: top center;
}

main {
  position: relative;
}

/*  マージン */
/*  上マージン */
/*  左マージン */
/*  右マージン */
/*  下マージン */
/* パディング */
/* 上パディング */
/* 左パディング */
/* 右パディング */
/* 下パディング */
/* 上位置 */
/* 左位置 */
/* 右位置 */
/* 下位置 */
/* カラー */
/* 背景 */
/* グラデ */
/* ボーダー */
/* 罫線 */
/* 字下げ */
/* リンク下線 */
/* フォント */
/* z-index */
/* # =================================================================
   #  PC・SP出しわけ
   # ================================================================= */
/* # =================================================================
   #  非表示
   # ================================================================= */
.is-hide {
  display: none !important;
}

/* # =================================================================
   #  レイアウト
   # ================================================================= */
.u-container {
  width: 996px;
  margin-left: auto;
  margin-right: auto;
}

.u-left {
  float: left;
}

.u-right {
  float: right;
}

.u-center, .sns_list {
  margin-left: auto;
  margin-right: auto;
}

.u-hide {
  display: none;
}

.u-block {
  display: block;
}

.u-iblock {
  display: inline-block;
}

.u-inline {
  display: inline;
}

.u-opacity1 {
  opacity: 1;
}

.u-over {
  overflow: hidden;
}

.u-vertical-center {
  top: 50%;
  transform: translateY(-50%);
}

.u-horizontal-center, .team .index_subheadings, .team .index_headings, .schedule .index_subheadings, .schedule .index_headings, .highlight .index_subheadings, .highlight .index_headings {
  left: 50%;
  transform: translateX(-50%);
}

.u-reverse {
  display: flex;
  flex-direction: column-reverse;
}

/* # =================================================================
   # テキスト
   # ================================================================= */
.u-indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.u-indent0 {
  text-indent: 0 !important;
}

.u-indent1 {
  text-indent: 1em !important;
}

.u-palt {
  font-feature-settings: "palt";
}

.u-italic {
  font-style: italic;
}

/* # =================================================================
   #  フォントウェイト
   # ================================================================= */
.u-regular {
  font-weight: 400;
}

.u-medium {
  font-weight: 500;
}

.u-semibold {
  font-weight: 600;
}

.u-bold {
  font-weight: 700;
}

/* # =================================================================
   #  フォントファミリー
   # ================================================================= */
.u-noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.u-notoserif {
  font-family: "Noto Serif JP", serif;
}

/* # =================================================================
   #  ボタンをディアクティブに
   # ================================================================= */
.is-deactive {
  pointer-events: none;
  opacity: 0.5;
}
.is-deactive:hover {
  cursor: none;
}

/* # =================================================================
   # 文字揃え
   # ================================================================= */
.u-text-right {
  text-align: right !important;
}

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

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

.u-vertical-middle {
  vertical-align: middle;
}

.u-vertical-top {
  vertical-align: top;
}

.u-vertical-bottom {
  vertical-align: bottom;
}

.u-ellipsis {
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* # =================================================================
   #  transition
   # ================================================================= */
.u-transition {
  transition: all ease 0.5s;
}

/* # =================================================================
   #  擬似要素
   # ================================================================= */
.u-pseudo, .index_link_text::before {
  display: block;
  content: "";
  position: absolute;
}

.u-black {
  color: #000;
}

.js-modal {
  cursor: pointer;
  transition: all 0.3s;
}
.js-modal:hover {
  opacity: 0.6;
}

.container {
  padding-top: 80px;
}

/* # =================================================================
   #  header
   # ================================================================= */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #8F0038;
  z-index: 20;
}
.header_inner {
  padding: 14px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header_logo {
  width: 378px;
}
.header_button {
  width: 42px;
  height: 48px;
  background-image: url(../images/common/header_menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.3s;
}
.header_button:hover {
  opacity: 0.6;
}
.header_button.is-open {
  background-image: url(../images/common/header_menu_close.svg);
}
.header_menu {
  background-color: #000;
  position: fixed;
  width: 480px;
  top: 80px;
  right: 0;
  height: calc(100vh - 80px);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  max-height: 100vh;
  overflow: scroll;
}
.header_menu.is-open {
  display: block;
  opacity: 1;
  visibility: visible;
}
.header_menu_inner {
  overflow-y: scroll;
}
.header_menu_list {
  font-size: 26px;
  padding: 40px 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  transform-origin: top center;
}
.header_menu_list_item {
  padding: 24px 0;
}
.header_menu_list_item a {
  cursor: pointer;
  transition: all 0.3s;
}
.header_menu_list_item a:hover {
  opacity: 0.6;
}

/* # =================================================================
   #  footer
   # ================================================================= */
.footer {
  padding: 42px 0 134px;
  border-top: 2px solid #B68F27;
  color: #fff;
  background-color: #8F0038;
  text-align: center;
  transform-origin: top center;
}
.footer .footer_link_item {
  padding: 0 14px;
  display: inline-flex;
}
.footer .footer_link_item:nth-child(1) {
  width: 100%;
  padding: 0;
  justify-content: center;
  margin-bottom: 12px;
}
.footer .footer_link_item a {
  font-size: 16px;
  display: inline-flex;
  line-height: 1.8;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
}
.footer .footer_link_item a:hover {
  opacity: 0.6;
}
.footer .footer_logo {
  margin-bottom: 16px;
  width: 333px;
  display: inline-block;
  transition: all 0.3s;
}
.footer .footer_logo:hover {
  opacity: 0.6;
}
.footer .sns_list {
  margin: 40px 0;
}
.footer .footer_copyright {
  font-size: 12px;
  padding-bottom: 40px;
}

.fixed_list {
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #000;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  transform-origin: bottom center;
}
.fixed_item {
  margin-right: 20px;
  transition: all 0.3s;
}
.fixed_item:hover {
  opacity: 0.6;
}
.fixed_item:last-child {
  margin-right: 0;
}
.fixed_item.fixed_beginner {
  width: 200px;
}
.fixed_beginner {
  width: 200px;
  height: 70px;
  font-size: 2.6666666667vw;
  font-size: 18px;
  padding: 10px 30px 10px 80px;
  line-height: 1.2;
  background-image: url(../images/common/fixed_beginner.png);
  background-size: contain;
  font-weight: 700;
}
.fixed_day {
  width: 250px;
  height: 70px;
  font-size: 0;
  background-image: url(../images/common/fixed_day.png);
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 1;
}
.fixed_day a {
  padding: 6px 100px 0 22px;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 0;
  font-weight: 700;
  color: #8F0038;
  line-height: 1;
}
.fixed_day_date {
  font-size: 32px;
}
.fixed_day_week {
  font-size: 20px;
}

/* # =================================================================
   #  sns
   # ================================================================= */
.sns_list {
  padding: 40px 0;
  text-align: center;
}
.sns_list_item {
  margin: 0 20px;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
}
.sns_list_item:hover {
  opacity: 0.6;
}
.sns_list a {
  display: block;
  width: 100%;
  height: 100%;
}
.sns_list .u-tiktok a {
  width: 34px;
  height: 38px;
  background-image: url(../images/common/icon_tiktok.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.sns_list .u-youtube {
  width: 45px;
  height: 32px;
  background-image: url(../images/common/icon_youtube.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.sns_list .u-x {
  width: 31px;
  height: 32px;
  background-image: url(../images/common/icon_x.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.sns_list .u-instagram {
  width: 31px;
  height: 32px;
  background-image: url(../images/common/icon_instagram.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.sns_list .u-threads {
  width: 28px;
  height: 32px;
  background-image: url(../images/common/icon_threads.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* # =================================================================
   #  モーダルボタンのリスト
   # ================================================================= */
.c-list {
  margin-top: 60px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.c-list_item {
  width: 333px;
  cursor: pointer;
  transition: all 0.3s;
}
.c-list_item:hover {
  opacity: 0.6;
}
.c-list_item_ph {
  width: 100%;
}
.c-list_item_ph img {
  width: 100%;
  vertical-align: top;
}
.c-list_item_text {
  position: relative;
  padding: 16px 20px;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  font-weight: 700;
  background-color: white;
}
.c-list_item-small {
  width: 240px;
  cursor: pointer;
  transition: all 0.3s;
}
.c-list_item-small:hover {
  opacity: 0.6;
}
.c-list_item-small_ph {
  width: 100%;
}
.c-list_item-small_ph img {
  width: 100%;
  vertical-align: top;
}
.c-list_item-small_text {
  position: relative;
  padding: 16px 20px;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  font-weight: 700;
  background-color: white;
}

.l-overlay {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.l-overlay.is-open {
  opacity: 0.6;
  visibility: visible;
}
/* # =================================================================
   #  index共通
   # ================================================================= */
.inner {
  width: 894px;
  margin: 0 auto;
}

.index_headings {
  margin-bottom: 26px;
  margin-left: auto;
  margin-right: auto;
}
.index_subheadings {
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}
.index_lead {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
.index_link {
  width: 333px;
  height: 64px;
  font-size: 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  text-align: center;
  font-weight: 700;
}
.index_link_text {
  display: inline-block;
  position: relative;
  padding-right: 27px;
}
.index_link_text::before {
  width: 12px;
  height: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/common/icon_arrow_right.png);
  background-size: cover;
}
.index_link {
  transition: all 0.3s;
}
.index_link:hover {
  opacity: 0.6;
}

/* # =================================================================
   #  new
   # ================================================================= */
.new {
  padding: 68px 0 52px;
}
.new .index_headings {
  width: 486px;
}
.new_list {
  max-height: 170px;
  overflow-y: scroll;
}
.new_list_item {
  font-size: 14px;
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
}
.new_list_item:nth-child(n+2) {
  margin-top: 10px;
}
.new_list_time {
  width: 80px;
}
.new_list_text {
  flex: 1;
}

/* # =================================================================
   #  highlight
   # ================================================================= */
.highlight {
  padding-bottom: 64px;
  background-color: #8F0038;
  z-index: 0;
}
.highlight_headings {
  position: relative;
}
.highlight_headings_bg {
  height: 360px;
  overflow: hidden;
}
.highlight_headings_bg img {
  -o-object-fit: cover;
     object-fit: cover;
}
.highlight .index_headings {
  width: 480px;
  top: 60px;
  position: absolute;
}
.highlight .index_subheadings {
  margin-bottom: 233px;
  top: 164px;
  position: absolute;
}
.highlight_list {
  margin-top: 64px;
}
.highlight_list_ph {
  margin-bottom: 32px;
}
.highlight_list_lead {
  font-size: 16px;
  line-height: 1.8;
}

/* # =================================================================
   #  schedule
   # ================================================================= */
.schedule {
  background-color: #000;
  color: #fff;
}
.schedule_headings {
  position: relative;
}
.schedule_bg {
  height: 360px;
  overflow: hidden;
}
.schedule_bg img {
  -o-object-fit: cover;
     object-fit: cover;
}
.schedule .index_headings {
  width: 600px;
  top: 60px;
  position: absolute;
}
.schedule .index_subheadings {
  top: 164px;
  position: absolute;
}
.schedule_tab {
  margin-top: 64px;
}
.schedule_tab_headings {
  margin-bottom: 12px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.schedule_tab_headings_item {
  width: 442px;
  height: 50px;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-image: url(../images/shedule_list_headings-deactive_pc.png);
  cursor: pointer;
}
.schedule_tab_headings_item.is-active {
  height: 60px;
  background-image: url(../images/shedule_list_headings-active_pc.png);
  cursor: auto;
}
.schedule_tab_headings_item:first-child {
  margin-right: 10px;
}
.schedule_tab_headings_date {
  font-size: 32px;
  line-height: 140%;
  opacity: 0.4;
  font-weight: 700;
}
.schedule_tab_headings_item.is-active .schedule_tab_headings_date {
  opacity: 1;
}
.schedule_tab_headings_week {
  font-size: 20px;
}
.schedule_tab_contents_item {
  display: none;
}
.schedule_tab_contents_item.is-active {
  display: block;
}
.schedule_tab_headings-single {
  margin-bottom: 12px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.schedule_tab_headings-single_item {
  width: 427px;
  height: 60px;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-image: url(../images/shedule_list_headings-single_pc.png);
}
.schedule_tab_headings-single_date {
  font-size: 32px;
  line-height: 140%;
  font-weight: 700;
}
.schedule_tab_headings_item.is-active .schedule_tab_headings-single_date {
  opacity: 1;
}
.schedule_tab_headings-single_week {
  font-size: 20px;
}
.schedule_tab_contents_item {
  display: none;
}
.schedule_tab_contents_item.is-active {
  display: block;
}
.schedule .timetable_list {
  margin-bottom: 64px;
}
.schedule .timetable_list_item {
  width: 894px;
  margin: 0 auto;
  padding: 12px 20px;
  font-size: 18px;
  display: subgrid;
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.schedule .timetable_list_item:hover {
  opacity: 0.6;
}
.schedule .timetable_list_item::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-image: url(../images/common/open-red.svg);
  right: 0;
  bottom: 0;
}
.schedule .timetable_list_item:nth-child(odd) {
  background-color: #3B3B3B;
}
.schedule .timetable_list_time {
  width: 100px;
  margin-right: 10px;
  align-items: center;
  font-weight: 700;
  line-height: 150%;
}
.schedule .timetable_list_time .u-small {
  font-size: 14px;
}
.schedule .timetable_list_text {
  font-size: 14px;
  flex: 1;
}
.schedule .timetable_list_text a {
  color: #B68F27;
  line-height: 1.8;
  font-weight: 700;
}

/* # =================================================================
   #  special-event
   # ================================================================= */
.special-event {
  padding: 60px 0 64px;
  background-color: #8F0038;
  color: #fff;
  position: relative;
  z-index: 0;
}
.special-event::before {
  width: 100%;
  height: 360px;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/event_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.special-event .index_headings {
  width: 630px;
}
.special-event_img {
  width: 100%;
  padding-top: 180px;
}
.special-event_img img {
  width: 100%;
}
.special-event_sentence {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.8;
}
.special-event .c-list_item_text::after,
.special-event .c-list_item-small_text::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-image: url(../images/common/open-gold.svg);
  right: 0;
  bottom: 0;
  vertical-align: top;
}

/* # =================================================================
   #  events
   # ================================================================= */
.events {
  padding: 60px 0 64px;
  color: #fff;
  background-color: #8F0038;
}
.events::before {
  width: 100%;
  height: 360px;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/event_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.events .index_headings {
  width: 300px;
}
.events .inner {
  width: 1080px;
}
.events .c-list {
  width: 1080px;
}
.events .c-list_item_text::after,
.events .c-list_item-small_text::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-image: url(../images/common/open-gold.svg);
  right: 0;
  bottom: 0;
  vertical-align: top;
}

/* # =================================================================
   #  goods
   # ================================================================= */
.goods {
  padding: 60px 0 64px;
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 0;
}
.goods::before {
  width: 100%;
  height: 360px;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/goods_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.goods .index_headings {
  width: 250px;
}
.goods .inner {
  width: 1080px;
}
.goods .c-list {
  width: 1080px;
}
.goods .c-list {
  margin-top: 0;
  padding-top: 180px;
}
.goods .c-list_item_text::after,
.goods .c-list_item-small_text::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-image: url(../images/common/open-red.svg);
  right: 0;
  bottom: 0;
}

/* # =================================================================
   #  foods
   # ================================================================= */
.foods {
  padding: 60px 0 64px;
  background-color: #8F0038;
  color: #fff;
  position: relative;
  z-index: 0;
}
.foods::before {
  width: 100%;
  height: 360px;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/foods_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.foods .index_headings {
  width: 246px;
}
.foods .inner {
  width: 1080px;
}
.foods .c-list {
  width: 1080px;
}
.foods .c-list {
  margin-top: 0;
  padding-top: 180px;
}
.foods .c-list_item_text::after,
.foods .c-list_item-small_text::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-image: url(../images/common/open-gold.svg);
  right: 0;
  bottom: 0;
}

/* # =================================================================
   #  team
   # ================================================================= */
.team {
  padding-bottom: 64px;
  background-color: #000;
}
.team_headings {
  position: relative;
}
.team_headings_bg {
  height: 360px;
  overflow: hidden;
}
.team_headings_bg img {
  -o-object-fit: cover;
     object-fit: cover;
}
.team .index_headings {
  width: 210px;
  top: 54px;
  position: absolute;
}
.team .index_subheadings {
  top: 164px;
  position: absolute;
}
.team .inner {
  width: 1080px;
}
.team_ph {
  padding: 64px 0 32px;
}
.team_lead {
  font-style: 16px;
  margin-bottom: 64px;
  line-height: 1.8;
  text-align: center;
}
.team_member_headings {
  font-size: 26px;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.6;
}
.team .member_list {
  display: flex;
  flex-wrap: wrap;
}
.team .member_list_item {
  width: 240px;
  margin-bottom: 40px;
}
.team .member_list_item:nth-child(4n+1), .team .member_list_item:nth-child(4n+2), .team .member_list_item:nth-child(4n+3) {
  margin-right: 40px;
}
.team .member_list_item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.team .member_list_ph {
  margin-bottom: 16px;
  position: relative;
}
.team .member_list_ph::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-image: url(../images/common/open-gold.svg);
  right: 0;
  bottom: 0;
  vertical-align: top;
}
.team .member_list_text {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}
.team .member_list_name {
  margin-bottom: 4px;
}

.member_list_name_caption {
  font-size: 14px;
  font-weight: 400;
}

/* # =================================================================
   #  opponent
   # ================================================================= */
.opponent {
  padding: 64px 0 140px;
  background-color: #DE1F26;
}
.opponent .index_headings {
  width: 410px;
}
.opponent .index_subheadings {
  margin-bottom: 120px;
}
.opponent_detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.opponent_logo {
  width: 285px;
  margin-right: 66px;
}
.opponent_logo img {
  height: 100%;
}
.opponent_text {
  max-width: 333px;
  margin-bottom: 40px;
  font-size: 26px;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
}

/* # =================================================================
   #  arena
   # ================================================================= */
.arena {
  padding: 64px 0;
  background-color: #000;
}
.arena .index_headings {
  width: 450px;
}
.arena_list {
  width: 706px;
  display: flex;
  justify-content: space-between;
  margin: 32px auto;
}
.arena_list_item_ph {
  width: 100%;
  height: 500px;
}
.arena .arena_list_item:nth-child(1) .arena_list_ph {
  width: 328px;
}
.arena .arena_list_item:nth-child(1) .arena_list_ph img {
  width: 100%;
}
.arena .arena_list_item:nth-child(2) .arena_list_ph {
  width: 338px;
}
.arena .arena_list_item:nth-child(2) .arena_list_ph img {
  width: 100%;
}
.arena_caution {
  width: 706px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8;
}

/* # =================================================================
   #  access
   # ================================================================= */
.access {
  padding: 60px 0;
  background-color: #8F0038;
}
.access .index_headings {
  width: 473px;
}
.access .index_link {
  margin: 0 auto;
}
.access_venue {
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 1.5;
}
.access_ph {
  margin-bottom: 32px;
}
.access_bus {
  margin: 32px auto 0 auto;
  padding: 12px 0;
  width: 333px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #660028;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}
.access_bus::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-image: url(../images/common/open-gold.svg);
  right: 0;
  bottom: 0;
}

/* # =================================================================
   #  ticket
   # ================================================================= */
.ticket {
  padding: 60px 0;
  background-color: #000;
}
.ticket .index_headings {
  width: 260px;
}
.ticket_seat {
  font-size: 26px;
  margin-bottom: 32px;
  line-height: 1.6;
  font-weight: bold;
}
.ticket_ph {
  margin-bottom: 32px;
}
.ticket_caption {
  font-size: 12px;
  line-height: 180%;
}
.ticket .index_link {
  margin-top: 32px;
  background-color: #8F0038;
  color: white;
  line-height: 150%;
}
.ticket .inner {
  width: 706px;
}
.ticket .ticket_button__wrapper {
  display: flex;
  justify-content: space-between;
}
/* # =================================================================
   #  performer
   # ================================================================= */
.performer {
  padding: 60px 0;
  background-color: #8F0038;
  color: #fff;
  position: relative;
  z-index: 0;
}
.performer::before {
  width: 100%;
  height: 360px;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/performer_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.performer .index_headings {
  width: 460px;
}
.performer .index_subheadings {
  margin-bottom: 233px;
}
.performer .c-list {
  margin-bottom: 30px;
}
.performer .c-list .c-list_item-small_text {
  background-color: transparent;
  color: #fff;
}
.performer .inner {
  width: 1080px;
}
.performer .c-list_item {
  width: 520px;
}
.performer .c-list_item_ph {
  position: relative;
}
.performer .c-list_item_ph::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-image: url(../images/common/open-gold.svg);
  right: 0;
  bottom: 0;
}
.performer .member_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.performer .member_list_item {
  width: 240px;
  margin-bottom: 20px;
}
.performer .member_list_item:nth-child(3n+1), .performer .member_list_item:nth-child(3n+2) {
  margin-right: 40px;
}
.performer .member_list_item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.performer .member_list_ph {
  margin-bottom: 20px;
  position: relative;
}
.performer .member_list_ph::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-image: url(../images/common/open-gold.svg);
  right: 0;
  bottom: 0;
}
.performer .member_list_text {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

/* # =================================================================
   #  service
   # ================================================================= */
.service {
  padding: 60px 0;
  color: #fff;
  background-color: #000;
}
.service .index_headings {
  width: 320px;
}
.service .c-list {
  justify-content: center;
}
.service .c-list_item_text::after,
.service .c-list_item-small_text::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-image: url(../images/common/open-red.svg);
  right: 0;
  bottom: 0;
  vertical-align: top;
}

/* # =================================================================
   #  &one
   # ================================================================= */
.andone {
  padding: 60px 0;
  background-color: #8F0038;
  color: #fff;
  position: relative;
  z-index: 0;
}
.andone::before {
  width: 100%;
  height: 360px;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/andone_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.andone .index_headings {
  width: 200px;
}
.andone .c-list {
  margin: 0;
  padding-top: 180px;
  justify-content: center;
}
.andone .c-list_item_text::after,
.andone .c-list_item-small_text::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-image: url(../images/common/open-gold.svg);
  right: 0;
  bottom: 0;
}

/* # =================================================================
   #  fanclub
   # ================================================================= */
.fanclub {
  padding: 60px 0;
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 0;
}
.fanclub::before {
  width: 100%;
  height: 360px;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/fanclub_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.fanclub .index_headings {
  width: 340px;
}
.fanclub .c-list {
  margin: 0;
  padding-top: 180px;
  justify-content: center;
}
.fanclub .c-list_item_text::after,
.fanclub .c-list_item-small_text::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-image: url(../images/common/open-red.svg);
  right: 0;
  bottom: 0;
}

/* # =================================================================
   #  modal
   # ================================================================= */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.modal.u-modalDisplay {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal_bg {
  width: 100%;
  height: 100%;
  background-color: #3B3B3B;
  opacity: 0.9;
}
.modal_close {
  position: absolute;
  top: 40px;
  right: 40px;
  transition: all 0.3s;
  cursor: pointer;
}
.modal_close:hover {
  opacity: 0.6;
}
.modal .splide {
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
}
.modal .splide__track {
  width: 930px;
  max-height: 80vh;
}
.modal .splide__list {
  align-items: center;
}
.modal .splide__slide {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: white;
  overflow-y: scroll;
}
.modal .splide__arrows {
  position: absolute;
  bottom: 330px;
  left: -74px;
  width: 1080px;
}
.modal .slide__inner {
  width: 850px;
  padding: 40px 0;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
.modal .splide__arrow {
  position: absolute;
  bottom: 0;
  width: 36.5px;
  height: 30px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
}
.modal .splide__arrow svg {
  display: none;
}
.modal .splide__arrow--prev {
  background-image: url(../images/common/arrow_left.svg);
}
.modal .splide__arrow--next {
  background-image: url(../images/common/arrow_right.svg);
}
.modal .slide__upper {
  margin-bottom: 24px;
}
.modal .slide__mv {
  width: 100%;
  margin-bottom: 0;
}
.modal .slide__time {
  margin-bottom: 6px;
  font-size: 26px;
  font-weight: 700;
  line-height: 160%;
  color: #8F0038;
  font-weight: 700;
}
.modal .slide__headings {
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 24px;
  padding-bottom: 24px;
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
  color: #333;
}
.modal .slide__lead {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 180%;
  color: #333;
}
.modal .slide__link {
  display: inline-block;
  color: #B68F27;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all 0.3s;
}
.modal .slide__link:hover {
  opacity: 0.6;
}
.modal .slide__set {
  color: #333;
}
.modal .slide__set:nth-of-type(n+2) {
  margin-top: 20px;
}
.modal .slide__set__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.modal .slide__set__sentence {
  font-size: 16px;
  line-height: 180%;
  transition: all 0.3s;
}
.modal .slide__set__sentence__link {
  color: #B68F27;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.modal .slide__set__sentence__link:hover {
  opacity: 0.6;
}
.modal .slide__set__link {
  display: inline-block;
  color: #B68F27;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all 0.3s;
}
.modal .slide__set__link:hover {
  opacity: 0.6;
}
.modal .slide__member__img {
  width: 100%;
  margin-bottom: 0;
}
.modal .slide__img__roarqr {
  width: 120px;
}
.modal .slide__member .slide__upper {
  border: none;
}
.modal .slide__member .slide__name {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
.modal .slide__member .slide__name__left {
  color: #8F0038;
  font-size: 32px;
  font-weight: 700;
  line-height: 145%;
}
.modal .slide__member .slide__name__right {
  color: #333;
  width: 380px;
}
.modal .slide__member .slide__name__right .slide__name__name {
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: 700;
  line-height: 160%;
}
.modal .slide__member .slide__name__right .slide__name__roma {
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
.modal .slide__member .slide__name__right .slide__name__katakana {
  font-size: 14px;
  line-height: 180%;
}
.modal .slide__member .slide__right .slide__status {
  padding: 2px 0;
  display: flex;
  gap: 0 24px;
  color: #333;
  border-bottom: 2px solid #C8C8C8;
}
.modal .slide__member .slide__right .slide__status__headings {
  width: 80px;
  font-size: 14px;
  font-weight: 700;
  line-height: 200%;
}
.modal .slide__member .slide__right .slide__status__text {
  font-size: 16px;
  line-height: 200%;
}
.modal .slide__inner__flex {
  display: flex;
  gap: 0 40px;
}
.modal .slide__left {
  width: 333px;
}
.modal .slide__right {
  width: 477px;
}
@media (min-width: 769px) {
  .is-pc {
    display: block;
  }
  .is-tab {
    display: none;
  }
  .is-sp {
    display: none;
  }
  br.is-pc {
    display: inline-block;
  }
  br.is-tab {
    display: none;
  }
  br.is-sp {
    display: none;
  }
  .is-pc-flex {
    display: flex;
  }
  .is-sp-flex {
    display: none;
  }
}
@media (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  br.is-pc {
    display: none;
  }
  br.is-sp {
    display: inline-block;
  }
  .is-pc-flex {
    display: none;
  }
  .is-sp-flex {
    display: flex;
  }
  .u-container {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 1150px) {
  .footer {
    padding: 3.652173913vw 0 11.652173913vw;
  }
  /* # =================================================================
   #  モーダルボタンのリスト
   # ================================================================= */
  .c-list {
    margin-top: 5.2173913043vw;
    gap: 3.4782608696vw;
  }
  .c-list_item {
    width: 28.9565217391vw;
  }
  .c-list_item_text {
    padding: 1.3913043478vw 1.7391304348vw;
    font-size: 1.5652173913vw;
  }
  .c-list_item-small {
    width: 20.8695652174vw;
  }
  .c-list_item-small_text {
    padding: 1.3913043478vw 1.7391304348vw;
    font-size: 1.5652173913vw;
    line-height: 1.5;
  }
  /* # =================================================================
   #  index共通
   # ================================================================= */
  .inner {
    width: 77.7391304348vw;
  }
  .index_headings {
    margin-bottom: 2.2608695652vw;
  }
  .index_subheadings {
    margin-bottom: 2vw;
    font-size: 1.5652173913vw;
  }
  .index_lead {
    font-size: 1.3913043478vw;
  }
  .index_link {
    width: 28.9565217391vw;
    height: 5.5652173913vw;
    font-size: 1.5652173913vw;
  }
  .index_link_text {
    padding-right: 2.347826087vw;
  }
  .index_link_text::before {
    width: 1.0434782609vw;
    height: 1.3043478261vw;
  }
  /* # =================================================================
   #  new
   # ================================================================= */
  .new {
    padding: 5.9130434783vw 0 4.5217391304vw;
  }
  .new .index_headings {
    width: 42.2608695652vw;
  }
  .new_list {
    max-height: 14.7826086957vw;
    overflow-y: scroll;
  }
  .new_list_item {
    font-size: 1.2173913043vw;
  }
  .new_list_item:nth-child(n+2) {
    margin-top: 0.8695652174vw;
  }
  .new_list_time {
    width: 6.9565217391vw;
  }
  /* # =================================================================
   #  highlight
   # ================================================================= */
  .highlight {
    padding-bottom: 5.5652173913vw;
  }
  .highlight_headings_bg {
    height: 31.3043478261vw;
  }
  .highlight .index_headings {
    width: 41.7391304348vw;
    top: 5.2173913043vw;
  }
  .highlight .index_subheadings {
    margin-bottom: 20.2608695652vw;
    top: 14.2608695652vw;
  }
  .highlight_list {
    margin-top: 5.5652173913vw;
  }
  .highlight_list_ph {
    margin-bottom: 2.7826086957vw;
  }
  .highlight_list_lead {
    font-size: 1.3913043478vw;
  }
  /* # =================================================================
   #  schedule
   # ================================================================= */
  .schedule_bg {
    height: 31.3043478261vw;
  }
  .schedule .index_headings {
    width: 52.1739130435vw;
    top: 5.2173913043vw;
  }
  .schedule .index_subheadings {
    top: 14.2608695652vw;
  }
  .schedule_tab {
    margin-top: 5.5652173913vw;
  }
  .schedule_tab_headings {
    margin-bottom: 1.0434782609vw;
  }
  .schedule_tab_headings_item {
    width: 38.4347826087vw;
    height: 4.347826087vw;
  }
  .schedule_tab_headings_item.is-active {
    height: 5.2173913043vw;
  }
  .schedule_tab_headings_item:first-child {
    margin-right: 0.8695652174vw;
  }
  .schedule_tab_headings_date {
    font-size: 2.7826086957vw;
  }
  .schedule_tab_headings_week {
    font-size: 1.7391304348vw;
  }
  .schedule_tab_headings-single {
    margin-bottom: 1.0434782609vw;
  }
  .schedule_tab_headings-single_item {
    width: 37.1304347826vw;
    height: 5.2173913043vw;
  }
  .schedule_tab_headings-single_date {
    font-size: 2.7826086957vw;
  }
  .schedule_tab_headings-single_week {
    font-size: 1.7391304348vw;
  }
  .schedule .timetable_list {
    margin-bottom: 5.5652173913vw;
  }
  .schedule .timetable_list_item {
    width: 77.7391304348vw;
    padding: 1.0434782609vw 1.7391304348vw;
    font-size: 1.5652173913vw;
  }
  .schedule .timetable_list_item::after {
    width: 3.4782608696vw;
    height: 3.4782608696vw;
  }
  .schedule .timetable_list_time {
    width: 8.6956521739vw;
    margin-right: 0.8695652174vw;
  }
  .schedule .timetable_list_time .u-small {
    font-size: 1.2173913043vw;
  }
  .schedule .timetable_list_text {
    font-size: 1.2173913043vw;
  }
  /* # =================================================================
   #  special-event
   # ================================================================= */
  .special-event {
    padding: 5.2173913043vw 0 5.5652173913vw;
  }
  .special-event::before {
    height: 31.3043478261vw;
  }
  .special-event .index_headings {
    width: 54.7826086957vw;
  }
  .special-event_img {
    padding-top: 15.652173913vw;
  }
  .special-event_sentence {
    margin-top: 2.7826086957vw;
    font-size: 1.3913043478vw;
  }
  .special-event .c-list_item_text::after,
  .special-event .c-list_item-small_text::after {
    width: 3.4782608696vw;
    height: 3.4782608696vw;
  }
  /* # =================================================================
   #  events
   # ================================================================= */
  .events {
    padding: 5.2173913043vw 0 5.5652173913vw;
  }
  .events::before {
    height: 31.3043478261vw;
  }
  .events .index_headings {
    width: 26.0869565217vw;
  }
  .events .inner {
    width: 93.9130434783vw;
  }
  .events .c-list {
    width: 93.9130434783vw;
  }
  .events .c-list_item_text::after,
  .events .c-list_item-small_text::after {
    width: 3.4782608696vw;
    height: 3.4782608696vw;
  }
  /* # =================================================================
   #  goods
   # ================================================================= */
  .goods {
    padding: 5.2173913043vw 0 5.5652173913vw;
  }
  .goods::before {
    height: 31.3043478261vw;
  }
  .goods .index_headings {
    width: 21.7391304348vw;
  }
  .goods .inner {
    width: 93.9130434783vw;
  }
  .goods .c-list {
    width: 93.9130434783vw;
  }
  .goods .c-list {
    padding-top: 15.652173913vw;
  }
  .goods .c-list_item_text::after,
  .goods .c-list_item-small_text::after {
    width: 3.4782608696vw;
    height: 3.4782608696vw;
  }
  /* # =================================================================
   #  foods
   # ================================================================= */
  .foods {
    padding: 5.2173913043vw 0 5.5652173913vw;
  }
  .foods::before {
    height: 31.3043478261vw;
  }
  .foods .index_headings {
    width: 21.3913043478vw;
  }
  .foods .inner {
    width: 93.9130434783vw;
  }
  .foods .c-list {
    width: 93.9130434783vw;
  }
  .foods .c-list {
    padding-top: 15.652173913vw;
  }
  .foods .c-list_item_text::after,
  .foods .c-list_item-small_text::after {
    width: 3.4782608696vw;
    height: 3.4782608696vw;
  }
  /* # =================================================================
   #  team
   # ================================================================= */
  .team {
    padding-bottom: 5.5652173913vw;
  }
  .team_headings_bg {
    height: 31.3043478261vw;
  }
  .team .index_headings {
    width: 18.2608695652vw;
    top: 4.6956521739vw;
  }
  .team .index_subheadings {
    top: 14.2608695652vw;
  }
  .team .inner {
    width: 93.9130434783vw;
  }
  .team_ph {
    padding: 5.5652173913vw 0 2.7826086957vw;
  }
  .team_lead {
    font-style: 1.3913043478vw;
    margin-bottom: 5.5652173913vw;
  }
  .team_member_headings {
    font-size: 2.2608695652vw;
    margin-bottom: 3.4782608696vw;
  }
  .team .member_list_item {
    width: 20.8695652174vw;
    margin-bottom: 3.4782608696vw;
  }
  .team .member_list_item:nth-child(4n+1), .team .member_list_item:nth-child(4n+2), .team .member_list_item:nth-child(4n+3) {
    margin-right: 3.4782608696vw;
  }
  .team .member_list_ph {
    margin-bottom: 1.3913043478vw;
  }
  .team .member_list_ph::after {
    width: 3.4782608696vw;
    height: 3.4782608696vw;
  }
  .team .member_list_text {
    font-size: 1.5652173913vw;
  }
  .team .member_list_name {
    margin-bottom: 0.347826087vw;
  }
  /* # =================================================================
   #  opponent
   # ================================================================= */
  .opponent {
    padding: 5.5652173913vw 0 12.1739130435vw;
  }
  .opponent .index_headings {
    width: 35.652173913vw;
  }
  .opponent .index_subheadings {
    margin-bottom: 10.4347826087vw;
  }
  .opponent_logo {
    height: 15.3913043478vw;
    margin-right: 5.7391304348vw;
  }
  .opponent_text {
    margin-bottom: 3.4782608696vw;
    font-size: 2.2608695652vw;
  }
  /* # =================================================================
   #  arena
   # ================================================================= */
  .arena {
    padding: 5.5652173913vw 0;
    background-color: #000;
  }
  .arena .index_headings {
    width: 39.1304347826vw;
  }
  .arena_list {
    width: 61.3913043478vw;
    margin: 2.7826086957vw auto;
  }
  .arena_list_item_ph {
    height: 43.4782608696vw;
  }
  .arena .arena_list_item:nth-child(1) .arena_list_ph {
    width: 28.5217391304vw;
  }
  .arena .arena_list_item:nth-child(2) .arena_list_ph {
    width: 29.3913043478vw;
  }
  .arena_caution {
    width: 61.3913043478vw;
    font-size: 1.2173913043vw;
  }
  /* # =================================================================
   #  access
   # ================================================================= */
  .access {
    padding: 5.2173913043vw 0;
  }
  .access .index_headings {
    width: 41.1304347826vw;
  }
  .access_venue {
    margin-bottom: 1.3913043478vw;
    font-size: 2.2608695652vw;
  }
  .access_ph {
    margin-bottom: 2.7826086957vw;
  }
  .access_bus {
    width: 28.9565217391vw;
    margin: 2.7826086957vw auto 0 auto;
    padding: 1.0434782609vw 0;
    font-size: 1.5652173913vw;
  }
  .access_bus::after {
    width: 3.4782608696vw;
    height: 3.4782608696vw;
  }
  /* # =================================================================
   #  ticket
   # ================================================================= */
  .ticket {
    padding: 5.2173913043vw 0;
  }
  .ticket .index_headings {
    width: 22.6086956522vw;
  }
  .ticket_seat {
    font-size: 2.2608695652vw;
    margin-bottom: 2.7826086957vw;
  }
  .ticket_ph {
    margin-bottom: 2.7826086957vw;
  }
  .ticket_caption {
    font-size: 1.0434782609vw;
  }
  .ticket .index_link {
    margin-top: 2.7826086957vw;
  }
  .ticket .inner {
    width: 61.3913043478vw;
  }
  /* # =================================================================
   #  performer
   # ================================================================= */
  .performer {
    padding: 5.2173913043vw 0;
  }
  .performer::before {
    height: 31.3043478261vw;
  }
  .performer .index_headings {
    width: 40vw;
  }
  .performer .index_subheadings {
    margin-bottom: 20.2608695652vw;
  }
  .performer .c-list {
    margin-bottom: 2.6086956522vw;
  }
  .performer .inner {
    width: 93.9130434783vw;
  }
  .performer .c-list_item {
    width: 45.2173913043vw;
  }
  .performer .c-list_item_ph::after {
    width: 3.4782608696vw;
    height: 3.4782608696vw;
  }
  .performer .member_list_item {
    width: 20.8695652174vw;
    margin-bottom: 1.7391304348vw;
  }
  .performer .member_list_item:nth-child(3n+1), .performer .member_list_item:nth-child(3n+2) {
    margin-right: 3.4782608696vw;
  }
  .performer .member_list_ph {
    margin-bottom: 1.7391304348vw;
  }
  .performer .member_list_ph::after {
    width: 3.4782608696vw;
    height: 3.4782608696vw;
  }
  .performer .member_list_text {
    font-size: 1.5652173913vw;
  }
  /* # =================================================================
   #  service
   # ================================================================= */
  .service {
    padding: 5.2173913043vw 0;
  }
  .service .index_headings {
    width: 27.8260869565vw;
  }
  .service .c-list_item_text::after,
  .service .c-list_item-small_text::after {
    width: 3.4782608696vw;
    height: 3.4782608696vw;
  }
  /* # =================================================================
   #  &one
   # ================================================================= */
  .andone {
    padding: 5.2173913043vw 0;
  }
  .andone::before {
    height: 31.3043478261vw;
  }
  .andone .index_headings {
    width: 17.3913043478vw;
  }
  .andone .c-list {
    padding-top: 15.652173913vw;
  }
  .andone .c-list_item_text::after,
  .andone .c-list_item-small_text::after {
    width: 3.4782608696vw;
    height: 3.4782608696vw;
  }
  /* # =================================================================
   #  fanclub
   # ================================================================= */
  .fanclub {
    padding: 5.2173913043vw 0;
  }
  .fanclub::before {
    height: 31.3043478261vw;
  }
  .fanclub .index_headings {
    width: 29.5652173913vw;
  }
  .fanclub .c-list {
    padding-top: 15.652173913vw;
  }
  .fanclub .c-list_item_text::after,
  .fanclub .c-list_item-small_text::after {
    width: 3.4782608696vw;
    height: 3.4782608696vw;
  }
  /* # =================================================================
   #  modal
   # ================================================================= */
  .modal_close {
    top: 3.4782608696vw;
    right: 3.4782608696vw;
  }
  .modal .splide__track {
    width: 80.8695652174vw;
  }
  .modal .splide__arrows {
    bottom: 28.6956521739vw;
    left: -6.4347826087vw;
    width: 93.9130434783vw;
  }
  .modal .slide__inner {
    width: 73.9130434783vw;
    padding: 3.4782608696vw 0;
  }
  .modal .splide__arrow {
    width: 3.1739130435vw 0;
    height: 2.6086956522vw;
  }
  .modal .slide__upper {
    margin-bottom: 2.0869565217vw;
  }
  .modal .slide__time {
    margin-bottom: 0.5217391304vw;
    font-size: 2.2608695652vw;
  }
  .modal .slide__headings {
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 2.0869565217vw;
    padding-bottom: 2.0869565217vw;
    font-size: 2.2608695652vw;
  }
  .modal .slide__lead {
    font-size: 1.3913043478vw;
  }
  .modal .slide__link {
    font-size: 1.3913043478vw;
  }
  .modal .slide__set:nth-of-type(n+2) {
    margin-top: 1.7391304348vw;
  }
  .modal .slide__set__title {
    font-size: 1.3913043478vw;
  }
  .modal .slide__set__sentence {
    font-size: 1.3913043478vw;
  }
  .modal .slide__set__link {
    font-size: 1.3913043478vw;
  }
  .modal .slide__img__roarqr {
    width: 10.4347826087vw;
  }
  .modal .slide__member .slide__name {
    margin-bottom: 2.4347826087vw;
  }
  .modal .slide__member .slide__name__left {
    font-size: 2.7826086957vw;
  }
  .modal .slide__member .slide__name__right {
    width: 33.0434782609vw;
  }
  .modal .slide__member .slide__name__right .slide__name__name {
    margin-bottom: 0.6956521739vw;
    font-size: 2.2608695652vw;
  }
  .modal .slide__member .slide__name__right .slide__name__roma {
    margin-bottom: 0.1739130435vw;
    font-size: 1.5652173913vw;
  }
  .modal .slide__member .slide__name__right .slide__name__katakana {
    font-size: 1.2173913043vw;
  }
  .modal .slide__member .slide__right .slide__status {
    padding: 0.1739130435vw 0;
    gap: 0 2.0869565217vw;
  }
  .modal .slide__member .slide__right .slide__status__headings {
    width: 6.9565217391vw;
    font-size: 1.2173913043vw;
  }
  .modal .slide__member .slide__right .slide__status__text {
    font-size: 1.3913043478vw;
  }
  .modal .slide__inner__flex {
    gap: 0 3.4782608696vw;
  }
  .modal .slide__left {
    width: 28.9565217391vw;
  }
  .modal .slide__right {
    width: 41.4782608696vw;
  }
}
/*# sourceMappingURL=style-pc.css.map */
