@charset "UTF-8";
body {
    margin: 0;
}

body:before {
    background-color: #000000;
    background-image: none;
}

p {
    margin: 0;
}

#t-spark_top {
    background-color: #000000;
}
#brand_detail {
    margin: 0 auto;
    width: 100%;
}

#brand_detail {
    padding: 0;
}


.bg_area {
    background-image: url(_image/sec1_bg1.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

/* TOP */
#top {
    width: 100%;
    background-image: url(_image/top_bg.png);
    background-size: cover;
}

#top .top_img {
    width: 70%;
    margin: 0 auto;
}

#top .tokuten_area {
    width: 80%;
    margin: 100px auto;
    text-align: center;
}

#top .tokuten_area .tokuten_title {
    width: 70%;
    margin-bottom: 70px;
}

#top .tokuten_area .flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

#top .tokuten_area .flex img {
    width: 48%;
}

/* sec1 */
#sec1 {
    background-image: url(_image/sec1_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
}

#sec1 div {
    width: 80%;
    margin: 0 auto;
}

#copyright1 {
    width: auto;
    margin: 30px auto 140px;
}
#copyright1 p {
    font-size: 12px;
    text-align: center
}

/* sec2 */
#sec2 .title_area_1 {
    background-image: linear-gradient(90deg, #df0000, #000000);
    text-align: center;
    margin-bottom: 70px;
}

#sec2 .title_area_2 {
    background-image: linear-gradient(90deg, #000000, #df0000);
    text-align: center;
    margin-bottom: 70px;
}

#sec2 .title_area_1 img{
    width: 70%;
}

#sec2 .title_area_2 img{
    width: 70%;
}

#sec2 .sec2_img_1 {
    margin: 0 0 100px 0;
    background-image: url(_image/sec2_img_1_bg.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    text-align: center;
}

#sec2 .sec2_img_1 img,#sec2 .sec2_img_2 img {
    width: 80%;
}

#sec2 .sec2_img_2 {
    margin: 0 0 100px 0;
    background-image: url(_image/sec2_img_2_bg.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    text-align: center;
    
}

/* info */
#info {
    text-align: center;
}

#info .info_img {
    width: 100%;
    margin-bottom: 100px;
}

#info .info_bg {
    background-image: url(_image/info_bg.png);
    background-size: cover;
    padding: 100px 0;
}

#info .info_area_1 {
    width: 80%;
    margin: 0 auto;
}

#info .info_area_1 .flex {
    display: flex;
    justify-content: space-between;
}

#info .info_area_1 .flex img {
    width: 48%;
}

#info .info_img_area {
    width: 70%;
    margin: 50px auto 100px;
}

#info .info_img_area img {
    margin-bottom: 50px;
}

.buy_btn {
    display: block;
    width: 45%;
    margin: 0 auto 100px;
}
@media screen and (max-width: 1000px) {
    #sec1 .flex p.arrow {
    font-size: 15px;
    }
}
@media screen and (max-width: 667px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }

    /* top */
    #top .top_img {
        width: 85%;
    }

    #top .tokuten_area {
        margin: 30px auto;
    }

    #top .tokuten_area .tokuten_title {
        width: 100%;
        margin-bottom: 30px;
    }

    #top .tokuten_area .flex {
        flex-direction: column;
        margin-bottom: 0;
    }

    #top .tokuten_area .flex img {
        width: 100%;
        margin-bottom: 30px;
    }

    /* sec1 */
    #sec1 {
        padding: 30px 0;
    }

    #sec1 div {
        width: 95%;
    }

    /* sec2 */
    #sec2 .title_area_1 img {
        width: 100%;
    }

    #sec2 .title_area_1,#sec2 .title_area_2 {
        margin-bottom: 30px;
    }

    #sec2 .title_area_2 img {
        width: 100%;
    }

    #sec2 .sec2_img_1 img, #sec2 .sec2_img_2 img {
        width: 90%;
    }

    #sec2 .sec2_img_1,#sec2 .sec2_img_2 {
        margin: 0 0 50px 0;
    }

    #info p {
        font-size: 12px;
    }

    #info .info_bg {
        padding: 30px 0;
    }

    #info .info_area_1 {
        width: 90%;
    }

    #info .info_area_1 .flex {
        flex-direction: column;
    }

    #info .info_area_1 .flex img {
        width: 100%;
        margin-bottom: 30px;
    }

    #info .info_img_area {
        width: 90%;
        margin: 30px auto 0px;
    }

    #info .info_img_area img {
        margin-bottom: 30px;
    }

    #info .info_img {
        margin: 30px 0 50px;
    }

    #copyright1 p {
        font-size: 10px;
    }

    .buy_btn {
        width: 70%;
        margin: 0 auto 50px;
    }
}
