@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
@font-face {
  font-family: AdjustedYuGothic;
  font-weight: 400;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: AdjustedYuGothic;
  font-weight: 700;
  src: local("Yu Gothic Bold");
}
* {
  zoom: 1;
}

.clearfix:after,
.cf:after {
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 16px;
}

body {
  color: #23221e;
}

.page-wrap p,
.page-wrap div,
.page-wrap h1,
.page-wrap h2,
.page-wrap h3,
.page-wrap h4,
.page-wrap h5,
.page-wrap h6,
.page-wrap ul,
.page-wrap li,
.page-wrap dl,
.page-wrap dt,
.page-wrap dd,
.page-wrap body {
  font-family: VideoJS, YakuHanJPs_Narrow, AdjustedYuGothic, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

.page-wrap h1,
.page-wrap h2,
.page-wrap h3,
.page-wrap h4,
.page-wrap h5,
.page-wrap h6 {
  font-feature-settings: "palt";
}

.page-wrap .mincho {
  font-family: VideoJS, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif;
}

.page-wrap p {
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

.page-wrap ul {
  list-style: none;
}

/*-------- img hover ---------*/
.page-wrap img {
  border: none;
}

.page-wrap a:hover img {
  opacity: 0.8;
}

/*----------------------------*/
.page-wrap a:link {
  text-decoration: none;
}

.page-wrap a:visited {
  text-decoration: none;
}

.page-wrap a:hover {
  text-decoration: none;
}

.page-wrap a:active {
  text-decoration: none;
}

/*----------------------------*/
/* ▼PC▼ */
#mbs_common_footerwrap,
#mbs_common_headerwrap2014 {
  display: block;
}

#globalsp_navigation,
#globalsp_footer {
  display: none;
}

.sp_only {
  display: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* ▲PC▲ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ▼Smartphone▼ */
@media screen and (max-width: 812px) {
  #mbs_common_footerwrap,
  #mbs_common_headerwrap2014 {
    display: none;
  }
  #globalsp_navigation,
  #globalsp_footer {
    display: block;
  }
  html {
    min-width: 100%;
    font-size: 16px;
  }
  body {
    min-width: 100% !important;
  }
  .page-wrap {
    position: relative;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  br.sp_only {
    display: inline;
  }
}
/* ▲Smartphone▲ */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.common-abg-wrap__footer {
  padding: 20px 0;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*-------------------
 * component
 *-------------------*/
.page-wrap .c-container {
  padding: 40px 16px;
  box-shadow: 0 -30px 30px -30px #e4e4e4 inset;
}

.page-wrap .c-heading {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 40px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.page-wrap .c-heading__main {
  display: block;
  font-family: "Poppins";
  font-weight: 900;
  padding: 0 10px;
  font-size: 2em;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-heading__main {
    font-size: 1.6em;
  }
}
.page-wrap .c-heading__sub {
  font-family: "Noto Sans JP";
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-heading__sub {
    text-align: center;
    line-height: 1.6;
  }
}

/* ===========================================
 * about
 * ======================================== */
.page-wrap .c-about-body {
  box-shadow: 0 0 40px 1px rgba(0, 0, 0, 0.1);
  border: 8px solid #ffcc00;
  border-radius: 40px;
  padding: 40px;
  margin: 0 auto;
  max-width: 720px;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-about-body {
    border-radius: 20px;
    padding: 40px 20px;
  }
}
.page-wrap .c-about-video {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-about-video {
    margin-bottom: 20px;
  }
}
.page-wrap .c-about-head {
  padding: 0 8px;
  margin: 0 auto;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  font-size: clamp(1.56rem, 0.39vw + 1.47rem, 1.78rem);
  position: relative;
  text-align: center;
  line-height: 1.4;
  box-sizing: border-box;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-about-head {
    padding: 0;
    font-size: 1.4em;
  }
}
.page-wrap .c-about-head span {
  position: relative;
  z-index: 10;
  word-break: keep-all;
}
.page-wrap .c-about-text {
  line-height: 2em;
}

.page-wrap .c-cast-body {
  box-shadow: 0 0 40px 1px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  padding: 40px;
  margin: 0 auto;
  max-width: 720px;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-cast-body {
    border-radius: 20px;
    padding: 40px 20px;
  }
}
.page-wrap .c-cast-body {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-cast-body {
    display: block;
  }
}
.page-wrap .c-cast-head {
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  font-weight: 700;
  font-family: "Noto Sans JP";
  text-align: right;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-cast-head {
    text-align: left;
    margin-top: 40px;
    padding-bottom: 10px;
  }
  .page-wrap .c-cast-head:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .page-wrap .c-cast-head {
    text-align: center;
  }
}
.page-wrap .cast-block_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  padding: 5px 0 40px 0;
}
@media screen and (max-width: 896px) {
  .page-wrap .cast-block_wrap {
    border-left: none;
  }
}
@media screen and (max-width: 896px) {
  .page-wrap .cast-block_wrap {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.page-wrap .cast-block_wrap li {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.page-wrap .c-cast-name {
  font-size: clamp(1.25rem, 0.15vw + 1.21rem, 1.33rem);
  text-align: center;
  display: block;
  padding-top: 4px;
}
.page-wrap .c-cast-sub {
  font-size: clamp(0.8rem, -0.09vw + 0.82rem, 0.75rem);
  text-align: center;
  display: block;
  padding-top: 8px;
}

/* img
------------------------------------------ */
.c-cast-img {
  max-width: 220px;
  position: relative;
}
.c-cast-img img {
  width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
}

@media print {
  .c-cast-img {
    display: none !important;
  }
}
.page-wrap .c-content-body {
  box-shadow: 0 0 40px 1px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  padding: 40px;
  margin: 40px auto 0;
  max-width: 720px;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-content-body {
    border-radius: 20px;
    padding: 40px 20px;
  }
}
.page-wrap .c-content-head {
  padding: 0 0 10px 0;
  font-size: clamp(1.56rem, 0.39vw + 1.47rem, 1.78rem);
  line-height: 1.5;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-content-head {
    text-align: center;
    line-height: 1.6;
  }
}
.page-wrap .c-content-img__top {
  padding-bottom: 20px;
  line-height: 2em;
}
.page-wrap .c-content-img__top img {
  width: 100%;
  height: auto;
}
.page-wrap .c-content-img__bottom {
  padding-top: 20px;
  line-height: 2em;
}
.page-wrap .c-content-img__bottom img {
  width: 100%;
  height: auto;
}
.page-wrap .c-content-text {
  margin-top: 40px;
  line-height: 2em;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-content-text {
    margin-top: 20px;
  }
}
.page-wrap .c-content-text__pickup {
  font-weight: 900;
  display: block;
}

/* ===========================================
 * c-link
 * ======================================== */
.c-link__btn {
  padding: 3em 0;
}
.c-link__btn a {
  display: block;
  background-color: #ff6400;
  color: #fff;
  padding: 1em;
  text-align: center;
  border-radius: 50px;
  font-weight: 900;
  max-width: 400px;
  width: 80%;
  margin: 0 auto;
  font-size: 1.2em;
}
@media screen and (max-width: 640px) {
  .c-link__btn a {
    padding: 1em 2em;
    font-size: 1em;
  }
}
.c-link__btn a:hover {
  color: #23221e;
  background-color: #ff6400;
  text-decoration: none;
  transition: 0.3s;
  opacity: 0.6;
}
.c-link__txt a {
  text-decoration: underline !important;
  text-underline-offset: 8px;
}
.c-link__txt a:link {
  color: #23221e;
}
.c-link__txt a:visited {
  color: #23221e;
}

.page-wrap .c-button {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto 0;
  box-sizing: border-box;
  padding: 1em 2em;
  font-size: 18px;
  border-radius: 3rem;
  background-color: #23221e;
  font-family: "Noto Sans JP";
  color: #fff;
  text-align: center;
  transition: filter 0.4s, transform 0.2s, box-shadow 0.2s;
  background-repeat: no-repeat;
  background-size: 1em;
  cursor: pointer;
}
@media (hover: hover) {
  .page-wrap .c-button:where(:-moz-any-link, :enabled, summary):hover:hover {
    background-color: #ff6400;
    color: #EFF5F9;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.12);
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .page-wrap .c-button:where(:any-link, :enabled, summary):hover:hover {
    background-color: #ff6400;
    color: #EFF5F9;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 4px -1px rgba(0, 0, 0, 0.12);
    transition: 0.3s;
  }
}
@media screen and (max-width: 640px) {
  .page-wrap .c-button {
    font-size: 16px;
    max-width: 280px;
  }
}

/*-------------------
 * project
 *-------------------*/
/* parts
------------------------------------------ */
html {
  scroll-behavior: smooth;
}

.ib {
  display: inline-block;
}

.ft-up {
  font-size: 1.5em;
}

.pickup {
  font-weight: bold;
  color: #d92121;
}

.page-wrap {
  position: relative;
}
.page-wrap .p-index-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-image: url(../images/bg.svg);
  background-size: cover;
}
.page-wrap .p-index-header {
  padding: 40px 10px;
}
@media screen and (max-width: 896px) {
  .page-wrap .p-index-header {
    padding: 40px 10px 10px;
  }
}
.page-wrap .p-index-header__title {
  line-height: 0;
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .page-wrap .p-index-header__title {
    border-radius: 20px;
  }
}
.page-wrap .p-index-header__title img {
  width: 100%;
}
.page-wrap .p-index-onair {
  background-color: #ffcc00;
  padding: 10px 20px;
}
@media screen and (max-width: 640px) {
  .page-wrap .p-index-onair {
    margin-top: 20px;
  }
}
.page-wrap .p-index-onair__body {
  max-width: 720px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  color: #23221e;
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-size: 32px;
}
@media screen and (max-width: 640px) {
  .page-wrap .p-index-onair__body {
    font-size: 18px;
  }
}
.page-wrap .p-index-onair__body span {
  font-size: 1.5em;
}
.page-wrap .p-index-onair__end {
  font-size: 1.4em;
}
@media screen and (max-width: 640px) {
  .page-wrap .p-index-onair__end {
    font-size: 1.1em;
  }
}

/* ===========================================
 * goto
 * ======================================== */
.goto {
  padding: 40px;
  margin: 40px auto 0;
  max-width: 720px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .goto {
    text-align: center;
    padding: 20px 20px 20px 40px;
  }
}
.goto a {
  display: inline-block;
  font-weight: 900;
  color: #23221e;
  position: relative;
}
.goto a::before {
  font-family: "Material Icons";
  content: "\e5d8";
  position: absolute;
  font-size: 1.4em;
  top: -4px;
  left: -30px;
}
.goto a:hover {
  transition: 0.3s;
  opacity: 0.6;
}

/* ===========================================
 * p-index-entry
 * ======================================== */
.p-index-entry__img {
  padding-bottom: 1.4em;
}
.p-index-entry__img img {
  width: 100%;
  height: auto;
}
.p-index-entry h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 1.4em;
  line-height: 1.6em;
}
.p-index-entry h4 {
  padding: 1.4em 0;
  line-height: 1.6em;
}
.p-index-entry ul {
  padding: 0;
}
.p-index-entry li {
  position: relative;
  line-height: 1.8em;
  padding: 0 0 0.8em 20px;
}
.p-index-entry li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}
.p-index-entry__limit {
  text-align: center;
  font-weight: bold;
  padding-top: 1em;
}
.p-index-entry__end {
  padding-top: 2em;
  text-align: center;
  font-weight: bold;
}

/* ===========================================
 * p-index-ondemand
 * ======================================== */
.p-index-ondemand__txt {
  font-size: clamp(1.25rem, 0.15vw + 1.21rem, 1.33rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  padding: 0 0 20px 0;
  letter-spacing: 0.05em;
}
.p-index-ondemand ul {
  display: flex;
  flex-wrap: wrap;
}
.p-index-ondemand li {
  width: 50%;
  padding: 1%;
  box-sizing: border-box;
}
.p-index-ondemand li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .p-index-ondemand li {
    width: 100%;
  }
}
.p-index-ondemand li:last-of-type {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  font-size: 1.2em;
  line-height: 1.4em;
}
@media screen and (max-width: 640px) {
  .p-index-ondemand li:first-of-type {
    padding-bottom: 20px;
  }
}

/*-------------------
 * object
 *-------------------*//*# sourceMappingURL=style.css.map */