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

img {
    width: 100%;
}

p {
    font-size: 18px;
}

#item_detail {
    padding-bottom: 0;
}

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

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

#sec1 div {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

#sec1 div img {
    width: 50%;
    margin-bottom: 50px;
}

#sec1 div p {
    text-align: left;
    color: black;
}

/* sec2 */
#sec2 {
    padding: 100px 0;
    background-image: linear-gradient(0deg, rgba(140, 21, 21, 1) 5%, rgba(0, 0, 0, 1));
}

#sec2 div.item {
    width: 60%;
    margin:  0 auto;
    text-align: center;
}

#sec2 div.item .img1 {
    width: 50%;
}

#sec2 div.item p {
    text-align: left;
    margin: 30px 0 50px;
    color: #fff;
}

.mov {
    width: 65%;
}

.movie_title {
    width: 50%;
    margin: 100px auto 50px;
}

/* detail */
#detail {
    background-color: #fff;
    padding-bottom: 100px;
}

/* detail */
#detail p {
    color: black;
}

#detail .inner {
    width: 80%;
    margin: 0 auto;
}

#detail .flex1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 80px auto;
}

#detail .flex1 div {
    width: 48%;
}

#detail .flex1 .right img {
    margin-bottom: 30px;
}

#detail .flex2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 30px;
}

#detail .flex2 img {
    width: 32%;
}

#detail .size {
    text-align: center;
    width: 80%;
    margin: 50px auto 0;
}

#detail .size img {
    width: 80%;
    margin-bottom: 30px;
}

#detail .size p {
    text-align: center;
}

/* gallery */
#gallery {
    width:100%;
    background-image: url(_image/gallery_bg.png);
    background-size: cover;
    padding-bottom: 80px;
}

#gallery .inner {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

#gallery .inner .gallery_title {
    width: 80%;
}

#gallery .img_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px 0 0;
}

#gallery .img_box a {
    width: 24%;
    margin-bottom: 20px;
}

/* INFO*/
#info{
    padding: 100px 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1)5%, rgba(140, 21, 21, 1));
}

#info .inner {
    width: 75%;
    margin: 50px auto 0;
}

#info .inner .flex {
    position: relative;
    display: flex;
    border: 1px solid #fff;
    margin: 200px 0;
}

#info .inner .flex h2.title {
    color: #FFF;
    font-size: 30px;
    margin: 10px 0 30px;
}

#info .inner .sub_title {
    font-weight: bold;
    margin-top: 20px;
}

#info .inner .flex .info_img {
    position: absolute;
    width: 47%;
    top: -130px;
    margin: auto 0;
    left: 30px;
    
}

#info .inner .flex .info_img img {
    border: 1px solid #fff;
}

#info .inner .flex .detail {
    position: relative;
    width: 45%;
    margin: 30px 30px 30px auto;
}

#info .inner .flex .detail .logo {
    width: 95%
}

#info .inner .detail_area {
    display: flex;
    align-items: baseline;
}

#info .inner .detail_area .title {
    margin-right: 20px;
    background-color: #fff;
    font-weight: bold;
    color: #8c1515;
    width: 30%;
    text-align: center;
    padding: 5px;
}

#info .inner .detail_area:not(:last-of-type) {
    margin-bottom: 20px;
}

#info .inner .detail_area .text {
    color: #fff;
    width: 65%;
}

#info .inner .detail_area .text p {
    font-size: 22px;
    font-weight: bold;  
}

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

.btn_buy {
    position: absolute;
    width: 100%;
    bottom: -150px;
}

@media screen and (max-width: 667px) {
    
    /* TOP */
    #item_detail{
        font-size:3.5vw;
    }

    #sec1 {
        background-position-x: -320px;
        padding: 50px 0;
    }

    #sec1 div {
        width: 80%;
    }

    #sec1 div img {
        width: 80%;
        margin-bottom: 30px;
    }
    /* sec2 */
    #sec2 {
        padding: 50px 0;
    }

    #sec2 div {
        width: 80%;
    }

    #sec2 div .img1 {
        width: 80%;
    }

    /* detail */
    #detail {
        padding-bottom: 40px;
    }

    #detail .flex1 {
        flex-direction: column;
        margin: 50px auto;
    }

    #detail .flex1 div {
        width: 100%;
    }

    #detail .flex1 .right img {
        margin-bottom: 10px;
    }

    #detail .flex1 img {
        margin-bottom: 10px;
    }

    #detail .flex2 {
        flex-direction: column;
        margin: 0 auto 0px;
    }

    #detail .flex2 img {
        width: 100%;
        margin-bottom: 10px;
    }

    #detail .size {
        width: 100%;
    }

    /* gallery */
    #gallery {
        padding-bottom: 30px;
    }

    #gallery .img_box {
        margin: 50px 0 0;
    }

    #gallery .img_box a {
        width: 48%;
        margin-bottom: 20px;
    }

    /* info */
    #info {
        padding: 50px 0;
    }
    
    #info .inner {
        width: 80%;
    }
    
    #info .inner .flex {
        flex-direction: column;
        padding-top: 200px;
        margin-bottom: 0;
    }

    #info .inner .flex h2.title {
        text-align: center;
        font-size: 20px;
    }

    #info .inner .flex .info_img {
        top: -200px;
        width: 80%;
    }

    #info .inner .sub_title {
        text-align: center;
    }

    #info .inner .flex .detail {
        width: 90%;
        margin: 0 auto 20px;
    }

    #info .inner .detail_area {
        flex-direction: column;
    }

    #info .inner .detail_area .title {
        width: 100%;
        margin-bottom: 10px;
    }

    #info .inner .detail_area .title p {
        font-size: 16px;
    }

    #info .inner .detail_area .text {
        width: 100%;
        text-align: center;
    }

    #info .inner .detail_area .text p {
        font-size: 16px;
    }

    .btn_buy {
        position: static;
        width: 100%;
        margin: 30px auto 20px;
    }

    #sec2 div.youtube {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1830px) {
    #copyright1 p {
        margin-top: 250px;
    }
}