@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;
  /*
        border-bottom: 8px solid;
        border-image: url(../images/border.png) 8 space;
  */
  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;
}

.page-wrap .c-about-body {
  box-shadow: 0 0 40px 1px rgba(0, 0, 0, 0.1);
  border: 8px solid #37BDF0;
  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;
}
.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;
}
.page-wrap .c-about-head::after {
  content: "";
  width: 100%;
  height: 0.4em;
  border-radius: 0.2em;
  background-color: #37BDF0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: block;
}
.page-wrap .c-about-head span {
  position: relative;
  z-index: 10;
  word-break: keep-all;
}
.page-wrap .c-about-text {
  font-size: 1.2em;
  font-weight: 900;
  line-height: 2em;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-about-text {
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .page-wrap .c-about-text {
    font-size: 1em;
    line-height: 1.8em;
  }
}

.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 .c-cast-items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  border-left: 1px solid #23221e;
  padding: 5px 0 5px 20px;
}
@media screen and (max-width: 896px) {
  .page-wrap .c-cast-items {
    border-left: none;
    padding: 5px 0 5px 0;
  }
}
@media screen and (max-width: 896px) {
  .page-wrap .c-cast-items {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.page-wrap .c-cast-items 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);
}
.page-wrap .c-cast-sub {
  font-size: clamp(0.8rem, -0.09vw + 0.82rem, 0.75rem);
}

.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 {
  /*
      border-bottom: 6px solid #ff9e50;
      border-image: url(../images/border.png) 8 space;
  */
  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;
}
.page-wrap .c-content-photo {
  padding: 20px 0 0;
  line-height: 2em;
}
.page-wrap .c-content-photo 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;
}
.page-wrap .c-content-text__strong {
  font-weight: 900;
  display: block;
  text-align: center;
}

.c-content-text > dd {
  padding-bottom: 20px;
}

.c-link__text a {
  color: #000;
  font-weight: 900;
}

.c-red {
  color: #ff0000;
}

.ft-center {
  text-align: center;
  display: block;
}

.page-wrap .c-button {
  padding-top: 3%;
  font-size: 1.2em;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-button {
    padding-top: 20px;
    font-size: 1em;
  }
}
.page-wrap .c-button a {
  max-width: 560px;
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
  background-color: #0094D4;
  color: #fff;
  padding: 2%;
  text-align: center;
  border-radius: 50px;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  .page-wrap .c-button a {
    width: 90%;
    padding: 4%;
  }
}
.page-wrap .c-button a:hover {
  text-decoration: none;
  transition: 0.3s;
  opacity: 0.6;
}
.page-wrap .c-button__disable {
  pointer-events: none;
  filter: grayscale(100%);
}
.page-wrap .c-link__txt a {
  display: inline-block;
  font-weight: 900;
  color: #23221e;
  position: relative;
}
.page-wrap .c-link__txt a::before {
  font-family: "Material Icons";
  content: "\e89e";
  position: absolute;
  font-size: 1.4em;
  top: 0;
  right: -30px;
}
.page-wrap .c-link__txt a:hover {
  color: #0094D4;
  transition: 0.3s;
}

.c-button > .ft-up {
  font-size: 1.4em;
}
@media screen and (max-width: 640px) {
  .c-button > .ft-up {
    font-size: 1.1em;
  }
}

.p-index-note__wrap {
  padding: 1%;
}
.p-index-note__unit {
  position: relative;
  padding: 0 0 6px 18px;
  line-height: 1.5;
}
.p-index-note__unit::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}

.p-index-entry__unit {
  position: relative;
  padding: 0 0 6px 18px;
  line-height: 1.5;
}
.p-index-entry__unit::before {
  content: "◇";
  position: absolute;
  left: 0;
  top: 0;
}

.c-details__mark {
  position: relative;
  padding: 0 0 6px 18px;
  line-height: 1.5;
  font-size: 0.9em;
  display: inline-block;
}
.c-details__mark::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/*-------------------
 * project
 *-------------------*/
.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: 0;
  }
}
.page-wrap .p-index-header__title {
  line-height: 0;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
.page-wrap .p-index-header__title img {
  width: 100%;
}
.page-wrap .p-index-onair {
  background-color: #0094D4;
  padding: 10px 20px;
}
@media screen and (max-width: 896px) {
  .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;
  text-align: center;
  color: #fff;
  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;
}

.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:hover {
  transition: 0.3s;
  opacity: 0.6;
}
.goto a::before {
  font-family: "Material Icons";
  content: "\e5d8";
  position: absolute;
  font-size: 1.4em;
  top: -4px;
  left: -30px;
}

.ft-dwon {
  font-size: 0.9em;
}

.entry-limit {
  display: block;
  text-align: center;
  padding: 20px 0;
  font-weight: 900;
}

.page-link {
  padding: 40px;
  margin: 40px auto 0;
  max-width: 720px;
}
.page-link ul {
  display: flex;
  flex-wrap: wrap;
}
.page-link li a {
  display: inline-block;
  font-weight: 900;
  color: #23221e;
  position: relative;
}
.page-link__group {
  width: 50%;
}
.page-link__back a::before {
  font-family: "Material Icons";
  content: "\e5c4";
  position: absolute;
  font-size: 1.4em;
  top: -4px;
  left: -30px;
}
.page-link__top {
  text-align: right;
}
.page-link__top a::before {
  font-family: "Material Icons";
  content: "\e5d8";
  position: absolute;
  font-size: 1.4em;
  top: -4px;
  right: -30px;
}

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