* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #000000;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 4.5vw;
  line-height: 1.5;
  color: #ffffff;
}
body.fixed {
  overflow-y: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
}

ul {
  list-style-type: none;
}

@media print, (min-width: 768px) {
  body {
    font-size: 27px;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
}
@keyframes fadein01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein02 {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadein03 {
  0% {
    opacity: 0;
    transform: translateX(20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #141414;
  z-index: 500;
}
.l-wrapper__left {
  display: none;
}
.l-wrapper__center {
  padding-top: 16.5vw;
  opacity: 0;
}
.l-wrapper__center.is-visible {
  animation: fadein01 0.5s 0.6s forwards;
}
.l-wrapper__right {
  display: none;
}
.l-footer {
  margin-top: 25vw;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .l-wrapper {
    display: flex;
    position: relative;
    z-index: 100;
  }
  .l-wrapper__left {
    display: block;
    width: calc((100% - 600px) / 2);
    position: sticky;
    top: 0;
    height: 100vh;
    padding-top: 70px;
  }
  .l-wrapper__center {
    width: 600px;
    position: relative;
    z-index: 100;
    padding-top: 70px;
  }
  .l-wrapper__center.is-visible {
    animation: fadein01 0.5s 1.8s forwards;
  }
  .l-wrapper__right {
    display: block;
    width: calc((100% - 600px) / 2);
    position: sticky;
    top: 0;
    height: 100vh;
    padding-top: 70px;
  }
  .l-footer {
    margin-top: 100px;
  }
}
.c-header__inner {
  padding: 0.5vw 16vw 0.5vw 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.c-header__logo {
  display: block;
  width: 18.5vw;
}
.c-header__links {
  display: flex;
  gap: 0.75vw;
}
.c-header__links__item {
  width: 10.125vw;
}
.c-header__border {
  height: 0.5vw;
  background: linear-gradient(to right, #A8781B 0%, #FFF6AF 50%, #A8781B 100%);
}
.c-anker {
  position: relative;
}
.c-anker__point {
  position: absolute;
  top: -16.25vw;
}
.c-anker__point[data-item="2"] {
  top: 0;
}
.c-anker__point[data-item="3"] {
  top: 2.5vw;
}

@media print, (min-width: 768px) {
  .c-header__inner {
    padding: 10px 0;
    justify-content: center;
  }
  .c-header__logo {
    width: 60px;
  }
  .c-header__links {
    display: none;
  }
  .c-header__border {
    height: 2px;
  }
  .c-anker {
    position: relative;
  }
  .c-anker__point {
    position: absolute;
    top: -30px;
  }
  .c-anker__point[data-item="2"] {
    top: 90px;
  }
  .c-anker__point[data-item="3"] {
    top: 60px;
  }
}
.p-kv {
  position: relative;
  padding-top: 7vw;
}
.p-kv__bg {
  position: absolute;
  top: 0;
  right: 0;
}
.p-kv__bg__img {
  width: 62.75vw;
}
.p-kv__heading {
  position: relative;
  z-index: 10;
  width: 73.125vw;
  margin: 0 auto;
}
.p-kv__lead {
  position: relative;
  z-index: 10;
  width: 57.75vw;
  margin: 10vw 0 0 22.25vw;
}
.p-kv__text {
  position: relative;
  z-index: 10;
  width: 44.5vw;
  margin: 11vw 0 0 30.25vw;
}
.p-kv__logo {
  position: relative;
  z-index: 20;
  width: 68vw;
  margin: 6vw 0 0 19.25vw;
}
.p-kv__movie {
  position: relative;
  z-index: 10;
  margin-top: -25vw;
  width: 100%;
  height: 72.75vw;
  overflow: hidden;
}
.p-kv__movie::after {
  content: "";
  display: block;
  width: 12.5vw;
  height: 5vw;
  background: #000000;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-kv__movie__inner {
  width: 109.25vw;
  height: 72.75vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-kv__movie__video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-kv__info {
  position: relative;
  z-index: 20;
  width: 62.875vw;
  margin: 17.5vw auto 0;
}
.p-kv__band {
  margin-top: 8vw;
}
.p-news {
  margin-top: 8vw;
}
.p-news__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5vw;
}
.p-news__heading__text01 {
  font-weight: 700;
  font-size: 14vw;
  line-height: 1.0357142857;
  color: #DCC474;
}
.p-news__heading__text02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5vw;
}
.p-news__heading__text02::before, .p-news__heading__text02::after {
  content: "";
  display: block;
  width: 5vw;
  height: 0.5vw;
  background: #ffffff;
  border-radius: 0.25vw;
}
.p-news__heading__text02__text {
  font-weight: 900;
  font-size: 5vw;
  line-height: 1;
  color: #ffffff;
}
.p-news__list {
  width: 81.25vw;
  margin: 6vw auto 0;
}
.p-news__list__item + .p-news__list__item {
  margin-top: 4vw;
}
.p-news__list__link {
  display: flex;
  gap: 2vw;
  position: relative;
}
.p-news__list__date {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.2;
  color: #ffffff;
}
.p-news__list__text {
  flex-grow: 1;
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.2;
  color: #ffffff;
  padding-right: 2.5vw;
  text-decoration: underline;
  text-decoration-thickness: 0.25vw;
}
.p-news__list__arrow {
  width: 1.25vw;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-campaign {
  margin-top: 15vw;
  padding: 0 4vw;
}
.p-campaign__comingsoon {
  width: 82vw;
  margin: 0 auto;
}
.p-about {
  margin-top: 15vw;
  padding: 0 4vw;
}
.p-about__heading01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5vw;
}
.p-about__heading01__text01 {
  font-weight: 700;
  font-size: 14vw;
  line-height: 1.0357142857;
  background: linear-gradient(170deg, #AD8024 0%, #FEF5AE 50%, #AD8024 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.p-about__heading01__text02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5vw;
  font-weight: 700;
  font-size: 5vw;
  line-height: 1;
}
.p-about__heading01__text02::before, .p-about__heading01__text02::after {
  content: "";
  display: block;
  width: 5vw;
  height: 0.5vw;
  background: #ffffff;
  border-radius: 0.25vw;
}
.p-about__heading02 {
  font-weight: 700;
  font-size: 7vw;
  line-height: 1.5;
  text-align: center;
  margin-top: 6vw;
}
.p-about__text {
  letter-spacing: -0.01em;
  margin-top: 5vw;
}
.p-schedule01 {
  margin-top: 12vw;
  padding: 0 4vw;
}
.p-schedule01__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2vw;
}
.p-schedule01__heading__text01 {
  font-weight: 900;
  font-size: 4vw;
  line-height: 1;
  text-align: center;
  background: linear-gradient(170deg, #AD8024 0%, #FEF5AE 50%, #AD8024 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  width: 68.75vw;
}
.p-schedule01__heading__text02 {
  font-weight: 900;
  font-size: 14vw;
  line-height: 1;
  text-align: center;
  background: linear-gradient(170deg, #AD8024 0%, #FEF5AE 50%, #AD8024 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.p-schedule01__list {
  margin-top: 12vw;
  display: flex;
  justify-content: center;
}
.p-schedule01__list__inner {
  display: flex;
  flex-direction: column;
  gap: 4vw;
}
.p-schedule01__list__item {
  display: flex;
  gap: 2vw;
}
.p-schedule01__list__title {
  width: 19.5vw;
  flex-shrink: 0;
}
.p-schedule01__list__title__text {
  font-weight: 900;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
}
.p-schedule01__list__title__text span {
  font-size: 3vw;
  margin-left: 1vw;
}
.p-schedule01__list__description__text01 {
  font-weight: 900;
  font-size: 4vw;
  line-height: 4.5vw;
}
.p-schedule01__list__description__text01 span {
  font-size: 2.5vw;
  margin-left: 1vw;
  display: inline-block;
  transform: translateY(-0.75vw);
}
.p-schedule01__list__description__text02 {
  font-weight: 600;
  font-size: 3.5vw;
  line-height: 1;
  margin-top: 1vw;
}
.p-schedule02 {
  margin-top: 12vw;
  padding: 0 4vw;
}
.p-schedule02__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2vw;
}
.p-schedule02__heading__text01 {
  font-weight: 900;
  font-size: 4vw;
  line-height: 1;
  background: linear-gradient(175deg, #AD8024 0%, #FEF5AE 50%, #AD8024 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.p-schedule02__heading__text02 {
  font-weight: 900;
  font-size: 14vw;
  line-height: 1;
  background: linear-gradient(160deg, #AD8024 0%, #FEF5AE 50%, #AD8024 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.p-schedule02__heading__text03 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2vw;
}
.p-schedule02__heading__text03__text01 {
  font-weight: 900;
  font-size: 7vw;
  line-height: 1;
  background: linear-gradient(175deg, #AD8024 0%, #FEF5AE 50%, #AD8024 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.p-schedule02__heading__text03__text02 {
  font-weight: 900;
  font-size: 4vw;
  line-height: 1;
  background: linear-gradient(175deg, #AD8024 0%, #FEF5AE 50%, #AD8024 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.p-schedule02__list {
  margin-top: 12vw;
  display: flex;
  justify-content: center;
}
.p-schedule02__list__inner {
  display: flex;
  flex-direction: column;
  gap: 4vw;
}
.p-schedule02__list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vw;
}
.p-schedule02__list__text01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  font-weight: 900;
  font-size: 5vw;
  line-height: 1;
}
.p-schedule02__list__text01 span {
  font-size: 2.5vw;
  transform: translateY(0.25vw);
}
.p-schedule02__list__text02 {
  font-weight: 600;
  font-size: 3.5vw;
  line-height: 1;
}
.p-sns {
  margin-top: 10vw;
}
.p-sns__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3vw;
  line-height: 1.5833333333;
  text-align: center;
}
.p-sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.5vw;
  margin-top: 2vw;
}
.p-sns__list__item {
  width: 9vw;
}
.p-sns__list__link {
  display: block;
}
.p-links {
  background: #ffffff;
  margin-top: 10vw;
  padding: 3vw 0;
}
.p-links__list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.p-links__link {
  display: block;
}
.p-links__img[data-item="1"] {
  width: 43.5vw;
}
.p-links__img[data-item="2"] {
  width: 35.75vw;
}
.p-footer {
  margin-top: 10vw;
  padding-bottom: 10vw;
}
.p-footer__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3vw;
  line-height: 1.5833333333;
  text-align: center;
}
.p-footer__nav {
  display: flex;
  justify-content: center;
  margin-top: 4vw;
}
.p-footer__nav__item {
  padding: 0 4vw;
}
.p-footer__nav__item + .p-footer__nav__item {
  border-left: 0.25vw solid #ffffff;
}
.p-footer__nav__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.25vw;
  line-height: 1.4615384615;
  color: #ffffff;
}
.p-footer__copyright {
  margin-top: 4vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2vw;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}

@media print, (min-width: 768px) {
  .p-pcbg__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 80px 20px 0;
    position: relative;
  }
  .p-pcbg__left__inner {
    position: relative;
    z-index: 10;
  }
  .p-pcbg__left__block {
    transition: opacity 0.4s ease;
  }
  .p-pcbg__left__block.is-scroll-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .p-pcbg__left__logo {
    display: block;
    width: 100%;
    max-width: 370px;
    position: relative;
    z-index: 10;
    transform: translateX(-20%);
    opacity: 0;
  }
  .p-pcbg__left__logo__img {
    filter: drop-shadow(0 0 20px #141414) drop-shadow(0 0 15px #141414) drop-shadow(0 0 10px #141414) drop-shadow(0 0 5px #141414) drop-shadow(0 0 5px #141414);
  }
  .p-pcbg__left__logo.is-visible {
    animation: fadein02 0.5s 1.2s forwards;
  }
  .p-pcbg__left__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 86.5%;
    max-width: 450px;
    opacity: 0;
  }
  .p-pcbg__left__bg.is-visible {
    animation: fadein01 0.5s 0.6s forwards;
  }
  .p-pcbg__right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 1.4641288433vw 2.5622254758vw;
    position: relative;
  }
  .p-pcbg__right__nav {
    width: 100%;
    max-width: 22.4743777452vw;
    position: relative;
    z-index: 10;
    transform: translateX(20%);
    opacity: 0;
  }
  .p-pcbg__right__nav__heading {
    box-shadow: 0 0.2928257687vw 1.4641288433vw 0 #AD8024;
  }
  .p-pcbg__right__nav__heading img {
    box-shadow: 0 0 0.541727672vw 0 #000000;
  }
  .p-pcbg__right__nav__list {
    background: #141414;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.1713030747vw 1.0248901903vw;
    padding-top: 1.0980966325vw;
  }
  .p-pcbg__right__nav__item {
    width: 9.663250366vw;
  }
  .p-pcbg__right__nav__link {
    display: block;
    transition: 0.3s;
  }
  .p-pcbg__right__nav__link:hover {
    opacity: 0.7;
  }
  .p-pcbg__right__nav__text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.0248901903vw;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    margin-top: 0.6588579795vw;
  }
  .p-pcbg__right__nav.is-visible {
    animation: fadein03 0.5s 1.2s forwards;
  }
  .p-pcbg__right__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 76.9%;
    max-width: 29.2825768668vw;
    opacity: 0;
  }
  .p-pcbg__right__bg.is-visible {
    animation: fadein01 0.5s 0.6s forwards;
  }
  .p-kv {
    padding-top: 42px;
  }
  .p-kv__bg__img {
    width: 376.5px;
  }
  .p-kv__heading {
    width: 438.75px;
  }
  .p-kv__lead {
    width: 346.5px;
    margin: 60px 0 0 133.5px;
  }
  .p-kv__text {
    width: 267px;
    margin: 66px 0 0 181.5px;
  }
  .p-kv__logo {
    width: 408px;
    margin: 36px 0 0 115.5px;
  }
  .p-kv__movie {
    margin-top: -150px;
    height: 436.5px;
  }
  .p-kv__movie::after {
    width: 75px;
    height: 30px;
  }
  .p-kv__movie__inner {
    width: 655.5px;
    height: 436.5px;
  }
  .p-kv__info {
    width: 377.25px;
    margin: 105px auto 0;
  }
  .p-kv__band {
    margin-top: 48px;
  }
  .p-news {
    margin-top: 48px;
  }
  .p-news__heading {
    gap: 15px;
  }
  .p-news__heading__text01 {
    font-size: 84px;
  }
  .p-news__heading__text02 {
    gap: 15px;
  }
  .p-news__heading__text02::before, .p-news__heading__text02::after {
    width: 30px;
    height: 3px;
    border-radius: 1.5px;
  }
  .p-news__heading__text02__text {
    font-size: 30px;
  }
  .p-news__list {
    width: 487.5px;
    margin: 36px auto 0;
  }
  .p-news__list__item + .p-news__list__item {
    margin-top: 24px;
  }
  .p-news__list__link {
    gap: 12px;
  }
  .p-news__list__link:hover .p-news__list__text {
    text-decoration: none;
  }
  .p-news__list__date {
    font-size: 24px;
  }
  .p-news__list__text {
    font-size: 24px;
    padding-right: 15px;
    text-decoration-thickness: 1px;
  }
  .p-news__list__arrow {
    width: 7.5px;
  }
  .p-campaign {
    margin-top: 90px;
    padding: 0 24px;
  }
  .p-campaign__comingsoon {
    width: 492px;
  }
  .p-about {
    margin-top: 90px;
    padding: 0 24px;
  }
  .p-about__heading01 {
    gap: 15px;
  }
  .p-about__heading01__text01 {
    font-size: 84px;
  }
  .p-about__heading01__text02 {
    gap: 15px;
    font-size: 30px;
  }
  .p-about__heading01__text02::before, .p-about__heading01__text02::after {
    width: 30px;
    height: 3px;
    border-radius: 1.5px;
  }
  .p-about__heading02 {
    font-size: 42px;
    margin-top: 36px;
  }
  .p-about__text {
    margin-top: 30px;
  }
  .p-schedule01 {
    margin-top: 72px;
    padding: 0 24px;
  }
  .p-schedule01__heading {
    gap: 12px;
  }
  .p-schedule01__heading__text01 {
    font-size: 24px;
    width: 412.5px;
  }
  .p-schedule01__heading__text02 {
    font-size: 84px;
  }
  .p-schedule01__list {
    margin-top: 72px;
  }
  .p-schedule01__list__inner {
    gap: 24px;
  }
  .p-schedule01__list__item {
    gap: 12px;
  }
  .p-schedule01__list__title {
    width: 117px;
  }
  .p-schedule01__list__title__text {
    font-size: 24px;
  }
  .p-schedule01__list__title__text span {
    font-size: 18px;
    margin-left: 6px;
  }
  .p-schedule01__list__description__text01 {
    font-size: 24px;
    line-height: 27px;
  }
  .p-schedule01__list__description__text01 span {
    font-size: 15px;
    margin-left: 6px;
    transform: translateY(-4.5px);
  }
  .p-schedule01__list__description__text02 {
    font-size: 21px;
    margin-top: 6px;
  }
  .p-schedule02 {
    margin-top: 72px;
    padding: 0 24px;
  }
  .p-schedule02__heading {
    gap: 12px;
  }
  .p-schedule02__heading__text01 {
    font-size: 24px;
  }
  .p-schedule02__heading__text02 {
    font-size: 84px;
  }
  .p-schedule02__heading__text03 {
    gap: 12px;
  }
  .p-schedule02__heading__text03__text01 {
    font-size: 42px;
  }
  .p-schedule02__heading__text03__text02 {
    font-size: 24px;
  }
  .p-schedule02__list {
    margin-top: 72px;
  }
  .p-schedule02__list__inner {
    gap: 24px;
  }
  .p-schedule02__list__item {
    gap: 6px;
  }
  .p-schedule02__list__text01 {
    gap: 6px;
    font-size: 30px;
  }
  .p-schedule02__list__text01 span {
    font-size: 15px;
    transform: translateY(-1.5px);
  }
  .p-schedule02__list__text02 {
    font-size: 21px;
  }
  .p-sns {
    margin-top: 60px;
  }
  .p-sns__heading {
    font-size: 18px;
  }
  .p-sns__list {
    gap: 27px;
    margin-top: 12px;
  }
  .p-sns__list__item {
    width: 54px;
  }
  .p-sns__list__link {
    transition: 0.3s;
  }
  .p-sns__list__link:hover {
    opacity: 0.7;
  }
  .p-links {
    margin-top: 60px;
    padding: 18px 0;
  }
  .p-links__link {
    transition: 0.3s;
  }
  .p-links__link:hover {
    opacity: 0.7;
  }
  .p-links__img[data-item="1"] {
    width: 261px;
  }
  .p-links__img[data-item="2"] {
    width: 214.5px;
  }
  .p-footer {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .p-footer__text {
    font-size: 18px;
  }
  .p-footer__nav {
    margin-top: 24px;
  }
  .p-footer__nav__item {
    padding: 0 24px;
  }
  .p-footer__nav__item + .p-footer__nav__item {
    border-left: 1.5px solid #ffffff;
  }
  .p-footer__nav__link {
    transition: 0.3s;
  }
  .p-footer__nav__link:hover {
    opacity: 0.7;
  }
  .p-footer__nav__text {
    font-size: 19.5px;
  }
  .p-footer__copyright {
    margin-top: 24px;
    font-size: 12px;
  }
}
@media print, (min-width: 1024px) {
  .p-pcbg__right {
    padding: 0 20px 35px;
  }
  .p-pcbg__right__nav {
    max-width: 307px;
  }
  .p-pcbg__right__nav__heading {
    box-shadow: 0 4px 20px 0 #AD8024;
  }
  .p-pcbg__right__nav__heading img {
    box-shadow: 0 0 7.4px 0 #000000;
  }
  .p-pcbg__right__nav__list {
    gap: 16px 14px;
    padding-top: 15px;
  }
  .p-pcbg__right__nav__item {
    width: 132px;
  }
  .p-pcbg__right__nav__text {
    font-size: 14px;
    margin-top: 9px;
  }
  .p-pcbg__right__bg {
    max-width: 400px;
  }
}
.u-d--none--sp {
  display: none !important;
}

.u-d--none02--sp {
  display: none !important;
}

.u-d--none03--sp {
  display: none !important;
}

@media print, (min-width: 768px) {
  .u-d--none--pc {
    display: none !important;
  }
  .u-d--none--sp {
    display: inline !important;
  }
  .u-d--none02--sp {
    display: block !important;
  }
  .u-d--none03--sp {
    display: flex !important;
  }
}