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

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

body {
    font-size: 16px!important;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/* sec1 */

#sec1 {
    margin: 100px 0;
    position: relative;
    z-index: 1;
}

#sec1::after {
    position: absolute;
    top: -35px;
    right: 30px;
    content: "";
    background-image: url(../img/sec1_bg.png);
    background-size: cover;
    width: 480px;
    height: 480px;
    z-index: -99;
}

#sec1 .text {
    width: 75%;
    margin: 70px auto 0;
    line-height: 1.8;
    font-family: "a-otf-ryumin-pr6n", serif;
}

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

#sec1 .text .flex img {
    width: 48%;
}

/*movie*/
#t-spark_top #movie{
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/bg_movie.png);
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}

/* sec2 */
#sec2 {
    background-image: url(../img/sec2_bg.png);
    background-size: cover;
}

#sec2 .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
    margin: 0 auto;
}

#sec2 .text_area {
    width: 48%;
    padding: 100px 0;
}

#sec2 .text_area p {
    font-family: "a-otf-ryumin-pr6n", serif;
    margin-top: 30px;

}

#sec2 .img1{
    width: 48%;
    height: 100%;
}

/* sec3 */
#sec3 {
    padding: 70px 0;
}
#sec3 .img_area {
    width: 75%;
    margin: 70px auto;
}

#sec3 .img_area img:not(:last-of-type) {
    margin-bottom: 70px;
}

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

dl#gallery{width:1080px; margin:70px auto;}
dl#gallery dt{width:590px;float:left;}
.slider{width:590px;}
.slider img{width:100%;}
dl#gallery dd{margin-left:610px;}


.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;
}

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

/*INFO*/

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

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

#info img.info_img01 {
    position: absolute;
    width: 70%;
    top: 95px;
    left: -30px;
    object-fit: contain;
    z-index: 1;
}

#info .info_text {
    width: 43%;
    margin: 0 50px 0 auto;
    position: relative;
    z-index: 999;
}

span.copy_mr {
    margin-right: 30px;
}

#info p.caution{
    width:100%;
    margin:0 auto;
    font-size:13px;
    margin-top: 20px;
}

#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;
    }

    /* sec1 */
    #sec1 {
        margin: 50px auto;
    }

    #sec1::after {
    top: -5px;
    right: 4px;
    width: 200px;
    height: 200px;
    }

    #sec1 .text {
        width: 90%;
        margin: 50px auto 0;;
    }

    #sec1 .text .flex {
        flex-direction: column;
    }

    #sec1 .text .flex img {
        width: 100%;
    }

    #sec1 .text .flex img:first-of-type {
        margin-bottom: 30px;
    }

    /*MOVIE*/
    #t-spark_top #movie{
        width:100%;
        background-size: contain;
        background-repeat: no-repeat;
        padding-top: 6%;
        padding-bottom: 6%;

    }

    #t-spark_top #movie div.mv{width:96%;margin:4vw auto;}
    #t-spark_top #movie h2{width:100%;height:35px;margin:0 auto;background: url("../img/h2_movie.png") center top no-repeat;background-size:240% auto;}

    /* sec2 */
    #sec2.sp {
        background-image: none;
        width: 100%;
        text-align: center;
    }

    #sec2.sp p {
        text-align: left;
    }

    #sec2.sp .sp_area {
        width: 90%;
        margin: 0 auto;
    }

    #sec2.sp .img_area_sp {
        width: 100%;
        background-image: url(../img/sec2_bg.png);
        background-size: cover;
    }

    #sec2 .img1 {
        width: 80%;
    }

    #sec2 .text_area {
        width: 100%;
        padding: 30px 0;
    }

    /* sec3 */
    #sec3 {
        padding: 50px 0 0;
    }
    #sec3 .img_area {
        width: 90%;
        margin: 50px auto;
    }

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


    /* GALLERY*/
    section#gallery {padding:0 0 50px;}
    #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: 100px 0 0;}
    dl#gallery  dt{width:100%;float:none;}
    .slider{width:100%;}
    .slider img{width:100%;}
    dl#gallery  dd{margin-left:auto;}

    /*INFO*/

    #info{padding-top: 50px;}
    #info p.caution{width:90%;margin:0 auto;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 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto 50px;
    }

    #info img.info_img01 {
        position: static;
        width: 100%;
        margin: 0 auto 30px;
    }

    #info .info_text {
        width: 100%;
        margin: 0 auto;
    }

    #info .info_text img {
        margin-bottom: 10px;
    }
    
}