@charset "ctf-8";
/* メインビジュアル */

.pc_works_mv_img {
    /* max-width: 1440px; */
    width: 100%;
    height: auto;
}

/* 制作実績 */
.works_page_container {
    text-align: center;
    margin-top: 60px;
}

.website_title {
    font-size: 80px;
    margin-bottom: 40px;
    font-family: "Oooh Baby", "Freestyle Script", "Brush Script MT";
    color: #87BEEF;
    text-transform: capitalize;
    text-align: center;
}

.website_box,
.lp_banner_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.website_content {
    margin-bottom: 60px;
}

/* .website_content:nth-child(4) {
    margin-bottom: 0;
} */

.website_img_box,
.lp_img_box {
    width: 360px;
    height: 225px;
    overflow: hidden;
}

.banner_img_box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.website_img_box img,
.lp_img_box img,
.banner_img_box img {
    transition: 1s all;
}

.website_img_box img:hover,
.lp_img_box img:hover,
.banner_img_box img:hover {
    transform: scale(1.2, 1.2);
    transition: 1s all;
}

.website_text,
.lp_banner_text {
    text-transform: capitalize;
    margin-top: 20px;
}

.works_client,
.lp_banner_client {
    text-transform: capitalize;
    margin-top: 10px;
}

.lp_banner_client {
    margin-bottom: 20px;
}

.lp_banner_content:nth-child(6) {
    margin-bottom: 0;
}

.lp_banner_title {
    margin-top: 100px;
    margin-bottom: 40px;
    font-size: 80px;
    font-family: "Oooh Baby", "Freestyle Script", "Brush Script MT";
    color: #87BEEF;
    text-transform: capitalize;
    text-align: center;
}


@media (max-width:768px) {

    /* 制作実績 */
    .works_page_container {
        margin-top: 40px;
    }

    .website_title {
        font-size: 60px;
    }

    .website_content {
        margin-bottom: 30px;
    }

    .website_img_box,

    .works_img_box,
    .lp_img_box {
        width: 100%;
        height: auto;
    }

    .website_text,
    .lp_banner_text {
        margin-top: 15px;
    }


    .lp_banner_title {
        margin-top: 60px;
        font-size: 60px;
        margin-bottom: 40px;
    }

    .lp_banner_box {
        justify-content: center;
    }

    .lp_banner_content {
        margin-bottom: 30px;
    }

    /* .lp_banner_content:nth-child(3) {
        margin-bottom: 0;
    } */
}