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

/* TOP */
#item_detail {
  font-size: 15px;
  background-color: #000;
  padding-bottom: 0;
}
#item_detail p.heading {
  text-shadow: 1px 1px 4px #bf0a0a, -1px 1px 4px #bf0a0a, 1px -1px 4px #bf0a0a,
    -1px -1px 4px #bf0a0a;
}


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

/* LEAD */
#item_detail #lead .inner .lead-description {
  background-image: url(../img/bg_01.png);
  height: 390px;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 7vw;
}

#item_detail #lead .inner dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#item_detail #lead .inner dl dt {
  width: 50%;
  text-align: center;
}

#item_detail #lead .inner dl dt img {
  width: 70%;
}

#item_detail #lead .inner dl dd {
  width: 48%;
}
#item_detail #lead .inner dl dd strong {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  display: block;
}
#item_detail #lead .inner dl dd p.product_title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  display: block;
}

/* bg_fix */
.bg_fix {
  background-image: url(../img/fix_bg.png);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

/* sec2 */
#sec2 {
  text-align: center;
}

#sec2 .inner {
  width: 70%;
  margin: 0 auto;
}

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

/* INFO*/
#item_detail #info div.inner {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0 0;
}

#item_detail #info div.inner div.info_wrap {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}

#item_detail #info .img1 {
  width: 60%;
  bottom: 0;
  left: 50px;
  position: absolute;
}

#item_detail #info .text {
  width: 37%;
  margin: 0 50px 0 auto;
  z-index: 999;
}

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

#item_detail .btnBuy {
  width: 60%;
  margin: 150px auto;
}

/* movie */
#movie {
  width: 80%;
  margin: 50px auto;
}

.mov_deco {
  position: relative;
}

.mov_deco::before {
  position: absolute;
  top: 0;
  left: -8%;
  content: "";
  background-image: url(../img/youtube_left.png);
  background-size: cover;
  width: 6%;
  height: 100%;
}

.mov_deco::after {
  position: absolute;
  top: 0;
  right: -6%;
  content: "";
  background-image: url(../img/youtube_right.png);
  background-size: cover;
  width: 6%;
  height: 100%;
}

#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;
  }
  #item_detail #sec3 .heaven p {
    width: 415px;
  }
}

@media screen and (max-width: 1000px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #item_detail #sec3 .heaven p {
    width: 415px;
  }
}

@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;
    position: relative;
    z-index: 9;
  }

  #item_detail #lead .inner dl {
    width: 90%;
    margin: 0px auto;
    flex-direction: column;
  }
  
  #item_detail #lead .inner dl dt {
    width: 100%;
    margin: 0 auto 5vw;
  }

  #item_detail #lead .inner dl dd {
    width: 100%;
  }

  #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: 750px;
    background-position-x: 0px
  }

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

  /* sec2 */
  #sec2 .inner {
    width: 90%;
  }

  /* INFO*/
  #item_detail #info {
    width: 100%;
    padding: 0px;
  }

  #item_detail #info .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10vw;
  }

  #item_detail #info .img1 {
    width: 100%;
    position: static;
    margin-bottom: 20px;
  }

  #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 #info div.inner {
    padding: 0;
  }

  #movie {
        margin: 100px auto;
  }

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

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

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

  #item_detail #sec3 .heaven p {
    width: 300px;
  }

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

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

  #item_detail #lead .inner .lead-description {
    height: 450px;
  }

  #item_detail #sec3 .gg_bg02,
  #item_detail #sec3 .gg_bg03 {
    margin-bottom: 115px;
  }
  #item_detail #sec3 p {
    margin-top: 20px;
    font-size: 8px;
  }
  .fixed_logo {
    width: 50px;
  }

  #item_detail #sec3 .gg_bg02,
  #item_detail #sec3 .gg_bg03 {
    margin-bottom: 130px;
  }

  #item_detail #sec3 .heaven p {
    width: 260px;
  }
}

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

