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

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

.pc {
    display: block;
}

.sp {
    display: none;
}

/* lead */
#lead {
    background-image: url(../img/bg_lead.png);
    background-size: cover;
    width: 100%;
    padding: 100px 0;
    margin: 100px 0;
}

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

#lead .lead_area img {
    width: 47%;
    height: 100%;
}

#lead .lead_area .lead_text {
    width: 47%;
}

#lead .lead_area .lead_text p.title {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
}

/*movie*/
#t-spark_top #movie{
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #000;
}

/* sec1 */
#sec1 {
    width: 80%;
    margin: 100px auto;
}

/* mode */
#mode {
    margin: 100px 0;
}
#mode .mode_area {
    width: 70%;
    margin: 70px auto;
    text-align: center;
}

.mode_img1 {
    margin: 50px 0;
}

#mode .mode_area .mode_text {
    width: 70%;
}

.mb-50px {
    margin-bottom: 50px;
}

#mode .mode_flex {
    display: flex;
    width: 85%;
    margin: 0 auto 100px;
    justify-content: space-between;
    align-items: center;
}

#mode .mode_flex div {
    width: 47%;
}

#mode .mode_flex div img {
    margin-bottom: 20px;
}

.sl_relative {
    position: relative;
    height: 550px;
}

.sl .mode_area img.small {
    position: absolute;
    top: 100px;
    right: 150px;
    width: 70%;
}

.sb_flex {
    display: flex;
    justify-content: space-between;

}

.sb_flex .flex_left {
    width: 40%;
}

.sb_flex .flex_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 57%;
}

.sb_flex p.text_border {
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: left;
}

.bc_relative_1 {
    position: relative;
    height: 750px;
    width: 65%;
    margin: 0 auto;
}

.bc_relative_1 img {
    margin-left: 300px;
}

.bc_relative_1 p {
    position: absolute;
    bottom: 260px;
    left: 80px;
    width: 350px;
    text-align: left;
}

.bc .mode_area.sb_img5 p {
    margin-top: 20px;
    text-align: left;
}

.bc_relative_2 {
    position: relative;
    height: 620px;
}

.bc_relative_2 p {
    position: absolute;
    top: 160px;
    left: 80px;
    text-align: left;
}

/* weapon */
#weapon {
    position: relative;
    height: 830px;
    text-align: center;
}

#weapon .weapon img.title {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 50px;
}

#weapon .weapon p {
    width: 60%;
    text-align: left;
    margin: 0 auto;
}

#weapon .weapon_img .img1 {
    position: absolute;
    bottom: 0px;
    left: -130px;
    width: 42%;
}

#weapon .weapon_img .img2 {
    position: absolute;
    bottom: 70px;
    width: 35%;
    left: 33%
}

#weapon .weapon_img .img3 {
    position: absolute;
    bottom: -20px;
    right: -190px;
    width: 40%;
}

/* display_mode */
#display_mode {
    position: relative;
    padding:100px 0;
    border-bottom: 1px solid #fff;
    text-align: center;
    height: 1040px;
    margin-bottom: 100px;
}

#display_mode .display_mode_img {
    width: 70%;
    margin-top: 100px;
}

#display_mode .display_mode_text {
    position: absolute;
    width: 50%;
    bottom: 130px;
    left: 25%;
    text-align: left;
}

#display_mode .display_mode_text span {
    font-size: 12px;
}

/* spec */
#spec {
    background-image: url(../img/bg_spec.png);
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
}

#spec img {
    width: 70%;
}

#spec img.title {
  width: 50%;
  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:0 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;
}

#gallery .title_area {
    width: 1080px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 50px;
}

#gallery .title_area .title_img {
    width: 30%;
}

/*INFO*/

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

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

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

#info p.caution{width:640px;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;
    }

    /* lead */

    #lead {
        margin: 30px 0;
        padding: 50px 0;
    }

    #lead .lead_area {
        flex-direction: column;
        width: 100%;
    }

    #lead .lead_area img,#lead .lead_area .lead_text {
        width: 80%;
    }

    /*MOVIE*/

    /* sec1 */
    #lead .lead_area .lead_text {
        width: 90%;
        margin: 50px 0;
    }

    /* mode */
    #mode {
        margin: 0;
    }

    .mode_img1 {
        margin: 0;
    }

    #mode .mode_area {
        width: 90%;
        margin: 30px auto;
    }

    #mode .mode_area .mode_text {
        width: 90%;
    }

    .mb-50px {
        margin-bottom: 30px;
    }

    .sl_relative {
        height: 300px;
    }

    .sl .mode_area img.small {
        position: absolute;
        top: 90px;
        right: 30px;
        width: 80%;
    }

    #mode .mode_flex {
        flex-direction: column;
        width: 90%;
        margin: 80px auto 50px;;
    }

    #mode .mode_flex div {
        width: 100%;
    }

    #mode .mode_flex div p {
        margin-bottom: 20px;
    }

    .bc_relative_1 {
        height: auto;
        margin-bottom: 50px;
    }

    .bc_relative_1 img {
        margin: 0;
    }

    .bc_relative_1 p {
        position: static;
        width: 100%;
        margin: 20px 0 50px;
    }

    .sb_flex {
        flex-direction: column;
    }

    .sb_flex .flex_left {
        width: 60%;
        margin: 0 auto 50px;
    }

    .sb_flex .flex_right {
        width: 100%;
    }

    .sb_flex p.text_border {
        margin-bottom: 20px;
    }

    .bc_relative_2 {
        position: static;
        height: auto;
    }

    .bc_relative_2 p {
        position: static;
        margin-top: 20px;
    }

    /* weapon */
    #weapon {
        height: 380px;
    }

    #weapon .weapon img.title {
        margin-bottom: 30px;
    }

    #weapon .weapon p {
        width: 90%;
    }

    #weapon .weapon_img .img1 {
        bottom: 0px;
        left: -20px;
        width: 42%;
    }

    #weapon .weapon_img .img2 {
        bottom: 0px;
        left: 32%;
    }

    #weapon .weapon_img .img3 {
        bottom: -20px;
        right: -39px;
        width: 40%;
    }

    /* display_mode */
    #display_mode {
        height: 430px;
        margin-bottom: 50px;
    }

    #display_mode .display_mode_img {
        width: 90%;
        margin-top: 30px;
    }

    #display_mode .display_mode_text {
        width: 70%;
        bottom: 30px;
        left: 15%;
    }

    /* spec */
    #spec {
        padding: 50px 0;
    }

    #spec img {
        width: 90%;
    }

    #spec img.title {
        width: 80%;
    }

    /* 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;}

    #gallery .title_area {
        width: 90%;
        margin: 0 auto;
    }

    #gallery .title_area .title_img {
        width: 50%;
    }

    .slick-initialized .slick-slide {
        margin: 10px;
    }

    /*INFO*/

    #info{
        width:100%;
        height: 450px;
        background-position-x: -210px;
    }
    #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 {
        flex-direction: column;
        align-items: center;
        margin: 0 auto 100px;
    }

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

@media screen and (min-width:1650px) {
    .bc_relative_1 {
        height: 950px;
    }

    #mode {
        margin: 100px 0 250px;
    }

    .sl_relative {
        height: 700px;
    }

    #weapon {
        height: 1050px;
    }

    #weapon .weapon_img .img1 {
        left: -70px;
        width: 35%;
    }

    #weapon .weapon_img .img2 {
        width: 30%;
        left: 36%;
    }

    #weapon .weapon_img .img3 {
        right: -30px;
        width: 35%;
    }

    #display_mode {
        height: 1220px;
    }

    #info {
        height: 1050px;
    }

    #info .info_box {
        margin: 0 auto 450px;
    }
}