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

/* about */
#about {
  padding-bottom: 30px;
}

#about .about_title {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}

#about .about_title:before{
	position:absolute;
	content:"";
  display:block;
	height:1px; width: 100%;
  background: linear-gradient(to right,#4b74fc, #60e1ee);
}

#about .about_title:after {
  position:absolute;
	content:"";
  display:block;
	height:1px; width: 100%;
  background: linear-gradient(to right,#60e1ee, #4b74fc);
}

#about .about_title img {
  width: 60%;
}

#about .about_title:before{
	top:0;left:0;
}

#about .about_title:after{
	bottom:0;left:0;
}

#about .about_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin:  0 auto 70px;
}

#about .about_detail .left {
  width: 35%;
}

#about .about_detail .right {
  width: 60%;
  font-weight: bold;
}

/* 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 .sec1_img {
  width: 50%;
  margin: 100px 0 10px;
}

#sec1 .link_area {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 50px auto 10px;
}

#sec1 .link_area div {
  width: 48%;
}

/* sec2 */
#sec2 .sec2_bg {
  background-image: url(img/sec2_bg.png);
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}

#sec2 .sec2_bg img {
  margin-bottom: 50px;
}

#sec2 .sec2_bg img.img1 {
  width: 60%;
}

#sec2 .sec2_bg img.img2 {
  width: 80%;
}

/* sec3 */
#sec3 {
  text-align: center;
  margin-bottom: 100px;
}

#sec3 .guest_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 100px auto 50px;
}

#sec3 .guest_img .item {
  width: 32%;
  text-align: center;
}

#sec3 .guest_img .item p {
  font-weight: bold;
  margin-top: 10px;
}

#sec3 img.img4 {
  width: 70%;
}

/* sec5 */
#sec5 {
  text-align: center;
  margin-top: 100px;
}

#sec5 .img1 {
  width: 60%;
  margin-top: 100px;
}

#sec5 .item_detail {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #60e1ee, #4b74fc) 1;
}

#sec5 .item_detail:last-of-type {
  border-bottom: none;
}

#sec5 .item_detail .left {
  width: 45%;
  text-align: left;
}

#sec5 .item_detail .right {
  width: 40%;
}

#sec5 .item_detail .left .logo_img {
  width: 50%;
  margin-bottom: 30px;
}

#sec5 .item_detail .left .item_title {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}

#sec5 .item_detail .left .blue_text {
  font-weight: bold;
  color: #00b1bf;
}

#sec5 .item_detail .left .item_link {
  width: 50%;
  margin-top: 30px;
  display: block;
}

#sec6 {
  width: 80%;
  margin: 100px auto;
}

#sec6 .blue_text {
  color: #00b1bf;
  font-weight: bold;
}

#sec6 ul.item1 {
  list-style-type: decimal;
  margin: 0;
  padding: 0;
  list-style-position: inside;
  line-height: 1.8;
}

#sec6 ul.item2  {
  list-style-type: disc;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  list-style-position: inside;
}

li {
  margin-left: 1.4em;
  text-indent: -1.4em;
}

#sec6 .area2 {
  margin: 30px 0;
}

.m_30px {
  margin: 30px 0;
}

.sec6_text_title {
  font-size: 20px;
  margin-bottom: 10px;
}

/* sec7 */
#sec7 .sec7 {
  height: 100px;
}

#sec7 .inner {
  width: 60%;
  margin: 100px auto;
  text-align: center;
}

#sec7 .inner p {
  text-align: left;
}

#sec7 .inner p.bold_text {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 30px;
}

#sec7 .post_link {
  display: block;
  width: 50%;
  margin: 30px auto;
}

.img4 {
  width: 40%;
}

#sec7 .orange_text {
  font-size: 20px;
  color: #ff8033;
  text-align: center!important;
  margin: 10px 0;
  font-weight: bold;
}

/* sec8 */
#sec8 {
  width: 80%;
  margin: 0 auto;
}

#sec8 ul {
  list-style-type:none;
  margin: 30px 0 100px;
  padding: 0;
  list-style-position: inside;
  line-height: 1.8;
}

#sec8 .inner {
  margin: 30px 0 100px;
}

#sec8 .inner a {
  text-decoration: none;
}

#sec8 .inner p:last-of-type {
  font-weight: bold;
}

#sec8 .moll_link {
  width: 70%;
  margin: 100px auto;
  text-align: center;
}

#sec8 .moll_link p {
  margin-top: 10px;
}

#sns {
    width: 80%;
    margin: 100px auto;
    text-align: center;
}

#sns .title_img {
    width: 60%;
    margin: 0 auto 30px;
}

#sns .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
} 

#sns .flex .item {
    width: 48%;
}

/* みまもりチェック */
.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;
    }

    #about .about_detail {
      flex-direction: column;
    }

    #about .about_detail .left {
      width: 80%;
      margin-bottom: 30px;
    }

    #about .about_detail .right {
      width: 100%;
    }

    #about .about_detail .left {
      width: 80%;
    } 

    #sec1 {
      margin-bottom: 50px;
    }

    #sec1 .sec1_img {
      width: 80%;
    }

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

    #sec1 .link_area div {
      width: 100%;
      margin-bottom: 30px;
    }

    #sec2 .sec2_bg img.img1 {
      width: 80%;
    }

    #sec2 .sec2_bg img.img2 {
      width: 100%;
    }

    #sec2 .sec2_bg {
      padding: 50px 0;
    }

    #sec3 .guest_img {
      width: 90%;
      margin: 50px auto 50px;
    }

    #sec3 {
      margin-bottom: 50px
    }

    #sec5 {
      margin-top: 50px;
    }

    #sec5 .img1 {
      width: 80%;
      margin: 60px 030px;
  }

  #sec5 .item_detail {
    flex-direction: column;
    margin-bottom: 50px;
  }

  #sec5 .item_detail .left {
    width: 100%;
  }

  #sec5 .item_detail .right {
    width: 80%;
  }

  #sec5 .item_detail .left .logo_img {
    margin-bottom: 10px;
  }

  #sec5 .item_detail .left .item_link {
    width: 80%;
  }

  .sec6_text_title {
    font-size: 16px;
  }

  #sec7 .inner {
    width: 80%;
    margin: 50px auto;
  }

  #sec7 .post_link {
    width: 70%;
  }

  #sec7 .inner p.bold_text {
    font-size: 16px;
  }

  .img4 {
    width: 60%;
  }

  #sec8 ul {
    margin: 30px 0 50px;
  }

  #sec8 .inner a {
    word-wrap: break-word;
  }

  #sec8 .moll_link {
    width: 100%;
    margin: 0px auto;
  }

  #sec8 .inner {
    margin: 30px 0 50px;
  }

  #sns {
      margin: 50px auto;
  }
    
}
