@charset "utf-8";

@media screen and (min-width: 768px) {
    .pc-hide {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .sp-hide {
        display: none;
    }
}

.ikebukuro_first {
    padding-top: 7em;
}

@media screen and (min-width:768px) and (max-width:1250px) {
    .ikebukuro_first {
        padding-top: 0;
    }

}


.ikebukuro_first p {
    letter-spacing: .1em;
    line-height: 1.5;
    font-weight: 600;
}

.first-mv {
    background-image: url(../img/c-first/first_bk01.svg);
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.first-mv::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/c-first/first_bk02.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: -1;
}

.first-mv__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    width: 85%;
    margin: 0 auto;
}

.block_left img {
    max-width: 552px;
    width: 100%;

}

.block_right img {
    max-width: 471px;
    width: 100%;
}

.mv-main {
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    padding: 0 36px;
}

.mv-main__logo img {
    max-width: 124px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.mv-main__ttl {
    text-align: center;
}

.mv-main__ttl span {
    font-family: "Fredoka", "Noto Sans JP", sans-serif;
    font-weight: 900;
    display: block;
    font-size: 2.2rem;
    color: #01A0E9;
    letter-spacing: .1em;
}

.mv-main__ttl h2 {
    font-size: 4rem;
    margin: 0 auto 30px;
    position: relative;
}

.mv-main__ttl h2::after {
    content: "";
    width: 31px;
    height: 36px;
    background-image: url(../img/c-first/f-object.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10%;
    right: 10%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.mv-main__ttl img {
    border-radius: 17px;
}

.first-intro {
    margin: 30px auto;
}

.intro_inner {
    max-width: 1098px;
    width: 100%;
    margin: 0 auto;
    background-image: url(../img/c-first/intro_bk.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.intro_grids {
    display: grid;
    grid-template-columns: 1fr 550px;
    gap: 22px;
    padding: 130px 50px 20px;
}

.intro_txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.first-title span {
    font-family: "Fredoka", "Noto Sans JP", sans-serif;
    font-weight: 900;
    display: block;
    font-size: 8rem;
    color: #B7E5FA;
    letter-spacing: .1em;
    margin-bottom: -30px;
}

.first-title h2 {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 0;
    margin-top: -60px;
    position: relative;
    display: inline-block;
}

.first-title h2::after {
    content: "";
    width: 31px;
    height: 36px;
    background-image: url(../img/c-first/f-object.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10%;
    right: 10%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.first-intro .first-title h2::after {
    right: -6%;
}

.first-intro p {
    font-size: 2rem;
    letter-spacing: .1em;
    line-height: 1.5;
    font-weight: 700;
}


.fst-btn {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
    margin-bottom: 30px;
}

.fst-btn a {
    width: 100%;
    display: block;
    position: relative;
    background-color: #fff;
    border: 4px solid #000;
    border-radius: 999px;
    text-align: center;
    padding: 14px;
    letter-spacing: .1em;
    font-size: 2rem;
    font-weight: 700;
}

.fst-btn a::after {
    content: "";
    width: 34px;
    height: 34px;
    background-image: url(../img/c-first/arrow_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

section {
    padding: 40px 0;
}

.booth_inner {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

.booth_slide {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
}

.booth_slide img {
    border-radius: 15px;
}

.first-booth .first-title {
    text-align: center;
    margin-bottom: 30px;
}

.first-booth .first-title h2::after {
    right: -10%;
}

.booth_slide, .booth_slide-bk {
    position: relative;
}

.booth_slide::before {
    content: "";
    width: 31px;
    height: 36px;
    background-image: url(../img/c-first/f-object2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 00%;
    left: -10%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.booth_slide::after {
    content: "";
    width: 31px;
    height: 36px;
    background-image: url(../img/c-first/f-object.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    right: -10%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.boot_slide-bk::before {
    content: "";
    width: 60px;
    height: 125px;
    background-image: url(../img/c-first/booth_bk01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10%;
    left: -10%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.boot_slide-bk::after {
    content: "";
    width: 60px;
    height: 125px;
    background-image: url(../img/c-first/booth_bk02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10%;
    right: -10%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.booth_txt {
    margin: 50px auto;
}

.booth_txt p {
    text-align: center;
    font-size: 2rem;
}

.first-offline {
    background-color: #ECFCFC;
    padding: 50px 0;
}

.first-offline__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.first-title .small-title {
    display: initial;
    color: initial;
    font-size: 2rem;
}

.first-offline__txt {
    position: relative;
}

.first-offline__txt p {
    font-size: 2rem;
    position: absolute;
    top: 10%;
    left: 0%;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(00%);
}

.first-offline .first-title h2::after {
    right: -5%;
}

.vip-inner {
    max-width: 1440px;
    background-color: #FFE8F4;
    border-radius: 130px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.vip__main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}

.vip__txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vip__txt p {
    font-size: 2rem;
}

.vip .first-title h2::after {
    right: -5%;
}

.cm-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.cm-grids {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 48px;
}

.cm-main_img img {
    border-radius: 17px;
}

.cm-main_txt .first-title span {
    font-size: 7.5rem;
}

.cm-main_txt .first-title h2::after {
    right: -5%;
}

.cm-main_txt p {
    font-size: 2rem;
}

.cm-main_txt img {
    max-width: 630px;
    width: 100%;
    margin: 0;
}

.more-ct__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.more-ct {
    background-color: #ECFCFC;
    padding: 50px 0;
}

.more-ct__headline {
    display: grid;
    grid-template-columns: 435px 1fr;
    gap: 35px;
    margin: 40px auto 20px;
}

.more-ct__img img {
    border-radius: 15px;
}

.more-ct__txt h3 {
    font-size: 3.2rem;
    padding-bottom: 10px;
    border-bottom: 3px solid #01A0E9;
}

.more-ct__txt p {
    font-size: 2rem;
}

.more-ct__txt .fst-btn {
    margin: 0;
}

.facility__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.facility_grids {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 40px 0;
}

.facility_grids .item img {
    border-radius: 15px;
}

.facility_grids .item p {
    text-align: center;
    margin-top: 7px;
}


.fhtu-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    grid-template-columns: 1fr 515px;
    gap: 31px;
}

.fhtu-box_img {
    position: sticky;
    top: 150px;
    right: 0;
    width: calc(472 / 1440 * 100vw);
}

.fhtu-box_img img {
    border-radius: 30px;
}

.fhtu-box_main {
    padding: 20px 30px 30px;
    border: 2px solid #01A0E9;
    border-radius: 30px;
    width: calc(894 / 1690 * 100vw);
}

.htu-wrap {
    margin-top: 30px;
}

.htu-wrap img {
    border-radius: 20px;
}

.htu-block {
    margin: 20px 0;
    padding-left: 20px;
}

.htu-block .dress-title h3 {
    color: #01A0E9;
    padding-left: 0;
}

.htu-block p {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .04em;
    margin: 0;
    margin-bottom: 15px;
}

.htu-block span {
    font-size: 1.9rem;
    font-weight: 400;
}

.f-htu .first-title h2::after {
    right: -10%;
}



/****レスポンシブ****/
@media screen and (max-width: 767px) {
    .first-intro p {
        letter-spacing: .05em;
    }

    .intro_grids, .cm-grids, .more-ct__headline {
        grid-template-columns: 1fr;
    }

    .ikebukuro_first {
        padding-top: 0;
    }

    .first-mv__inner {
        padding: 10px;
    }

    .mv-main {
        padding: 0;
    }

    .first-mv__inner {
        width: 100%;
    }

    .first-mv::before {
        background-image: url(../img/c-first/first_bk02_sp.svg);
    }

    .mv-main__logo img {
        max-width: 110px;
    }

    .mv-main__ttl span {
        font-size: 1.6rem;
    }

    .mv-main__ttl h2 {
        font-size: 2.6rem;
    }

    .mv-main__ttl h2::after {
        right: 0;
    }

    .mv-main .pc-hide img {
        margin-top: 8px;
    }

    .intro_grids {
        padding: 30px 10px 20px;
    }

    .first-title span {
        font-size: 4rem;
    }

    .first-title h2 {
        font-size: 2.7rem;
    }

    .first-intro p {
        font-size: 1.8rem;
    }

    .intro_inner {
        background-size: cover;
    }

    .booth_slide {
        max-width: 287px;
    }

    .slick-slider .slick-track {
        height: auto;
    }

    .boot_slide-bk::before, .boot_slide-bk::after {
        height: 75px;
        bottom: -10%;
        transform: translateY(0%) translateX(0%);
        -webkit-transform: translateY(0%) translateX(0%);
    }

    .boot_slide-bk::after {
        right: -20%;
    }

    .booth_txt p {
        font-size: 1.6rem;
    }

    .fst-btn {
        max-width: 325px;
    }

    .first-offline_sp-main p {
        font-size: 1.6rem;
        font-weight: 700;
    }

    .first-offline__inner {
        padding: 0 7px;
    }

    .first-offline__inner .first-title span {
        letter-spacing: unset;
        margin-bottom: 20px;
    }

    .vip-inner {
        border-radius: 0;
    }

    .vip__main {
        display: block;
        padding-bottom: 0;
    }

    .vip__main .first-title span {
        letter-spacing: unset;
        margin-bottom: -10px;
    }

    .vip__main .pc-hide {
        margin-top: 20px;
    }

    .vip__main p {
        font-size: 1.6rem;
        letter-spacing: unset;
    }

    .cm-inner, .more-ct__inner, .facility__inner {
        padding: 0 7px;
    }

    .cm-main_img img {
        width: 100%;
        height: 316px;
        object-fit: cover;
        object-position: top;
    }

    .cm-main_txt .first-title span {
        font-size: 4rem;
        letter-spacing: unset;
        margin-bottom: -20px;
    }

    .cm-main_txt p {
        font-size: 1.6rem;
    }

    .more-ct__inner .first-title h2 {
        font-size: 2.3rem;
        margin-top: 0;
    }

    .more-ct__txt h3 {
        margin-top: 7px;
        margin-bottom: 10px;
    }

    .more-ct__img {
        margin-bottom: -30px;
    }

    .more-ct__txt p {
        font-size: 1.6rem;
        margin-top: 0;
        letter-spacing: .05em;
    }

    .facility__inner .first-title span {
        margin-bottom: -20px;
    }

    .facility_grids {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .facility_grids .item p {
        margin-bottom: 0;
        font-size: 1.4rem;
        letter-spacing: unset;
    }

    .fhtu-box {
        flex-direction: column-reverse;
    }

    .fhtu-box_img img {
        height: 330px;
        width: 100%;
        object-fit: cover;
        object-position: 0px -50px;
    }

    .fhtu-box_img {
        width: 100%;
        position: initial;
    }

    .fhtu-box_main {
        width: 100%;
    }

    .f-htu .inner {
        padding: 0 7px;
    }

    .fhtu-box_main {
        padding: 35px 10px;
    }

    .htu-block {
        padding-left: 0;
    }

    .htu-block p {
        font-size: 2rem;
    }

    .htu-block span {
        font-size: 1.6rem;
    }

    .fhtu-box .nomal-page__tc a::before {
        left: 5%;
    }
}