@charset "utf-8";
#t-spark_top {
    background-color: #000;
}

#t-spark_top .maxImg img{width:100%;}

/* top */

#top {
    background-image: url(../img/top_bg.png);
    background-size: cover;
    padding: 100px 0;
}

#top div {
    width: 60%;
    margin: 0 auto;
}

#top div p {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin-top: 50px;
}

/* sec1 */
#sec1 {
    padding: 100px 0;
    background-color: black;
}

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

#sec1 .item_title {
    font-size: 25px;
    font-weight: bold;
    margin:30px 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffc72e;
}

#sec2 {
    position: relative;
    background-size: cover;
}

#sec2 .sec2_item_title {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 10%;
    bottom: 0;
    transform: translateY(-50%);
    margin: auto 0;
    font-family: "Noto Serif JP", serif;
    line-height: 1.7;
}

#sec2 .sec2_item_title .img {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffc72e;
}

#sec2 .sec2_item_title .img img {
    width: 50%;
}

/* story */
#story .story_text {
    width: 50%;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
}

#story .story_text p {
    margin: 30px 0;
    text-align: left;
    font-family: "Noto Serif JP", serif;
}

#story .story_text img {
    width: 80%;
}

#sec3 {
    width: 80%;
    margin: 0 auto;
}

#sec3 img {
    margin-bottom: 50px;
}

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

#sec3 .flex img {
    width: 48%;
}

/*INFO*/
#t-spark_top #info {
    text-align: center;
    background-color: #000;
    padding: 100px 0 0;
}

#info a img {
    width: 50%;
    margin: 0 auto;
}

#t-spark_top #info p.copy{
    margin: 100px auto 150px;
    text-align: center;
    font-size:15px;
}

.img{
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width:667px) {

    #top {
        padding: 70px 0;
    }

    #top div {
        width: 80%;
    }

    #top div p {
        font-size: 16px;
    }

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

    #sec1 div {
        width: 80%;
    }

    /* sec2 */
    #sec2 .sec2_item_title {
        position: static;
        width: 80%;
        transform: none;
        margin: 30px auto 0;
    }

    #sec2 .bg_sp {
        object-fit: cover;
        object-position: right;
        height: 360px;
    }

    /* story */
    #story .story_text {
        width: 80%;
        padding: 50px 0;
    }

    #sec3 .flex {
        flex-direction: column;
    }

    #sec3 .flex img {
        width: 100%;
    }

    /*INFO*/
    #t-spark_top #info {
        padding: 0;
    }

    #info a img {
        width: 80%;
    }
    
    #t-spark_top #info p.copy{
        text-align: center;
        font-size:2.5vw;
    }
    
}