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

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

/* top */
#top {
    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%;
    height: auto;
}

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

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

img.sec2_img5 {
    margin-top: 30px;
}

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

#metamor .metamor_flex {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 50px;
    align-items: center;
    width: 65%;
}

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

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

#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;
    height: 1100px;
}

#weapon .weapon_bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    object-fit: cover;
    right: 0;
}

#weapon .weapon_area {
    width: 90%;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 99;
}

#weapon .weapon_area div {
    width: 50%;
    padding-bottom: 30px;
    position: relative;
    z-index: 99;
}

#weapon .weapon_area .weapon_logo {
    width: 80%;
}

#weapon .weapon_area div p {
    width: 80%;
    margin: 50px 0 50px;
    text-align: left;
}

/* 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: 80%;
    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 */
    #top {
        margin-bottom: 50px;
    }

    .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;
        width: 80%;
    }

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

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

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

    #weapon .weapon_area {
        margin:  0 auto;
    }

    #weapon .weapon_area .weapon_bg {
        display: none;
    }

    #weapon .weapon_area div {
        width: 100%;
        text-align: center;
    }

    #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;
        text-align: left;
    }

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

/* 見守りチェック */
#page_item {
display: none;
}

#page_item.display {
display: block;
}

#contents {
    padding: 0;
    width: 100%;
}

#mainContainer {
    position: relative;
    z-index: 999;
    background: #fff;
    height: 100vh;
}
    
#mainContainer.hidden {
    display: none!important;
}

#check_page .SP{
    display: none;
}

#check_page {
    color: #1a1a1a;
    font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

#check_page .wrapper {
    width: 1200px;
    margin: 0 auto;
}

#check_page .wrapper .box01{
    padding: 30px;
    text-align: center;
}

#check_page .wrapper .box01 h3{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    color:#009250;
}

#check_page .wrapper .box01 .txt01{
    margin-bottom: 10px;
}

#check_page .wrapper .box01 .txt01 img {
    width: 30%;
}

#check_page .wrapper .box01 .txt02{
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}

#check_page .wrapper .box01 .btn_area{
    display: inline-flex;
    flex-wrap: wrap;
}

#check_page .wrapper .box01 .btn_area > li{
    width: 200px;
}

#check_page .wrapper .box01 .btn_area > li:first-child{
    margin-right: 20px;
}

#check_page .wrapper .box01 .btn_area > li a{
    background: #fff;
    border-radius: 10px;
    border: 1px solid #b89300;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    margin: 0 auto;
    font-weight: bold;
    color: #333;
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    transition: all .3s;
}

#check_page .wrapper .box01 .btn_area > li a:hover{
    color: #fff;
    border: 1px solid #b89300;
    background: #F0BA32;
}

.btnBuy{
    width:500px;margin:80px auto 100px;
} 

		
@media screen and (max-width: 639px) {
    #check_page .SP{
        display: block;
    }
    
    #check_page .wrapper {
        width: 100%;
        box-sizing: border-box;
        padding-bottom: 20px;
    }
    
    #check_page .wrapper img{
        width: 100%;
    }
    
    #check_page .wrapper .box01 h3{
        font-size: 20px;
    }
    
    #check_page .wrapper .box01 .txt02{
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    #check_page .wrapper .box01 .btn_area{
        display: block;
    }
    
    #check_page .wrapper .box01 .btn_area > li{
        margin-bottom: 15px;
        width: 100%;
    }
}

@media screen and (min-width: 1500px) {
    #weapon {
        height: 1300px;
    }
}

@media screen and (min-width: 1800px) {
    #weapon {
        height: 1500px;
    }
}