@charset "utf-8";

/** ▼▼▼ main ▼▼▼ **/
#main {
    width: 100%;
    background: url(../images/bg_camera-main.png) no-repeat center center / cover;
}

@media (max-width: 860px) {
    #main {
        margin: 70px 0 0 0;
    }
}

#main h2 {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 0;
}
/** ▲▲▲ main ▲▲▲ **/

/** ▼▼▼ set ▼▼▼ **/
#set {
    width: 90%;
    max-width: 1000px;
    margin: 53px auto 0 auto;
}

#set h3 {
    font-size: 2.25em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 133%;
    color: #0071BC;
}

#set p {
    margin: 20px 0 0 0;
}
/** ▲▲▲ set ▲▲▲ **/

/** ▼▼▼ smapro ▼▼▼ **/
#smapro {
    width: 90%;
    max-width: 1000px;
    margin: 53px auto 0 auto;
}

#smapro ul {
    width: 100%;
    max-width: 1000px;
    margin: 40px 0 0 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
}

#smapro ul li:nth-child(1) {
    width: 50%;
    max-width: 500px;
}

#smapro ul li:nth-child(2) {
    width: 45%;
    max-width: 450px;
}

#smapro h3 {
    font-size: 2.25em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 133%;
    color: #0071BC;
}

#smapro h3 span {
    font-size: 0.66em;
    display: block;
}

#smapro p {
    margin: 20px 0 0 0;
}
/** ▲▲▲ smapro ▲▲▲ **/

@media (max-width: 640px) {
    /** ▼▼▼ main ▼▼▼ **/
    #main {
        margin: 70px 0 0 0;
        background: url(../images/bg_camera-main-sp.png) no-repeat center center / cover;
    }
    /** ▲▲▲ main ▲▲▲ **/

    /** ▼▼▼ set ▼▼▼ **/
    #set h3 {
        font-size: 1.5em;
        line-height: 116%;
    }
    /** ▲▲▲ set ▲▲▲ **/

    /** ▼▼▼ smapro ▼▼▼ **/
    #smapro ul {
        flex-direction: column;
    }

    #smapro ul li:nth-child(1) {
        width: 100%;
        max-width: 640px;
    }

    #smapro ul li:nth-child(2) {
        width: 100%;
        max-width: 640px;
    }

    #smapro h3 {
        font-size: 1.5em;
        line-height: 116%;
    }

    #smapro h3 span {
        font-size: 0.83em;
    }
/** ▲▲▲ smapro ▲▲▲ **/
}