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

.pc-hide {
  display: block;
}
.pc-hide_i {
  display: inline-block;
}
@media (min-width: 1040px) {
  .pc-hide {
    display: none;
  }
  .pc-hide_i {
    display: none;
  }
}

.sp-hide {
  display: none;
}
.sp-hide_i {
  display: none;
}
@media (min-width: 1040px) {
  .sp-hide {
    display: block;
  }
  .sp-hide_i {
    display: inline-block;
  }
}

.ib {
  display: inline-block;
}

.ib_space {
  padding: 0 0.5rem;
}

.ib_space_r {
  padding-right: 1rem;
}

.ib_space_l {
  padding-left: 1rem;
}

.ib_space_l2 {
  padding-left: 1em;
}

.centering {
  text-align: center;
}

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

.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;
  letter-spacing: 1px;
  line-height: 1.5;
}

.note_12 {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
}

.note_14 {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.5;
}

.font-regular {
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 768px) {
  .font-regular {
    font-size: 18px;
  }
}

.font-regular2 {
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 768px) {
  .font-regular2 {
    font-size: 20px;
  }
}

.font-medium {
  font-size: clamp(1.25rem, 1.0795rem + 0.7273vw, 1.625rem);
  line-height: 1.5;
}

.font-large {
  font-size: clamp(1.3125rem, 1.0568rem + 1.0909vw, 1.875rem);
  line-height: 1.6;
}

.font-title {
  font-size: clamp(2.5rem, 1.9318rem + 2.4242vw, 3.75rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  color: #e8c100;
}
.font-title span {
  font-weight: 100;
  display: inline-block;
  padding: 10px 5px;
}

.font-weight400 {
  font-weight: 400 !important;
}

.font-weight700 {
  font-weight: 700 !important;
}

.font-weight900 {
  font-weight: 900 !important;
}

.font-point {
  color: #e8c100;
}

.font-point_sub {
  color: #327c9a;
}

.font-alphabet {
  font-family: cursive;
}
.font-alphabet.padding {
  padding: 8px 5px 5px;
}

.no-link {
  pointer-events: none;
}

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

img {
  pointer-events: none;
}

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

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

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

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

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

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

@-webkit-keyframes popfade {
  0% {
    opacity: 0;
    top: 80px;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes popfade {
  0% {
    opacity: 0;
    top: 80px;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.common-abg-wrap__footer {
  padding: 30px 0;
  background: #2a2a2a;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
.page-wrap {
  font-family: VideoJS, YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  -webkit-font-feature-settings: "pkna" 1;
          font-feature-settings: "pkna" 1;
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 1px;
  color: #ffffff;
  background: #010102;
  text-decoration: none;
  list-style: none;
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.page-wrap a {
  text-decoration: none;
  color: #2da6e3;
}
@media (min-width: 1040px) {
  .page-wrap a {
    cursor: pointer;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .page-wrap a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.page-wrap .l-footer {
  border-top: 1px solid #a8a8a8;
  text-align: center;
  padding: 30px 0;
  font-size: 16px;
  line-height: 1.2;
}
.page-wrap .l-footer__copyright {
  font-size: 0.8rem;
  line-height: 1.5;
}
.page-wrap .l-footer__copyright__note {
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .page-wrap .l-footer__copyright__note {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
  }
}

.page-wrap .l-grid-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-wrap .l-grid-container .c-cast {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.page-wrap .l-grid-container .c-staff {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.page-wrap .l-grid-container .c-music {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .page-wrap .l-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px 10px;
    grid-template-areas: "c-cast c-staff" "c-music c-staff";
  }
  .page-wrap .l-grid-container .c-cast {
    grid-area: c-cast;
  }
  .page-wrap .l-grid-container .c-staff {
    grid-area: c-staff;
  }
  .page-wrap .l-grid-container .c-music {
    grid-area: c-music;
  }
}

/*-------------------
 * component
 *-------------------*/
.page-wrap .c-main {
  padding: 40px 30px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.page-wrap .c-main-box {
  max-width: 1100px;
  margin: 0 auto;
}
.page-wrap .c-main-list {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-wrap .c-main-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-wrap .c-main-list__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px 0;
}
@media (min-width: 768px) {
  .page-wrap .c-main-list__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-wrap .c-main-list.cast .c-main-list__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.page-wrap .c-main-list__caption {
  background: #ebe38b;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 5px 10px 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-wrap .c-main-list__name {
  font-size: 1.3em;
  line-height: 1.5;
  min-width: 150px;
  padding-left: 15px;
}
.page-wrap .c-main-list__note {
  font-size: 12px;
  line-height: 1;
}

.page-wrap .c-border {
  position: relative;
  padding: 20px 10px;
}
@media (min-width: 1040px) {
  .page-wrap .c-border {
    margin: 20px 0;
    padding: 40px 10px;
  }
}
.page-wrap .c-border::before, .page-wrap .c-border::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(235, 227, 139, 0)), color-stop(30%, rgba(235, 227, 139, 0.5)), color-stop(70%, rgba(235, 227, 139, 0.5)), color-stop(80%, rgba(235, 227, 139, 0)));
  background: linear-gradient(90deg, rgba(235, 227, 139, 0) 20%, rgba(235, 227, 139, 0.5) 30%, rgba(235, 227, 139, 0.5) 70%, rgba(235, 227, 139, 0) 80%);
}
.page-wrap .c-border:before {
  top: 7px;
}
.page-wrap .c-border::after {
  bottom: 7px;
}

.page-wrap .c-heading {
  font-size: clamp(2.5rem, 1.9318rem + 2.4242vw, 3.75rem);
  font-weight: 200;
  color: #ebe38b;
  line-height: 1;
  padding: 10px 0 20px;
  margin-left: -10px;
  position: relative;
}
@media (min-width: 768px) {
  .page-wrap .c-heading {
    text-align: center;
    margin-bottom: 40px;
  }
}
.page-wrap .c-heading::after {
  position: absolute;
  content: "";
  width: calc(100% + 30px);
  height: 2px;
  left: -20px;
  bottom: 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(235, 227, 139, 0.5)), color-stop(85%, rgba(235, 227, 139, 0.5)), to(rgba(235, 227, 139, 0)));
  background: linear-gradient(90deg, rgba(235, 227, 139, 0.5) 0%, rgba(235, 227, 139, 0.5) 85%, rgba(235, 227, 139, 0) 100%);
}
@media (min-width: 768px) {
  .page-wrap .c-heading::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(235, 227, 139, 0)), color-stop(30%, rgba(235, 227, 139, 0.5)), color-stop(70%, rgba(235, 227, 139, 0.5)), color-stop(80%, rgba(235, 227, 139, 0)));
    background: linear-gradient(90deg, rgba(235, 227, 139, 0) 20%, rgba(235, 227, 139, 0.5) 30%, rgba(235, 227, 139, 0.5) 70%, rgba(235, 227, 139, 0) 80%);
  }
}

.page-wrap .c-headline {
  padding: 0 0 1em;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 200;
}
@media (min-width: 1040px) {
  .page-wrap .c-headline {
    font-size: 2em;
    font-weight: 200;
    line-height: 1.5;
    padding: 0 0 1em;
  }
}
.page-wrap .c-headline .note {
  margin-top: 8px;
  font-size: 0.8rem;
  line-height: 1.5;
  background: #ffffff;
  color: #2a2a2a;
  padding: 2px 5px;
}
@media (min-width: 768px) {
  .page-wrap .c-headline .note {
    padding: 5px;
  }
}

.page-wrap .c-movie {
  padding: 10px;
}
@media (min-width: 1040px) {
  .page-wrap .c-movie {
    padding: 20px 10px;
  }
}
.page-wrap .c-movie__area {
  width: 100%;
  max-width: 750px;
}
.page-wrap .c-movie__area.youtube {
  position: relative;
  padding-top: 56.25%;
}
.page-wrap .c-movie__area.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.page-wrap .c-text {
  padding-bottom: 40px;
}
.page-wrap .c-text__text {
  position: relative;
  padding-top: 2em;
}
.page-wrap .c-text__text:nth-child(n+3) {
  padding-top: 6em;
}
.page-wrap .c-text__text:nth-child(n+3)::before, .page-wrap .c-text__text:nth-child(n+3)::after {
  position: absolute;
  content: "";
  background: #ffffff;
}
.page-wrap .c-text__text:nth-child(n+3)::before {
  top: 2.5em;
  left: calc(50% - 8px);
  width: 15px;
  height: 15px;
}
.page-wrap .c-text__text:nth-child(n+3)::after {
  top: calc(2.5em + 7px);
  left: calc(50% - 100px);
  width: 200px;
  height: 1px;
}

/*-------------------
 * project
 *-------------------*/
.page-wrap .p-index-head {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .page-wrap .p-index-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1040px) {
  .page-wrap .p-index-head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-wrap .p-index-head__img {
  width: 100%;
  padding: 20px;
  text-align: center;
  line-height: 0;
}
@media (min-width: 768px) {
  .page-wrap .p-index-head__img {
    width: 50%;
  }
}
.page-wrap .p-index-head__img img {
  width: 80%;
  max-width: 960px;
}
@media (min-width: 768px) {
  .page-wrap .p-index-head__img img {
    width: 100%;
  }
}
.page-wrap .p-index-head__info {
  width: 100%;
  padding: 0 20px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-wrap .p-index-head__info {
    padding: 20px;
    width: 50%;
  }
}
.page-wrap .p-index-head__info-logo {
  width: 90%;
  max-width: 510px;
}
.page-wrap .p-index-head-onair {
  font-size: 1.1em;
  line-height: 1.8;
}
.page-wrap .p-index-head-onair__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 10px;
}
.page-wrap .p-index-head-onair__ch {
  border: 1px solid #ffffff;
  padding: 1rem;
  font-size: 1.1em;
  line-height: 1;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-wrap .p-index-head-onair__date {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: left;
  padding-left: 10px;
}/*# sourceMappingURL=style.css.map */