@charset "UTF-8";

.sp {
    display: none !important;
}

header,
footer,
main,
nav,
article,
aside,
section {
    display: block;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

video {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

.fl__sp {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: repeat(2, 330px);
    gap: 30px;
}

#bg {
    background: url(../img/bg.jpg) no-repeat center/cover;
    background-attachment: fixed;
    z-index: -1000;
}

#wrpper {
    margin: 0 auto;
    max-width: 640px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-size: 22px;
    color: #101010;
    box-shadow: 5px -9px 30px 0 rgba(0, 0, 0, 0.3);
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
}

a {
    transition: 1.5s;
}

a:hover {
    opacity: 0.7;
}

.p_re {
    position: relative;
}

#fv {
    background: #fff;
    position: relative;
}
.fv_icon02 {
    position: absolute;
    cursor: pointer;
    width: 15%;
    top: 385px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.video_block {
    position: absolute;
    top: 285px;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
}
.cnt02_btn {
    position: absolute;
    bottom: 60px;
    width: 550px;
    left: 50%;
    transform: translateX(-50%);
}

.accordion-btn {
    position: absolute;
    top: 590px;
    width: 550px;
    left: 50%;
    transform: translateX(-50%);
}
.accordion-btn p {
    position: relative;
}
.accordion-btn p::after {
    content: "";
    width: 32px;
    height: 20px;
    background-image: url(../img/down_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
}
.accordion-btn.open p::after {
    content: "";
    background-image: url(../img/up_arrow.png);
}
.accordion-content {
    display: none;
}

#cnt05 {
    background: #fff;
    padding-bottom: 60px;
}
#cnt05 .cumec_logo {
    text-align: center;
    margin-bottom: 60px;
}
#cnt05 .sns_logo {
    width: 55%;
    margin: 0 auto;
}
#cnt05 .sns_logo ul {
    display: flex;
    justify-content: space-around;
}
#cnt05 .sns_logo ul li {
    width: 11.33vw;
    text-align: center;
}

#footer {
    padding: 60px 0;
    background: #ececec;
    text-align: center;
    margin: 0;
}
#footer .noster_logo {
    margin-bottom: 60px;
}
#footer ul li {
    margin-bottom: 20px;
}
#footer ul li a {
    color: #000;
}



.small {
    font-size: 10px;
    line-height: 1.5;
    display: inline-block;
    margin-top: 9px;
}

@media screen and (max-width: 768px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none;
    }

    img {
        width: 100%;
    }

    .fl__sp {
        bottom: calc((20/ 750) * 100vw);
        grid-template-columns: repeat(2, calc((330/ 750) * 100vw));
        gap: calc((30/ 750) * 100vw);
    }

    #bg {
        background: none;
    }

    #wrpper {
        box-shadow: none;
        font-size: 2.933vw;
        margin: 0 auto;
        max-width: none;
        width: 100%;
    }

    .fv_icon02 {
        width: 15%;
        top: 60.15vw;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }

    .video_block {
        top: 44.53vw;
        width: 85%;
        left: 50%;
        transform: translateX(-50%);
    }
    .cnt02_btn {
        bottom: 9.37vw;
        width: 85.93vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .accordion-btn {
        top: 92.18vw;
        width: 85.93vw;
    }
    .accordion-btn p::after {
        width: 4.266vw;
        height: 2.66vw;
        right: 4.666vw;
    }

    #cnt05 {
        padding-bottom: 10vw;
    }
    #cnt05 .cumec_logo {
        text-align: center;
        margin-bottom: 8vw;
    }
    #cnt05 .cumec_logo img {
        width: 33.73vw;
    }

    #footer {
        padding: 10vw 0;
    }
    #footer .noster_logo {
        margin-bottom: 10vw;
    }
    #footer .noster_logo img {
        width: 48.26vw;
    }
    #footer ul li {
        margin-bottom: 2.66vw;
    }

    

    .small {
        font-size: calc((16/ 750) * 100vw);
        margin-top: calc((18/ 750) * 100vw);
    }
}

/*-------------------------------------------
-----------------------------------------------*/
.sp {
    display: none !important;
}

@media screen and (min-width: 769px) {
    a {
        transition: 0.3s;
    }

    a:hover {
        opacity: 0.85;
    }
}

@media screen and (max-width: 768px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none;
    }

    img {
        width: 100%;
    }
}