@charset "UTF-8";


/* info */

body {
    /* overflow: hidden; */
}

main {
    position: relative;
    margin-bottom: 0px;
}

main::before {
    content: '';
    width: 1583px;
    height: 2015px;
    background: url(/img/home/bg-top.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    transform: translateY(50%);
    bottom: 46%;
    right: -26%;
    z-index: -1;
}

.inner {
    max-width: 1370px;
}


main {
    height: 100vh;
    overflow: hidden;
}


.main_body {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 80vh;
    margin-bottom: 50px;
}

.head_intro {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.head_ttl {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}

.head .comment {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.head .comment p {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 20px;
    padding: 5px 15px;
}

.head .comment p:nth-child(1) {
    background: #42BEB9;
}

.head .comment p:nth-child(2) {
    background: #FDA2A2;
}

.head .link {
    display: flex;
    gap: 20px;
}

.link a {
    color: #fff;
    background: #000;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 16px;
    transition-duration: 0.5s;
}

.link_movie::before {
    content: '';
    width: 12px;
    height: 13px;
    background: url(/img/cmn/icon-key.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.link_movie:hover {
    opacity: 0.7;
}

.top_child img {
    position: absolute;
}

.top_child .child01 {
    top: 17%;
    left: 50%;
}

.top_child .child02 {
    top: 38%;
    left: 58%;
}

.top_child .child03 {
    top: 32%;
    right: 12%;
}

.top_child .child04 {
    top: 11%;
    right: 4%;
}

.top_child .child05 {
    bottom: 4%;
    left: 52%;
}

.top_child .child06 {
    bottom: 0%;
    right: 14%;
}

.top_child .child07 {
    bottom: 11%;
    right: 2%;
}

.news a {
    background: #fff;
    padding: 24px 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 16px;
    font-weight: bold;
    color: #000;
    width: 100%;
    display: block;
    border-radius: 50px;
    position: relative;
}

.news a::before {
    content: '';
    width: 58px;
    height: 36px;
    background: url(/img/home/icon-arrow_info.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.header {
    background: unset;
    box-shadow: unset;
}


/* copy */

.to-top {
    display: none;
}

.copy p {
    color: #fff;
}


@media screen and (max-width:1240px) {
}

@media screen and (max-width:767px) {

    main {
        height: unset;
    }

    main::before {
        background: url(/img/home/bg-top_sp.png) center / 852px 597px;
        width: 100%;
        height: 597px;
        background-size: initial;
        background-repeat: no-repeat;
        bottom: -20%;
        transform: translateX(50%);
        right: 50%;
    }

    .main_body {
        height: unset;
        padding-top: 21px;
        margin-bottom: 300px;
    }

    .head_intro {
        font-size: 13px;
    }

    .head .comment {
        flex-flow: column;
    }

    .head_ttl {
        font-size: 32px;
    }

    .head .comment p {
        width: fit-content;
    }

    .link a {
        font-size: 14px;
        padding: 10px 15px;
    }


    .top_child img {
        width: 40%;
        height: auto;
    }

    .top_child .child01 {
        top: 132%;
        left: 10%;
        width: 20%;
    }

    .top_child .child02 {
        width: 25%;
        top: 124%;
        left: 35%;
    }

    .top_child .child03 {
        top: 140%;
        right: 17%;
        width: 20%;
    }

    .top_child .child04 {
        width: 13%;
        top: 126%;
        right: 4%;
    }

    .top_child .child05 {
        width: 25%;
        bottom: -91%;
        left: 8%;
    }

    .top_child .child06 {
        width: 30%;
        bottom: -94%;
        right: 32%;
    }

    .top_child .child07 {
        width: 20%;
        bottom: -85%;
        right: 2%;
    }



    /* news */

    .news a {
        border-radius: 10px;
    }

    .news a::before {
        width: 50px;
        height: 31px;
        right: 10px;
        top: 80%;
    }


    /* copy */

    .copy p {
        color: #000;
    }
}
