@charset "UTF-8";
@keyframes loop_circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shootingStar-slide {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  20% {
    transform: translateY(600px);
  }
  100% {
    opacity: 0;
    transform: translateY(600px);
  }
}
@keyframes shootingStar-slide-sp {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  20% {
    transform: translateY(150px);
  }
  100% {
    opacity: 0;
    transform: translateY(150px);
  }
}
@keyframes loopTitle {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes down_animation {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(88px);
    opacity: 0;
  }
}
@keyframes down_animation-scale {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes top_logo {
  0% {
    transform: rotateY(400deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes modal_fadein {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes modal_fadein-line {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes modal_fadein-scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.l-main {
  overflow: hidden;
}

.p-intro__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
.p-intro__head {
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  line-height: 1.9;
  color: #fff;
  margin-bottom: 64px;
}
@media screen and (max-width: 899px) {
  .p-intro__head {
    line-height: 1.7;
    margin-bottom: 43px;
  }
}
.p-intro__head-catch {
  font-size: 24px;
  margin-bottom: 16px;
  transform: translateY(18px);
  opacity: 0;
}
.is-load .p-intro__head-catch {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 899px) {
  .p-intro__head-catch {
    font-size: 16px;
  }
}
.p-intro__head-lead {
  font-size: 17px;
  transform: translateY(18px);
  opacity: 0;
}
.is-load .p-intro__head-lead {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 899px) {
  .p-intro__head-lead {
    font-size: 14px;
  }
}
.p-intro__main-box {
  color: #fff;
  line-height: 1.8;
  font-size: 15px;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}
.p-intro__main-box + .p-intro__main-box {
  margin-top: 74px;
}
@media screen and (max-width: 899px) {
  .p-intro__main-box + .p-intro__main-box {
    margin-top: 37px;
  }
}
.p-intro__main-box.-flex {
  display: flex;
}
@media screen and (max-width: 899px) {
  .p-intro__main-box.-flex {
    display: block;
  }
}
.p-intro__main-thumb {
  flex-shrink: 0;
  width: 41.5%;
}
@media screen and (max-width: 899px) {
  .p-intro__main-thumb {
    width: 75%;
  }
}
.p-intro__main-thumb.-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 899px) {
  .p-intro__main-thumb.-flex {
    display: block;
  }
}
.p-intro__main-thumb-item {
  flex-shrink: 0;
  transform: translateY(20px);
  opacity: 0;
  overflow: hidden;
}
.p-intro__main-thumb.-flex .p-intro__main-thumb-item:nth-child(1) {
  width: 56.5%;
}
@media screen and (max-width: 899px) {
  .p-intro__main-thumb.-flex .p-intro__main-thumb-item:nth-child(1) {
    width: 100%;
  }
}
.p-intro__main-thumb.-flex .p-intro__main-thumb-item:nth-child(2) {
  width: 40%;
  margin-top: 10.8%;
}
@media screen and (max-width: 899px) {
  .p-intro__main-thumb.-flex .p-intro__main-thumb-item:nth-child(2) {
    width: 71%;
    margin-top: 8.5%;
    margin-left: auto;
    transform: translateX(8%);
  }
}
.is-active .p-intro__main-thumb-item:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0s;
}
.is-active .p-intro__main-thumb-item:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.15s;
}
.p-intro__main-thumb-item img {
  transform: scale(1.1);
}
.is-active .p-intro__main-thumb-item img {
  transform: scale(1);
  transition: transform 8s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-intro__main-lead {
  margin-top: -4%;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2.1;
  width: 69%;
  position: relative;
  z-index: 1;
  transform: translateY(18px);
  opacity: 0;
}
.is-active .p-intro__main-lead {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 899px) {
  .p-intro__main-lead {
    margin-top: 33px;
    line-height: 1.85;
    width: 100%;
    font-size: 12px;
  }
}
.-flex .p-intro__main-lead {
  margin-top: 0;
  margin-left: 5%;
  padding-top: 12px;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .-flex .p-intro__main-lead {
    margin-left: 0;
    padding-top: 33px;
  }
}
.p-intro__main-lead .p-in_text.is-large {
  font-size: 20px;
  background: linear-gradient(90deg, #fcc4a8 48%, #ffceda 50%, #dea2dd 58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
@media screen and (max-width: 899px) {
  .p-intro__main-lead .p-in_text.is-large {
    font-size: 15px;
  }
}
.p-intro__main-lead .p-in_text .is-large {
  font-size: 20px;
  background: linear-gradient(90deg, #fcc4a8 48%, #ffceda 50%, #dea2dd 58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
@media screen and (max-width: 899px) {
  .p-intro__main-lead .p-in_text .is-large {
    margin-top: 15px;
    font-size: 15px;
  }
}
.p-intro__main-lead .p-in_text + .p-in_text {
  margin-top: 20px;
}
@media screen and (max-width: 899px) {
  .p-intro__main-lead .p-in_text + .p-in_text {
    margin-top: 15px;
  }
}
.p-intro__foot {
  text-align: center;
  font-size: 23px;
  line-height: 1.8;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  color: #fff;
  margin-top: 57px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 899px) {
  .p-intro__foot {
    margin-top: 32px;
    line-height: 1.65;
    font-size: 16px;
    font-size: min(16px, 4.3vw);
    letter-spacing: 1px;
  }
}
.p-intro__foot-lead {
  filter: blur(3px);
  transform: translateY(25px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), filter 1.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-intro__foot.is-active .p-intro__foot-lead {
  filter: blur(0);
  transform: translateY(0);
  opacity: 1;
}

.p-intro__movie {
  width: 1200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 139px;
}
@media screen and (max-width: 899px) {
  .p-intro__movie {
    margin-top: 78px;
  }
}
.p-intro__movie::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #000841 35%, #491464 80%, rgba(73, 20, 100, 0) 100%);
  border-radius: 50% 50% 0 0;
  opacity: 0.3;
}
@media screen and (max-width: 899px) {
  .p-intro__movie::before {
    border-radius: 500px 500px 0 0;
  }
}
@media screen and (max-width: 899px) {
  .p-intro__movie {
    width: 102%;
  }
}
.p-intro__movie-contents {
  position: relative;
  padding: 135px 130px;
}
@media screen and (max-width: 899px) {
  .p-intro__movie-contents {
    padding: 84px 6%;
  }
}
.p-intro__movie-head {
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  line-height: 1.3;
  margin-bottom: 27px;
  background: linear-gradient(90deg, #fcc4a8 0%, #ffceda 50%, #dea2dd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
@media screen and (max-width: 899px) {
  .p-intro__movie-head {
    margin-bottom: 21px;
  }
}
.p-intro__movie-head-arch {
  margin-bottom: 10px;
}
@media screen and (max-width: 899px) {
  .p-intro__movie-head-arch {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
.p-intro__movie-head .p-in_caption {
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 899px) {
  .p-intro__movie-head .p-in_caption {
    font-size: 15px;
    margin-bottom: 7px;
  }
}
.p-intro__movie-head .p-in_ttl {
  font-size: 30px;
  letter-spacing: 3px;
}
@media screen and (max-width: 899px) {
  .p-intro__movie-head .p-in_ttl {
    font-size: 21px;
    letter-spacing: 0px;
  }
  .p-intro__movie-head .p-in_ttl.-en {
    letter-spacing: 1.5px;
    line-height: 1.4;
  }
}
.p-intro__movie-lead {
  text-align: center;
  line-height: 2.2;
  letter-spacing: 1.5px;
  font-size: 15px;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}
@media screen and (max-width: 899px) {
  .p-intro__movie-lead {
    line-height: 2;
    font-size: 12px;
    text-align: left;
    letter-spacing: 3px;
  }
}
.p-intro__movie-lead .p-in_text + .p-in_text {
  margin-top: 10px;
}
@media screen and (max-width: 899px) {
  .p-intro__movie-lead .p-in_text + .p-in_text {
    margin-top: 11px;
  }
}
.p-intro__movie-lead .is-large {
  font-size: 22px;
}
@media screen and (max-width: 899px) {
  .p-intro__movie-lead .is-large {
    font-size: 14px;
  }
}
.p-intro__movie-box {
  position: relative;
  color: #fff;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-intro__movie-box {
    padding-bottom: 108px;
  }
}
.p-intro__movie-box + .p-intro__movie-box {
  margin-top: 46px;
}
@media screen and (max-width: 899px) {
  .p-intro__movie-box + .p-intro__movie-box {
    margin-top: 23px;
  }
}
.p-intro__movie-box:last-of-type {
  padding-bottom: 0;
}
.p-intro__movie-thumbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-intro__movie-thumbs-item {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 899px) {
  .p-intro__movie-thumbs-item {
    opacity: 0.6;
  }
}
.p-intro__movie-thumbs-item.item_1 {
  right: 3.5%;
  top: 10.5%;
  width: 23%;
}
@media screen and (max-width: 899px) {
  .p-intro__movie-thumbs-item.item_1 {
    top: 1.5%;
    right: 5.5%;
    width: 41%;
    max-width: 150px;
  }
}
.p-intro__movie-thumbs-item.item_2 {
  left: 3.5%;
  top: 28%;
  width: 20%;
}
@media screen and (max-width: 899px) {
  .p-intro__movie-thumbs-item.item_2 {
    left: 0.5%;
    top: 18.5%;
    width: 35%;
    max-width: 130px;
  }
}
.p-intro__movie-thumbs-item.item_3 {
  left: 6.5%;
  top: 49%;
  width: 27%;
}
@media screen and (max-width: 899px) {
  .p-intro__movie-thumbs-item.item_3 {
    left: 0;
    top: 50%;
    width: 47%;
    max-width: 170px;
    transform: translateX(-11%);
  }
}
.p-intro__movie-thumbs-item.item_4 {
  top: 55%;
  right: 6.5%;
  width: 26.8%;
}
@media screen and (max-width: 899px) {
  .p-intro__movie-thumbs-item.item_4 {
    top: 34%;
    right: 6.5%;
    width: 46.8%;
    max-width: 170px;
  }
}
.p-intro__movie-thumbs-item.item_4 .p-in_thumb:nth-child(2) {
  position: absolute;
  top: -56%;
  right: -23%;
  width: 74%;
}
@media screen and (max-width: 899px) {
  .p-intro__movie-thumbs-item.item_4 .p-in_thumb:nth-child(2) {
    max-width: 120px;
  }
}
.p-intro__movie-thumbs-item.item_5 {
  left: 0%;
  top: 74.5%;
  width: 23.5%;
}
@media screen and (max-width: 899px) {
  .p-intro__movie-thumbs-item.item_5 {
    top: 91.8%;
    width: 40.5%;
    max-width: 149px;
  }
}
.p-intro__movie-thumbs-item.item_6 {
  right: 6.5%;
  top: 82.5%;
  width: 20%;
}
@media screen and (max-width: 899px) {
  .p-intro__movie-thumbs-item.item_6 {
    right: 0;
    top: 74.8%;
    width: 35%;
    max-width: 130px;
  }
}
.p-intro__movie-btdeco {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
}
.p-intro__movie-btdeco-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 899px) {
  .p-intro__movie-btdeco-icon {
    width: 9px;
    height: 9px;
  }
}
.p-intro__movie-btdeco-icon .p-in_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.is-load .p-intro__movie-btdeco-icon .p-in_inner {
  animation: down_animation 2.3s cubic-bezier(0.65, 0, 0.35, 1) infinite both;
}
.p-intro__movie-btdeco-icon .p-in_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/deco.svg) no-repeat center center;
  background-size: contain;
}
.is-load .p-intro__movie-btdeco-icon .p-in_inner::before {
  animation: down_animation-scale 2.3s cubic-bezier(0.65, 0, 0.35, 1) infinite both;
}