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

/* TOP */
#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 */
#lead {
  z-index: 999;
}

#item_detail #lead {
  background-image: url(../img/bg_01.png);
  background-size: cover;
  background-position: center;
}
#item_detail #lead .inner .flex {
  display: flex;
  padding: 80px 140px;
}
#item_detail #lead .inner .flex .logo {
  width: 80%;
  padding-right: 50px;
}
#item_detail #lead .inner .flex .text {
  width: 100%;
  margin: auto;
}
#item_detail #lead .inner .flex .text p.title {
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 20px;
  padding: 0;
  display: block;
}

/* SEC1 */
#item_detail #sec1 {
  width: 100%;
  background-image: url(../img/sec1_bg.png);
  background-size: cover;
  background-position: center bottom;
  position: relative;
  top: -13px;
  z-index: 99;
}
#sec1 .inner {
  padding: 80px 0;
}
#sec1 .inner img.item1 {
  display: block;
  width: 80%;
  margin: 0 auto;
}
#sec1 .inner img.item2 {
  display: block;
  width: 65%;
  margin: 60px auto 0;
}
#sec1 .inner img.item3 {
  display: block;
  width: 35%;
  margin: 50px auto 0;
}


/* SEC2*/
#item_detail #sec2 {
  background: url(../img/sec2_bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: -2%;
}
#sec2 .inner img.item1 {
  display: block;
  width: 65%;
  margin: 80px auto 0;
}
#sec2 .inner img.item2 {
  display: block;
  width: 65%;
  margin: 80px auto 0;
}
#sec2 .inner img.item3 {
  display: block;
  width: 55%;
  margin: 50px auto 120px;
}

/* SEC3*/
#item_detail #sec3 {
  background: url(../img/sec3_bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: -1%;
}
#sec3 .inner img.item1 {
  display: block;
  width: 43%;
  margin: 100px auto 0;
}
#sec3 .inner img.item2 {
  display: block;
  width: 75%;
  margin: 80px auto 50px;
}
#sec3 .inner img.item3 {
  display: block;
  width: 80%;
  margin: 80px auto 70px;
}
#sec3 .inner img.item4 {
  display: block;
  width: 65%;
  margin: 70px auto 90px;
}
#sec3 .inner img.item5 {
  display: block;
  width: 65%;
  margin: 80px auto 30px;
}
#sec3 .inner p {
  width: 50%;
  margin: 0 auto 100px; 
}
#sec3 .inner p.center {
  text-align: center;
}

/* SEC4*/
#item_detail #sec4 {
  background: url(../img/sec4_bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: -1%;
}
#sec4 .inner img.item1 {
  display: block;
  width: 40%;
  margin: 100px auto 0;
}
#sec4 .inner img.item2 {
  display: block;
  width: 70%;
  margin: 50px auto 100px;
}

/* SEC5*/
#item_detail #sec5 {
  background: url(../img/sec5_bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: -1%;
}
#sec5 .inner img.item1 {
  display: block;
  width: 85%;
  margin: 70px auto 50px;
}
#sec5 .inner p {
  text-align: center;
  margin-bottom: 100px;
}

/* INFO*/
#item_detail #info .inner {
  width: 80%;
  margin: 50px auto;
}

#item_detail #info .inner .flex {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

#item_detail #info .img1 {
  width: 55%
}
#item_detail #info .img1 {
  width: 55%;
  margin: 90px auto;
  margin-right: -40px;
}
#item_detail #info .text {
  width: 50%;
  margin: 110px auto ;
}
#item_detail #info p.caution {
  text-align: center;
  color: #DCE7EA;
  font-size: 15px;
  margin: 20px 0 50px 0;
}

#item_detail .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: 1200px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .fixed_logo {
    width: 180px;
  }
}

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

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

  .fixed_logo {
    width: 130px;
  }
}

@media screen and (max-width: 770px) {
  .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 {
    background-image: url(../img/bg_01.png);
    background-size: cover;
  }
  #item_detail #lead .inner .flex {
    display: block;
    padding: 20px 30px;
  }
  #item_detail #lead .inner .flex .logo {
    width: 100%;
    padding-right: 0;
    margin: 0 auto;
  }
  #item_detail #lead .inner .flex .text {
    width: 100%;
    margin: 0 auto 50px;
  }
  #item_detail #lead .inner .flex .text p.title {
    font-size: 5.5vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 20px;
    padding: 0;
    display: block;
  }
    #item_detail #lead .inner .flex .text p.text {
      width: 85%;
  }


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

  /* SEC1 */
  #item_detail #sec1 {
    width: 100%;
    height: auto;
  }

  #sec1 .inner img.item1 ,
  #sec1 .inner img.item2 {
    width: 90%;
    margin: 30px auto 0;
  }

  #sec1 .inner img.item3 {
    width: 55%;
    margin: 30px auto 0;
  }

  #item_detail #sec1 .inner {
    padding: 50px 0;
    margin-top: -5%;
  }

  /* SEC2*/
  #item_detail #sec2 {
    width: 100%;
    padding: 10px 0;
    margin-top: -5%;
  }
  #sec2 .inner img.item1 ,
  #sec2 .inner img.item2 {
    width: 90%;
    margin: 30px auto 0;
  }

  #sec2 .inner img.item3 {
    width: 80%;
    margin: 20px auto 50px;
  }

  /* SEC3*/
  #item_detail #sec3 {
    padding: 10px 0;
    margin-top: -2%;
  }
  #sec3 .inner img.item1 {
    width: 60%;
    margin: 30px auto 0;
  }
  #sec3 .inner img.item2 {
    width: 90%;
    margin: 30px auto 0;
  }
  #sec3 .inner p {
    font-size: 2.5vw;
    width: 80%;
    margin: 20px auto 25px;
  }

  #sec3 .inner img.item3 ,
  #sec3 .inner img.item4 ,
  #sec3 .inner img.item5 {
    width: 95%;
    margin: 20px auto 50px;
  }

  /* SEC4*/
  #item_detail #sec4 {
    width: 100%;
    padding: 10px 0;
    margin-top: -5%;
  }
  #sec4 .inner img.item1 {
    width: 60%;
    margin: 30px auto 0;
  }
  #sec4 .inner img.item2 {
    width: 90%;
    margin: 30px auto;
  }

  #sec4 .inner img.item3 {
    width: 80%;
    margin: 20px auto 50px;
  }


  /* SEC5*/
  #item_detail #sec5 {
    width: 100%;
    padding: 10px 0;
  }
  #sec5 .inner img.item1 {
    width: 98%;
    margin: 20px auto;
  }
  #sec5 .inner p {
    font-size: 2.5vw;
    width: 80%;
    margin: 20px auto 30px;
  }


  /* INFO*/
  #item_detail #info {
    width: 100%;
    height: auto;
    background: #000;
    padding: 0px;
    position: relative;
  }

  #item_detail #info .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10vw;
  }
  #item_detail #info .inner .flex {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #item_detail #info .img1 {
    width: 85%;
    height: auto;
    margin: 20px auto;
  }
  #item_detail #info .text {
    width: 84%;
    margin: 0 auto;
    font-size: 3vw;
  }
  #item_detail #info p.caution {
    width: 90%;
    margin: 20px auto;
    font-size: 3vw;
  }

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

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

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

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

  #attention .bg_blue {
    padding: 30px;
  }

  #attention .bg_blue .img_area {
    width: 100%;
  }
}

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

  #item_detail #lead .inner .lead-description {
    height: 330px;
  }
  .fixed_logo {
    width: 50px;
  }

}

.position-relative {
  position: relative;
}

.d-flex {
  display: flex;
}

.mr3 {
  margin-right: 3%;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.sec_title_w {
  width: 489px;
}

.spec_title_w {
  width: 80%;
}

