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

html {
  background-color: #fdf5c5;
  font-size: 4vmin;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  background-image: url("../img/line-cat.png"), url("../img/line-cat.png");
  background-repeat: repeat-y, repeat-y;
  background-size: 64px, 64px;
  background-position: left 10px top, right 10px bottom;
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 30px;
    background-size: auto, auto;
    background-position: left 10% top, right 10% bottom;
  }
}

.smooth {
  scroll-behavior: smooth;
}

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

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

a.nolink {
  opacity: 0.25;
  pointer-events: none;
}

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

.title {
  position: relative;
  background-image: url(../img/title-bg.webp);
  background-position: center top;
  background-size: contain;
  aspect-ratio: 16/9;
}
.title__wrapper {
  position: relative;
  bottom: 0;
  left: 0%;
  width: 100%;
  background-image: url(../img/main.webp);
  background-position: center top;
  background-size: contain;
  aspect-ratio: 16/9;
}
h1 {
  position: absolute;
  bottom: 1rem;
  left: 35%;
  width: 30%;
}
@media screen and (min-width: 1025px) {
  h1 {
    display: block;
    width: 380px;
    left: calc(50% - 190px);
    bottom: 1.4rem;
  }
}
@media screen and (min-width: 1100px) {
  h1 {
    width: 420px;
    left: calc(50% - 210px);
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    width: 460px;
    left: calc(50% - 230px);
  }
}
@media screen and (min-width: 1400px) {
  h1 {
    width: 520px;
    left: calc(50% - 260px);
  }
}
@media screen and (min-width: 1600px) {
  h1 {
    width: 640px;
    left: calc(50% - 320px);
  }
}
h1 img {
  width: 100%;
}

.onair {
  background-image: url("../img/date-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
.onair__txt {
  width: 60%;
  margin: 0 auto;
}
.onair__txt img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
}
.onair__date {
  width: 80%;
  margin: 0 auto 0;
}
.onair__date img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 700px;
}

.about {
  position: relative;
}
.about__wrapper {
  position: relative;
  bottom: 0;
  left: 3%;
  width: 94%;
  background-image: url(../img/about-bg2.webp);
  background-color: rgba(255, 255, 255, 0.55);
  background-blend-mode: lighten;
  background-position: center top;
  background-size: cover;
  border: 4px solid #eadf9f;
  border-radius: 1em;
  padding: 0.6em 0;
}
@media screen and (min-width: 1025px) {
  .about__wrapper {
    left: 0%;
    max-width: 1024px;
    margin: 0 auto;
  }
}
.about__pic {
  position: absolute;
  display: block;
}
.about__pic.cat1, .about__pic.cat2, .about__pic.cat3 {
  aspect-ratio: 1/1;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .about__pic.cat1, .about__pic.cat2, .about__pic.cat3 {
    width: 200px;
  }
}
.about__pic.cat1 img, .about__pic.cat2 img, .about__pic.cat3 img {
  width: 100%;
}
.about__pic.cat1 {
  width: 30%;
  left: -24px;
  top: 5%;
}
.about__pic.cat2 {
  width: 24%;
  right: -16px;
  top: 35%;
}
.about__pic.cat3 {
  width: 24%;
  left: 16%;
  bottom: -3.5em;
}
.about__catch {
  width: 100%;
  margin: 1em auto;
  aspect-ratio: 1417/1555;
}
@media screen and (min-width: 1025px) {
  .about__catch {
    aspect-ratio: 100/1;
  }
}
.about__catch img {
  display: block;
  width: 96%;
  max-width: 1000px;
  margin: 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 .bg_pattern {
  overflow: hidden;
  background-color: rgba(255, 222, 244, 0.5);
  padding: 0px 0 60px;
}
.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;
  border-radius: 1em;
  border: 4px solid #ff7091;
}
@media screen and (min-width: 1025px) {
  .movie__embed iframe {
    max-width: 960px;
    margin: 0 auto;
  }
}
.movie h3.movie-end {
  color: #FFF;
  text-align: center;
  margin-bottom: 8px;
}
.movie .delivery-wrap {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
.movie .delivery-wrap a {
  display: block;
  width: 90%;
  margin: 0 5%;
}
.movie .delivery-wrap a img {
  width: 100%;
  border-radius: 8px;
}

.cast__mc .cast__name {
  transform: rotate(0) !important;
}
@media screen and (min-width: 720px) {
  .cast__mc .cast__name {
    width: 80%;
    margin: 8px auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .cast__mc {
    max-width: 960px;
    margin: 0 auto;
  }
  .cast__mc .cast__name {
    width: 70%;
  }
}
.cast__mc__item {
  width: calc(100% - 1rem);
  margin: 1rem 0.5rem 1.6rem;
}
@media screen and (min-width: 1025px) {
  .cast__mc__item {
    width: calc(100% - 1rem);
  }
}
.cast__mc__pic {
  width: 98%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .cast__mc__pic {
    width: 70%;
    position: relative;
  }
}
.cast__mc__pic img {
  width: 100%;
  border-radius: 1em;
  border: 4px solid #ff7091;
}
.cast__mc__pic::before, .cast__mc__pic::after {
  content: "";
  position: absolute;
  top: -15%;
  transform: translateX(0%);
  border: solid 0.8em transparent;
  border-bottom: solid 1.2em #ff7091;
}
.cast__mc__pic::before {
  left: 15%;
}
.cast__mc__pic::after {
  right: 15%;
}
.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: 2px;
  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: flex-start;
  margin: 0 auto;
  padding: 0 0.5rem;
}
@media screen and (min-width: 1025px) {
  .cast__flex {
    max-width: 1024px;
  }
}
.cast__item {
  width: calc(50% - 1.1rem);
  margin: 1rem 0.5rem 1.5rem;
}
@media screen and (min-width: 720px) {
  .cast__item {
    width: calc(50% - 1.1rem);
  }
}
@media screen and (min-width: 1025px) {
  .cast__item {
    width: calc(50% - 1rem);
  }
}
.cast__pic {
  width: 100%;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 720px) {
  .cast__pic {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .cast__pic {
    width: 50%;
  }
}
.cast__pic img {
  width: 100%;
  border-radius: 1em;
  border: 4px solid #ff7091;
}
.cast__pic::before, .cast__pic::after {
  content: "";
  position: absolute;
  top: -15%;
  transform: translateX(0%);
  border: solid 0.8em transparent;
  border-bottom: solid 1.2em #ff7091;
}
.cast__pic::before {
  left: 15%;
}
.cast__pic::after {
  right: 15%;
}
@media screen and (min-width: 720px) {
  .cast__pic::before, .cast__pic::after {
    top: -15%;
  }
}
@media screen and (min-width: 840px) {
  .cast__pic::before, .cast__pic::after {
    top: -66px;
  }
}
@media screen and (min-width: 1025px) {
  .cast__pic::before, .cast__pic::after {
    top: -58px;
  }
}
.cast__name {
  z-index: 10;
  position: relative;
  margin-top: -12px;
  border: 2px solid #ff7091;
  background: #ff346a;
  border-radius: 16px;
  width: 100%;
  color: #FFF;
  text-align: center;
  padding: 4px 4px 6px;
  transform: rotate(-1.6deg);
}
@media screen and (min-width: 720px) {
  .cast__name {
    border: 4px solid #ff7091;
    border-radius: 48px;
  }
}
.cast__name p {
  line-height: 1.4;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 1025px) {
  .cast__name p {
    font-size: 80%;
    line-height: 1.32;
  }
}
.cast__name p span.c-name {
  margin: 3px auto 0;
  font-size: 64%;
  display: inline-block;
}
.cast__txt {
  color: #111;
  text-align: left;
  padding: 4px 4px 0;
  border: 2px solid #e7ab30;
  border-radius: 12px;
  background: #ffd751;
  width: 100%;
  margin: 8px auto 0;
  padding: 8px 4px 0;
  position: relative;
}
@media screen and (min-width: 720px) {
  .cast__txt {
    padding: 8px 12px 0;
  }
}
.cast__txt::before, .cast__txt::after {
  content: "";
  position: absolute;
  top: -10px;
  height: 10px;
  border: solid 5px #ffb0c2;
}
.cast__txt::before {
  left: 15%;
}
.cast__txt::after {
  top: -20px;
  height: 20px;
  right: 15%;
}
@media screen and (min-width: 720px) {
  .cast__txt {
    width: 88%;
    border-radius: 16px;
    padding: 12px 16px 0;
  }
}
.cast__txt ul {
  line-height: 1.24;
  overflow-wrap: anywhere;
  font-size: 80%;
}
@media screen and (min-width: 1025px) {
  .cast__txt ul {
    font-size: 50%;
    line-height: 1.32;
  }
}
.cast__txt ul li {
  margin-bottom: 1em;
  padding-bottom: 4px;
  border-bottom: 1px dotted #e7ab30;
}
.cast__txt ul li .t-point {
  display: inline-block;
  background: #03cdd8;
  border: 1px solid #01969e;
  border-radius: 2em;
  color: #000;
  font-size: 76%;
  padding: 4px 6px;
  margin-right: 0.4em;
}
@media screen and (min-width: 1025px) {
  .cast__txt ul li .t-point {
    border: 2px solid #01969e;
    padding: 4px 12px;
    font-size: 88%;
    margin-right: 0.8em;
  }
}
.cast__txt ul li:last-child {
  border-bottom: none;
}

.linksns img {
  display: block;
  width: 60%;
  max-width: 360px;
  margin: 0 auto;
  border-radius: 0.8em;
  box-shadow: 0px 0px 4px 0px rgba(40, 40, 40, 0.35);
}

.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: 0.88em 0;
  background-color: #ff7091;
  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 #ff7091;
}

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

.footer-txt {
  font-size: 80%;
  padding: 1rem 0;
  background-color: #eb456c;
  text-align: center;
}
.footer-txt * {
  color: #FFFFFF;
  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;
}

.fs-08 {
  font-size: 0.8rem !important;
}

.fs-09 {
  font-size: 0.9rem !important;
}

.fs-10 {
  font-size: 1rem !important;
}

.fs-11 {
  font-size: 1.1rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-15 {
  font-size: 1.5rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.fs-21 {
  font-size: 2.1rem !important;
}

.fs-22 {
  font-size: 2.2rem !important;
}

.fs-24 {
  font-size: 2.4rem !important;
}

.fs-26 {
  font-size: 2.6rem !important;
}

.fs-28 {
  font-size: 2.8rem !important;
}

.fs-30 {
  font-size: 3rem !important;
}

.fs-32 {
  font-size: 3.2rem !important;
}

.fs-36 {
  font-size: 3.6rem !important;
}

.fs-40 {
  font-size: 4rem !important;
}

.fs-60p {
  font-size: 60% !important;
}

.fs-70p {
  font-size: 70% !important;
}

.fs-80p {
  font-size: 80% !important;
}

.fs-90p {
  font-size: 90% !important;
}

.fs-110p {
  font-size: 110% !important;
}

.fs-120p {
  font-size: 120% !important;
}

.fs-140p {
  font-size: 140% !important;
}

.fs-160p {
  font-size: 160% !important;
}

.fs-180p {
  font-size: 180% !important;
}

.fs-200p {
  font-size: 200% !important;
}

.fs-210p {
  font-size: 210% !important;
}

.fs-220p {
  font-size: 220% !important;
}

.fs-240p {
  font-size: 240% !important;
}

.fs-250p {
  font-size: 250% !important;
}

.fs-300p {
  font-size: 300% !important;
}

.fs-320p {
  font-size: 320% !important;
}

@media screen and (max-width: 959px) {
  .fs-12_sp {
    font-size: 1.2rem !important;
  }
  .fs-14_sp {
    font-size: 1.4rem !important;
  }
  .fs-15_sp {
    font-size: 1.5rem !important;
  }
  .fs-16_sp {
    font-size: 1.6rem !important;
  }
  .fs-18_sp {
    font-size: 1.8rem !important;
  }
  .fs-20_sp {
    font-size: 2rem !important;
  }
  .fs-21_sp {
    font-size: 2.1rem !important;
  }
  .fs-22_sp {
    font-size: 2.2rem !important;
  }
  .fs-24_sp {
    font-size: 2.4rem !important;
  }
  .fs-26_sp {
    font-size: 2.6rem !important;
  }
  .fs-28_sp {
    font-size: 2.8rem !important;
  }
  .fs-30_sp {
    font-size: 3rem !important;
  }
  .fs-32_sp {
    font-size: 3.2rem !important;
  }
  .fs-36_sp {
    font-size: 3.6rem !important;
  }
  .fs-40_sp {
    font-size: 4.6rem !important;
  }
  .fs-20 {
    font-size: 1.6rem !important;
  }
  .fs-24 {
    font-size: 1.92rem !important;
  }
  .fs-28 {
    font-size: 2.24rem !important;
  }
  .fs-32 {
    font-size: 2.56rem !important;
  }
  .fs-36 {
    font-size: 2.88rem !important;
  }
}
.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: #FFF;
}

.c-beige {
  color: #ffdfbe;
}

.c-red {
  color: #c4002a;
}

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

.c-gold {
  color: #f5c607;
}

.sat {
  color: #0060ff;
}

.sun {
  color: #ff0060;
}

.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: #000;
}
.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-075 {
  transition: 1s ease 0.75s;
}
.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;
}
.trigger.fall-r {
  transform: scale(0.6);
}
.trigger.fall-r.is-trigger {
  opacity: 1;
  transform: revert;
}
.trigger.roll {
  rotate: 40deg;
}
.trigger.roll.is-trigger {
  rotate: 0deg;
}
/*# sourceMappingURL=style.css.map */