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

/* TOP */
#item_detail {
  font-size: 22px;
  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;
}

/* LEAD */
#lead {
  z-index: 999;
}

#item_detail #lead .inner .lead-description {
  background-image: url(../img/bg_01.png);
  width: 100%;
  background-size: auto 100%;
  padding: 7vw;
}

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

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

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

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

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

/* sec1 */
#sec1 .inner {
  width: 70%;
  margin: 100px auto;
}

/* sec2 */
#sec2 {
  background-image: url(../img/sec2_bg.png);
  background-attachment: fixed;
  background-size: cover;
  padding: 50px 0;
}

#sec2 .title_img {
  text-align: center;
  height: 60px;
  padding: 5px 0;
  background-image: linear-gradient(
    90deg,
    rgba(0, 255, 255, 0.5),
    rgba(66, 121, 53, 0.5)
  );
}

#sec2 .title_img img {
  height: 100%;
  width: auto;
}

#sec2 .img1 {
  width: 80%;
  margin: 50px auto 50px 0;
}

#sec2 .img2 {
  width: 80%;
  margin: 0 auto;
}

#sec2 .img3 {
  position: relative;
  width: 80%;
  margin: 50px 0 50px auto;
}

#sec2 .img3 p {
  position: absolute;
  width: 35%;
  left: -50px;
  bottom: 0px;
}

#sec2 .img4 {
  position: relative;
  width: 80%;
  margin: 0 0 0 auto;
}

#sec2 .img4 p{
  position: absolute;
  width: 35%;
  left: 0px;
  bottom: 20%;
}

/* sec3 */
#sec3 {
  padding: 100px 0;
}

.title_img_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 5px 0;
  background-image: linear-gradient(
    90deg,
    rgba(0, 255, 255, 0.5),
    rgba(66, 121, 53, 0.5)
  );
}

.title_img_2 img {
  height: 100px
}

#sec3 .img1 {
  position: relative;
  width: 70%;
  margin: 50px auto 0;
}

#sec3 .img1 p {
  position: absolute;
  width: 40%;
  bottom: 70px;
  left: 130px;
  top: 75%;
}

/* sec4 */
#sec4 {
  margin-bottom: 100px;
}

#sec4 .img_area {
  position: relative;
  width: 70%;
  margin: 100px auto 0;
}

#sec4 .img_area img {
  position: relative;
  z-index: 99;
}

#sec4 .img_area img:not(:last-of-type) {
  margin-bottom: 50px;
}

#sec4 .img_area .bg_img1 {
  position: absolute;
  z-index: 1;
  width: 65%;
  top: -110px;
  left: -290px;
}

#sec4 .img_area .bg_img2 {
  position: absolute;
  z-index: 1;
  width: 65%;
  top: 360px;
  right: -470px;
}

#sec4 .img_area .bg_img3 {
  position: absolute;
  z-index: 1;
  width: 65%;
  bottom: 420px;
  left: -290px;
}

#sec4 .sec4_text {
  text-align: center;
  font-size: 18px;
}


/* sec5 */
#sec5 {
  margin-bottom: 100px;
}

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

#sec5 .inner .text_area {
  width: 70%;
  margin: 50px auto;
}

#sec5 .inner .text_area p:first-of-type {
  font-weight: bold;
}

#sec5 .inner .text_area p:last-of-type {
  font-size: 18px;
}

#sec5 img1 {
  margin-bottom: 50px;
}

#sec6 .img1 {
  width: 70%;
  margin: 50px auto;
}

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

#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: 70%;
    position: absolute;
    top: -30px;
    left: -50px;
}

#item_detail #info .text {
  position: relative;
  z-index: 999;
  width: 45%;
  margin: 100px 0 100px 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;
}

/* lineup */
#lineup {
  margin: 100px 0;
}

#lineup .banner_area {
  width: 70%;
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
}

#lineup .banner_area a {
  width: 30%;
}

#lineup .gf_bn {
  display: block;
  width: 50%;
  margin: 0 auto;
}

/* attention */
#attention {
  width: 70%;
  margin: 0 auto;
  border: #fff solid;
}
#attention .attention_content{
  margin: 60px;
}
#attention p.attention_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
#attention p.attention_sub_title {
  font-size: 25px;
  margin: 30px 0;
}
#attention p.attention_text2 {
  font-size: 18px;
  margin-bottom: 40px;
}
#attention img {
  margin-bottom: 40px;
}
#attention p.attention_contact {
  margin-bottom: 20px;
  font-size: 18px;
}
#attention p.attention_text3 {
  text-align: end;
  font-size: 18px;
}
#attention a {
  word-wrap: break-word;
}

@media screen and (max-width: 1400px) {
  #sec3 .img1 p {
    width: 40%;
    bottom: 10px;
    left: 130px;
  }
}



@media screen and (max-width: 1070px) {
  #sec3 .img1 p {
    font-size: 12px;
    bottom: -20px;
    left: 80px;
  }
}

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

  /* 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%;
    flex-direction: column;
    margin: 0px auto;
  }
  #item_detail #lead .inner dl dt {
    width: 100%;
    margin: 0 auto 5vw;
    
  }
  #item_detail #lead .inner dl dd {
    width: 100%;
    margin-bottom: 70px;
  }

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

  #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 h2 {
    font-size: 50px;
  }
  #item_detail .red-caption {
    font-size: 1.2rem;
  }

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

  /* sec2 */
  #sec2 .title_img {
    height: 50px;
  }

  #sec2 .img1 {
    width: 90%;
  }

  #sec2 .img2 {
    width: 90%;
  }

  #sec2 .img3,
  #sec2 .img4 {
    width: 100%;
  }

  #sec2 .img3 p,
  #sec2 .img4 p {
    position: relative;
    width: 80%;
    font-size: 12px;
    margin: 10% auto;
    left: 0;
    bottom: 0;
  }

  /* sec3 */
  #sec3 {
    padding: 50px 0;
  }

  #sec3 .img1 {
    position: static;
    width: 80%;
  }

  #sec3 .img1 p {
    position: static;
    width: 100%;
    font-size: 12px;
  }

  .title_img_2 {
    height: 40px;
  }

  .title_img_2 img {
    height: 60px;
    object-fit: contain;
  }

  /* sec4 */
  #sec4 .img_area {
    width: 80%;
    margin: 40px auto 0;
  }

  #sec4 .img_area img:not(:last-of-type) {
    margin-bottom: 30px;
  }

  #sec4 .sec4_text {
    font-size: 10px;
    width: 80%;
    margin: 0 auto;
  }
  

  /* sec5 */
  #sec5 {
    margin-bottom: 50px;
  }

  #sec5 .inner {
    width: 80%;
  }

  #sec5 .inner .text_area {
    width: 100%;
  }

  #sec5 .inner .text_area p:last-of-type {
    font-size: 10px;
  }

  /* sec6 */
  #sec6 .img1 {
    width: 90%;
  }
  #sec6 .img2 {
    width: 122%;
    position: relative;
  }
  #sec6 .img2 .img2_child {
    position: relative;
    transform: translate(-9%, 0%);
  }
  
  /* INFO*/
  #item_detail #info div.inner {
    width: 80%;
    margin: 0 auto;
  }

  #item_detail #info {
    width: 100%;
    height: 180vw;
    background: #000;
    padding: 0px;
  }

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

  #item_detail #info .text {
    position: static;
    width: 100%;
    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;
  }

  /* youtube */
  .mov {
    margin-top: 10vw;
    width: 80%;
  }

  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    box-sizing: border-box;
  }

  /* lineup */
  #lineup {
    margin: 50px 0;
  }

  #lineup .banner_area {
    width: 80%;
    margin: 50px auto;
  }

  #lineup .banner_area a {
    width: 47%;
  }

  #lineup .gf_bn {
    width: 80%;
  }

  /* attention */
#attention {
  width: 75%;
}
#attention .attention_content{
  margin: 30px;
}
#attention p.attention_title {
  font-size: 25px;
  margin-bottom: 15px;
}
#attention p.attention_sub_title {
  font-size: 20px;
  margin: 15px 0;
}
#attention p.attention_text2 {
  font-size: 15px;
  margin-bottom: 30px;
}
#attention img {
  margin-bottom: 30px;
}
#attention p.attention_contact ,
#attention p.attention_text3 {
  font-size: 15px;
}

@media screen and (max-width: 450px)  {
  /* attention */
  #attention .attention_content{
    margin: 20px;
  }
  #attention p.attention_title {
    font-size: 19px;
    margin-bottom: 10px;
  }
  #attention p.attention_sub_title {
    font-size: 15px;
    margin: 10px 0;
  }
  #attention p.attention_text2 {
    font-size: 13px;
    margin-bottom: 20px;
  }
  #attention img {
    margin-bottom: 20px;
  }
  #attention p.attention_contact ,
  #attention p.attention_text3 {
    font-size: 13px;
  }
}

@media screen and (max-width: 380px)  {
  /* attention */
  #attention {
  width: 80%;
  border: #fff solid .5px;
  }
  #attention .attention_content{
  margin: 15px;
  }
  #attention p.attention_title {
  font-size: 16px;
  margin-bottom: 10px;
  }
  #attention p.attention_sub_title {
  font-size: 13px;
  margin: 10px 0;
  }
  #attention p.attention_text2 {
  font-size: 11px;
  margin-bottom: 20px;
  }
  #attention img {
  margin-bottom: 20px;
  }
  #attention p.attention_contact ,
  #attention p.attention_text3 {
  font-size: 11px;
  }
}


}

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

.point4_detail {
  position: relative;
}

.point4_detail::before {
  content: "さらに爪先の広い可動域により、\A引っ掻くポーズが可能。";
  white-space: pre-wrap;
  position: absolute;
  right: 500px;
  bottom: 30px;
}

.point4_detail::after {
  content: "";
  background: url(_image/arrow.png);
  display: inline-block;
  position: absolute;
  right: 470px;
  bottom: 35px;
  width: 20px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
}
