@charset 'UTF-8';

/* Common
================================== */
.puzzle img {
    width: 100%;
    -webkit-user-drag: none;
    user-select:none;
    -webkit-user-select:none;
    pointer-events: none;
}

@media screen and (min-width:821px) {
    .sp {
        display: none!important;
    }
}
@media screen and (max-width:820px) {
    .pc {
        display: none!important;
    }
}

.puzzle {
    font-family: 'noto sans JP', sans-serif;
    font-size: 1.024vw;
    line-height: 1.8;
    color: #3D3DE7;
}
@media screen and (min-width:821px) {
    .puzzle {
            background: url(/static/produce101thegirls/fanclub/feature/slide_puzzle_WFngPiZV/img/bg_pc.jpg) no-repeat top left / cover fixed;
        }
}
@media screen and (max-width:820px) {
    .puzzle {
        background: url(/static/produce101thegirls/fanclub/feature/slide_puzzle_WFngPiZV/img/bg_sp.jpg) top left / contain;
        font-size: 3.75vw;
    }
}
.button {
    display: block;
    margin: 0 auto;
    text-align: center;
    -webkit-text-stroke: 1px #3D3DE7;
    border-radius: 5vw;
    border: 1px solid #3D3DE7;
    box-shadow: 0 7px #3D3DE7;
    transition: .3s all;
}
.button:hover {
    transform: translateY(7px);
    box-shadow: none;
}
.button--start {
    font-family: 'Freude', sans-serif;
    font-size: 2.635vw;
    font-weight: bold;
    line-height: 2.138;
    width: 22.547vw;
    background: #EEFFC1;
    color: #FFFFEE;
}
@media screen and (max-width:820px) {
    .button--start {
        font-size: 7.5vw;
        line-height: 2.2;
        width: 66.25vw;
        border-radius: 10vw;
    }
}


/* Hero
================================== */
.puzzle__hero {
    padding: 9.37vw 0 6vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.124vw;
}
@media screen and (max-width:820px) {
    .puzzle__hero {
        padding: 30.9375vw 11.5625vw 19.6875vw;
        gap: 6.875vw;
    }
}
.puzzle__logo {
    width: 43.411vw;
}
@media screen and (max-width:820px) {
    .puzzle__logo {
        width: 78.437vw;
    }
}


/* About & Howto
================================== */
.section {
    width: 48.169%;
    margin: 0 auto;
    border: 1px solid #3D3DE7;
    border-right: none;
    border-bottom: none;
    position: relative;
    z-index: 1;
}
@media screen and (max-width:820px) {
    .section {
        width: 90.625%;
    }
    .section:nth-child(4) {
        margin-top: 6.875vw;
    }
}
.section::before {
    content: '';
    inset: 0;
    background: #fff;
    border: 1px solid #3D3DE7;
    position: absolute;
    transform: translate(1%, 1.5%);
    z-index: -1;
}
@media screen and (max-width:820px) {
    .section::before {
        transform: translate(2%, 1.5%);
    }
}

.section__heading {
    font-family: freude, sans-serif;
    font-size: 1.903vw;
    -webkit-text-stroke: 1px #3D3DE7;
    line-height: 2.1;
    text-align: center;
    color: #fff;
    background: #FDDFFF;
    border: 1px solid #3D3DE7;
    border-top: none;
    border-left: none;
    position: relative;
}
@media screen and (max-width:820px) {
    .section__heading {
        font-size: 5vw;
        -webkit-text-stroke: 1.5px #3D3DE7;
    }
}
.section__heading .section__heading-ja {
    font-family: m-plus-rounded-1c, sans-serif;
    font-size: 1.756vw;
    font-weight: 900;
}
@media screen and (max-width:820px) {
    .section__heading .section__heading-ja {
        font-size: 4vw;
    }
}
/* h2装飾 */
.section__heading-dot {
    display: inline-block;
    content: '';
    height: .71vw;
    width: .71vw;
    background: #ccc;
    border-radius: 100%;
    position: absolute;
    top: 12%;
}
.section__heading-dot:first-child {
    background: #3D3DE7;
    left: 1%;
}
.section__heading-dot:nth-child(2) {
    background: #EEFFC1;
    left: 3.3%;
}
.section__heading-dot:nth-child(3) {
    background: #FFB9C7;
    left: 5.6%;
}
@media screen and (max-width:820px) {
    .section__heading-dot {
        height: 2.187vw;
        width: 2.187vw;
    }
    .section__heading-dot:first-child {
        left: 1.5%;
    }
    .section__heading-dot:nth-child(2) {
        left: 5%;
    }
    .section__heading-dot:nth-child(3) {
        left: 8.5%;
    }
}

.section__body {
    background: #fff;
    padding: 1.024vw 1.537vw 2.196vw;
    border: 1px solid #3D3DE7;
    border-top: none;
    border-left: none;
}
@media screen and (max-width:820px) {
    .section__body {
        padding: 5.312vw 6.25vw 6.875vw;
    }
}
.section__text {
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
}
@media screen and (max-width:820px) {
    .section__text {
        gap: 5vw;
    }   
}
.section__text p span {
    font-weight: bold;
}
.section__image {
    padding-top: 2.196vw;
    width: 25.329vw;
    margin: 0 auto;
}
@media screen and (max-width:820px) {
    .section__image {
        padding-top: 10vw;
        width: 100%;
    }
}
.button--modal {
    width: 16.471vw;
    margin-top: 2.196vw;
    font-family: m-plus-rounded-1c, sans-serif;
    font-weight: 900;
    color: #fff;
    background: #FFD4D9;
    font-size: 1.171vw;
    line-height: 3.31;
    box-shadow: 0 5px #3D3DE7;
}
@media screen and (max-width:820px) {
    .button--modal {
        width: 53.125vw;
        margin-top: 9.687vw;
        font-size: 4.375vw;
        line-height: 2.857;
        -webkit-text-stroke: 1.5px #3D3DE7;
        border-radius: 10vw;
        box-shadow: 0 5px #3D3DE7;
    }
}
.button--modal.js-modal-close {
    width: 9.956vw;
    font-family: freude, sans-serif;
    font-size: 1.317vw;
    line-height: 2.2;
}
@media screen and (max-width:820px) {
    .button--modal.js-modal-close {
        width: 32.5vw;
        margin-top: 5.312vw;
        font-family: freude, sans-serif;
        font-size: 5vw;
        line-height: 2.5;
        -webkit-text-stroke: 1px #3D3DE7;
    }
}


/* Notice
================================== */
@media screen and (min-width:821px) {
    .notice {
        width: 33.162vw;
        margin: 3.513vw auto 3.147vw;
        background: #fff;
        border: 1px solid #3D3DE7;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 9px 9.65px 8.65px 26px;
    }
    .notice__text {
        font-size: .878vw;
    }
    .notice__image {
        width: 5.662vw;
    }
}

/* Recommend
================================== */
.section__recommend {
    padding-top: 2.489vw;
    color: #888;
}
@media screen and (max-width:820px) {
    .section__recommend {
        padding-top: 7.5vw;
    }
}
.section__recommend-title {
    font-size: .878vw;
    font-weight: 600;
    padding-left: 1.8vw;
    position: relative;
}
@media screen and (max-width:820px) {
    .section__recommend-title {
        font-size: 3.75vw;
        padding-left: 7vw;
    }
}
.section__recommend-title::before {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-left: .8vw solid transparent;
    border-right: .8vw solid transparent;
    border-bottom: 1.3vw solid #C9A0E5;
    position: absolute;
    top: 0;
    left: 0;
}
.section__recommend-title::after {
    display: inline-block;
    content: '!';
    color: #fff;
    position: absolute;
    top: 1%;
    left: 1.4%;
}
@media screen and (max-width:820px) {
    .section__recommend-title::before {
        border-left: 3vw solid transparent;
        border-right: 3vw solid transparent;
        border-bottom: 4.8vw solid #C9A0E5;
        top: 10%;
    }
    .section__recommend-title::after {
        left: 3%;
    }
}
.section__recommend-list li {
    font-size: .878vw;
    padding-left: 1vw;
    position: relative;
}
.section__recommend-list li::before {
    display: inline-block;
    content: '';
    height: .25vw;
    width: .25vw;
    background: #888;
    border-radius: 100%;
    position: absolute;
    top: 45%;
    left: .5%;
}
@media screen and (max-width:820px) {
    .section__recommend-list li {
        font-size: 3.75vw;
        padding-left: 3vw;
    }
    .section__recommend-list li::before {
        height: 1vw;
        width: 1vw;
    }
}
.section__recommend-text {
    font-size: .878vw;
}
.section__recommend-text a:hover {
    color: #3D3DE7;
}
@media screen and (max-width:820px) {
    .section__recommend-text {
        font-size: 3.75vw;
    }
    .section__recommend-text a {
        color: #3D3DE7;
        border-bottom: 1px solid;
        overflow-wrap: break-word;
    }
}


/* CTA 
================================== */
.puzzle__actions {
    width: 48.169%;
    margin: 7.027vw auto 0;
}
@media screen and (max-width:820px) {
    .puzzle__actions {
        width: 90%;
        margin: 15.937vw auto 0;
    }
}
.button--link {
    display: block;
    margin-top: 7.32vw;
    font-family: 'Freude', sans-serif;
    font-size: 1.024vw;
    padding-left: 1.3vw;
    position: relative;
}
.button--link::before {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-left: .439vw solid transparent;
    border-right: .439vw solid transparent;
    border-bottom: .878vw solid #3D3DE7;
    position: absolute;
    top: 30%;
    left: 0;
    transform: rotate(-90deg);
}
@media screen and (max-width:820px) {
    .button--link {
        margin-top: 20.625vw;
        font-size: 3.75vw;
        padding-left: 5vw;
    }
    .button--link::before {
        border-left: 2vw solid transparent;
        border-right: 2vw solid transparent;
        border-bottom: 3vw solid #3D3DE7;
    }
}

/* footer
================================== */
.footer {
    text-align: center;
    padding: 4.978vw 0 2.123vw;
}
@media screen and (max-width:820px) {
    .footer {
        padding: 10.937vw 0 9.062vw;
    }
}
.footer__copyright {
    font-family: 'Freude', sans-serif;
    color: #000;
    font-size: .878vw;
}
@media screen and (max-width:820px) {
    .footer__copyright {
        font-size: 3.125vw;
    }
}


/* Modal
================================== */
.modal {
    display: flex;
    position: fixed;
    inset: 0;
    background: #FFD4D9;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 100;
}
.modal.is-open {
    opacity: 1;
    visibility: visible;
}
.modal__content.section::before {
    display: none;
}
.modal__content {
    background: #fff;
    border: 1px solid;
    padding-bottom: 2.928vw;
}
@media screen and (max-width:820px) {
    .modal__content {
        padding-bottom: 5.625vw;
        max-height: calc(100vh - 10vw);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}
/* SPだけ出る閉じるボタン */
@media screen and (max-width:820px) {
    .modal__close {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 10vw;
        height: 10vw;
        background: #3D3DE7;
        z-index: 100;
    }
    .modal__close::before,
    .modal__close::after {
        display: inline-block;
        content: '';
        height: 3px;
        width: 6vw;
        background: #fff;
        position: absolute;
        top: 46%;
    }
    .modal__close::before {
        left: 17%;
        transform: rotate(45deg);
    }
    .modal__close::after {
        right: 21%;
        transform: rotate(-45deg);
    }
}
.modal__title {
    font-family: 'm-plus-rounded-1c', sans-serif;
    font-weight: 900;
    font-size: 1.024vw;
    line-height: 2.5;
}
@media screen and (max-width:820px) {
    .modal__title {
        font-size: 4.375vw;
        line-height: 2.857;
        border-right: none;
    }
}
.modal__title-dot {
    height: .5vw;
    width: .5vw;
}
.modal__title-dot:first-child {
    left: .7%;
}
.modal__title-dot:nth-child(2) {
    left: 2.5% !important;
}
.modal__title-dot:nth-child(3) {
    left: 4.3%!important;
}
@media screen and (max-width:820px) {
    .modal__title-dot {
        height: 2.187vw;
        width: 2.187vw;
    }
    .modal__title-dot:first-child {
        left: 2%;
    }
    .modal__title-dot:nth-child(2) {
        left: 6% !important;
    }
    .modal__title-dot:nth-child(3) {
        left: 10%!important;
    }
}

.modal__list {
    padding: 2.415vw 4.392vw 0vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 2.049vw;
}
@media screen and (max-width:820px) {
    .modal__list {
        padding: 6.562vw 5.312vw 0vw;
        flex-direction: column;
        row-gap: 5.937vw;
    }
}
.modal__item {
    height: 7.027vw;
    width: calc(50% - 1.098vw);
    border: 1px solid #3D3DE7;
    position: relative;
    isolation: isolate;
    z-index: 1;
}
.modal__item::before {
    content: '';
    background: #3D3DE7;
    inset: 0;
    position: absolute;
    transform: translate(2%, 5%);
    z-index: -1;
}
@media screen and (max-width:820px) {
    .modal__item {
        height: auto;
        width: 100%;
    }
    .modal__item::before {
        transform: translate(1.5%, 5px);
    }
}
.modal__item-body {
    background: #fff;
    height: 100%;
    width: 100%;
    padding: 1.537vw .805vw 0;
    position: relative;
    font-size: .878vw;
}
@media screen and (max-width:820px) {
    .modal__item-body {
        padding: 6.562vw 3.437vw 2.5vw;
        font-size: 3.75vw;
    }
}
.modal__label {
    font-family: freude, sans-serif;
    font-size: 1.171vw;
    line-height: 1.1;
    background: #3D3DE7;
    color: #fff;
    padding: 0 .4vw;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width:820px) {
    .modal__label {
        font-size: 4.375vw;
    }
}