@charset "utf-8";
/*
Theme Name: 15style
Author: innerroom creative
Description: 15style official Theme
Text Domain: 15style
*/

:root {
  --c-primary: #212121;
  --c-secondary: #fff;
  --c-muted: #8c8c8c;

  --bg-primary: #fff;
  --bg-secondary: #212121;

  --border-primary: 1px solid #212121;

  --font-en: "Outfit", sans-serif;

  --padding-normal: 5.5555555556vw;
  --padding-wide: 22.2222222222vw;

  /* text scale (1rem = 16px) */
  --text-sm: 0.75rem; /* 12px */
  --text-base: 1rem; /* 16px */
  --text-md: 1.25rem; /* 20px */
  --text-lg: 1.5rem; /* 24px */
  --text-xl: 2rem; /* 32px */
  --text-xxl: 2.5rem; /* 40px */
  --text-hero: 3rem; /* 48px */
  --text-display: 5.5rem; /* 88px */
  /* fluid / viewport */
  --text-fluid: 8vh;
}

*:focus {
  outline: none;
}

html {
  font-size: 100%;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  overflow-y: scroll;
}

body {
  font-size: var(--text-base);
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 2.1;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--c-primary);
  background-color: var(--bg-white);
}

.page-transition {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 9999;
  pointer-events: none;

  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);

  will-change: transform;
}
.page-transition.is-active {
  transform: scaleY(1);
}
.page-transition.is-leave {
  transform-origin: top;
  transform: scaleY(0);
}

main {
  transform: translate3d(0, 64px, 0);
  opacity: 0;
  will-change: transform, opacity;
}
.js-fade-in {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  will-change: transform, opacity;
}
body.is-ready main {
  opacity: 1;
  transform: translateY(0);
}

/* utility */
@media screen and (max-width: 767px) {
  .br-nsp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .br-npc {
    display: none;
  }
}
.fb-sb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.container {
  max-width: 2560px;
  margin-inline: auto;
}
.px-md {
  padding-inline: 5.5555555556vw;
}
.px-lg {
  padding-inline: 22.2222222222vw;
}

.mt-md {
  margin-block-start: 9vh;
}
.mt-lg {
  margin-block-start: 12vh;
}
.mt-xl {
  margin-block-start: 18vh;
}

.mb-lg {
  margin-block-end: 12vh;
}
.mb-xl {
  margin-block-end: 21vh;
}

.col-1 {
  flex: 0 0 calc(12.5% * 1);
}
.col-2 {
  flex: 0 0 calc(12.5% * 2);
}
.col-3 {
  flex: 0 0 calc(12.5% * 3);
}
.col-4 {
  flex: 0 0 calc(12.5% * 4);
}
.col-5 {
  flex: 0 0 calc(12.5% * 5);
}
.col-6 {
  flex: 0 0 calc(12.5% * 6);
}
.col-7 {
  flex: 0 0 calc(12.5% * 7);
}
.col-8 {
  flex: 0 0 calc(12.5% * 8);
}

.col-3-75 {
  flex: 0 0 calc(12.5% * 3.75);
}
.col-2-5 {
  flex: 0 0 calc(12.5% * 2.5);
}
.col-1-75 {
  flex: 0 0 calc(12.5% * 1.75);
}

@media (max-width: 768px) {
  .px-lg {
    padding-inline: 11.111111vw;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* tag */
.tag-15style,
.tag-bpm15q,
.tag-rinahamu,
.tag-nakanodennou,
.tag-tokyodennou,
.tag-15rinahamu {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 100vh;
  line-height: 1;
  padding: 0.4rem 0.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Social btn */
.c-social-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem 0;
}

.c-outline-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5em; /* テキストと矢印の間隔 */
  padding: 0.5em 1.4em;
  line-height: 1;
  border: 1px solid #212121;
  border-radius: 100vh;
  color: #212121;
  text-decoration: none;
  font-weight: 500;
  font-family: var(--font-en);
  font-size: 1rem;
  transition: all 0.25s ease;
}
/* ホバー時（全体反転） */
.c-outline-btn:hover {
  background: #212121;
  color: #fff;
}

/* arrow */
.c-arrow-l {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
}
/* ↗ の縦横線 */
.c-arrow-l::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
/* ↗ の斜め線 */
.c-arrow-l::before {
  content: "";
  position: absolute;
  top: 45%;
  left: -15%;
  width: 130%;
  height: 2px;
  background: currentColor;
  transform: rotate(135deg);
}
.c-arrow-m {
  position: relative;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
}
.c-arrow-m::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
.c-arrow-m::before {
  content: "";
  position: absolute;
  top: 45%;
  left: -15%;
  width: 130%;
  height: 1px;
  background: currentColor;
  transform: rotate(135deg);
}
.c-arrow-s {
  position: relative;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
}
.c-arrow-s::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
.c-arrow-s::before {
  content: "";
  position: absolute;
  top: 45%;
  left: -15%;
  width: 130%;
  height: 1px;
  background: currentColor;
  transform: rotate(135deg);
}

/* loader */
#loader {
  position: fixed;
  inset: 0;
  background: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999;
  overflow: hidden;
}
.loader__triangle {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 70px solid #fff;
  transform-origin: center center;
  opacity: 0;
  transform: scale(0.5);
}

/* header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* logo */
.l-header__logo-wrap {
  position: fixed;
  width: auto;
  height: auto;
  top: 2vw;
  left: 5.5555555556vw;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.8s ease;
  transform: none;
}
.l-header__logo-wrap.show,
body:not(.home) .l-header__logo-wrap {
  opacity: 1;
}
.l-header__logo {
  width: 3vw;
  height: auto;
  font-size: 0;
  transition: filter 0.3s ease;
  filter: none;
}
.l-header__logo.is-dark {
  filter: brightness(0) invert(1); /* 白っぽく反転させる */
}
.l-header__logo img {
  width: 100%;
  animation: fivesr-y 7.5s linear infinite;
}
.l-header__logo img:hover {
  animation-play-state: paused;
}
@keyframes fivesr-y {
  0% {
    transform: rotateY(0deg);
  }
  66.666% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}

/* navi */
body.menu-open {
  overflow: hidden;
}

.l-header__menu {
  position: fixed;
  right: 5.5555555556vw;
  top: 2vw;
  display: flex;
  gap: 2rem;
}
.l-header__menu-link {
  font-size: 0.75rem;
  font-family: var(--font-en);
  line-height: 1;
  cursor: pointer;
  z-index: 99;
  transition: color 0.3s ease;

  display: inline-block;
  transition: 0.3s;
  transform: scale(1);
}
.l-header__menu-link:hover {
  transition: 0.3s;
  transform: scale(1.05);
}
.l-header__menu-link.is-dark {
  color: #fff;
}
.l-header__nav__wrap {
  position: relative;
}
.l-header__nav__icon {
  position: relative;
  z-index: 500;
  font-size: 0.75rem;
  font-family: var(--font-en);
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s ease;
}
.l-header__nav__icon.is-dark {
  color: #fff;
}
.l-header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: transparent;
  color: #fff;
  inset: 0;
  z-index: 400;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  pointer-events: auto;

  /* 非表示制御 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease,
    visibility 0s linear 0.5s;
}

.l-header__nav-bg {
  flex: 1;
  pointer-events: auto;
  background: transparent;
  z-index: 1;
}
/* 中央の横並び行 */
.l-header__nav-center {
  display: flex;
  width: 100%;
}
/* 左右のクリックエリア */
.l-header__nav-center > .l-header__nav-bg {
  flex: 1;
}
.l-header__nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

.l-header__nav-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4rem;
  pointer-events: auto;
  z-index: 3;
}

.l-header__nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3vh 0;
}
.l-header__nav__list li {
  font-family: var(--font-en);
  font-size: 3rem;
  line-height: 0.85;
}
.l-header__nav__sns {
  margin: 0;
}
.l-header__nav__sns ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem 0;
}
.l-header__nav__sns li {
  font-family: var(--font-en);
  line-height: 1;
  font-size: 1rem;
}
.l-header__nav__sns li span {
  margin-inline-start: 1rem;
}

.l-header__nav__black {
  position: fixed;
  inset: 0;
  background-color: none;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 300;
  opacity: 0;
  pointer-events: none;
}
#js-nav.menu-open .l-header__nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}
.menu-open .l-header__nav__icon {
  color: #fff;
}
.menu-open .l-header__nav__black {
  opacity: 0.8;
  visibility: visible;
  pointer-events: auto;
}

#clock {
  position: absolute;
  top: 2vw;
  left: 5.5555555556vw;
  font-family: var(--font-en);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 768px) {
  #clock {
    top: 8vw;
  }
  .l-header__logo-wrap {
    top: 8vw;
  }
  .l-header__logo {
    width: 8vw;
  }
  .l-header__menu {
    top: 8vw;
    gap: 1rem;
  }
  .l-header__nav__list li {
    font-size: 2.5rem;
    line-height: 1;
  }
}

/* top */
.tp-fv {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.after-logo {
  opacity: 0; /* 初期状態は透明に */
  visibility: hidden; /* ちらつき防止 */
}

.tp-fv__body {
  padding-block-start: 12vh;
  width: 100%;
}
#fv-logo {
  font-family: var(--font-en);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: 0.02em;

  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box; /* padding/marginも幅に含める */
}
.tp-fv__body #fv-logo span {
  transform-style: preserve-3d;
  opacity: 0;
  display: inline-block;
  backface-visibility: hidden;
}
.tp-fv__body.js-fv-loaded #fv-logo span {
  opacity: 1;
}

.tp-fv__copy {
  margin-block: 6vh 12vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tp-fv__copy-text {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.2;
}
.tp-fv__copy-img {
  width: 9vh;
  height: 9vh;
  font-size: 0;
}
.tp-fv__copy-img img {
  width: 100%;
  animation: rotation-y 2.5s linear infinite;
}
@keyframes rotation-y {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}

@media (max-width: 768px) {
  .tp-fv__body {
    padding-block-start: 10vh;
  }
  .tp-fv__copy {
    margin-block: 3vh 6vh;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 3vh 0;
  }
  .tp-fv__copy-text {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .tp-fv__copy-img {
    width: 6vh;
    height: 6vh;
    font-size: 0;
  }
}

.tp-movie-wrap {
  position: relative;
}

.tp-movie {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 1;
}

.tp-movie__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.tp-movie__overlay {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 1; /* 初期：真っ黒寄り */
  pointer-events: none;
  z-index: 2;
}
.site-video {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc-video {
  display: block;
}
.sp-video {
  display: none;
}
@media (max-width: 768px) {
  .pc-video {
    display: none;
  }
  .sp-video {
    display: block;
  }
}

.tp-sidelink h5 {
  font-size: 0.75rem;
  position: relative;
}
.c-triangle-w::before {
  content: "";
  display: inline-block;
  background-image: url(images/tp-sideicon-w.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 1rem;
  height: 0.75rem;
  margin-inline-end: 0.75rem;
  animation: triangle 2s infinite linear;
}
.c-triangle-b::before {
  content: "";
  display: inline-block;
  background-image: url(images/tp-sideicon-b.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 1rem;
  height: 0.75rem;
  margin-inline-end: 0.75rem;
  animation: triangle 2s infinite linear;
}
@keyframes triangle {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(-180deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}
.tp-sidelink h4 {
  margin: 3vh 0 0;
  font-size: 3rem;
  line-height: 1;
  font-family: var(--font-en);
}
@media (max-width: 768px) {
  .tp-sidelink h4 {
    margin: 2vh 0 0;
    font-size: 2rem;
  }
}

.tp-concept {
  position: relative;
  z-index: 2;
  color: #fff;
}
.tp-concept__contents {
  margin-block-end: 12vh;
}
.tp-concept__contents-tit {
  font-size: 2.25rem;
  font-weight: 700;
  margin-block-end: 9vh;
  line-height: 1.8;
}
.tp-concept__contents-text {
  font-size: 1.25rem;
  text-align: justify;
  margin-block-end: 6vh;
}
.tp-concept__contents-en {
  font-family: var(--font-en);
  text-align: justify;
  font-size: 0.75rem;
}

.tp-event {
  margin-block-start: 12vh;
  padding-inline-start: 5.5555555556vw;
  padding-block-end: 18vh;
  border-bottom: 1px solid rgba(33, 33, 33, 0.15);
}
.tp-event h3 {
  font-family: var(--font-en);
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0 6vh;
}
.tp-event-slider .swiper-slide {
  width: calc(12.5% * 2); /* PC用: 固定幅 */
  flex-shrink: 0;
}
.tp-event-slider img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1px;
  transition: transform 0.3s ease;
}
.tp-event-slider .tp-event-link:hover img {
  transform: scale(1.05); /* ホバー時に少し拡大 */
}

.tp-news {
  margin: 18vh 0;
}
.tp-news__contents-item {
  gap: 4vh 0;
}
.tp-news__contents-card {
  flex: 0 0 calc((12.5% * 7.5) / 2);
  text-align: left;
}
.tp-news__contents-card:nth-child(2n) {
  margin-block-start: 9vh;
}

.tp-artists {
  padding-block: 18vh;
  background-color: var(--bg-secondary);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12vh 0;
}

.tp-artists__head {
  display: flex;
  margin-block-end: 9vh;
}
.tp-artists__head-tit {
  flex: 0 0 calc((100% / 8) * 3);
  font-family: var(--font-en);
  font-size: 8vh;
  line-height: 1;
}
.tp-artists__head-list {
  flex: 1;
}
.tp-artists__head-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.tp-artists__head-list ul::after {
  content: "";
  width: 100%;
}
.tp-artists__head-list li {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 1px solid #fff;
  line-height: 1;
  border-radius: 100vh;
  font-size: 0.75rem;
}
.tp-artists__head-list li span {
  font-family: var(--font-en);
}
.tp-artists__head-list li:nth-child(n + 3) {
  order: 1;
}

.tp-artists__contents {
  gap: 6vh 0;
}
.tp-artists__contents::after {
  content: "";
  display: block;
  width: calc(12.5% * 2.5);
}
.tp-artists__contents__inner {
  flex: 0 0 calc(12.5% * 2.5);
}
.tp-artists__contents-image {
  width: 100%;
}
.tp-artists__contents-image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  transition-duration: 0.5s;
}
.tp-artists__contents-image:hover img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}

.tp-artists__contents__foot {
  margin: 3vh 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tp-artists__contents__foot-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  font-family: "YakuHanJP", "Outfit", "Noto Sans JP", sans-serif;
}
.tp-artists__contents__foot-link {
  position: relative;
  width: 3rem;
  height: 3rem;
  border: 1px solid #fff;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-out;
}
.tp-artists__contents__foot-link::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  background-color: #fff;
}
.tp-artists__contents__foot-link::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  background-color: #fff;
}

.tp-artists__contents__inner:hover .tp-artists__contents__foot-link {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .tp-concept__contents-tit {
    font-size: 1.5rem;
    line-height: 2.1;
    margin-block-end: 6vh;
  }
  .tp-concept__contents-text {
    font-size: 1rem;
    margin-block-end: 3vh;
  }
  .tp-concept__contents-en {
    font-family: var(--font-en);
    text-align: start;
  }
  .tp-event-slider .swiper-slide {
    width: 65vw;
  }
  .tp-event {
    margin-block-start: 12vh;
    padding-block-end: 12vh;
  }
  .tp-news {
    margin: 12vh 0;
  }
  .tp-news__contents-card:nth-child(2n) {
    margin-block-start: 0;
  }
  .tp-news__contents-item {
    display: flex;
    flex-direction: column;
    gap: 6vh 0;
  }
  .tp-news__contents-card {
    width: calc((12.5% * 7.5) / 1.05);
    flex: 0 0 0;
  }
  .tp-news__contents-card:nth-child(odd) {
    margin-right: auto;
  }
  .tp-news__contents-card:nth-child(even) {
    margin-left: auto;
  }
  .tp-artists__contents::after {
    content: none;
  }
  .tp-artists {
    gap: 6vh 0;
    padding-block: 12vh;
  }
  .tp-artists__head {
    margin-block-end: 6vh;
    flex-direction: column;
    gap: 6vh 0;
  }
  .tp-artists__head-list li:nth-child(n + 3) {
    order: 0;
  }
  .tp-artists__contents__inner {
    flex: 0 0 calc(12.5% * 8);
  }
  .tp-artists__contents__foot-link {
    position: relative;
    width: 2rem;
    height: 2rem;
  }
}

/* pagination */
.pagination__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2rem;
  font-family: var(--font-en);
  font-size: 1.25rem;
  line-height: 1;
}
.pagination__item {
}
.pagination__item--active {
  color: var(--c-muted);
}
.pagination__item--disabled {
}
.pagination__prev,
.pagination__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  vertical-align: middle;
  border: var(--border-primary);
  border-radius: 50%;
}
.pagination__prev:hover,
.pagination__next:hover {
}

/* pagelayout */
.c-pagetitle {
  width: 100%;
  display: block;
  margin: 0 0 15vh;
}
.c-pagetitle h2 {
  font-size: 5.5rem;
  font-family: "YakuHanJP", "Outfit", "Noto Sans JP", sans-serif;
  line-height: 0.95;
}
.c-pagetitle h3 {
  font-size: 1.5rem;
  font-family: var(--font-en);
  line-height: 1;
}
.c-pagetitle h4 {
  font-size: 1rem;
  color: #8c8c8c;
  font-family: "YakuHanJP", "Outfit", "Noto Sans JP", sans-serif;
  line-height: 1;
  margin: 6vh 0 0;
}

.c-pagelink-btn-wrap {
  width: 100%;
  margin: 6vh 0 0;
}
.c-pagelink-btn {
  display: block;
  width: calc((100% / 8) * 3);
  border: var(--border-primary);
  border-radius: 100vh;
  line-height: 1;
  padding: 1rem 0;
  text-align: center;
  font-family: "YakuHanJP", "Outfit", "Noto Sans JP", sans-serif;
  position: relative;
}
.c-pagelink-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 9px;
  height: 9px;
  border-top: var(--border-primary);
  border-right: var(--border-primary);
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg) translateX(var(--arrow-x, 0));
  will-change: transform;
  transition: all 0.3s ease-in-out;
}

.c-pagelink-btn:hover::after {
  right: 1rem;
}

.mb-6vh {
  margin: 0 0 6vh;
}

.c-sidelink h3 {
  font-size: 2.5rem;
  font-family: var(--font-en);
  line-height: 0.8;
}

.l-2col {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.l-2col__sidebar {
  flex: 0 0 calc((100% / 8) * 3);
}
.l-2col__main {
  flex: 1;
}

@media (max-width: 768px) {
  .pagination__prev,
  .pagination__next {
    width: 2rem;
    height: 2rem;
  }

  .c-pagetitle {
    margin: 0 0 3vh;
  }
  .c-pagetitle h2 {
    font-size: 2rem;
  }
  .c-pagetitle h4 {
    margin: 6vh 0 6vh;
  }
  .c-pagelink-btn {
    width: calc((100% / 8) * 8);
  }
  .l-2col {
    flex-direction: column;
    gap: 6vh 0;
  }

  .l-2col__sidebar,
  .l-2col__main {
    flex: 1 1 100%;
  }
  .c-sidelink h3 {
    font-size: 1.5rem;
  }
}

.c-filter-button-wrap {
  position: relative; /* レイヤー化のため必須 */
  z-index: 50; /* 他の要素より前面に出す */
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  pointer-events: auto;
}

.c-filter-button {
  position: relative; /* レイヤー化のため必須 */
  z-index: 60; /* wrapより前面 */
  pointer-events: auto; /* GSAPで無効になった場合の上書き */
  font-size: 0.75rem;
  margin: 0;
  padding: 0.5rem 1rem;
  background: var(--bg-primary);
  cursor: pointer;
  border: var(--border-primary);
  line-height: 1;
  border-radius: 100vh;
  pointer-events: auto;
}

.c-filter-button.active {
  background: var(--bg-secondary);
  color: var(--c-secondary);
}

.c-filter-button span {
  font-family: var(--font-en);
}

/* schedule page */
.p-schedule__contents {
  margin: 0;
}
.p-schedule__post__wrap {
  border-bottom: var(--border-primary);
  padding: 0 0 1rem;
}
.p-schedule__post__wrap:last-child {
  border-bottom: none;
  padding: 0;
}
.p-schedule__post-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem 0;
  padding: 1rem 0 0;
  margin: 6vh 0 0;
  border-top: var(--border-primary);
}
.p-schedule__post {
  display: flex;
}

.p-schedule__post-info {
  flex: 0 0 calc((100% / 5) * 2);
  display: flex;
}
.p-schedule__post-evdaybox {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 0 0.5rem;
  font-family: var(--font-en);
  flex: 0 0 calc((100% / 5) * 2);
}
.p-schedule__post-evdaybox__ym {
  width: 100%;
  line-height: 1;
  padding-block-end: 1.1rem;
}
.p-schedule__post-evdaybox__week {
  width: 2.4rem;
  height: 2.4rem;
  border: var(--border-primary);
  border-radius: 100vh;
  font-size: 0.75rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-schedule__post-evdaybox__day {
  font-size: 2.25rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-schedule__post-lic {
  padding-block-start: 2.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-schedule__post-lic_evt {
  font-size: 0.75rem;
  font-family: var(--font-en);
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}
.p-schedule__post-lic_evp {
  font-size: 0.75rem;
}
.p-schedule__post-content {
  flex: 1;
}
.p-schedule__post-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.p-schedule__post-content li {
  padding: 0.25rem 0.75rem;
  color: var(--c-secondary);
  background: var(--bg-secondary);
  line-height: 1;
  border-radius: 100vh;
  display: inline-block;
  font-size: 0.75rem;
  font-family: "YakuHanJP", "Outfit", "Noto Sans JP", sans-serif;
}
.p-schedule__post-content a {
  display: block;
  margin: 0.25rem 0 0;
  position: relative;
  color: #212121;
  background-color: #fff;
}
.p-schedule__post-content a::before {
  border-radius: 15px;
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: #fff;
  mix-blend-mode: difference;
  transition: 0.8s;
}
.p-schedule__post-content a:hover::before {
  width: 100%;
}

.p-schedule__post-loadbtn {
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  border: var(--border-primary);
  padding: 0.5rem 0;
  border-radius: 100vh;
  margin: 2rem 0 0;
}
@media (max-width: 1050px) {
  .p-schedule__post-info {
    flex: 0 0 calc((100% / 5) * 2.5);
    display: flex;
  }
}
@media (max-width: 768px) {
  .p-schedule__post {
    flex-direction: column;
  }
  .p-schedule__post-info {
    padding-block-end: 0.5rem;
    border-bottom: 1px dotted rgba(33, 33, 33, 0.15);
  }
  .p-schedule__post-content {
    padding-block-start: 1rem;
  }
  .p-schedule__post-content a {
    margin: 0.5rem 0 0;
  }
}

/* schedule singlepage */
.c-single-tit {
  font-size: 1.25rem;
  line-height: 1.8;
  width: calc(100% * 2 / 3);
  font-weight: 700;
  margin: 0 0 3vh;
}
.c-single-day {
  width: calc(100% * 2 / 3);
  font-weight: 700;
  font-family: var(--font-en);
  line-height: 1;
  border-top: var(--border-primary);
  padding: 1rem 0 0;
}

.c-single__schedule {
}

.c-single__schedule-time-wrap {
  width: calc(100% * 2 / 3);
}
.c-single__schedule-time-inner {
  display: flex;
  align-items: end;
  gap: 0 0.5rem;
  font-weight: 700;
  font-family: var(--font-en);
  line-height: 1;
  border-bottom: var(--border-primary);
  padding: 0 0 1rem;
}
.c-single__schedule-time-week {
  font-size: 0.75rem;
}
.c-single__schedule-time-detail {
  font-weight: 700;
}
.c-single__schedule-place {
  font-size: 0.75rem;
  font-weight: 700;
  border-bottom: var(--border-primary);
  padding: 1rem 0;
  width: calc(100% * 2 / 3);
  margin-block: calc((1rem - 1lh) / 2);
}
.c-single-tag {
  width: calc(100% * 2 / 3);
  margin: 3vh 0 0;
}
.c-single-tag ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.c-single-tag li {
  font-size: 0.75rem;
  margin: 0;
  padding: 0.5rem 1rem;
  background: var(--bg-primary);
  cursor: pointer;
  border: var(--border-primary);
  line-height: 1;
  border-radius: 100vh;
  font-family: "YakuHanJP", "Outfit", "Noto Sans JP", sans-serif;
}

.entry-content p {
  margin-block: 0;
  word-break: break-all;
}
.entry-content p img {
  display: block;
  margin-block: 2rem;
}
.entry-content p a {
  display: inline;
  font-weight: 700;
  transition: transform 0.3s;
  word-break: break-all;
}
.entry-content p a:hover {
  animation: zoom 0.3s;
}
@keyframes zoom {
  50% {
    transform: scale(1.1);
  }
}

@media (max-width: 768px) {
  .c-single-tit {
    width: 100%;
  }
  .c-single__schedule-time-wrap {
    width: 100%;
  }
  .c-single__schedule-place {
    width: 100%;
  }
  .c-single-tag {
    width: 100%;
    margin: 3vh 0 0;
  }
}

/* artists page */
.p-artists__list {
  font-size: 2rem;
  line-height: 1;
  font-family: var(--font-en);
}
.p-artists__list ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-artists__contents {
  padding-inline-end: calc((100% / 8) * 1);
  display: flex;
  flex-direction: column;
  gap: 9vh 0;
}
.p-artists__contents-image {
  width: 100%;
}
.p-artists__contents-image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  transition-duration: 0.5s;
}
.p-artists__contents-image img:hover {
  transform: scale(1.1) rotate(7deg);
  transition-duration: 0.5s;
}

.p-artists__contents__foot {
  margin: 3vh 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-artists__contents__foot-title {
  font-size: 1.5rem;
  line-height: 1;
  font-family: "YakuHanJP", "Outfit", "Noto Sans JP", sans-serif;
}
.p-artists__contents__foot-link {
  position: relative;
  width: 3rem;
  height: 3rem;
  border: var(--border-primary);
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-out;
}
.p-artists__contents__foot-link::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  background-color: var(--bg-secondary);
}
.p-artists__contents__foot-link::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  background-color: var(--bg-secondary);
}

.p-artists__contents__inner:hover .p-artists__contents__foot-link {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .p-artists__list {
    font-size: 1.5rem;
  }
  .p-artists__list ul {
    gap: 1rem;
  }
  .p-artists__contents {
    padding-inline-end: 0;
  }
  .p-artists__contents__foot-link {
    width: 2rem;
    height: 2rem;
  }
}

/* profile page */
.p-prof-wrap {
  display: flex;
  flex-direction: column;
  gap: 12vh 0;
}
.p-prof-inner {
  border-bottom: 1px solid rgba(33, 33, 33, 0.15);
  padding: 0 0 12vh;
}
.p-prof-inner:last-child {
  border-bottom: none;
  padding: 0;
}
.p-prof__contents {
}
.p-prof__contents__head {
}
.p-prof__contents__head-img {
  width: 100%;
  margin: 0 0 6vh;
}
.p-prof__contents__head-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}
.p-prof__contents__head-credit {
  color: var(--c-muted);
  font-size: 0.75rem;
  margin: 0 0 2rem;
}
.p-prof__contents__head-text {
  margin: 0 0 6vh;
}
.p-prof__contents__head-link {
  width: 100%;
}

.p-prof__schedule {
  display: flex;
  flex-direction: column;
  gap: 1.25rem 0;
}

.p-prof__news {
}
.p-prof__news-item {
  gap: 6vh 0;
}

@media (max-width: 768px) {
  .p-prof-wrap {
    display: flex;
    flex-direction: column;
    gap: 9vh 0;
  }
  .p-prof-inner {
    padding: 0 0 9vh;
  }
}

/* news page */
.p-news__contents {
}
.p-news__contents-item {
  gap: 9vh 0;
}
.p-news__contents-card {
  flex: 0 0 calc((12.5% * 7.5) / 3);
  text-align: left;
}
.p-news__contents-tag ul {
  list-style: none;
  margin: 0 0 1rem;
  font-size: 0.75rem;
}
.p-news__contents-tag li {
  display: inline-block;
}
.p-news__contents-thumbnail {
  overflow: hidden;
  border-radius: 15px;
}
.p-news__contents-thumbnail a {
  display: block;
  transition: all 0.3s ease-in-out;
}
.p-news__contents-thumbnail img {
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  vertical-align: middle;
}
.p-news__contents-thumbnail a:hover {
  transform: scale(1.1);
}
.p-news__contents-title {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1rem;
}
.p-news__contents-date {
  font-family: var(--font-en);
  font-size: 0.75rem;
  color: var(--c-muted);
  margin-top: 1rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-news__contents-item {
    gap: 6vh 0;
    margin-block-start: 6vh;
  }
  .p-news__contents-card {
    flex: 0 0 100%;
  }
}

/* release page */
.p-release {
  gap: 6vh 0;
}
.p-release-item {
  flex: 0 0 calc((12.5% * 7.5) / 3);
}
.p-release::after {
  content: "";
  display: block;
  width: calc((12.5% * 7.5) / 3);
}
.p-release-item a img {
  width: 100%;
  height: auto;
  font-size: 0;
}
.p-release__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2rem;
  color: var(--c-muted);
  font-size: 0.75rem;
  margin: 2rem 0 1rem;
}
.p-release__list-tags {
  border-color: #8c8c8c;
  font-weight: 500;
}
.p-release__list-date {
  font-family: var(--font-en);
}
.p-release-title {
  text-align: center;
}
@media (max-width: 768px) {
  .p-release {
    margin-block-start: 9vh;
  }

  .p-release-item {
    flex: 1 1 100%;
  }
  .p-release::after {
    content: none;
  }
}

/* contact page */
.p-contact__side {
  margin: 12vh 0 1rem;
  font-family: var(--font-en);
}
.p-contact__side span {
  display: block;
  font-weight: 700;
}
.p-contact__contents-head span {
  display: block;
  font-size: 0.75rem;
  color: #8c8c8c;
  margin-block-start: 1rem;
}

/* CF7 */
.cf7 {
  margin: 6vh 0 0;
}
.cf7__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.cf7__list dt {
  width: 100%;
}
.cf7__list dd {
  margin: 3vh 0 6vh;
  width: 100%;
}

/* 必須 */
.cf7__required {
  color: var(--c-primary);
  margin-inline-start: 1rem;
}
.wpcf7-not-valid-tip {
  color: #0000ff;
  font-size: 0.75rem;
  font-weight: 500;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"] {
  width: 100%;
  padding: 15px 20px;
  background: #fff;
  border-bottom: 1px solid #212121;
}
.cf7__list dd textarea {
  width: 100%;
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #212121;
  border-radius: 5px;
}

/* セレクト */
.cf7__select {
  position: relative;
}
.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #212121;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: "";
}
.cf7__select select {
  width: 100%;
  padding: 19px 20px;
  background: #fff;
  line-height: 1;
  color: #212121;
  border: var(--border-primary);
  border-radius: 100vh;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 1rem;
  border: 1px solid #212121;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #212121;
  background: #212121;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #212121;
  content: "";
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #8c8c8c;
  font-family: var(--font-en);
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #8c8c8c;
  font-family: var(--font-en);
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #8c8c8c;
  font-family: var(--font-en);
}

/* privacy */
.cf7__privacy {
}
.cf7__privacy-tit {
}
.cf7__privacy-link {
}
.cf7__privacy-link a {
  font-weight: 700;
  text-decoration: underline;
}

.cf7__privacy-btn {
  display: inline-block;
  margin-block-start: 1rem;
}
.wpcf7-list-item {
  margin-inline-start: 0;
}

/* 送信ボタン */
.cf7__button {
  margin: 9vh 0 0;
  text-align: center;
}

div.wpcf7 .wpcf7-submit:disabled {
  background: #8c8c8c;
  color: #fff;
}

.wpcf7-form input[type="button"],
.wpcf7-form input[type="submit"] {
  width: calc(12.5% * 4);
  height: 6vh;
  border-radius: 100vh;
  background: #212121;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  transition: opacity 0.6s;
  position: relative;
}

input[type="submit"]:hover {
  opacity: 0.6;
}

/* ajax-loader */
.wpcf7-spinner {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .p-contact__contents-head {
    text-align: justify;
  }
  .p-contact__side {
    margin: 6vh 0 0;
  }
  .cf7__list dt {
    width: 100%;
  }

  .cf7__list dd {
    width: 100%;
  }
  .wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 1rem 0;
  }

  .wpcf7-form input[type="button"],
  .wpcf7-form input[type="submit"] {
    width: 80%;
    height: 6vh;
    background: #212121;
    color: #fff;
  }
}

/* PRIVACY POLICY */
.p-privacy__contents dl {
  text-align: justify;
}
.p-privacy__contents dt {
  font-weight: 700;
  margin: 0 0 1rem;
}
.p-privacy__contents dd {
  margin: 0 0 6vh;
}
.p-privacy__contents dd:last-child {
  margin: 0;
}
.p-privacy__contents-list {
  list-style: none;
  counter-reset: number;
  padding-left: 0;
}
.p-privacy__contents-list ul {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
.p-privacy__contents-list li {
  counter-increment: number;
  position: relative;
  padding-left: 2rem;
}
.p-privacy__contents-list li::before {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-privacy__contents-btn-wrap {
  width: 100%;
  margin: 2rem 0 0;
}
.p-privacy__contents-btn {
  display: block;
  width: calc((100% / 8) * 3);
  border: var(--border-primary);
  border-radius: 100vh;
  line-height: 1;
  padding: 1rem 0;
  text-align: center;
  font-family: "YakuHanJP", "Outfit", "Noto Sans JP", sans-serif;
  position: relative;
}
@media (max-width: 768px) {
  .p-privacy__contents-btn {
    width: calc((100% / 8) * 8);
  }
}

/* footer */
.l-footer-wrap {
  display: flex;
  flex-direction: column;
  gap: 9vh 0;
  margin-block: 18vh 15vh;
}
.l-footer__inner {
}
.l-footer__inner:first-child {
  padding-block-end: 9vh;
  border-bottom: 1px solid rgba(33, 33, 33, 0.15);
}
.l-footer__copy img {
  width: calc((100% / 5) * 4);
}

.l-footer__link {
  display: flex;
  flex-direction: column;
  gap: 3vh 0;
}
.l-footer__link-contact {
}
.l-footer__link-contact p {
  font-size: 0.75rem;
  line-height: 1;
  margin-block-end: 1rem;
}
.l-footer__link-contact span {
  font-family: var(--font-en);
}
.l-footer__link-contact a {
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  border-bottom: 3px solid #212121;
  padding-block-end: 1rem;
  width: 100%;
  display: flex;
  justify-content: space-between;

  transition: 0.8s;
  background-image: linear-gradient(to right, #fff 50%, #212121 50%);
  background-position: 0 0;
  background-size: 200% auto;
}
.l-footer__link-contact a:hover {
  color: #fff;
  transition: 0.8s;
  background-position: -100% 0;
}

.l-footer__link-list {
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
.l-footer__link-list ul {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
.l-footer__link-list li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-block-end: 1rem;
  border-bottom: 1px solid #212121;
  box-sizing: border-box;

  background-image: linear-gradient(to right, #212121 50%, transparent 50%);
  background-size: 200% 1px; /* 横2倍・縦10% */
  background-position: 100% 100%; /* 右に隠す＋下10% */
  background-repeat: no-repeat;

  transition:
    background-position 0.8s ease,
    color 0.8s ease;
}
.l-footer__link-list li a:hover {
  background-position: 0 100%;
}

.l-footer__logo img {
  width: 10vh;
}
.l-footer__nav {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.l-footer__nav__wrap {
  flex: 0 0 calc(33.33% * 2);
}
.l-footer__nav__list {
  display: flex;
  flex-wrap: wrap;
}
.l-footer__nav__list li {
  flex: 0 0 50%;
  font-family: var(--font-en);
  color: #8c8c8c;
  transition: 0.3s;
}
.l-footer__nav__list li:hover {
  color: #212121;
  transition: 0.3s;
}
.l-footer__nav-contact {
  flex: 0 0 33.33%;
  border: var(--border-primary);
  border-radius: 100vh;
  text-align: center;
  transition: 0.3s;
  color: #212121;
}
.l-footer__nav-contact:hover {
  transition: 0.3s;
  color: #8c8c8c;
  border: 1px solid rgba(33, 33, 33, 0.15);
}
.l-footer__pp {
  margin: 15vh 0 0;
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
  font-family: var(--font-en);
  color: #212121;
  transition: 0.3s;
  font-size: 0.75rem;
}
.l-footer__pp:hover {
  color: #8c8c8c;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .l-footer-wrap {
    gap: 9vh 0;
    margin-block: 12vh 15vh;
  }
  .l-footer__copy img {
    width: calc((100% / 5) * 3);
  }
  .l-footer__logo img {
    width: 7vh;
  }
  .l-footer__inner {
    gap: 6vh 0;
  }
  .l-footer__nav__list {
    gap: 0.25rem 0;
  }
  .l-footer__nav__list li {
    font-size: 0.75rem;
  }
  .l-footer__nav-contact {
    font-size: 0.75rem;
  }
}
