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

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

p {
    margin: 0;
    padding: 0;
}

img {
  max-width: 100%;
}
ul {
    text-decoration: none;
    text-align: left;
    list-style: none;
    padding: 0;
    line-height: 1.5;
}

a {
    color: #fff;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

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


/* top */
#top {
  background-image: url(img/BG01.jpg);
  background-size: cover;
  padding: 0 0 100px 0;
}
#top .top_img  {
  width: 60%;
  margin: 100px auto;
}
#top .top_img.logo {
  width: 80%;
}
#top p {
  width: 60%;
  font-weight: bold;
  margin: 0 auto;
}
/* sec1 */
#sec1 {
  text-align: center;
  margin-bottom: 100px;
}

.sec_title {
  background-image: linear-gradient(90deg, #4b74fc, #60e1ee);
  height: 70px;
  width: 100%;
  text-align: center;
}

.sec_title_2 {
  background-image: linear-gradient(90deg, #00b1bf, #005974);
  height: 70px;
  width: 100%;
  text-align: center;
}

.sec_title_3 {
  background-image: linear-gradient(90deg, #00b1bf, #2453a4);
  height: 70px;
  width: 100%;
  text-align: center;
}

.sec_title img {
  height: 100%;
  object-fit:contain;
}

.sec_title_2 img {
  height: 100%;
  object-fit:contain;
}

.sec_title_3 img {
  height: 100%;
  object-fit:contain;
}
#sec1 .title_text {
  width: 30%;
  margin: auto;
}


#sec1 .event_info {
  display: flex;
  justify-content: center;
  width: 50%;
  margin: 0 auto 30px;
  line-height: 1.7;
  text-align: left;
}

#sec1 .event_info.mg_top {
  margin-top: 70px;
}
#sec1 .event_info .title {
  width: 15%;
  font-weight: bold;
  margin-right: 10px;
}

#sec1 .event_info .text {
  width: 78%;
}

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

/* デザインC(PC) */
@media screen and (min-width: 1025px) {
/* PC用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */

body {
  font-size: 16px;
}

/* ここからCOPYRIGHT */

#copyright1{width:40%;margin:0 auto 140px;}
#copyright1 p{font-size:12px;}

#brand_detail #copyright1{width:860px;margin:140px auto 0px;}

/* みまもりチェック */
.ageCheck h3{color:#FFF;font-size:28px;;text-align:center;margin-top:2em;}
.ageCheck p.txt02{color:#FFF; font-size:20px;text-align:center;}

}

@media screen and (max-width: 650px) {
    p {
        font-size: 0.8em;
    }
    ul {
      font-size: 0.8em;
    }
    .sp {
      display: block;
    }
    .pc {
      display: none;
    }

    #top {
      background-image: url(img/BG02.jpg);
      background-size: contain;
      padding: 0 0 30px 0;
    }
    #top .top_img.logo {
      width: 95%;
    }
    #top .top_img {
      width: 80%;
      margin: 30px auto;
    }
    #top p {
      width: 80%;
    }

    .sec_title_3 {
      height: 50px;
    }
    #sec1 .title_text {
      width: 70%;
      margin: auto;
    }

    #sec1 .event_info.mg_top {
      margin-top: 30px;
    }
    #sec1 .event_info {
      width: 90%;
    }
    #sec1 .event_info .title {
      width: 20%;
    }
    #sec1 .blue_btn {
      width: 90%;
    }
}
