@charset "UTF-8";
/*==========================================================
02-x SPECIAL BOX -商品スペシャルボックスページ スタイル-
==========================================================*/
.zero_spbox .product-header {
  background: url(../img/sp/peanuts/peanuts_bg.png) 50% 54% no-repeat;
  background-size: contain;
}
.zero_spbox .product-header-inner {
  padding-top: 12.266%;
  padding-bottom: 7.6%;
  position: relative;
}
.zero_spbox .product-header-inner .product-ttl {
  text-align: center;
  line-height: 1.0;
}
.zero_spbox .product-header-inner .product-ttl span {
  max-width: 314px;
  display: inline-block;
  padding-top: 12.1019%;
  background: url(../img/sp/peanuts/peanuts_ttl.png) center top no-repeat;
  background-size: contain;
  overflow: hidden;
  height: 0;
}
.zero_spbox .product-header-img {
  position: relative;
  overflow: hidden;
  width: 65.333%;
  max-width: 490px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: 8px auto 0;
}
.zero_spbox .product-header-img > div {
  vertical-align: middle;
}
.zero_spbox .product-header-img .img01 {
  max-width: 98px;
  width: 40%;
}
.zero_spbox .product-header-img .img02 {
  max-width: 107px;
  width: 43.67%;
}
.zero_spbox .product-outline {
  position: relative;
  max-width: 270px;
  line-height: 3.08;
  letter-spacing: .12em;
  text-align: center;
  -ms-writing-mode: lr-tb;
  /* IE用　*/
  -webkit-writing-mode: horizontal-tb;
  /* chrome用　*/
  -moz-writing-mode: horizontal-tb;
  /* Firefox用　*/
  -o-writing-mode: horizontal-tb;
  /* opera用　*/
  writing-mode: horizontal-tb;
  /* その他 */
  margin-left: auto;
  margin-right: auto;
}
.zero_spbox .product-outline:before {
  content: "";
  display: block;
  background: url(../img/sp/peanuts/peanuts_img.png) center top no-repeat;
  background-size: contain;
  padding-top: 132.1839%;
  width: 96.666%;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.zero_spbox .product-outline dt, .zero_spbox .product-outline dd {
  position: relative;
  z-index: 10;
}
.zero_spbox .product-outline dt {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.71;
  letter-spacing: .08em;
  margin-bottom: 15.2%;
}
.zero_spbox .product-outline dt .br {
  display: block;
}
.zero_spbox #main-contents {
  padding-top: 0;
}
.zero_spbox .product-section {
  border-width: 17px;
  border-style: solid;
  padding: 11.2% 9.33%;
  color: #000;
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.zero_spbox .product-section .l-inner {
  width: 100%;
}
.zero_spbox .product-txt-block, .zero_spbox .product-img-block {
  top: inherit;
  transform: none;
  position: relative;
}
.zero_spbox .product-txt-block .product-ttl {
  font-weight: 300;
}
.zero_spbox .product-txt-block dl {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: .06em;
  line-height: 1.836;
  margin-top: 15px;
}
.zero_spbox .product-txt-block dl.product-info01 dt {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .08em;
  line-height: 1.56;
  padding-bottom: 25px;
  position: relative;
  font-weight: bold;
}
.zero_spbox .product-txt-block dl.product-info01 dt:after {
  content: "";
  width: 127px;
  height: 1px;
  display: block;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.zero_spbox .product-txt-block dl.product-info01 dd {
  padding-top: 25px;
}
.zero_spbox .product-type {
  position: absolute;
  max-width: 75px;
  width: 27.6%;
  margin-top: 20px;
  right: 0;
  top: 100%;
}
.zero_spbox .product-img-block {
  width: 85.78%;
  height: auto;
  margin: 27.7% auto -20.9%;
  position: relative;
  z-index: 10;
}
.zero_spbox .product-copyright {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
}
.zero_spbox .product-copyright img {
  max-width: 75px;
  height: auto;
}

#peanuts-product01 {
  border-color: #c0d177;
  background-image: url(../img/sp/peanuts/repair_spbox_bg.png);
}
#peanuts-product01 .product-ttl {
  color: #c0d177;
}

#peanuts-product02 {
  border-color: #b995b8;
  background-image: url(../img/sp/peanuts/moist_spbox_bg.png);
}
#peanuts-product02 .product-ttl {
  color: #b995b8;
}

@media only screen and (min-width: 768px) {
  .zero_spbox .product-header {
    background-image: url(../img/peanuts/peanuts_bg.png);
  }
  .zero_spbox .product-header-inner {
    padding-top: 9.375%;
    padding-bottom: 11.25%;
  }
  .zero_spbox .product-header-inner .product-ttl {
    position: relative;
    z-index: 10;
  }
  .zero_spbox .product-header-inner .product-ttl span {
    max-width: 810px;
    padding-top: 10.74%;
    background-image: url(../img/peanuts/peanuts_ttl.png);
  }
  .zero_spbox .product-header-img {
    width: 100%;
    max-width: inherit;
    position: absolute;
    bottom: 0;
    padding-bottom: 11.25%;
    margin-top: 0;
  }
  .zero_spbox .product-header-img .img01 {
    max-width: 120px;
    width: 11.02%;
  }
  .zero_spbox .product-header-img .img02 {
    max-width: 120px;
    width: 11.02%;
  }
  .zero_spbox .product-outline {
    max-width: 520px;
    line-height: 2.14;
    letter-spacing: .08em;
  }
  .zero_spbox .product-outline:before {
    background-image: url(../img/peanuts/peanuts_img.png);
    background-size: contain;
    padding-top: 116.25%;
    max-width: 360px;
  }
  .zero_spbox .product-outline dt {
    line-height: 1.5;
    margin-bottom: 8.07%;
  }
  .zero_spbox .product-outline dt .br {
    display: inline;
  }
  .zero_spbox .product-section {
    border-width: 28px;
    padding: 15.625% 8.98%;
  }
  .zero_spbox .product-txt-block {
    text-align: left;
    float: left;
    margin-right: 5.4%;
    width: 48%;
    max-width: 420px;
  }
  .zero_spbox .product-txt-block dl {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .08em;
    line-height: 1.7583;
    margin-top: 20px;
  }
  .zero_spbox .product-txt-block dl.product-info01 dt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.806;
    padding-bottom: 30px;
  }
  .zero_spbox .product-txt-block dl.product-info01 dt:after {
    margin-left: 0;
  }
  .zero_spbox .product-txt-block dl.product-info01 dd {
    padding-top: 70px;
  }
  .zero_spbox .product-type {
    max-width: inherit;
    width: 80px;
    margin-top: -25px;
    top: inherit;
  }
  .zero_spbox .product-img-block {
    position: absolute;
    right: 8.98%;
    bottom: 0;
    width: 38.98%;
    margin: 0;
  }
  .zero_spbox .product-copyright img {
    max-width: 82px;
  }

  #peanuts-product01 {
    background-image: url(../img/peanuts/repair_spbox_bg.png);
  }
  #peanuts-product01 .product-txt-block {
    float: right;
    margin-left: 5.4%;
    margin-right: 0;
  }
  #peanuts-product01 .product-img-block {
    left: 8.98%;
    right: inherit;
  }

  #peanuts-product02 {
    background-image: url(../img/peanuts/moist_spbox_bg.png);
  }
}
