@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: 6.4vw;
}

/* # =================================================================
   #  header
   # ================================================================= */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: #8F0038;
  z-index: 20;
}
.header_inner {
  padding: 10px 12px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header_logo {
  width: 218px;
}
.header_button {
  width: 24px;
  height: 31px;
  background-image: url(../images/common/header_menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.header_button.is-open {
  background-image: url(../images/common/header_menu_close.svg);
}
.header_menu {
  background-color: #000;
  position: fixed;
  width: 100%;
  top: 50px;
  left: 0;
  height: calc(100vh - 50px);
  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: 4.8vw;
  padding: 8.5333333333vw 0vw;
  color: #fff;
  font-weight: 700;
  text-align: center;
  transform-origin: top center;
}
.header_menu_list_item {
  padding: 5.3333333333vw 0vw;
}

/* # =================================================================
   #  footer
   # ================================================================= */
.footer {
  padding: 8vw 0vw 12vw;
  border-top: 2px solid #B68F27;
  color: #fff;
  background-color: #8F0038;
  text-align: center;
  transform-origin: top center;
}
.footer .footer_link_item {
  padding: 0vw 3.7333333333vw;
  display: inline-flex;
}
.footer .footer_link_item a {
  font-size: 3.4666666667vw;
  display: inline-flex;
  line-height: 1.8;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.footer .footer_logo {
  margin-bottom: 4.2666666667vw;
  width: 64vw;
  display: inline-block;
}
.footer .sns_list {
  margin: 5.3333333333vw 0vw;
}
.footer .footer_copyright {
  font-size: 2.9333333333vw;
  padding-bottom: 6.4vw;
}

.fixed_list {
  padding: 1.3333333333vw;
  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: 1.6vw;
}
.fixed_item:last-child {
  margin-right: 0;
}
.fixed_item.fixed_beginner {
  width: 25.6vw;
}
.fixed_beginner {
  width: 25.6vw;
  height: 9.3333333333vw;
  font-size: 2.6666666667vw;
  padding: 1.6vw 1.6vw 1.6vw 9.8666666667vw;
  line-height: 1.2;
  background-image: url(../images/common/fixed_beginner.png);
  background-size: contain;
  font-weight: 700;
}
.fixed_day {
  width: 34.1333333333vw;
  height: 9.3333333333vw;
  font-size: 0;
  background-image: url(../images/common/fixed_day.png);
  background-size: contain;
  line-height: 1;
}
.fixed_day a {
  padding: 0.8vw 14.6666666667vw 0vw 3.7333333333vw;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 0;
  font-weight: 700;
  color: #8F0038;
  line-height: 1;
}
.fixed_day_date {
  font-size: 4.8vw;
}
.fixed_day_week {
  font-size: 2.6666666667vw;
}

/* # =================================================================
   #  sns
   # ================================================================= */
.sns_list {
  padding: 5.3333333333vw 0vw;
  text-align: center;
}
.sns_list_item {
  margin: 0vw 4.2666666667vw;
  justify-content: center;
  display: inline-flex;
  align-items: center;
}
.sns_list a {
  display: block;
  width: 100%;
  height: 100%;
}
.sns_list .u-tiktok a {
  width: 5.3333333333vw;
  height: 5.8666666667vw;
  background-image: url(../images/common/icon_tiktok.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.sns_list .u-youtube {
  width: 7.7333333333vw;
  height: 5.3333333333vw;
  background-image: url(../images/common/icon_youtube.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.sns_list .u-x {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../images/common/icon_x.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.sns_list .u-instagram {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  background-image: url(../images/common/icon_instagram.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.sns_list .u-threads {
  width: 4.8vw;
  height: 5.3333333333vw;
  background-image: url(../images/common/icon_threads.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* # =================================================================
   #  モーダルボタンのリスト
   # ================================================================= */
.c-list {
  margin-top: 6.4vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-list_item {
  width: 87.2vw;
  cursor: pointer;
  transition: all 0.3s;
}
.c-list_item:not(:last-child) {
  margin-bottom: 3.2vw;
}
.c-list_item_ph {
  width: 100%;
}
.c-list_item_ph img {
  width: 100%;
  vertical-align: top;
}
.c-list_item_text {
  position: relative;
  padding: 3.2vw;
  font-size: 3.7333333333vw;
  color: #000;
  line-height: 1.5;
  font-weight: 700;
  background-color: white;
  overflow: hidden;
}
.c-list_item-small {
  width: 42.1333333333vw;
  cursor: pointer;
  transition: all 0.3s;
}
.c-list_item-small:not(:last-child) {
  margin-bottom: 3.2vw;
}
.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: 3.2vw;
  font-size: 3.7333333333vw;
  color: #000;
  line-height: 1.5;
  font-weight: 700;
  background-color: white;
  overflow: hidden;
}

/* # =================================================================
   #  index共通
   # ================================================================= */
.inner {
  padding: 0vw 6.4vw;
}

.index_headings {
  margin-bottom: 2.6666666667vw;
  margin-left: auto;
  margin-right: auto;
}
.index_subheadings {
  font-size: 3.7333333333vw;
  margin-bottom: 6.4vw;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}
.index_lead {
  font-size: 3.4666666667vw;
  line-height: 1.8;
  text-align: center;
}
.index_link {
  height: 17.0666666667vw;
  font-size: 3.7333333333vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #000;
  text-align: center;
  font-weight: 700;
}
.index_link_text {
  display: inline-block;
  position: relative;
  padding-right: 6.4vw;
}
.index_link_text::before {
  width: 2.6666666667vw;
  height: 3.3333333333vw;
  right: 0vw;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/common/icon_arrow_right.png);
  background-size: cover;
}
.index_link {
  transition: all 0.3s;
}

/* # =================================================================
   #  new
   # ================================================================= */
.new {
  padding: 8.5333333333vw 0vw 6.4vw;
}
.new .index_headings {
  width: 46.9333333333vw;
}
.new_list {
  overflow-y: scroll;
  max-height: 21.3333333333vw;
}
.new_list_item {
  font-size: 3.2vw;
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
}
.new_list_item:nth-child(n+2) {
  margin-top: 2.6666666667vw;
}
.new_list_time {
  width: 16vw;
}
.new_list_text {
  flex: 1;
}

/* # =================================================================
   #  highlight
   # ================================================================= */
.highlight {
  padding-bottom: 6.4vw;
  background-color: #8F0038;
  z-index: 0;
}
.highlight_headings {
  position: relative;
}
.highlight .index_headings {
  width: 45.3333333333vw;
  top: 8.5333333333vw;
  position: absolute;
}
.highlight .index_subheadings {
  margin-bottom: 24vw;
  top: 20vw;
  position: absolute;
}
.highlight_list {
  margin-top: 6.4vw;
}
.highlight_list_ph {
  margin-bottom: 6.4vw;
}
.highlight_list_lead {
  font-size: 3.4666666667vw;
  line-height: 1.8;
}

/* # =================================================================
   #  schedule
   # ================================================================= */
.schedule {
  background-color: #000;
  color: #fff;
}
.schedule_headings {
  position: relative;
}
.schedule .index_headings {
  width: 58.6666666667vw;
  top: 8.5333333333vw;
  position: absolute;
}
.schedule .index_subheadings {
  margin-bottom: 24vw;
  top: 20vw;
  position: absolute;
}
.schedule_tab {
  margin-top: 4.2666666667vw;
}
.schedule_tab_headings {
  margin-bottom: 1.6vw;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.schedule_tab_headings_item {
  width: 43.4666666667vw;
  height: 12.2666666667vw;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-image: url(../images/shedule_list_headings-deactive.png);
}
.schedule_tab_headings_item.is-active {
  height: 14.4vw;
  background-image: url(../images/shedule_list_headings-active.png);
}
.schedule_tab_headings_item:first-child {
  margin-right: 4.2666666667vw;
}
.schedule_tab_headings_date {
  font-size: 7.4666666667vw;
  line-height: 12.2666666667vw;
  opacity: 0.4;
  font-weight: 700;
}
.schedule_tab_headings_item.is-active .schedule_tab_headings_date {
  opacity: 1;
}
.schedule_tab_headings_week {
  font-size: 4.2666666667vw;
}
.schedule_tab_contents_item {
  display: none;
}
.schedule_tab_contents_item.is-active {
  display: block;
}
.schedule_tab {
  margin-top: 4.2666666667vw;
}
.schedule_tab_headings-single {
  margin-bottom: 1.6vw;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.schedule_tab_headings-single_item {
  width: 89.3333333333vw;
  height: 14.4vw;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-image: url(../images/shedule_list_headings-single.png);
}
.schedule_tab_headings-single_date {
  font-size: 7.4666666667vw;
  line-height: 12.2666666667vw;
  font-weight: 700;
}
.schedule_tab_headings_item.is-active .schedule_tab_headings-single_date {
  opacity: 1;
}
.schedule_tab_headings-single_week {
  font-size: 4.2666666667vw;
}
.schedule_tab_contents_item {
  display: none;
}
.schedule_tab_contents_item.is-active {
  display: block;
}
.schedule .timetable_list_item {
  padding: 3.2vw 5.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.schedule .timetable_list_item::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 9.6vw;
  height: 9.6vw;
  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: 19.2vw;
  margin-right: 3.2vw;
  align-items: center;
  font-weight: 700;
  line-height: 150%;
}
.schedule .timetable_list_time .u-small {
  font-size: 3.2vw;
}
.schedule .timetable_list_text {
  font-size: 3.2vw;
  flex: 1;
}
.schedule .timetable_list_text a {
  color: #B68F27;
  line-height: 1.8;
  font-weight: 700;
}

/* # =================================================================
   #  special-event
   # ================================================================= */
.special-event {
  padding: 8.5333333333vw 0vw 6.4vw;
  background-color: #8F0038;
  color: #fff;
  position: relative;
  z-index: 0;
}
.special-event::before {
  height: 42.9333333333vw;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/event_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.special-event .index_headings {
  width: 61.3333333333vw;
}
.special-event .index_lead {
  margin-bottom: 5.8666666667vw;
}
.special-event_img {
  width: 100%;
  padding-top: 6.4vw;
}
.special-event_img img {
  width: 100%;
}
.special-event_sentence {
  padding-top: 6.4vw;
  font-size: 3.4666666667vw;
  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: 9.6vw;
  height: 9.6vw;
  background-image: url(../images/common/open-gold.svg);
  right: -0.2666666667vw;
  bottom: -0.2666666667vw;
}

/* # =================================================================
   #  events
   # ================================================================= */
.events {
  padding: 8.5333333333vw 0vw 6.4vw;
  color: #fff;
  background-color: #8F0038;
}
.events::before {
  height: 42.9333333333vw;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/event_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.events .index_headings {
  width: 27.7333333333vw;
}
.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: 9.6vw;
  height: 9.6vw;
  background-image: url(../images/common/open-gold.svg);
  right: -0.2666666667vw;
  bottom: -0.2666666667vw;
}

/* # =================================================================
   #  goods
   # ================================================================= */
.goods {
  padding: 8.5333333333vw 0vw 6.4vw;
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 0;
}
.goods::before {
  height: 42.9333333333vw;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/goods_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.goods .index_headings {
  width: 26.6666666667vw;
}
.goods .index_lead {
  margin-bottom: 5.8666666667vw;
}
.goods .c-list {
  padding-top: 6.4vw;
}
.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: 9.6vw;
  height: 9.6vw;
  background-image: url(../images/common/open-red.svg);
  right: -0.2666666667vw;
  bottom: -0.2666666667vw;
}

/* # =================================================================
   #  foods
   # ================================================================= */
.foods {
  padding: 8.5333333333vw 0vw 6.4vw;
  background-color: #8F0038;
  color: #fff;
  position: relative;
  z-index: 0;
}
.foods::before {
  height: 42.9333333333vw;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/foods_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.foods .index_headings {
  width: 26.6666666667vw;
}
.foods .index_lead {
  margin-bottom: 5.8666666667vw;
}
.foods .c-list {
  padding-top: 6.4vw;
}
.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: 9.6vw;
  height: 9.6vw;
  background-image: url(../images/common/open-gold.svg);
  right: -0.2666666667vw;
  bottom: -0.2666666667vw;
}

/* # =================================================================
   #  team
   # ================================================================= */
.team {
  padding-bottom: 6.4vw;
  background-color: #000;
}
.team_headings {
  position: relative;
}
.team .index_headings {
  width: 19.2vw;
  top: 8.5333333333vw;
  position: absolute;
}
.team .index_subheadings {
  margin-bottom: 24vw;
  top: 20vw;
  position: absolute;
}
.team_ph {
  padding: 6.4vw 0vw;
}
.team_lead {
  font-size: 3.4666666667vw;
  margin-bottom: 6.4vw;
  line-height: 1.8;
  text-align: center;
}
.team_member_headings {
  font-size: 4.2666666667vw;
  margin-bottom: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.6;
}
.team .member_list {
  display: flex;
  flex-wrap: wrap;
}
.team .member_list_item {
  width: 28vw;
  margin-bottom: 2.6666666667vw;
}
.team .member_list_item:nth-child(3n+1), .team .member_list_item:nth-child(3n+2) {
  margin-right: 1.6vw;
}
.team .member_list_item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.team .member_list_ph {
  margin-bottom: 2.1333333333vw;
  position: relative;
  overflow: hidden;
}
.team .member_list_ph::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 9.6vw;
  height: 9.6vw;
  background-image: url(../images/common/open-gold.svg);
  right: -0.2666666667vw;
  bottom: -0.2666666667vw;
  vertical-align: top;
}
.team .member_list_text {
  font-size: 3.7333333333vw;
  line-height: 1.5;
  font-weight: 700;
}
.team .member_list_name {
  margin-bottom: 0.5333333333vw;
}

.member_list_name_caption {
  font-size: 3.2vw;
  font-weight: 400;
}

/* # =================================================================
   #  opponent
   # ================================================================= */
.opponent {
  padding: 8.5333333333vw 0vw 6.4vw;
  background-color: #DE1F26;
}
.opponent .index_headings {
  width: 40.8vw;
}
.opponent_detail {
  margin-bottom: 6.4vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.opponent_logo {
  width: 35.7333333333vw;
  margin-left: 3.2vw;
  margin-right: 7.4666666667vw;
}
.opponent_logo img {
  width: 100%;
}
.opponent_text {
  max-width: 40.8vw;
  font-size: 4.8vw;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
}

/* # =================================================================
   #  arena
   # ================================================================= */
.arena {
  padding: 8.5333333333vw 0vw 6.4vw;
  background-color: #000;
}
.arena .index_headings {
  width: 44.2666666667vw;
}
.arena_list {
  margin-bottom: 4.2666666667vw;
}
.arena_list_item:not(:last-child) {
  margin-bottom: 4.2666666667vw;
}
.arena_caution {
  font-size: 3.2vw;
  line-height: 1.8;
}

/* # =================================================================
   #  access
   # ================================================================= */
.access {
  padding: 8.5333333333vw 0vw 6.4vw;
  background-color: #8F0038;
}
.access .index_headings {
  width: 51.7333333333vw;
}
.access_venue {
  font-size: 3.7333333333vw;
  margin-bottom: 4.2666666667vw;
  line-height: 1.5;
}
.access_ph {
  margin-bottom: 4.2666666667vw;
}
.access_bus {
  margin-top: 6.4vw;
  padding: 3.2vw 0vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #660028;
  font-size: 3.7333333333vw;
  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: 9.6vw;
  height: 9.6vw;
  background-image: url(../images/common/open-gold.svg);
  right: 0;
  bottom: 0;
}

/* # =================================================================
   #  ticket
   # ================================================================= */
.ticket {
  padding: 8.5333333333vw 0vw 6.4vw;
  background-color: #000;
}
.ticket .index_headings {
  width: 25.6vw;
}
.ticket_seat {
  font-size: 4.8vw;
  margin-bottom: 4.2666666667vw;
  line-height: 1.6;
  font-weight: bold;
}
.ticket_ph {
  margin-bottom: 4.2666666667vw;
}
.ticket_caption {
  font-size: 3.2vw;
  line-height: 180%;
}
.ticket .index_link {
  margin-top: 6.4vw;
  background-color: #8F0038;
  color: white;
  line-height: 150%;
}
/* # =================================================================
   #  performer
   # ================================================================= */
.performer {
  padding: 8.5333333333vw 0vw 6.4vw;
  background-color: #8F0038;
  color: #fff;
  position: relative;
  z-index: 0;
}
.performer::before {
  height: 42.9333333333vw;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/performer_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.performer .index_headings {
  width: 26.6666666667vw;
}
.performer .index_subheadings {
  margin-bottom: 21.3333333333vw;
}
.performer .index_lead {
  margin-bottom: 5.8666666667vw;
}
.performer .c-list {
  padding-top: 6.4vw;
}
.performer .c-list .c-list_item-small_text {
  background-color: transparent;
  color: #fff;
}
.performer .c-list_item_ph,
.performer .c-list_item-small_ph {
  position: relative;
}
.performer .c-list_item_ph::after,
.performer .c-list_item-small_ph::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 9.6vw;
  height: 9.6vw;
  background-image: url(../images/common/open-gold.svg);
  right: 0;
  bottom: 0;
}
.performer .member_list {
  display: flex;
  flex-wrap: wrap;
}
.performer .member_list_item {
  width: 28vw;
  margin-bottom: 2.6666666667vw;
}
.performer .member_list_item:nth-child(3n+1), .performer .member_list_item:nth-child(3n+2) {
  margin-right: 1.6vw;
}
.performer .member_list_item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.performer .member_list_ph {
  margin-bottom: 2.1333333333vw;
  position: relative;
}
.performer .member_list_ph::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 9.6vw;
  height: 9.6vw;
  background-image: url(../images/common/open-gold.svg);
  right: 0;
  bottom: 0;
}
.performer .member_list_text {
  font-size: 3.7333333333vw;
  line-height: 1.5;
  font-weight: 700;
}
.performer .member_list_name {
  margin-bottom: 0.5333333333vw;
}

/* # =================================================================
   #  service
   # ================================================================= */
.service {
  padding: 8.5333333333vw 0vw 6.4vw;
  color: #fff;
  background-color: #000;
}
.service::before {
  height: 42.9333333333vw;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
}
.service .index_headings {
  width: 27.7333333333vw;
}
.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: 9.6vw;
  height: 9.6vw;
  background-image: url(../images/common/open-red.svg);
  right: -0.2666666667vw;
  bottom: -0.2666666667vw;
}

/* # =================================================================
   #  &one
   # ================================================================= */
.andone {
  padding: 8.5333333333vw 0vw 6.4vw;
  background-color: #8F0038;
  color: #fff;
  position: relative;
  z-index: 0;
}
.andone::before {
  height: 42.9333333333vw;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/andone_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.andone .index_headings {
  width: 18.6666666667vw;
}
.andone .index_lead {
  margin-bottom: 5.8666666667vw;
}
.andone .c-list {
  padding-top: 6.4vw;
}
.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: 9.6vw;
  height: 9.6vw;
  background-image: url(../images/common/open-gold.svg);
  right: -0.2666666667vw;
  bottom: -0.2666666667vw;
}

/* # =================================================================
   #  fanclub
   # ================================================================= */
.fanclub {
  padding: 8.5333333333vw 0vw 6.4vw;
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 0;
}
.fanclub::before {
  height: 42.9333333333vw;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../images/fanclub_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.fanclub .index_headings {
  width: 34.1333333333vw;
}
.fanclub .index_lead {
  margin-bottom: 5.8666666667vw;
}
.fanclub .c-list {
  padding-top: 6.4vw;
}
.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: 9.6vw;
  height: 9.6vw;
  background-image: url(../images/common/open-red.svg);
  right: -0.2666666667vw;
  bottom: -0.2666666667vw;
}

/* # =================================================================
   #  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: 5.3333333333vw;
  right: 5.3333333333vw;
  transition: all 0.3s;
  cursor: pointer;
}
.modal .splide {
  position: absolute;
  top: 21.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  visibility: visible;
}
.modal .splide__track {
  width: 84vw;
}
.modal .splide__slide {
  width: 100%;
  height: calc(100vh - 50.6666666667vw);
  background-color: white;
  overflow-y: scroll;
}
.modal .splide__arrows {
  position: absolute;
  bottom: -12vw;
  left: 2.1333333333vw;
  width: 78.6666666667vw;
}
.modal .slide__inner {
  width: 71.2vw;
  margin: 6.4vw 0vw;
  margin-left: auto;
  margin-right: auto;
}
.modal .splide__arrow {
  position: absolute;
  bottom: 240vw;
  width: 10.1333333333vw;
  height: 8vw;
  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: 4.2666666667vw;
}
.modal .slide__mv {
  width: 100%;
  margin-bottom: 6.4vw;
}
.modal .slide__time {
  margin-bottom: 1.6vw;
  font-size: 4.8vw;
  line-height: 160%;
  color: #8F0038;
  font-weight: 700;
}
.modal .slide__headings {
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 4.2666666667vw;
  padding-bottom: 6.4vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 160%;
  color: #333;
}
.modal .slide__lead {
  margin-bottom: 4.2666666667vw;
  font-size: 3.4666666667vw;
  line-height: 180%;
  color: #333;
}
.modal .slide__link {
  display: inline-block;
  color: #B68F27;
  font-size: 3.4666666667vw;
  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;
}
.modal .slide__set {
  color: #333;
}
.modal .slide__set:nth-of-type(n+2) {
  margin-top: 5.3333333333vw;
}
.modal .slide__set__title {
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 150%;
}
.modal .slide__set__sentence {
  font-size: 3.4666666667vw;
  line-height: 180%;
}
.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__link {
  display: inline-block;
  color: #B68F27;
  font-size: 3.4666666667vw;
  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__member__img {
  width: 100%;
  margin-bottom: 6.4vw;
}
.modal .slide__img__roarqr {
  width: 32vw;
}
.modal .slide__member .slide__upper {
  border: none;
}
.modal .slide__member .slide__name {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.4vw;
}
.modal .slide__member .slide__name__left {
  color: #8F0038;
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 145%;
}
.modal .slide__member .slide__name__right {
  color: #333;
  width: 48vw;
}
.modal .slide__member .slide__name__right .slide__name__name {
  margin-bottom: 2.1333333333vw;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 160%;
}
.modal .slide__member .slide__name__right .slide__name__roma {
  margin-bottom: 0.5333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 160%;
}
.modal .slide__member .slide__name__right .slide__name__katakana {
  font-size: 3.2vw;
  line-height: 180%;
}
.modal .slide__member .slide__right .slide__status {
  display: flex;
  gap: 0vw 2.1333333333vw;
  padding: 0.5333333333vw 0vw;
  color: #333;
  border-bottom: 2px solid #C8C8C8;
}
.modal .slide__member .slide__right .slide__status__headings {
  width: 21.3333333333vw;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 200%;
}
.modal .slide__member .slide__right .slide__status__text {
  font-size: 3.4666666667vw;
  line-height: 200%;
}
@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;
  }
  .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 .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: 0;
    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__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%;
  }
  .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__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 (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 screen and (min-width: 1025px) {
  .fixed_list {
    padding: 1.3333333333vw 0.5333333333vw;
  }
  .team .member_list_item {
    width: 27.4666666667vw;
  }
  .performer .member_list_item {
    width: 27.4666666667vw;
  }
}
/*# sourceMappingURL=style-sp.css.map */
