@charset "UTF-8";
body.page--home {
  opacity: 0;
}

body.page--home.loaded {
  opacity: 1;
}

.font-primary {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 100;
}

.window-scroll .header {
  background: none !important;
  box-shadow: none !important;
}

.drawer__btn {
  display: none;
}
@media (max-width: 961px) {
  .drawer__btn {
    display: block;
  }
}

h1.logo {
  display: none;
}

.page--home {
  background: #000;
}
.page--home .section--banner.section--wide {
  visibility: hidden;
}
.page--home.is-ready .section--banner.section--wide {
  visibility: visible;
}
@media (min-width: 962px) {
  .page--home .header {
    filter: invert(1);
    mix-blend-mode: difference;
  }
  .page--home .header .g-nav .nav li a:after {
    filter: invert(1);
    mix-blend-mode: difference;
  }
}
.page--home .header .drawer .nav li a {
  color: #000;
}
@media (max-width: 961px) {
  .page--home .header .drawer .nav li a {
    color: #fff;
  }
}
.page--home .view__area {
  position: relative;
  overflow: hidden; /* はみ出た分は見せない */
}
.page--home .block--content-wrap {
  background: #000;
  display: block;
}
.page--home .section--hero-img {
  display: none;
}
.page--home .section--hero-img .block--hero-img {
  display: none;
}
.page--home .bg {
  display: none;
}
@media (max-width: 961px) {
  .page--home .wrap h1.logo {
    display: none;
  }
}
.page--home .new-kv {
  position: relative;
  isolation: isolate;
  background: #000 !important;
}
.page--home .new-kv__logo {
  position: absolute;
  top: 25% !important;
  bottom: clamp(16px, 6vh, 96px);
  left: 52%;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 961px) {
  .page--home .new-kv__logo {
    top: 24% !important;
    left: 51% !important;
  }
}
.page--home .new-kv__logo img {
  display: block;
  z-index: 1 !important;
  width: clamp(220px, 24vw, 400px);
  max-width: 90vw;
  height: auto;
}
@media (max-width: 961px) {
  .page--home .new-kv__logo img {
    width: clamp(200px, 100vw, 230px) !important;
  }
}
.page--home .new-kv__bg img {
  width: max(550px, 100vw);
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: 0%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 26% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 26% 100%);
  height: 47vw;
}
@media (max-width: 961px) {
  .page--home .new-kv__bg img {
    -webkit-clip-path: polygon(-20% 0%, 79% 0%, 132% 100%, 31% 100%) !important;
            clip-path: polygon(-20% 0%, 79% 0%, 132% 100%, 31% 100%) !important;
    height: 130vw !important;
  }
}
.page--home .new-kv__scroll {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  width: 14rem;
  rotate: 90deg;
  transform-origin: bottom left;
  translate: 0 -14rem;
  text-align: center;
  padding-bottom: 1rem;
  font-size: 1.2rem;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 100;
  overflow: hidden;
}
@media (max-width: 961px) {
  .page--home .new-kv__scroll {
    bottom: 0;
    width: 10rem;
    left: 1rem;
    translate: 0 -10rem;
    padding-bottom: 0.5rem;
    font-size: 0.9rem;
  }
}
.page--home .new-kv__scroll:before {
  content: "";
  width: 100%;
  height: 1px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.page--home .new-kv__scroll:after {
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0px;
  left: -100%;
  content: "";
  -webkit-animation: kvScrollBar 2s infinite backwards;
          animation: kvScrollBar 2s infinite backwards;
  z-index: 1;
}
@-webkit-keyframes kvScrollBar {
  0% {
    left: -100%;
  }
  30% {
    left: 0%;
  }
  60% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes kvScrollBar {
  0% {
    left: -100%;
  }
  30% {
    left: 0%;
  }
  60% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.page--home .block--contents {
  width: 100%;
}
.page--home .block--contents .block--title {
  margin-bottom: 0;
  width: 10rem;
}
@media (max-width: 961px) {
  .page--home .block--contents .block--title {
    width: 100%;
  }
}
.page--home .block--contents .block--title .section-tit {
  padding-right: 0;
  margin-bottom: 0;
  rotate: 64deg;
  transform-origin: top left;
  font-size: 6rem;
  line-height: 1;
  position: absolute;
  top: 10%;
  left: 7rem;
}
@media (max-width: 961px) {
  .page--home .block--contents .block--title .section-tit {
    rotate: 0deg;
    position: static;
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
.page--home .block--contents .block--title .list__more {
  top: auto;
  bottom: 0;
  right: -70%;
}
.page--home .block--contents .list__more a {
  padding: 0.5rem 2rem;
  position: relative;
  z-index: 1;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 1rem;
  line-height: 1;
}
@media (max-width: 961px) {
  .page--home .block--contents .list__more a {
    padding: 0.3rem 1.4rem;
    font-size: 0.9rem;
    margin-top: 2rem;
  }
}
.page--home .block--contents .list__more a:before {
  content: "";
  background: #666;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(30deg);
  z-index: -1;
}
.page--home .block--contents .list__more a:after {
  height: 100%;
  bottom: 0 !important;
  left: 0%;
  width: 100%;
  transform: skew(30deg) scaleX(0);
  opacity: 0.2;
}
.page--home .block--contents .list__more a:hover:after {
  transform: skew(30deg) scaleX(1);
}
.page--home .section--banner {
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.page--home .section-tit {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 100;
  white-space: pre-wrap;
}
.page--home .section-tit .char {
  opacity: 0;
  will-change: opacity;
}
.page--home .section-tit .char.is-flash {
  opacity: 1;
}
.page--home .section-tit.is-on .char {
  opacity: 1;
}
.page--home .section--information {
  display: flex;
  min-height: 22rem;
}
@media (max-width: 961px) {
  .page--home .section--information {
    display: block;
  }
}
.page--home .section--information div:has(.list--information) {
  flex-grow: 1;
  max-width: 80vw;
}
@media (max-width: 961px) {
  .page--home .section--information div:has(.list--information) .list--information {
    translate: 0.8rem 0;
  }
}
.page--home .section--information div:has(.list--information) .list--information .list__item {
  width: calc(100% - 8rem);
}
@media (max-width: 961px) {
  .page--home .section--information div:has(.list--information) .list--information .list__item {
    width: calc(100% - 0rem);
  }
}
.page--home .section--information div:has(.list--information) .list--information .list__item:not(:last-child) {
  margin-bottom: 1rem;
}
.page--home .section--information div:has(.list--information) .list--information .list__item:nth-child(2) {
  translate: 4rem 0;
}
@media (max-width: 961px) {
  .page--home .section--information div:has(.list--information) .list--information .list__item:nth-child(2) {
    translate: 0rem 0;
  }
}
.page--home .section--information div:has(.list--information) .list--information .list__item:nth-child(3) {
  translate: 8rem 0;
}
@media (max-width: 961px) {
  .page--home .section--information div:has(.list--information) .list--information .list__item:nth-child(3) {
    translate: 0rem 0;
  }
}
.page--home .section--information div:has(.list--information) .list--information .list__item:nth-child(n+4) {
  display: none;
}
.page--home .section--information div:has(.list--information) .list--information .list__item a {
  padding: 0;
}
.page--home .section--information div:has(.list--information) .list--information .tit {
  position: relative;
  padding: 2rem 10% 2rem 10%;
}
@media (max-width: 961px) {
  .page--home .section--information div:has(.list--information) .list--information .tit {
    padding: 1rem 1rem 1rem 2rem;
  }
}
.page--home .section--information div:has(.list--information) .list--information .tit:after {
  content: "";
  position: absolute;
  top: 0;
  left: 3%;
  width: 94%;
  height: 100%;
  transform: skew(30deg);
  margin: 0;
  border: 1px solid #aaa;
}
@media (max-width: 961px) {
  .page--home .section--information div:has(.list--information) .list--information .tit:after {
    transform: skew(20deg);
  }
}
.page--home .section--information div:has(.list--information) .list--information .date {
  font-size: 1rem;
  opacity: 1;
  translate: 0 -0.2rem;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 100;
}
@media (max-width: 961px) {
  .page--home .section--information div:has(.list--information) .list--information .date {
    font-size: 0.8rem;
    translate: -0.5rem -0.2rem;
  }
}
.page--home .section--information .block--title {
  flex-shrink: 0;
}
@media (max-width: 961px) {
  .page--home .section--information .block--title .list__more {
    display: none;
  }
}
@media (max-width: 961px) {
  .page--home .section--information > .list__more {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page--home .section--media {
  display: none;
}
.page--home .section--live {
  display: flex;
  min-height: 34rem;
}
@media (max-width: 961px) {
  .page--home .section--live {
    display: block;
    min-height: auto;
  }
}
@media (max-width: 961px) {
  .page--home .section--live > .list__more {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page--home .section--live .block--title .section-tit {
  top: 0;
}
.page--home .section--live .block--title .list__more {
  right: -140%;
}
@media (max-width: 961px) {
  .page--home .section--live .block--title .list__more {
    display: none;
  }
}
.page--home .section--live .list--schedule {
  display: flex;
  gap: 0rem;
  flex-grow: 1;
  padding: 0 5%;
}
@media (max-width: 961px) {
  .page--home .section--live .list--schedule {
    flex-direction: column;
    padding: 0;
    translate: -2rem 0;
    gap: 1rem;
  }
}
.page--home .section--live .list--schedule li {
  max-width: 33.33%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 961px) {
  .page--home .section--live .list--schedule li {
    max-width: 70%;
    margin: 0 auto;
  }
}
.page--home .section--live .list--schedule li:nth-of-type(even) {
  align-items: flex-end;
  translate: 7.6rem -5rem;
}
@media (max-width: 961px) {
  .page--home .section--live .list--schedule li:nth-of-type(even) {
    translate: 0;
  }
}
.page--home .section--live .list--schedule li:nth-of-type(n + 4) {
  display: none;
}
@media (max-width: 961px) {
  .page--home .section--live .list--schedule li:nth-of-type(1) {
    translate: 2rem 0;
  }
}
@media (max-width: 961px) {
  .page--home .section--live .list--schedule li:nth-of-type(2) {
    translate: 2rem 0;
  }
}
@media (max-width: 961px) {
  .page--home .section--live .list--schedule li:nth-of-type(3) {
    translate: 2rem 0;
  }
}
.page--home .section--live .list--schedule li a {
  position: relative;
  min-height: 40%;
  width: 100%;
  padding: 3rem 4rem;
}
@media (max-width: 961px) {
  .page--home .section--live .list--schedule li a {
    padding: 1rem 1rem;
    min-height: auto;
  }
}
.page--home .section--live .list--schedule li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  transform: skew(27deg);
}
@media (max-width: 961px) {
  .page--home .section--live .list--schedule li a:before {
    transform: skew(18deg);
  }
}
.page--home .section--live .list--schedule .block--date {
  display: block;
  position: static;
  width: 100%;
  translate: -3rem 0;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 100;
}
@media (max-width: 961px) {
  .page--home .section--live .list--schedule .block--date {
    translate: -1rem 0;
  }
}
.page--home .section--live .list--schedule .block--date__start {
  display: flex;
  justify-content: center;
}
.page--home .section--live .list--schedule .block--date__date {
  position: static;
  font-size: 3rem;
}
@media (max-width: 961px) {
  .page--home .section--live .list--schedule .block--date__date {
    font-size: 2rem;
  }
}
.page--home .section--live .list--schedule .block--date__date:before {
  content: ".";
}
.page--home .section--live .list--schedule .block--date__month {
  font-size: 3rem;
}
@media (max-width: 961px) {
  .page--home .section--live .list--schedule .block--date__month {
    font-size: 2rem;
  }
}
.page--home .section--live .list--schedule .block--date__month:after {
  display: none;
}
.page--home .section--live .list--schedule .block--date__youbi {
  position: static;
  font-size: 1.6rem;
  align-self: end;
  padding-bottom: 0.2rem;
  padding-left: 0.5rem;
}
@media (max-width: 961px) {
  .page--home .section--live .list--schedule .block--date__youbi {
    font-size: 1.2rem;
  }
}
.page--home .section--live .list--schedule .block--txt {
  display: block;
  padding-left: 0;
  padding-top: 2rem;
  text-align: center;
}
@media (max-width: 961px) {
  .page--home .section--live .list--schedule .block--txt {
    padding-top: 1rem;
  }
}
.page--home .section--live .list--schedule .block--txt .category {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 2rem;
  border: 1px solid currentColor;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 1.4rem;
}
@media (max-width: 961px) {
  .page--home .section--live .list--schedule .block--txt .category {
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
  }
}
.page--home .section--live .list--schedule .block--txt .tit {
  padding: 0rem 1rem 0 1rem;
  translate: 2rem 0;
}
@media (max-width: 961px) {
  .page--home .section--live .list--schedule .block--txt .tit {
    padding: 0rem 1rem 0 1rem;
    translate: 1rem 0;
  }
}
.page--home .section--banner.block--wide .list--bnr .list__item {
  width: 34rem;
  margin: 0 3rem;
}
@media (max-width: 961px) {
  .page--home .section--banner.block--wide .list--bnr .list__item {
    margin: 0 0.5rem;
  }
}
.page--home .section--discography {
  display: flex;
  min-height: 47rem;
}
@media (max-width: 961px) {
  .page--home .section--discography {
    min-height: auto;
    display: block;
  }
}
@media (max-width: 961px) {
  .page--home .section--discography > .list__more {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page--home .section--discography .block--title {
  width: 26rem;
  flex-shrink: 0;
}
.page--home .section--discography .block--title .list__more {
  position: absolute;
  right: 0;
}
@media (max-width: 961px) {
  .page--home .section--discography .block--title .list__more {
    display: none;
  }
}
.page--home .section--discography .block--discography__item {
  flex-direction: column;
  justify-content: flex-start;
  padding: 3rem 7rem 0 3rem;
  position: relative;
}
@media (max-width: 961px) {
  .page--home .section--discography .block--discography__item {
    padding: 2rem 2rem 0 2rem;
  }
}
.page--home .section--discography .block--discography__item .block--discography__frames {
  position: absolute;
  top: 0;
  left: -5rem;
  width: 100%;
  height: 100%;
  border: 1px solid white;
  transform: skew(27deg);
  opacity: 0.3;
  -webkit-animation: discoFrameRotation 60s infinite linear forwards;
          animation: discoFrameRotation 60s infinite linear forwards;
}
@media (max-width: 961px) {
  .page--home .section--discography .block--discography__item .block--discography__frames {
    left: 0;
  }
}
.page--home .section--discography .block--discography__item .block--discography__frames:before, .page--home .section--discography .block--discography__item .block--discography__frames:after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  border: inherit;
}
.page--home .section--discography .block--discography__item .block--discography__frames:before {
  top: -2rem;
  left: 2rem;
  -webkit-animation: discoFrameRotation 58s infinite linear forwards;
          animation: discoFrameRotation 58s infinite linear forwards;
}
@media (max-width: 961px) {
  .page--home .section--discography .block--discography__item .block--discography__frames:before {
    top: -0.8rem;
    left: 0.8rem;
  }
}
.page--home .section--discography .block--discography__item .block--discography__frames:after {
  top: 2rem;
  left: -2rem;
  -webkit-animation: discoFrameRotation 53s infinite linear forwards;
          animation: discoFrameRotation 53s infinite linear forwards;
}
@media (max-width: 961px) {
  .page--home .section--discography .block--discography__item .block--discography__frames:after {
    top: 0.8rem;
    left: -0.8rem;
  }
}
.page--home .section--discography .block--discography__item .thumb {
  width: 100%;
  max-width: 36rem;
}
@media (max-width: 961px) {
  .page--home .section--discography .block--discography__item .thumb {
    margin-bottom: 1rem;
  }
}
.page--home .section--discography .block--discography__item .block--txt {
  width: 100%;
}
.page--home .section--discography .block--discography__item .block--txt__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
}
@media (max-width: 961px) {
  .page--home .section--discography .block--discography__item .block--txt__inner {
    gap: 0.5rem;
  }
}
.page--home .section--discography .block--discography__item .block--txt__inner .category {
  border: 1px solid currentColor;
  padding: 0.5rem 1rem;
  align-self: center;
}
@media (max-width: 961px) {
  .page--home .section--discography .block--discography__item .block--txt__inner .category {
    padding: 0.3rem 0.8rem;
  }
}
.page--home .section--discography .block--discography__item .block--txt__inner .tit {
  min-width: 50%;
}
.page--home .section--discography .block--discography__item .block--txt__inner .date {
  width: calc(50% - 0.5rem);
  line-height: 1;
  margin: 0;
}
@media (max-width: 961px) {
  .page--home .section--discography .block--discography__item .block--txt__inner .date {
    width: 100%;
  }
}
.page--home .section--discography .block--discography__item .block--txt__inner .list__more {
  width: calc(50% - 0.5rem);
  line-height: 1;
  margin: 0;
  text-align: right;
}
@media (max-width: 961px) {
  .page--home .section--discography .block--discography__item .block--txt__inner .list__more {
    margin-left: auto;
  }
}
.page--home .section--discography .block--discography__item .block--txt__inner .list__more a {
  text-align: inherit;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 961px) {
  .page--home .section--discography .block--discography__item .block--txt__inner .list__more a {
    margin-top: 0;
  }
}
.page--home .section--video.block--wide {
  display: flex;
}
@media (max-width: 961px) {
  .page--home .section--video.block--wide {
    display: block;
  }
}
.page--home .section--video.block--wide > .list__more {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 961px) {
  .page--home .section--video.block--wide > .list__more {
    display: block;
  }
}
.page--home .section--video.block--wide .block--title {
  width: 20rem;
}
@media (max-width: 961px) {
  .page--home .section--video.block--wide .block--title {
    width: 100%;
  }
}
.page--home .section--video.block--wide .block--title .list__more {
  right: 0;
}
@media (max-width: 961px) {
  .page--home .section--video.block--wide .block--title .list__more {
    display: none;
  }
}
.page--home .section--video.block--wide .list--thumbnail {
  position: relative;
  width: 100%;
  margin: 0;
  min-height: 25rem;
}
@media (max-width: 961px) {
  .page--home .section--video.block--wide .list--thumbnail {
    min-height: auto;
  }
}
.page--home .section--video.block--wide .list--thumbnail:has(> li:nth-child(2)) {
  min-height: 44rem;
}
@media (max-width: 961px) {
  .page--home .section--video.block--wide .list--thumbnail:has(> li:nth-child(2)) {
    min-height: auto;
  }
}
.page--home .section--video.block--wide .list--thumbnail .list__item {
  width: 43%;
  margin: 0;
  position: absolute;
}
@media screen and (min-width: 1800px) {
  .page--home .section--video.block--wide .list--thumbnail .list__item {
    width: 36rem;
  }
}
@media (max-width: 961px) {
  .page--home .section--video.block--wide .list--thumbnail .list__item {
    position: static;
    width: 90%;
    margin: 2rem auto !important;
  }
}
.page--home .section--video.block--wide .list--thumbnail .list__item:nth-child(1) {
  top: 0;
  left: 0;
}
.page--home .section--video.block--wide .list--thumbnail .list__item:nth-child(2) {
  bottom: 0;
  left: 10%;
}
.page--home .section--video.block--wide .list--thumbnail .list__item:nth-child(3) {
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 961px) {
  .page--home .section--video.block--wide .list--thumbnail .list__item:nth-child(3) {
    translate: 0;
  }
}
.page--home .section--video.block--wide .list--thumbnail .list__item:nth-child(n+4) {
  display: none;
}
.page--home .section--video.block--wide .list--thumbnail .list__item .block--txt {
  display: none;
}
.page--home .section--video.block--wide .list--thumbnail .list__item .block--txt .tit {
  font-size: 0.8rem;
  opacity: 0.5;
}

@-webkit-keyframes discoFrameRotation {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

@keyframes discoFrameRotation {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

/*# sourceMappingURL=service_xS952UEM.css.map */