@charset "UTF-8";
/*----------------------------------------------------------------------------*/
.pc {
  display: block;
}
.sp {
  display: none;
}

/* TOP */
#t-spark_top {
  background-color: #000;
}

#item_detail {
  font-size: 15px;
  background-color: #000;
}

#item_detail p.heading {
  text-shadow: 1px 1px 4px #bf0a0a, -1px 1px 4px #bf0a0a, 1px -1px 4px #bf0a0a,
    -1px -1px 4px #bf0a0a;
}

.fixed_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  z-index: 999;
}

/* init */
#item_detail h2 {
  font-size: 7vw;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  margin: 0;
}

/*  */
#item_detail #collection .inner {
  padding: 0 0 100px 0;
}

#item_detail #collection .inner {
  width: 80%;
  margin: 0 auto;
}

/* LEAD */
#item_detail #lead .inner .lead-description {
  background-image: url(../img/bg_01.png);
  height: 396px;
  width: 100%;
  background-size: auto 100%;
  padding: 7vw;
}
#item_detail #lead .inner dl dt {
  width: 400px;
  height: 210px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
#item_detail #lead .inner dl dd strong {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  display: block;
}
#item_detail #lead .inner dl dd {
  margin-left: 490px;
}
#item_detail #lead .inner dl dd p.product_title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  display: block;
}

/* SEC2*/
#item_detail #sec2 {
  background: #000;
  padding: 0 0 100px;
  position: relative;
  text-align: center;
}

#sec2 .sec2_img {
  width: 60%;
  margin: 100px 0 0;
}

/* SEC3*/
#item_detail #sec3 {
  text-align: center;
  padding: 0 0 100px;
}

#sec3 .sec3_img {
  width: 60%;
  margin: 100px 0 0;
}

/* sec4 */
#sec4 {
  padding: 0 0 100px;
  text-align: center;
}
#sec4 .features {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 100px auto 0;
}

#sec4 .features .text {
  width: 60%;
}

#sec4 .features .text p {
  border-bottom: 1px solid #C10000;
  padding: 15px 0;
  text-align: left;
}

#sec4 .features .img {
  width: 35%;
}

#sec4 .features .img img {
  margin-bottom: 30px;
}

#sec4 img.img3 {
  width: 80%;
}

/* SEC6*/
#sec6 {
  width: 60%;
  margin: 0 auto;
  padding: 100px 0 0;
}

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

#sec7 .sec7_img {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}

#sec7 .sec7_img img {
  width: 48%;
}

#sec7 .sec7_bg {
  position: relative;
  z-index: 1;
  padding: 100px 0 0;
  text-align: center;
}

#sec7 .sec7_bg .bg1 {
  position: absolute;
  z-index: -1;
  width: 550px;
  right: -260px;
  top: 45px;
}

#sec7 .sec7_bg .bg2 {
  position: absolute;
  z-index: -1;
  width: 450px;
  bottom: -100px;
  left: -220px;
}

#sec7 .sec7_bg .img4 {
  width: 80%;
}

/* INFO*/
#info {
  height: 690px;
}

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

#info div.inner div.info_wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#info div.inner div.info_wrap .img1 {
  width: 48%;
}

#info div.inner div.info_wrap .text {
  width: 48%;
  padding-top: 50px;
}

#info p.caution {
  text-align: center;
  color: #DCE7EA;
  font-size: 15px;
  margin: 20px 0 50px 0;
}

.btnBuy {
  width: 500px;
  margin: 60px auto;
}

#copyright1 {
  width: auto;
  margin: 30px auto 140px;
}
#copyright1 p {
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* TOP */
  #item_detail {
    font-size: 3.5vw;
  }
  .fixed_logo {
    width: 70px;
  }
  #item_detail #top {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position-x: -400px;
  }
  #item_detail #top .inner div {
    position: absolute;
  }
  #item_detail #top .inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  #item_detail #top .inner .copy {
    width: calc(100% * 680 / 800);
    top: 7vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #item_detail #top .inner .pict1 {
    width: 85%;
    top: auto;
    bottom: 12vw;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }
  #item_detail #top .inner .title {
    width: calc(100% * 500 / 800);
    top: 14vw;
    right: 1vw;
  }

  #item_detail #collection .inner {
    padding: 0 0 50px 0;
  }

  /* LEAD */
  #item_detail #lead {
    width: 100% !important;
    height: auto;
    padding: 0;
    margin-top: -5vw;
    position: relative;
    z-index: 9;
  }

  #item_detail #lead .inner dl {
    width: 90%;
    margin: 0px auto;
  }
  #item_detail #lead .inner dl dt {
    width: 60%;
    margin: 0 auto 5vw;
    height: auto;
    float: none;
    align-items: flex-start;
  }
  #item_detail #lead .inner dl dd {
    margin-left: 0px;
  }

  #item_detail #lead .inner dl dd strong {
    font-size: 5.5vw;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 20px;
    display: block;
  }

  #item_detail #lead .inner .mov {
    margin-top: 10vw;
    width: 90%;
  }

  #item_detail #lead .inner .lead-description {
    height: 400px;
    background-position-x: -100px
  }

  #item_detail #lead .inner dl dd p.product_title {
    font-size: 5.5vw;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 20px;
    display: block;
  }

  /* init */
  #item_detail section .inner {
    width: 100%;
  }
  #item_detail h2 {
    font-size: 50px;
  }
  #item_detail .red-caption {
    font-size: 1.2rem;
  }

  /* SEC2*/
  #item_detail #sec2 {
    padding: 30px 0 0;
  }
  #sec2 .sec2_img {
    width: 80%;
    margin: 30px 0 0;
  }

  /* sec3 */
  #item_detail #sec3 {
    padding: 30px 0;
  }

  #sec3 .sec3_img {
    width: 80%;
    margin: 30px 0 0;
  }
  
  /* sec4 */
  #sec4 {
    padding: 0;
  }

  #sec4 .features {
    flex-direction: column;
    margin: 30px auto 0;
  }

  #sec4 .features .text {
    width: 100%;
  }

  #sec4 .features .img {
    width: 100%;
    margin-top: 30px;
  }

  /* SEC6*/
  #sec6 {
    width: 90%;
    padding: 50px 0 0;
  }

  /* sec7 */
  #sec7 .sec7_img {
    margin: 30px 0;
  }

  #sec7 .sec7_bg {
    padding: 50px 0 0;
  }

  #sec7 .sec7_bg .img4 {
    width: 100%;
  }

  #sec7 .sec7_bg .bg1 {
    width: 450px;
    right: -140px;
    top: 15px;
  }

  #sec7 .sec7_bg .bg2 {
    position: absolute;
    z-index: -1;
    width: 350px;
    bottom: -120px;
    left: -180px;
  }

  /* INFO*/
  #info {
    height: 770px;
  }

  #info div.inner div.info_wrap {
    flex-direction: column;
  }

  #info div.inner div.info_wrap .img1 {
    width: 100%;
  }

  #info div.inner div.info_wrap .text {
    width: 100%;
  }

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

  #copyright1 {
    width: 96%;
    margin: 5vw auto 5vw;
  }

  #copyright1 p {
    font-size: 2.5vw;
    text-align: center;
  }

  #item_detail #info div.inner div.info_wrap {
    display: block;
  }
}