@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
body {
  height: auto;
  overflow: auto;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.pc-hide {
  display: block;
}
.pc-hide__i {
  display: inline-block;
}
@media screen and (min-width: 420px) {
  .pc-hide {
    display: none;
  }
  .pc-hide__i {
    display: none;
  }
}

.sp-hide {
  display: none;
}
.sp-hide__i {
  display: none;
}
@media screen and (min-width: 420px) {
  .sp-hide {
    display: block;
  }
  .sp-hide__i {
    display: inline-block;
  }
}

.ib {
  display: inline-block;
}

.ib-space {
  padding: 0 0.5rem;
}

.ib-space1 {
  padding: 0 0.7rem;
}

.ib-space2 {
  padding: 0 0.2rem;
}

.ib-space__r {
  padding-right: 1rem;
}

.ib-space__r2 {
  padding-right: 1.4rem;
}

.ib-space__r3 {
  padding: 0 0.25em;
}

.ib-space__l {
  padding-left: 1rem;
}

.ib-space__l2 {
  padding-left: 1em;
}

.centering {
  text-align: center;
}

.txt-r {
  text-align: right;
  display: block;
}

.txt-l {
  text-align: left;
}

.note {
  font-size: 0.8em;
  letter-spacing: 1px;
  line-height: 1.5;
}
.note__ls0 {
  letter-spacing: 0;
}
.note__11 {
  font-size: 11px;
}
.note__12 {
  font-size: 12px;
}

.font-group {
  font-size: 12px;
}
.font-regular {
  font-size: 1em !important;
}
@media (min-width: 890px) {
  .font-regular {
    font-size: 1em !important;
  }
}
.font-medium {
  font-size: 1.1em !important;
  line-height: 1.4;
}
@media (min-width: 890px) {
  .font-medium {
    font-size: 1.2em !important;
  }
}
.font-large {
  font-size: 1.3em !important;
  line-height: 1.6;
}
@media (min-width: 890px) {
  .font-large {
    font-size: 1.4em !important;
  }
}
.font-mini {
  font-size: 0.7em;
}
.font-title {
  font-size: 21px;
  line-height: 1;
}
.font-title span {
  font-weight: 100;
  display: inline-block;
  padding: 10px 0;
}
.font-weight {
  font-weight: bold !important;
}
.font-weight__more {
  font-weight: bolder !important;
}
.font-point {
  color: #D437D9;
  font-family: "Balthazar", serif;
  background: linear-gradient(transparent 50%, #fffa75 50%);
  font-weight: 600;
}
.font-point__sub {
  color: #D437D9;
  font-family: "Balthazar", serif;
}
.font-point__accent {
  color: #4138D4;
}

.padding-t5 {
  padding-top: 5px;
}

.no-link {
  pointer-events: none;
}
.no-link__opacity {
  pointer-events: none;
  opacity: 0.3;
}

img {
  pointer-events: none;
}

#op01 .width100 {
  width: 100%;
  max-width: auto;
}

.width100 {
  width: 100% !important;
  max-width: 750px;
}

.width90 {
  width: 90% !important;
  max-width: 750px;
}

.width800p {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.portrait {
  width: 90% !important;
}
@media (min-width: 1200px) {
  .portrait {
    width: 50% !important;
  }
}

.full {
  width: 100% !important;
}
.full .c-comment-box-text__name {
  justify-content: flex-start;
}

.popfade {
  position: relative;
  opacity: 0;
  top: 100px;
}

.popfade.animate {
  top: 0;
  animation-name: popfade;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes popfade {
  0% {
    opacity: 0;
    top: 80px;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.common-abg-wrap__footer {
  padding: 30px 0;
  background: #fff;
  position: relative;
  z-index: 15;
}

.w-mgf {
  position: relative;
  z-index: 15;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*
body {
	padding-right: 0 !important;
}
*/
.common-abg-wrap__footer {
  background-color: #fff;
}

.common-abg-wrap__header {
  background-color: #fff;
}

.page-wrap {
  position: relative;
  height: auto;
  width: 100%;
  color: #202020;
  font-family: VideoJS, YakuHanJPs, "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  font-variant-ligatures: none;
  /*
  background: $c-background;*/
  /* 選択した時の背景色 */
}
.page-wrap::after {
  position: fixed;
  bottom: 0;
  content: "";
  width: 100%;
  background: url(../images/background.webp);
  background-size: cover;
  z-index: -2;
  opacity: 1;
  height: calc(100% + 10vh);
}
@media (min-width: 890px) {
  .page-wrap::after {
    height: 100%;
  }
}
.page-wrap ::-moz-selection {
  background-color: rgba(190, 166, 255, 0.7);
}
.page-wrap ::selection {
  background-color: rgba(190, 166, 255, 0.7);
}
.page-wrap a {
  text-decoration: none;
}
@media (hover: hover) {
  .page-wrap {
    /* リンクの場合 */
    /* ボタンの場合 */
    /* 特定できない場合 */
  }
  .page-wrap a {
    transition: 0.2s;
  }
  .page-wrap a:-moz-any-link:hover {
    cursor: pointer;
  }
  .page-wrap a:any-link:hover {
    cursor: pointer;
  }
  .page-wrap a:-moz-any-link:hover img {
    filter: brightness(1.2);
    -moz-transition: 0.2s;
    transition: 0.2s;
  }
  .page-wrap a:any-link:hover img {
    filter: brightness(1.2);
    transition: 0.2s;
  }
  .page-wrap button:enabled:hover {
    cursor: pointer;
  }
  .page-wrap .button:where(:-moz-any-link, :enabled, summary):hover {
    cursor: pointer;
  }
  .page-wrap .button:where(:any-link, :enabled, summary):hover {
    cursor: pointer;
  }
}

.page-wrap .l-layout {
  /*
  max-width: 1200px;
  */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  height: auto;
  justify-content: center;
}
@media (min-width: 890px) {
  .page-wrap .l-layout {
    flex-direction: row-reverse;
  }
}
.page-wrap .l-layout .l-colum {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.page-wrap .c-footer-link {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px;
  text-align: center;
}
.page-wrap .c-footer-link a {
  color: #8d8c8c;
}
.page-wrap .c-footer-copyright {
  width: 100%;
  font-size: 0.7rem;
  line-height: 1;
  padding: 20px;
  text-align: center;
}

/*-------------------
 * component
 *-------------------*/
.page-wrap {
  /*
  .p-index__sub + .c-body {
    margin-top: 0;
    @include tab {
      margin-top: -65px;
    }
  }
    */
}
.page-wrap .c-body {
  position: relative;
}

.page-wrap .c-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-wrap .c-intro .font-large {
  font-size: 18px;
}
@media (min-width: 890px) {
  .page-wrap .c-intro .font-large {
    font-size: 22px;
  }
}
.page-wrap .c-intro-title {
  font-family: "Balthazar", serif;
  font-size: 34px;
  line-height: 1.4 !important;
}
@media (min-width: 890px) {
  .page-wrap .c-intro-title {
    font-size: 42px;
  }
}
.page-wrap .c-intro-text {
  padding-bottom: 30px;
}
.page-wrap .c-intro-text:last-child {
  padding-bottom: 0;
}
.page-wrap .c-intro-text__top {
  padding: 20px 0 30px;
}
.page-wrap .c-intro-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-wrap .c-intro-logo {
  line-height: 0;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.page-wrap .c-intro-logo img {
  width: 100%;
}
.page-wrap .c-intro__combi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  padding-bottom: 4px;
}
@media (min-width: 890px) {
  .page-wrap .c-intro__combi {
    flex-direction: row;
    gap: 6px;
  }
}
.page-wrap .c-intro-photo {
  line-height: 0;
  width: 90%;
  margin: 0 auto;
  max-width: 600px;
  padding: 0 0 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.page-wrap .c-intro-photo img {
  width: 100%;
  min-width: 200px;
  width: 100%;
  flex-grow: 1;
}
@media (min-width: 890px) {
  .page-wrap .c-intro .no-width {
    max-width: none !important;
  }
}

.page-wrap .c-cast-detail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px 50px;
  margin-bottom: 50px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 389px) {
  .page-wrap .c-cast-detail {
    flex-direction: column;
  }
}
.page-wrap .c-cast-detail:last-child {
  margin-bottom: 0;
}
.page-wrap .c-cast-detail::after {
  position: absolute;
  content: "◆";
  color: #D437D9;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 10px;
  line-height: 1;
}
.page-wrap .c-cast-detail__role {
  color: #4138D4;
  font-size: 15px;
  text-align: right;
  width: 150px;
}
@media screen and (max-width: 389px) {
  .page-wrap .c-cast-detail__role {
    text-align: center;
  }
}
.page-wrap .c-cast-detail__name {
  text-align: left;
  width: 150px;
  font-size: 20px;
}
@media screen and (max-width: 389px) {
  .page-wrap .c-cast-detail__name {
    text-align: center;
  }
}

.page-wrap .c-staff-detail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px 50px;
  margin-bottom: 50px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 389px) {
  .page-wrap .c-staff-detail {
    flex-direction: column;
  }
}
.page-wrap .c-staff-detail:last-child {
  margin-bottom: 0;
}
.page-wrap .c-staff-detail::after {
  position: absolute;
  content: "◆";
  color: #D437D9;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 10px;
  line-height: 1;
}
.page-wrap .c-staff-detail__role {
  color: #4138D4;
  font-size: 15px;
  text-align: right;
  width: 150px;
}
@media screen and (max-width: 389px) {
  .page-wrap .c-staff-detail__role {
    text-align: center;
  }
}
.page-wrap .c-staff-detail__name {
  text-align: left;
  width: 150px;
  font-size: 20px;
}
@media screen and (max-width: 389px) {
  .page-wrap .c-staff-detail__name {
    text-align: center;
  }
}

.page-wrap .c-music-detail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px 50px;
  margin-bottom: 50px;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 460px) {
  .page-wrap .c-music-detail {
    flex-direction: column;
  }
}
.page-wrap .c-music-detail:last-child {
  margin-bottom: 0;
}
.page-wrap .c-music-detail::after {
  position: absolute;
  content: "◆";
  color: #D437D9;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 460px) {
  .page-wrap .c-music-detail::after {
    top: 35%;
    transform: translate(-50%, -35%);
  }
}
.page-wrap .c-music-detail__role {
  color: #4138D4;
  font-size: 15px;
  text-align: right;
  width: 190px;
}
@media screen and (max-width: 460px) {
  .page-wrap .c-music-detail__role {
    text-align: center;
  }
}
.page-wrap .c-music-detail__name {
  text-align: left;
  width: 190px;
  font-size: 20px;
}
@media screen and (max-width: 460px) {
  .page-wrap .c-music-detail__name {
    text-align: center;
  }
}

.page-wrap .c-main {
  overflow: hidden;
  background: url(../images/line.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  max-width: 1000px;
  margin: 0 auto;
}
.page-wrap .c-main:first-child {
  background: none;
}
.page-wrap .c-main-box {
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px;
  position: relative;
  max-width: 870px;
}
@media (min-width: 890px) {
  .page-wrap .c-main-box {
    padding: 80px 20px 90px;
    margin: 0 auto;
  }
}
.page-wrap .c-main-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 700px;
}
.page-wrap .c-main .c-main-inner + .c-main-inner {
  padding-top: 70px;
}

.page-wrap .c-headline {
  position: relative;
  font-family: "Balthazar", serif;
  font-weight: 400;
  font-size: clamp(2.8125rem, 0.7646rem + 8.7379vw, 5.625rem);
  margin-bottom: 70px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -1px;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #202020;
  line-height: 1;
  letter-spacing: 2px;
}
@media (min-width: 890px) {
  .page-wrap .c-headline {
    font-size: 54px;
    margin-bottom: 60px;
  }
}

.page-wrap .c-text {
  text-align: left;
  padding-bottom: 26px;
}
@media (min-width: 890px) {
  .page-wrap .c-text {
    padding-bottom: 30px;
  }
}
.page-wrap .c-text:last-child {
  padding-bottom: 0;
}
.page-wrap .c-text__title {
  color: #fff;
  background: #96c2da;
  font-family: "Balthazar", serif;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding: 6px 0 8px;
}
@media (min-width: 890px) {
  .page-wrap .c-text__title {
    font-size: 18px;
  }
}
.page-wrap .c-text__box {
  padding: 10px 10px 0;
}
@media (min-width: 890px) {
  .page-wrap .c-text__box {
    padding: 8px 10px 0;
  }
}
.page-wrap .c-text__box .free {
  display: block;
  border-bottom: 1px dashed #4138D4;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  padding: 0 8px 4px;
  margin-bottom: 4px;
}
.page-wrap .c-text__sub {
  width: 100%;
  background-color: #fff;
  border: 1px solid #96c2da;
  padding: 12px;
  text-align: justify;
}
.page-wrap .c-text__sub__under {
  display: block;
  border-bottom: 1px solid #96c2da;
  padding: 0 10px 4px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  color: #202020;
  margin-bottom: 8px;
}
.page-wrap .c-text__sub__profile {
  background-color: #96c2da;
  padding: 12px;
  text-align: justify;
}
.page-wrap .c-text__sub__profile .c-text__sub__under {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 0 10px 4px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  color: #202020;
  margin-bottom: 8px;
}
.page-wrap .c-text__intro {
  padding-bottom: 60px;
  line-height: 1.8;
}
@media (min-width: 890px) {
  .page-wrap .c-text__intro {
    padding-bottom: 40px;
  }
}
.page-wrap .c-text__intro:last-child {
  padding-bottom: 0;
}
.page-wrap .c-text__intro img {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
@media (min-width: 890px) {
  .page-wrap .c-text__intro img {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
  }
}
.page-wrap .c-text .c-text__img {
  line-height: 0 !important;
}
.page-wrap .c-text__text {
  padding: 10px 10px 10px;
  font-size: 15px;
  text-align: justify;
}
@media (min-width: 890px) {
  .page-wrap .c-text__text {
    padding: 8px 10px 10px;
  }
}
.page-wrap .c-text__sub + .c-text__sub__profile {
  margin-top: 20px;
}

/*-------------------
 * project
 *-------------------*/
.page-wrap .p-index {
  width: 100%;
  background-color: #101010;
}
.page-wrap .p-index-head {
  margin: 0 auto;
  padding: 0;
  display: flex;
  gap: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 890px) {
  .page-wrap .p-index-head {
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    padding: 30px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.page-wrap .p-index-head__mv {
  width: 100%;
  line-height: 0;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 890px) {
  .page-wrap .p-index-head__mv {
    max-width: 610px;
    width: calc(50% - 10px);
  }
}
.page-wrap .p-index-head__mv img {
  width: 100%;
}
.page-wrap .p-index-head__side {
  width: 100%;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 40px 10px;
  align-items: center;
  margin: 0 auto;
  padding: 30px 10px 40px;
}
@media (min-width: 890px) {
  .page-wrap .p-index-head__side {
    width: calc(50% - 10px);
    padding: 0;
  }
}
.page-wrap .p-index-head__logo {
  display: none;
}
@media (min-width: 890px) {
  .page-wrap .p-index-head__logo {
    display: block;
    width: 100%;
    line-height: 0;
    padding-bottom: 10px;
    max-width: 440px;
  }
}
.page-wrap .p-index-head__logo img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.page-wrap .p-index-head__onair {
  line-height: 0;
  max-width: 620px;
}
@media (min-width: 890px) {
  .page-wrap .p-index-head__onair {
    max-width: 520px;
  }
}
.page-wrap .p-index-head__onair img {
  width: 100%;
}
.page-wrap .p-index-head__movie {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-wrap .p-index-head__movie__area {
  width: 100%;
  margin: 0 auto;
  max-width: 560px;
  aspect-ratio: 16/9;
  line-height: 0;
  padding: 10px;
}
.page-wrap .p-index-head__movie__inner {
  border: 2px solid #fff;
}
.page-wrap .p-index-head__movie__inner iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.page-wrap .p-index-head__movie::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: url(../images/frame.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.page-wrap .p-index-info {
  width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  padding: 20px 10px;
  background: #96c2da;
}
.page-wrap .p-index-oa {
  padding: 10px;
  background: #fffff9;
}
.page-wrap .p-index-oa__start {
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .page-wrap .p-index-oa__start {
    max-width: 350px;
    margin: 0 auto;
  }
}
.page-wrap .p-index-oa__list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 12px;
  justify-content: center;
  padding-top: 20px;
  margin: 0 auto;
  /*
  max-width: 600px;
  */
}
@media screen and (max-width: 980px) {
  .page-wrap .p-index-oa__list {
    max-width: 600px;
    margin: 0 auto;
  }
}
.page-wrap .p-index-oa__item {
  width: 31%;
  text-align: center;
  min-width: 144px;
  flex-grow: 1;
  max-width: 170px;
}
@media (min-width: 890px) {
  .page-wrap .p-index-oa__item {
    width: 15%;
  }
}
.page-wrap .p-index-oa__item .ch {
  color: #fff;
  background-color: #96c2da;
  font-weight: 500;
  font-size: 15px;
  font-family: "Balthazar", serif;
  line-height: 1;
  padding: 6px 4px 8px;
}
@media (min-width: 890px) {
  .page-wrap .p-index-oa__item .ch {
    font-size: 15px;
  }
}
.page-wrap .p-index-oa__item .time {
  line-height: 1.2;
  padding: 6px 2px;
}
.page-wrap .p-index-stream {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 40px;
  flex-wrap: wrap;
}
.page-wrap .p-index-stream .font-medium {
  line-height: 1.2;
}
@media (min-width: 890px) {
  .page-wrap .p-index-stream .font-medium {
    line-height: 1.4;
  }
}
.page-wrap .p-index-stream__text {
  min-height: 62px;
  font-weight: 500;
  background: #fff;
  color: #D437D9;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  gap: 2px;
  padding: 0 10px;
  min-width: 200px;
  height: 72px;
}
@media (min-width: 890px) {
  .page-wrap .p-index-stream__text {
    font-size: 18px;
    height: 78px;
  }
}
.page-wrap .p-index-stream__free {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.page-wrap .p-index-stream__list {
  display: flex;
  gap: 8px 10px;
  padding: 4px 0;
  min-width: 138px;
}
.page-wrap .p-index-stream__item {
  width: 64px;
}
@media (min-width: 890px) {
  .page-wrap .p-index-stream__item {
    width: 70px;
  }
}
.page-wrap .p-index-stream__item a {
  line-height: 0;
  display: block;
  opacity: 1;
  transition: 0.2s;
}
.page-wrap .p-index-stream__item a img {
  width: 100%;
}
.page-wrap .p-index-stream__item a:hover img {
  opacity: 0.7 !important;
}
.page-wrap .p-index-stream__premium {
  display: flex;
  gap: 8px 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page-wrap .p-index-stream__premium .p-index-stream__item {
  width: 138px;
}
@media (min-width: 890px) {
  .page-wrap .p-index-stream__premium .p-index-stream__item {
    width: 150px;
  }
}
.page-wrap .p-index-sns__area {
  background-color: #609cbd;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px 20px;
  max-width: 350px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 10px;
}
.page-wrap .p-index-sns__title {
  color: #fff;
  min-width: 80px;
}
.page-wrap .p-index-sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.page-wrap .p-index-sns__item a {
  display: block;
  line-height: 0;
  opacity: 1;
  transition: 0.2s;
  opacity: 1;
  border-radius: 90px;
  width: 50px;
}
@media (hover: hover) {
  .page-wrap .p-index-sns__item a:hover {
    opacity: 0.7;
  }
}
.page-wrap .p-index-sns__item a img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */