@charset "UTF-8";
/*紙吹雪を回転させる記述*/
@keyframes confetti1 {
  0% {
    top: -10%;
    transform: translateX(0);
  }
  100% {
    top: 100%;
    transform: translateX(20px);
  }
}
@keyframes confetti2 {
  0% {
    top: -10%;
    transform: translateX(0);
  }
  100% {
    top: 100%;
    transform: translateX(-20vw);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fuyo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fuyosp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes chara-yura {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes chara-yura2 {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes shake {
  0% {
    transform: translateY(0);
  }
  16% {
    transform: translateY(-15px);
  }
  32% {
    transform: translateY(0);
  }
  48% {
    transform: translateY(-15px);
  }
  64% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes downup {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes heart {
  0% {
    transform: translateY(100%);
  }
  35% {
    transform: translateY(66%);
  }
  68% {
    transform: translateY(32%);
  }
  100% {
    transform: translateY(-1%);
  }
}
img {
  width: 100%;
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

.l-header {
  height: 100vh;
  min-height: 870px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.l-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #df0615;
  opacity: 0;
  pointer-events: none;
}
body.is-op .l-header::before {
  opacity: 1;
  transition: opacity 0s 13s;
}
@media screen and (max-width: 767px) {
  .l-header {
    min-height: auto;
  }
}
.l-header__heart {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-header__heart-item {
  transform: translateY(-10vh);
  opacity: 0;
}
.l-header__heart-item.is-anime-1 {
  opacity: 1;
  animation: heartdown 1.3s linear infinite;
}
.l-header__heart-item.is-anime-1 > span {
  animation: animerotate 5s linear infinite;
}
.l-header__heart-item.is-anime-2 {
  opacity: 1;
  animation: heartdown 2s linear infinite;
}
.l-header__heart-item.is-anime-2 > span {
  animation: animerotate 6s linear infinite;
}
.l-header__heart-item.is-anime-3 {
  opacity: 1;
  animation: heartdown 1s linear infinite;
}
.l-header__heart-item.is-anime-3 > span {
  animation: animerotate 10s linear infinite;
}
.l-header__heart-item.is-anime-4 {
  opacity: 1;
  animation: heartdown 1.2s linear infinite;
}
.l-header__heart-item.is-anime-4 > span {
  animation: animerotate 4s linear infinite;
}
.l-header__heart-item.is-anime-5 {
  opacity: 1;
  animation: heartdown 1.5s linear infinite;
}
.l-header__heart-item.is-anime-5 > span {
  animation: animerotate-r 4s linear infinite;
}
.l-header__heart-item.is-l > span {
  width: 23vw;
  height: 23vh;
}
@media screen and (max-width: 767px) {
  .l-header__heart-item.is-l > span {
    width: 28vw;
    height: 28vh;
  }
}
.l-header__heart-item.is-m > span {
  width: 17vw;
  height: 17vh;
}
@media screen and (max-width: 767px) {
  .l-header__heart-item.is-m > span {
    width: 25vw;
    height: 25vh;
  }
}
.l-header__heart-item.is-s > span {
  width: 15vw;
  height: 15vh;
}
@media screen and (max-width: 767px) {
  .l-header__heart-item.is-s > span {
    width: 20vw;
    height: 20vh;
  }
}
.l-header__heart > span {
  width: 10vw;
  height: 10vh;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-header__heart > span:nth-of-type(1) {
  left: -5%;
}
.l-header__heart > span:nth-of-type(2) {
  left: 0%;
}
.l-header__heart > span:nth-of-type(3) {
  left: 5%;
}
.l-header__heart > span:nth-of-type(4) {
  left: 10%;
}
.l-header__heart > span:nth-of-type(5) {
  left: 15%;
}
.l-header__heart > span:nth-of-type(6) {
  left: 20%;
}
.l-header__heart > span:nth-of-type(7) {
  left: 25%;
}
.l-header__heart > span:nth-of-type(8) {
  left: 30%;
}
.l-header__heart > span:nth-of-type(9) {
  left: 35%;
}
.l-header__heart > span:nth-of-type(10) {
  left: 40%;
}
.l-header__heart > span:nth-of-type(11) {
  left: 45%;
}
.l-header__heart > span:nth-of-type(12) {
  left: 50%;
}
.l-header__heart > span:nth-of-type(13) {
  left: 55%;
}
.l-header__heart > span:nth-of-type(14) {
  left: 60%;
}
.l-header__heart > span:nth-of-type(15) {
  left: 65%;
}
.l-header__heart > span:nth-of-type(16) {
  left: 70%;
}
.l-header__heart > span:nth-of-type(17) {
  left: 75%;
}
.l-header__heart > span:nth-of-type(18) {
  left: 80%;
}
.l-header__heart > span:nth-of-type(19) {
  left: 85%;
}
.l-header__heart > span:nth-of-type(20) {
  left: 90%;
}
.l-header__heart > span > span {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/img_heart.svg) no-repeat center center;
  background-size: contain;
}
@keyframes animerotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animerotate-r {
  0% {
    transform: rotate(0) scale(-1, 1);
  }
  100% {
    transform: rotate(360deg) scale(-1, 1);
  }
}
@keyframes heartdown {
  0% {
    transform: translateY(-30vh);
  }
  100% {
    transform: translateY(100vh);
  }
}
.l-header__hearts {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.l-header__hearts-1 {
  transform: translateY(100%);
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.l-header__hearts-1 .p-in_bg {
  width: 100%;
  height: 100%;
  background: url(../img/img_load-hearts-1b.svg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-header__hearts-1 .p-in_bg {
    background: url(../img/img_load-hearts-1b_sp.svg) no-repeat top center;
    background-size: cover;
  }
}
.l-header__hearts-2 {
  transform: translateY(75%);
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 2;
}
.l-header__hearts-2 .p-in_bg {
  width: 100%;
  height: 100%;
  background: url(../img/img_load-hearts-2.svg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-header__hearts-2 .p-in_bg {
    background: url(../img/img_load-hearts-2_sp.svg) no-repeat top center;
    background-size: cover;
  }
}
.l-header__hearts-3 {
  transform: translateY(55%);
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-header__hearts-3 .p-in_bg {
  width: 100%;
  height: 100%;
  background: url(../img/img_load-hearts-3.svg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-header__hearts-3 .p-in_bg {
    background: url(../img/img_load-hearts-3_sp.svg) no-repeat top center;
    background-size: cover;
  }
}
.l-header__hearts-4 {
  transform: translateY(35%);
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-header__hearts-4 .p-in_bg {
  width: 100%;
  height: 100%;
  background: url(../img/img_load-hearts-4.svg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-header__hearts-4 .p-in_bg {
    background: url(../img/img_load-hearts-4_sp.svg) no-repeat top center;
    background-size: cover;
  }
}
.l-header__hearts-5 {
  transform: translateY(25%);
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-header__hearts-5 .p-in_bg {
  width: 100%;
  height: 100%;
  background: url(../img/img_load-hearts-5.svg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-header__hearts-5 .p-in_bg {
    background: url(../img/img_load-hearts-5_sp.svg) no-repeat top center;
    background-size: cover;
  }
}
.l-header__hearts-6 {
  transform: translateY(5%);
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-header__hearts-6 .p-in_bg {
  width: 100%;
  height: 100%;
  background: url(../img/img_load-hearts-6.svg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-header__hearts-6 .p-in_bg {
    background: url(../img/img_load-hearts-6_sp.svg) no-repeat top center;
    background-size: cover;
  }
}
body.is-op .l-header__hearts-1 {
  transform: translateY(85%);
  opacity: 1;
  transition: transform 2s cubic-bezier(0.65, 0, 0.35, 1) 1.7s;
}
body.is-op .l-header__hearts-2 {
  transform: translateY(65%);
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: transform 1.5s cubic-bezier(0.33, 1, 0.68, 1) 4s, opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 4s;
}
body.is-op .l-header__hearts-3 {
  transform: translateY(45%);
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: transform 1.5s cubic-bezier(0.33, 1, 0.68, 1) 5.6s, opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 5.6s;
}
body.is-op .l-header__hearts-4 {
  transform: translateY(25%);
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: transform 1.5s cubic-bezier(0.33, 1, 0.68, 1) 7.2s, opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 7.2s;
}
body.is-op .l-header__hearts-5 {
  transform: translateY(12%);
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: transform 1.5s cubic-bezier(0.33, 1, 0.68, 1) 8.8s, opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 8.8s;
}
body.is-op .l-header__hearts-6 {
  transform: translateY(-5%);
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: transform 1.5s cubic-bezier(0.33, 1, 0.68, 1) 10.4s, opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 10.4s;
}
body.is-op .l-header__hearts-6 .p-in_bg {
  transform: translateY(-20%);
  transition: all 1.4s cubic-bezier(0.65, 0, 0.35, 1) 11.5s;
}
.l-header__content {
  width: 47%;
  max-width: 730px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -48%);
}
@media screen and (max-width: 767px) {
  .l-header__content {
    width: 88%;
    transform: translate(-50%, -50%);
  }
}
.l-header__ttl {
  width: 100%;
  margin-bottom: 9%;
  transform: translateY(60%);
}
body.is-op .l-header__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1) 13.5s;
}
@media screen and (max-width: 767px) {
  .l-header__ttl {
    margin-bottom: 17%;
  }
}
.l-header__pinga {
  width: 50%;
  margin: 0 auto;
  opacity: 0;
  transform: scale(0.3);
  position: relative;
}
body.is-op .l-header__pinga {
  transform: scale(1);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 14.5s, opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 14.5s;
}
@media screen and (max-width: 767px) {
  .l-header__pinga {
    width: 47%;
  }
}
.l-header__pinga-color {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: circle(0 at 50% 50%);
  clip-path: circle(0 at 50% 50%);
  width: 100%;
}
body.is-op .l-header__pinga-color {
  -webkit-clip-path: circle(110% at 50% 50%);
  clip-path: circle(110% at 50% 50%);
  transition: all 1.6s cubic-bezier(0.22, 1, 0.36, 1) 15.5s;
}
body.is-loaded .l-header__pinga-color {
  -webkit-clip-path: circle(110% at 50% 50%);
  clip-path: circle(110% at 50% 50%);
}
.l-header__scrolldown {
  width: 3.3%;
  z-index: 5;
  max-width: 52px;
  padding-top: 3.3%;
  position: absolute;
  bottom: 5.5%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l-header__scrolldown {
    width: 7%;
    padding-top: 7%;
    bottom: 6%;
  }
}
.l-header__scrolldown-btn {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-10%);
}
body.is-op .l-header__scrolldown-btn {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1) 16s, opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 16s;
}
.l-header__scrolldown-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/icon_scroll.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.l-header__scrolldown-btn a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-wrap {
  overflow: hidden;
}
body.is-op .l-wrap {
  opacity: 0;
}
body.is-loaded .l-wrap {
  opacity: 1;
}

.l-content {
  width: 89%;
  max-width: 1280px;
  margin: 0 auto;
  font-family: "M PLUS 1p";
}
@media screen and (max-width: 767px) {
  .l-content {
    width: 95%;
  }
}

.l-section__ttl {
  position: relative;
  font-size: 54px;
  font-family: "Paytone One", "M PLUS 1p";
  letter-spacing: 6px;
  text-align: center;
  transform: translateY(35px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .l-section__ttl {
    font-size: 35px;
    letter-spacing: 2px;
  }
}
.l-section__ttl .p-in_caption {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .l-section__ttl .p-in_caption {
    font-size: 10px;
  }
}
.l-section__lead {
  text-align: center;
  line-height: 2.1;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .l-section__lead {
    font-size: 13px;
    line-height: 2;
  }
}
.l-section__lead .p-in_text {
  margin-bottom: 39px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .l-section__lead .p-in_text {
    margin-bottom: 25px;
  }
}
.l-section__lead .p-in_text:last-of-type {
  margin: 0;
}

.l-footer {
  padding: 5% 0 7%;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 52px 0 110px;
  }
}
.l-footer__banner {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer__banner {
    display: block;
  }
}
.l-footer__banner-item {
  width: 34%;
  max-width: 543px;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .l-footer__banner-item {
    width: 86%;
    margin: 0 auto;
  }
}
.l-footer__banner-item:last-of-type {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__banner-item:last-of-type {
    margin: 0 auto;
  }
}
.l-footer__banner-item a {
  display: block;
}
.l-footer__banner-item a img {
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .l-footer__banner-item a:hover img {
    opacity: 0.5;
  }
}
.l-footer__official {
  width: 30%;
  margin: 39px auto 0;
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .l-footer__official {
    width: 55.5%;
    margin: 31px auto 0;
  }
}
.l-footer__official .c-btn a {
  font-size: 14px;
  padding: 20px 12%;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .l-footer__official .c-btn a {
    font-size: 12px;
    padding: 13px 12%;
  }
}
.l-footer__official .c-btn a::after {
  width: 16px;
  height: 16px;
  right: 5%;
}
@media screen and (max-width: 767px) {
  .l-footer__official .c-btn a::after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__official .c-btn a:hover {
    box-shadow: none;
  }
  .l-footer__official .c-btn a:hover::after {
    transform: translate(5px, -50%);
  }
}
.l-footer__copy {
  margin-top: 77px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  font-family: "Paytone One";
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 61px;
    font-size: 10px;
  }
}

/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

body.is-op {
  overflow: hidden;
}
body.is-loaded {
  overflow: auto;
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
.c-btn {
  text-align: center;
}
.c-btn a {
  text-decoration: none;
  display: block;
  color: #fff;
  background-color: #df0615;
  padding: 41px 13%;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 1.3px;
  border-radius: 50px;
  position: relative;
  box-shadow: 2px 3px 0 3px #7E7E7E;
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
  font-family: "Paytone One", "M PLUS 1p";
}
@media screen and (max-width: 767px) {
  .c-btn a {
    padding: 25px 10%;
    font-size: 13px;
    letter-spacing: 0.3px;
    box-shadow: 2px 2px 0 2px #b8b8b8;
  }
}
.c-btn a::after {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-mask: url(../img/icon_arrow.svg) no-repeat center center;
  mask: url(../img/icon_arrow.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  background-color: #000;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (max-width: 767px) {
  .c-btn a::after {
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 768px) {
  .c-btn a:hover {
    box-shadow: 8px 9px 0 3px rgba(126, 126, 126, 0.662745098);
    transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s;
  }
  .c-btn a:hover::after {
    transform: translate(10px, -50%);
    transition: transform 1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
}

.p-about {
  padding: 9.5% 0 9.8%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 20.5% 0 23.8%;
  }
}
.p-about__ttl {
  text-align: center;
  font-size: 52px;
  color: #df0615;
  line-height: 1.45;
  letter-spacing: 2px;
  margin-bottom: 5%;
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-about__ttl {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-about__ttl {
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 27px;
  }
}
.p-about__ttl h2 {
  font-weight: bold;
}
.p-about__lead {
  width: 68%;
  margin: 0 auto;
  font-size: 18px;
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-about__lead {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.15s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.15s;
}
@media screen and (max-width: 767px) {
  .p-about__lead {
    width: 73%;
    font-size: 13px;
  }
}
.p-about__deco {
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: -1;
  height: 100%;
  position: absolute;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-about__deco-list {
  position: relative;
  width: 28%;
  height: 95%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-about__deco-list {
    width: 17%;
  }
}
.p-about__deco-list-inner {
  opacity: 0;
  transform: scale(0.3);
  transition: transform 1.5s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.p-about__deco-list-inner .p-in_item {
  animation: fuyo 3s cubic-bezier(0.37, 0, 0.63, 1) infinite 1.1s;
}
@media screen and (max-width: 767px) {
  .p-about__deco-list-inner .p-in_item {
    animation: fuyosp 3s cubic-bezier(0.37, 0, 0.63, 1) infinite 1.1s;
  }
}
.p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(1) {
  top: 13%;
  left: 6.5vw;
  transform: rotate(0);
}
@media screen and (max-width: 767px) {
  .p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(1) {
    top: 9.5%;
    left: 3vw;
  }
}
.p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(1).is-show {
  transform: rotate(-22deg);
  transition: transform 1s ease;
}
.p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(1).is-show .p-about__deco-list-inner {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(2) {
  top: 34.2%;
  left: 22vw;
  transform: rotate(0);
}
@media screen and (max-width: 767px) {
  .p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(2) {
    top: 22.5%;
    left: 10vw;
  }
}
.p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(2).is-show {
  transform: rotate(-62deg);
  transition: transform 1s ease;
}
@media screen and (max-width: 767px) {
  .p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(2).is-show {
    transform: rotate(60deg);
  }
}
.p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(2).is-show .p-about__deco-list-inner {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(3) {
  top: 53.6%;
  left: 3vw;
}
@media screen and (max-width: 767px) {
  .p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(3) {
    top: 49.3%;
    left: -2vw;
  }
}
.p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(3).is-show {
  transition: transform 1s ease;
}
.p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(3).is-show .p-about__deco-list-inner {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(4) {
  top: 66%;
  left: 23vw;
  transform: rotate(0);
}
@media screen and (max-width: 767px) {
  .p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(4) {
    top: 69.5%;
    left: 12vw;
  }
}
.p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(4).is-show {
  transform: rotate(-39deg);
  transition: transform 1s ease;
}
.p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(4).is-show .p-about__deco-list-inner {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(5) {
  top: 86.8%;
  left: 10vw;
  transform: rotate(0);
}
@media screen and (max-width: 767px) {
  .p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(5) {
    top: 89.8%;
    left: 4vw;
  }
}
.p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(5).is-show {
  transform: rotate(50deg);
  transition: transform 1s ease;
}
.p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(5).is-show .p-about__deco-list-inner {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(6) {
  top: 86.8%;
  left: 10vw;
  transform: rotate(0);
}
@media screen and (max-width: 767px) {
  .p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(6) {
    top: 89.8%;
    left: 4vw;
  }
}
.p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(6).is-show {
  transition: transform 1s ease;
}
.p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(6).is-show .p-about__deco-list-inner {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(7) {
  top: 86.8%;
  left: 10vw;
  transform: rotate(0);
}
@media screen and (max-width: 767px) {
  .p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(7) {
    top: 89.8%;
    left: 4vw;
  }
}
.p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(7).is-show {
  transform: rotate(30deg);
  transition: transform 1s ease;
}
.p-about__deco-list:nth-of-type(1) .p-about__deco-list-item:nth-of-type(7).is-show .p-about__deco-list-inner {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(1) {
  top: 7%;
  right: 17.5vw;
  transform: rotate(0);
}
@media screen and (max-width: 767px) {
  .p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(1) {
    top: 4%;
    right: 12vw;
  }
}
.p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(1).is-show {
  transform: rotate(-14deg);
  transition: transform 1s ease;
}
@media screen and (max-width: 767px) {
  .p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(1).is-show {
    transform: rotate(20deg);
  }
}
.p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(1).is-show .p-about__deco-list-inner {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(2) {
  top: 31.2%;
  right: 2.8vw;
}
@media screen and (max-width: 767px) {
  .p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(2) {
    top: 21%;
    right: 5vw;
    transform: rotate(0);
  }
}
.p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(2).is-show {
  transition: transform 1s ease;
}
@media screen and (max-width: 767px) {
  .p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(2).is-show {
    transform: rotate(-32deg);
  }
}
.p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(2).is-show .p-about__deco-list-inner {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(3) {
  top: 47.5%;
  right: 24.8vw;
  transform: rotate(0);
}
@media screen and (max-width: 767px) {
  .p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(3) {
    top: 42.5%;
    right: 7vw;
  }
}
.p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(3).is-show {
  transform: rotate(60deg);
  transition: transform 1s ease;
}
.p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(3).is-show .p-about__deco-list-inner {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(4) {
  top: 73.8%;
  right: 5.5vw;
  transform: rotate(0);
}
@media screen and (max-width: 767px) {
  .p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(4) {
    top: 56.3%;
    right: 17vw;
  }
}
.p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(4).is-show {
  transform: rotate(-48deg);
  transition: transform 1s ease;
}
@media screen and (max-width: 767px) {
  .p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(4).is-show {
    transform: rotate(-45deg);
  }
}
.p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(4).is-show .p-about__deco-list-inner {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(5) {
  top: 89%;
  right: 20.8vw;
  transform: rotate(0);
}
@media screen and (max-width: 767px) {
  .p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(5) {
    top: 78.5%;
    right: 7vw;
  }
}
.p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(5).is-show {
  transform: rotate(24deg);
  transition: transform 1s ease;
}
.p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(5).is-show .p-about__deco-list-inner {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(6) {
  top: 89%;
  right: 20.8vw;
  transform: rotate(0);
}
@media screen and (max-width: 767px) {
  .p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(6) {
    top: 78.5%;
    right: 7vw;
  }
}
.p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(6).is-show {
  transition: transform 1s ease;
}
.p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(6).is-show .p-about__deco-list-inner {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(7) {
  top: 89%;
  right: 20.8vw;
  transform: rotate(0);
}
@media screen and (max-width: 767px) {
  .p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(7) {
    top: 78.5%;
    right: 7vw;
  }
}
.p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(7).is-show {
  transition: transform 1s ease;
}
.p-about__deco-list:nth-of-type(2) .p-about__deco-list-item:nth-of-type(7).is-show .p-about__deco-list-inner {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-about__deco-list-item {
  position: absolute;
  width: 5%;
  max-width: 30px;
  transition: transform 1s ease;
}
@media screen and (max-width: 767px) {
  .p-about__deco-list-item {
    width: 16px;
  }
}

.p-introduction {
  margin-bottom: 11.3%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-introduction {
    margin-bottom: 91px;
  }
}
.p-introduction__movie {
  padding: 8.6% 0 9.3%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-introduction__movie {
    padding: 14.6% 0 17.5%;
  }
}
.p-introduction__movie::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/bg_red.jpg) repeat top center;
  background-size: 580px;
}
@media screen and (max-width: 767px) {
  .p-introduction__movie::before {
    background-size: 309px;
  }
}
.p-introduction__movie-ttl {
  margin-bottom: 6.3%;
  position: relative;
  color: #fff;
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-introduction__movie-ttl {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 767px) {
  .p-introduction__movie-ttl {
    margin-bottom: 51px;
  }
}
.p-introduction__movie-ttl .p-in_caption {
  font-weight: 600;
  margin-top: 12px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-introduction__movie-ttl .p-in_caption {
    margin-top: 7px;
  }
}
.p-introduction__movie-video {
  position: relative;
  width: 87.5%;
  margin: 0 auto;
  padding-top: 48.8%;
  border: 3px solid #000;
  border-radius: 37px;
  overflow: hidden;
  z-index: 1;
  transform: translateY(35px);
  opacity: 0;
}
.is-active .p-introduction__movie-video {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (max-width: 767px) {
  .p-introduction__movie-video {
    width: 94.5%;
    border: 2px solid #000;
    border-radius: 24px;
    padding-top: 51.8%;
  }
}
.p-introduction__movie-video-frame {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-introduction__movie-video-frame .p-in_player {
  width: 100%;
  height: 100%;
}
.p-introduction__movie-video-frame .p-in_player.is-active #youtubePlayer_ui {
  opacity: 0;
  pointer-events: none;
}
.p-introduction__movie-video-frame #youtubePlayer_ui {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-introduction__movie-video-frame #youtubePlayer_ui .display_time, .p-introduction__movie-video-frame #youtubePlayer_ui .display_time_now, .p-introduction__movie-video-frame #youtubePlayer_ui .display_time_total, .p-introduction__movie-video-frame #youtubePlayer_ui .display_time_par, .p-introduction__movie-video-frame #youtubePlayer_ui .btn_stop, .p-introduction__movie-video-frame #youtubePlayer_ui .btn_mute, .p-introduction__movie-video-frame #youtubePlayer_ui .btn_full, .p-introduction__movie-video-frame #youtubePlayer_ui .seekbar_time, .p-introduction__movie-video-frame #youtubePlayer_ui .btn_volon, .p-introduction__movie-video-frame #youtubePlayer_ui .btn_voloff {
  display: none;
}
.p-introduction__movie-video-frame #youtubePlayer_ui .btn_play {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0;
}
.p-introduction__movie-video-frame #youtubePlayer_ui .btn_play::before {
  content: "";
  position: absolute;
  padding-top: 100px;
  width: 100px;
  bottom: 4%;
  right: 3%;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
  background: url(../img/icon_play.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-introduction__movie-video-frame #youtubePlayer_ui .btn_play::before {
    width: 49px;
    padding-top: 49px;
    bottom: 7%;
    right: 4%;
  }
}
.p-introduction__movie-video-frame #youtubePlayer_ui .display_poster {
  transition: filter 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .p-introduction__movie-video-frame #youtubePlayer_ui:hover .btn_play::before {
    transform: scale(1.1);
  }
  .p-introduction__movie-video-frame #youtubePlayer_ui:hover .display_poster {
    filter: blur(2px);
  }
}
.p-introduction__deco {
  display: none;
}
.p-introduction__deco-list-item {
  position: absolute;
}
.p-introduction__detail {
  margin-top: 11%;
  display: flex;
  justify-content: right;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-introduction__detail {
    display: block;
    margin-top: 88px;
  }
}
.p-introduction__detail-img {
  flex-shrink: 0;
  width: 41%;
}
@media screen and (min-width: 768px) {
  .p-introduction__detail-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .p-introduction__detail-img {
    width: 73%;
    margin: 0 auto 48px;
    position: relative;
  }
}
.p-introduction__detail-img-chara {
  animation: chara-yura2 3s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-introduction__detail-img-chara {
    position: relative;
  }
}
.p-introduction__detail-text {
  width: 50%;
  max-width: 605px;
  margin-top: -0.5%;
}
@media screen and (max-width: 767px) {
  .p-introduction__detail-text {
    width: 95%;
    margin: 0 auto;
  }
}
.p-introduction__detail.is-active .p-introduction__detail-ttl {
  animation: shake 0.8s linear;
}
.p-introduction__detail.is-active .p-introduction__detail-movie-ttl img {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.6s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
.p-introduction__detail-ttl {
  font-size: 52px;
  color: #df0615;
  margin-bottom: 38px;
  text-align: left;
  letter-spacing: 2px;
  transform-origin: center;
  opacity: 1;
  transform: translateY(0);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-introduction__detail-ttl {
    font-size: 26px;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 21px;
  }
}
.p-introduction__detail-lead {
  text-align: left;
  font-weight: 600;
  margin-bottom: 16.5%;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-introduction__detail-lead {
    font-size: 13px;
    margin-bottom: 66px;
  }
}
.p-introduction__detail-movie {
  position: relative;
}
.p-introduction__detail-movie-ttl {
  position: absolute;
  top: 0;
  transform: translate(-14%, -37%);
  right: 0;
  width: 23%;
  z-index: 1;
}
.p-introduction__detail-movie-ttl img {
  transform: translateY(35px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-introduction__detail-movie-ttl {
    width: 26%;
    transform: translate(-14%, -51%);
  }
}
.p-introduction__detail-movie-video {
  position: relative;
  z-index: 1;
  width: 86.8%;
  padding-top: 48%;
  border: 3px solid #000;
  border-radius: 38px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-introduction__detail-movie-video {
    margin: 0 auto;
    width: 76.8%;
    border: 2px solid #000;
    border-radius: 20px;
    padding-top: 42%;
  }
}
.p-introduction__detail-movie-video-frame {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-introduction__detail-movie-video-frame .p-in_player {
  width: 100%;
  height: 100%;
}
.p-introduction__detail-movie-video-frame .p-in_player.is-active #youtubePlayer2_ui {
  opacity: 0;
  pointer-events: none;
}
.p-introduction__detail-movie-video-frame .p-in_player #youtubePlayer2_ui {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-introduction__detail-movie-video-frame .p-in_player #youtubePlayer2_ui .display_time, .p-introduction__detail-movie-video-frame .p-in_player #youtubePlayer2_ui .display_time_now, .p-introduction__detail-movie-video-frame .p-in_player #youtubePlayer2_ui .display_time_total, .p-introduction__detail-movie-video-frame .p-in_player #youtubePlayer2_ui .display_time_par, .p-introduction__detail-movie-video-frame .p-in_player #youtubePlayer2_ui .btn_stop, .p-introduction__detail-movie-video-frame .p-in_player #youtubePlayer2_ui .btn_mute, .p-introduction__detail-movie-video-frame .p-in_player #youtubePlayer2_ui .btn_full, .p-introduction__detail-movie-video-frame .p-in_player #youtubePlayer2_ui .seekbar_time, .p-introduction__detail-movie-video-frame .p-in_player #youtubePlayer2_ui .btn_volon, .p-introduction__detail-movie-video-frame .p-in_player #youtubePlayer2_ui .btn_voloff {
  display: none;
}
.p-introduction__detail-movie-video-frame .p-in_player #youtubePlayer2_ui .btn_play {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0;
}
.p-introduction__detail-movie-video-frame .p-in_player #youtubePlayer2_ui .btn_play::before {
  content: "";
  width: 67px;
  padding-top: 67px;
  position: absolute;
  bottom: 7%;
  right: 3%;
  background: url(../img/icon_play.svg) no-repeat center center;
  background-size: contain;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 767px) {
  .p-introduction__detail-movie-video-frame .p-in_player #youtubePlayer2_ui .btn_play::before {
    width: 33px;
    bottom: 6%;
    right: 4%;
    padding-top: 33px;
  }
}
.p-introduction__detail-movie-video-frame .p-in_player #youtubePlayer2_ui .display_poster {
  transition: filter 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .p-introduction__detail-movie-video-frame .p-in_player #youtubePlayer2_ui:hover .btn_play::before {
    transform: scale(1.1);
  }
  .p-introduction__detail-movie-video-frame .p-in_player #youtubePlayer2_ui:hover .display_poster {
    filter: blur(2px);
  }
}
@media screen and (min-width: 768px) {
  .p-introduction__detail-movie-video-frame:hover .p-introduction__detail-movie-video-play {
    transform: scale(1.1);
  }
  .p-introduction__detail-movie-video-frame:hover .p-introduction__detail-movie-video-thumb {
    transform: scale(1.1);
    filter: blur(1px);
  }
}

.p-topics {
  padding: 8.8% 0 11.8%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topics {
    padding: 13.9% 0 16.8%;
  }
}
.p-topics::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/bg_red.jpg) repeat top center;
  background-size: 580px;
}
@media screen and (max-width: 767px) {
  .p-topics::before {
    background-size: 309px;
  }
}
.p-topics__ttl {
  color: #fff;
  letter-spacing: 4px;
  margin-bottom: 8.7%;
}
.is-active .p-topics__ttl {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-topics__ttl .p-in_caption {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .p-topics__ttl .p-in_caption {
    margin-top: 7px;
    margin-bottom: 50px;
  }
}
.p-topics__article {
  width: 87.5%;
  margin: 0 auto;
  transform: translateY(35px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-topics__article {
    width: 99.5%;
  }
}
.is-active .p-topics__article {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.p-topics__article-item {
  background-color: #fff;
  position: relative;
  padding: 6.8% 6.9% 7.5%;
  border: 2px solid #000;
  border-radius: 37px;
  margin-bottom: 8.8%;
}
.p-topics__article-item:last-of-type {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-topics__article-item {
    padding: 10% 6% 12%;
    border-radius: 19px;
    margin-bottom: 50px;
  }
}
.p-topics__article-item::after {
  content: "";
  width: 12%;
  padding-top: 8%;
  position: absolute;
  top: 0;
  transform: translateY(-73%);
  right: 4%;
  background: url(../img/img_topics-chara-1.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-topics__article-item::after {
    width: 19%;
    padding-top: 13%;
    right: 6%;
  }
}
.p-topics__article-item:nth-of-type(2n)::after {
  right: auto;
  left: 3%;
  transform: translateY(-62%);
  width: 14.5%;
  padding-top: 12%;
  background: url(../img/img_topics-chara-2.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-topics__article-item:nth-of-type(2n)::after {
    width: 23%;
    padding-top: 19%;
    left: 5%;
    transform: translateY(-58%);
  }
}
.p-topics__article-slide {
  display: flex;
  justify-content: right;
  width: 95%;
  margin: 0 auto 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topics__article-slide {
    display: block;
    margin: 0 auto 12px;
  }
}
.p-topics__article-slider {
  position: relative;
  width: 87.2%;
}
@media screen and (max-width: 767px) {
  .p-topics__article-slider {
    width: 100%;
    margin-bottom: 11.5%;
  }
}
.p-topics__article-slider .swiper {
  width: 100%;
  height: 100%;
}
.p-topics__article-slider .swiper-slide {
  position: relative;
  cursor: pointer;
  border: 2px solid #D3D3D3;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topics__article-slider .swiper-slide {
    border: 1px solid #D3D3D3;
  }
}
.p-topics__article-slider .swiper-slide-img {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 65.5%;
}
@media screen and (max-width: 767px) {
  .p-topics__article-slider .swiper-slide-img {
    padding-top: 76.5%;
  }
}
.p-topics__article-slider .swiper-slide-img .p-in_thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-topics__article-slider .swiper-pagination {
  position: absolute;
  top: 0;
  left: -14.5%;
  width: 8.8%;
}
@media screen and (max-width: 767px) {
  .p-topics__article-slider .swiper-pagination {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5%;
    left: 0;
  }
}
.p-topics__article-slider .swiper-pagination-bullet {
  display: block;
  height: auto;
  width: 100%;
  padding-top: 70%;
  margin: 0 auto 17% !important;
  border-radius: 0;
  border: 1px solid #D3D3D3;
  opacity: 1;
  position: relative;
  border-radius: 2px;
}
.p-topics__article-slider .swiper-pagination-bullet::after {
  content: "";
  width: 20%;
  padding-top: 20%;
  position: absolute;
  top: 50%;
  background-color: #df0615;
  -webkit-clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-topics__article-slider .swiper-pagination-bullet::after {
    right: -49%;
  }
}
@media screen and (max-width: 767px) {
  .p-topics__article-slider .swiper-pagination-bullet::after {
    transform: translateX(-50%) rotate(0);
    left: 50%;
    top: -37%;
    width: 18%;
    padding-top: 18%;
  }
}
@media screen and (max-width: 767px) {
  .p-topics__article-slider .swiper-pagination-bullet {
    width: 18.5%;
    padding-top: 14%;
    margin: 0 1.5% 2.5% 0 !important;
  }
  .p-topics__article-slider .swiper-pagination-bullet:nth-of-type(5n) {
    padding: 1%;
  }
}
.p-topics__article-slider .swiper-pagination .p-in_thumb {
  position: relative;
}
.p-topics__article-slider .swiper-pagination .p-in_thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .p-topics__article-slider .swiper-pagination .p-in_thumb:hover::before {
    opacity: 0.2;
  }
}
.p-topics__article-slider .swiper-pagination-bullet-active {
  box-shadow: 0 0 0 5px #df0615;
  border: none;
}
.p-topics__article-slider .swiper-pagination-bullet-active::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-topics__article-slider .swiper-pagination-bullet-active {
    box-shadow: 0 0 0 2px #df0615;
  }
}
.p-topics__article-ttl {
  margin: 0 0 37px 0;
  font-size: 30px;
  line-height: 1.7;
  color: #df0615;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 767px) {
  .p-topics__article-ttl {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 0 0 17px 0;
  }
}
.p-topics__article-lead {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-topics__article-lead {
    font-size: 12px;
  }
}
.p-topics__article-lead .p-in_text {
  margin-bottom: 34px;
  line-height: 2.1;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-topics__article-lead .p-in_text {
    margin-bottom: 20px;
  }
}
.p-topics__article-lead .p-in_text:last-of-type {
  margin: 0;
}
.p-topics__article-lead .p-in_text a {
  color: #df0615;
  transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .p-topics__article-lead .p-in_text a:hover {
    color: #000;
  }
}
.p-topics__article-btn {
  width: 70%;
  max-width: 456px;
  margin: 7.3% auto 0;
}
@media screen and (max-width: 767px) {
  .p-topics__article-btn {
    width: 95%;
    margin: 33px auto 0;
  }
}

.p-pagetop {
  position: fixed;
  bottom: 110px;
  right: 20px;
  width: 123px;
  z-index: 1;
  transform: translate(124%, 56%);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
body.is-op .p-pagetop {
  opacity: 0;
  pointer-events: none;
}
body.is-loaded .p-pagetop {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .p-pagetop {
    width: 17%;
    bottom: 50px;
    right: 9px;
  }
}
body.is-show .p-pagetop {
  transform: translate(0, 0);
}
.p-pagetop a img {
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .p-pagetop a:hover img {
    transform: rotate(-15deg);
  }
}

.seekbar_time, .seekbar_vol {
  display: none;
}