@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 */
#item_detail #lead .inner .lead-description {
  background-image: url(../img/bg_01.png);
  height: 390px;
  width: 100%;
  background-size: cover;
    background-position-x: 50%;
  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 {
  margin-left: 490px;
}
#item_detail #lead .inner dl dd strong {
  font-family: "a-otf-ryumin-pr6n", serif;
  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;
}

/* SEC1 */
#item_detail #sec1 {
  width: 100%;
  background-size: cover;
  position: relative;
}

#sec1 .inner {
  padding: 100px 0;
}

#sec1 .inner img.sd01 {
  display: block;
  width: 90%;
  margin: 0 0 0 auto;
}


#item_detail #sec1 .inner div {
  position: absolute;
}
#item_detail #sec1 .inner .copy {
  width: 51px;
  top: 260px;
  left: 150px;
}
#item_detail #sec1 .inner .title {
  width: 407px;
  top: 260px;
  left: 225px;
}
#item_detail #sec1 .inner .caption {
  width: 500px;
  bottom: -2vw;
  left: 10.8vw;
}

#item_detail #sec1 .inner .caption p {
  position: relative;
  font-size: 20px;
  margin-bottom: 30px;
  color: #DCE7EA;
}
#item_detail #sec1 .inner .caption p::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 35px;
  background-image: url(../img/arrow.png);
  background-size: cover;
  top: 6px;
  left: -35px;
}
#item_detail #sec1 .inner .caption p.arrow02::before {
  top: -2px;
}
#item_detail #sec1 .inner .capStrong {
  font-size: 30px;
  top: 780px;
  left: 250px;
  font-weight: bold;
}

#item_detail #sec1 .inner ul {
  position: absolute;
  width: 930px;
  margin: 0px auto;
  top: 850px;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
}

#item_detail #sec1 .inner ul li {
  width: 29.33%;
  margin: 2%;
}
#item_detail #sec1 .inner ul li:first-child {
  margin-left: 160px;
}
#item_detail #sec1 .inner ul li:last-child {
  margin-right: 0px;
}
#item_detail #sec1 .inner ul li img {
  width: 100%;
}

/* SEC2*/
#item_detail #sec2 {
  width: 100%;
  background: #000;
  padding: 100px 0 0;
  position: relative;
}

#sec2 .inner {
  position: relative;
}

#sec2 .inner p.caption {
  position: absolute;
  right: 50px;
  bottom: 5px;
  color: #dce7ea;
}

/* SEC3*/
#item_detail #sec3 {
  text-align: center;
  background-image: url("../img/sec3_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

#item_detail #sec3 div.inner {
  padding: 0;
  width: 80%;
  margin: 0 auto;
}

#item_detail #sec3 .gg_bg03 {
  background-image: url(../img/gg_bg03.png);
}

#item_detail #sec3 div.inner .point {
  margin-bottom: 50px;
}

#sec3 .inner .sec3_text {
  width: 60%;
  margin-bottom: 50px;
}

.sec3_bottom_bar {
  width: 70%;
  margin-top: 50px;
}


/* sec4 */

#item_detail #sec4 .inner {
  padding: 100px 0;
  width: 80%;
  margin: 0 auto;
}

#item_detail #sec4 p.set {
  text-align: center;
  background-image: url(../img/set_area.png);
  background-size: cover;
  width: 550px;
  height: 50px;
  font-weight: bolder;
  font-size: 20px;
  padding: 10px;
  margin: 0 auto 50px;
}

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

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

#item_detail #info .img1 {
  width: 50%
}
#item_detail #info .text {
  width: 40%;
  margin: 100px 50px;
}
#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;
  }
  #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 30px 0;
    width: 90%;
  }

  /* 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: 600px;
    background-position-x: -300px
  }

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

  /* SEC1 */
  #item_detail #sec1 {
    width: 100%;
    height: 750px
  }
  #item_detail #sec1 .inner {
    margin-bottom: 180px;
  }
  #item_detail #sec1 .inner div {
    position: absolute;
  }
  #item_detail #sec1 .inner .caption {
    width: 75%;
    top: 93vw;
    left: 11vw;
  }

  #item_detail #sec1 .inner ul {
    position: absolute;
    width: 96%;
    margin: 0px auto;
    top: auto;
    bottom: 2vw;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
  }

  #item_detail #sec1 .inner ul li {
    width: 46%;
    margin: 2%;
  }
  #item_detail #sec1 .inner ul li:first-child {
    margin-left: auto;
    margin-right: 50%;
  }
  #item_detail #sec1 .inner ul li:last-child {
    margin-right: auto;
  }
  #item_detail #sec1 .inner ul li img {
    width: 100%;
  }

  #item_detail #sec1 .inner .caption p {
    font-size: 15px;
    margin-bottom: 10px;
  }

  #item_detail #sec1 .inner .caption p::before {
    width: 10px;
    height: 18px;
    left: -25px;
  }

  #item_detail #sec1 .inner .caption p.arrow02::before {
    top: 3px;
  }

  #sec1 .inner {
    padding: 50px 0 150px;
  }

  /* SEC2*/
  #item_detail #sec2 {
    width: 100%;
    background: #000;
    padding: 0;
    position: relative;
  }

  #item_detail #sec2:after {
    content: "";
    width: 100%;
    height: 48px;
    background: url(_image/bg_line.png) center top;
    position: absolute;
    bottom: -24px;
  }
  #item_detail #sec2 .inner p.caption {
        width: 90%;
        margin: 0 auto;
        position: static;
        margin: 10px;
        font-size: 10px;
  }
  #item_detail #sec2 .inner ul {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
  }
  #item_detail #sec2 .inner ul li {
    width: 80%;
    margin: 2vw auto;
  }
  #item_detail #sec2 .inner ul li:first-child {
    width: 100%;
  }
  #item_detail #sec2 .inner ul li p.heading {
    font-size: 5.5vw;
    font-weight: bold;
  }

  /* SEC3*/
  #item_detail #sec3 .gg_bg02,
  #item_detail #sec3 .gg_bg03 {
    margin-bottom: 65px;
  }
 
  #item_detail #sec3 p {
    font-size: 14px;
    width: 65%;
  }

  #sec3 .inner .sec3_text {
    width: 80%;
    margin-bottom: 20px;
  }

  .sec3_bottom_bar {
    margin-top: 0;
  }

  /* sec4 */
  #item_detail #sec4 .inner {
    padding: 50px 0;
  }

  #item_detail #sec4 p.set {
    width: 86%;
    height: 26px;
    font-size: 15px;
    padding: 2px;
    margin: 0 auto 30px;
  }
  /* unit_linkage */
  #unit_linkage {
    margin-top: 40px;
  }

  #unit_linkage .info {
    width: 80%;
    position: relative;
    font-size: 3.5vw;
  }

  /* INFO*/
  #item_detail #info {
    width: 100%;
    height: 190vw;
    background: #000;
    padding: 0px;
  }

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

  #item_detail #info .img1,
  #item_detail #info .img1 img {
    width: 100%;
    height: 100%;
    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 .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 #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: 400px;
  }
  #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%;
}

