@charset "utf-8";
#t-spark_top .maxImg img{width:100%;}

body {
    font-size: 16px;
} 

.pc {
    display: block;
}

.sp {
    display: none;
}

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

#t-spark_top .title_img {
    width: 800px;
    margin-bottom: 50px;
}


/* story */
#story {
    padding: 0 0 100px 0;
    margin-top: 100px;
}
#story .flex_area {
    display: flex;
    width: 80%;
    margin: 50px auto 0;
    justify-content: space-between;
}

#story .flex_area p {
    width: 53%;
}

#story .flex_area img {
    height: 100%;
    width: 43%;
}

/*movie*/
#t-spark_top #movie{
    width: 100%;
    position: relative;
    text-align: center;
}

#movie .movie_bg {
    background-image: url(../img/bg_movie.png);
    background-size: cover;
}

#movie .mov {
    width: 60%;
    margin: 0 auto;
    padding: 150px 0 100px;
}

#movie img {
    position: absolute;
    top: -10px;
}

/* sec1 */
#sec1 {
    background-image: url(../img/bg_sec1.png);
    background-size: cover;
    background-position: center;
    padding-top: 200px;
}

#sec1 .inner {
    position: relative;
    width: 80%;
    margin: 100px auto 0;
}

#sec1 .flex {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 200px 0 0;
}

#sec1 .img1 {
    position: absolute;
    top: -160px;
    width: 60%;
}

#sec1 .flex .right {
    width: 47%;
    padding:0 0 100px;
}

#sec1 .flex .right img {
    width: 80%;
    margin-bottom: 10px;
}

#sec1 .flex .left {
    width: 47%;
}

#sec1 .img4 {
    width: 70%;
    margin: 100px auto;
}

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

#detail .image_area {
    width: 80%;
    margin: 100px auto 50px;
}

#detail .image_area img:not(:last-of-type) {
    margin-bottom: 100px;
}


/* GALLERY*/
section#gallery{
    width:100%;background:#000;
    padding:100px 0;
    position: relative;
    z-index:10;
    text-align: center;
}

dl#gallery{
    width:80%;
    margin:50px auto 0;
}

dl#gallery dt{
    width:590px;
    float:left;
}

.slider{
    width:590px;
}

.slider img{
    width:100%;
}

dl#gallery dd{
    margin-left:610px;
}

.slick-initialized .slick-slide {
    margin: 0;
}

.thumbnail-img {
  opacity: 0.5;
  transition: opacity .3s linear;
  width: calc(100% / 4) !important;
}
.thumbnail-img img{width:100%;padding:5px;}
.thumbnail .slick-current {
  opacity: 1;
}

.slick-track {
  transform: unset !important;
  display: flex;
  flex-wrap: wrap;
}

/*INFO*/
#info{width:100%;padding-top:100px;padding-bottom: 50px;background-image: url("../img/bg_info.png");background-image: url(../img/bg_info.png);background-size: cover;}

#info .info_box {
    display: flex;
    width: 80%;
    margin: 0 auto 100px;
    justify-content: space-between;
    align-items: end;
}

#info img.info_img01 {
    width: 53%;
    object-fit: contain;
}

#info .info_text {
    width: 43%;
}

#info p.caution{
    width:100%;
    margin:20px auto 0;
    font-size:13px;
}
#info p.copy{margin-top:100px;text-align: center; font-size:15px;}
#info .btnBuy{width:500px;margin:60px auto;}

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

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

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /* story */
    #story {
        padding: 0 0 50px 0;
        margin-top: 50px;
    }

    #story .flex_area {
        flex-direction: column;
    }

    #story .flex_area p {
        width: 100%;
    }

    #story .flex_area img {
        width: 100%;
        margin-top: 30px;
    }

    /*MOVIE*/
    #t-spark_top #movie{
        width:100%;
        margin-bottom: 50px;
    }

    #t-spark_top #movie div.mv{
        width:96%;
        margin:4vw auto;
    }

    #t-spark_top #movie h2{
        width:100%;
        height:35px;
        margin:0 auto;
    }

    #movie .mov {
        width: 80%;
        padding: 50px 0;
    }

    #t-spark_top .title_img {
        width: 100%;
        margin-bottom:30px;
    }   

    /* sec1 */
    #sec1 {
        padding-top: 0;
    }

    #sec1 .flex {
        flex-direction: column;
        padding: 0;
        margin-top: 30px;
    }

    #sec1 .flex .left {
        width: 100%;
        margin-bottom: 30px;
    }

    #sec1 .flex .right {
        width: 100%;
        padding: 0;
    }

    #sec1 .img1 {
        position: static;
        width: 100%;
    }

    #sec1 .img4 {
        width: 100%;
        margin: 50px auto;
    }

    /* detail */
    #detail .image_area {
        margin: 50px auto 0;
    }

    #detail .image_area img.img2 {
        width: 80%;
    }

    #detail .image_area img:not(:last-of-type) {
        margin-bottom: 30px;
    }
    

    /* GALLERY*/
    section#gallery {padding:50px 0;}
    #gallery h2{width:40%!important; margin:18px auto;position: static!important;}
    section#gallery .inner{width:100%;height:auto;margin:0 auto;padding:0;}
    dl#gallery {
        width:100%; margin:0 auto;
        padding: 50px 0 0;
    }

    dl#gallery  dt{
        width:100%;
        float:none;
    }

    .slider{
        width:100%;
    }

    .slider img{
        width:100%;
    }

    dl#gallery dd{
        margin-left:auto;
    }

    /*INFO*/

    #info{
        width:100%;
        background:#000;
        background: url("../img/bg_info.png") center top no-repeat #000;
        background-size:cover;
    }
    
    #info p.caution{
        width:90%;
        margin: 20px auto 0;
        font-size:2.5vw;
    }
    #info p.copy{
        margin-top:7vw;
        text-align: center;
        font-size:2.5vw;
    }

    #info .btnBuy{
        width:80%;
        margin:0px auto 5vw;
    }

    #info .info_box {
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin: 0 auto 50px;
    }

    #info img.info_img01 {
        width: 80%;
    }

    #info .info_text {
        width: 80%;
    }
    
}
  