@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
img {
  vertical-align: bottom;
}

#pagewrap {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  background-color: #fff;
}

.page-wrap {
  margin: 0 auto;
  overflow: hidden;
}

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

.common-abg-wrap__footer {
  padding: 20px 0;
  background-color: #000;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
/*-------------------
 * component
 *-------------------*/
.page-wrap .c-hidden {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media print {
  .page-wrap .c-hidden {
    display: none;
  }
}

.page-wrap .c-wrap {
  padding: 40px 20px;
}
@media screen and (max-width: 575px) {
  .page-wrap .c-wrap {
    padding: 40px 10px;
  }
}
.page-wrap .c-wrap__inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (max-width: 575px) {
  .page-wrap .c-wrap__inner {
    padding: 0;
  }
}

.page-wrap .c-hero {
  position: relative;
  background: #47AFF6 url(../images/hero-bg-house.jpg);
  background-position: center -18px;
  background-size: auto;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}
@media screen and (max-width: 1020px) {
  .page-wrap .c-hero {
    background: #47AFF6 url(../images/hero-bg-house_sp.jpg);
    background-position: center 2%;
    background-size: 120%;
  }
}
@media screen and (max-width: 575px) {
  .page-wrap .c-hero {
    padding-bottom: 30px;
  }
}
.page-wrap .c-hero__block {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  padding-top: 125px;
  box-sizing: border-box;
}
@media screen and (max-width: 1020px) {
  .page-wrap .c-hero__block {
    padding-top: 12.5%;
  }
}
@media screen and (max-width: 767px) {
  .page-wrap .c-hero__block {
    padding: 0 0;
    padding-top: 9%;
  }
}
.page-wrap .c-hero__logo {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  top: 8px;
  left: 50%;
  translate: -50% 0;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-hero__logo {
    position: relative;
    inset: 0;
    translate: unset;
    text-align: center;
    padding: 0 0 3%;
  }
}
.page-wrap .c-hero__logo img {
  max-width: 100px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .page-wrap .c-hero__logo img {
    width: 8.5%;
  }
}
@media screen and (max-width: 767px) {
  .page-wrap .c-hero__logo img {
    width: 9.5%;
  }
}
@media screen and (max-width: 575px) {
  .page-wrap .c-hero__logo img {
    width: 12%;
  }
}
.page-wrap .c-hero__visual {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.page-wrap .c-hero__visual img {
  width: 100%;
}
.page-wrap .c-hero__oa-date {
  margin: 0 auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-hero__oa-date {
    width: 75%;
    max-width: 425px;
  }
}
.page-wrap .c-hero__oa-date img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.page-wrap .c-intro {
  position: relative;
  z-index: 1;
  background-color: #FFCD2E;
}
.page-wrap .c-intro::before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  background-image: url(../images/intro-bg-moyou.jpg);
}
.page-wrap .c-intro__video {
  padding: 0 10px;
  padding-top: 30px;
  box-sizing: border-box;
}
.page-wrap .c-intro__text {
  text-align: center;
  padding: 0 10px;
}
.page-wrap .c-intro__text img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-intro__text img {
    max-width: 388px;
  }
}

.page-wrap .c-cast {
  position: relative;
  background-color: #ffac9f;
}
.page-wrap .c-cast::before {
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  background-image: url(../images/cast-bg-moyou.jpg);
}
.page-wrap .c-cast__section {
  position: relative;
}
.page-wrap .c-cast__section--first-area {
  padding: 35px 0 60px;
}
@media screen and (max-width: 575px) {
  .page-wrap .c-cast__section--first-area {
    padding-bottom: 45px;
  }
}
.page-wrap .c-cast__section--2nd-area {
  padding: 30px 0 50px;
}
.page-wrap .c-cast__section--2nd-area::before {
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  background-image: url(../images/cast-bg-moyou02.jpg);
}
@media screen and (max-width: 575px) {
  .page-wrap .c-cast__section--2nd-area::before {
    background-size: 300%;
  }
}
.page-wrap .c-cast__section-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
}
.page-wrap .c-cast__title {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 10px;
}
@media screen and (max-width: 575px) {
  .page-wrap .c-cast__title {
    margin-bottom: 20px;
  }
}
.page-wrap .c-cast__title img {
  width: 100%;
  max-width: -moz-min-content;
  max-width: min-content;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-cast__title img {
    max-width: 160px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrap .c-cast__title img {
    max-width: 130px;
    width: 30%;
  }
}
.page-wrap .c-cast__sub-title {
  text-align: center;
  margin-bottom: 20px;
}
.page-wrap .c-cast__sub-title img {
  box-sizing: border-box;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-cast__sub-title img {
    max-width: 160px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrap .c-cast__sub-title img {
    max-width: 130px;
    width: 30%;
  }
}
.page-wrap .c-cast__sub-title span {
  position: relative;
  z-index: 1;
  color: #e41030;
  padding: 0 30px;
}
@media screen and (max-width: 575px) {
  .page-wrap .c-cast__sub-title span {
    padding: 0 20px;
  }
}
.page-wrap .c-cast-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 20px;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-cast-list {
    max-width: 650px;
    margin: 0 auto;
  }
}
.page-wrap .c-cast-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(50% - 50px);
}
@media screen and (max-width: 767px) {
  .page-wrap .c-cast-item {
    width: calc(50% - 30px);
    max-width: 700px;
  }
}
@media screen and (max-width: 575px) {
  .page-wrap .c-cast-item {
    width: calc(50% - 25px);
  }
}
.page-wrap .c-cast-item__photo {
  position: relative;
  width: 100%;
}
.page-wrap .c-cast-item__photo img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.page-wrap .c-cast-item__name {
  font-size: 22px;
  width: 100%;
  background-color: #ff6432;
  box-shadow: 0px 3px 0px 0px #e55627;
  padding: 5px 5px 8px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .page-wrap .c-cast-item__name {
    font-size: 16px;
    font-weight: 600;
  }
}
.page-wrap .c-cast-item-guest {
  max-width: 300px;
}
.page-wrap .c-cast-item-guest__name {
  font-size: 18px;
  min-height: 47px;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-cast-item-guest__name {
    font-size: 16px;
    font-weight: 600;
  }
}
.page-wrap .c-cast-item-guest__name span {
  font-size: 12px;
  width: 100%;
  padding-top: 5px;
}

.page-wrap .c-line {
  height: 67px;
  background-image: url(../images/line01.jpg);
  background-repeat: repeat-x;
  background-size: contain;
}
@media screen and (max-width: 1020px) {
  .page-wrap .c-line {
    height: clamp(30px, 8vw, 55px);
  }
}
.page-wrap .c-line-02 {
  height: 67px;
  background-image: url(../images/line02.jpg);
  background-repeat: repeat-x;
  background-size: contain;
}
@media screen and (max-width: 1020px) {
  .page-wrap .c-line-02 {
    height: clamp(30px, 8vw, 55px);
  }
}

.page-wrap .c-ondemand-announce {
  position: relative;
  padding: 40px 20px 0;
}
@media screen and (max-width: 575px) {
  .page-wrap .c-ondemand-announce {
    padding: 30px 10px 0;
  }
}
.page-wrap .c-ondemand-announce__inner {
  padding: 20px;
  position: relative;
  z-index: 1;
  max-width: 700px;
  box-sizing: border-box;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #ffe423;
}
@media screen and (max-width: 767px) {
  .page-wrap .c-ondemand-announce__inner {
    padding: 20px 10px;
  }
}
.page-wrap .c-ondemand-announce__head {
  text-align: center;
  color: #e70000;
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .page-wrap .c-ondemand-announce__head {
    padding-bottom: 0px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrap .c-ondemand-announce__head {
    font-size: 18px;
  }
}
.page-wrap .c-ondemand-announce__end-time {
  text-align: center;
  font-weight: normal;
  line-height: 1.3;
  padding: 5px 0;
}
.page-wrap .c-ondemand-announce__end-time span {
  display: inline-block;
}
.page-wrap .c-ondemand-announce--kokuti {
  padding: 10px 10px 30px;
}
@media screen and (max-width: 575px) {
  .page-wrap .c-ondemand-announce--kokuti {
    padding: 0px 10px 30px;
  }
}
.page-wrap .c-ondemand-platform {
  display: flex;
  padding: 0 10px;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .page-wrap .c-ondemand-platform {
    width: 100%;
    padding: 20px 0 0;
    justify-content: center;
  }
}
.page-wrap .c-ondemand-platform__item {
  padding: 0 10px;
}
@media screen and (max-width: 992px) {
  .page-wrap .c-ondemand-platform__item {
    width: 50%;
    max-width: 360px;
  }
}
.page-wrap .c-ondemand-platform__item a {
  display: block;
  border: 1px solid #9d5d00;
  background-color: #fff;
  padding: 5px 60px;
}
@media screen and (max-width: 992px) {
  .page-wrap .c-ondemand-platform__item a {
    padding: 5px 0px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
}
.page-wrap .c-ondemand-platform__item img {
  height: 60px;
}
@media screen and (max-width: 992px) {
  .page-wrap .c-ondemand-platform__item img {
    height: 42px;
  }
}
.page-wrap .c-ondemand-period {
  text-align: center;
  padding-top: 0.8rem;
  font-size: 14px;
}

/*-------------------
 * project
 *-------------------*/
.page-wrap .p-index-hero {
  display: block;
}
.page-wrap .p-index-hero img {
  width: 100%;
}

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