@media screen and (max-width: 960px) {
  .l-main {
    padding-top: 55px;
  }
}

.p-hero {
  max-width: 1700px;
  margin: 0 auto;
  margin-bottom: 83px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero {
    margin-bottom: 58px;
  }
}
.p-hero__deco {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
.p-hero__deco-item {
  position: absolute;
}
.p-hero__deco-item.-deco1 {
  top: -80px;
  left: 0;
  width: 14.4%;
  max-width: 250px;
}
@media screen and (max-width: 960px) {
  .p-hero__deco-item.-deco1 {
    top: auto;
    bottom: 19%;
    width: 24.4%;
  }
}
.p-hero__deco-item.-deco2 {
  top: 25%;
  left: 13%;
  width: 37.4%;
  max-width: 723px;
}
@media screen and (max-width: 960px) {
  .p-hero__deco-item.-deco2 {
    top: auto;
    bottom: 5%;
    left: 67%;
    width: 56.4%;
  }
}
.p-hero__deco-item.-deco3 {
  bottom: 3.5%;
  left: -8%;
  width: 50%;
  max-width: 900px;
}
@media screen and (max-width: 960px) {
  .p-hero__deco-item.-deco3 {
    bottom: -15.5%;
    left: -22%;
    width: 76%;
  }
}
.p-hero__deco-item.-deco4 {
  bottom: 0;
  transform: translateY(86%);
  right: -13%;
  width: 60%;
  max-width: 1040px;
}
@media screen and (max-width: 960px) {
  .p-hero__deco-item.-deco4 {
    bottom: -21%;
    right: -35%;
    width: 89%;
  }
}
.p-hero__container {
  position: relative;
}
@media not all and (max-width: 960px) {
  .p-hero__container {
    display: flex;
    flex-direction: row-reverse;
  }
}
.p-hero__header {
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-hero__header {
    margin-bottom: 4%;
  }
}
.p-hero__header-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.p-hero__header-item.is-current {
  opacity: 1;
  transition-delay: 0s;
}
.p-hero__header-item:nth-child(1) {
  position: relative;
}
.p-hero__header-logo {
  position: absolute;
  z-index: 1;
}
.p-hero__header-logo.-logo1 {
  top: 3%;
  left: 7%;
  width: 23.3%;
}
.p-hero__header-logo.-logo2 {
  position: absolute;
  top: 4.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 28%;
}
.p-hero__header-copy {
  position: absolute;
  top: 13.5%;
  right: 4%;
  z-index: 1;
  width: 2.5%;
}
.p-hero__img {
  overflow: hidden;
}
.p-hero__img img {
  transform: scale(1.1);
}
.is-op-end .p-hero__img img {
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  transform: scale(1);
}
.is-skip .p-hero__img img {
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1);
}
@media not all and (max-width: 960px) {
  .p-hero__inner {
    width: 28.515625%;
    flex-shrink: 0;
    margin-top: -1.5%;
    padding-left: 2.8%;
  }
}
@media not all and (max-width: 960px) {
  .p-hero__inner-head {
    padding-left: 3%;
    margin-bottom: 11%;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__inner-head {
    width: 95%;
    max-width: 450px;
    margin: 0 auto 9%;
  }
}
@media not all and (max-width: 960px) {
  .p-hero__nav {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    margin-bottom: 10.2%;
  }
  .is-op-end .p-hero__nav {
    transition: -webkit-clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 1s;
    transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 1s;
    transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 1s, -webkit-clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 1s;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  .is-skip .p-hero__nav {
    transition: -webkit-clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-hero__nav .l-nav__list-item a {
    font-size: 22px;
  }
  [data-size=m] .p-hero__nav .l-nav__list-item a::before {
    width: 19.8px;
    height: 19.8px;
    top: 10px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-hero__nav .l-nav__list-item a {
    font-size: 24px;
  }
  [data-size=l] .p-hero__nav .l-nav__list-item a::before {
    width: 21.6px;
    height: 21.6px;
    top: 11px;
  }
}
.p-hero__logo {
  transform: scale(1.1);
  opacity: 0;
}
@media not all and (max-width: 960px) {
  .p-hero__logo {
    width: 117.7%;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__logo {
    position: absolute;
    top: 3%;
    left: 7%;
    width: 23.3%;
  }
}
.is-op-end .p-hero__logo {
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 1s, opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  transform: scale(1);
  opacity: 1;
}
.is-skip .p-hero__logo {
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1);
  opacity: 1;
}
@media not all and (max-width: 960px) {
  .p-hero__catch {
    width: 95.5%;
    margin: 0 auto;
    margin-top: 3.6%;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__catch {
    margin-bottom: 6.5%;
  }
}
.p-hero__catch img {
  width: 100%;
}
.p-hero__onair {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.is-op-end .p-hero__onair {
  transition: -webkit-clip-path 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  transition: clip-path 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  transition: clip-path 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1s, -webkit-clip-path 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.is-skip .p-hero__onair {
  transition: -webkit-clip-path 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-clip-path 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media not all and (max-width: 960px) {
  .p-hero__onair {
    width: 123%;
    margin-top: 9%;
    transform: translateX(-3%);
  }
}
@media screen and (max-width: 960px) {
  .p-hero__onair {
    width: 100%;
    margin-top: 5%;
  }
}

.p-bnr {
  position: relative;
  width: 92%;
  margin: 0 auto 8.5%;
}
@media screen and (max-width: 960px) {
  .p-bnr {
    width: 89%;
    max-width: 500px;
    margin-bottom: 6.4%;
  }
}

.bnr_swiper {
  overflow: hidden;
}
.bnr_swiper__wrapper {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -0.4em;
  white-space: nowrap;
}
.is-no-slide .bnr_swiper__wrapper {
  display: flex;
  justify-content: center;
}
.bnr_swiper__slide {
  width: 100%;
  display: inline-block;
}
.is-no-slide .bnr_swiper__slide {
  width: 33%;
  margin-left: 1%;
  max-width: 419px;
}
.is-no-slide .bnr_swiper__slide:first-child {
  margin-left: 0;
}
.bnr_swiper__slide a {
  overflow: hidden;
  display: block;
}
@media (hover: hover) {
  .bnr_swiper__slide a:hover img {
    transform: scale(1.05);
  }
}
.bnr_swiper__slide a img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.bnr_swiper__pagination {
  display: flex;
  justify-content: center;
  margin-top: 21px;
}
@media screen and (max-width: 960px) {
  .bnr_swiper__pagination {
    margin-top: 12px;
  }
}
.bnr_swiper__pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: url(../img/common/dot_def.png) no-repeat center center;
  background-size: contain;
  margin: 0 7px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .bnr_swiper__pagination .swiper-pagination-bullet {
    margin: 0 9px;
  }
}
.bnr_swiper__pagination .swiper-pagination-bullet-active::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/dot_active.png) no-repeat center center;
  background-size: contain;
}

.p-sns {
  display: flex;
  width: 82%;
}
@media screen and (max-width: 960px) {
  .p-sns {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    justify-content: center;
  }
}
.p-sns__header {
  flex-shrink: 0;
  position: relative;
}
@media not all and (max-width: 960px) {
  .p-sns__header {
    width: 16%;
  }
}
@media screen and (max-width: 960px) {
  .p-sns__header {
    width: 13.5%;
  }
}
.p-sns__foot {
  position: relative;
  margin-left: -1%;
}
@media not all and (max-width: 960px) {
  .p-sns__foot {
    width: 16%;
  }
}
@media screen and (max-width: 960px) {
  .p-sns__foot {
    width: 13.5%;
  }
}
.p-sns__foot img {
  transform: scaleX(-1);
}
.p-sns__ttl {
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
}
.p-sns__inner {
  z-index: 1;
  width: 47%;
  background: url(../img/common/frame_repeat.jpg) repeat-x left center;
  background-size: contain;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: -2%;
}
@media screen and (max-width: 960px) {
  .p-sns__inner {
    width: 38%;
  }
}
.p-sns__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  flex-grow: 1;
}
.p-sns__list-item {
  width: 25%;
}
@media screen and (max-width: 960px) {
  .p-sns__list-item {
    width: 25%;
  }
}
.p-sns__list-item + .p-sns__list-item {
  width: 25%;
  margin-left: 20%;
}
@media screen and (max-width: 960px) {
  .p-sns__list-item + .p-sns__list-item {
    width: 22%;
    margin-left: 23%;
  }
}
.p-sns__link {
  display: block;
}
@media (hover: hover) {
  .p-sns__link {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-sns__link:hover {
    transform: scale(1.1);
  }
}

.p-change {
  margin-top: 11%;
}
@media screen and (max-width: 960px) {
  .p-change {
    margin-top: 4%;
  }
}
.p-change__list {
  display: flex;
}
@media screen and (max-width: 960px) {
  .p-change__list {
    justify-content: center;
  }
}
.p-change__list-item {
  width: 22.5%;
  margin-right: 3%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-change__list-item {
    width: 17%;
    margin-right: 1%;
  }
}
@media (hover: hover) {
  .p-change__list-item {
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-change__list-item:hover {
    opacity: 0.7;
  }
}
.p-change__list-item:last-of-type {
  margin-right: 0;
}
.p-change__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}
.p-change__list-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  background: url(../img/visual/thumb_on_frame.png) no-repeat center center;
  background-size: 100%;
  pointer-events: none;
  z-index: 1;
}
.p-change__list-item[data-change="0"]::before {
  background: url(../img/visual/thumb01_on.jpg) no-repeat center center;
  background-size: cover;
}
.p-change__list-item[data-change="1"]::before {
  background: url(../img/visual/thumb02_on.jpg) no-repeat center center;
  background-size: cover;
}
.p-change__list-item.is-current {
  pointer-events: none;
}
.p-change__list-item.is-current::before, .p-change__list-item.is-current::after {
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .p-news {
    padding: 47px 0 0;
    margin-bottom: 66px;
  }
}
.p-news__deco {
  position: absolute;
}
.p-news__deco.-deco1 {
  bottom: 1%;
  left: -7%;
  width: 43%;
}
@media screen and (max-width: 960px) {
  .p-news__deco.-deco1 {
    left: auto;
    width: 250px;
  }
}
.p-news__deco.-deco2 {
  bottom: -2%;
  left: 9.5%;
  width: 27%;
}
@media screen and (max-width: 960px) {
  .p-news__deco.-deco2 {
    bottom: -2%;
    left: -9.5%;
    width: 42%;
  }
}
.p-news__container {
  position: relative;
}
@media not all and (max-width: 960px) {
  .p-news__container {
    max-width: 1600px;
    width: 78.125%;
    margin: 0 auto;
    padding: 65px 0 27px;
  }
}
@media not all and (max-width: 960px) {
  .p-news__header {
    position: absolute;
    top: 0%;
    left: -0.4%;
    width: 100px;
  }
}
@media screen and (max-width: 960px) {
  .p-news__header {
    position: relative;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 960px) {
  .p-news__ttl {
    margin: 0;
    margin-right: auto;
    width: 200px;
    padding: 9px 0 18px;
    transform: translateX(-13%);
  }
  [data-size=m] .p-news__ttl {
    width: 220px;
  }
  [data-size=l] .p-news__ttl {
    width: 240px;
  }
}
@media screen and (max-width: 960px) {
  .p-news__ttl-text {
    writing-mode: horizontal-tb;
  }
}
.p-news__chara {
  position: absolute;
  bottom: 20px;
  left: -5px;
  width: 112px;
  animation: chara_fuwa 2.5s cubic-bezier(0.37, 0, 0.63, 1) alternate infinite;
}
@media not all and (max-width: 960px) {
  .p-news__inner {
    margin-left: 146px;
    transform: translateX(-40px);
    opacity: 0;
    transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-news.is-active .p-news__inner {
    transform: translateX(0px);
    opacity: 1;
  }
}
@media not all and (max-width: 960px) {
  .p-news__list {
    padding-right: 5%;
  }
}
.p-news__list-item {
  border-bottom: 1px solid #95948F;
}
.p-news__list-item:nth-child(1) {
  border-top: 1px solid #95948F;
}
.p-news__more {
  width: 180px;
  margin-left: auto;
  margin-top: 24px;
  padding-right: 5%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-news__more {
    width: 112px;
    padding-right: 0;
    margin-top: 20px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-news__more {
    width: 198px;
    font-size: 17.6px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-news__more {
    width: 123.2px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-news__more {
    width: 216px;
    font-size: 19.2px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-news__more {
    width: 134.4px;
  }
}
.p-news__more-txt {
  display: block;
  background-color: #000;
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-news__more-txt {
    transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-news__more-txt:hover {
    background-color: #78ab52;
  }
}
.p-news__more-txt-t {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 4px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-news__more-txt-t {
    padding-top: 10px;
    padding-bottom: 9px;
  }
}
.p-news__more-txt-t::before {
  content: "";
  width: 9px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-mask: url(../img/common/arrow.svg) no-repeat center center;
  mask: url(../img/common/arrow.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .p-news__more-txt-t::before {
    width: 7px;
  }
}

.p-news_data {
  position: relative;
}
@media not all and (max-width: 960px) {
  .p-news_data {
    display: flex;
    align-items: center;
    padding: 22px 0;
  }
  .p-news_data:hover::before {
    transform: scaleX(1);
    opacity: 0.4;
    transform-origin: left center;
  }
  .p-news_data::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.4;
    transform: scaleX(0);
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: right center;
  }
}
@media screen and (max-width: 960px) {
  .p-news_data {
    display: block;
    padding: 15px 7px;
  }
}
.p-news_data__date {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
@media not all and (max-width: 960px) {
  .p-news_data__date {
    flex-shrink: 0;
    min-width: 120px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 960px) {
  .p-news_data__date {
    margin-bottom: 6px;
  }
}
.p-news_data__date-inner {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 8px;
}
@media screen and (max-width: 960px) {
  .p-news_data__date-inner {
    padding: 0 3px;
  }
}
.p-news_data__date-inner span {
  position: relative;
  display: block;
}
.p-news_data__ttl {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.p-intro {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  transform: translateY(40px);
  opacity: 0;
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 960px) {
  .p-intro {
    max-width: 500px;
    padding: 0;
  }
}
.p-intro.is-active {
  transform: translateY(0px);
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .p-intro__container {
    padding: 98px 0;
  }
}
.p-intro__ttl {
  margin: 0 auto;
}
.p-intro__ttl-text {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 960px) {
  .p-intro__ttl {
    width: 75px;
    padding: 21px 0 29px;
  }
  [data-size=m] .p-intro__ttl {
    width: 82.5px;
  }
  [data-size=l] .p-intro__ttl {
    width: 90px;
  }
}
.p-intro__ttl::before, .p-intro__ttl::after {
  background: #fff;
}
.p-intro__bg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .p-intro__bg {
    padding-top: 60%;
  }
}
.p-intro__bg-head {
  width: 100%;
  height: 40vw;
  background: url(../img/introduction/bg_intro_top_pc.png) no-repeat 70%;
  background-size: 100vw;
}
@media screen and (max-width: 960px) {
  .p-intro__bg-head {
    background: url(../img/introduction/bg_intro_top_sp.png) no-repeat 0%;
    background-size: 100%;
    position: absolute;
    top: -13%;
    left: 0;
    padding-top: 140%;
  }
}
.p-intro__bg-center {
  width: 100%;
  flex-grow: 1;
  background: url(../img/introduction/bg_intro_mdl_pc.jpg) repeat-y center 0;
  background-size: 100vw;
}
@media screen and (max-width: 960px) {
  .p-intro__bg-center {
    background: url(../img/introduction/bg_intro_mdl_sp.jpg) repeat-y center 0;
    background-size: 100%;
  }
}
.p-intro__bg-foot {
  width: 100%;
  height: 60vw;
  background: url(../img/introduction/bg_intro_btm_pc.jpg) no-repeat center 0;
  background-size: 100vw;
}
@media screen and (max-width: 960px) {
  .p-intro__bg-foot {
    height: 41%;
    background: url(../img/introduction/bg_intro_btm_sp.jpg) no-repeat center 0;
    background-size: 100%;
  }
}
.p-intro__container {
  position: relative;
  padding-bottom: 42%;
}
@media screen and (max-width: 960px) {
  .p-intro__container {
    padding: 146px 0;
    padding-bottom: 56%;
  }
}
@media not all and (max-width: 960px) {
  .p-intro__header {
    margin: 0 auto;
    padding-top: 9%;
  }
}
.p-intro__inner {
  padding: 83px 0 30px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media not all and (max-width: 960px) {
  .p-intro__inner {
    height: 495px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-intro__inner {
    height: 544.5px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-intro__inner {
    height: 594px;
  }
}
@media screen and (max-width: 960px) {
  .p-intro__inner {
    padding: 52px 0 20px;
    margin-right: 22px;
  }
  [data-size=m] .p-intro__inner {
    margin-right: 16px;
    padding: 52px 0 200px;
  }
  [data-size=l] .p-intro__inner {
    margin-right: 16px;
    padding: 52px 0 250px;
  }
}
.p-intro__desc {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 2.5;
  font-size: 17.5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  color: #fff;
}
@media not all and (max-width: 960px) {
  .p-intro__desc {
    writing-mode: vertical-rl;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-intro__desc {
    line-height: 1.7;
  }
  [data-size=l] .p-intro__desc {
    line-height: 1.6;
  }
}
@media screen and (max-width: 960px) {
  .p-intro__desc {
    font-size: 12px;
    line-height: 2.7;
    text-align: center;
    letter-spacing: 0;
  }
  [data-size=m] .p-intro__desc {
    line-height: 1.7;
    letter-spacing: 0.08rem;
  }
  [data-size=l] .p-intro__desc {
    line-height: 1.6;
    letter-spacing: 0.08rem;
  }
}
@media screen and (max-width: 960px) {
  .p-intro__desc-block {
    height: 52%;
  }
  .p-intro__desc-block:nth-child(1) {
    height: 48%;
  }
}
@media not all and (max-width: 960px) {
  .p-intro__desc-block + .p-intro__desc-block {
    margin-right: 1px;
  }
}
@media screen and (max-width: 960px) {
  .p-intro__desc-block + .p-intro__desc-block {
    margin-top: 0px;
  }
}
.p-intro__desc-block .p-in-strong {
  margin-right: 56px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.9;
}
@media screen and (max-width: 960px) {
  .p-intro__desc-block .p-in-strong {
    font-size: 17px;
    margin-right: 0;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-intro__desc-block .p-in-strong {
    font-size: 25px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-intro__desc-block .p-in-strong {
    font-size: 21px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-intro__desc-block .p-in-strong {
    font-size: 28px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-intro__desc-block .p-in-strong {
    font-size: 23px;
  }
}
.p-intro__desc-block .num {
  display: inline-block;
  transform: rotate(-90deg);
  vertical-align: bottom;
}
@media screen and (max-width: 960px) {
  .p-intro__desc-block .num {
    transform: rotate(-90deg) translate(1px, 1px);
  }
}

.p-story {
  margin: 0 auto;
  margin-top: -8%;
  margin-bottom: 14.5%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-story {
    max-width: 500px;
    margin-bottom: 40px;
  }
}
.p-story__bg1 {
  position: absolute;
  position: absolute;
  top: -3%;
  left: 50%;
  transform: translateX(-50%) rotate(-15deg);
  height: 80%;
  width: 120%;
  background: url(../img/story/bg_yellow.jpg) repeat 0 0;
  background-size: 240px;
}
@media screen and (max-width: 960px) {
  .p-story__bg1 {
    top: 1%;
    width: 180%;
  }
}
.p-story__bg2 {
  position: absolute;
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%) rotate(9deg);
  height: 76%;
  width: 120%;
  background: url(../img/story/bg_lightgreen.jpg) repeat 0 0;
  background-size: 240px;
}
@media screen and (max-width: 960px) {
  .p-story__bg2 {
    top: 3%;
    width: 180%;
    height: 96%;
  }
}
.p-story__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-story__deco-item {
  position: absolute;
}
.p-story__deco-item.-deco1 {
  left: 8%;
  top: 7%;
  width: 19%;
}
@media screen and (max-width: 960px) {
  .p-story__deco-item.-deco1 {
    left: auto;
    right: -10%;
    top: auto;
    bottom: 31%;
    width: 40%;
  }
}
.p-story__deco-item.-deco2 {
  left: -15%;
  bottom: -5%;
  width: 62%;
}
@media screen and (max-width: 960px) {
  .p-story__deco-item.-deco2 {
    left: -46%;
    bottom: 1%;
    width: 113%;
  }
}
.p-story__deco-item.-deco3 {
  right: -19%;
  top: -7%;
  width: 47%;
}
@media screen and (max-width: 960px) {
  .p-story__deco-item.-deco3 {
    right: -27%;
    top: 7%;
    width: 82%;
  }
}
.p-story__wrap {
  position: relative;
  width: calc(100% + 40px);
  margin-left: auto;
}
@media not all and (max-width: 960px) {
  .p-story__wrap {
    left: 50%;
    transform: translate(-50%);
  }
  @media screen and (max-width: 1200px) {
    .p-story__wrap {
      height: 600px;
    }
  }
  [data-size=m] .p-story__wrap {
    height: 680px;
  }
  @media screen and (max-width: 1200px) {
    [data-size=m] .p-story__wrap {
      height: 700px;
    }
  }
  [data-size=l] .p-story__wrap {
    height: 900px;
  }
  @media screen and (max-width: 1200px) {
    [data-size=l] .p-story__wrap {
      height: 900px;
    }
  }
}
@media screen and (max-width: 960px) {
  .p-story__wrap {
    width: 100%;
    margin: 0;
    margin-right: auto;
    margin-left: 0;
  }
}
.p-story__container {
  position: relative;
}
.p-story__container-wrap {
  position: relative;
  z-index: 1;
}
@media not all and (max-width: 960px) {
  .p-story__header {
    width: 100px;
    margin-right: 127px;
  }
}
@media screen and (max-width: 960px) {
  .p-story__ttl {
    width: 200px;
    padding: 14px 0 17px;
    transform: translateX(-48%);
  }
  [data-size=m] .p-story__ttl {
    width: 220px;
    transform: translateX(-40%);
  }
  [data-size=l] .p-story__ttl {
    transform: translateX(-35%);
    width: 240px;
  }
}
.p-story__ttl-text {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 960px) {
  .p-story__ttl-text {
    writing-mode: horizontal-tb;
  }
}
.p-story__ttl::before, .p-story__ttl::after {
  background: #fff;
}
@media not all and (max-width: 960px) {
  .p-story__inner {
    padding: 57px 0;
  }
}
@media screen and (max-width: 960px) {
  .p-story__inner {
    padding: 33px 0;
  }
  [data-size=l] .p-story__inner {
    margin-right: 16px;
  }
}
.p-story__container {
  padding: 6.8% 0px 8.5%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-story__container {
    padding: 6.8% 0px 25.5%;
  }
}
.p-story__container-bg {
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
  background: url(../img/story/bg_green.jpg) repeat 0 0;
  background-size: 240px;
}
@media screen and (max-width: 960px) {
  .p-story__container-bg {
    width: 180%;
  }
}
.p-story__container-deco {
  position: absolute;
  top: 0;
  right: 23.5%;
  width: 10.5%;
  transform: translateY(-88%) rotate(4deg);
}
@media screen and (max-width: 960px) {
  .p-story__container-deco {
    right: 19.5%;
    width: 14.5%;
  }
}
.p-story__container-deco img {
  transform: translateX(25%);
}
.l-section.is-active .p-story__container-deco img {
  transform: translateX(0);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition-delay: 0.2s;
}
.p-story__container-wrap {
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 90%;
  max-width: 835px;
}
@media screen and (max-width: 960px) {
  .p-story__container-wrap {
    width: 94%;
    display: block;
    padding-top: 51px;
  }
}
.p-story__desc {
  font-weight: 500;
  line-height: 2.75;
  letter-spacing: 0rem;
  font-size: 18px;
  color: #fff;
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-story__desc {
    line-height: 1.7;
  }
  [data-size=l] .p-story__desc {
    line-height: 1.6;
  }
}
@media screen and (max-width: 960px) {
  .p-story__desc {
    font-size: 13px;
    line-height: 2.5;
  }
  [data-size=m] .p-story__desc {
    line-height: 1.7;
    letter-spacing: 0.08rem;
  }
  [data-size=l] .p-story__desc {
    line-height: 1.6;
    letter-spacing: 0.08rem;
  }
}
@media screen and (max-width: 960px) {
  .p-story__desc-block {
    height: 42%;
  }
  .p-story__desc-block:nth-child(1) {
    height: 58%;
  }
}
@media not all and (max-width: 960px) {
  .p-story__desc-block + .p-story__desc-block {
    margin-right: 22px;
  }
}
@media screen and (max-width: 960px) {
  .p-story__desc-block + .p-story__desc-block {
    margin-top: 0px;
  }
}
.p-story__desc-block .p-in-strong {
  margin-top: 49px;
  font-weight: 700;
  font-size: 24px;
  line-height: 2.1;
}
@media screen and (max-width: 960px) {
  .p-story__desc-block .p-in-strong {
    margin-right: 0;
    line-height: 1.6;
    font-size: 18px;
    margin-top: 35px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-story__desc-block .p-in-strong {
    font-size: 25px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-story__desc-block .p-in-strong {
    font-size: 21px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-story__desc-block .p-in-strong {
    font-size: 28px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-story__desc-block .p-in-strong {
    font-size: 23px;
  }
}

.p-movie {
  z-index: 1;
  padding-bottom: 0;
  position: relative;
  padding-bottom: 15%;
  padding-top: 15%;
}
@media screen and (max-width: 960px) {
  .p-movie {
    padding-top: 139px;
    padding-bottom: 33%;
  }
}
.p-movie__bgdeco {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  max-width: 1800px;
}
.p-movie__bgdeco-item {
  position: absolute;
}
.p-movie__bgdeco-item.-deco1 {
  top: -2%;
  left: -2%;
  width: 44%;
}
@media screen and (max-width: 960px) {
  .p-movie__bgdeco-item.-deco1 {
    top: -6%;
    left: -20%;
    width: 82%;
  }
}
.p-movie__bgdeco-item.-deco2 {
  bottom: 7%;
  left: 8.5%;
  width: 26%;
}
@media screen and (max-width: 960px) {
  .p-movie__bgdeco-item.-deco2 {
    bottom: 23%;
    left: -3.5%;
    width: 49%;
  }
}
.p-movie__bgdeco-item.-deco3 {
  bottom: 38%;
  right: -10.5%;
  width: 20%;
}
.p-movie__bgdeco-item.-deco4 {
  bottom: -18%;
  right: -9.5%;
  width: 45%;
}
@media screen and (max-width: 960px) {
  .p-movie__bgdeco-item.-deco4 {
    bottom: 0%;
    right: -18.5%;
    width: 83%;
  }
}
@media screen and (max-width: 960px) {
  .p-movie__container {
    width: 100%;
  }
}
.p-movie__header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .p-movie__header {
    margin-bottom: 14px;
  }
}
.p-movie__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  transform: translate(-58%, -37%);
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-movie__deco {
    width: 58%;
    transform: translate(-41%, -95%);
  }
}
.p-movie__chara {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transform: translate(-46%, 51%);
  width: 14%;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-movie__chara {
    transform: translate(27%, 76%);
    width: 21%;
  }
}
.p-movie__chara img {
  animation: chara_fuwa 2.5s cubic-bezier(0.37, 0, 0.63, 1) alternate infinite;
}
.p-movie__ttl {
  margin: 0 auto;
  transform: translate(38%, -31%);
}
@media screen and (max-width: 960px) {
  .p-movie__ttl {
    width: 75px;
    transform: translate(-13%, -62%);
  }
}
.p-movie__container {
  position: relative;
  margin: 0 auto;
  width: 85%;
  max-width: 1000px;
}
@media screen and (max-width: 960px) {
  .p-movie__container {
    width: 100%;
    max-width: none;
  }
}
.p-movie__inner {
  position: relative;
  width: 100%;
}
.p-movie__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.p-movie__thumb {
  position: absolute !important;
  width: 130%;
  height: 130%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.p-movie__thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-changing .p-movie__thumb::before {
  opacity: 1;
}
.p-movie__thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  background: url(../img/common/btn_play.png) center center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 960px) {
  .p-movie__thumb::after {
    width: 100px;
    height: 100px;
  }
}
.p-movie__thumb:hover::after {
  transform: translate(-50%, -50%) scale(1.1);
}

.p-movie__thumb-inner {
  width: 100%;
  height: 100%;
}
.p-movie__play {
  pointer-events: none;
}
.p-movie__play#youtubePlayer {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}
.p-movie__play#youtubePlayer #youtubePlayer_player_wrap {
  top: 50%;
  transform: translateY(-50%);
}
.p-movie__play.is-playing + .p-movie__thumb-inner {
  opacity: 0;
}
.p-movie__foot {
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .p-movie__foot {
    margin-top: 13px;
    padding: 0 20px;
  }
}

#youtubePlayer_ui {
  display: none;
}

#youtubePlayer_player_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.movie_swiper {
  overflow: hidden;
  position: relative;
}
.movie_swiper__wrapper {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -0.4em;
  white-space: nowrap;
}
.movie_swiper__slide {
  padding-top: 46%;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .movie_swiper__slide {
    padding-top: 56.5%;
  }
}
.movie_swiper__pagination {
  position: absolute;
  top: 18px;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}
.movie_swiper__pagination .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  background: url(../img/common/dot_def.png) no-repeat center center;
  background-size: contain;
  margin: 0 7px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .movie_swiper__pagination .swiper-pagination-bullet {
    margin: 0 4px;
    width: 17px;
    height: 17px;
  }
}
.movie_swiper__pagination .swiper-pagination-bullet-active::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/dot_active.png) no-repeat center center;
  background-size: contain;
}
.movie_swiper__button {
  display: flex;
  justify-content: flex-end;
}
.movie_swiper__button-prev {
  width: 60px;
  height: 60px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .movie_swiper__button-prev {
    width: 45px;
    height: 45px;
  }
}
@media (hover: hover) {
  .movie_swiper__button-prev {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .movie_swiper__button-prev:hover {
    transform: scale(1.05);
  }
}
.movie_swiper__button-prev::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/arrow_next.png) no-repeat center center;
  background-size: contain;
  transform: scaleX(-1);
}
.movie_swiper__button-next {
  width: 60px;
  height: 60px;
  position: relative;
  margin-left: 10px;
}
@media (hover: hover) {
  .movie_swiper__button-next {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .movie_swiper__button-next:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 960px) {
  .movie_swiper__button-next {
    width: 45px;
    height: 45px;
  }
}
.movie_swiper__button-next::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/arrow_next.png) no-repeat center center;
  background-size: contain;
}

.p-sc {
  position: relative;
  padding: 0;
  padding-bottom: 22.5%;
  padding-top: 40px;
  margin-top: 11%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-sc {
    margin-top: 54%;
    padding-bottom: 33.5%;
  }
}
.p-sc__box {
  display: flex;
  flex-direction: row-reverse;
  transform: translateY(30px);
  opacity: 0;
}
.l-section.is-active .p-sc__box {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .p-sc__box {
    flex-direction: row;
  }
}
.p-sc__box + .p-sc__box {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .p-sc__box + .p-sc__box {
    margin-top: 25px;
  }
}
.p-sc__box-head {
  transform: translateX(8px);
  border-left: 1px solid #78ab52;
  padding-left: 32px;
  flex-shrink: 0;
  margin-left: 32px;
}
@media screen and (max-width: 960px) {
  .p-sc__box-head {
    width: 43px;
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    transform: translateX(0);
    border-right: 1px solid #78ab52;
    margin-right: 18px;
  }
}
.p-sc__box-head-ttl {
  writing-mode: vertical-lr;
  font-size: 40px;
  font-weight: 900;
  color: #78ab52;
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-sc__box-head-ttl {
    font-size: 44px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-sc__box-head-ttl {
    font-size: 22px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-sc__box-head-ttl {
    font-size: 48px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-sc__box-head-ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .p-sc__box-head-ttl {
    font-size: 20px;
  }
}
.p-sc__box-list {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  padding-bottom: 18px;
}
@media screen and (max-width: 960px) {
  .p-sc__box-list {
    padding-bottom: 0;
    flex-direction: row;
  }
}
.p-sc__box-list-item {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  margin-bottom: 64px;
}
@media screen and (max-width: 960px) {
  .p-sc__box-list-item {
    margin-bottom: 27px;
    margin-left: 0;
    writing-mode: horizontal-tb;
    width: 50%;
  }
  .p-sc__box-list-item.sp-all {
    width: 100%;
    margin-right: 0;
  }
}
.p-sc__box-list-label {
  font-size: 15px;
  margin-left: 9px;
  font-weight: 600;
  color: #78ab52;
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-sc__box-list-label {
    font-size: 16.5px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-sc__box-list-label {
    font-size: 14.3px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-sc__box-list-label {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-sc__box-list-label {
    font-size: 15.6px;
  }
}
@media screen and (max-width: 960px) {
  .p-sc__box-list-label {
    font-size: 13px;
    margin-left: 0;
  }
}
.p-sc__box-list-name {
  display: flex;
  font-size: 20px;
  font-weight: 600;
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-sc__box-list-name {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-sc__box-list-name {
    font-size: 19.8px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-sc__box-list-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-sc__box-list-name {
    font-size: 21.6px;
  }
}
@media screen and (max-width: 960px) {
  .p-sc__box-list-name {
    font-size: 18px;
    margin-top: 2px;
  }
}
.p-sc__box-list-name .comment {
  width: 33px;
  margin: 0 auto;
  margin-top: 12px;
  transform: translateX(14%);
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-sc__box-list-name .comment {
    width: 36.3px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-sc__box-list-name .comment {
    width: 28.6px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-sc__box-list-name .comment {
    width: 39.6px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-sc__box-list-name .comment {
    width: 31.2px;
  }
}
@media screen and (max-width: 960px) {
  .p-sc__box-list-name .comment {
    width: 26px;
    margin: 0;
    margin-top: 5px;
  }
}
.p-sc__box-list-name .p-in_name {
  line-height: 1.5;
}
.p-sc__box-list-sub {
  margin-right: -1px;
  font-size: 15px;
}
@media screen and (max-width: 960px) {
  .p-sc__box-list-sub {
    font-size: 12px;
  }
}
.p-sc__bg {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-24%) translateY(29%);
  width: 30%;
  max-width: 420px;
  padding-top: min(56.5%, 830px);
}
@media screen and (max-width: 960px) {
  .p-sc__bg {
    left: auto;
    right: 0;
    width: 95%;
    padding-top: 41%;
    transform: translateX(20%) translateY(-80%);
  }
}
.p-sc__bg img {
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-sc__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.p-sc__bg-img img {
  width: 197%;
  max-width: none;
}
.p-sc__content {
  flex-grow: 1;
  padding-top: 133px;
  padding-left: 5%;
}
@media screen and (max-width: 960px) {
  .p-sc__content {
    padding-left: 0;
    padding-top: 39px;
  }
}
.p-sc__deco {
  position: absolute;
}
.p-sc__deco.-deco1 {
  bottom: 15.5%;
  left: 12%;
  width: 39%;
  max-width: 700px;
}
@media screen and (max-width: 960px) {
  .p-sc__deco.-deco1 {
    left: auto;
    right: -44%;
    bottom: auto;
    top: 1.5%;
    width: 76%;
  }
}
.p-sc__deco.-deco2 {
  bottom: 3.5%;
  left: -6%;
  width: 49%;
  max-width: 800px;
}
@media screen and (max-width: 960px) {
  .p-sc__deco.-deco2 {
    bottom: 2.5%;
    left: -22%;
    width: 81%;
  }
}
.p-sc__wrap {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 190px 0 314px;
}
@media not all and (max-width: 960px) {
  .p-sc__wrap {
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  .p-sc__wrap {
    padding: 80px 0 105px;
  }
}
.p-sc__container {
  padding: 20px 0;
}
@media not all and (max-width: 960px) {
  .p-sc__container {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media not all and (max-width: 960px) {
  .p-sc__container + .p-sc__container {
    margin-right: 4.4%;
  }
}
.p-sc__chara {
  position: absolute;
  bottom: -8%;
  right: -38%;
  width: 45%;
}
@media screen and (max-width: 960px) {
  .p-sc__chara {
    right: 9%;
    bottom: 0.5%;
    width: 23%;
  }
}
.p-sc__chara img {
  animation: chara_rotate 2.2s cubic-bezier(0.37, 0, 0.63, 1) alternate infinite;
  transform-origin: bottom center;
}
@media not all and (max-width: 960px) {
  .p-sc__header {
    flex-shrink: 0;
  }
}
.p-sc__inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1090px;
  display: flex;
}
@media screen and (max-width: 960px) {
  .p-sc__inner {
    display: block;
  }
}
.p-sc__ttl {
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .p-sc__ttl {
    margin: 0;
    width: 230px;
    transform: translateX(-17%);
    padding: 11px 0 16px;
  }
  [data-size=m] .p-sc__ttl {
    width: 253px;
  }
  [data-size=l] .p-sc__ttl {
    width: 276px;
  }
}
@media screen and (max-width: 960px) {
  .p-sc__ttl-text {
    writing-mode: horizontal-tb;
  }
}
@media not all and (max-width: 960px) {
  .p-sc__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  .p-sc__list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row-reverse;
    max-width: 240px;
  }
  [data-size=m] .p-sc__list, [data-size=l] .p-sc__list {
    max-width: 295px;
  }
}
.p-sc__list-item {
  font-weight: 500;
  transform: translateY(20px);
  opacity: 0;
}
.p-sc__list-item + .p-sc__list-item {
  margin-right: 31px;
}
@media not all and (max-width: 960px) {
  @media screen and (max-width: 1200px) {
    [data-size=l] .p-sc__list-item + .p-sc__list-item {
      margin-right: 25px;
    }
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-sc__list-item + .p-sc__list-item, [data-size=l] .p-sc__list-item + .p-sc__list-item {
    margin-right: 35px;
  }
  .p-sc__list-item + .p-sc__list-item:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .p-sc__list-item {
    writing-mode: vertical-rl;
    line-height: 1.2;
    display: inline-block;
  }
  .p-sc__list-item:nth-child(3n-2) {
    margin-right: 0;
  }
}
.p-sc__container.is-active .p-sc__list-item {
  transform: translateY(0px);
  opacity: 1;
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-sc__container.is-active .p-sc__list-item:nth-child(1) {
  transition-delay: 0s;
}
.p-sc__container.is-active .p-sc__list-item:nth-child(2) {
  transition-delay: 0.1s;
}
.p-sc__container.is-active .p-sc__list-item:nth-child(3) {
  transition-delay: 0.2s;
}
.p-sc__container.is-active .p-sc__list-item:nth-child(4) {
  transition-delay: 0.3s;
}
.p-sc__container.is-active .p-sc__list-item:nth-child(5) {
  transition-delay: 0.4s;
}
.p-sc__container.is-active .p-sc__list-item:nth-child(6) {
  transition-delay: 0.5s;
}
.p-sc__container.is-active .p-sc__list-item:nth-child(7) {
  transition-delay: 0.6s;
}
.p-sc__container.is-active .p-sc__list-item:nth-child(8) {
  transition-delay: 0.7s;
}
.p-sc__role {
  font-size: 30px;
  letter-spacing: 0.1rem;
}
@media not all and (max-width: 960px) {
  .p-sc__role {
    white-space: nowrap;
  }
}
@media screen and (max-width: 960px) {
  .p-sc__role {
    font-size: 16px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-sc__role {
    font-size: 32px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-sc__role {
    font-size: 18px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-sc__role {
    font-size: 34px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-sc__role {
    font-size: 20px;
  }
}
.p-sc__name {
  font-size: 40px;
  text-indent: 30px;
  line-height: 1.5;
  letter-spacing: 0.24rem;
}
@media not all and (max-width: 960px) {
  .p-sc__name {
    white-space: nowrap;
  }
}
@media screen and (max-width: 960px) {
  .p-sc__name {
    font-size: 20px;
    text-indent: 16px;
    letter-spacing: 0.1rem;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-sc__name {
    font-size: 42px;
    text-indent: 32px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-sc__name {
    font-size: 22px;
    text-indent: 18px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-sc__name {
    font-size: 44px;
    text-indent: 34px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-sc__name {
    font-size: 24px;
    text-indent: 20px;
  }
}
.p-sc__name .p-in-name {
  position: relative;
}
.p-sc__name .p-in-name .comment {
  display: inline-block;
  width: 36px;
  vertical-align: baseline;
  vertical-align: -webkit-baseline-middle;
}
@media screen and (max-width: 960px) {
  .p-sc__name .p-in-name .comment {
    width: 18px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-sc__name .p-in-name .comment {
    width: 38px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-sc__name .p-in-name .comment {
    width: 20px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-sc__name .p-in-name .comment {
    width: 40px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-sc__name .p-in-name .comment {
    width: 22px;
  }
}
.p-sc__name .p-in-note {
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .p-sc__name .p-in-note {
    font-size: 12px;
  }
  [data-size=m] .p-sc__name .p-in-note {
    font-size: 13px;
  }
  [data-size=l] .p-sc__name .p-in-note {
    font-size: 14px;
  }
}

.m-comment {
  background: url(../img/bg/bg_texture.jpg) repeat 0 0;
  background-size: 750px;
  padding: 76px 45px;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .m-comment {
    padding: 38px 29px;
    width: 92%;
  }
}
.m-comment__container {
  width: 90%;
  max-width: 780px;
  margin: 0 auto;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .m-comment__container {
    width: 100%;
  }
}
.m-comment__role {
  margin-bottom: 11px;
  color: #7B8C62;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .m-comment__role {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .m-comment__role {
    font-size: 23px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .m-comment__role {
    font-size: 23px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .m-comment__role {
    font-size: 25px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .m-comment__role {
    font-size: 25px;
  }
}
.m-comment__name {
  margin-bottom: 25px;
  font-size: 27px;
}
@media screen and (max-width: 960px) {
  .m-comment__name {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .m-comment__name {
    font-size: 42px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .m-comment__name {
    font-size: 27px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .m-comment__name {
    font-size: 44px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .m-comment__name {
    font-size: 29px;
  }
}
.m-comment__name span {
  display: block;
  vertical-align: baseline;
  font-size: 14px;
  padding-top: 10px;
}
@media screen and (max-width: 960px) {
  .m-comment__name span {
    padding-top: 5px;
    padding-left: 0px;
    font-size: 12px;
  }
}
.m-comment__desc {
  line-height: 1.9;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  .m-comment__desc {
    font-size: 13px;
    line-height: 2;
  }
}

.p-chara {
  padding-top: 109px;
  padding-bottom: 109px;
  position: relative;
  z-index: 1;
  background: url(../img/character/bg_chara_pattern.jpg) repeat 0 0;
  background-size: 400px;
}
@media screen and (max-width: 960px) {
  .p-chara {
    padding-top: 64px;
    padding-bottom: 78px;
  }
}
.p-chara::before {
  content: "";
  width: 100%;
  padding-top: 23px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: url(../img/character/line_pattern.jpg) repeat-x left center;
  background-size: 802px 23px;
}
@media screen and (max-width: 960px) {
  .p-chara::before {
    padding-top: 20px;
  }
}
.p-chara::after {
  content: "";
  width: 100%;
  padding-top: 23px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/character/line_pattern.jpg) repeat-x left center;
  background-size: 802px 23px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-chara::after {
    padding-top: 20px;
  }
}
.p-chara__header {
  margin-bottom: 26px;
}
@media screen and (max-width: 960px) {
  .p-chara__header {
    margin-bottom: 20px;
  }
}
.p-chara__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/character/bg_chara_cloud.png) no-repeat center center;
  background-size: cover;
  pointer-events: none;
}
.p-chara__block {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  display: flex;
  transform: translateX(2%);
}
@media screen and (max-width: 960px) {
  .p-chara__block {
    width: 100%;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-chara__block {
    max-width: 1200px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-chara__block {
    max-width: 1300px;
  }
}
.p-chara__item {
  width: 33.33%;
  position: relative;
  opacity: 0;
}
.p-chara__item:nth-child(2n+1) {
  transform: translateY(30px);
}
.p-chara__item:nth-child(2n) {
  transform: translateY(-30px);
}
.l-section.is-active .p-chara__item {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.p-chara__deco {
  position: absolute;
  width: 100%;
  padding-top: 75%;
}
.-ichitaro .p-chara__deco {
  top: 10%;
  left: -7%;
  background: url(../img/character/chara1_deco.png) no-repeat center center;
  background-size: contain;
}
.-kinichi .p-chara__deco {
  bottom: 8%;
  left: -5%;
  background: url(../img/character/chara2_deco.png) no-repeat center center;
  background-size: contain;
}
.-sasuke .p-chara__deco {
  top: 10%;
  left: -6%;
  background: url(../img/character/chara3_deco.png) no-repeat center center;
  background-size: contain;
}
.p-chara__text {
  position: absolute;
  top: 12%;
  left: 0;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .p-chara__text {
    display: block;
    top: 7%;
  }
}
.-ichitaro .p-chara__text {
  top: 9%;
}
@media screen and (max-width: 960px) {
  .-ichitaro .p-chara__text {
    top: 7%;
  }
}
.p-chara__text-name {
  writing-mode: vertical-rl;
  font-weight: 900;
  font-size: 50px;
  letter-spacing: 3px;
  position: relative;
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-chara__text-name {
    font-size: 55px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-chara__text-name {
    font-size: 17.6px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-chara__text-name {
    font-size: 60px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-chara__text-name {
    font-size: 19.2px;
  }
}
@media screen and (max-width: 960px) {
  .p-chara__text-name {
    font-size: 16px;
    letter-spacing: -1px;
  }
}
.p-chara__text-name span {
  display: block;
  position: relative;
}
.p-chara__text-name::before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: -16px;
  background-color: gray;
}
@media screen and (max-width: 960px) {
  .p-chara__text-name::before {
    top: -8px;
    width: 16px;
    height: 16px;
    left: auto;
    right: -3px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-chara__text-name::before {
    width: 39.6px;
    height: 39.6px;
    left: -17.6px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-chara__text-name::before {
    width: 17.6px;
    height: 17.6px;
    left: -3.3px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-chara__text-name::before {
    width: 43.2px;
    height: 43.2px;
    left: -19.2px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-chara__text-name::before {
    width: 19.2px;
    height: 19.2px;
    left: -3.6px;
  }
}
.-ichitaro .p-chara__text-name::before {
  background-color: #A5CD89;
}
.-kinichi .p-chara__text-name::before {
  background-color: #84a1a8;
}
.-sasuke .p-chara__text-name::before {
  background-color: #a84562;
}
.p-chara__cv {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 65px;
  margin-right: 6px;
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-chara__cv {
    padding-top: 71.5px;
    margin-right: 6.6px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-chara__cv {
    padding-top: 11px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-chara__cv {
    padding-top: 78px;
    margin-right: 7.2px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-chara__cv {
    padding-top: 12px;
  }
}
@media screen and (max-width: 960px) {
  .p-chara__cv {
    padding-top: 10px;
  }
}
.p-chara__cv-label {
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
@media screen and (max-width: 960px) {
  .p-chara__cv-label {
    width: 16px;
    height: 16px;
    font-size: 9px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-chara__cv-label {
    width: 33px;
    height: 33px;
    font-size: 14.3px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-chara__cv-label {
    width: 17.6px;
    height: 17.6px;
    font-size: 9.9px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-chara__cv-label {
    width: 36px;
    height: 36px;
    font-size: 15.6px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-chara__cv-label {
    width: 19.2px;
    height: 19.2px;
    font-size: 10.8px;
  }
}
.p-chara__cv-name {
  font-size: 20px;
  font-weight: 700;
  writing-mode: vertical-rl;
  margin-top: 9px;
}
@media screen and (max-width: 960px) {
  .p-chara__cv-name {
    font-size: 12px;
    font-weight: 700;
    margin-top: 2px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-chara__cv-name {
    font-size: 22px;
    margin-top: 9.9px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-chara__cv-name {
    font-size: 13.2px;
    margin-top: 2.2px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-chara__cv-name {
    font-size: 24px;
    margin-top: 10.8px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-chara__cv-name {
    font-size: 14.4px;
    margin-top: 2.4px;
  }
}
.p-chara__ttl {
  width: 256px;
  padding: 12px 0 22px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-chara__ttl {
    width: 196px;
    padding: 11px 0 16px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-chara__ttl {
    width: 281.6px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-chara__ttl {
    width: 215.6px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-chara__ttl {
    width: 307.2px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-chara__ttl {
    width: 235.2px;
  }
}
.p-chara__ttl-text {
  writing-mode: horizontal-tb;
}
.p-chara__stand {
  position: relative;
  width: 90.5%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-chara__stand {
    width: 136.5%;
    transform: translateX(-10%);
  }
}
.p-chara__detail {
  position: absolute;
  bottom: 18%;
  right: 13%;
  width: 48px;
  cursor: pointer;
}
.p-chara__detail img {
  width: 100%;
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-chara__detail {
    width: 52.8px;
    font-size: 17.6px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-chara__detail {
    font-size: 14.3px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-chara__detail {
    width: 57.6px;
    font-size: 19.2px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-chara__detail {
    font-size: 15.6px;
  }
}
@media screen and (max-width: 960px) {
  .p-chara__detail {
    right: 0;
    position: relative;
    bottom: 0;
    width: 91%;
    margin: 0 auto;
    margin-top: 2px;
  }
}
.p-chara__detail-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media not all and (max-width: 960px) {
  .p-chara__detail-content {
    writing-mode: vertical-lr;
  }
}
@media screen and (max-width: 960px) {
  .p-chara__detail-content {
    width: 100%;
    text-align: center;
  }
}
@media (hover: hover) {
  .p-chara [data-chara-modal] {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-chara [data-chara-modal]:hover {
    transform: scale(0.97);
  }
}

.p-chara_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 10;
  padding: 40px 100px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-chara-show .p-chara_modal {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 960px) {
  .p-chara_modal {
    padding: 4% 4%;
  }
}
.p-chara_modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg/bg_modal.jpg) center center repeat;
  background-size: 300px auto;
}
.p-chara_modal__container {
  width: 100%;
  min-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-chara_modal__close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  z-index: 1;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0 17px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-chara_modal__close {
    width: 30px;
    padding: 11px 0 12px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-chara_modal__close {
    width: 44px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-chara_modal__close {
    width: 33px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-chara_modal__close {
    width: 48px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-chara_modal__close {
    width: 36px;
  }
}
.p-chara_modal__close-text {
  writing-mode: vertical-lr;
  color: #fff;
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-chara_modal__close-text {
    padding-top: 16px;
    font-size: 12px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-chara_modal__close-text {
    padding-top: 22px;
    font-size: 17.6px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-chara_modal__close-text {
    padding-top: 17.6px;
    font-size: 13.2px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-chara_modal__close-text {
    font-size: 19.2px;
    padding-top: 24px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-chara_modal__close-text {
    padding-top: 19.2px;
    font-size: 14.4px;
  }
}
.p-chara_modal__close-text::before {
  content: "";
  width: 12px;
  height: 1px;
  position: absolute;
  top: 5px;
  left: 4px;
  transform: rotate(45deg);
  background-color: #fff;
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-chara_modal__close-text::before {
    width: 13.2px;
    top: 5.5px;
    left: 4.4px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-chara_modal__close-text::before {
    width: 14.4px;
    top: 6px;
    left: 4.8px;
  }
}
.p-chara_modal__close-text::after {
  content: "";
  width: 12px;
  height: 1px;
  position: absolute;
  top: 5px;
  left: 4px;
  transform: rotate(-45deg);
  background-color: #fff;
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-chara_modal__close-text::after {
    width: 13.2px;
    top: 5.5px;
    left: 4.4px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-chara_modal__close-text::after {
    width: 14.4px;
    top: 6px;
    left: 4.8px;
  }
}
.p-chara_modal__outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/bg/bg_texture.jpg) center center repeat;
  background-size: 181px;
  overflow: hidden;
}
.p-chara_modal__inner {
  width: 100%;
  height: 100%;
}
.p-chara_modal__slider {
  width: 100%;
  height: 100%;
}
.p-chara_modal .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-50%);
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 960px) {
  .p-chara_modal .swiper-button-prev {
    width: 45px;
    height: 45px;
    transform: translateY(-50%) translateX(-22%);
    top: 35.5%;
  }
}
.p-chara_modal .swiper-button-prev::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/arrow_prev.png) no-repeat center center;
  background-size: contain;
}
.p-chara_modal .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(50%);
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 960px) {
  .p-chara_modal .swiper-button-next {
    width: 45px;
    height: 45px;
    transform: translateY(-50%) translateX(22%);
    top: 35.5%;
  }
}
.p-chara_modal .swiper-button-next::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/arrow_next.png) no-repeat center center;
  background-size: contain;
}

.chara_swiper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.chara_swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  white-space: nowrap;
}
.chara_swiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.chara_swiper .swiper-slide__inner {
  display: flex;
  position: relative;
}
@media screen and (max-width: 960px) {
  .chara_swiper .swiper-slide__inner {
    display: block;
  }
}
.chara_swiper__stand {
  width: 45%;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .chara_swiper__stand {
    width: 100%;
    padding-top: 20px;
  }
}
.chara_swiper__stand-item {
  width: 74%;
  transform: translateX(25%);
}
@media screen and (max-width: 960px) {
  .chara_swiper__stand-item {
    transform: translateX(4%);
    margin: 0 auto;
    width: 87%;
  }
}
.chara_swiper__content {
  padding: 110px 0;
  padding-left: 1.5%;
  padding-right: 13%;
  width: 55%;
  white-space: normal;
}
@media screen and (max-width: 960px) {
  .chara_swiper__content {
    padding: 0 5% 35px;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .chara_swiper__head {
    position: absolute;
    top: 54px;
    left: 46px;
  }
}
.chara_swiper__head-name {
  font-size: 52px;
  font-weight: 900;
  position: relative;
}
@media screen and (max-width: 960px) {
  .chara_swiper__head-name {
    font-size: 33px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .chara_swiper__head-name {
    font-size: 57.2px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .chara_swiper__head-name {
    font-size: 36.3px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .chara_swiper__head-name {
    font-size: 62.4px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .chara_swiper__head-name {
    font-size: 39.6px;
  }
}
.chara_swiper__head-name::before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: -16px;
  background-color: gray;
}
@media screen and (max-width: 960px) {
  .chara_swiper__head-name::before {
    left: auto;
    right: -11px;
    width: 30px;
    height: 30px;
    top: -11px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .chara_swiper__head-name::before {
    width: 39.6px;
    height: 39.6px;
    left: -17.6px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .chara_swiper__head-name::before {
    width: 33px;
    height: 33px;
    right: -12.1px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .chara_swiper__head-name::before {
    width: 43.2px;
    height: 43.2px;
    left: -19.2px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .chara_swiper__head-name::before {
    width: 36px;
    height: 36px;
    right: -12.1px;
  }
}
.-ichitaro .chara_swiper__head-name::before {
  background-color: #A5CD89;
}
.-kinichi .chara_swiper__head-name::before {
  background-color: #84a1a8;
}
.-sasuke .chara_swiper__head-name::before {
  background-color: #a84562;
}
.chara_swiper__head-name .p-in_name {
  position: relative;
}
@media screen and (max-width: 960px) {
  .chara_swiper__head-name .p-in_name {
    writing-mode: vertical-lr;
  }
}
.chara_swiper__head-cv {
  display: flex;
  align-items: center;
  margin-top: 13px;
}
@media screen and (max-width: 960px) {
  .chara_swiper__head-cv {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
  }
}
.chara_swiper__head-cv-label {
  width: 20px;
  height: 20px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 11px;
}
@media not all and (max-width: 960px) {
  .chara_swiper__head-cv-label {
    width: 28px;
    height: 28px;
    font-size: 14px;
    margin-right: 8px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .chara_swiper__head-cv-label {
    width: 22px;
    height: 22px;
    font-size: 12.1px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .chara_swiper__head-cv-label {
    width: 30.8px;
    height: 30.8px;
    font-size: 15.4px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .chara_swiper__head-cv-label {
    width: 24px;
    height: 24px;
    font-size: 13.2px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .chara_swiper__head-cv-label {
    width: 33.6px;
    height: 33.6px;
    font-size: 16.8px;
  }
}
.chara_swiper__head-cv-name {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .chara_swiper__head-cv-name {
    writing-mode: vertical-lr;
    font-size: 14px;
    margin-top: 5px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .chara_swiper__head-cv-name {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .chara_swiper__head-cv-name {
    font-size: 15.4px;
    margin-top: 5.5px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .chara_swiper__head-cv-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .chara_swiper__head-cv-name {
    font-size: 16.8px;
    margin-top: 6px;
  }
}
.chara_swiper__prof {
  margin-top: 27px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .chara_swiper__prof {
    padding: 0 9px;
    margin-top: 28px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .chara_swiper__prof {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .chara_swiper__prof {
    font-size: 14.3px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .chara_swiper__prof {
    font-size: 19.2px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .chara_swiper__prof {
    font-size: 15.6px;
  }
}
.chara_swiper__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.chara_swiper__bg-item {
  position: absolute;
}
.chara_swiper__bg-item.-d1 {
  top: 3%;
  left: 1.5%;
  width: 32%;
}
@media screen and (max-width: 960px) {
  .chara_swiper__bg-item.-d1 {
    top: 1.5%;
    left: 1.5%;
    width: 56%;
  }
}
.chara_swiper__bg-item.-d2 {
  bottom: 3%;
  right: 1.5%;
  width: 37%;
}
@media screen and (max-width: 960px) {
  .chara_swiper__bg-item.-d2 {
    bottom: 26%;
    right: 1.5%;
    width: 64%;
  }
}

.p-music {
  position: relative;
  padding-top: 87px;
}
@media screen and (max-width: 960px) {
  .p-music {
    padding-top: 65px;
  }
}
.p-music__deco {
  position: absolute;
}
.p-music__deco.-deco1 {
  left: -4.5%;
  top: 0;
  width: 26.5%;
  max-width: 500px;
}
@media screen and (max-width: 960px) {
  .p-music__deco.-deco1 {
    left: -2.5%;
    top: 12.5%;
    width: 49.5%;
  }
}
.p-music__deco.-deco2 {
  top: 43%;
  left: 6%;
  width: 20%;
  max-width: 400px;
}
.p-music__deco.-deco3 {
  top: 8%;
  right: -21%;
  width: 48.5%;
  max-width: 800px;
}
@media screen and (max-width: 960px) {
  .p-music__deco.-deco3 {
    right: auto;
    top: -3.7%;
    left: -14%;
    width: 92.5%;
  }
}
.p-music__deco.-deco4 {
  left: -13%;
  top: 34%;
  width: 38%;
}
@media screen and (max-width: 960px) {
  .p-music__ttl {
    width: 120px;
    transform: translateX(22%);
    padding: 9px 0 17px;
  }
  [data-size=m] .p-music__ttl {
    width: 132px;
  }
  [data-size=l] .p-music__ttl {
    width: 144px;
  }
}
@media screen and (max-width: 960px) {
  .p-music__ttl-text {
    writing-mode: horizontal-tb;
  }
}
.p-music__container {
  margin: 0 auto;
  width: 90%;
  max-width: 1092px;
  position: relative;
  padding-top: 73px;
}
@media screen and (max-width: 960px) {
  .p-music__container {
    padding-top: 115px;
  }
}
.p-music__header {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
}
.p-music__block-head {
  display: flex;
  justify-content: center;
  transform: translateY(25px);
  opacity: 0;
}
.p-music__block.is-active .p-music__block-head {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-music__block-head-top {
  width: 38px;
}
@media screen and (max-width: 960px) {
  .p-music__block-head-top {
    width: 29px;
  }
}
.p-music__block-head-bottom {
  width: 38px;
}
@media screen and (max-width: 960px) {
  .p-music__block-head-bottom {
    width: 29px;
  }
}
.p-music__block-head-bottom img {
  transform: scaleX(-1);
}
.p-music__block-head-content {
  background: url(../img/common/frame_repeat.jpg) repeat-x 0 center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 12px;
}
@media screen and (max-width: 960px) {
  .p-music__block-head-content {
    padding: 0px 11px;
  }
}
.p-music__block-head-text {
  font-size: 20px;
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-music__block-head-text {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-music__block-head-text {
    font-size: 17.6px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-music__block-head-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-music__block-head-text {
    font-size: 19.2px;
  }
}
@media screen and (max-width: 960px) {
  .p-music__block-head-text {
    font-size: 16px;
    letter-spacing: -0.1rem;
  }
}
.p-music__block-cap {
  text-align: center;
  margin-top: 40px;
  transform: translateY(25px);
  opacity: 0;
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-music__block-cap {
    font-size: 44px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-music__block-cap {
    font-size: 24.2px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-music__block-cap {
    font-size: 48px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-music__block-cap {
    font-size: 26.4px;
  }
}
.p-music__block.is-active .p-music__block-cap {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 960px) {
  .p-music__block-cap {
    margin-top: 22px;
  }
}
.p-music__block-artist {
  font-size: 33px;
  font-weight: 700;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 960px) {
  .p-music__block-artist {
    font-size: 24px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-music__block-artist {
    font-size: 36.3px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-music__block-artist {
    font-size: 26.4px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-music__block-artist {
    font-size: 39.6px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-music__block-artist {
    font-size: 28.8px;
  }
}
.p-music__block-ttl {
  letter-spacing: -0.1rem;
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 960px) {
  .p-music__block-ttl {
    font-size: 30px;
    margin-top: 2px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-music__block-ttl {
    font-size: 44px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-music__block-ttl {
    font-size: 33px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-music__block-ttl {
    font-size: 48px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-music__block-ttl {
    font-size: 36px;
  }
}
.p-music__block-ttl-small {
  font-size: 23px;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-music__block-ttl-small {
    font-size: 15px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-music__block-ttl-small {
    font-size: 25.3px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-music__block-ttl-small {
    font-size: 16.5px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-music__block-ttl-small {
    font-size: 27.6px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-music__block-ttl-small {
    font-size: 18px;
  }
}
.p-music__block-thumb {
  margin: 0 auto;
  width: 73%;
  margin-top: 35px;
  overflow: hidden;
  transform: translateY(25px);
  opacity: 0;
}
.p-music__block.is-active .p-music__block-thumb {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
.p-music__block.is-active .p-music__block-thumb img {
  transform: scale(1);
  transition: transform 10s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-music__block-thumb img {
  transform: scale(1.1);
}
@media screen and (max-width: 960px) {
  .p-music__block-thumb {
    width: 94%;
    margin-top: 24px;
  }
}
.p-music__block-text {
  margin: 0 auto;
  width: 73%;
  margin-top: 27px;
  line-height: 2;
  transform: translateY(25px);
  opacity: 0;
}
.p-music__block.is-active .p-music__block-text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.6s;
}
@media screen and (max-width: 960px) {
  .p-music__block-text {
    width: 93%;
    margin-top: 23px;
    font-size: 12px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-music__block-text {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-music__block-text {
    font-size: 13.2px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-music__block-text {
    font-size: 19.2px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-music__block-text {
    font-size: 14.4px;
  }
}
.p-music__block-text a {
  position: relative;
  text-decoration: underline;
  color: #78ab52;
  padding-right: 15px;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .p-music__block-text a {
    padding-right: 10px;
  }
}
.p-music__block-text a::before {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-mask: url(../img/common/external-link.svg) no-repeat center center;
  mask: url(../img/common/external-link.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #78ab52;
}
@media screen and (max-width: 960px) {
  .p-music__block-text a::before {
    width: 8px;
    height: 8px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-music__block-text a::before {
    width: 14.3px;
    height: 14.3px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-music__block-text a::before {
    width: 8.8px;
    height: 8.8px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-music__block-text a::before {
    width: 15.6px;
    height: 15.6px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-music__block-text a::before {
    width: 9.6px;
    height: 9.6px;
  }
}
@media (hover: hover) {
  .p-music__block-text a {
    transition: color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-music__block-text a:hover {
    text-decoration: none;
  }
}
.p-music__block-textbox {
  margin: 0 auto;
  margin-top: 50px;
  width: 73%;
}
@media screen and (max-width: 960px) {
  .p-music__block-textbox {
    width: 93%;
    margin-top: 32px;
  }
}
.p-music__block-textbox-ttl {
  color: #78ab52;
  font-size: 20px;
  padding-left: 22px;
  letter-spacing: -0.1rem;
  position: relative;
  margin-bottom: 9px;
}
@media screen and (max-width: 960px) {
  .p-music__block-textbox-ttl {
    font-size: 16px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-music__block-textbox-ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-music__block-textbox-ttl {
    font-size: 17.6px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-music__block-textbox-ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-music__block-textbox-ttl {
    font-size: 19.2px;
  }
}
.p-music__block-textbox-ttl::before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 5px;
  left: 3px;
  background: url(../img/common/icon_green.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .p-music__block-textbox-ttl::before {
    top: 2px;
    left: -1px;
  }
}
.p-music__block-textbox-text {
  line-height: 2;
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-music__block-textbox-text {
    font-size: 17.6px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-music__block-textbox-text {
    font-size: 14.3px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-music__block-textbox-text {
    font-size: 19.2px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-music__block-textbox-text {
    font-size: 15.6px;
  }
}

.p-sp {
  position: relative;
  padding-top: 84px;
  padding-bottom: 60px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-sp {
    padding-top: 59px;
    padding-bottom: 40px;
  }
}
.p-sp::before {
  content: "";
  width: 100%;
  height: calc(100% - 145px);
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
  background: url(../img/character/bg_chara_pattern.jpg) repeat 0 0;
  background-size: 400px;
}
@media screen and (max-width: 960px) {
  .p-sp::before {
    height: calc(100% - 95px);
  }
}
.p-sp__container {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  display: flex;
}
@media screen and (max-width: 960px) {
  .p-sp__container {
    display: block;
  }
}
.p-sp__header {
  flex-shrink: 0;
  padding-left: 57px;
}
@media screen and (max-width: 960px) {
  .p-sp__header {
    padding-left: 0;
  }
}
.p-sp__inner {
  margin-left: 97px;
}
@media screen and (max-width: 960px) {
  .p-sp__inner {
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-sp__ttl {
    width: 220px;
    margin: 0;
    padding: 11px 0 14px;
    transform: translateX(-10%);
  }
  [data-size=m] .p-sp__ttl {
    width: 242px;
  }
  [data-size=l] .p-sp__ttl {
    width: 264px;
  }
}
.p-sp__ttl-text {
  letter-spacing: -0.03rem;
}
@media screen and (max-width: 960px) {
  .p-sp__ttl-text {
    writing-mode: horizontal-tb;
  }
}
.p-sp__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 145px;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .p-sp__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 960px) {
  .p-sp__list {
    display: block;
    margin: 0 auto;
    width: 94%;
    padding-top: 44px;
  }
}
.p-sp__list-item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2.2%;
}
@media screen and (max-width: 960px) {
  .p-sp__list-item {
    margin-bottom: 6.2%;
  }
}
.p-sp__list-item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .p-sp__list-item {
    margin-right: 0;
    width: 100%;
  }
}
.p-sp__list-item a {
  overflow: hidden;
  display: block;
}
@media (hover: hover) {
  .p-sp__list-item a:hover img {
    transform: scale(1.05);
  }
}
.p-sp__list-item a img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-book {
  position: relative;
  z-index: 1;
  padding-top: 152px;
}
@media screen and (max-width: 960px) {
  .p-book {
    padding-top: 106px;
  }
}
.p-book__deco {
  position: absolute;
  right: -4%;
  top: 4%;
  width: 35%;
  max-width: 600px;
}
@media screen and (max-width: 960px) {
  .p-book__deco {
    right: -30%;
    top: 0%;
    width: 60%;
  }
}
.p-book__wrap {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .p-book__wrap {
    padding-bottom: 12px;
  }
}
.p-book__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-book__container {
  position: relative;
  max-width: 1002px;
  width: 89.3333333333%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-book__container {
    max-width: 500px;
  }
}
.p-book__header {
  margin-bottom: 26px;
}
@media screen and (max-width: 960px) {
  .p-book__header {
    margin-bottom: 24px;
  }
}
.p-book__ttl {
  margin: 0 auto;
  padding: 15px 0 20px;
}
@media not all and (max-width: 960px) {
  .p-book__ttl {
    width: 158px;
    transform: translateY(-41%);
  }
}
@media screen and (max-width: 960px) {
  .p-book__ttl {
    width: 120px;
    padding: 10px 0 16px;
    transform: translateY(-27%);
  }
}
@media not all and (max-width: 960px) {
  [data-size=m] .p-book__ttl {
    width: 173.8px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-book__ttl {
    width: 132px;
  }
}
@media not all and (max-width: 960px) {
  [data-size=l] .p-book__ttl {
    width: 189.6px;
  }
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-book__ttl {
    width: 144px;
  }
}
.p-book__ttl-text {
  writing-mode: horizontal-tb;
}
.p-book__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .p-book__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media not all and (max-width: 960px) {
  .p-book__list-item {
    width: 23%;
    margin-left: 2.6%;
  }
  .p-book__list-item:nth-child(4n-3) {
    margin-left: 0%;
  }
  .p-book__list-item:nth-child(n+5) {
    margin-top: 23px;
  }
}
@media screen and (max-width: 960px) {
  .p-book__list-item {
    width: 31.8%;
    margin-right: 2.2%;
    margin-bottom: 8%;
  }
  .p-book__list-item:nth-child(3n) {
    margin-right: 0;
  }
}
.p-book__bnr {
  margin-top: 97px;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .p-book__bnr {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 960px) {
  .p-book__bnr {
    margin-top: -5px;
  }
}
.p-book__bnr-link {
  display: block;
  width: 512px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-book__bnr-link {
    width: 100%;
  }
}
@media (hover: hover) {
  .p-book__bnr-link:hover img {
    transform: scale(1.1);
  }
}
.p-book__bnr-link img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-book_data {
  display: block;
}
.p-book_data__img {
  overflow: hidden;
}
.p-book_data__img img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-book_data:hover .p-book_data__img img {
    transform: scale(1.1);
  }
}
.p-book_data__txt {
  margin-top: 17px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .p-book_data__txt {
    margin-top: 8px;
    font-size: 12px;
  }
}
[data-size=m] .p-book_data__txt {
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  [data-size=m] .p-book_data__txt {
    font-size: 17px;
  }
}
[data-size=l] .p-book_data__txt {
  font-size: 22px;
}
@media screen and (max-width: 960px) {
  [data-size=l] .p-book_data__txt {
    font-size: 19px;
  }
}

[data-cloud-parallax] {
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-op {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 100;
}
.is-op-end .p-op {
  transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1) 2.5s;
  opacity: 0;
}
.p-op__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is-op-end .p-op__bg {
  transition: transform 4s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-op-end .p-op__bg.--left {
  transform: translateX(-100%);
}
.is-op-end .p-op__bg.--right {
  transform: translateX(100%);
}
.p-op__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-op__container {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-op__inner {
  position: absolute;
  top: 0;
  height: 100%;
  width: 70%;
}
.p-op__inner:nth-child(1) {
  left: 0;
}
.p-op__inner:nth-child(2) {
  right: 0;
}
.is-op-end .p-op__inner {
  transition: transform 2.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.is-op-end .p-op__inner.--left {
  transform: translateX(-200%);
}
.is-op-end .p-op__inner.--right {
  transform: translateX(200%);
}
.p-op__item {
  position: absolute;
  animation: chara_fuwa 2s cubic-bezier(0.37, 0, 0.63, 1) alternate infinite;
}
.p-op__inner.--left .p-op__item:nth-child(1) {
  width: 60%;
  top: 50%;
  left: 20%;
}
@media screen and (max-width: 960px) {
  .p-op__inner.--left .p-op__item:nth-child(1) {
    width: 80%;
  }
}
.p-op__inner.--left .p-op__item:nth-child(2) {
  width: 80%;
  top: 30%;
  left: 26%;
  animation-delay: 0.2s;
}
@media screen and (max-width: 960px) {
  .p-op__inner.--left .p-op__item:nth-child(2) {
    width: 100%;
  }
}
.p-op__inner.--left .p-op__item:nth-child(3) {
  width: 100%;
  top: -8%;
  left: -3%;
  animation-delay: 0.4s;
}
@media screen and (max-width: 960px) {
  .p-op__inner.--left .p-op__item:nth-child(3) {
    left: -3%;
    width: 135%;
  }
}
.p-op__inner.--left .p-op__item:nth-child(4) {
  width: 106%;
  top: 61%;
  left: 10%;
  animation-duration: 2.3s;
}
@media screen and (max-width: 960px) {
  .p-op__inner.--left .p-op__item:nth-child(4) {
    width: 160%;
  }
}
.p-op__inner.--left .p-op__item:nth-child(5) {
  width: 114%;
  top: 62%;
  left: -14%;
  animation-duration: 2s;
  animation-delay: 0.1s;
}
@media screen and (max-width: 960px) {
  .p-op__inner.--left .p-op__item:nth-child(5) {
    width: 124%;
  }
}
.p-op__inner.--left .p-op__item:nth-child(6) {
  width: 100%;
  top: 7%;
  left: 60%;
  animation-duration: 1.8s;
}
@media screen and (max-width: 960px) {
  .p-op__inner.--left .p-op__item:nth-child(6) {
    width: 140%;
  }
}
.p-op__inner.--right .p-op__item:nth-child(1) {
  width: 56%;
  top: 2%;
  right: 71%;
  animation-duration: 2s;
  animation-delay: 0.1s;
}
@media screen and (max-width: 960px) {
  .p-op__inner.--right .p-op__item:nth-child(1) {
    width: 80%;
  }
}
.p-op__inner.--right .p-op__item:nth-child(2) {
  width: 76%;
  top: 44%;
  right: 10%;
  animation-duration: 1.8s;
}
@media screen and (max-width: 960px) {
  .p-op__inner.--right .p-op__item:nth-child(2) {
    width: 90%;
  }
}
.p-op__inner.--right .p-op__item:nth-child(3) {
  width: 100%;
  top: 89%;
  right: 4%;
  animation-duration: 1.7s;
}
@media screen and (max-width: 960px) {
  .p-op__inner.--right .p-op__item:nth-child(3) {
    width: 152%;
  }
}
.p-op__inner.--right .p-op__item:nth-child(4) {
  width: 120%;
  top: 32%;
  right: 18%;
  animation-delay: 0.2s;
}
@media screen and (max-width: 960px) {
  .p-op__inner.--right .p-op__item:nth-child(4) {
    width: 145%;
  }
}
.p-op__inner.--right .p-op__item:nth-child(5) {
  width: 109%;
  top: 62%;
  right: -2%;
  animation-delay: 0.3s;
}
@media screen and (max-width: 960px) {
  .p-op__inner.--right .p-op__item:nth-child(5) {
    width: 124%;
  }
}
.p-op__inner.--right .p-op__item:nth-child(6) {
  width: 100%;
  top: 16%;
  right: 14%;
  animation-duration: 1.8s;
}
@media screen and (max-width: 960px) {
  .p-op__inner.--right .p-op__item:nth-child(6) {
    width: 136%;
  }
}
.p-op__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}