.p-hero {
  display: flex;
}
@media screen and (min-width: 960px) {
  .p-hero {
    justify-content: space-between;
  }
}
@media screen and (max-width: 959px) {
  .p-hero {
    flex-direction: column-reverse;
  }
}
.p-hero__kv {
  flex-shrink: 0;
  width: 60.5%;
  max-width: 1600px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-hero__kv {
    width: 100%;
  }
}
.p-hero__kv img {
  width: 100%;
}
.p-hero__kv-symbol {
  position: absolute;
  top: 1%;
  left: 1%;
  width: 8.8%;
  opacity: 0;
  transform: translateY(15px);
}
.is-load .p-hero__kv-symbol {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 1.2s;
}
@media screen and (max-width: 959px) {
  .p-hero__kv-symbol {
    width: 10.8%;
  }
}
.is-load .p-hero__kv-symbol img {
  animation: rotate_card 1.5s cubic-bezier(0.25, 1, 0.5, 1) both;
  animation-delay: 1.2s;
}
.p-hero__kv-item {
  overflow: hidden;
}
.p-hero__kv-item img {
  transform: scale(1.2) rotate(5deg);
  transform-origin: center;
}
.is-load .p-hero__kv-item img {
  transform: scale(1) rotate(0);
  transition: transform 1.9s cubic-bezier(0.76, 0, 0.24, 1) 0.2s;
}
.p-hero__content {
  flex-grow: 1;
  word-break: break-all;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .p-hero__content::before {
    content: "";
    width: 100%;
    padding-top: 48%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/top/main/main_bg_deco.png) no-repeat left bottom;
    background-size: contain;
  }
}
.p-hero__content-inner {
  position: relative;
  padding: 15.4% 6%;
}
@media screen and (max-width: 959px) {
  .p-hero__content-inner {
    padding: 6.5% 6%;
  }
}
.p-hero__logo {
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .p-hero__logo {
    width: 81%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-108%);
  }
}
.p-hero__logo img {
  transform: translateY(20px);
  opacity: 0;
}
.is-load .p-hero__logo img {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
.p-hero__onair {
  margin-top: 6.5%;
}
@media screen and (max-width: 959px) {
  .p-hero__onair {
    margin-top: 0;
  }
}
.p-hero__onair-text {
  margin: 0 auto;
  width: 80%;
  transform: translateY(20px);
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .p-hero__onair-text {
    width: 84%;
  }
}
.is-load .p-hero__onair-text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.7s;
}
.p-hero__menu {
  margin-top: 59px;
  transform: translateY(25px);
  opacity: 0;
}
.is-load .p-hero__menu {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 1s;
}
.p-hero__menu-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 91%;
}
.p-hero__menu-list-item {
  width: 47.5%;
  border-bottom: 2px dotted rgba(186, 107, 67, 0.3);
  margin-right: 5%;
}
.p-hero__menu-list-item:nth-child(2n) {
  margin-right: 0;
}
.p-hero__menu-list-item:nth-child(-n+2) {
  border-top: 2px dotted rgba(186, 107, 67, 0.3);
}
.p-hero__menu-list-item a {
  display: block;
  text-decoration: none;
  padding: 17px 13px;
  position: relative;
}
.p-hero__menu-list-item a::before {
  content: "";
  width: 16px;
  height: 20px;
  position: absolute;
  top: 14px;
  left: 9px;
  background: url(../img/common/icon/point.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (hover: hover) {
  .p-hero__menu-list-item a:hover::before {
    transform: scale(1);
    opacity: 1;
    transition-delay: 0.1s;
  }
  .p-hero__menu-list-item a:hover .p-hero__menu-list-text {
    transform: translateX(20px);
  }
}
.p-hero__menu-list-text {
  color: #212325;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-hero__official {
  margin-top: 39px;
  transform: translateY(25px);
  opacity: 0;
}
.is-load .p-hero__official {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 1.2s;
}
@media screen and (max-width: 959px) {
  .p-hero__official {
    margin-top: 23px;
  }
}
.p-hero__official-btn {
  margin: 0 auto;
  width: 60%;
  max-width: 220px;
  background-color: #ba6b43;
  text-align: center;
  border-radius: 100px;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-hero__official-btn:hover{
    transform: scale(0.95);
  }
}
@media screen and (max-width: 959px) {
  .p-hero__official-btn {
    width: 64%;
  }
}
.p-hero__official-btn-inner {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 16px 19% 16px 20%;
}
@media screen and (max-width: 959px) {
  .p-hero__official-btn-inner {
    padding: 12px 21% 13px 22%;
  }
}
.p-hero__official-btn-inner::after {
  content: "";
  width: 14px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10%;
  -webkit-mask: url(../img/common/icon/s_x.svg) no-repeat center center;
  mask: url(../img/common/icon/s_x.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .p-hero__official-btn-inner::after {
    width: 13px;
    left: 8%;
  }
}
.p-hero__official-btn-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .p-hero__official-btn-text {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.p-hero__bnr {
  margin: 0 auto;
  width: 78.5%;
  margin-top: 13%;
  transform: translateY(20px);
  opacity: 0;
}
.is-load .p-hero__bnr {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 1.4s;
}
@media screen and (max-width: 959px) {
  .p-hero__bnr {
    width: 81.5%;
    margin-top: 9.5%;
  }
}

.p-movie {
  margin-top: 11.4%;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-movie {
    margin-top: 10.5%;
  }
}
.p-movie__content {
  position: relative;
  overflow: hidden;
}
.p-movie__deco {
  position: absolute;
  top: 0;
  right: 2%;
  z-index: 2;
  width: 14.8%;
  transform: translateY(-55%);
}
@media screen and (max-width: 959px) {
  .p-movie__deco {
    right: 1%;
    width: 25.8%;
    transform: translateY(-37%);
  }
}
.p-movie__deco .p-in_item {
  transform: scale(0.75);
  opacity: 0;
}
.p-movie.is-active .p-movie__deco .p-in_item {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-movie.is-active .p-movie__deco img {
  animation: katakata 4.5s linear infinite both;
  animation-delay: 0.8s;
}
.p-movie .movie_swiper__pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .p-movie .movie_swiper__pagination {
    margin-top: 9px;
  }
}
.p-movie .movie_swiper__pagination .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  margin: 0 7px;
  opacity: 1;
  -webkit-mask: url(../img/common/icon/point.svg) no-repeat center center;
  mask: url(../img/common/icon/point.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #8fb7c0;
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .p-movie .movie_swiper__pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 4px;
  }
}
.p-movie .movie_swiper__pagination .swiper-pagination-bullet-active {
  background-color: #212325;
}
.p-movie .movie_swiper .swiper-slide {
  position: relative;
  width: 100%;
  padding-top: 36.45%;
  overflow: hidden;
  cursor: pointer;
}
.p-movie .movie_swiper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.1;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 959px) {
  .p-movie .movie_swiper .swiper-slide {
    padding-top: 57.45%;
  }
}
@media (hover: hover) {
  .p-movie .movie_swiper .swiper-slide:hover::before {
    opacity: 0.3;
  }
}
.p-movie .movie_swiper .swiper-slide::after {
  content: "";
  width: 8%;
  padding-top: 8%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/top/movie/play.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .p-movie .movie_swiper .swiper-slide::after {
    width: 16%;
    padding-top: 16%;
  }
}
.p-movie .movie_swiper .swiper-slide-active .movie_swiper__thumb, .p-movie .movie_swiper .swiper-slide-duplicate-active .movie_swiper__thumb {
  transform: scale(1);
}
.p-movie .movie_swiper__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.15);
  transition: transform 10s cubic-bezier(0.61, 1, 0.88, 1);
}

.p-news {
  position: relative;
  margin-top: 69px;
}
@media screen and (max-width: 959px) {
  .p-news {
    margin-top: 25px;
  }
}
@media screen and (max-width: 959px) {
  .p-news .l-section__ttl {
    margin-bottom: 28px;
  }
}
.p-news__deco {
  position: absolute;
  top: 0;
  left: 3.5%;
  width: 10.5%;
  max-width: 138px;
  transform: translateY(-100%);
}
@media screen and (max-width: 959px) {
  .p-news__deco {
    left: 5%;
    width: 17.5%;
    max-width: 80px;
    transform: translateY(-65%);
  }
}
.p-news__deco .p-in_item {
  transform: scale(0.75);
  opacity: 0;
}
.l-section.is-active .p-news__deco .p-in_item {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section.is-active .p-news__deco img {
  animation: fuyofuyo 3.5s cubic-bezier(0.37, 0, 0.63, 1) infinite both;
  animation-delay: 0.8s;
}
.p-news__list {
  padding-top: 4px;
  position: relative;
}
.p-news__list::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ba6b43;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform: scaleX(0);
}
.l-section.is-active .p-news__list::before {
  transform: scaleX(1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.1s;
}
@media screen and (max-width: 959px) {
  .p-news__list {
    padding-top: 3px;
  }
}
.p-news__list-item {
  border-top: 2px dotted #ba6b43;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .p-news__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section.is-active .p-news__list-item:nth-child(1) {
  transition-delay: 0.3s;
}
.l-section.is-active .p-news__list-item:nth-child(2) {
  transition-delay: 0.43s;
}
.l-section.is-active .p-news__list-item:nth-child(3) {
  transition-delay: 0.56s;
}
.l-section.is-active .p-news__list-item:nth-child(4) {
  transition-delay: 0.69s;
}
.l-section.is-active .p-news__list-item:nth-child(5) {
  transition-delay: 0.82s;
}
.l-section.is-active .p-news__list-item:nth-child(6) {
  transition-delay: 0.95s;
}
.l-section.is-active .p-news__list-item:nth-child(7) {
  transition-delay: 1.08s;
}
.l-section.is-active .p-news__list-item:nth-child(8) {
  transition-delay: 1.21s;
}
.l-section.is-active .p-news__list-item:nth-child(9) {
  transition-delay: 1.34s;
}
.l-section.is-active .p-news__list-item:nth-child(10) {
  transition-delay: 1.47s;
}
@media screen and (max-width: 959px) {
  .p-news__list-item {
    border-width: 1px;
  }
}
.p-news__list-item:last-of-type {
  border-bottom: 2px dotted #ba6b43;
}
@media screen and (max-width: 959px) {
  .p-news__list-item:last-of-type {
    border-bottom: 1px dotted #ba6b43;
  }
}
.p-news__list-inner {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #212325;
  padding: 32px 0 31px;
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .p-news__list-inner {
    display: block;
    padding: 16px 0 17px;
  }
}
@media (hover: hover) {
  .p-news__list-inner:hover {
    color: #ba6b43;
  }
}
.p-news__list-date {
  font-family: "Inter", serif;
  font-weight: 400;
  font-size: 14.5px;
  width: 90px;
  flex-shrink: 0;
  margin-right: 38px;
}
@media screen and (max-width: 959px) {
  .p-news__list-date {
    margin-right: 0;
    width: 100%;
    margin-bottom: 7px;
    font-size: 10.5px;
  }
}
.p-news__list-ttl {
	position: relative;
    font-size: 15.5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.5em;
}
@media screen and (max-width: 959px) {
  .p-news__list-ttl {
    font-size: 13px;
  }
}
.p-news__more {
  margin-left: auto;
  margin-top: 30px;
  width: 220px;
  transform: translateX(-20px);
  opacity: 0;
}
.l-section.is-active .p-news__more {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.8s;
}
@media screen and (max-width: 959px) {
  .p-news__more {
    width: 190px;
    margin: 0 auto;
    margin-top: 25px;
  }
}

.p-about {
  position: relative;
  margin-top: 120px;
}
@media screen and (max-width: 959px) {
  .p-about {
    margin-top: 75px;
  }
}
.p-about__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: url(../img/top/about/about_bg_pc.jpg) repeat center 0;
  background-size: 100%;
  transition: background-position 1s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 959px) {
  .p-about__bg {
    background: url(../img/top/about/about_bg_pc.jpg) repeat center 0;
    background-size: 750px;
  }
}
.p-about__content {
  display: flex;
  margin-top: 31px;
  padding-bottom: 116px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-about__content {
    height: 100%;
    padding-bottom: 71.3%;
    display: block;
  }
}
.p-about__chara {
  flex-shrink: 0;
  width: 34.9%;
  transform: translateX(-3%);
}
@media screen and (max-width: 959px) {
  .p-about__chara {
    position: absolute;
    bottom: -12%;
    left: 50%;
    transform: translateX(-62%);
    width: 60%;
    max-width: 450px;
  }
}
.p-about__chara img {
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .p-about__chara img {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
.p-about__text {
  color: #fff;
  line-height: 2.45;
  font-size: 18px;
  padding: 34px 3% 0;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .p-about__text {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.45s;
}
@media screen and (max-width: 959px) {
  .p-about__text {
    line-height: 2;
    font-size: 12.5px;
    padding: 0 0 0;
  }
}

.p-selector {
  position: relative;
  margin-top: 68px;
}
@media screen and (max-width: 959px) {
  .p-selector {
    margin-top: 25px;
  }
}
@media screen and (max-width: 959px) {
  .p-selector .l-section__ttl {
    margin-bottom: 37px;
  }
}
.p-selector__deco {
  position: absolute;
  top: 0;
  right: 5.5%;
  width: 13%;
  max-width: 170px;
  transform: translateY(-97%);
}
@media screen and (max-width: 959px) {
  .p-selector__deco {
    right: 7.5%;
    width: 23%;
    max-width: 90px;
    transform: translateY(-82%);
  }
}
.p-selector__deco .p-in_item {
  transform: scale(0.75);
  opacity: 0;
}
.l-section.is-active .p-selector__deco .p-in_item {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-selector__list {
  display: flex;
  flex-wrap: wrap;
}
.p-selector__list-item {
  width: 30.7%;
  margin-right: 3.95%;
  margin-bottom: 4.1%;
  transform: translateY(35px);
  opacity: 0;
}
.l-section.is-active .p-selector__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section.is-active .p-selector__list-item:nth-child(1) {
  transition-delay: 0.3s;
}
.l-section.is-active .p-selector__list-item:nth-child(2) {
  transition-delay: 0.43s;
}
.l-section.is-active .p-selector__list-item:nth-child(3) {
  transition-delay: 0.56s;
}
.l-section.is-active .p-selector__list-item:nth-child(4) {
  transition-delay: 0.69s;
}
.l-section.is-active .p-selector__list-item:nth-child(5) {
  transition-delay: 0.82s;
}
.l-section.is-active .p-selector__list-item:nth-child(6) {
  transition-delay: 0.95s;
}
.l-section.is-active .p-selector__list-item:nth-child(7) {
  transition-delay: 1.08s;
}
.l-section.is-active .p-selector__list-item:nth-child(8) {
  transition-delay: 1.21s;
}
.l-section.is-active .p-selector__list-item:nth-child(9) {
  transition-delay: 1.34s;
}
.l-section.is-active .p-selector__list-item:nth-child(10) {
  transition-delay: 1.47s;
}
.l-section.is-active .p-selector__list-item:nth-child(11) {
  transition-delay: 1.60s;
}
.l-section.is-active .p-selector__list-item:nth-child(12) {
  transition-delay: 1.73s;
}
@media screen and (min-width: 960px) {
  .p-selector__list-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-selector__list-item {
    width: 47.5%;
    margin-right: 4.5%;
    margin-bottom: 6.5%;
  }
  .p-selector__list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-selector__list-thumb {
  border-radius: 15px;
  border: 1px solid #212325;
  background-color: #fff;
  padding: 3px;
}
@media screen and (max-width: 959px) {
  .p-selector__list-thumb {
    border-radius: 10px;
    padding: 2px;
  }
}
.p-selector__list-thumb-img {
  border-radius: 15px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-selector__list-thumb-img {
    border-radius: 10px;
  }
}
.p-selector__list-thumb-img .p-in_thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-selector__list-text {
  text-align: center;
  margin-top: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .p-selector__list-text {
    margin-top: 8px;
  }
}
.p-selector__list-name {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .p-selector__list-name {
    font-size: 14px;
  }
}
.p-selector__list-sub {
  margin-top: 3px;
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .p-selector__list-sub {
    font-size: 9px;
  }
}
.p-selection {
  position: relative;
  margin-top: 117px;
  padding-top: 48px;
  padding-bottom: 48px;
}
.p-selection::before {
  content: "";
  width: 100%;
  padding-top: 48px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/intro/info_base_top.png) repeat-x left bottom;
  background-size: 1379px;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .p-selection::before {
    background-position: left bottom;
    background-size: 690px;
    transform: scale(-1, 1);
  }
}
.p-selection::after {
  content: "";
  width: 100%;
  padding-top: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/top/intro/info_base_top.png) repeat-x right bottom;
  background-size: 1379px;
  transform: scale(-1, -1);
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .p-selection::after {
    background-size: 690px;
  }
}
.p-selection .l-section__ttl {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  margin-bottom: 79px;
}
@media screen and (max-width: 959px) {
  .p-selection .l-section__ttl {
    margin-bottom: 48px;
  }
}
.p-selection .l-section__content {
  margin: 0 auto;
  width: 90%;
  max-width: 1002px;
}
.p-selection__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/intro/info_base_repeat.png) repeat 0 0;
  background-size: 420px;
}
.p-selection__more {
  position: absolute;
  top: 14px;
  right: 0;
  width: 220px;
  transform: translateY(35px);
  opacity: 0;
}
.l-section.is-active .p-selection__more {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.6s;
}
@media screen and (max-width: 959px) {
  .p-selection__more {
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    width: 190px;
  }
}
.p-selection__list {
  display: flex;
 /* flex-wrap: wrap; */
}
@media screen and (max-width: 959px) {
  .p-selection__list {
    display: block;
  }
}
.p-selection__list-item {
  width: 47.4%;
  margin-right: 5.2%;
  transform: translateY(35px);
  opacity: 0;
}
.l-section.is-active .p-selection__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section.is-active .p-selection__list-item:nth-child(1) {
  transition-delay: 0.3s;
}
.l-section.is-active .p-selection__list-item:nth-child(2) {
  transition-delay: 0.43s;
}
.l-section.is-active .p-selection__list-item:nth-child(3) {
  transition-delay: 0.56s;
}
.l-section.is-active .p-selection__list-item:nth-child(4) {
  transition-delay: 0.69s;
}
.l-section.is-active .p-selection__list-item:nth-child(5) {
  transition-delay: 0.82s;
}
.l-section.is-active .p-selection__list-item:nth-child(6) {
  transition-delay: 0.95s;
}
.l-section.is-active .p-selection__list-item:nth-child(7) {
  transition-delay: 1.08s;
}
.l-section.is-active .p-selection__list-item:nth-child(8) {
  transition-delay: 1.21s;
}
.l-section.is-active .p-selection__list-item:nth-child(9) {
  transition-delay: 1.34s;
}
.l-section.is-active .p-selection__list-item:nth-child(10) {
  transition-delay: 1.47s;
}
@media screen and (max-width: 959px) {
  .p-selection__list-item {
    width: 100%;
    margin-right: 0;
  }
  .p-selection__list-item + .p-selection__list-item {
    margin-top: 28px;
  }
}
/*
.p-selection__list-item:nth-child(2n) {
  margin-right: 0;
}
*/
.p-selection__list-item-inner {
  text-decoration: none;
}
@media (hover: hover) {
  .p-selection__list-item-inner:hover .p-selection__list-thumb-img img {
    transform: scale(1.1);
  }
}
.p-selection__list-thumb {
  border: 1px solid #212325;
  background-color: #fff;
  padding: 3px;
}
.p-selection__list-thumb img {
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-selection__list-thumb-img {
  overflow: hidden;
}
.p-selection__list-headData {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .p-selection__list-headData {
    margin-top: 15px;
  }
}
.p-selection__list-headData-story {
  display: flex;
  align-items: center;
}
.p-selection__list-headData-story .p-in_term {
  background-color: #ba6b43;
  display: inline-block;
  vertical-align: baseline;
  color: #fff;
  border-radius: 100px;
  padding: 5px 5px 7px;
  min-width: 80px;
  text-align: center;
  font-weight: 700;
  flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  .p-selection__list-headData-story .p-in_term {
    padding: 3px 5px 5px;
    font-size: 12px;
    min-width: 56px;
  }
}

.p-selection__list-headData-story .p-in_story {
  color: #212325;
  font-weight: 700;
  font-size: 18px;
  margin-left: 10px;
}
@media screen and (max-width: 959px) {
  .p-selection__list-headData-story .p-in_story {
    font-size: 13px;
  }
}
.p-selection__list-headData-selector {
  border: 2px solid #ba6b43;
  height: 100%;
  color: #ba6b43;
  padding: 6px 13px;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 700;
  border-radius: 100px;
}
@media screen and (max-width: 959px) {
  .p-selection__list-headData-selector {
    border: 1px solid #ba6b43;
    padding: 5px 8px;
    font-size: 10px;
    letter-spacing: 1px;
  }
}
.p-selection__list-footData {
  margin-top: 10px;
  line-height: 1.5;
  color: #212325;
}
@media screen and (max-width: 959px) {
  .p-selection__list-footData {
    margin-top: 8px;
  }
}
.p-selection__list-footData-title {
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .p-selection__list-footData-title {
    font-size: 16px;
  }
}
.p-selection__list-footData-onair {
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-top: 5px;
}
@media screen and (max-width: 959px) {
  .p-selection__list-footData-onair {
    font-size: 11px;
    margin-top: 3px;
  }
}
.p-onair {
  margin-top: 74px;
}
@media screen and (max-width: 959px) {
  .p-onair {
    margin-top: 76px;
  }
}
.p-onair .l-section__ttl {
  margin-bottom: 66px;
}
@media screen and (max-width: 959px) {
  .p-onair .l-section__ttl {
    margin-bottom: 30px;
  }
}
.p-onair__deco {
  position: absolute;
  left: 0;
  top: 0;
  width: 31%;
  max-width: 410px;
  transform: translateY(4%);
}
@media screen and (max-width: 959px) {
  .p-onair__deco {
    width: 54%;
    max-width: 200px;
    transform: translateY(-120%);
  }
}
.p-onair__deco .p-in_item {
  transform: scale(0.75);
  opacity: 0;
}
.l-section.is-active .p-onair__deco .p-in_item {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-onair__date {
  text-align: center;
  font-size: 25px;
  line-height: 1.7;
  font-weight: 500;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .p-onair__date {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 959px) {
  .p-onair__date {
    font-size: 15px;
  }
}
.p-onair__date-text {
  background: linear-gradient(transparent 60%, rgba(253, 229, 56, 0.5) 0%);
  display: inline;
  padding: 0 1px 0px;
  vertical-align: baseline;
}
.p-onair__info {
  margin-top: 75px;
}
@media screen and (max-width: 959px) {
  .p-onair__info {
    margin-top: 35px;
  }
}
.p-onair__info-box + .p-onair__info-box {
  margin-top: 78px;
}
.p-onair__info-box.border{
  border-bottom: 2px dotted #ba6b43;
}
@media screen and (max-width: 959px) {
  .p-onair__info-box + .p-onair__info-box {
    margin-top: 38px;
  }
}
.p-onair__info-ttl {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 50px;
  transform: translateY(25px);
  opacity: 0;
}
.p-onair__info-box.is-active .p-onair__info-ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-onair__info-box .caution{
  margin-bottom: 50px;
}
.p-onair__info-box .caution p{
  text-align: center;
  font-size: 0.9em;
  margin-bottom: 1%;
  line-height: 1.2;
}
.p-onair__info-box .caution p:nth-child(1){
  font-size: 1.2em;
  margin-bottom: 2%;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .p-onair__info-ttl {
    font-size: 16px;
    margin-bottom: 21px;
  }
  .p-onair__info-box .caution p{
    font-size: 0.8em;
  }
}
.p-onair__info-tvlist {
  display: flex;
  flex-wrap: wrap;
  transform: translateY(25px);
  opacity: 0;
  justify-content: space-between;
}
.p-onair__info-box.is-active .p-onair__info-tvlist {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.p-onair__info-caution{
  font-size: 16.5px;
  margin-top: 2%;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .p-onair__info-tvlist {
   /* display: block; */
  display: flex;
  flex-wrap: wrap;
  transform: translateY(25px);
    
  }
  .p-onair__info-caution{
    font-size: 11.5px;
  }
}
.p-onair__info-tvlist-item {
  width: 48.5%;
  border-bottom: 2px dotted #ba6b43;
  padding: 15px 0 17px;
  margin-right: 3%;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-onair__info-tvlist-item:nth-child(-n+2) {
    border-top: 2px dotted #ba6b43;
  }
  .p-onair__info-tvlist-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-onair__info-tvlist-item {
    padding: 10px 0 11px;
    margin: 0;
  width: 48.5%;
    border-bottom: 1px dotted #ba6b43;
  }
  .p-onair__info-tvlist-item:nth-child(1),  .p-onair__info-tvlist-item:nth-child(2)  {
    border-top: 1px dotted #ba6b43;
  }
}
.p-onair__info-tvlist-ttl {
  color: #ba6b43;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 4px;
}
@media screen and (max-width: 959px) {
  .p-onair__info-tvlist-ttl {
    font-size: 13px;
    margin-bottom: 2px;
    letter-spacing: 1px;
  }
}
.p-onair__info-tvlist-date {
  font-size: 16.5px;
}
@media screen and (max-width: 959px) {
  .p-onair__info-tvlist-date {
    font-size: 11.5px;
  }
}
.p-onair__info-stlist {
  /* display: flex; */
  margin: 0 auto;
  width: 100%;
  /* max-width: 580px; */
  transform: translateY(25px);
  opacity: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 27px;
  padding: 0 0 40px 0;
  
}
.p-onair__info-box.is-active .p-onair__info-stlist {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.p-onair__info-stlist-item {
  /* width: 48.5%; */
  /* margin-right: 3%; */
  margin-bottom: 3%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .p-onair__info-stlist-item {
    border-radius: 5px;
  }
  .p-onair__info-stlist{
    grid-template-columns: repeat(2, 1fr);
    padding: 0 0 6rem 0;
    gap: 20px 24px;
  }
}
.p-onair__info-stlist-item:nth-child(2n) {
  /* margin-right: 0; */
}
.p-onair__info-stlist-item img {
  width: 100%;
}
.p-music {
  margin-top: 116px;
}
@media screen and (max-width: 959px) {
  .p-music {
    margin-top: 131px;
  }
}
.p-music .l-section__ttl {
  margin-bottom: 61px;
}
@media screen and (max-width: 959px) {
  .p-music .l-section__ttl {
    margin-bottom: 38px;
  }
}
.p-music__deco {
  position: absolute;
  top: 0;
  right: 2.5%;
  width: 26%;
  max-width: 350px;
  transform: translateY(-24%);
}
@media screen and (max-width: 959px) {
  .p-music__deco {
    right: -6%;
    width: 45%;
    max-width: 170px;
    transform: translateY(-57%);
  }
}
.p-music__deco .p-in_item {
  transform: scale(0.75);
  opacity: 0;
}
.l-section.is-active .p-music__deco .p-in_item {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-music__list {
  display: flex;
}
@media screen and (max-width: 959px) {
  .p-music__list {
    display: block;
  }
}
.p-music__list-item {
  width: 47.9%;
  margin-right: 4.3%;
  transform: translateY(35px);
  opacity: 0;
}
.l-section.is-active .p-music__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section.is-active .p-music__list-item:nth-child(1) {
  transition-delay: 0.3s;
}
.l-section.is-active .p-music__list-item:nth-child(2) {
  transition-delay: 0.43s;
}
.l-section.is-active .p-music__list-item:nth-child(3) {
  transition-delay: 0.56s;
}
.l-section.is-active .p-music__list-item:nth-child(4) {
  transition-delay: 0.69s;
}
.l-section.is-active .p-music__list-item:nth-child(5) {
  transition-delay: 0.82s;
}
.l-section.is-active .p-music__list-item:nth-child(6) {
  transition-delay: 0.95s;
}
.l-section.is-active .p-music__list-item:nth-child(7) {
  transition-delay: 1.08s;
}
.l-section.is-active .p-music__list-item:nth-child(8) {
  transition-delay: 1.21s;
}
.l-section.is-active .p-music__list-item:nth-child(9) {
  transition-delay: 1.34s;
}
.l-section.is-active .p-music__list-item:nth-child(10) {
  transition-delay: 1.47s;
}
@media screen and (max-width: 959px) {
  .p-music__list-item {
    width: 100%;
    margin-right: 0;
  }
  .p-music__list-item + .p-music__list-item {
    margin-top: 40px;
  }
}
.p-music__list-item:last-of-type {
  margin-right: 0;
}
.p-music__list-head {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ba6b43;
  color: #fff;
  padding: 7px 20px 9px;
  margin-bottom: 20px;
  font-size: 20px;
  border-radius: 100px;
  letter-spacing: 0.5px;
}
.p-music__list-item .p-music__list-head:not(:first-child){
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .p-music__list-head {
    margin-bottom: 21px;
    padding: 4px 14px 6px;
    font-size: 14px;
  }
}
.p-music__list-thumb {
  border: 1px solid #212325;
  padding: 3px;
  background-color: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 959px) {
  .p-music__list-thumb {
    padding: 2px;
    border-radius: 10px;
  }
}
.p-music__list-thumb-item {
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-music__list-thumb-item {
    border-radius: 10px;
  }
}
.p-music__data {
  text-align: center;
  line-height: 1.5;
  margin-top: 22px;
}
@media screen and (max-width: 959px) {
  .p-music__data {
    margin-top: 15px;
  }
}
.p-music__data-title {
  font-weight: 500;
  font-size: 35px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 959px) {
  .p-music__data-title {
    letter-spacing: 0;
    font-size: 20px;
  }
}
.p-music__data-singer {
  font-size: 20px;
  margin-top: 17px;
}
@media screen and (max-width: 959px) {
  .p-music__data-singer {
    font-size: 13px;
    margin-top: 6px;
  }
}
.p-music__data-credit {
  font-size: 13px;
  margin-top: 23px;
  letter-spacing: 1px;
}
@media screen and (max-width: 959px) {
  .p-music__data-credit {
    font-size: 9px;
    margin-top: 9px;
  }
}

.p-intro {
  margin-top: 153px;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (max-width: 959px) {
  .p-intro {
    margin-top: 51px;
    padding-top: 45px;
  }
}
.p-intro .l-section__ttl {
  margin-bottom: 77px;
}
@media screen and (max-width: 959px) {
  .p-intro .l-section__ttl {
    margin-bottom: 39px;
  }
}
.p-intro::before {
  content: "";
  width: 100%;
  padding-top: 48px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/intro/info_base_top.png) repeat-x left bottom;
  background-size: 1379px;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .p-intro::before {
    background-position: left bottom;
    background-size: 690px;
    transform: scale(-1, 1);
  }
}
.p-intro::after {
  content: "";
  width: 100%;
  padding-top: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/top/intro/info_base_top.png) repeat-x right bottom;
  background-size: 1379px;
  transform: scale(-1, -1);
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .p-intro::after {
    background-size: 690px;
  }
}
.p-intro__deco {
  position: absolute;
  top: 0;
  /* right: 6.5%; */
  left: 5%;
  z-index: 1;
  width: 11.8%;
  max-width: 155px;
  /* transform: translateY(-60%); */
  transform: translateY(-28%);
}
@media screen and (max-width: 959px) {
  .p-intro__deco {
    display: none;
  }
}
.p-intro__deco .p-in_item {
  transform: scale(0.75);
  opacity: 0;
}
.l-section.is-active .p-intro__deco .p-in_item {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section.is-active .p-intro__deco .p-in_item img {
  animation: katakata2 4s linear infinite both;
  animation-delay: 0.8s;
  transform-origin: center bottom;
}
.p-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/intro/info_base_repeat.png) repeat 0 0;
  background-size: 420px;
}
.p-intro__tab {
  transform: translateY(20px);
  opacity: 0;
}
.l-section.is-active .p-intro__tab {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
.p-intro__tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .p-intro__tab-list {
    margin: 0 auto;
    width: 90%;
  }
}
.p-intro__tab-list-item {
  max-width: 140px;
  text-align: center;
  border: 2px solid #ba6b43;
  border-radius: 100px;
  overflow: hidden;
  margin-right: 5px;
  padding: 14px;
  width: 15%;
  cursor: pointer;
  position: relative;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (hover: hover) {
  .p-intro__tab-list-item:hover {
    transform: translateY(-8px);
  }
}
@media screen and (min-width: 960px) {
  .p-intro__tab-list-item:nth-child(6n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-intro__tab-list-item {
    width: 32.3%;
    margin-bottom: 2%;
    padding: 12px 10px 13px;
    border: 1px solid #ba6b43;
  }
  .p-intro__tab-list-item:nth-child(3n) {
    margin-right: 0;
  }
}
.p-intro__tab-list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ba6b43;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-intro__tab-list-item.is-select {
  pointer-events: none;
}
.p-intro__tab-list-item.is-select::before {
  opacity: 1;
}
.p-intro__tab-text {
  position: relative;
  color: #ba6b43;
  font-size: 18px;
  font-weight: 700;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .p-intro__tab-text {
    font-size: 13px;
  }
}
.is-select .p-intro__tab-text {
  color: #fff;
}
.p-intro__main {
  margin-top: 53px;
  position: relative;
  transform: translateY(20px);
  opacity: 0;
}
.l-section.is-active .p-intro__main {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 959px) {
  .p-intro__main {
    margin-top: 23px;
  }
}
.p-intro__main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .p-intro__main-bg {
    padding: 30px 0;
  }
  .p-intro__main-bg::before, .p-intro__main-bg::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    padding-top: 30px;
  }
  .p-intro__main-bg::before {
    top: 0;
    background: url(../img/top/intro/info_base_glid_top_sp.png) repeat-x center top;
    background-size: 420px;
  }
  .p-intro__main-bg::after {
    bottom: 0;
    background: url(../img/top/intro/info_base_glid_btm_sp.png) repeat-x center top;
    background-size: 420px;
  }
}
.p-intro__main-bg-inner {
  width: 100%;
  height: 100%;
  background: url(../img/top/intro/info_base_glid_pc.png) repeat-x center center;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .p-intro__main-bg-inner {
    background: url(../img/top/intro/info_base_glid_repeat_sp.png) repeat center top;
    background-size: 420px;
  }
}
.p-intro__main-slider {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1222px;
  padding: 3.7% 0;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-intro__main-slider {
    padding: 9.5% 0 19%;
  }
}
.p-intro__main-slider .intro_swiper .swiper-slide__content {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .p-intro__main-slider .intro_swiper .swiper-slide__content {
    display: block;
  }
}
.p-intro__main-slider-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .p-intro__main-slider-btn {
    width: 91%;
    top: 21%;
    transform: translateX(-50%);
    padding-top: 9.5%;
  }
}
.p-intro__main-slider-btn .swiper-button-prev, .p-intro__main-slider-btn .swiper-button-next {
  position: relative;
  margin-top: 0;
  color: #212325;
  width: 38px;
  height: 60px;
  pointer-events: all;
  cursor: pointer;
  transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .p-intro__main-slider-btn .swiper-button-prev, .p-intro__main-slider-btn .swiper-button-next {
    width: 23px;
    height: 33px;
  }
}
@media (hover: hover) {
  .p-intro__main-slider-btn .swiper-button-prev:hover, .p-intro__main-slider-btn .swiper-button-next:hover {
    color: #ba6b43;
    transform: scale(0.95);
  }
}
.p-intro__main-slider-btn .swiper-button-prev::after, .p-intro__main-slider-btn .swiper-button-next::after {
  font-size: 60px;
}
@media screen and (max-width: 959px) {
  .p-intro__main-slider-btn .swiper-button-prev::after, .p-intro__main-slider-btn .swiper-button-next::after {
    font-size: 33px;
  }
}
.p-intro__main-slider-btn .swiper-button-prev {
  left: 0;
}
.p-intro__main-slider-btn .swiper-button-next {
  right: 0;
}
.p-intro__main-thumb {
  flex-shrink: 0;
  width: 37%;
  margin-right: 5%;
  transform: translateX(-25px);
  opacity: 0;
  overflow: hidden;
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.swiper-slide-active .p-intro__main-thumb, .swiper-slide-duplicate-active .p-intro__main-thumb {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 959px) {
  .p-intro__main-thumb {
    margin: 0 auto;
    width: 74%;
  }
}
.p-intro__main-thumb img {
  height: 100%;
  transform: scale(1.1);
  transition: transform 2s cubic-bezier(0.61, 1, 0.88, 1);
}
.swiper-slide-active .p-intro__main-thumb img, .swiper-slide-duplicate-active .p-intro__main-thumb img {
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.61, 1, 0.88, 1);
}
.p-intro__main-text {
  flex-grow: 1;
  word-break: break-all;
  transform: translateY(-2%);
}
@media screen and (max-width: 959px) {
  .p-intro__main-text {
    margin-top: 25px;
    padding: 0 2px;
  }
}
.p-intro__main-head {
  line-height: 1.3;
}
.p-intro__main-head-sub {
  font-weight: 700;
  font-size: 27px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  transform: translateY(25px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.swiper-slide-active .p-intro__main-head-sub, .swiper-slide-duplicate-active .p-intro__main-head-sub {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
@media screen and (max-width: 959px) {
  .p-intro__main-head-sub {
    margin-bottom: 9px;
    letter-spacing: 0.5px;
    font-size: 16px;
  }
}
.p-intro__main-head-main {
  color: #ba6b43;
  font-size: 70px;
  font-family: "Inter", "Noto Sans JP", serif;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 5px;
  transform: translateY(25px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.swiper-slide-active .p-intro__main-head-main, .swiper-slide-duplicate-active .p-intro__main-head-main {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
@media screen and (max-width: 959px) {
  .p-intro__main-head-main {
    letter-spacing: 3px;
    font-size: 34px;
  }
}
.p-intro__main-head-main .is-small {
  font-size: 40px;
  vertical-align: baseline;
}
@media screen and (max-width: 959px) {
  .p-intro__main-head-main .is-small {
    font-size: 23px;
  }
}
.p-intro__main-head-total {
  color: #ba6b43;
  margin-top: 2px;
  transform: translateY(25px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.swiper-slide-active .p-intro__main-head-total, .swiper-slide-duplicate-active .p-intro__main-head-total {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.55s;
}
@media screen and (max-width: 959px) {
  .p-intro__main-head-total {
    margin-top: 4px;
    font-size: 11px;
  }
}
.p-intro__main-detail {
  line-height: 2;
  font-size: 16px;
  margin-top: 41px;
  letter-spacing: 0.5px;
  font-weight: 500;
  transform: translateY(25px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.swiper-slide-active .p-intro__main-detail, .swiper-slide-duplicate-active .p-intro__main-detail {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.7s;
}
@media screen and (max-width: 959px) {
  .p-intro__main-detail {
    line-height: 1.7;
    font-size: 12.5px;
    margin-top: 24px;
  }
}
.p-intro__foot {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
  margin-top: 71px;
  transform: translateY(20px);
  opacity: 0;
}
.l-section.is-active .p-intro__foot {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.7s;
}
@media screen and (max-width: 959px) {
  .p-intro__foot {
    margin-top: 28px;
  }
}
.p-intro__foot-box + .p-intro__foot-box {
  margin-top: 55px;
}
@media screen and (max-width: 959px) {
  .p-intro__foot-box + .p-intro__foot-box {
    margin-top: 23px;
  }
}
.p-intro__foot-ttl {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .p-intro__foot-ttl {
    margin-bottom: 20px;
  }
}
.p-intro__foot-ttl .p-in_main {
  font-size: 27px;
}
@media screen and (max-width: 959px) {
  .p-intro__foot-ttl .p-in_main {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.p-intro__foot-ttl .p-in_sub {
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #fde538;
  font-family: "Inter", serif;
  font-weight: 400;
  font-size: 14px;
  padding: 2px 3px;
  letter-spacing: 0.8px;
  margin-top: -1PX;
}
@media screen and (max-width: 959px) {
  .p-intro__foot-ttl .p-in_sub {
    font-size: 10px;
  }
}
.p-intro__chara {
  position: relative;
  border-top: 2px dotted #ba6b43;
}
@media screen and (max-width: 959px) {
  .p-intro__chara {
    border-top: 1px dotted #ba6b43;
  }
}
.p-intro__chara-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 32px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .p-intro__chara-box {
    padding-top: 26px;
  }
}
.p-intro__chara-box.is-select {
  position: relative;
  opacity: 1;
  pointer-events: visible;
}
.p-intro__chara-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .p-intro__chara-list {
    justify-content: center;
  }
}
.p-intro__chara-list-item {
  width: 17.87%;
  margin-bottom: 3%;
  margin-right: 2.66%;
}
@media screen and (min-width: 960px) {
  .p-intro__chara-list-item:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-intro__chara-list-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 7%;
  }
  .p-intro__chara-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-intro__chara-list-item:last-of-type {
  margin-right: 0;
}
.p-intro__chara-thumb {
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 1px #212325;
  padding: 3px;
  margin: 0 auto;
  width: 95%;
}
@media screen and (max-width: 959px) {
  .p-intro__chara-thumb {
    width: 89%;
  }
}
.p-intro__chara-thumb-item {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.p-intro__chara-thumb-item .p-in_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-intro__chara-name {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  margin-top: 16px;
}
@media screen and (max-width: 959px) {
  .p-intro__chara-name {
    font-size: 13px;
    margin-top: 8px;
  }
}
.p-intro__staffcast {
  position: relative;
}
.p-intro__staffcast-box {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .p-intro__staffcast-box {
    display: block;
  }
}
.p-intro__staffcast-box.is-select {
  opacity: 1;
  pointer-events: visible;
  position: relative;
}
.p-intro__staffcast-ttl {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  width: 150px;
}
@media screen and (max-width: 959px) {
  .p-intro__staffcast-ttl {
    font-size: 13.5px;
    width: 82px;
  }
}
.p-intro__staffcast-item {
  width: 48%;
  display: flex;
  border-top: 2px dotted #ba6b43;
  margin-right: 4%;
  padding-top: 27px;
}
.p-intro__staffcast-item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .p-intro__staffcast-item {
    margin-right: 0;
    width: 100%;
    padding-top: 23px;
    border: none;
  }
  .p-intro__staffcast-item:first-of-type {
    border-top: 1px dotted #ba6b43;
  }
}
.p-intro__staffcast-content {
  flex-grow: 1;
  word-break: break-all;
  margin-top: -2px;
}
.p-intro__staffcast-list-item {
  display: flex;
  font-weight: 500;
  line-height: 1.5;
}
.p-intro__staffcast-list-item + .p-intro__staffcast-list-item {
  margin-top: 9px;
}
@media screen and (max-width: 959px) {
  .p-intro__staffcast-list-item + .p-intro__staffcast-list-item {
    margin-top: 3px;
  }
}
.p-intro__staffcast-rol {
  color: #ba6b43;
  flex-shrink: 0;
  width: 115px;
  font-size: 16.5px;
}
@media screen and (max-width: 959px) {
  .p-intro__staffcast-rol {
    font-size: 12.5px;
    width: 71px;
  }
}
@media screen and (max-width: 959px) {
  .p-intro__staffcast-name {
    font-size: 12px;
  }
}


ul.p-selection__list li:nth-last-child(n+3){display:none;}
