@font-face {
    font-family: "Panchang";
    src: url("../fonts/Panchang-Variable.woff2") format("woff2");
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
}
.f-en {
    font-family: "Panchang", sans-serif;
    letter-spacing: 0.04em;
}
.flexbox {
    display: flex;
    flex-wrap: wrap;
}
.nowrap {
    white-space: nowrap;
}
.palt {
    letter-spacing: -0.4em;
}
main {
    position: relative;
    z-index: 1;
    font-size: min(17px, 17/1118 * 100vw);
    font-family: "Zen Kaku Gothic New", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    line-height: 1.78;
    background-color: #e4e4e4;
    font-weight: 700;
}
main * {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}
main img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
main a {
    transition: 0.3s;
}
.c-modal-menu,
.c-modal-search,
.c-side-navi,
.l-footer,
.p-footer-container {
    background: #fff;
}
.p-header-container:before {
    content: "";
    width: 100%;
    height: 6.944vw;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    max-height: 100px;
}
.p-header-container__navi {
    transform: translateY(-0.25vw);
}
.l-footer {
    position: relative;
    z-index: 1;
}
.fancybox-slide {
    padding: 96px;
}
.fancybox-bg {
    background: #000 !important;
    opacity: 0.5 !important;
}
.fancybox-slide--video .fancybox-content {
    aspect-ratio: 16/9;
    max-width: 1000px;
    height: auto !important;
}
.fancybox-button.fancybox-close-small {
    width: min(80px, 80/1118 * 100vw);
    height: min(80px, 80/1118 * 100vw);
    padding: min(24px, 24/1118 * 100vw);
    border: 2px solid #fff;
    border-radius: 50%;
    transition: 0.3s;
    right: calc(min(76px, 76/1118 * 100vw) * -1) !important;
    top: calc(min(76px, 76/1118 * 100vw) * -1);
    display: block !important;
}
.fancybox-button.fancybox-close-small:hover {
    transform: scale(1.1);
    border-color: #3bd7ff;
}
.fancybox-button.fancybox-close-small:hover svg path {
    fill: #3bd7ff !important;
}
.fancybox-button.fancybox-close-small svg {
    box-sizing: unset;
    transition: 0.3s;
    width: auto !important;
    height: auto !important;
}
.fancybox-button.fancybox-close-small svg path {
    fill: #fff !important;
    transition: 0.3s;
}
.fancybox-slide.color1 .fancybox-button.fancybox-close-small:hover {
    border-color: #ffdcea;
}
.fancybox-slide.color1 .fancybox-button.fancybox-close-small:hover svg path {
    fill: #ffdcea !important;
}
.fancybox-slide.color2 .fancybox-button.fancybox-close-small:hover {
    border-color: #ffffab;
}
.fancybox-slide.color2 .fancybox-button.fancybox-close-small:hover svg path {
    fill: #ffffab !important;
}
.fancybox-slide.color3 .fancybox-button.fancybox-close-small:hover {
    border-color: #6ff700;
}
.fancybox-slide.color3 .fancybox-button.fancybox-close-small:hover svg path {
    fill: #6ff700 !important;
}
.mainSlides {
    position: fixed;
    top: 0;
    left: 6.944vw;
    width: calc(100% - 6.944vw);
    z-index: -1;
}
.mainSlides img {
    width: 100%;
    height: 100dvh;
    object-fit: cover;
}
.mainSlides::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
@media screen and (min-width: 1440px) {
    .mainSlides {
        left: 100px;
        width: calc(100% - 100px);
    }
}
.intro {
    color: #fff;
    padding: min(231px, 231/1118 * 100vw) min(79px, 79/1118 * 100vw)
        min(266px, 266/1118 * 100vw) min(99px, 99/1118 * 100vw);
}
.intro .introInner {
    max-width: 862px;
    margin: auto;
    align-items: flex-end;
    justify-content: space-between;
}
.intro .lead--normalText {
    margin-bottom: min(43px, 43/1118 * 100vw);
}
.intro .lead--normalText p {
    line-height: 2.47;
    letter-spacing: 0.02em;
}
.intro .lead--normalText p + p {
    margin-top: min(42px, 42/1118 * 100vw);
}
.intro .lead--LargeText {
    font-size: min(38px, 38/1118 * 100vw);
    line-height: 1.7;
    letter-spacing: -0.03em;
    padding-bottom: min(128px, 128/1118 * 100vw);
    margin-left: min(-6px, -6/1118 * 100vw);
}
.intro .lead--LargeText .line {
    position: relative;
}
.intro .lead--LargeText .line::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0.15em;
    width: 0;
    height: 3px;
    background: #fff;
}
.intro .lead.animation--show .lead--normalText2 .smokeLine:nth-of-type(1) {
    animation-delay: 1.08s;
}
.intro .lead.animation--show .lead--normalText2 .smokeLine:nth-of-type(2) {
    animation-delay: 1.18s;
}
.intro .lead.animation--show .lead--normalText2 .smokeLine:nth-of-type(3) {
    animation-delay: 1.28s;
}
.intro .lead.animation--show .lead--normalText2 .smokeLine:nth-of-type(4) {
    animation-delay: 1.38s;
}
.intro .lead.animation--show .lead--normalText2 .smokeLine:nth-of-type(5) {
    animation-delay: 1.48s;
}
.intro .lead.animation--show .lead--normalText2 .smokeLine:nth-of-type(6) {
    animation-delay: 1.58s;
}
.intro .lead.animation--show .lead--normalText2 .smokeLine:nth-of-type(7) {
    animation-delay: 1.68s;
}
.intro .lead.animation--show .lead--normalText2 .smokeLine:nth-of-type(8) {
    animation-delay: 1.78s;
}
.intro .lead.animation--show .lead--LargeText .smokeLine {
    animation-delay: 1.6s;
}
.intro .lead.animation--show .lead--LargeText .line::before {
    animation: leadLine 0.4s ease-out forwards;
    animation-delay: 2.2s;
}
.intro .logo {
    width: min(381px, 381/1118 * 100vw);
    overflow: hidden;
}
.intro .logo img {
    width: 100%;
    height: auto;
    transform: translateY(100%);
}
.intro .introInner.animation--show .logo img {
    animation: logo 0.6s 2.6s ease-out forwards;
}
@keyframes leadLine {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes logo {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}
.msgSlides {
    overflow: hidden;
    font-size: min(53px, 53/1118 * 100vw);
    line-height: 0.95;
    letter-spacing: 0;
    background: #000;
    color: #fff;
}
.msgSlides__track {
    display: flex;
    width: max-content;
    list-style: none;
    animation: msgMarquee 40s linear infinite;
}
.msgSlides__track li {
    flex-shrink: 0;
    white-space: nowrap;
}
.msgSlides--bgBlue {
    background: #32e4ff;
    color: #000;
}
.msgSlides--reverse .msgSlides__track {
    animation-direction: reverse;
}
@keyframes msgMarquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
@media (prefers-reduced-motion: reduce) {
    .msgSlides__track {
        animation: none;
    }
}
.brandMovie {
    background: #000;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: min(52px, 52/1118 * 100vw) min(153px, 153/1118 * 100vw)
        min(69px, 69/1118 * 100vw);
    position: relative;
}
.brandMovie:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #3bd7ff;
    z-index: 1;
}
.brandMovie p {
    font-size: min(20px, 20/1118 * 100vw);
    margin-bottom: min(28px, 28/1118 * 100vw);
    line-height: 1.2;
}
.brandMovie .movieBox {
    max-width: 735px;
    margin: auto;
}
.brandMovie .movieBox a:hover .movieBox__playIcon svg circle {
    stroke: #3bd7ff;
}
.brandMovie .movieBox a:hover .movieBox__playIcon svg path {
    fill: #3bd7ff;
}
.brandMovie .movieBox__playIcon svg {
    width: min(130px, 130/1118 * 100vw);
    height: min(130px, 130/1118 * 100vw);
}
.animation--show .brandMovie:before {
    animation: brandMovieBg 0.4s ease-out forwards;
    animation-delay: 0.4s;
}
@keyframes brandMovieBg {
    from {
        width: 100%;
    }
    to {
        width: 0;
    }
}
.movieBox {
    overflow: hidden;
}
.movieBox a {
    display: block;
    position: relative;
}
.movieBox a:hover .movieBox__playIcon svg {
    transform: translate(-50%, -50%) scale(1.1);
}
.movieBox a:hover .movieBox__playIcon svg circle,
.movieBox a:hover .movieBox__playIcon svg path {
    transition: 0.3s;
}
.movieBox__playIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 102%;
    height: 102%;
    background: rgba(0, 0, 0, 0.6);
    transform: translate(-50%, -50%);
}
.movieBox__playIcon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(159px, 159/1118 * 100vw);
    height: min(159px, 159/1118 * 100vw);
    transition: 0.3s;
}
.message {
    background: #e4e4e4;
    padding: min(70px, 70/1118 * 100vw) min(153px, 153/1118 * 100vw)
        min(78px, 78/1118 * 100vw);
}
.message .messageInner {
    max-width: 735px;
    margin: auto;
}
.message .message__title {
    line-height: 1.45;
    font-size: min(38px, 38/1118 * 100vw);
    margin-bottom: min(12px, 12/1118 * 100vw);
}
.message .message__text {
    margin-bottom: min(24px, 24/1118 * 100vw);
    line-height: 1.7;
}
.message .message__en {
    font-size: min(18px, 18/1118 * 100vw);
    line-height: 1.22;
    font-weight: 600;
}
.people .comingsoon {
    position: relative;
}
.people .comingsoon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}
.people .comingsoon::after {
    content: "COMING SOON";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #6ff700;
    font-size: min(27px, 27/1118 * 100vw);
    z-index: 2;
    font-family: "Panchang", sans-serif;
    font-weight: 500;
    letter-spacing: 0.06em;
}
.people .peopleMovie {
    width: min(598px, 598/1118 * 100vw);
}
.people .peopleInfo {
    width: calc(100% - min(598px, 598/1118 * 100vw));
    display: flex;
}
.people .peopleInfo a {
    padding: min(28px, 28/1118 * 100vw) min(23px, 23/1118 * 100vw);
    position: relative;
    flex: 1;
    width: 100%;
    height: 100%;
}
.people .peopleInfo__notLinks a {
    pointer-events: none;
    cursor: default;
}
.people .peopleInfo .peopleInfo__en {
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: min(12px, 12/1118 * 100vw);
}
.people .peopleInfo .peopleInfo__en .peopleName {
    font-size: min(38px, 38/1118 * 100vw);
    margin-bottom: min(6px, 6/1118 * 100vw);
}
.people .peopleInfo .peopleInfo__en .peopleJob {
    color: #000;
    font-size: min(33px, 33/1118 * 100vw);
}
.people .peopleInfo .peopleInfo__ja {
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 1.2;
}
.people .peopleInfo .peopleInfo__ja .peopleName {
    font-size: min(24px, 24/1118 * 100vw);
    margin-bottom: min(10px, 10/1118 * 100vw);
}
.people .peopleInfo .peopleInfo__ja .peopleJob {
    font-size: min(20px, 20/1118 * 100vw);
}
.people .peopleInfo .peopleInfo__button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: min(264px, 212/1118 * 100vw);
    height: min(264px, 212/1118 * 100vw);
    background: #000;
    color: #fff;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    text-decoration: none;
    transition: 0.3s;
}
.people .peopleInfo .peopleInfo__linkText {
    position: absolute;
    top: calc(50% + 8.9497474683px);
    left: calc(50% + 8.9497474683px);
    transform: translate(-50%, 0) rotate(-45deg);
    transform-origin: top center;
    text-align: center;
    text-decoration: none;
    line-height: 1.1;
    white-space: nowrap;
}
.people .peopleInfo .peopleInfo__linkText p {
    transition: 0.5s;
}
.people .peopleInfo .peopleInfo__linkText__title {
    font-size: min(24px, 24/1118 * 100vw);
    font-weight: 600;
}
.people .peopleInfo .peopleInfo__linkText__text {
    font-size: min(14px, 14/1118 * 100vw);
    margin-bottom: min(12px, 12/1118 * 100vw);
}
.people .peopleInfo .peopleInfo__linkText__button {
    width: min(91px, 91/1118 * 100vw);
    line-height: 0;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}
.people .peopleInfo .peopleInfo__linkText__button img {
    transition: 0.3s;
}
.people .peopleInfo .peopleInfo__linkText__button__hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.people .peopleInfo a:hover .peopleInfo__linkText__title,
.people .peopleInfo a:hover .peopleInfo__linkText__text {
    color: #000;
}
.people .peopleInfo a:hover .peopleInfo__linkText__button img {
    opacity: 0;
}
.people .peopleInfo a:hover .peopleInfo__linkText__button__hover {
    opacity: 1 !important;
}
.people li {
    position: relative;
    overflow: hidden;
}
.people li::before {
    content: "";
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #e4e4e4;
    background: linear-gradient(
        90deg,
        #0036a1 0%,
        #0036a1 50%,
        #e4e4e4 50%,
        #e4e4e4 100%
    );
    z-index: 3;
    transition: 0.6s;
}
.people li.animation--show::before {
    animation: peopleCover 1s ease-out forwards;
}
@keyframes peopleCover {
    0% {
        left: -100%;
    }
    30% {
        left: -100%;
    }
    60% {
        left: 0;
    }
    80% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}
@keyframes peopleCoverReverse {
    0% {
        left: 0;
    }
    30% {
        left: 0;
    }
    60% {
        left: -100%;
    }
    80% {
        left: -100%;
    }
    100% {
        left: -200%;
    }
}
.people .people2 .peopleMovie,
.people .people4 .peopleMovie {
    order: 2;
}
.people .people1 .peopleInfo {
    background: #0036a1;
    color: #ffdcea;
}
.people .people1 .peopleInfo__en .peopleName,
.people .people1 .peopleInfo__linkText {
    color: #ffdcea;
}
.people .people1 .peopleInfo__linkText__button {
    background: #ffdcea;
}
.people .people1 a:hover .peopleInfo__button {
    background: #ffdcea;
}
.people .people1 a:hover .peopleInfo__linkText__button {
    color: #ffdcea;
}
.people .people1 .movieBox a:hover .movieBox__playIcon svg circle {
    stroke: #ffdcea;
}
.people .people1 .movieBox a:hover .movieBox__playIcon svg path {
    fill: #ffdcea;
}
.people .people2::before {
    left: 0;
    background: linear-gradient(
        90deg,
        #e4e4e4 0%,
        #e4e4e4 50%,
        #ff542c 50%,
        #ff542c 100%
    );
}
.people .people2.animation--show::before {
    animation: peopleCoverReverse 1s ease-out forwards;
}
.people .people2 .peopleInfo {
    background: #ff542c;
    color: #ffffab;
}
.people .people2 .peopleInfo__en .peopleName,
.people .people2 .peopleInfo__linkText {
    color: #ffffab;
}
.people .people2 .peopleInfo__linkText__button {
    background: #ffffab;
}
.people .people2 a:hover .peopleInfo__button {
    background: #ffffab;
}
.people .people2 a:hover .peopleInfo__linkText__button {
    color: #ffffab;
}
.people .people2 .movieBox a:hover .movieBox__playIcon svg circle {
    stroke: #ffffab;
}
.people .people2 .movieBox a:hover .movieBox__playIcon svg path {
    fill: #ffffab;
}
.people .people3::before {
    background: linear-gradient(
        90deg,
        #00b7fd 0%,
        #00b7fd 50%,
        #e4e4e4 50%,
        #e4e4e4 100%
    );
}
.people .people3 .peopleInfo {
    background: #00b7fd;
    color: #6ff700;
}
.people .people3 .peopleInfo__en .peopleName,
.people .people3 .peopleInfo__linkText {
    color: #6ff700;
}
.people .people3 .peopleInfo__linkText__button {
    background: #6ff700;
}
.people .people3 a:hover .peopleInfo__button {
    background: #6ff700;
}
.people .people3 a:hover .peopleInfo__linkText__button {
    color: #6ff700;
}
.people .people3 .movieBox a:hover .movieBox__playIcon svg circle {
    stroke: #6ff700;
}
.people .people3 .movieBox a:hover .movieBox__playIcon svg path {
    fill: #6ff700;
}
.people .people4::before {
    left: 0;
    background: linear-gradient(
        90deg,
        #e4e4e4 0%,
        #e4e4e4 50%,
        #702400 50%,
        #702400 100%
    );
}
.people .people4.animation--show::before {
    animation: peopleCoverReverse 1s ease-out forwards;
}
.people .people4 .peopleInfo {
    background: #702400;
    color: #3bd7ff;
}
.people .people4 .peopleInfo__en .peopleName,
.people .people4 .peopleInfo__linkText {
    color: #3bd7ff;
}
.people .people4 .peopleInfo__linkText__button {
    background: #3bd7ff;
}
.people .people4 a:hover .peopleInfo__button {
    background: #3bd7ff;
}
.people .people4 a:hover .peopleInfo__linkText__button {
    color: #3bd7ff;
}
.people .people4 .movieBox a:hover .movieBox__playIcon svg circle {
    stroke: #3bd7ff;
}
.people .people4 .movieBox a:hover .movieBox__playIcon svg path {
    fill: #3bd7ff;
}
.posters {
    text-align: center;
    padding: min(51px, 51/1118 * 100vw) min(96px, 96/1118 * 100vw)
        min(73px, 73/1118 * 100vw);
    background: #e4e4e4;
    position: relative;
}
.posters:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
}
.posters__title {
    font-size: min(20px, 20/1118 * 100vw);
    line-height: 1.2;
    margin-bottom: min(31px, 31/1118 * 100vw);
    letter-spacing: 0.06em;
    font-weight: 500;
}
.posters__list {
    gap: min(22px, 22/1118 * 100vw);
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 32px;
}
.posters__list li {
    width: min(196px, 196/1118 * 100vw);
}
.animation--show .posters:before {
    animation: brandMovieBg 0.4s ease-out forwards;
    animation-delay: 0.4s;
}
@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    main {
        font-size: calc(15 / 390 * 100vw);
    }
    .p-header-container:before {
        height: 100%;
        max-height: unset;
    }
    .fancybox-slide {
        padding: 96px 24px 24px;
    }
    .fancybox-button.fancybox-close-small {
        width: calc(64 / 390 * 100vw);
        height: calc(64 / 390 * 100vw);
        max-width: 64px;
        max-height: 64px;
        padding: 16px;
        border-width: 1px;
        right: calc(-12 / 390 * 100vw) !important;
        top: calc(-72 / 390 * 100vw);
    }
}
@media screen and (max-width: 767px) and (min-width: 391px) {
    .fancybox-button.fancybox-close-small {
        top: -72px;
        right: -12px !important;
    }
}
@media screen and (max-width: 767px) {
    .mainSlides {
        left: 0;
        width: 100%;
        top: calc(72.8 / 390 * 100vw);
    }
    .mainSlides img {
        width: 100%;
        height: calc(100dvh - 72.8 / 390 * 100vw);
    }
    .intro {
        padding: calc(80 / 390 * 100vw) calc(48 / 390 * 100vw);
    }
    .intro .lead--normalText {
        margin-bottom: calc(43 / 390 * 100vw);
    }
    .intro .lead--normalText p + p {
        margin-top: calc(42 / 390 * 100vw);
    }
    .intro .lead--LargeText {
        font-size: calc(34 / 390 * 100vw);
        padding-bottom: calc(80 / 390 * 100vw);
        margin-left: calc(-6 / 390 * 100vw);
    }
    .intro .lead--LargeText .line::before {
        height: 2px;
    }
    .intro .logo {
        width: calc(381 / 390 * 100vw);
    }
    .intro .logo.animation--show img {
        animation-delay: 0s;
    }
    .msgSlides {
        font-size: calc(48 / 390 * 100vw);
    }
    .brandMovie {
        padding: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw)
            calc(48 / 390 * 100vw);
    }
    .brandMovie p {
        font-size: calc(18 / 390 * 100vw);
        margin-bottom: calc(28 / 390 * 100vw);
    }
    .brandMovie .movieBox__playIcon svg {
        width: calc(100 / 390 * 100vw);
        height: calc(100 / 390 * 100vw);
        max-width: 100px;
        max-height: 100px;
    }
    .movieBox__playIcon svg {
        width: calc(110 / 390 * 100vw);
        height: calc(110 / 390 * 100vw);
        max-width: 110px;
        max-height: 110px;
    }
    .message {
        padding: calc(48 / 390 * 100vw) calc(20 / 390 * 100vw);
    }
    .message .message__title {
        font-size: calc(34 / 390 * 100vw);
        margin-bottom: calc(24 / 390 * 100vw);
        line-height: 1.2;
    }
    .message .message__text {
        margin-bottom: calc(24 / 390 * 100vw);
    }
    .message .message__en {
        font-size: calc(14 / 390 * 100vw);
    }
    .people .comingsoon::after {
        font-size: calc(21 / 390 * 100vw);
        width: 100%;
        text-align: center;
    }
    .people .peopleMovie {
        width: 100%;
    }
    .people .peopleInfo {
        width: 100%;
    }
    .people .peopleInfo a {
        padding: calc(13 / 390 * 100vw) calc(16 / 390 * 100vw)
            calc(33 / 390 * 100vw);
    }
    .people .peopleInfo .peopleInfo__en {
        margin-bottom: calc(12 / 390 * 100vw);
    }
    .people .peopleInfo .peopleInfo__en .peopleName {
        font-size: calc(25 / 390 * 100vw);
        margin-bottom: calc(6 / 390 * 100vw);
    }
    .people .peopleInfo .peopleInfo__en .peopleJob {
        font-size: calc(22 / 390 * 100vw);
    }
    .people .peopleInfo .peopleInfo__ja .peopleName {
        font-size: calc(16 / 390 * 100vw);
        margin-bottom: calc(8 / 390 * 100vw);
    }
    .people .peopleInfo .peopleInfo__ja .peopleJob {
        font-size: calc(13 / 390 * 100vw);
    }
    .people .peopleInfo .peopleInfo__button {
        width: calc(172 / 390 * 100vw);
        height: calc(172 / 390 * 100vw);
    }
    .people .peopleInfo .peopleInfo__linkText__title {
        font-size: calc(19 / 390 * 100vw);
    }
    .people .peopleInfo .peopleInfo__linkText__text {
        font-size: calc(12 / 390 * 100vw);
        margin-bottom: calc(12 / 390 * 100vw);
    }
    .people .peopleInfo .peopleInfo__linkText__button {
        width: calc(73 / 390 * 100vw);
    }
    .people .peopleMovie {
        order: 2;
    }
    .posters {
        padding: calc(40 / 390 * 100vw) calc(20 / 390 * 100vw)
            calc(48 / 390 * 100vw);
    }
    .posters__title {
        font-size: calc(20 / 390 * 100vw);
        margin-bottom: calc(28 / 390 * 100vw);
    }
    .posters__list {
        gap: calc(10 / 390 * 100vw);
        flex-wrap: wrap;
    }
    .posters__list li {
        width: calc(50% - 11 / 390 * 100vw);
    }
}
.animation--smoke .smokeLine {
    display: inline-block;
    opacity: 0;
    filter: blur(40px);
    transform: translate(-1em, 0.12em) scale(1.02) skew(-30deg);
    text-shadow: 0 0 40px #f5f5f5;
    will-change: transform, opacity, filter;
}
.animation--smoke.animation--show .smokeLine {
    animation: smokeIn 0.8s ease-out forwards;
}
.animation--smoke.animation--show .smokeLine:nth-of-type(1) {
    animation-delay: 0.08s;
}
.animation--smoke.animation--show .smokeLine:nth-of-type(2) {
    animation-delay: 0.18s;
}
.animation--smoke.animation--show .smokeLine:nth-of-type(3) {
    animation-delay: 0.28s;
}
.animation--smoke.animation--show .smokeLine:nth-of-type(4) {
    animation-delay: 0.38s;
}
.animation--smoke.animation--show .smokeLine:nth-of-type(5) {
    animation-delay: 0.48s;
}
.animation--smoke.animation--show .smokeLine:nth-of-type(6) {
    animation-delay: 0.58s;
}
.animation--smoke.animation--show .smokeLine:nth-of-type(7) {
    animation-delay: 0.68s;
}
.animation--smoke.animation--show .smokeLine:nth-of-type(8) {
    animation-delay: 0.78s;
}
@keyframes smokeIn {
    0% {
        opacity: 0;
        filter: blur(40px);
        transform: translate(-1em, 0.12em) scale(1.02) skew(-30deg);
        text-shadow: 0 0 40px #f5f5f5;
    }
    55% {
        opacity: 1;
        filter: blur(4px);
        text-shadow: 0 0 16px rgba(245, 245, 245, 0.85);
    }
    100% {
        opacity: 1;
        filter: blur(0);
        transform: translate(0, 0) scale(1) skew(0);
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
}
.animation--fadeIn {
    opacity: 0;
}
.animation--fadeIn.animation--show {
    animation: fadeIn 0.6s ease-in-out forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.animation--fadeInUp {
    opacity: 0;
    transform: translateY(20px);
}
.animation--fadeInUp.animation--show {
    animation: fadeInUp 0.6s ease-in-out forwards;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.animation--fadeInLeft {
    opacity: 0;
    transform: translateX(-20px);
}
.animation--fadeInLeft.animation--show {
    animation: fadeInLeft 0.6s ease-in-out forwards;
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.animation--fadeInRight {
    opacity: 0;
    transform: translateX(20px);
}
.animation--fadeInRight.animation--show {
    animation: fadeInRight 0.6s ease-in-out forwards;
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.animation--popup {
    opacity: 0;
    transform: scale(0.2);
}
.animation--popup.animation--show {
    animation: popup 0.6s cubic-bezier(0.17, 0.89, 0.32, 1.49) forwards;
}
@keyframes popup {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    75% {
        transform: scale(0.96);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
