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

* {
  box-sizing: border-box;
}
body {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  z-index: -1;
  text-align: left;
  color:#4d4d4d;
  width: 100%;
  background-color: #e6e6e6;
  margin: 0;
}

body:before {
    background-color: #e6e6e6;
    background-image: none;
}

#t-spark_top {
    background-color: #e6e6e6;

}

p {
    margin: 0;
    padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}
ul {
    text-decoration: none;
    text-align: left;
    list-style: none;
    padding: 0;
    line-height: 1.5;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* movie */
#movie {
    position: relative;
    padding: 150px 0;
}

.mov {
    z-index: 99;
}

#movie::before {
    position: absolute;
    content: "";
    background-image: url(img/movie_bg1.png);
    background-size: cover;
    width: 500px;
    height: 510px;
    top: 25%;
    left: -7%;
    z-index: 1;
}

#movie::after {
    position: absolute;
    content: "";
    background-image: url(img/movie_bg2.png);
    background-size: cover;
    width: 500px;
    height: 510px;
    bottom: 11%;
    right: -2%;
    z-index: 1;
}

#movie .title_img {
    margin-bottom: 0;
    position: relative;
    z-index: 99;
}

.title_img {
    width: 100%;
    margin-bottom: 100px;
}

/* sec1 */
#sec1 {
    margin-bottom: 150px;
}

#sec1 .flex_product {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 0 50px auto;
    align-items: flex-start;
}

#sec1 .flex_product .text {
    width: 45%;
    margin-right: 30px;
}

#sec1 .flex_product img {
    width: 50%;
}

#sec1 .flex_product .text img {
    width: 80%;
    margin-bottom: 30px;
}

#sec1 .img_area {
    width: 80%;
    margin: 0 auto 100px;
}

#sec1 .img_area .full_image {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

#sec1 .img_area .full_image img {
    width: 49%;
}

#sec1 .img_area .up_image {
    display: flex;
    justify-content: space-between;
}

#sec1 .img_area .up_image img {
    width: 32%;
}

/* metamor */
#metamor {
    text-align: center;
    margin-bottom: 150px;
}

#metamor .metamor_flex {
    display: flex;
    justify-content: space-between;
     width: 80%;
    margin: 0 auto 20px;
}

#metamor .metamor_flex .img1 {
    width: 58%;
}

#metamor .metamor_flex .text {
    width: 39%;
}

#metamor .metamor_flex .text p {
    text-align: left;
}

#metamor .metamor_flex .text img {
    margin-bottom: 30px;
}

#metamor .img3 {
    width: 80%;
}

/* weapon */
#weapon {
    margin-bottom: 150px;
}

#weapon .weapon_area {
    background-image: url(img/weapon_bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position-y: 80px;
    width: 90%;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 99;
}

#weapon .weapon_area div {
    width: 47%;
    padding-bottom: 30px;
}

#weapon .weapon_area div p {
    width: 90%;
    margin: 20px 0 50px;
}

/* option */
#option {
    margin-bottom: 150px;
}

#option img {
    position: relative;
    z-index: 99;
}

#option .parts {
    width: 75%;
    margin: 0 auto 100px;
    position: relative;
    z-index: 99;
}

#option .parts p {
    width: 90%;
    margin: 20px auto 0;
}

#option .ex {
    width: 50%;
    margin: 0 auto 50px;
    position: relative;
    z-index: 99;
}

#option .ex p {
    position: relative;
    width: 90%;
    margin: 20px auto 0;
    z-index: 99;
}

#option .ex::before {
    position: absolute;
    content: "";
    background-image: url(img/option_bg1.png);
    background-size: cover;
    width: 340px;
    height: 345px;
    top: -30%;
    left: -57%;
    z-index: 1;
}

#option .ex::after {
    position: absolute;
    content: "";
    background-image: url(img/option_bg1.png);
    background-size: cover;
    width: 330px;
    height: 330px;
    top: 40%;
    right: -54%;
    z-index: 1;
}

/* info */
#info {
    text-align: center;
}
p.copy{
    margin-top:100px;
    text-align: center;
    font-size:15px;
}

#info p.caption {
    width: 50%;
    text-align: center;
    margin: 100px auto;
    font-size: 12px;
}

/* みまもりチェック */    
.ageCheck h3{color:#FFF;font-size:5vw;;text-align:center;margin-top:1em;}
.ageCheck p.txt02{color:#FFF; font-size:4vw;text-align:center;}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
      }
    .sp {
    display: block;
    }

    /* top */
    #movie {
        padding: 50px 0;
    }

    #movie::before {
        width: 150px;
        height: 150px;
        top: 10px;
        left: -7%;
    }

    #movie::after {
        width: 150px;
        height: 160px;
        bottom: 20px;
        right: -2%;
    }

    .title_img {
        margin-bottom: 50px;
    }

    /* sec1 */
    #sec1 {
        margin-bottom: 50px;
    }

    #sec1 .flex_product {
        flex-direction: column;
        margin: 0 auto 50px;
    }
    
    #sec1 .flex_product img {
        width: 100%;
    }

    #sec1 .flex_product .text {
        width: 100%;
        margin: 0 0 30px;
    }

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

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

    #sec1 .img_area .full_image {
        flex-direction: column;
    }

    #sec1 .img_area .full_image img {
        width: 100%;
    }

    #sec1 .img_area .full_image img:not(:last-of-type) {
        margin-bottom: 20px;
    }

    #sec1 .img_area .up_image {
        flex-direction: column;
    }

    #sec1 .img_area .up_image img {
        width: 100%;
    }

    #sec1 .img_area .up_image img:not(:last-of-type) {
        margin-bottom: 20px;
    }

    /* #metamor */
    #metamor {
        margin-bottom: 50px;
    }

    #metamor .metamor_flex {
        flex-direction: column;
    }

    #metamor .metamor_flex .img1 {
        width: 100%;
        margin-bottom: 30px;
    }

    #metamor .metamor_flex .text {
        width: 100%;
    }

    /* #weapon */
    #weapon {
        position: relative;
        margin-bottom: 50px;
    }

    #weapon .weapon_area {
        background-image: none;
        margin:  0 auto;
    }

    #weapon .weapon_area div {
        width: 100%;
    }

    #weapon .sp_bg {
        position: absolute;
        top: 400px;
        width: 100%;
        height: auto;
    }

    #weapon .weapon_area div p {
        text-shadow: 1px 1px 2px #fff;
        width: 45%;
    }
    #weapon .weapon_area .sp_position {
        margin-top: 25%;
    }

    /* #option */
    #option {
        margin-bottom: 50px;
    }

    #option .parts {
        width: 90%;
    }

    #option .ex {
        width: 90%;
    }

    #option .ex::before {
        width: 150px;
        height: 150px;
        top: -50px;
        left: -14%;
    }

    #option .ex::after {
        width: 150px;
        height: 160px;
        top: 210px;
        right: -32%;
    }

    #info p.copy{
        margin-top:7vw;
        text-align: center;
        font-size:2.5vw;
    }

    #info p.caption {
        width: 90%;
        margin: 50px auto;
        font-size: 10px;
    }

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





}

@media screen and (max-width: 430px) {
    #weapon .sp_bg {
        top: 380px;
    }

    #weapon .weapon_area div p {
        width: 80%;
        margin: 0 auto;
    }
    #weapon .weapon_area .sp_position {
        margin-top: 85%;
    }

    p {
        font-size: 13px;
    }
}

@media screen and (max-width: 380px) {
    #weapon .sp_bg {
        top: 350px;
    }
}

@media screen and (max-width: 320px) {
    #weapon .sp_bg {
        top: 300px;
    }
    #weapon .weapon_area .sp_position {
        margin-top: 75%;
    }
}
