@charset "UTF-8";
/* CSS Document */
/*all*/
main *, main *::before, main *::after {
  box-sizing: border-box;
}

html {
  background-color: #92010a;
  font-size: 4vmin;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 30px;
  }
}

.smooth {
  scroll-behavior: smooth;
}

main {
  overflow: clip;
}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 2147483647;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

#futon-image {
  position: relative;
  width: 30vw;
  max-width: 320px;
  opacity: 0;
}

#main-content,
footer {
  display: none;
}

@media (max-width: 1024px) {
  #futon-image {
    width: 30vw;
  }
}
@media (min-width: 1025px) {
  #futon-image {
    width: 320px;
  }
}
@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .pc {
    display: revert;
  }
}

h2 {
  position: relative;
  z-index: 1;
  height: 2.6rem;
  margin: 2em auto 1em;
  text-align: center;
  aspect-ratio: 2/1;
}
h2 img {
  width: 100%;
}

.title {
  background: #c11033;
  position: relative;
  background-image: url(../img/title-bg.webp);
  background-position: center top;
  background-size: contain;
  aspect-ratio: 176/90;
}
.title__wrapper {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  background-image: url(../img/takatoshi.webp);
  background-position: center top;
  background-size: contain;
  aspect-ratio: 192/96;
}
.title__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6vw;
  background-image: url(../img/title-bg-grad.png);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: contain;
}

h1 {
  position: absolute;
  bottom: -1.5rem;
  left: 15%;
  width: 70%;
  aspect-ratio: 13/6;
}
@media screen and (min-width: 1025px) {
  h1 {
    bottom: -1.2rem;
    left: 20%;
    width: 60%;
    margin: auto;
  }
}
h1 img {
  width: 100%;
}

.onair {
  background: #c11033;
}
.onair__txt {
  width: 60%;
  margin: 0 auto;
}
.onair__txt img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}
.onair__date {
  width: 70%;
  margin: 0.4em auto 0.2em;
}
.onair__date img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 680px;
}

.about {
  background-image: url(../img/about-bg.webp);
  background-position: center top;
  background-size: 140%;
  padding: 2vw 0;
}
@media screen and (min-width: 1025px) {
  .about {
    padding: 28px 0;
    aspect-ratio: 14/1;
  }
}
.about__catch {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 2624/259;
  aspect-ratio: 2624/200;
}
@media screen and (min-width: 1025px) {
  .about__catch {
    aspect-ratio: 100/1;
  }
}
.about__catch img {
  display: block;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .about__catch img {
    width: 90%;
  }
}

.outline__catch {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  aspect-ratio: 883/310;
}
.outline__catch img {
  display: block;
  width: 98%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .outline__catch img {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.movie__wrapper {
  width: 94%;
  max-width: 960px;
  margin: 0 auto;
}
.movie__embed {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.movie__embed iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .movie__embed iframe {
    max-width: 960px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .cast__mc {
    max-width: 960px;
    margin: 0 auto;
  }
}
.cast__mc__item {
  width: calc(100% - 1rem);
  margin: 1rem 0.5rem;
}
@media screen and (min-width: 1025px) {
  .cast__mc__item {
    width: calc(100% - 1rem);
  }
}
.cast__mc__pic {
  width: 98%;
  max-width: 800px;
  margin: 0 auto;
}
.cast__mc__pic img {
  width: 100%;
}
.cast__date {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  width: 96%;
  max-width: 1024px;
  margin: 0 auto;
}
.cast__date::before, .cast__date::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #d36a70;
}
.cast__date::before {
  margin-right: 1rem;
}
.cast__date::after {
  margin-left: 1rem;
}
.cast__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0.5rem;
}
@media screen and (min-width: 1025px) {
  .cast__flex {
    max-width: 1024px;
  }
}
.cast__item {
  width: calc(50% - 1rem);
  margin: 1rem 0.5rem;
  background-color: #000000;
}
@media screen and (min-width: 1025px) {
  .cast__item {
    width: calc(33.3333333333% - 1rem);
  }
}
.cast__pic {
  width: 100%;
  aspect-ratio: 1/1;
}
.cast__pic img {
  width: 100%;
}

.linksns img {
  display: block;
  width: 60%;
  max-width: 360px;
  margin: 0 auto;
}

.webcast__head {
  position: relative;
  width: 20em;
  margin: 0.5em auto 1em;
  padding: 0.5em 0;
  border-radius: 100vh;
  background-color: #0095a7;
  color: #ffffff;
  font-weight: bold;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.webcast__wrap {
  width: calc(100% - 2rem);
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.webcast__link {
  display: inline-block;
  transform: translateY(-0.2rem);
  width: 10rem;
  max-width: 200px;
  margin: 0.25rem;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.3);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
  aspect-ratio: 2/1;
}
.webcast__link:hover {
  transform: revert;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
.webcast__link-tver {
  background-image: url(../img/tver_free.webp);
}
.webcast__link-locipo {
  background-image: url(../img/locipo_free.webp);
}

#footer {
  position: relative;
}
@media screen and (min-width: 1025px) {
  #footer {
    font-size: 0.6rem;
  }
}

.share {
  padding: 2rem 0;
}

.share-title {
  padding: 1em 0;
  background-color: #4f0005;
  color: #FFF;
  line-height: 1;
  text-box: trim-both cap alphabetic;
}
@media screen and (min-width: 1025px) {
  .share-title {
    font-size: 0.8rem;
  }
}
.share-title::after {
  border-top: solid 0.5em #4f0005;
}

.icon-share {
  height: 1em;
  fill: #FFF;
}

.footer-txt {
  padding: 1rem 0;
  background-color: #4f0005;
  text-align: center;
}
.footer-txt * {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2;
}

.share-item {
  width: 1.6rem;
}

.kakko {
  display: inline-block;
  position: relative;
}
.kakko::after {
  position: absolute;
  bottom: -0.5em;
  left: 100%;
  font-size: 1.5em;
  content: "」";
}
.kakko::before {
  position: absolute;
  top: -0.5em;
  right: 100%;
  font-size: 1.5em;
  content: "「";
}

.fs-06 {
  font-size: 0.6em;
}

.fs-07 {
  font-size: 0.7em;
}

.fs-08 {
  font-size: 0.8em;
}

.fs-09 {
  font-size: 0.9em;
}

.fs-11 {
  font-size: 1.1em;
}

.fs-12 {
  font-size: 1.2em;
}

.fs-13 {
  font-size: 1.3em;
}

.fs-14 {
  font-size: 1.4em;
}

.fs-15 {
  font-size: 1.5em;
}

.fs-16 {
  font-size: 1.6em;
}

.fs-20 {
  font-size: 2em;
}

.fs-25 {
  font-size: 2.5em;
}

.fs-26 {
  font-size: 2.6em;
}

.fs-28 {
  font-size: 2.8em;
}

.fs-30 {
  font-size: 3em;
}

.sc-08 {
  display: inline-block;
  transform: scale(0.8);
}

.opa-06 {
  opacity: 0.6;
}

.fw-b {
  font-weight: bold;
}

.lh-1 {
  line-height: 1em;
}

.mar-01 {
  margin: 0 0.1em;
}

.c-white {
  color: #ffffff;
}

.c-beige {
  color: #ffdfbe;
}

.c-red {
  color: #c4002a;
}

.c-blue {
  color: #0095a7;
}

.c-gold {
  color: #f5c607;
}

.sat {
  color: #5da1ff;
}

.sun {
  color: #ff655d;
}

.marker {
  display: inline-block;
  margin: 0 0.2em;
  padding: 0.5em 0.25em;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.marker-black {
  background-color: #000000;
}
.marker-red {
  background-color: #c4002a;
}
.marker-blue {
  background-color: #0095a7;
}
.marker-gold {
  background-color: #f5c607;
}

.under {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 0.1em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.under-red {
  -webkit-text-decoration-color: #c4002a;
          text-decoration-color: #c4002a;
}
.under-gold {
  -webkit-text-decoration-color: #f5c607;
          text-decoration-color: #f5c607;
}

.trigger {
  opacity: 0;
  transition: 1s ease 0s;
}
.trigger.delay-05 {
  transition: 1s ease 0.5s;
}
.trigger.delay-10 {
  transition: 1s ease 1s;
}
.trigger.delay-15 {
  transition: 1s ease 1.5s;
}
.trigger.delay-20 {
  transition: 1s ease 2s;
}
.trigger.delay-25 {
  transition: 1s ease 2.5s;
}
.trigger.delay-30 {
  transition: 1s ease 3s;
}
.trigger.opa.is-trigger {
  opacity: 1;
}
.trigger.slideright {
  transform: translateX(-10%);
}
.trigger.slideright.is-trigger {
  opacity: 1;
  transform: revert;
}
.trigger.fall {
  transform: scale(1.2);
}
.trigger.fall.is-trigger {
  opacity: 1;
  transform: revert;
}
/*# sourceMappingURL=style.css.map */