@charset "UTF-8";

.pff-hero-section--award, .pff-hero-section--independent {
    padding: 8rem 0 3rem;
    min-height: 650px;
}

.inner-wide {
    max-width: 1100px;
}

.pff-hero-section--independent .pg-title-vertical-wrap {
    width: 20%;
}

@media screen and (max-width: 767px) {
    .pff-hero-section--award, .pff-hero-section--independent {
        padding: 15rem 0 11.68rem;
    }

    .pff-hero-section--independent .pg-title-vertical-wrap {
        width: 27%;
    }
}


.pff-m-content-wrap {
    padding-top: 502px;
}


@media screen and (min-width: 768px) and (max-width: 880px){
    .pff-m-content-wrap {
        padding-top: 567px;
    }
}

@media screen and (max-width: 767px) {
    .pff-m-content-wrap {
        padding-top: 38.6rem;
    }
}


.award-btn {
    margin: 0 auto 4rem;
    max-width: 300px;
    width: 100%;
}

@media(hover:hover){
    .award-btn a:hover {
        opacity: .75;
    }
}

@media screen and (max-width: 767px) {
    .award-btn {
        margin-bottom: 3.5rem;
        max-width: 270px;
    }
}


.button-grid-wrap {
    display: flex;
    justify-content: center;
}

.button-grid--wide {
    
    gap: .5rem;
    justify-content: center;
    max-width: 890px;
}

@media screen and (min-width: 1401px) {
    .button-grid--wide {
        justify-content: flex-start;
    }
}

.button-grid--wide .button-grid-item {
    max-width: 290px;
    width: 100%;
}

.button-grid--wide .number-icn {
    left: 0;
}

.button-grid--wide .c-button {
    margin-left: 25px;
    min-width: 263px;
    min-height: 60px;
    height: 100%;
    font-size: .75rem;
}

.number-icn .number {
    letter-spacing: inherit;
    font-style: italic;
}

.button-grid .c-button .c-button__txt {
    text-align: left;
}


@media screen and (max-width: 767px) {

    .button-grid--wide {
        justify-content: center;
        max-width: 285px;
    }

    .button-grid--wide .button-grid-item {
        max-width: 285px;
        left: 0;
    }

    .button-grid--wide .number-icn {
        width: 50px;
        height: 50px;
    }

    .button-grid--wide .c-button {
        min-width: 257px;
        min-height: 60px;
    }

}

.pff-award-section {
    padding-bottom: 7rem;
}


.award-box-wrap {
    position: relative;
}


.award-char-01 {
    position: absolute;
    right: 2rem;
    top: -9rem;
    width: 360px;
}

.award-box {
    border: 1px solid var(--color-primary);
    border-radius: 45px;
    background-color: var(--color-beige);
}

.award-box+.award-box {
    margin-top: 1.5rem;
}

.award-box-head {
    display: flex;
    padding: .75rem 4rem;
    background: var(--color-primary);
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    color: var(--color-beige);
    font-weight: 800;
    align-items: center;
}

.award-box-head .award-type {
    width: 80px;
    text-align: left;
    font-size: 4rem;
    line-height: .8;
}


.award-box-head--w .award-type {
    width: 43%;
    font-size: 1.5rem;
    line-height: 1.2;
}

.award-box-head .award-date {
    padding-left: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: calc(100% - 80px);
    min-height: 51px;
    border-left: 1px dashed var(--color-beige);
    font-size: 1rem;
    line-height: 1.4;
    justify-content: center;
    column-gap: 1rem;
}

.award-box-head--w .award-date {
    padding-left: 1.5rem;
    width: calc(57%);
}


.award-box-head .award-date .num {
    position: relative;
    top: -2px;
    margin-right: 1px;
    font-size: 1.1rem;
}

.award-box-body {
    padding: .625rem 4.125rem;
}

.mov-info {
    margin-bottom: 3.125rem;
}

.mov-info+.mov-info:before {
    content: "";
    display: block;
    margin: 0 auto;
    max-width: 500px;
    border-top: 3px dotted var(--color-primary);
}


.award-gallery-text {
    padding-top: 3.125rem;
    gap: 4rem;
}


.award-gallery-text .award-gallery {
    max-width: 48.75%;
    width: 100%;
}

.award-gallery-text .swiper-thumb-nav {
    margin-top: .3rem;
}

.swiper-thumb-nav .swiper-button-next:after {
    font-size: 1rem;
}

.award-gallery-text .swiper-slide img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.award-gallery-text .award-gallery-text__content {
    width: calc(51.25% - 4rem);
}


.award-gallery-text .mov-copy+.ds-text {
    margin-top: .4rem;
}

.award-gallery-text .ds-text+.mov-social-link {
    margin-top: .5rem;
}

.award-gallery-text .ds-text+.ds-text--sp-size-s {
    margin-top: .5rem;
}


.cast-btn .c-button-outline {
    margin-top: 1.25rem;
    min-width: 100%;
    min-height: 72px;
    font-size: 1rem;
    border-radius: 10px;
}

.cast-btn .c-button-outline span {
    margin-left: .5rem;
    font-size: .7rem;
}

@media screen and (min-width: 768px) and (max-width: 880px) {
    .award-box .award-gallery {
        max-width: 100%;
    }

    .award-gallery-text .award-gallery-text__content {
        width: 100%;
    }

    .award-box-head .award-date {
        flex-wrap: wrap;
    }

    .award-box-head--w {
        flex-wrap: wrap;
    }

     .award-box-head--w .award-type {
        width: 100%;
     }

    .award-box-head--w .award-date {
        margin-top: .2rem;
        padding-left: 0;
        width: 100%;
        border: 0;
        min-height: auto;
    }
}

@media screen and (min-width: 881px) and (max-width: 1024px) {
    .award-gallery-text {
        gap: 2rem;
    }

    .award-gallery-text .award-gallery-text__content {
        width: calc(51.25% - 2rem);
    }
}

@media screen and (min-width: 881px) and (max-width: 1200px) {

    .award-box-head .award-date {
        flex-wrap: wrap;
        min-height: auto;
    }

    .award-box-head--w {
        flex-wrap: wrap;
    }

    .award-box-head--w .award-type {
        width: 100%;
    }

    .award-box-head--w .award-date {
        width: 100%;
        border-left: 0;
        padding-left: 0;
    }

    
}


@media screen and (max-width: 767px) {

    .award-char-01 {
        top: -8.8rem;
        right: 0;
        max-width: 310px;
        width: 100%;
    }

    .award-box {
        border-radius: 25px;
    }

    .mov-info {
        margin-bottom: 2.8rem;
    }

    .mov-info+.mov-info:before {
        border-top-width: 5px;
    }

    .award-box-head {
        padding: 1.5rem 0 .4rem;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    .award-box-head--w {
        padding: 1.25rem 1.5rem;
        flex-wrap: wrap;
    }

    .award-box-head .award-type {
        padding-right: .7rem;
        padding-bottom: .2rem;
        width: 80px;
        text-align: right;
        font-size: 3.5rem;
        border-right: 0;
    }

    .award-box-head--w .award-type {
        padding: 0;
        width: 100%;
        text-align: left;
        font-size: 1.13rem;
        line-height: 1.2;
        font-style: italic;
    }

    .award-box-head .award-date {
        padding-left: .5rem;
        padding-right: .5rem;
        width: calc(100% - 80px);
        flex-wrap: wrap;
        font-size: .88rem;
        line-height: 1.2;
    }

    .award-box-head--w .award-date {
        margin-top: .3rem;
        padding-left: 0;
        width: 100%;
        gap: 4px;
        border-left: 0;
        min-height: auto;
        font-size: 1rem;
    }

    .award-box-head .award-date .sp-show {
        width: 100%;
    }

    .award-box-head .award-date .num {
        top: -1px;
        font-size: .88rem;
    }

    .award-box-head--w .award-date .num {
        top: -2px;
    }


    .award-box .award-gallery-text {
        padding-top: 2.8rem;
        gap: .75rem;
    }

    .award-box .award-gallery {
        max-width: 100%;
    }

    .award-gallery-text .award-gallery-text__content {
        width: 100%;
    }

    .award-box-body {
        padding: .5rem 1.88rem;
    }

    .award-gallery-text .ds-text+.ds-text--sp-size-s {
        margin-top: .5rem;
        font-size: .6rem;
    }

    .cast-btn .c-button-outline {
        border-radius: 8px;
        min-height: 52px;
        font-size: .75rem;
    }

}


.mov-social-link-gp {
    margin-top: 1.5rem;
    width: 100%;
    display: flex;
    gap: 1.25rem;
    align-items: center;
}

.mov-ext-link {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    gap: .3rem;
}

.mov-ext-link .ext-btn {
    min-width: 160px;
    min-height: 62px;
    height: 100%;
    border-radius: 10px;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
}


.mov-ext-link .ext-btn .small {
    font-size: .755em;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .mov-social-link-gp {
        margin-top: 1rem;
        gap: .75rem;
        flex-wrap: wrap;
    }

    .mov-ext-link {
        width: 100%;
        flex-wrap: wrap;
    }

    .mov-ext-link li {
        width: calc(50% - .25rem);
    }

    .mov-ext-link li:only-child {
        width: 100%;
    }

    .mov-ext-link .ext-btn {
        min-width: 100%;
        border-radius: 8px;
        font-size: .75rem;
        min-height: 52px;
    }
}

@media screen and (min-width: 768px) and (max-width: 880px) {
    .mov-social-link-gp {
        justify-content: center;
    }


    /* .mov-ext-link {
        width: 100%;
    } */

    .mov-ext-link li:not(:only-child) {
        width: calc(50% - .25rem);
    }

    .mov-ext-link li:not(:only-child) .ext-btn {
        min-width: 100%;
        border-radius: 8px;
        font-size: .75rem;
        min-height: 52px;
    }
}

@media screen and (min-width: 881px) and (max-width: 1100px) {
    .mov-ext-link li:not(:only-child) {
        width: calc(50% - .25rem);
    }

    .mov-ext-link li:not(:only-child) .ext-btn {
        min-width: 100%;
    }

    .cast-btn .c-button-outline {
        flex-direction: column;
    }

    .cast-btn .c-button-outline span {
        margin-left: 0;
    }
}


.mov-social-link {
    display: flex;
    gap: .75rem;
}

.mov-social-link li {
    width: 48px;
}

.mov-social-link li img {
    width: 100%;
}

.mov-social-link li a {
    transition: all .3s ease-in;
}

@media(hover: hover) {

    .mov-social-link li a:hover {
        opacity: .75;
    }
}

.mov-social-link li:not(.ico_f) a {
    display: inline-flex;
    text-align: center;
    width: 48px;
    height: 48px;
    background-color: var(--color-primary);
    border-radius: 50%;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.mov-social-link i {
    font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
    .mov-social-link {
        width: 100%;
        justify-content: center;
    }

    .award-gallery-text .mov-social-link {
        margin-top: .8rem;
        justify-content: flex-start;
    }

    .mov-social-link li {
        width: 51px;
    }

    .mov-social-link li:not(.ico_f) a {
        width: 51px;
        height: 51px;
    }
}

.popup-content-wrap {
    display: none;
}

.pop-up-content {
    padding: 3.5rem 2rem 1.4rem;
    border: 2px solid #e0143d;
    border-radius: 20px;
    box-sizing: border-box;
    height: 100%;
}

.profile-content {
    display: flex;
    max-width: 563px;
}

.profile-content .profile-media {
    max-width: 228px;
}

.profile-content .profile-info {
    padding-left: 1.375rem;
    max-width: calc(100% - 228px);
}

.profile-content .cat-btn {
    display: inline-flex;
    padding: 0 .3rem;
    background-color: var(--color-primary);
    color: var(--color-beige);
    font-size: .88rem;
    font-weight: 800;
}

.profile-content .profile-text {
    margin-top: .3rem;
    color: #000;
    font-size: .88rem;
}

.profile-content .profile-text+.cat-btn {
    margin-top: .6rem;
}


@media screen and (max-width: 767px) {
    .pop-up-content {
        padding: 4rem 1rem 1.5rem;
        border-radius: 10px;
    }

    .profile-content {
        flex-wrap: wrap;
    }

    .profile-content .profile-media {
        margin-bottom: .5rem;
        max-width: 100%;
    }

    .profile-content .profile-media img {
        aspect-ratio: 16/9;
        object-fit: cover;
    }

    .profile-content .profile-info {
        max-width: 100%;
        padding-left: 0;
    }

    .profile-content .cat-btn {
        font-size: .75rem;
    }

    .profile-content .profile-text {
        font-size: .6rem;

    }
}


.award-novel .award-box+.award-box {
    margin-top: 2rem;
}

@media screen and (max-width: 767px) {
    .award-novel .award-box+.award-box {
        margin-top: 1.5rem;
    }
}

.profile-box {
    margin-bottom: 3.125rem;
}

.profile-box__in {
    margin: 4px;
    padding: 2.5rem 3.125rem 1.5rem 4rem;
    border: 2px solid var(--color-primary);
}

.profile-box .pff-media-text {
    flex-wrap: wrap;
}

.profile-box .pff-media-text .pff-media {
    position: relative;
    width: 170px;
}

.profile-box .pff-media-text .pff-media:before {
    position: absolute;
    top: -8px;
    left: -45px;
    content: "";
    display: block;
    width: 65px;
    height: 61px;
    background: url(../nouvelle_vague/img/select_text.png);
    background-size: 100% auto;
}


.profile-box .pff-media-text__content {
    padding-left: 3.125rem;
    width: calc(100% - 170px);
    align-self: flex-start;
}

.profile-box .name {
    margin-top: .88rem;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.3;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .profile-box .pff-media-text .pff-media {
        width: 170px;
        margin: 0 auto;
    }

    .profile-box .pff-media-text__content {
        padding-left: 0;
        width: 100%;
    }

    .profile-box .name {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .profile-box {
        border: 0;
    }

    .profile-box__in {
        padding: 0;
        border: 0;
    }

    .profile-box .pff-media-text .pff-media {
        width: 170px;
        margin: 0 auto;
    }

    .profile-box .pff-media-text__content {
        margin-top: 0;
        padding-left: 0;
        width: 100%;
    }

    .profile-box .name {
        text-align: center;
        font-size: 1.13rem;
    }

    .profile-box .ds-text {
        font-size: .7rem;
    }
}


/* ------------------------------------------------------------------------------------------
*
    pff-archive
*
------------------------------------------------------------------------------------------ */


.pff-archive-wrapper .button-grid--wide .c-button {
    padding-left: 2rem;
}

@media screen and (max-width: 767px) {
    .pff-archive-wrapper .button-grid--wide .c-button {
        padding-left: 1.5rem;
    }
}

@media screen and (max-width: 767px) {
    .pff-award-archive-section {
        padding-top: 4rem;
    }
    .pff-award-archive-section + .pff-award-archive-section {
        padding-top: 0;
    }
}

.pff-archive-tit-box {
    margin: 0 auto;
    max-width: 890px;
}

.pff-pr-title {
    margin-top: 4rem;
    margin-left: 3rem;
    color: var(--color-primary);
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.1;
}

.pff-pr-title span {
    font-size: 1.1rem;
    line-height: 1.7;
}

.pff-archive-tit-box .pff-pr-title {
    margin-left: 0;
}

.pff-pr-title+.button-grid-wrap {
    margin-top: 1.2rem;
}

.pff-archive-tit-box .button-grid--wide {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .pff-archive-tit-box {
        margin: 0 auto;
        max-width: 285px;
    }
    
    .pff-pr-title {
        margin-left: 0;
        font-size: 1.3rem;
    }

    .pff-pr-title span {
        font-size: 1rem;
    }

    .pff-pr-title+.button-grid-wrap {
        margin-top: .88rem;
    }
}

.pff-aw-archive-title {
    margin: 0 auto;
    padding: 3rem 0 2.2rem 1rem;
    max-width: 500px;
    background: url(../archive/img/bg_title.png) no-repeat;
    background-size: 100% auto;
    text-align: left;
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 800;
}

.pff-aw-archive-title span {
    font-size: 1.5rem;
}


.archive-section-02 .pff-aw-archive-title {
        font-size: 1.9rem;
    }

@media screen and (max-width: 767px) {
    .pff-ar-copy-wrap {
        margin-top: 1rem;
        padding: 0 3vw 0 6vw;
    }
    .pff-aw-archive-title {
        position: relative;
        right: -3vw;
        max-width: 100%;
        padding: 9vw 0 5vw 3vw;
        font-size: 6vw;
    }

    .pff-aw-archive-title span {
        font-size: .75em;
    }

    .pff-ar-copy-wrap .ds-text-lead:first-child {
        margin-top: 0;
    }

    .swiper-thumb-nav[data-slides-per-view="6"] .swiper-slide img {
        aspect-ratio: 16/11;
    }

    .archive-section-02 .pff-aw-archive-title {
        font-size: 5.5vw;
    }
}

/* ------------------------------------------------------------------------------------------
*
    pff-memo
*
------------------------------------------------------------------------------------------ */
.pff-memo-wrapper .pff-about-section {
    padding-bottom: 2rem;
}
.pff-memo-section {
    padding-top: 0;
}

.pff-mv-title {
    margin: 0 auto;
    padding-top: 8.5rem;
    max-width: 560px;
    min-height: 250px;
    font-size: 2rem;
    font-weight: 800;
    background: url(../independent/img/bg_title.png) no-repeat;
    background-size: 100% auto;
}

.pff-memo-section .mov-copy+.mov-title {
    margin-top: 2rem;
}

@media screen and (max-width: 767px) {
    .pff-mv-title {
        margin-right: -1.25rem;
        padding-top: 18vw;
        max-width: 100%;
        width: auto;
        min-height: 37vw;
        font-size: 5.5vw;
    }

    .pff-memo-section:not(.memo-section-02) {
        padding-bottom: 2rem;
    }
}

.spec-bd {
    margin-top: .5rem;
    display: inline-block;
    padding: 0 .5rem;
    border: 1px solid var(--main-color);
}

@media(hover:hover){
.spec-bd a:hover {
    color: var(--color-primary);
}
}

.spec-ud {
    margin-top: .5rem;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .spec-ud {
        margin-top: 1rem;
        font-size: .54rem;
    }
}

