@charset "UTF-8";
/*----------------------------------------------------------------------------*/

#t-spark_top {
    background-color: black;
}


/* about */
#about .about_text {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

#about .about_text img {
    width: 35%;
    height: 100%;
    margin-right: 60px;
}

#about .about_text div {
    width: 100%;
}

#about .about_text h2.title {
    font-size: 20px!important;
    font-weight: bold;
    margin: 0px 0 15px;
    line-height: 1.3;
}

#about .about_text h2.title span {
    color: #E00000;
    margin-bottom: 10px;
}

#about .about_text p {
    margin-bottom: 30px;
}

#about .about_text p:last-of-type {
    margin-bottom: 0;
    font-weight: bold;
}

/* lineup */
#lineup {
    width: 70%;
    padding: 150px 0;
    margin: 0 auto;
    text-align: center;
}

#lineup p {
    text-align: left;
}

#lineup p.title {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
    padding: 0;
}

#lineup img.lineup {
    width: 35%;
    margin: 0 auto 70px;
}

#lineup .lineup_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 30px;
}

#lineup .lineup_box div {
    width: 28%;
    margin: 0 20px 50px;
}

#lineup img.comingsoon {
    padding: 100px 0;
}

.red_btn {
    background-color: #e00000;
    padding: 15px 0;
    display: block;
    width: 100%;
    border-radius: 50px;
    margin-top: 20px;
}

.red_btn img.view {
    width: 30%;
}

/* thoughts */

#thoughts {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

#thoughts img.thoughts {
    width: 50%;
    margin: 0 auto 70px;
}

#thoughts p.copy_text {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 70px;
}

#thoughts p.copy_text span {
    color: #e00000;
}

#thoughts .thoughts_box div {
    position: relative;
}

#thoughts .thoughts_box .read_btn {
    background-image: url(_image/read_red_btn.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    width: 32%;
    height: 13%;
    right: 5%;
    bottom: 10%;
}

#thoughts .thoughts_box .read_btn:hover {
    background-image: url(_image/read_white_btn.png);
}

.red_btn img.comingsoon {
    width: 65%;
}

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

.mb_50px {
    margin-bottom: 50px;
}

@media screen and (max-width: 667px) {
    #about .about_text {
        flex-direction: column;
    }

    #about .about_text img {
        width: 100%;
        margin-bottom: 20px;
    }
gt
    #about .about_text div {
        width: 100%;
    }

    #lineup {
        width: 80%;
        padding: 50px 0;
    }

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

    #lineup p.title {
        font-size: 12px;
        height: auto;
    }

    #lineup img.lineup {
        width: 50%;
    }

    #lineup .lineup_box div {
        width: 45%;
        margin: 0 5px 30px;
    }

    #thoughts img.thoughts {
        width: 70%;
    }

    #thoughts p.copy_text {
        font-size: 15px;
    }

    .red_btn {
        padding: 10px 0;
    }

    .red_btn img.view {
        width: 50%;
    }

    .red_btn img.comingsoon {
        width: 85%;
    }
}
