@keyframes rotate_loop {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bgline_PC {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1400px 0;
  }
}
@keyframes bgline_PC2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1400px 0;
  }
}
@keyframes gray_lineSP {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -400px center;
  }
}
@keyframes card_lineSP {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -565px center;
  }
}
@keyframes card_linePC {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -734.5px center;
  }
}
.p-hero {
  position: relative;
  padding-top: 27px;
  background-color: #f4f4f0;
  overflow: hidden;
}
.p-hero__kv {
  position: relative;
  width: 100%;
  margin-top: -27%;
}
.p-hero__kv img {
  transform: scale(1.15);
  filter: blur(3px);
}
.is-load .p-hero__kv img {
  transform: scale(1);
  filter: blur(0);
  transition: transform 2s cubic-bezier(0.83, 0, 0.17, 1), filter 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
}
.p-hero__logo {
  padding: 13% 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1001px) {
  .p-hero__logo {
    padding: 15% 0;
  }
}
.p-hero__logo-main {
  margin: 0 auto;
  width: 53%;
  transform: translateX(35px);
  opacity: 0;
}
.is-load .p-hero__logo-main {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.35, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 1s;
}
.p-hero__logo-sale {
  margin-top: 6%;
  transform: translateX(-35px);
  opacity: 0;
}
.is-load .p-hero__logo-sale {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 1s;
}
.p-hero__news {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(84, 77, 79, 0.1);
  display: flex;
  height: 50px;
  z-index: 2;
  display: none;
}
.p-hero__news:nth-child(1) {
  display: flex;
}
@media screen and (min-width: 1001px) {
  .p-hero__news {
    height: 72px;
  }
}
.p-hero__news-lebel {
  flex-shrink: 0;
  width: 38px;
  font-family: "benton-modern-display-compre", serif;
  font-weight: 400;
  text-align: center;
  font-size: 17px;
  color: #e37f9d;
  line-height: 0.9;
  padding: 11px 0;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .p-hero__news-lebel {
    padding: 14px 0;
    width: 55px;
    font-size: 24px;
  }
}
.p-hero__news-lebel::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: rgba(84, 77, 79, 0.1);
  width: 1px;
  height: 60%;
}
.p-hero__news-content {
  flex-grow: 1;
  overflow: hidden;
}
.p-hero__news-content-inner {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
}
@media screen and (min-width: 1001px) {
  .p-hero__news-content-inner {
    padding: 16px 13px;
  }
}
@media (hover: hover) {
  .p-hero__news-content-inner {
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-hero__news-content-inner:hover {
    opacity: 0.6;
  }
}
.p-hero__news-date {
  color: #e37f9d;
  font-family: "benton-modern-display-compre", serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-bottom: 3px;
}
@media screen and (min-width: 1001px) {
  .p-hero__news-date {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
  }
}
.p-hero__news-ttl {
  font-size: 11px;
  color: #544d4f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1001px) {
  .p-hero__news-ttl {
    font-size: 15px;
  }
}

.p-news {
  overflow: hidden;
  padding-bottom: 86px;
  margin-top: 46px;
}
@media screen and (min-width: 1001px) {
  .p-news .l-section__ttl {
    text-align: center;
  }
  .p-news .l-section__ttl h2 {
    margin: 0 auto;
  }
}
.p-news__sns {
  position: absolute;
  top: 3px;
  right: 0;
  width: 26%;
}
.p-news__sns-base img {
  animation: rotate_loop 10s linear infinite forwards;
}
.p-news__sns-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-news__list {
  margin-top: 40px;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .p-news__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
@media screen and (min-width: 1001px) {
  .p-news__list {
    margin-top: 52px;
  }
}
.p-news__list-item {
  position: relative;
}
.p-news__list-item::before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: rgba(84, 77, 79, 0.1);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-news__list-item:last-of-type::after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: rgba(84, 77, 79, 0.1);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-news__list-inner {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 16px 0 19px;
}
@media (hover: hover) {
  .p-news__list-inner {
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-news__list-inner:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1001px) {
  .p-news__list-inner {
    padding: 20.8px 0 24.7px;
  }
}
.p-news__list-date {
  color: #e37f9d;
  font-family: "benton-modern-display-compre", serif;
  font-weight: 400;
  flex-shrink: 0;
  padding-left: 17px;
  position: relative;
  width: 60px;
}
@media screen and (min-width: 1001px) {
  .p-news__list-date {
    width: 78px;
  }
}
.p-news__list-date::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 46%;
  left: 2px;
  transform: translateY(-50%);
  background-color: #e37f9d;
  border-radius: 50%;
}
@media screen and (min-width: 1001px) {
  .p-news__list-date::before {
    width: 5.2px;
    height: 5.2px;
  }
}
.p-news__list-date .p-in_year {
  font-size: 15px;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 1001px) {
  .p-news__list-date .p-in_year {
    font-size: 19.5px;
    letter-spacing: 1.04px;
  }
}
.p-news__list-date .p-in_date {
  font-size: 20px;
}
@media screen and (min-width: 1001px) {
  .p-news__list-date .p-in_date {
    font-size: 26px;
  }
}
.p-news__list-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #544d4f;
  font-size: 12px;
  line-height: 1.75;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .p-news__list-ttl {
    font-size: 15.6px;
  }
}
.p-news__more {
  margin-top: 37px;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .p-news__more {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}

.p-movie {
  overflow: hidden;
  position: relative;
  padding-top: 84px;
  padding-bottom: 85px;
  margin-bottom: 42px;
}
.p-movie__content {
  margin-top: 40px;
  position: relative;
  width: 100%;
}
.p-movie .l-section__inner {
  width: 100%;
}
.p-movie__slider {
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .p-movie__slider {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
.p-movie__slider .swiper-pagination {
  position: relative;
  margin-top: 26px;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 0 3%;
  z-index: 1;
}
.p-movie__slider .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 35px;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  font-family: "benton-modern-display-compre", serif;
  font-weight: 400;
  color: #e37f9d;
  font-size: 20px;
  margin: 0 3px 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .p-movie__slider .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 0.6;
  }
}
.p-movie__slider .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #e37f9d;
  pointer-events: none;
}

.movie_swiper .swiper-slide {
  width: 86%;
  position: relative;
  margin: 0 auto;
}
@media (hover: hover) {
  .movie_swiper .swiper-slide:hover .movie_swiper__thumb-img {
    transform: scale(1.05);
  }
}
.movie_swiper__thumb {
  position: relative;
  width: 100%;
  padding-top: 55%;
  overflow: hidden;
}
.movie_swiper__thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.movie_swiper__ttl {
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
  margin-top: 18px;
}
@media screen and (min-width: 1001px) {
  .movie_swiper__ttl {
    font-size: 16.9px;
  }
}
.movie_swiper__play {
  position: absolute;
  bottom: 4px;
  right: 3px;
  background-color: #f098b2;
  display: flex;
  justify-content: center;
  width: 80px;
  padding: 8px 10px;
  opacity: 0;
  transform: scale(0.97);
  pointer-events: none;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 1001px) {
  .movie_swiper__play {
    width: 104px;
    padding: 10.4px 13px;
  }
}
.swiper-slide-active .movie_swiper__play, .swiper-slide-duplicate-active .movie_swiper__play {
  opacity: 1;
  transform: scale(1);
}
.movie_swiper__play-icon {
  width: 8px;
  fill: #fff;
  margin-right: 6px;
}
@media screen and (min-width: 1001px) {
  .movie_swiper__play-icon {
    width: 10.4px;
    margin-right: 7.8px;
  }
}
.movie_swiper__play-text {
  font-family: "benton-modern-display-compre", serif;
  font-weight: 400;
  color: #fff;
  font-size: 19px;
}
@media screen and (min-width: 1001px) {
  .movie_swiper__play-text {
    font-size: 24.7px;
  }
}

.p-about {
  padding-bottom: 90px;
  overflow: hidden;
}
.p-about__lead {
  text-align: center;
  font-size: 12.5px;
  line-height: 2.1;
  margin-top: 33px;
  transform: translateY(25px);
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .p-about__lead {
    font-size: 16.25px;
  }
}
.l-section.is-active .p-about__lead {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
.p-about__lead-item {
  position: relative;
}
.p-about__lead-item + .p-about__lead-item {
  margin-top: 25px;
}
.p-about__info {
  margin-top: 33px;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .p-about__info {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
.p-about__info-list-item {
  position: relative;
  display: flex;
  padding: 20px 0 16px;
}
@media screen and (min-width: 1001px) {
  .p-about__info-list-item {
    padding: 26px 0 20.8px;
  }
}
.p-about__info-list-item::before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: rgba(84, 77, 79, 0.1);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-about__info-list-item:last-of-type::after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: rgba(84, 77, 79, 0.1);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-about__info-label {
  flex-shrink: 0;
  width: 90px;
  position: relative;
  color: #e37f9d;
  font-size: 14px;
  padding-left: 16px;
  height: 100%;
}
@media screen and (min-width: 1001px) {
  .p-about__info-label {
    font-size: 18.2px;
    padding-left: 20.8px;
    width: 117px;
  }
}
.p-about__info-label::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  background-color: #e37f9d;
  border-radius: 50%;
}
@media screen and (min-width: 1001px) {
  .p-about__info-label::before {
    width: 5.2px;
    height: 5.2px;
  }
}
.p-about__info-text {
  font-size: 12px;
  line-height: 1.7;
  position: relative;
  margin-top: -3px;
}
@media screen and (min-width: 1001px) {
  .p-about__info-text {
    font-size: 15.6px;
    margin-top: -3.9px;
  }
}
.p-about__gallery {
  margin-top: 40px;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .p-about__gallery {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.7s;
}
.p-about__gallery-thumb {
  margin: 0 auto;
  width: 61%;
}
.p-about__gallery-btn {
  margin: 0 auto;
  width: 80%;
  margin-top: 40px;
}

.p-ambassador {
  padding-top: 83px;
  padding-bottom: 70px;
  margin-bottom: 47px;
}
.p-ambassador__lead {
  margin-top: 32px;
  text-align: center;
  font-size: 13px;
  line-height: 2;
  transform: translateY(25px);
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .p-ambassador__lead {
    font-size: 16.9px;
  }
}
.l-section.is-active .p-ambassador__lead {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
.p-ambassador__member {
  margin-top: 33px;
}
.p-ambassador__member-cap {
  text-align: center;
  font-size: 14px;
  color: #e37f9d;
  margin-bottom: 20px;
  transform: translateY(25px);
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .p-ambassador__member-cap {
    font-size: 18.2px;
    margin-bottom: 26px;
  }
}
.l-section.is-active .p-ambassador__member-cap {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
.p-ambassador__member-list {
  display: flex;
  flex-wrap: wrap;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .p-ambassador__member-list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.7s;
}
.p-ambassador__member-list-item {
  position: relative;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 6.5%;
}
@media (hover: hover) {
  .p-ambassador__member-list-item:hover .p-ambassador__member-thumb img {
    transform: scale(1.05);
  }
}
.p-ambassador__member-list-item:nth-child(3n) {
  margin-right: 0;
}
.p-ambassador__member-name {
  text-align: center;
  font-size: 12px;
  margin-top: 8px;
}
@media screen and (min-width: 1001px) {
  .p-ambassador__member-name {
    font-size: 15.6px;
  }
}
.p-ambassador__member-thumb {
  overflow: hidden;
}
.p-ambassador__member-thumb img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-ambassador__member-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 24%;
  padding-top: 24%;
  background-color: #e37f9d;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.p-ambassador__member-icon-line {
  position: absolute;
  top: 15%;
  right: 15%;
  width: 33%;
  height: 33%;
}
.p-ambassador__member-icon-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.p-ambassador__member-icon-line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.p-ambassador_modal {
  padding: 40px 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-ambassador_modal__content {
  margin: 0 auto;
  width: 100%;
}
.p-ambassador_modal__head-thumb {
  margin: 0 auto;
  width: 60%;
}
.p-ambassador_modal__blocks {
  text-align: left;
  margin-top: 30px;
}
.p-ambassador_modal__box {
  border-top: 1px solid rgba(84, 77, 79, 0.1);
  padding: 20px 30px 15px;
}
@media screen and (min-width: 1001px) {
  .p-ambassador_modal__box {
    padding: 26px 39px 19.5px;
  }
}
.p-ambassador_modal__box:last-of-type {
  border-bottom: 1px solid rgba(84, 77, 79, 0.1);
}
.p-ambassador_modal__box-ttl {
  font-family: "benton-modern-display-compre", serif;
  font-weight: 400;
  padding-left: 14px;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #e37f9d;
  position: relative;
}
@media screen and (min-width: 1001px) {
  .p-ambassador_modal__box-ttl {
    font-size: 18.2px;
  }
}
.p-ambassador_modal__box-ttl::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #e37f9d;
  border-radius: 50%;
}
.p-ambassador_modal__box-content {
  line-height: 1.7;
  font-size: 12px;
  padding-left: 15px;
  margin-top: 9px;
}
@media screen and (min-width: 1001px) {
  .p-ambassador_modal__box-content {
    margin-top: 11.7px;
    font-size: 15.6px;
  }
}
.p-ambassador_modal__box-message iframe {
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 1001px) {
  .p-ambassador_modal__box-message iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 1000px) {
  .p-ambassador_modal__box-message iframe {
    height: 40.73vw !important;
  }
}

.p-tcg {
  overflow: hidden;
  padding-bottom: 80px;
}
.p-tcg .l-section__inner {
  width: 100%;
}
.p-tcg__lead {
  margin-top: 34px;
  text-align: center;
  font-size: 13px;
  line-height: 2;
  transform: translateY(25px);
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .p-tcg__lead {
    font-size: 16.9px;
    margin-top: 44.2px;
  }
}
.l-section.is-active .p-tcg__lead {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
.p-tcg__btn {
  margin: 0 auto;
  margin-top: 33px;
  width: 68%;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .p-tcg__btn {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
@media screen and (min-width: 1001px) {
  .p-tcg__btn {
    width: 374px;
  }
}
.p-tcg__card {
  margin-top: 23px;
  position: relative;
  left: 0%;
  width: 100%;
  padding-top: 166px;
  background: url(../img/img_card.png) repeat-x 0 center;
  background-size: 565px;
  animation: card_lineSP 15s linear infinite forwards;
}
@media screen and (min-width: 1001px) {
  .p-tcg__card {
    margin-top: 29.9px;
    padding-top: 215.8px;
    background-size: 734.5px;
    animation: card_linePC 15s linear infinite forwards;
  }
}

.p-sakurazaka {
  padding-top: 86px;
  padding-bottom: 90px;
}
.p-sakurazaka__lead {
  margin-top: 35px;
  text-align: center;
  font-size: 12px;
  line-height: 2.1;
  transform: translateY(25px);
  opacity: 0;
}
@media screen and (min-width: 1001px) {
  .p-sakurazaka__lead {
    font-size: 15.6px;
  }
}
.l-section.is-active .p-sakurazaka__lead {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
.p-sakurazaka__lead a {
  color: #e37f9d;
}
@media screen and (min-width: 1001px) {
  .p-sakurazaka__lead a:hover {
    text-decoration: none;
  }
}
.p-sakurazaka__thumb {
  margin-top: 35px;
  transform: translateY(25px);
  opacity: 0;
  overflow: hidden;
}
.l-section.is-active .p-sakurazaka__thumb {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
.p-sakurazaka__thumb img {
  transform: scale(1.15);
}
.l-section.is-active .p-sakurazaka__thumb img {
  transform: scale(1);
  transition: transform 8s cubic-bezier(0.25, 1, 0.5, 1);
}