:root {
  --color-main: #0093af;
  --color-main-rgb: 0, 147, 176;
  --color-black: #000;
  --color-gray: #707070;
  --color-white: #FFFFFF;
}

/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide {
  opacity: 0 !important;
}
.swiper-fade .swiper-slide-active {
  opacity: 1 !important;
}

body .m-modal .m-modal__content {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
}
body .m-modal .m-modal__content img {
  margin: 0 auto;
}
body .m-modal[data-modal-type=youtube] .m-modal__content {
  width: 50%;
  padding: 60px 0;
}
@media screen and (max-width: 959px) {
  body .m-modal[data-modal-type=youtube] .m-modal__content {
    width: 100%;
    padding: 50px 0;
  }
}
body .m-modal[data-modal-type=youtube] .m-modal__bg {
  background: rgba(var(--color-main-rgb), 0.8);
}
body .m-modal .m-modal__close-btn {
  top: 10px;
  right: -4px;
  width: clamp(35 * 1px, calc(35 / 1280 * 100vw), 35 * 1.3px);
  height: clamp(35 * 1px, calc(35 / 1280 * 100vw), 35 * 1.3px);
}
@media screen and (max-width: 959px) {
  body .m-modal .m-modal__close-btn {
    top: 9px;
    right: 0;
  }
}
@media (hover: hover) {
  body .m-modal .m-modal__close-btn:hover::before {
    transform: rotate(135deg);
  }
  body .m-modal .m-modal__close-btn:hover::after {
    transform: rotate(-135deg);
  }
}
body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: rotate(-45deg);
  transition: transform 0.5s cubic-bezier(0.19, 0.92, 0.3, 1);
}
body .m-modal .m-modal__close-btn::after {
  transform: rotate(45deg);
}
body .m-modal .m-modal__bg {
  background: rgba(0, 0, 0, 0.6);
}

.p-modal_movie {
  display: none;
}
.p-modal_movie__inner {
  width: clamp(730 * 1px, calc(730 / 1280 * 100vw), 730 * 1.3px);
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 959px) {
  .p-modal_movie__inner {
    width: 94vw;
    max-width: 600px;
  }
}
.p-modal_movie__play {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-modal_movie__play iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media not all and (max-width: 959px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea,
datalist {
  font-family: YakuHanJPs, "Roboto", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  line-height: 1.3;
  letter-spacing: normal;
  background: #fff;
}

body {
  position: relative;
  color: var(--color-white);
}
@media screen and (max-width: 959px) {
  body.is-phase2[data-page=top] {
    position: fixed;
    left: 0;
    right: 0;
    overflow: hidden;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

a {
  color: currentColor;
  text-decoration: none;
}

svg {
  fill-rule: evenodd;
  width: 100%;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

[tabindex] {
  cursor: pointer;
}
[tabindex].focus-visible {
  outline: 1px solid;
}

.js-focus-visible :focus:not(:focus-visible) {
  outline: 0;
}

.visually-hidden {
  font-size: 0;
  opacity: 0;
}

.l-in {
  --category-info: #8fb6ff;
  --category-live: #ff8986;
  --category-media: #3bcac3;
  --category-video: #da9fff;
  --category-release: #ff9935;
}
.l-in__header {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}
[data-page=disco] .l-in__header {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .l-in__header {
    margin-bottom: 30px;
  }
}
.l-in__header-bg {
  position: relative;
  transform: scale(1.1);
  transition: transform 3s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-in__header-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: opacity 3s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-load .l-in__header-bg {
  transform: scale(1);
}
.is-load .l-in__header-bg::before {
  opacity: 0;
}
.l-in__header-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-in__header-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 59%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(-50%, -43.4%);
}
@media screen and (max-width: 959px) {
  .l-in__header-cont {
    left: 4%;
    height: 80%;
    transform: translate(0%, -50%);
  }
}
.l-in__logo {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.19, 0.92, 0.3, 1), opacity 1.4s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.is-load .l-in__logo {
  transform: translateY(0px);
  opacity: 1;
}
@media not all and (max-width: 959px) {
  .l-in__logo {
    width: 11.6vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  .l-in__logo {
    width: 17vw;
  }
}
.l-in__ttl {
  font-family: YakuHanJPs, "Playfair", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 4.2vw;
  transform: translateY(30px);
  opacity: 0;
  -webkit-mask-position: 200% 50%;
  mask-position: 200% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to right, #fff 40%, transparent 100%);
  mask-image: linear-gradient(to right, #fff 40%, transparent 100%);
  -webkit-mask-size: 200% auto;
  mask-size: 200% auto;
  transition: transform 1.4s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, opacity 1.4s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, -webkit-mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: transform 1.4s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, opacity 1.4s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: transform 1.4s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, opacity 1.4s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-mask-position 1.8s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.is-load .l-in__ttl {
  transform: translateY(0px);
  opacity: 1;
  -webkit-mask-position: 0% 50%;
  mask-position: 0% 50%;
}
@media screen and (max-width: 959px) {
  .l-in__ttl {
    font-size: 40px;
    line-height: 1;
  }
}
.l-in__inner {
  color: var(--color-black);
  width: 54.6875%;
  max-width: 1400px;
  margin: 0 auto;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.19, 0.92, 0.3, 1) 0.4s, opacity 1.4s cubic-bezier(0.19, 0.92, 0.3, 1) 0.4s;
}
@media not all and (max-width: 959px) {
  .l-in__inner {
    min-width: 800px;
  }
}
@media screen and (max-width: 959px) {
  .l-in__inner {
    width: 93.3%;
  }
}
.is-load .l-in__inner {
  transform: translateY(0px);
  opacity: 1;
}
[data-page=news_in] .l-in__inner {
  width: 93.3%;
  max-width: 800px;
}
[data-page=disco] .l-in__inner {
  width: 100%;
  max-width: none;
  min-width: 0;
  transform: translateY(0);
  opacity: 1;
}
[data-page=movie] .l-in__inner {
  width: 86.6666666667%;
}
@media screen and (max-width: 959px) {
  .l-in__inner {
    width: 92%;
  }
}

@media not all and (max-width: 959px) {
  .p-news__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 5%;
  }
}
.p-news__list-item {
  border-bottom: 1px solid var(--color-gray);
}
@media not all and (max-width: 959px) {
  .p-news__list-item:last-child, .p-news__list-item:nth-last-child(2) {
    border-bottom: none;
  }
}
@media screen and (max-width: 959px) {
  .p-news__list-item:last-child {
    border-bottom: none;
  }
}

.p-news_data {
  display: block;
  padding: 15px 0;
}
@media screen and (max-width: 959px) {
  .p-news_data {
    padding: 19px 0;
  }
}
@media (hover: hover) {
  .p-news_data {
    transition: opacity 0.8s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .p-news_data:hover {
    opacity: 0.6;
  }
}
.p-news_data__header {
  margin-bottom: 10px;
  font-size: calc(10 * 1.3px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .p-news_data__header {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 959px) {
  .p-news_data__date {
    font-size: 12px;
  }
}
.p-news_data__category {
  margin-left: 10px;
  padding: 3px 10px 1px 7px;
  border: 1px solid var(--category-info);
  border-radius: 99px;
}
@media screen and (max-width: 959px) {
  .p-news_data__category {
    font-size: 12px;
    padding: 1px 8px 1px 6px;
  }
}
.p-news_data__category[data-category=LIVE] {
  color: var(--category-live);
  border-color: var(--category-live);
}
.p-news_data__category[data-category=MEDIA] {
  color: var(--category-media);
  border-color: var(--category-media);
}
.p-news_data__category[data-category=INFO] {
  color: var(--category-info);
}
.p-news_data__category[data-category=VIDEO] {
  color: var(--category-video);
  border-color: var(--category-video);
}
.p-news_data__category[data-category=RELEASE] {
  color: var(--category-release);
  border-color: var(--category-release);
}
.p-news_data__ttl {
  font-size: calc(12 * 1.3px);
  line-height: 1.6;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 959px) {
  .p-news_data__ttl {
    font-size: 12px;
  }
}

.p-news_detail__header {
  margin-bottom: 10px;
}
.p-news_detail__header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 959px) {
  .p-news_detail__header-top {
    justify-content: flex-start;
    margin-bottom: 8px;
  }
}
.p-news_detail__date {
  font-size: calc(16 * 1.3px);
}
@media screen and (max-width: 959px) {
  .p-news_detail__date {
    font-size: 12px;
  }
}
.p-news_detail__cate {
  margin-left: 10px;
  font-size: calc(16 * 1.3px);
  padding: 3px 14px 2px 10px;
  border: 1px solid var(--category-info);
  border-radius: 99px;
}
@media screen and (max-width: 959px) {
  .p-news_detail__cate {
    font-size: 12px;
    padding: 1px 8px 1px 6px;
  }
}
.p-news_detail__cate[data-category=LIVE] {
  color: var(--category-live);
  border-color: var(--category-live);
}
.p-news_detail__cate[data-category=MEDIA] {
  color: var(--category-media);
  border-color: var(--category-media);
}
.p-news_detail__cate[data-category=INFO] {
  color: var(--category-info);
}
.p-news_detail__cate[data-category=VIDEO] {
  color: var(--category-video);
  border-color: var(--category-video);
}
.p-news_detail__cate[data-category=RELEASE] {
  color: var(--category-release);
  border-color: var(--category-release);
}
.p-news_detail__ttl {
  font-size: calc(30 * 1.3px);
  font-weight: normal;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 959px) {
  .p-news_detail__ttl {
    font-size: 21px;
  }
}
.p-news_detail__inner {
  font-size: calc(12 * 1.3px);
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .p-news_detail__inner {
    font-size: 12px;
  }
}
.p-news_detail__inner a {
  color: var(--color-main);
  text-decoration: underline;
}
@media (hover: hover) {
  .p-news_detail__inner a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 959px) {
  .p-news_detail__inner iframe {
    width: 100%;
    height: auto;
  }
}
@supports (aspect-ratio: 16/9) {
  .p-news_detail__inner iframe {
    aspect-ratio: 16/9;
  }
}
.p-news_detail__links {
  margin-top: 1.5rem;
}
.p-news_detail__footer {
  margin-top: 30px;
}
.p-news_detail__back {
  text-align: center;
}

.p-disco__header {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .p-disco__header {
    margin-bottom: 26px;
  }
}
.p-disco__img {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  padding-top: 39.0625%;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-disco__img {
    margin-bottom: 32px;
    padding-top: 90.2666666667%;
  }
}
.p-disco__img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-disco__img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: transform 3s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-disco__img-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(57, 57, 57, 0.5);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.is-load .p-disco__img-bg {
  transform: scale(1);
}
.p-disco__img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.p-disco__img-main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 37.5%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 959px) {
  .p-disco__img-main {
    width: 70.6666666667%;
  }
}
.p-disco__img-main-set {
  display: flex;
  align-items: end;
  position: relative;
}
.p-disco__img-main-set-item.--jkt {
  margin: 0 30px;
}
@media screen and (max-width: 959px) {
  .p-disco__img-main-set-item.--jkt {
    margin: 0 auto;
  }
}
.p-disco__img-main-set-item.--jkt .js-jacket-slide {
  position: relative;
}
.--swipe .p-disco__img-main-set-item.--jkt .js-jacket-slide {
  width: 50% !important;
}
.p-disco__img-main-set-item.--jkt .js-jacket-slide .js-jacket-slide-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  padding-left: 0;
}
.p-disco__img-main-set-item.--jkt .js-jacket-slide .js-jacket-slide-wrapper .js-jacket-slide-item {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: 50%;
}
.p-disco__img-main-set-item.--jkt .js-jacket-slide .js-jacket-slide-wrapper .js-jacket-slide-item::before {
  content: none;
}
@media screen and (max-width: 959px) {
  .p-disco__img-main-set-item.--jkt .js-jacket-slide .js-jacket-slide-wrapper .js-jacket-slide-item img {
    max-width: 40vh;
  }
}
.p-disco__img-main img {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.19, 0.92, 0.3, 1) 0.4s, opacity 1.4s cubic-bezier(0.19, 0.92, 0.3, 1) 0.4s;
}
.is-load .p-disco__img-main img {
  transform: translateY(0px);
  opacity: 1;
}
.p-disco__name {
  text-align: center;
}
.p-disco__name-cap {
  font-size: calc(15 * 1.3px);
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 959px) {
  .p-disco__name-cap {
    font-size: 14px;
  }
}
.p-disco__name-ttl {
  font-size: calc(40 * 1.3px);
  font-family: YakuHanJPs, "Playfair", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .p-disco__name-ttl {
    font-size: 37px;
  }
}
.p-disco__name-date {
  font-size: calc(15 * 1.3px);
  letter-spacing: 0.06rem;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .p-disco__name-date {
    font-size: 14px;
  }
}
.p-disco__inner {
  width: 54.6875%;
  max-width: 1400px;
  margin: 0 auto;
}
@media not all and (max-width: 959px) {
  .p-disco__inner {
    min-width: 800px;
  }
}
@media screen and (max-width: 959px) {
  .p-disco__inner {
    width: 93.3%;
  }
}
@media screen and (max-width: 959px) {
  .p-disco__inner {
    width: 87%;
  }
}
.p-disco__date {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .p-disco__date {
    font-size: 12px;
  }
}
.p-disco__desc {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .p-disco__desc {
    font-size: 12px;
  }
}
.p-disco__desc a {
  color: var(--color-main);
  text-decoration: underline;
}
@media (hover: hover) {
  .p-disco__desc a:hover {
    text-decoration: none;
  }
}
@media not all and (max-width: 959px) {
  .p-disco__st {
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-disco__st .c-btn:nth-of-type(n + 2) {
    margin-left: 1%;
  }
}
@media screen and (max-width: 959px) {
  .p-disco__st {
    margin-top: 29px;
    text-align: center;
    display: block;
  }
  .p-disco__st .c-btn:nth-of-type(n + 2) {
    margin-top: 2.5%;
  }
  .p-disco__st .c-btn__inner {
    display: inline-block;
    min-width: 190px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.p-disco__cont + .p-disco__cont {
  margin-top: 8px;
}
@media screen and (max-width: 959px) {
  .p-disco__cont + .p-disco__cont {
    margin-top: 5px;
  }
}
.p-disco__cont-ttl {
  letter-spacing: 0.04rem;
  margin-bottom: 10px;
}
.p-disco__footer {
  width: 54.6875%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 60px;
}
@media not all and (max-width: 959px) {
  .p-disco__footer {
    min-width: 800px;
  }
}
@media screen and (max-width: 959px) {
  .p-disco__footer {
    width: 93.3%;
  }
}
@media screen and (max-width: 959px) {
  .p-disco__footer {
    width: 87%;
    margin-top: 28px;
  }
}
.p-disco__flex {
  margin-top: 50px;
}
@media not all and (max-width: 959px) {
  .p-disco__flex {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  .p-disco__flex {
    margin-top: 28px;
  }
}
@media not all and (max-width: 959px) {
  .p-disco__flex-head {
    width: 50%;
    margin-right: 10%;
    flex-shrink: 0;
  }
}
@media not all and (max-width: 959px) {
  .p-disco__flex-btm {
    width: 50%;
  }
}
@media screen and (max-width: 959px) {
  .p-disco__flex-btm {
    margin-top: 28px;
  }
}

@media screen and (max-width: 959px) {
  .p-jk {
    width: 52%;
    margin-bottom: 10px;
  }
}

.p-track__list-item {
  background: #f5f5f5;
}
.p-track__list-item + .p-track__list-item {
  margin-top: 2px;
}
@media screen and (max-width: 959px) {
  .p-track__list-item + .p-track__list-item {
    margin-top: 1px;
  }
}

.p-track_data {
  padding: 12px 0;
  width: 87%;
  margin: 0 auto;
}
.p-track_data__header {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.p-track_data__num {
  margin-right: 10px;
  color: #131336;
  font-size: calc(12 * 1.3px);
}
@media screen and (max-width: 959px) {
  .p-track_data__num {
    font-size: 15px;
  }
}
.p-track_data__ttl {
  font-size: calc(12 * 1.3px);
}
@media screen and (max-width: 959px) {
  .p-track_data__ttl {
    font-size: 15px;
  }
}
.p-track_data__txt {
  font-size: calc(10 * 1.3px);
  color: var(--color-gray);
}
@media screen and (max-width: 959px) {
  .p-track_data__txt {
    font-size: 12px;
  }
}
.p-track_data__txt .p-in-link {
  display: flex;
  align-items: center;
}
.p-track_data__txt .p-in-link-n {
  margin-right: 0.5rem;
}
.p-track_data__txt .p-in-link-i {
  width: 20px;
}
@media screen and (max-width: 959px) {
  .p-track_data__txt .p-in-link-i {
    width: 1.2rem;
  }
}
.p-track_data__txt .p-in-link-i svg {
  fill: var(--color-gray);
}
@media (hover: hover) {
  .p-track_data__txt .p-in-link-i {
    transition: opacity 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .p-track_data__txt .p-in-link-i:hover {
    opacity: 0.6;
  }
}

.p-bonus {
  padding: 50px 0;
  border-top: 1px solid var(--color-gray);
}
@media screen and (max-width: 959px) {
  .p-bonus {
    padding: 26px 0;
  }
}
.p-bonus__header {
  margin-bottom: 22px;
}
.p-bonus__ttl {
  font-size: calc(22.5 * 1.3px);
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .p-bonus__ttl {
    font-size: 22.5px;
  }
}
.p-bonus__txt {
  line-height: 1.5;
  font-size: calc(15 * 1.3px);
}
@media screen and (max-width: 959px) {
  .p-bonus__txt {
    margin-top: 8px;
    font-size: 15px;
  }
}
.p-bonus__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 10px;
}
@media screen and (max-width: 959px) {
  .p-bonus__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-bonus__list-item {
  width: 100%;
}
@media (hover: hover) {
  .p-bonus__list-item {
    transition: opacity 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .p-bonus__list-item:hover {
    opacity: 0.6;
  }
}
.p-bonus__sub {
  line-height: 1.5;
  margin-top: 22px;
}
.p-bonus__sub a {
  color: var(--color-main);
  text-decoration: underline;
}
@media (hover: hover) {
  .p-bonus__sub a:hover {
    text-decoration: none;
  }
}
.p-bonus__sub .p-in {
  display: flex;
  margin-top: 2%;
}
.p-bonus__sub .p-in-img {
  width: 40%;
}
.p-bonus__sub .p-in-img:first-child {
  margin-right: 2%;
}
@media screen and (max-width: 959px) {
  .p-bonus__sub .p-in-img.--single {
    width: 100%;
  }
}

.p-bonus_data__img {
  margin-bottom: 5px;
}
.p-bonus_data__ttl {
  font-size: calc(13.5 * 1.3px);
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .p-bonus_data__ttl {
    font-size: 13.5px;
  }
}

.p-disco_movie {
  padding: 50px 0;
  border-top: 1px solid var(--color-gray);
}
@media screen and (max-width: 959px) {
  .p-disco_movie {
    padding: 17px 0;
  }
}
.p-disco_movie__header {
  margin-bottom: 14px;
}
.p-disco_movie__ttl {
  font-size: calc(22.5 * 1.3px);
}
@media screen and (max-width: 959px) {
  .p-disco_movie__ttl {
    font-size: 22.5px;
  }
}
@media not all and (max-width: 959px) {
  .p-disco_movie__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 959px) {
  .p-disco_movie__list-item + .p-disco_movie__list-item {
    margin-top: 10px;
  }
}
.p-disco_movie__link {
  display: block;
}
@media (hover: hover) {
  .p-disco_movie__link {
    transition: color 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .p-disco_movie__link:hover {
    color: var(--color-main);
  }
}
.p-disco_movie__thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-disco_movie__thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 80px;
  height: 80px;
  background: var(--color-white);
  opacity: 0.25;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 1s cubic-bezier(0.19, 0.92, 0.3, 1), background-color 1s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.p-disco_movie__link:hover .p-disco_movie__thumb::before {
  transform: translate(-50%, -50%) scale(1.1);
  background-color: var(--color-main);
}
.p-disco_movie__thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 22px;
  height: 22px;
  background: url(../img/icon/icon_play.svg) center center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.p-disco_movie__thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-disco_movie__thumb-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-disco_movie__name {
  margin-top: 5px;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .p-disco_movie__name {
    font-size: 11.5px;
  }
}

@media not all and (max-width: 959px) {
  .p-movie__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media screen and (max-width: 959px) {
  .p-movie__list-item + .p-movie__list-item {
    margin-top: 13px;
  }
}
.p-movie__link {
  display: block;
}
@media (hover: hover) {
  .p-movie__link {
    transition: color 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .p-movie__link:hover {
    color: var(--color-main);
  }
}
.p-movie__thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 4px;
  overflow: hidden;
}
.p-movie__thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 80px;
  height: 80px;
  background: var(--color-white);
  opacity: 0.25;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 1s cubic-bezier(0.19, 0.92, 0.3, 1), background-color 1s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media screen and (max-width: 959px) {
  .p-movie__thumb::before {
    width: 45px;
    height: 45px;
  }
}
.p-movie__link:hover .p-movie__thumb::before {
  transform: translate(-50%, -50%) scale(1.1);
  background-color: var(--color-main);
}
.p-movie__thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 22px;
  height: 22px;
  background: url(../img/icon/icon_play.svg) center center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 959px) {
  .p-movie__thumb::after {
    width: 12px;
    height: 12px;
  }
}
.p-movie__thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-movie__thumb-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-movie__name {
  margin-top: 5px;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .p-movie__name {
    margin-top: 13px;
    font-size: 13px;
  }
}

.p-live__list-item {
  position: relative;
  padding-top: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 959px) {
  .p-live__list-item {
    padding-top: 17px;
    padding-bottom: 21px;
  }
}
.p-live__more {
  position: relative;
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-live__more {
    margin-top: 35px;
  }
}
.is-ended .p-live__more {
  display: none;
}
.p-live__back {
  position: relative;
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-live__back {
    margin-top: 35px;
  }
}

.p-live_data {
  display: block;
}
@media (hover: hover) {
  .p-live_data {
    transition: opacity 0.8s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .p-live_data:hover {
    opacity: 0.6;
  }
}
.p-live_data__header {
  position: relative;
  margin-bottom: 12px;
}
@media screen and (max-width: 959px) {
  .p-live_data__header {
    margin-bottom: 10px;
  }
}
.p-live_data__date {
  position: relative;
  display: flex;
}
.p-live_data__date-item {
  position: relative;
  font-size: 13px;
}
@media screen and (max-width: 959px) {
  .p-live_data__date-item {
    font-size: 12px;
  }
}
.p-live_data__date-item + .p-live_data__date-item {
  padding-left: 67px;
}
@media screen and (max-width: 959px) {
  .p-live_data__date-item + .p-live_data__date-item {
    padding-left: 40px;
  }
}
.p-live_data__date-item + .p-live_data__date-item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 13px;
  width: 38px;
  height: 1px;
  background: var(--color-black);
}
@media screen and (max-width: 959px) {
  .p-live_data__date-item + .p-live_data__date-item::before {
    top: 7px;
    left: 9px;
    width: 19px;
  }
}
.p-live_data__date-item + .p-live_data__date-item::after {
  content: "";
  position: absolute;
  top: 5.5px;
  left: 48px;
  width: 5px;
  height: 7px;
  background: var(--color-black);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 959px) {
  .p-live_data__date-item + .p-live_data__date-item::after {
    top: 5px;
    left: 26px;
    width: 4px;
    height: 5px;
  }
}
@media screen and (max-width: 959px) {
  .p-live_data__ttl {
    font-size: 14px;
  }
}

.p-live_detail__header {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 959px) {
  .p-live_detail__header {
    margin-bottom: 24px;
    padding-bottom: 15px;
  }
}
.p-live_detail__date {
  position: relative;
  margin-bottom: 7px;
  display: flex;
}
.p-live_detail__date-item {
  position: relative;
  font-size: 19px;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 959px) {
  .p-live_detail__date-item {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.p-live_detail__date-item + .p-live_detail__date-item {
  padding-left: 67px;
}
@media screen and (max-width: 959px) {
  .p-live_detail__date-item + .p-live_detail__date-item {
    padding-left: 40px;
  }
}
.p-live_detail__date-item + .p-live_detail__date-item::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 13px;
  width: 38px;
  height: 1px;
  background: var(--color-black);
}
@media screen and (max-width: 959px) {
  .p-live_detail__date-item + .p-live_detail__date-item::before {
    top: 7px;
    left: 9px;
    width: 19px;
  }
}
.p-live_detail__date-item + .p-live_detail__date-item::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 48px;
  width: 5px;
  height: 7px;
  background: var(--color-black);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 959px) {
  .p-live_detail__date-item + .p-live_detail__date-item::after {
    top: 5px;
    left: 26px;
    width: 4px;
    height: 5px;
  }
}
.p-live_detail__ttl {
  font-size: 38px;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .p-live_detail__ttl {
    font-size: 20px;
  }
}
.p-live_detail__inner {
  line-height: 1.75;
}
@media screen and (max-width: 959px) {
  .p-live_detail__inner {
    font-size: 12px;
    line-height: 1.6;
  }
}
.p-live_detail__inner a {
  color: var(--color-main);
  text-decoration: underline;
}
@media (hover: hover) {
  .p-live_detail__inner a:hover {
    text-decoration: none;
  }
}
.p-live_detail__list {
  margin-top: 36px;
  border-top: 1px solid var(--color-black);
}
@media screen and (max-width: 959px) {
  .p-live_detail__list {
    margin-top: 30px;
  }
}
.p-live_detail__list-item {
  border-bottom: 1px solid var(--color-black);
}

.p-live_detail_data__header {
  position: relative;
  padding: 17px 70px 17px 22px;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .p-live_detail_data__header {
    padding: 17px 40px 17px 12px;
  }
}
.p-live_detail_data__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-main-rgb), 0.1);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.9s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media not all and (max-width: 959px) {
  .p-live_detail_data__header:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
@media screen and (max-width: 959px) {
  .is-open .p-live_detail_data__header::before {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
.p-live_detail_data__icon {
  position: absolute;
  right: 40px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .p-live_detail_data__icon {
    right: 17px;
  }
}
.p-live_detail_data__icon::before, .p-live_detail_data__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--color-main);
}
.p-live_detail_data__icon::after {
  transform: rotate(90deg);
  transition: transform 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.is-open .p-live_detail_data__icon::after {
  transform: rotate(0);
}
.p-live_detail_data__date {
  font-size: 13px;
}
@media screen and (max-width: 959px) {
  .p-live_detail_data__date {
    font-size: 12px;
  }
}
.p-live_detail_data__ttl {
  font-size: 24px;
  line-height: 1.45;
}
@media screen and (max-width: 959px) {
  .p-live_detail_data__ttl {
    font-size: 17px;
  }
}
.p-live_detail_data__inner {
  height: 0;
  overflow: hidden;
}
.p-live_detail_data__inner-wrap {
  padding: 17px 20px;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .p-live_detail_data__inner-wrap {
    padding: 17px 12px;
  }
}
.is-open .p-live_detail_data__inner-wrap {
  pointer-events: auto;
}
@media not all and (max-width: 959px) {
  .p-live_detail_data__list-item {
    display: flex;
    align-items: flex-start;
  }
}
.p-live_detail_data__list-item + .p-live_detail_data__list-item {
  margin-top: 8px;
}
@media screen and (max-width: 959px) {
  .p-live_detail_data__list-item + .p-live_detail_data__list-item {
    margin-top: 6px;
  }
}
.p-live_detail_data__list-item .p-in-ttl {
  position: relative;
  min-width: 120px;
  padding: 2px 0 0px;
  background: var(--color-main);
  color: var(--color-white);
  text-align: center;
  font-size: 14px;
}
@media not all and (max-width: 959px) {
  .p-live_detail_data__list-item .p-in-ttl {
    margin-right: 20px;
  }
}
@media screen and (max-width: 959px) {
  .p-live_detail_data__list-item .p-in-ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 106px;
    padding: 2px 0 1px;
    font-size: 11px;
  }
}
.p-live_detail_data__list-item .p-in-txt {
  line-height: 1.75;
}
@media screen and (max-width: 959px) {
  .p-live_detail_data__list-item .p-in-txt {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.45;
  }
}

.p-media {
  margin-top: 68px;
}
@media screen and (max-width: 959px) {
  .p-media {
    margin-top: 34px;
  }
}
.p-media__category {
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-media__category {
    max-width: 320px;
    margin: 0 auto;
  }
}
.p-media__list {
  position: relative;
  margin-top: 8px;
}
@media screen and (max-width: 959px) {
  .p-media__list {
    margin-top: 4px;
  }
}
.p-media__list-item {
  border-bottom: 1px solid var(--color-black);
}
.p-media__more {
  position: relative;
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-media__more {
    margin-top: 35px;
  }
}
.is-ended .p-media__more {
  display: none;
}

.p-media_data {
  display: block;
  padding-top: 32px;
  padding-bottom: 36px;
}
@media screen and (max-width: 959px) {
  .p-media_data {
    padding-top: 16px;
    padding-bottom: 18px;
    font-size: 12px;
  }
}
.p-media_data__wrap {
  line-height: 1.75;
}
@media not all and (max-width: 959px) {
  .p-media_data__wrap {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  .p-media_data__wrap {
    line-height: 1.65;
  }
}
@media not all and (max-width: 959px) {
  .p-media_data__header {
    flex-shrink: 0;
    min-width: 133px;
    padding-top: 7px;
  }
}
@media screen and (max-width: 959px) {
  .p-media_data__header {
    display: flex;
    margin-bottom: 3px;
  }
}
.p-media_data__cate {
  position: relative;
  color: var(--color-main);
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .p-media_data__cate {
    flex-grow: 1;
    text-align: right;
    font-size: 12px;
  }
}
.p-media_data__date {
  font-size: 13px;
}
@media screen and (max-width: 959px) {
  .p-media_data__date {
    font-size: 12px;
  }
}
.p-media_data__time {
  font-size: 13px;
}
@media screen and (max-width: 959px) {
  .p-media_data__time {
    margin-left: 10px;
    font-size: 12px;
  }
}
.p-media_data__ttl {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .p-media_data__ttl {
    font-size: 16px;
  }
}
.p-media_data__desc a {
  color: var(--color-main);
  text-decoration: underline;
}
@media (hover: hover) {
  .p-media_data__desc a:hover {
    text-decoration: none;
  }
}
.p-media_data__link a {
  color: var(--color-main);
  text-decoration: underline;
}
@media (hover: hover) {
  .p-media_data__link a:hover {
    text-decoration: none;
  }
}