@charset "UTF-8";

.p-loading{position:fixed;top:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;background-color:#fff}.is-loaded .p-loading{pointer-events:none}.p-loading__inner{position:relative}.p-loading__ball{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.p-loading__ball-inner{position:absolute;top:-3rem;left:-3rem;width:6rem;height:6rem;background-color:#ffaacf;border-radius:100%;opacity:0;-webkit-animation:ball-scale 1s 0s linear infinite;animation:ball-scale 1s 0s linear infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ball-scale{0%{transform:scale(0);opacity:0}5%{opacity:1}to{transform:scale(1);opacity:0}}@keyframes ball-scale{0%{transform:scale(0);opacity:0}5%{opacity:1}to{transform:scale(1);opacity:0}}.p-mv{position:relative;overflow:hidden;border-bottom:1px solid #e8e8e8}.p-mv__bg{position:relative;display:flex;align-items:center}.p-mv__bg img{width:100%;height:100%}.p-mv__cast{padding:50px;text-align:center}@media screen and (max-width: 46.875em){.p-mv__cast{padding:50px 0}}.p-mv__aff-logo{margin:auto;margin-top:20px}@media screen and (max-width: 46.875em){.p-mv__aff-logo{margin-top:2.6666666667vw}.p-mv__aff-logo img{width:17.3333333333vw;height:8.8vw}}.p-cast{position:relative;padding:120px 0 0}@media screen and (max-width: 46.875em){.p-cast{padding:60px 0 0}.p-cast .c-title-lv1 img{width:157px;height:42px}}.p-directed{position:relative;padding:120px 0}@media screen and (max-width: 46.875em){.p-directed{padding:60px 0}.p-directed .c-title-lv1 img{width:98px;height:44px}}.p-directed__body{position:relative}.p-intro{position:relative}@media screen and (max-width: 46.875em){.p-intro .c-title-lv1 img{width:245px;height:56px}}.p-intro__inner{position:relative;padding:120px 0}@media screen and (max-width: 46.875em){.p-intro__inner{padding:60px 0}}.p-intro__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;width:100%;height:100%}.p-intro__bg img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;font-family:"object-fit: cover; object-position: center center"}.p-intro__img img{width:100%}.p-comment{position:relative;padding:120px 0 0}@media screen and (max-width: 46.875em){.p-comment{padding:60px 0 0}.p-comment .c-title-lv1 img{width:162px;height:50px}}[data-effect=blur-out]{opacity:0;transition:opacity 1.5s ease-in-out}.js-effect.is-active [data-effect=blur-out]{opacity:1}