@charset "UTF-8";
/* base */
html {
  font-size: min(3vw, 20px);
  font-family: "M PLUS Rounded 1c", sans-serif;
  scroll-behavior: smooth;
  font-feature-settings: "palt";
}

main *, main ::after, main ::before {
  box-sizing: border-box;
}

main {
  position: relative;
  z-index: 0;
  overflow: clip;
}

.ctvTab {
  font-size: revert;
  font-family: revert;
  font-feature-settings: revert;
}

body {
  background-image: url(../img/bg.webp);
  background-position: center center;
  background-size: 500px auto;
}

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

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

.relative {
  position: relative;
}

/* title */
.title {
  padding: 8rem 5rem;
}
.title__logo {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.title__logo img {
  width: 100%;
  box-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.3);
}
.title__logo::after {
  position: absolute;
  right: -1em;
  bottom: 100%;
  z-index: 1;
  transform: rotateZ(10deg);
  padding: 0.5em 1em;
  border-radius: 100vh;
  box-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.3);
  background-color: #0fbdcd;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  content: "第7弾";
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (min-width: 1025px) {
  .title__logo::after {
    font-size: 2rem;
  }
}

/* onari */
.onair p {
  padding: 0 0.5em 0.5em;
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.3);
  background-color: #ffd400;
  color: #111111;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.onair p .day {
  position: relative;
  bottom: 0.25em;
  z-index: 1;
  margin: 0.25em;
  color: #ffffff;
}
.onair p .day::after {
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  height: 1.5em;
  border-radius: 100vh;
  background-color: #0fbdcd;
  text-align: center;
  content: "";
  aspect-ratio: 1/1;
}

.other {
  padding: 1em;
  background-color: #000000;
  font-size: 1.5rem;
}
@media screen and (min-width: 1025px) {
  .other {
    font-size: 1.2rem;
  }
}
.other__head {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto 0.5em;
  padding: 0.5em 1em;
  border-radius: 100vh;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.other__date {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.other__date .unbreak {
  display: inline-block;
  margin: 0 0.5em;
}
.other__date .day-week,
.other__date .day-sat,
.other__date .day-sun {
  display: inline-block;
  background-color: #FFF;
  border-radius: 100px;
  padding: 2px;
  margin: 0 0 0 2px;
  min-width: 21px;
}
.other__date .day-week {
  color: #222;
}
.other__date .day-sat {
  color: #0088ff;
}
.other__date .day-sun {
  color: #ff0088;
}

/* mov */
#mov .iframe-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 1rem;
  border: solid 1rem #ffffff;
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  aspect-ratio: 16/9;
}
#mov .iframe-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#mov .bnr {
  margin: 1.6rem auto 1rem;
  text-align: center;
}
#mov .bnr img {
  width: 80%;
  max-width: 360px;
  box-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.3);
  transition: 0.75s ease 0s;
}
#mov .bnr img:hover {
  opacity: 0.8;
  transition: 0.75s ease 0s;
  box-shadow: none;
}

.about__txt {
  position: relative;
  width: calc(100% - 2rem);
  max-width: 1000px;
  margin: 5rem auto;
  padding: 3rem 0;
  border: solid 0.5rem #ffe487;
  box-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
.about__txt .pin {
  position: absolute;
  width: 3rem;
}
.about__txt .pin-lt {
  top: 0;
  left: 0;
}
.about__txt .pin-rt {
  top: 0;
  right: 0;
  transform: rotateY(180deg);
}
.about__txt .pin-rb {
  right: 0;
  bottom: 0.5rem;
  transform: rotateY(180deg);
}
.about__txt .pin-lb {
  bottom: 0.5rem;
  left: 0;
}
.about__txt p {
  margin: 0 auto 2rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
.about__txt p img {
  height: 1.5em;
  margin: 0 0.25em;
  vertical-align: middle;
}

.cast__picture {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 1025px) {
  .cast__picture {
    aspect-ratio: 800/2750;
  }
}
@media screen and (min-width: 1025px) {
  .cast__picture {
    aspect-ratio: 2079/1360;
  }
}
.cast__picture img {
  width: 100%;
  filter: drop-shadow(0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.3));
}

.backnumber__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% - 4rem);
  max-width: 1200px;
  margin: 5rem auto;
}
.backnumber__item {
  width: 100%;
  margin: 1rem auto;
  aspect-ratio: 3/1;
}
@media screen and (min-width: 1025px) {
  .backnumber__item {
    width: calc(33.3333333333% - 1rem);
    margin: 0.5rem;
  }
}
.backnumber__item img {
  width: 100%;
  box-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.3);
}
.backnumber__item img:hover {
  filter: brightness(1.2);
}

/* sns */
.sns-archive {
  background-color: transparent;
}

.snstitle {
  width: 20rem;
  margin: 0 auto;
  border-radius: 5rem;
  background-color: #000000;
  color: #ffffff;
  line-height: 3;
}

.copy-link, .copy {
  background-color: #ffd400;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.copy-link {
  padding-top: 1rem;
  font-size: 0.8em;
}

.copy {
  padding-bottom: 1rem;
}

#footer {
  position: relative;
}

.share {
  padding: 2rem 0;
}

.share-title {
  padding: 1em 0;
  background-color: #000000;
  color: #ffffff;
  line-height: 1;
  text-box: trim-both cap alphabetic;
}
.share-title::after {
  border-top: solid 0.5em #000000;
}

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

.footer-txt {
  padding: 1rem 0;
  background-color: #000000;
  text-align: center;
}
.footer-txt * {
  color: #ffffff;
  font-weight: bold;
  line-height: 2;
}
.footer-txt a {
  color: #ffd400;
  font-size: 0.9em;
}
.footer-txt a:hover {
  opacity: 0.7;
}

/* deco */
.marker {
  margin: 0 0.2em;
  padding: 0 0.2em;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.marker-darkblue {
  background-color: darkblue;
  color: #ffffff;
}
.marker-gray {
  background-color: #cccccc;
  color: #111111;
}
.marker-black {
  background-color: #111111;
  color: #ffffff;
}
.marker-main {
  background-color: #ffd400;
  color: #111111;
}

.under {
  margin: 0 0.2em;
  text-decoration: underline;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 0.1em;
}
.under-red {
  -webkit-text-decoration-color: #ff0000;
          text-decoration-color: #ff0000;
}
.under-main {
  -webkit-text-decoration-color: #ffd400;
          text-decoration-color: #ffd400;
}

/* color */
.smoke {
  color: #443344;
}

.blue {
  color: #2660ac;
}

.skyblue {
  color: #0db8d9;
}

.brown {
  color: #c7a199;
}

.purple {
  color: #b598ec;
}

.darkblue {
  color: darkblue;
}

.yellow {
  color: #f8b800;
}

.pink {
  color: #c84283;
}

.green {
  color: #008442;
}

.orange {
  color: #ea5419;
}

.red {
  color: #dd1026;
}

.white {
  color: #ffffff;
}

.c-main {
  color: #ffd400;
}

.c-7th {
  color: #0fbdcd;
}

/* bg */
.bg-01 {
  background-image: url(../img/bg-01.jpg);
  background-size: 20px auto;
  background-repeat: repeat;
}

.bg-02 {
  background-image: url(../img/bg-02.jpg);
  background-size: 20px auto;
  background-repeat: repeat;
}

.bg-03 {
  background-image: url(../img/bg-03.jpg);
  background-size: 20px auto;
  background-repeat: repeat;
}

/* font */
.fs-03 {
  font-size: 0.3em;
}
.fs-04 {
  font-size: 0.4em;
}
.fs-05 {
  font-size: 0.5em;
}
.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-17 {
  font-size: 1.7em;
}
.fs-18 {
  font-size: 1.8em;
}
.fs-19 {
  font-size: 1.9em;
}
.fs-20 {
  font-size: 2em;
}

/* trigger */
.trigger {
  opacity: 0;
  transition: 0.75s ease 0s;
}
.trigger.delay-05 {
  transition: 0.75s ease 0.5s;
}
.trigger.delay-10 {
  transition: 0.75s ease 1s;
}
.trigger.opa.is-trigger {
  opacity: 1;
}
.trigger.slideup {
  transform: translateY(1rem);
}
.trigger.slideup.is-trigger {
  opacity: 1;
  transform: revert;
}
.trigger.fall {
  transform: scale(1.1);
}
.trigger.fall.is-trigger {
  opacity: 1;
  transform: revert;
}

@media screen and (min-width: 1000px) {
  /* about */
  .about-txt p {
    font-size: 1.8rem;
  }
  /* cast */
  .prof {
    width: calc(25% - 1rem);
    margin: 0.5rem;
  }
}
/*# sourceMappingURL=style.css.map */