@charset "UTF-8";
.ratio-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fs-display-1 {
  font-size: var(--tdfs-display-1);
  font-weight: 800;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .fs-display-1 {
    text-decoration: underline;
  }
}
@media (max-width: 480px) {
  .fs-display-1 {
    text-transform: uppercase;
  }
}

.fs-h1 {
  font-size: var(--tdfs-h1);
}
.fs-h2 {
  font-size: var(--tdfs-h2);
}
.fs-h3 {
  font-size: var(--tdfs-h3);
}
.fs-h4 {
  font-size: var(--tdfs-h4);
}
.fs-h5 {
  font-size: var(--tdfs-h5);
}
.fs-h6 {
  font-size: var(--tdfs-h6);
}
.fs-title-1 {
  font-size: var(--tdfs-title-1);
  font-weight: 700;
}
.fs-body-xl-bold {
  font-size: var(--tdfs-body-xl-bold);
  font-weight: 600;
}
.fs-body-xl {
  font-size: var(--tdfs-body-xl);
  line-height: 1.1;
}
.fs-body-l-bold {
  font-size: var(--tdfs-body-l-bold);
  font-weight: 800;
  line-height: 1.1;
}
.fs-body-l {
  font-size: var(--tdfs-body-l);
  line-height: 1.1;
}
.fs-body-m-medium {
  font-size: var(--tdfs-body-m-medium);
  font-weight: 500;
  line-height: 1.5;
}
.fs-body-m {
  font-size: var(--tdfs-body-m);
  line-height: 1.5;
}
.fs-body-s {
  font-size: var(--tdfs-body-s);
}
.fs-nav-link {
  font-size: var(--tdfs-nav-link);
}
.fs-button {
  font-size: var(--tdfs-button);
  font-weight: 500;
  line-height: 1.5555555556;
}
.fs-form-title {
  font-size: var(--tdfs-form-title);
  font-weight: 500;
}
.fs-table-header {
  font-size: var(--tdfs-table-header);
  font-weight: 500;
  line-height: 1.1428571429;
}
.fs-tag-bold {
  font-size: var(--tdfs-tag-bold);
  font-weight: 600;
  line-height: 1.1428571429;
}
.fs-tag {
  font-size: var(--tdfs-tag);
  font-weight: 600;
  line-height: 1.1428571429;
}
.footer {
  width: 100%;
  margin: 0 auto;
  padding: 40px 6%;
  background: linear-gradient(0, #1C1C1C 0%, #302E2A 50%, #323232 100%);
}

.footer__content {
  display: flex;
  align-items: center;
  gap: 68px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 16px;
}

.footer__link {
  display: inline-block;
}

.footer__logo {
  width: 146px;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-bottom: 14px;
  font-family: "Libre Baskerville", serif;
}

.footer__nav-link {
  transition: 0.4s;
}

.footer__nav-link:hover {
  opacity: 0.7;
}

.footer__sns {
  display: flex;
  align-items: center;
  font-family: "Libre Baskerville", serif;
}

.sns__label {
  margin-right: 22px;
  padding-right: 22px;
  border-right: 1px solid #8C8C8C;
  font-size: 14px;
  text-align: center;
}

.footer__sns .sns__link:not(:last-child) {
  margin-right: 16px;
}

.footer__sns .sns__icon {
  width: 32px;
}

.footer__copy {
  text-align: center;
  font-size: 14px;
}

.themeBtn {
  display: inline-block;
  position: relative;
  padding: 0.5208333333vw 1.5625vw;
  background-color: #242e3a;
  border-radius: 0.4em;
  border: 0;
  outline: 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .themeBtn {
    padding: 0.834028357vw 2.5020850709vw;
  }
}
@media screen and (max-width: 767px) {
  .themeBtn {
    padding: 1.3037809648vw 3.259452412vw;
  }
}
@media screen and (max-width: 480px) {
  .themeBtn {
    padding: 2.0833333333vw 5.2083333333vw;
  }
}
.themeBtn:hover {
  background-color: #344254;
}

/* --------------------
	swiper
-------------------- */
.swiper-navigation-icon {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 6 !important;
}

.swiper-button-next:after {
  transform: scale(-1, 1);
}

.swiper-button-prev::after,
.swiper-button-next:after {
  content: "" !important;
  background: url(../../assets/images/arrow_slide01.png) no-repeat center/contain;
  width: 58px;
  height: 58px;
  margin: auto;
}

.swiper-pagination {
  position: relative !important;
  display: flex;
  align-items: center;
  margin: 32px auto 0;
  width: 100%;
  justify-content: center;
  z-index: 1 !important;
}

.swiper-pagination-bullet {
  display: block !important;
  width: 40px !important;
  height: 2px !important;
  border-radius: unset !important;
  opacity: unset !important;
  background: #5C5C5C !important;
}

.swiper-pagination-bullet-active {
  background: #A59370 !important;
}

.slide_topic .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  margin-top: 20px;
}

/* root font-size variable -- start */
:root {
  --tdfs-display-1: 3.6458333333vw;
  --tdfs-h1: 4.1666666667vw;
  --tdfs-h2: 2.9166666667vw;
  --tdfs-h3: 2.0833333333vw;
  --tdfs-h4: 1.6666666667vw;
  --tdfs-h5: 1.4583333333vw;
  --tdfs-h6: 1.25vw;
  --tdfs-title-1: 0.9375vw;
  --tdfs-body-xl-bold: 1.25vw;
  --tdfs-body-xl: 1.25vw;
  --tdfs-body-l-bold: 1.0416666667vw;
  --tdfs-body-l: 1.0416666667vw;
  --tdfs-body-m-medium: 0.9375vw;
  --tdfs-body-m: 0.9375vw;
  --tdfs-body-s: 0.8333333333vw;
  --tdfs-nav-link: 0.9375vw;
  --tdfs-button: 0.9375vw;
  --tdfs-form-title: 0.9375vw;
  --tdfs-table-header: 0.7291666667vw;
  --tdfs-tag-bold: 0.7291666667vw;
  --tdfs-tag: 0.7291666667vw;
}
@media (max-width: 1199px) {
  :root {
    --tdfs-display-1: 5.8381984987vw;
    --tdfs-h1: 6.6722268557vw;
    --tdfs-h2: 4.670558799vw;
    --tdfs-h3: 3.3361134279vw;
    --tdfs-h4: 2.6688907423vw;
    --tdfs-h5: 2.3352793995vw;
    --tdfs-h6: 2.0016680567vw;
    --tdfs-title-1: 1.5012510425vw;
    --tdfs-body-xl-bold: 2.0016680567vw;
    --tdfs-body-xl: 2.0016680567vw;
    --tdfs-body-l-bold: 1.6680567139vw;
    --tdfs-body-l: 1.6680567139vw;
    --tdfs-body-m-medium: 1.5012510425vw;
    --tdfs-body-m: 1.5012510425vw;
    --tdfs-body-s: 1.3344453711vw;
    --tdfs-nav-link: 2.0016680567vw;
    --tdfs-button: 1.5012510425vw;
    --tdfs-form-title: 1.5012510425vw;
    --tdfs-table-header: 1.1676396997vw;
    --tdfs-tag-bold: 1.1676396997vw;
    --tdfs-tag: 1.1676396997vw;
  }
}
@media (max-width: 767px) {
  :root {
    --tdfs-display-1: 5.2151238592vw;
    --tdfs-h1: 4.6936114733vw;
    --tdfs-h2: 4.6936114733vw;
    --tdfs-h3: 3.6505867014vw;
    --tdfs-h4: 3.1290743155vw;
    --tdfs-h5: 2.6075619296vw;
    --tdfs-h6: 2.0860495437vw;
    --tdfs-title-1: 2.0860495437vw;
    --tdfs-body-xl-bold: 2.6075619296vw;
    --tdfs-body-xl: 1.8252933507vw;
    --tdfs-body-l-bold: 2.3468057366vw;
    --tdfs-body-l: 2.3468057366vw;
    --tdfs-body-m-medium: 2.0860495437vw;
    --tdfs-body-m: 2.0860495437vw;
    --tdfs-body-s: 2.0860495437vw;
    --tdfs-nav-link: 4.1720990874vw;
    --tdfs-button: 2.3468057366vw;
    --tdfs-form-title: 2.0860495437vw;
    --tdfs-table-header: 1.8252933507vw;
    --tdfs-tag-bold: 1.5645371578vw;
    --tdfs-tag: 1.8252933507vw;
  }
}
@media (max-width: 480px) {
  :root {
    --tdfs-display-1: 8.3333333333vw;
    --tdfs-h1: 7.5vw;
    --tdfs-h2: 7.5vw;
    --tdfs-h3: 5.8333333333vw;
    --tdfs-h4: 5vw;
    --tdfs-h5: 4.1666666667vw;
    --tdfs-h6: 3.3333333333vw;
    --tdfs-title-1: 3.3333333333vw;
    --tdfs-body-xl-bold: 4.1666666667vw;
    --tdfs-body-xl: 2.9166666667vw;
    --tdfs-body-l-bold: 3.75vw;
    --tdfs-body-l: 3.75vw;
    --tdfs-body-m-medium: 3.3333333333vw;
    --tdfs-body-m: 3.3333333333vw;
    --tdfs-body-s: 3.3333333333vw;
    --tdfs-nav-link: 4.1666666667vw;
    --tdfs-button: 3.75vw;
    --tdfs-form-title: 3.3333333333vw;
    --tdfs-table-header: 2.9166666667vw;
    --tdfs-tag-bold: 2.5vw;
    --tdfs-tag: 2.9166666667vw;
  }
}

/* root font-size variable -- end */
/* create font-size class -- start */
/* create font-size class -- end */
/* ratio-item class -- start */
/* ratio-item class -- end */
.grecaptcha-badge {
  visibility: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
}

select {
  border: none;
  border-radius: unset;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  background: none;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

input[type=submit],
input[type=button],
input[type=reset] {
  font-family: "IBM Plex Sans JP", sans-serif;
}

select:focus {
  outline: none;
  box-shadow: none;
}

/* --------------------
	header
-------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 142px;
  padding: 0 4%;
  background-color: #232323;
  font-family: "Libre Baskerville", serif;
  z-index: 3;
  transform-origin: top;
  transition: all 0.4s ease;
}

.custom-navbar__logo-container {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.custom-navbar__logo-container img {
  width: 108px;
  transition: width 0.4s ease;
}
.custom-navbar__logo-container .ratio-item {
  position: unset;
}

.header-links {
  display: flex;
  z-index: 7;
}

.header-links__item {
  display: grid;
  color: #A59370;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  transition: 0.4s;
}

.header-links__item:hover {
  opacity: 0.7;
}

.header-links__item:nth-child(n+2) {
  margin-left: 24px;
}

.header-links__icon {
  height: 44px;
  margin-bottom: 4px;
}

.header_scrolled, .header.is-open {
  height: 94px;
}

.header_scrolled .custom-navbar__logo-container img, .header.is-open .custom-navbar__logo-container img {
  width: 74px;
}

.header__menu {
  position: relative;
  width: 62px;
  height: 52px;
}

.header__hamburger {
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 36px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}

.hamburger__line {
  background-color: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  transition: all 0.4s;
}

.hamburger__line:nth-of-type(1) {
  top: 4px;
}

.hamburger__line:nth-of-type(2) {
  top: 50%;
}

.hamburger__line:nth-of-type(3) {
  bottom: 4px;
}

.hamburger__text {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.2em;
  transition: all 0.4s;
  white-space: nowrap;
}

.hamburger__text--close {
  white-space: nowrap;
  opacity: 0;
  letter-spacing: 0.1em;
}

.header__hamburger.active > .hamburger__line:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(34deg);
}

.header__hamburger.active > .hamburger__line:nth-of-type(2) {
  display: none;
}

.header__hamburger.active > .hamburger__line:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-34deg);
}

.header__hamburger.active .hamburger__text--menu {
  opacity: 0;
}

.header__hamburger.active .hamburger__text--close {
  opacity: 1;
}

/* nav */
.header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #232323;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.header__nav.active {
  opacity: 1;
  pointer-events: auto;
}

.header__nav-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100vw;
  height: 100vh;
  min-height: 700px;
}

.header__nav .header__nav-link {
  display: block;
  width: 100%;
  padding: 4px 16px;
  text-align: center;
  transition: opacity 0.4s ease;
}

.header__nav a:hover {
  opacity: 0.7;
}

.nav-note {
  font-size: 0.8em;
}

/* --------------------
	Base
-------------------- */
html {
  background-color: #232323;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
}

html.is-fixed,
body.is-fixed {
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html.is-fixed::-webkit-scrollbar,
body.is-fixed::-webkit-scrollbar {
  display: none;
}

/* --------------------
	common
-------------------- */
.pc-block {
  display: block;
}

.sp-block {
  display: none;
}

.external-link {
  position: relative;
  padding-right: 28px;
}

.custom-navbar__logo-container {
  transition: 0.4s;
}

.custom-navbar__logo-container:hover {
  opacity: 0.7;
}

.external-link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/icon_external-link.png) no-repeat center/100% auto;
}

.link-btn {
  display: block;
  width: 100%;
  max-width: 362px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  line-height: 1;
}

.link-btn01 {
  position: relative;
  border: 1px solid #fff;
  font-family: "Libre Baskerville", serif;
  background-color: transparent;
  transition: background-color 0.4s ease;
}

.link-btn01::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -37px;
  transform: translate(0, -50%);
  width: 74px;
  height: 1px;
  background-color: #fff;
  transition: right 0.4s ease;
}

.link-btn02 {
  background-color: #404040;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-in.is-active {
  opacity: 1;
  transform: translateY(0);
}

/* --------------------
	Typography
-------------------- */
.title h2, .page-title {
  font-size: 64px;
  font-family: "Libre Baskerville", serif;
  line-height: 1;
}

h4 {
  font-size: 18px;
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.title__sb {
  font-size: 42px;
  font-family: "Libre Baskerville", serif;
}

.accent-text {
  color: #FF3434;
  font-weight: bold;
}

.note-text {
  font-size: 14px;
}

.indent-text_01 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-text_02 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.indent-text_03 {
  padding-left: 1.5em;
}

.visually-hidden {
  position: absolute;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.font-jp {
  font-family: "IBM Plex Sans JP", sans-serif;
}

/* --------------------
	Layout
-------------------- */
.section__content {
  padding: 120px 6%;
  max-width: 1600px;
  margin: 0 auto;
}

.lower-page .section:first-of-type .section__content {
  padding-top: 80px;
}

.section__content_max {
  padding: 120px 0 !important;
  width: 100%;
  max-width: 1600px;
}

.title {
  margin-bottom: 48px;
  text-align: center;
}

.title_type01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title_type01::before {
  content: "";
  position: absolute;
  left: 9em;
  right: 0;
  bottom: 9px;
  height: 1px;
  background: #fff;
}

/* view more */
.title__more {
  font-size: 16px;
  letter-spacing: 0.1em;
  position: relative;
  padding-right: 20px;
  transition: 0.4s;
}

.title__more::after {
  content: ">";
  position: absolute;
  right: 0;
}

.title__more:hover {
  opacity: 0.7;
}

/* top */
.section_top {
  margin-top: 142px;
}

.top__img {
  width: 100%;
}

.top__news {
  background: linear-gradient(90deg, #0F0F0F 0%, #4B4B4B 100%);
  transition: 0.4s;
}

.top__news:hover {
  opacity: 0.7;
}

.top__news-inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding: 24px 6%;
  margin: 0 auto;
  line-height: 1;
  font-size: 20px;
}

.top__news--meta {
  display: flex;
  align-items: center;
}

.top__news-item {
  display: flex;
  align-items: center;
}

.top__news-heading {
  margin-right: 40px;
  padding-right: 26px;
  font-family: "Libre Baskerville", serif;
  border-right: 1px solid #fff;
}

.top__news .news__date {
  margin-right: 20px;
  color: #fff;
}

.top__news .news__category {
  margin-right: 26px;
}

.top__news .news__category-text {
  width: -moz-max-content;
  width: max-content;
  padding: 8px 26px 6px;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
}

.top__news .news__title {
  line-height: 1.2em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* topic */
.section_topic {
  position: relative;
  background: url(../images/bg_topic.jpg) no-repeat center/cover;
}

.slide_topic img {
  display: block;
  width: 100%;
  height: auto;
}

.swiper_topic {
  position: relative;
}

.slide_topic .swiper-button-prev,
.slide_topic .swiper-button-next {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 40px;
  z-index: 7;
  transform: translate(-50%, -50%);
}

.slide_topic .swiper-button-prev {
  transform: translate(calc(-50% - min(20.5vw, 328px)), 0);
}

.slide_topic .swiper-button-next {
  transform: translate(calc(-50% + min(20.5vw, 328px)), 0);
}

.slide_topic .swiper-button-prev::after,
.slide_topic .swiper-button-next::after {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arrow_slide02.png) no-repeat center/contain;
}

/* member */
.section_member {
  position: relative;
}

.section_member::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  background: url(../images/bg_member-pc.jpg) no-repeat center/contain;
  z-index: -2;
}

.section_member::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  background: url(../images/bg-decoration_member-pc.png) no-repeat center/contain;
  z-index: -1;
}

.section_member .section__content {
  padding-bottom: 20px;
}

.member__list {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: visible;
}

.member__stage {
  position: relative;
  width: 1200px;
  height: 536px;
  transform-origin: center bottom;
}

.member__images {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.member__img {
  position: absolute;
  bottom: 0;
  height: 536px;
  transition: transform 0.6s ease;
  transform-origin: center bottom;
  will-change: transform;
}

.member__hits {
  position: absolute;
  inset: 0;
  display: flex;
}

.member__hit {
  flex: 1;
  width: 300px;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
}

.member_paulu {
  left: 0;
  z-index: 2;
}

.member_solt {
  left: 14%;
  z-index: 1;
}

.member_aim {
  left: 34%;
  z-index: 3;
}

.member_nebusoku {
  left: 51%;
  z-index: 4;
}

.member_mea {
  left: 77%;
  z-index: 5;
}

.member__stage .member__hit[data-member=paulu] {
  left: 0;
}

.member__stage .member__hit[data-member=solt] {
  left: 180px;
}

.member__stage .member__hit[data-member=aim] {
  left: 420px;
}

.member__stage .member__hit[data-member=nebusoku] {
  left: 660px;
}

.member__stage .member__hit[data-member=mea] {
  right: 0;
}

.swiper_member {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  height: 100%;
  overflow: visible !important;
}

.swiper_member .swiper-button-prev,
.swiper_member .swiper-button-next {
  width: 56px;
  height: 100px;
  transform: translate(0, -50%);
}

.swiper_member .swiper-button-prev {
  left: 10px !important;
}

.swiper_member .swiper-button-next {
  right: 10px !important;
}

.swiper_member .swiper-button-prev:after,
.swiper_member .swiper-button-next:after {
  position: absolute;
  width: 28px;
  height: 57px;
}

.swiper_member .swiper-button-prev:after {
  right: 0;
}

.swiper_member .swiper-button-next:after {
  left: 0;
}

.profile {
  position: relative;
  width: 100%;
  height: 100%;
}

.profile_paulu {
  background: rgba(187, 76, 118, 0.9019607843);
}

.profile_solt {
  background: rgba(90, 91, 196, 0.9019607843);
}

.profile_aim {
  background: rgba(138, 29, 29, 0.9019607843);
}

.profile_nebusoku {
  background: rgba(205, 167, 76, 0.9019607843);
}

.profile_mea {
  background: rgba(100, 75, 119, 0.9019607843);
}

.profile__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 48px;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  padding: 0 60px;
}

.profile__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: 60%;
  min-height: 560px;
  z-index: 0;
}

.profile__media {
  position: relative;
  width: 40%;
}

.profile__img {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translate(0, -50%);
  height: 636px;
  z-index: 2;
  overflow-y: hidden;
}

.profile__img-inner {
  position: relative;
  height: 100%;
}

.profile__body {
  width: 60%;
  padding: 40px 0;
  z-index: 2;
}

.profile__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.profile__name-en {
  font-size: 64px;
  font-family: "Libre Baskerville", serif;
  line-height: 1;
}

.profile__name-jp {
  font-size: 24px;
  font-weight: 400;
}

.profile__description {
  margin-bottom: 24px;
}

.profile__meta {
  margin-bottom: 24px;
}

.profile__meta-item {
  display: flex;
  align-items: baseline;
}

.profile__meta-item:nth-child(n+2) {
  margin-top: 8px;
}

.profile__meta-label {
  width: 164px;
  margin-right: 14px;
  padding: 4px 0 1px;
  background-color: #303030;
  color: #fff;
  text-align: center;
}

.profile__meta-value {
  flex: 1;
}

.voice {
  cursor: pointer;
  transition: 0.4s;
}

.voice:hover {
  color: #d5d5d5;
}

.voice__text {
  position: relative;
  padding-right: 66px;
  font-family: "Libre Baskerville", serif;
  line-height: 50px;
}

.voice__text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  background: url(../images/voice.png) no-repeat center/100% auto;
  transition: transform 0.4s ease, opacity 0.4s ease;
  will-change: transform;
  backface-visibility: hidden;
}

.voice:hover .voice__text::before {
  transform: translate(0, -50%) scale(1.1);
  opacity: 0.7;
}

.profile__sns {
  display: flex;
  justify-content: end;
  align-items: end;
  gap: 24px;
  font-size: 12px;
}

.sns__link {
  display: grid;
  text-align: center;
  line-height: 1.2em;
  transition: 0.4s;
}

.sns__link:hover {
  opacity: 0.7;
}

.sns__icon {
  width: 40px;
}

/* modal */
.modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s;
  z-index: 7;
}

.modal.is-active {
  opacity: 1;
  visibility: visible;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.modal-container {
  position: relative;
  width: 100%;
  height: 560px;
  max-height: calc(100dvh - 80px);
  z-index: 1;
}

.modal-close {
  position: absolute;
  top: -41px;
  right: 0;
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  color: #C7C7C7;
  font-size: 20px;
  font-family: "Libre Baskerville", serif;
  text-align: right;
  line-height: 1;
  cursor: pointer;
  z-index: 7;
  padding: 10px 2%;
}

.modal-close span {
  position: relative;
  padding-right: 46px;
}

.modal-close span::before, .modal-close span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 1px;
  height: 30px;
  background: #C7C7C7;
}

.modal-close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.member-profile {
  display: flex;
}

.member-profile__img {
  width: 500px;
}

.profile_paulu::before {
  background: rgba(187, 76, 118, 0.9019607843);
}

.profile_solt::before {
  background: rgba(90, 91, 196, 0.9019607843);
}

.profile_aim::before {
  background: rgba(138, 29, 29, 0.9019607843);
}

.profile_nebusoku::before {
  background: rgba(205, 167, 76, 0.9019607843);
}

.profile_mea::before {
  background: rgba(100, 75, 119, 0.9019607843);
}

.member-nav__name {
  position: absolute;
  bottom: auto;
  color: #BFBFBF;
  font-size: 14px;
  font-family: "Libre Baskerville", serif;
}

.member-nav__name--prev {
  left: 0;
  writing-mode: vertical-lr;
}

.member-nav__name--next {
  right: 0;
  writing-mode: sideways-lr;
}

.member__name-wrap {
  position: relative;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
}

.member__name-wrap--text {
  display: inline-block;
  white-space: nowrap;
  animation: loopTxtLAnimPC 48s linear infinite;
  color: #ededed;
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  line-height: 1;
}

@keyframes loopTxtLAnimPC {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* store */
.section_store .section__content {
  padding: 100px 6% 120px;
}

.store__banner {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  transition: 0.4s;
}

.store__banner:hover {
  opacity: 0.7;
}

.section_store img {
  width: 100%;
}

/* movie */
.section_movie {
  background: url(../images/bg_movie.jpg) no-repeat center/cover;
}

.movie__block {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
}

.movie {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 auto;
}

.movie__link {
  position: absolute;
  bottom: -33px;
  right: -54px;
  display: flex;
  justify-content: end;
  margin: 0 auto;
}

.movie__link-block {
  position: relative;
  display: inline-block;
  padding: 20px;
  transition: 0.4s;
}

.movie__link--arrow {
  width: 68px;
}

.movie__link-block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 152px;
  height: 152px;
  background: url(../images/viewmore.png) no-repeat center/100% auto;
  aspect-ratio: 1/1;
  animation: rotation 10s linear infinite;
}

@keyframes rotation {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* news */
.section_news .news__list {
  margin-bottom: 48px;
}

.news__list {
  display: flex;
  justify-content: flex-start;
  gap: 32px;
}

.news__list .news__item {
  width: calc((100% - 64px) / 3);
}

.news__item {
  cursor: pointer;
}

.news__img {
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
}

.news__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}

.news__meta {
  display: flex;
  align-items: center;
  margin: 16px 0 8px;
  line-height: 1;
}

.news__date {
  margin-right: 8px;
  color: #ACACAC;
  font-family: "Libre Baskerville", serif;
}

.news__category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.news__category-text,
.form__required {
  padding: 7px 8px 5px;
  background-color: #D9D9D9;
  color: #232323;
  font-size: 14px;
}

.news__list .news__title {
  font-size: unset;
  font-weight: 400;
  line-height: 1.2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* live */
.section_live {
  position: relative;
  background: url(../images/bg_live-pc.png) no-repeat center/cover;
}

.section_live::after {
  position: absolute;
  bottom: 100px;
  left: -23px;
  content: "";
  width: 100px;
  height: 908px;
  background: url(../images/text_bloom-story.png) no-repeat center/contain;
  z-index: -1;
}

.section_live .news__list {
  margin-bottom: 48px;
}

.section_live .live-rules_link {
  margin-top: 48px;
}

.live__list {
  margin-bottom: 48px;
}

.live__card {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 24px 16px;
}

.live__card[href] {
  transition: 0.4s;
}

.live__item:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.live__date {
  display: flex;
  align-items: baseline;
  width: 308px;
  margin-right: 24px;
  padding-right: 24px;
  flex-shrink: 0;
  font-family: "Libre Baskerville", serif;
  border-right: 1px solid #fff;
}

.live__date-main {
  width: 220px;
  display: flex;
  align-items: baseline;
  margin-right: 8px;
}

.live__detail {
  width: 100%;
}

.live__year {
  font-size: 32px;
}

.live__day {
  font-size: 40px;
}

.live__name {
  color: #c6c6c6;
  font-size: 16px;
}

.live__place {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.live__place:has(span:nth-child(2)) .live__prefectures {
  border-right: 1px solid #fff;
}

.live__prefectures {
  width: 80px !important;
  margin-right: 22px;
  line-height: 1.2em;
}

.live__venue {
  width: calc(100% - 88px);
}

/* info */
.section_info .section__content {
  padding-top: 0;
}

.top-page.section_info .section__content {
  padding-top: 120px;
}

.info {
  display: flex;
  width: 100%;
}

.info__item {
  position: relative;
  display: block;
  width: 50%;
  padding: 78px 6%;
  overflow: hidden;
  transition: 0.4s;
}

.info__item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 42px;
  transform: translate(0, -50%);
  width: 70px;
  height: 70px;
  background: url(../images/arrow_info.png) no-repeat center/contain;
  z-index: 1;
  transition: 0.4s;
}

.info__item:hover {
  opacity: 0.7;
}

.info__inner {
  position: relative;
  z-index: 2;
}

.info__item_rules {
  background-color: #3B3B3B;
}

.info__item_rules::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translate(0, -50%);
  width: 322px;
  height: 255px;
  background: url(../images/bg_rules.png) no-repeat center/contain;
  z-index: 1;
}

.info__item_contact {
  background-color: #595959;
}

.info__item_contact::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: 100%;
  background: url(../images/bg_contact.png) no-repeat center/cover;
}

.info__title-en {
  font-size: 32px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
}

.info__title {
  font-size: 16px;
}

/* 404 */
.section_error404 .section__content {
  padding-top: 0;
}

.error404__text {
  margin-bottom: 40px;
  text-align: center;
}

/* --------------------
	下層共通
-------------------- */
.page-top {
  max-width: 1600px;
  margin: 142px auto 0;
  padding: 80px 6% 0;
}

.page-title {
  margin-bottom: 64px;
  text-align: center;
  line-height: 1.2;
}

.page-title_jp {
  font-size: 54px;
}

/* パンくず */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
}

.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  padding-right: 8px;
}

.breadcrumb__link {
  text-decoration: none;
  transition: 0.4s;
}

.breadcrumb__link:hover {
  opacity: 0.7;
}

/* pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 60px;
}

.pagination__number,
.pagination__arrow {
  color: #9A9A9A;
  font-size: 20px;
  text-decoration: none;
  transition: 0.4s;
}

.pagination__arrow.is-disabled {
  pointer-events: none;
  opacity: 0.3;
  cursor: default;
}

.pagination__arrow--prev::before {
  content: "<";
}

.pagination__arrow--next::before {
  content: ">";
}

.pagination__number:hover,
.pagination__arrow:hover {
  opacity: 0.7;
}

.pagination__number.is-active {
  color: #fff;
}

/* article-navigation */
.article-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
}

.article-navigation a {
  transition: 0.4s;
}

.article-navigation a:hover {
  opacity: 0.7;
}

.news-nav__prev {
  position: relative;
  margin-right: auto;
  padding-left: 20px;
  text-align: left;
}

.news-nav__next {
  position: relative;
  margin-left: auto;
  padding-right: 20px;
  text-align: right;
}

.news-nav__prev::before {
  content: "<";
  position: absolute;
  left: 0;
}

.news-nav__next::before {
  content: ">";
  position: absolute;
  right: 0;
}

/* --------------------
	news
-------------------- */
.news-list__item:not(:last-child) {
  border-bottom: 1px solid #8C8C8C;
}

.news-list__link {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 16px 8px;
  transition: 0.4s;
}

.news-list__link .news__img {
  width: 40%;
  overflow: hidden;
}

.news__content {
  width: 70%;
}

.news-list__item .news__title {
  margin-bottom: 16px;
  font-size: unset;
  font-weight: unset;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
}

.news__text {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
}

/* category */
.news-category {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
  margin-bottom: 40px;
}

.news-category_sp {
  display: none;
}

.news-category__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 4px;
  background: #5C5C5C;
  cursor: pointer;
  text-align: center;
  line-height: 1.2em;
  transition: 0.4s;
}

.news-category__item:hover {
  opacity: 0.7;
}

.news-category__item.is-active {
  background: #A59370;
}

/* --------------------
	news-detail
-------------------- */
.section_news-detail img,
.section_live-detail img {
  width: 100%;
}

.news-detail__heading {
  margin-bottom: 40px;
  padding-bottom: 12px;
  border-bottom: 1px solid #8C8C8C;
}

.news-detail__heading .news__meta {
  margin-top: 0;
}

.news-detail__heading .news__title {
  font-size: 24px;
  font-weight: 400;
}

.news-detail__content img {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.news-detail__content p,
.news-detail__content a {
  margin-bottom: 20px;
}

.news-detail__content a {
  color: #A59370;
  text-decoration: underline;
  word-break: break-all;
  transition: 0.4s;
}

.news-detail__content a:hover {
  opacity: 0.7;
}

.news-detail__content h3 {
  margin-bottom: 4px;
  font-weight: 400;
}

/* --------------------
	live-detail
-------------------- */
.section_live-detail .live-rules_link {
  margin-top: 60px;
}

/* --------------------
	rules
-------------------- */
.rule_block:not(:last-child) {
  margin-bottom: 80px;
}

.rule_title {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  font-size: 24px;
}

.rule_title::before,
.rule_title::after,
.rule_sb-title::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_sakura.png) no-repeat center/contain;
  vertical-align: middle;
}

.rule_title::before {
  margin: 0 8px 6px 0;
}

.rule_title::after {
  margin: 0 0 6px 8px;
}

.rule_sb-title {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 20px;
  font-size: 20px;
}

.rule_sb-title::before {
  width: 18px;
  height: 18px;
  margin: 0 6px 6px 0;
}

/* --------------------
	contact
-------------------- */
.contact__inner {
  background: #505050;
  padding: 80px 10%;
}

.contact__tab {
  display: flex;
}

.contact__tab-btn {
  max-width: 500px;
  padding: 30px 10px;
  flex: 1;
  background: #3B3B3B;
  color: #c8c8c8;
  border: none;
  cursor: pointer;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.contact__tab-btn--active {
  background: #505050;
  color: #fff;
}

.contact__lead {
  text-align: center;
  margin: 0 0 60px;
  line-height: 1.8;
}

.contact__lead a {
  text-decoration: underline;
  transition: 0.4s;
}

.contact__lead a:hover {
  opacity: 0.7;
}

.contact__form {
  display: none;
}

.contact__form--active {
  display: block;
}

.form__group {
  display: flex;
  align-items: center;
  gap: 16px;
}

.form__group:nth-child(n+2) {
  margin-top: 24px;
}

.select-wrap select {
  width: 100%;
  padding-right: 40px;
}

.form__select::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #232323;
  border-bottom: 1px solid #232323;
  transform: rotate(45deg);
  pointer-events: none;
}

.form__select {
  flex: 1;
  max-width: 366px;
  position: relative;
}

.form__label {
  display: block;
  width: 264px;
  font-size: 16px;
  line-height: 1;
}

.form__required {
  display: inline-block;
  margin-left: 8px;
}

.wpcf7-form-control-wrap {
  flex: 1;
  position: static;
  height: auto;
  color: #232323;
  border: none;
  font-size: 16px;
}

.form__input,
.form__textarea {
  width: 100%;
  height: auto;
  padding: 14px;
  background: #D7D7D7;
  color: #232323;
  border: none;
  font-size: 16px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #acacac;
  font-weight: 400;
}

input::placeholder,
textarea::placeholder {
  color: #acacac;
  font-weight: 400;
}

.form__textarea {
  height: 180px;
  resize: none;
}

.form__group--textarea {
  align-items: flex-start;
}

.is-error {
  border: 1px solid red;
}

.form__submit {
  text-align: center;
  margin-top: 60px;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-form.submitting input[type=submit] {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

/* --------------------
	contact-compleat
-------------------- */
.section_contact-compleat {
  text-align: center;
}

.section_contact-compleat h3 {
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 400;
}

/* --------------------
	privacy-policy
-------------------- */
.policy__section:not(:last-child) {
  margin-bottom: 80px;
}

.policy__section h2 {
  padding-bottom: 14px;
  border-bottom: 1px solid #8C8C8C;
  margin-bottom: 24px;
}

.policy__section .policy__block:not(:last-child) {
  margin-bottom: 40px;
}

.policy__section .link-btn01 {
  margin: 0;
}

@media (hover: hover) {
  .link-btn01:hover {
    background-color: #3B3B3B;
  }
  .link-btn02:hover {
    background: #fff;
    color: #3c3c3c;
  }
  .news__item:hover .news__img img {
    transform: scale(1.1);
  }
  .news-list__link:hover {
    background-color: #333333;
  }
  .news-list__link:hover .news__img img {
    transform: scale(1.1);
  }
  .link-btn01:hover::after {
    right: -48px;
  }
  .member__list:has(.member__hit[data-member=paulu]:hover) .member_paulu,
  .member__list:has(.member__hit[data-member=solt]:hover) .member_solt,
  .member__list:has(.member__hit[data-member=aim]:hover) .member_aim,
  .member__list:has(.member__hit[data-member=nebusoku]:hover) .member_nebusoku,
  .member__list:has(.member__hit[data-member=mea]:hover) .member_mea {
    transform: scale(1.06);
  }
  .movie__link-block:hover {
    transform: scale(1.08);
  }
  .info__item:hover::before {
    right: 32px;
  }
  .live__card[href]:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
/* --------------------
	media
-------------------- */
@media screen and (min-width: 1400px) {
  .profile__img {
    left: 0;
  }
}
@media screen and (max-width: 1220px) {
  .top__news-inner {
    padding: 24px 4%;
    font-size: 18px;
  }
  .top__news-heading {
    margin-right: 20px;
    padding-right: 16px;
  }
  .top__news .news__category {
    margin-right: 20px;
  }
  .top__news .news__category-text {
    padding: 8px 18px 6px;
  }
  .member__stage {
    height: 36vw;
  }
  .member__img {
    height: 35vw;
  }
  .info__item {
    padding: 78px 4%;
  }
  .info__title-en {
    font-size: 26px;
  }
  .info__item::before {
    width: 40px;
    height: 40px;
    right: 26px;
  }
  .news-category__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .section__content {
    padding: 100px 4%;
  }
  .top__news-heading {
    display: none;
  }
  .top__news-inner {
    display: block;
    padding: 16px 4%;
    font-size: 16px;
  }
  .page-top {
    padding: 60px 4% 0;
  }
  .top__news--meta {
    margin-bottom: 10px;
  }
  .top__news .news__category-text {
    padding: 6px 10px 4px;
    font-size: 12px;
  }
  .movie__link {
    right: -9px;
  }
  /* member */
  .profile__img-inner {
    left: -14%;
    height: 636px;
  }
  .profile__body {
    width: 70%;
  }
  .profile__name-en {
    font-size: 48px;
  }
  .profile__meta {
    margin-bottom: 12px;
  }
  .profile__description {
    text-shadow: 1px 1px 6px #000;
  }
  .profile__meta-value {
    text-shadow: 1px 1px 6px #000;
  }
  .swiper_member .swiper-button-prev,
  .swiper_member .swiper-button-next {
    width: 46px;
  }
  .swiper_member .swiper-button-prev:after,
  .swiper_member .swiper-button-next:after {
    width: 22px;
    height: 41px;
  }
  .swiper_member .swiper-button-prev {
    left: 5px !important;
  }
  .swiper_member .swiper-button-next {
    right: 5px !important;
  }
  .footer {
    padding: 40px 4%;
  }
  /* news */
  .news-list__link .news__img {
    width: 45%;
  }
  .news__content {
    width: 55%;
  }
  .news-category {
    margin-bottom: 24px;
  }
  .news-category_pc {
    display: none;
  }
  .news-category_sp {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0;
    width: 100%;
  }
  .news-category_sp .news-category__select {
    position: relative;
    width: 100%;
    padding: 14px;
    background-color: #A59370;
    color: #fff;
    font-size: 18px;
  }
  .news-category_sp::after {
    content: "";
    position: absolute;
    top: 42%;
    right: 14px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
  }
  .news-category__select::-ms-expand {
    display: none;
  }
  .news-category__item {
    width: 100%;
  }
  /* contact */
  .contact__inner {
    padding: 80px 6%;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 16px;
  }
  .pc-block {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .section__content {
    padding: 80px 4%;
  }
  .section__content_max {
    padding: 80px 0 !important;
  }
  .lower-page .section:first-of-type .section__content {
    padding-top: 60px;
  }
  .title_type01::before {
    left: 7em;
    bottom: 6px;
  }
  .link-btn01 {
    width: 94%;
  }
  .link-btn01::after {
    right: -20px;
    width: 36px;
  }
  .title h2, .page-title {
    font-size: 42px;
  }
  .page-title_jp {
    font-size: 32px;
  }
  .title__sb {
    font-size: 34px;
    text-align: center;
  }
  .breadcrumb {
    font-size: 12px;
  }
  .swiper-pagination {
    margin: 20px auto 0;
  }
  .article-navigation {
    font-size: 18px;
  }
  .pagination {
    margin-top: 40px;
  }
  .news__category-text,
  .form__required {
    padding: 5px 8px 3px;
  }
  /* header */
  .header {
    height: 90px;
    padding: 10px 4%;
  }
  .header_scrolled, .header.is-open {
    height: 68px;
  }
  .custom-navbar__logo-container img {
    width: 70px;
  }
  .header_scrolled .custom-navbar__logo-container img, .header.is-open .custom-navbar__logo-container img {
    width: 56px;
  }
  .header-links__item {
    font-size: 12px;
  }
  .header-links__item:nth-child(n+2) {
    margin-left: 8px;
  }
  .header-links__icon {
    height: 30px;
  }
  .header__hamburger {
    width: 42px;
    height: 30px;
  }
  .header__menu {
    width: 42px;
    height: 44px;
  }
  .hamburger__line {
    width: 42px;
    height: 1px;
  }
  .hamburger__text {
    bottom: -18px;
    letter-spacing: 0.15em;
  }
  .header__hamburger.active .hamburger__text--close {
    letter-spacing: 0.1em;
  }
  .hamburger__text {
    font-size: 10px;
  }
  /* top */
  .section_top {
    position: relative;
    margin-top: 90px;
  }
  .top__news .news__date {
    margin-right: 14px;
  }
  .top__news .news__title {
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  /* topic */
  .slide_topic .swiper-button-prev, .slide_topic .swiper-button-next {
    top: 52%;
    width: 18px;
    height: 30px;
  }
  .slide_topic .swiper-button-prev {
    transform: translate(calc(-50% - 43vw), 0);
  }
  .slide_topic .swiper-button-next {
    transform: translate(calc(-50% + 43vw), 0);
  }
  .section_member::after {
    top: 0;
    background: url(../images/bg-decoration_member-sp.png) no-repeat center 120px/contain;
  }
  .section_member .title {
    margin-bottom: 20px;
  }
  .member__stage.sp-block {
    position: relative;
    width: 100%;
    height: 140vw;
    max-height: 680px;
  }
  .member__stage {
    width: 100%;
    height: 140vw;
  }
  .member__hits {
    z-index: 6;
  }
  .member__hit {
    position: absolute;
    width: 33.3333333333%;
    height: 107vw;
  }
  .member__hit::before {
    content: "";
    position: absolute;
    top: 16%;
    left: 50%;
    background: url("../images/gif-tap.gif") no-repeat center/contain;
    transform: translate(-50%, 0);
    width: 60px;
    height: 60px;
    pointer-events: none;
    z-index: 7;
  }
  .member__item {
    position: relative;
  }
  .member__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
    pointer-events: none;
    transition: opacity 0.7s ease 0.4s;
    z-index: 8;
  }
  .member__item.is-scrolled::after {
    opacity: 0;
  }
  .member__img {
    width: auto;
    height: 110vw;
  }
  .member_solt {
    top: 0;
    left: 10%;
    z-index: 1;
  }
  .member__stage .member__hit[data-member=solt] {
    left: 20%;
    z-index: 1;
  }
  .member_nebusoku {
    top: 4vw;
    left: 35%;
    z-index: 2;
  }
  .member__stage .member__hit[data-member=nebusoku] {
    top: 4vw;
    left: 51%;
    z-index: 2;
  }
  .member_paulu {
    top: 20vw;
    left: -10%;
    z-index: 3;
  }
  .member__stage .member__hit[data-member=paulu] {
    top: 20vw;
    left: 0;
    z-index: 3;
  }
  .member_aim {
    top: 26vw;
    left: 26%;
    z-index: 4;
  }
  .member__stage .member__hit[data-member=aim] {
    top: 26vw;
    left: 34%;
    z-index: 4;
  }
  .member_mea {
    top: 32vw;
    left: 56%;
    z-index: 5;
  }
  .member__stage .member__hit[data-member=mea] {
    top: 32vw;
    left: 64%;
    z-index: 5;
  }
  .member__name-wrap--text {
    font-size: 14px;
  }
  .profile__heading {
    display: block;
    margin-bottom: 12px;
  }
  .voice {
    margin-top: 46vh;
  }
  .profile__item::before {
    height: 94vh;
  }
  .profile__img-inner {
    left: 50% !important;
    transform: translate(-50%, 0);
    height: 100%;
  }
  .profile__img {
    bottom: 0;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    height: 80vh;
  }
  .profile__media {
    width: 100%;
  }
  .profile__meta-label {
    width: 140px;
  }
  .profile__body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 46px 6% 30px;
  }
  .voice__text {
    padding-right: 36px;
    line-height: 30px;
  }
  .voice__text::before {
    width: 30px;
    height: 30px;
  }
  .profile__description {
    margin: 0 auto 16px;
  }
  .profile__name-en {
    font-size: 40px;
  }
  .profile__name-jp {
    font-size: 18px;
  }
  .profile__meta {
    margin-bottom: 14px;
  }
  .profile__meta-item:nth-child(n+2) {
    margin-top: 4px;
  }
  .profile__img {
    top: 72px;
    height: 98vh;
    -webkit-clip-path: unset !important;
            clip-path: unset !important;
  }
  .profile_aim .profile__img {
    left: 55% !important;
  }
  .profile_solt .profile__img {
    left: 56% !important;
  }
  .profile_nebusoku .profile__img {
    left: 48% !important;
  }
  .voice {
    margin-top: 42vh;
  }
  .profile__sns {
    justify-content: start;
    gap: 12px;
    font-size: 10px;
    line-height: 1;
  }
  .sns__icon {
    width: 30px;
  }
  .profile__item {
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
  }
  .profile__item::before {
    content: none;
  }
  .profile__item::-webkit-scrollbar {
    width: 6px;
  }
  .profile__item::-webkit-scrollbar-track {
    background: transparent;
  }
  .profile__item::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  .profile__item::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  .modal-container {
    height: 100%;
  }
  .modal-close {
    top: 0;
    right: 11px;
    width: auto;
    padding: 24px 4px;
    font-size: 16px;
  }
  .modal-close span {
    padding-right: 34px;
  }
  .modal-close span::before, .modal-close span::after {
    right: 16px;
    height: 26px;
  }
  .swiper_member .swiper-button-prev,
  .swiper_member .swiper-button-next {
    width: 42px;
  }
  .swiper_member .swiper-button-prev::after,
  .swiper_member .swiper-button-next::after {
    width: 18px;
    height: 40px;
  }
  .swiper_member .swiper-button-prev {
    left: 0 !important;
  }
  .swiper_member .swiper-button-next {
    right: 0 !important;
  }
  /* store */
  .section_store .section__content {
    padding: 60px 4% 80px;
  }
  /* movie */
  .movie__link {
    right: -4%;
  }
  .movie__link-block::before {
    width: 90px;
    height: 90px;
    padding: 0;
  }
  .movie__link--arrow {
    width: 52px;
  }
  /* news */
  .news__list {
    flex-wrap: wrap;
  }
  .news__item {
    width: calc((100% - 64px) / 3);
  }
  /* live */
  /* rule */
  /* info */
  /* news-detail */
  /* news-detail */
  /* form */
  /* footer */
}
@media screen and (max-width: 800px) and (max-width: 800px) {
  .news__item {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .section_live {
    background: url(../images/bg_live-sp.png) no-repeat center/cover;
  }
  .live__card {
    display: block;
    padding: 18px 0;
  }
  .live__date {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .live__date-main {
    width: 164px;
  }
  .live__year {
    font-size: 24px;
  }
  .live__day {
    font-size: 28px;
  }
  .live__prefectures {
    text-align: left;
  }
  .live__place {
    font-size: 18px;
  }
  .section_live::after {
    bottom: 0;
    width: 81px;
    height: 700px;
  }
  .rule_title {
    font-size: 22px;
  }
  .rule_title::before {
    margin: 0 6px 6px 0;
  }
  .rule_title::after {
    margin: 0 0 6px 6px;
  }
  .rule_sb-title::before {
    margin: 0 4px 6px 0;
  }
  .info {
    display: block;
  }
  .info__item {
    width: 100%;
    padding: 40px 20px;
  }
  .info__item::before {
    right: 20px;
    width: 30px;
    height: 30px;
  }
  .info__title-en {
    font-size: 24px;
  }
  .info__item_rules::after {
    left: -60px;
    width: 222px;
    height: 155px;
  }
  .news-list__item:first-child .news-list__link {
    padding-top: 0;
  }
  .news-list__link:hover {
    background-color: transparent;
  }
  .news-list__link {
    display: block;
    padding: 24px 0;
  }
  .news-list__link .news__img {
    width: 100%;
    margin-bottom: 20px;
  }
  .news__content {
    width: 100%;
  }
  .news-detail__heading .news__title {
    font-size: 18px;
  }
  .news-detail__content div {
    margin-bottom: 24px;
  }
  .contact__inner {
    padding: 60px 4%;
  }
  .contact__tab-btn {
    padding: 24px 10px;
  }
  .form__group {
    display: block;
  }
  .form__label {
    width: 100%;
    margin-bottom: 8px;
  }
  .form__input, .form__textarea {
    width: 100%;
  }
  .section_contact-compleat h3 {
    font-size: 32px;
  }
  .form__submit {
    margin-top: 40px;
  }
  .footer {
    padding: 40px 4%;
  }
  .footer__link {
    margin-bottom: 18px;
  }
  .footer__content {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  .footer__logo {
    width: 90px;
  }
  .footer__nav {
    justify-content: center;
    font-size: 16px;
  }
  .footer__sns {
    justify-content: center;
  }
  .page-top {
    margin-top: 100px;
  }
}
@media screen and (max-width: 400px) {
  .slide_topic .swiper-button-prev {
    transform: translate(calc(-50% - 43.8vw), 0);
  }
  .slide_topic .swiper-button-next {
    transform: translate(calc(-50% + 43.8vw), 0);
  }
  /* rules */
  .rule_title::before,
  .rule_title::after,
  .rule_sb-title::before {
    width: 20px;
    height: 20px;
  }
  .rule_title::before,
  .rule_sb-title::before {
    margin: 0 2px 4px 0;
  }
  .rule_title::after {
    margin: 0 0 4px 2px;
  }
  .rule_sb-title {
    font-size: 18px;
  }
  .rule_sb-title::before {
    width: 16px;
    height: 16px;
  }
  /* info */
  .info__item {
    padding: 40px 10px;
  }
  .info__item::before {
    right: 10px;
    width: 25px;
    height: 25px;
  }
  .info__title-en {
    font-size: 22px;
  }
}
.news-loading {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.news-loading.is-active {
  display: flex;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #eee;
  border-top: 4px solid #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=layout.css.map*/