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

html {
  font-size: 4vmin;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 30px;
  }
}

body {
  -webkit-animation: op 1s ease 1s both;
          animation: op 1s ease 1s both;
}
@-webkit-keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.smooth {
  scroll-behavior: smooth;
}

main {
  overflow: clip;
  color: #2e2300;
}

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

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

h2 {
  position: relative;
  width: calc(100% - 3rem);
  max-width: 450px;
  margin: 0 auto 1rem;
  aspect-ratio: 45/16;
}
h2 img {
  width: 100%;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-image: url(../img/bg.webp);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-backdrop-filter: blur(5px) brightness(1.1);
          backdrop-filter: blur(5px) brightness(1.1);
}

.title {
  position: relative;
  background-image: url(../img/title-sp.webp);
  background-size: cover;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1025px) {
  .title {
    background-image: url(../img/title-pc.webp);
    aspect-ratio: 16/9;
  }
}
.title h1 {
  position: absolute;
  right: 0;
  bottom: 5%;
  left: 0;
  width: 60%;
  margin: auto;
  -webkit-animation: titleLogo 1s ease 1s both;
          animation: titleLogo 1s ease 1s both;
  aspect-ratio: 100/88;
  -webkit-filter: drop-shadow(0 0.2rem 0.4rem #1d0a00) drop-shadow(0 0.2rem 0.4rem #1d0a00);
          filter: drop-shadow(0 0.2rem 0.4rem #1d0a00) drop-shadow(0 0.2rem 0.4rem #1d0a00);
}
@-webkit-keyframes titleLogo {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: revert;
            transform: revert;
  }
}
@keyframes titleLogo {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: revert;
            transform: revert;
  }
}
.title h1 img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1025px) {
  .title h1 {
    right: 3%;
    bottom: 26%;
    left: auto;
    z-index: -1;
    width: 40%;
    -webkit-filter: drop-shadow(0 0.1rem 0.2rem #292300) drop-shadow(0 0.1rem 0.2rem #675800);
            filter: drop-shadow(0 0.1rem 0.2rem #292300) drop-shadow(0 0.1rem 0.2rem #675800);
  }
}

.onair {
  padding: 1.5rem 0;
  background-color: #fdd000;
}
.onair__date {
  color: #2e2300;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.onair__date .day {
  position: relative;
  bottom: 0.15em;
  z-index: 1;
  margin: 0 0.25em;
  color: #ffffff;
  font-size: 0.75em;
}
.onair__date .day::before {
  position: absolute;
  top: 54%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.2em;
  height: 1.3em;
  border-radius: 0.2em;
  background-color: #c4002a;
  content: "";
}

.area__head {
  position: relative;
  width: 20em;
  max-width: 1200px;
  margin: 0 auto 1rem;
  padding: 1rem 0;
  background-color: #2e2300;
  color: #fdd000;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.area__head::before, .area__head::after {
  position: absolute;
  top: 100%;
  width: 0.5rem;
  height: 1rem;
  background-color: #2e2300;
  content: "";
}
.area__head::before {
  left: 2em;
}
.area__head::after {
  right: 2em;
}
.area__wrap {
  position: relative;
  width: calc(100% - 2rem);
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
  border: solid 0.25rem #2e2300;
  border-radius: 1rem;
  background-color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.area__wrap .unbreak {
  display: inline-block;
  margin: 0 0.5em;
}
.area__wrap::before, .area__wrap::after {
  position: absolute;
  width: 3em;
  background-image: url(../img/sunflower.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  aspect-ratio: 186/163;
}
.area__wrap::before {
  top: -0.5em;
  left: -1em;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.area__wrap::after {
  right: -1em;
  bottom: -0.5em;
}

.about__wrap {
  width: calc(100% - 3rem);
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
}
.about__wrap p {
  margin: 0 auto 1rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .about__wrap p {
    text-align: center;
  }
}

.highlight__head {
  padding: 1.5rem 0;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
}
.highlight__head p {
  margin: 0.5rem auto;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .highlight__head p {
    text-align: center;
  }
}
.highlight__content {
  width: calc(100% - 3rem);
  max-width: 1200px;
  margin: 3rem auto;
}
.highlight__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 1025px) {
  .highlight__content:nth-child(even) .highlight__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.highlight__pic {
  position: relative;
  z-index: 1;
  width: 100%;
}
.highlight__content:nth-child(odd) .highlight__pic {
  margin: 0 -1rem -1.5rem auto;
}
.highlight__content:nth-child(even) .highlight__pic {
  margin: 0 auto -1.5rem -1rem;
}
@media screen and (min-width: 1025px) {
  .highlight__pic {
    width: 450px;
  }
  .highlight__content:nth-child(odd) .highlight__pic {
    -webkit-transform: rotateZ(-1deg);
            transform: rotateZ(-1deg);
  }
  .highlight__content:nth-child(even) .highlight__pic {
    -webkit-transform: rotateZ(1deg);
            transform: rotateZ(1deg);
  }
}
.highlight__pic__inner {
  width: 100%;
  aspect-ratio: 16/9;
}
.highlight__pic__inner:first-child {
  margin: 0 auto 0.5rem;
}
.highlight__pic__inner img {
  width: 100%;
  border: solid 0.25rem #ffffff;
}
.highlight__txt {
  position: relative;
  width: 100%;
  padding: 2rem;
  background-color: #fdd000;
}
.highlight__txt::after {
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  margin: auto;
  border: dashed 0.1rem #2e2300;
  content: "";
}
.highlight__txt p {
  margin: 0.5rem auto;
  font-size: 0.9rem;
  line-height: 1.8;
  text-align: justify;
}
.highlight__content:nth-child(odd) .highlight__txt {
  margin: 0 auto 0 -1rem;
}
.highlight__content:nth-child(even) .highlight__txt {
  margin: 0 -1rem 0 auto;
  background-color: #f2a100;
}
@media screen and (min-width: 1025px) {
  .highlight__txt {
    width: calc(100% - 450px);
  }
  .highlight__content:nth-child(odd) .highlight__txt {
    -webkit-transform: rotateZ(1deg);
            transform: rotateZ(1deg);
    margin: 0 auto;
  }
  .highlight__content:nth-child(even) .highlight__txt {
    -webkit-transform: rotateZ(-1deg);
            transform: rotateZ(-1deg);
    margin: 0 auto;
  }
}

.cast__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.cast__item {
  width: 70%;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 1025px) {
  .cast__item {
    width: calc(33.3333333333% - 1rem);
    margin: 0 0.5rem;
  }
  .cast__item.single {
    margin: 0 auto;
  }
}
.cast__pic {
  width: 80%;
  margin: 0 auto;
  overflow: clip;
  border-radius: 100vh;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
  aspect-ratio: 1/1;
}
.cast__pic img {
  width: 100%;
}
.cast__name {
  position: relative;
  height: 3em;
  margin: 1rem auto 0;
  border-radius: 0.5rem;
  background-color: #2e2300;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (min-width: 1025px) {
  .cast__name {
    font-size: 1.2rem;
  }
}
.cast__name .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.cast__name::before, .cast__name::after {
  position: absolute;
  width: 3em;
  background-image: url(../img/sunflower.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  aspect-ratio: 186/163;
}
.cast__name::before {
  top: -0.5em;
  left: -1em;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.cast__name::after {
  right: -1em;
  bottom: -0.5em;
}
.cast__tips {
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.5em 2em;
  border-radius: 100vh;
  background-color: #ffffff;
  color: #2e2300;
  font-weight: bold;
  text-box: trim-both cap alphabetic;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.cast__tips::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1em;
  background-color: #ffffff;
  content: "";
  aspect-ratio: 4/3;
}

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

.share {
  position: relative;
  padding: 3rem 0;
}
.share::after {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  color: white;
  font-size: 0.6rem;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.7);
  content: "この背景画像は生成AIで作成しています";
}

.share-title {
  padding: 1em 0;
  background-color: #2e2300;
  color: #ffffff;
  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 #2e2300;
}

.share-item {
  width: 3rem;
}
@media screen and (min-width: 1025px) {
  .share-item {
    font-size: 2rem;
  }
}

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

.footer-txt {
  position: relative;
  padding: 1rem 0;
  background-color: #2e2300;
  text-align: center;
}
.footer-txt * {
  color: #fdd000;
  font-weight: bold;
  line-height: 2;
}

.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-03 {
  font-size: 0.3em;
}

.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;
  -webkit-transform: scale(0.8);
          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;
}

.spacer-01 {
  padding-top: 1rem;
}
.spacer-02 {
  padding-top: 2rem;
}
.spacer-03 {
  padding-top: 3rem;
}
.spacer-04 {
  padding-top: 4rem;
}
.spacer-05 {
  padding-top: 5rem;
}

.c-white {
  color: #ffffff;
}

.c-a {
  color: #fdd000;
}

.c-c {
  color: #f2a100;
}

.c-b {
  color: #2e2300;
}

.c-d {
  color: #5d3828;
}

.c-gold {
  color: gold;
}

.c-darkgold {
  color: darkgoldenrod;
}

.c-purple {
  color: purple;
}

.c-orange {
  color: orangered;
}

.c-magenta {
  color: rgb(232, 88, 201);
}

.c-pink {
  color: pink;
}

.c-skyblue {
  color: skyblue;
}

.c-blue {
  color: rgb(32, 94, 200);
}

.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-pink {
  background-color: pink;
}
.marker-orange {
  background-color: orangered;
}

.under {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 0.15em;
  -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;
}

.trigger {
  opacity: 0;
  -webkit-transition: 1s ease 0s;
  transition: 1s ease 0s;
}
.trigger.delay-05 {
  -webkit-transition: 1s ease 0.5s;
  transition: 1s ease 0.5s;
}
.trigger.delay-15 {
  -webkit-transition: 1s ease 1.5s;
  transition: 1s ease 1.5s;
}
.trigger.delay-20 {
  -webkit-transition: 1s ease 2s;
  transition: 1s ease 2s;
}
.trigger.opa.is-trigger {
  opacity: 1;
}
.trigger.slideup {
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}
.trigger.slideup.is-trigger {
  opacity: 1;
  -webkit-transform: revert;
          transform: revert;
}
.trigger.slideright {
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
}
.trigger.slideright.is-trigger {
  opacity: 1;
  -webkit-transform: revert;
          transform: revert;
}
.trigger.slideleft {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
.trigger.slideleft.is-trigger {
  opacity: 1;
  -webkit-transform: revert;
          transform: revert;
}
.trigger.fall {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.trigger.fall.is-trigger {
  opacity: 1;
  -webkit-transform: revert;
          transform: revert;
}/*# sourceMappingURL=style.css.map */