.p-top {
  display: block;
  position: relative;
}
.p-top__container {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top__container {
    min-height: 100vh;
    display: grid;
    grid-template-columns: max(50%, calc(100vh * 0.6976744186)) auto;
  }
}
.p-top__header {
  height: 100%;
  display: block;
  position: relative;
}
.p-top__inner {
  container-type: inline-size;
  display: block;
  position: relative;
  opacity: 0;
}
@media screen and (min-width: 961px) {
  .p-top__inner {
    min-width: 0;
  }
}
.is-load .p-top__inner {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.p-kv {
  height: 100%;
  display: block;
  position: relative;
  background: var(--color-white);
}
.p-kv__container {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.p-kv__container img {
  width: 100%;
}
.p-kv__visual {
  display: block;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.is-load .p-kv__visual {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-kv__visual-img {
  display: block;
  position: relative;
  transform: scale3d(1.05, 1.05, 1.05);
}
.is-load .p-kv__visual-img {
  transform: scale3d(1.001, 1.001, 1.001);
  transition: transform 3.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.p-hero {
  display: block;
  position: relative;
}
.p-hero__container {
  display: block;
  position: relative;
  padding-top: 9%;
}
.p-hero__title {
  width: 82%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 93.5%;
    margin-top: -50.5%;
  }
}
.p-hero__title img {
  width: 100%;
}
.p-hero__onair {
  display: block;
  position: relative;
  margin: 7% auto 0;
}
@media screen and (max-width: 960px) {
  .p-hero__onair {
    margin-top: 12%;
  }
}
.p-hero__onair-lead {
  width: 72.5%;
  max-width: 650px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  @container (max-width: 560px) {
    .p-hero__onair-lead {
      width: 80%;
    }
  }
}
@media screen and (max-width: 960px) {
  .p-hero__onair-lead {
    width: 80%;
  }
}

.p-bnr {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 8.8% 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-bnr {
    padding: 9.5% 0;
  }
}
.p-bnr__container {
  display: block;
  position: relative;
}
.p-bnr__slide {
  width: 53%;
  max-width: 450px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  @container (max-width: 560px) {
    .p-bnr__slide {
      width: 62%;
    }
  }
}
@media screen and (max-width: 960px) {
  .p-bnr__slide {
    width: 62%;
  }
}
.p-bnr__list {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.p-bnr__list-item {
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-bnr__link {
  display: block;
  position: relative;
}
.p-bnr__link a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 0;
}
.p-bnr__link-img {
  display: block;
  position: relative;
}
.p-bnr__link-img::after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--color-orange);
  opacity: 0.5;
  background: var(--gradient-orange) no-repeat center/auto 100%;
  transition: width 0.3s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) {
  .p-bnr__link:hover .p-bnr__link-img::after {
    width: 100%;
    left: 0;
    opacity: 0.5;
  }
}

.p-headline {
  display: block;
  position: relative;
}
.p-headline__container {
  display: block;
  position: relative;
  padding: 8.1% 0;
}
.p-headline__header {
  display: block;
  position: relative;
  margin-bottom: 3.5%;
}
.p-headline__title {
  width: 27%;
  max-width: 230px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-headline__title {
    width: 31%;
  }
}
.p-headline__inner {
  display: block;
  position: relative;
}
.p-headline__list {
  display: block;
  position: relative;
}
.p-headline__list-item {
  display: block;
  position: relative;
}
.p-headline__list-item::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.1rem solid var(--color-navy);
  opacity: 0.1;
  pointer-events: none;
}
.p-headline__list-item:last-child::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-navy);
  opacity: 0.1;
  pointer-events: none;
}

.p-headline_article {
  display: block;
  position: relative;
  padding: 2rem 5%;
}
@media screen and (min-width: 961px) {
  .p-headline_article {
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  .p-headline_article {
    padding: 1.2rem 5.2%;
  }
}
.p-headline_article::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  background: var(--gradient-orange) no-repeat center/auto 100%;
  transition: width 0.4s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) {
  .p-headline_article:hover::before {
    width: 100%;
    left: 0;
    opacity: 1;
  }
}
.p-headline_article__date {
  display: block;
  position: relative;
  color: var(--color-orange);
  margin-right: 2rem;
}
@media screen and (min-width: 961px) {
  @container (max-width: 560px) {
    .p-headline_article__date {
      font-size: 1.3rem;
    }
  }
}
@media screen and (max-width: 960px) {
  .p-headline_article__date {
    margin-bottom: 0.8rem;
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .p-headline_article__date {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-headline_article:hover .p-headline_article__date {
    color: var(--color-white);
    transition-delay: 0.1s;
  }
}
.p-headline_article__title {
  min-width: 0;
  flex: 1 1 0;
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 961px) {
  @container (max-width: 560px) {
    .p-headline_article__title {
      font-size: 1.3rem;
    }
  }
}
@media screen and (max-width: 960px) {
  .p-headline_article__title {
    font-size: 1.3rem;
  }
}
@media (hover: hover) {
  .p-headline_article__title {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-headline_article:hover .p-headline_article__title {
    color: var(--color-white);
    transition-delay: 0.1s;
  }
}

.p-movie {
  display: block;
  position: relative;
  margin-top: 10.5%;
}
@media screen and (max-width: 960px) {
  .p-movie {
    margin-top: 11.5%;
  }
}
.p-movie__container {
  display: block;
  position: relative;
  padding: 12% 0 22%;
}
@media screen and (max-width: 960px) {
  .p-movie__container {
    padding: 13.5% 0 25.2%;
  }
}
.p-movie__container::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/assets/img/top/bg_movie.png") no-repeat center/100% 100%;
}
.p-movie__header {
  display: block;
  position: relative;
  margin-bottom: 3.5%;
}
@media screen and (max-width: 960px) {
  .p-movie__header {
    margin-bottom: 4%;
  }
}
.p-movie__title {
  width: 29.8%;
  max-width: 250px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-movie__title {
    width: 34%;
  }
}
.p-movie__inner {
  display: block;
  position: relative;
}
.p-movie__thumb {
  width: 80%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-movie__thumb {
    width: 90.5%;
  }
}
.p-movie__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-movie__thumb::before {
    top: 1rem;
    left: 1rem;
  }
}
.p-movie__thumb-img {
  padding-top: 56.25%;
  display: block;
  position: relative;
  overflow: hidden;
}
.p-movie__thumb-img::after {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--color-orange);
  opacity: 0.5;
  background: var(--gradient-orange) no-repeat center/auto 100%;
  transition: width 0.3s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) {
  .p-movie__thumb:hover .p-movie__thumb-img::after {
    width: 100%;
    left: 0;
    opacity: 0.5;
  }
}
.p-movie__thumb-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-movie__thumb-play {
  width: 9.6rem;
  height: 9.6rem;
  display: grid;
  place-items: center;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/assets/img/common/bg_deco-hexagon_orange.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .p-movie__thumb-play {
    width: 6rem;
    height: 6rem;
  }
}
.p-movie__thumb-play img {
  width: 45%;
  position: relative;
  margin: 0 auto;
}

.p-intro {
  display: block;
  position: relative;
  margin-top: 7.4%;
}
@media screen and (max-width: 960px) {
  .p-intro {
    margin-top: 8.4%;
  }
}
.p-intro__container {
  display: block;
  position: relative;
  padding: 10% 0 5.5%;
}
.p-intro__header {
  display: block;
  position: relative;
  margin-bottom: 9%;
}
@media screen and (max-width: 960px) {
  .p-intro__header {
    margin-bottom: 12.5%;
  }
}
.p-intro__title {
  width: 71%;
  max-width: 600px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-intro__title {
    width: 82%;
  }
}
.p-intro__inner {
  display: block;
  position: relative;
}
.p-intro__lead {
  width: 78%;
  max-width: 480px;
  display: block;
  position: relative;
  margin: 0 auto 6.8%;
}
@media screen and (max-width: 960px) {
  .p-intro__lead {
    width: 85%;
    margin-bottom: 8%;
  }
}
.p-intro__text {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-intro__text {
    width: 95%;
  }
}
.p-intro__text-par {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 961px) {
  @container (max-width: 560px) {
    .p-intro__text-par {
      font-size: 1.6rem;
    }
  }
  @container (max-width: 375px) {
    .p-intro__text-par {
      font-size: 1.4rem;
    }
  }
}
@media screen and (max-width: 960px) {
  .p-intro__text-par {
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
  }
}
.p-intro__text-par strong {
  color: var(--color-orange);
}
.p-intro__text-par + .p-intro__text-par {
  margin-top: 7%;
}
@media screen and (max-width: 960px) {
  .p-intro__text-par + .p-intro__text-par {
    margin-top: 9%;
  }
}