@charset "UTF-8";

#mainContent {
  width: 1040px;
  margin: 0 auto 80px;
}

.mainImageSMP {
  display: none;
}

.top_img {
  display: block;
  margin: 20px auto 0;
  max-width: 1040px;
}

.merit div {
  text-align: center;
  margin-top: 60px;
}

.merit p {
  margin-top: 50px;
  font-size: 12px;
  text-align: right;
}

.ingredient > div {
  width: 1040px;
  height: 397px;
  background: url(images/shampoo_bg.jpg) top left no-repeat;
  margin: 50px auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.ingredient > div:nth-child(1) {
  background: #FFF;
  height: 100%;
}

.ingredient > div:nth-child(3) {
  background: url(images/treatment_bg.jpg) top left no-repeat;
}

.ingredient > div:nth-child(4) {
  background: url(images/oil_bg.jpg) top left no-repeat;
}

.ingredient div div {
  width: 604px;
  height: 370px;
  background: #fff;
  position: relative;
  top: 14px;
  left: 412px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.ingredient dl {
  margin: 0 30px;
}

.ingredient dt {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  border-bottom: 2px solid;
  display: inline-block;
  color: #8d250c;
  overflow: visible;
}

.ingredient dt br {
  display: none;
}

.ingredient dd {
  padding-left: 1em;
  line-height: 1.4;
  font-size: 14px;
}

.ingredient dd em {
  color: #686868;
  font-weight: bold;
}

.ingredient dd p {
  margin: 6px 0;
}

.titleImg {
  margin: 100px 0 60px;
}

.revArea {
  width: 46%;
  text-align: left;
  margin: 20px 1%;
  display: inline-block;
  vertical-align: top;
}

.revArea ul {
  list-style: none;
  padding-left: 0;
}

.revArea dt {
  background: #F2F2F2 url("images/icon_positive.gif") no-repeat 10px 9px;
  line-height: 41px;
  font-size: 100%;
  padding-left: 36px;
  margin-bottom: 10px;
}

.revArea dd {
  margin-left: 0;
}

.revArea ul {
  margin: 0 10px 30px;
}

.revArea ul li {
  margin: 20px 0;
}

.starNum {
  padding: 0 0 0 5px;
  font-weight: bold;
  color: #f8ae4b;
}

.revArea ul li:nth-child(2) {
  font-size: 100%;
  font-weight: bold;
  color: #686868;
  margin-bottom: 10px;
}

.revArea ul li:nth-child(3) {
  margin: 0 0 5px;
  line-height: 1.6em;
  font-size: 14px;
}

.revDate {
  float: right;
}

.reviewer {
  font-size: 82%;
}

.reviewer span {
  font-size: 150%;
  color: #bf0000;
  font-weight: bold;
}

.usersVoice p {
  text-align: right;
  font-size: smaller;
}

.organic {
  text-align: center;
}

.organic dl {
  display: inline-block;
  width: 30%;
  padding: 20px 0;
  vertical-align: top;
  text-align: left;
}

.organic dt, .organic dd {
  display: inline-block;
}

.organic dt {
  width: 30%;
  vertical-align: top;
}

.organic dt img {
  width: 100%;
}

.organic dd {
  width: 63%;
  margin-left: 2%;
  font-size: 14px;
  line-height: 1.3;
}

.organic dd dfn {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #686868;
}

.organic dd dfn:before {
  content: "■";
}

.all_ingredient h2 {
  font-size: large;
}

.all_ingredient dl {
  margin-left: 10px;
}

.all_ingredient dt {
  font-weight: bold;
  margin-top: 40px;
}

.all_ingredient dd {
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.3;
  padding: 20px;
  background: #f6f6f6;
}

.colla_items {
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: -60px;
}


.colla_items li {
  display: inline-block;
  width: 30%;
  margin-top: 60px;
}

.colla_items img {
  width: 60%;
}

.colla_items li p:last-child {
  margin-top: 5px;
}


@media screen and (max-width: 640px) {
  img {
    width: 100%;
  }

  footer img {
    width: auto;
  }

  .merit img {
    margin-top: 20px;
    width: 48%;
  }

  .meritsmp img {
    width: 34%;
    margin-top: 0;
  }

  .merit p {
    text-align: left;
    font-size: 9px;
    padding: 0 10px;
  }

  .ingredient dt {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
  }

  .ingredient dt br {
    display: inline;
  }

  .mainImagePC {
    display: none;
  }

  .mainImageSMP {
    display: inline;
  }

  .titleImg {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 10px;
  }

  .titleImg img, .bigsize .titleImg img, .plusOne .titleImg img, .oil_dryer .titleImg img, .timesale201605 .titleImg img {
    width: 150%;
  }

  #mainContent {
    width: 100%;
    /*overflow: hidden;*/
  }

  .merit {
    width: 100%;
  }

  .revArea {
    width: 100%;
    margin: 20px auto;
  }

  .revArea img {
    width: 12px;
  }

  .revArea ul li {
    padding: 0 1em;
  }

  .ingredient > div {
    width: 100%;
    height: 800px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: block;
  }

  .ingredient div div {
    width: 100%;
    background: #fff;
    position: relative;
    top: 420px;
    left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
  }

  .ingredient dl {
    height: 400px;
    overflow: auto;
    margin: 0 10px;
  }

  .ingredient dd {
    margin-left: 0;
    padding: 0 1em;
    line-height: 1.6;
  }

  .usersVoice p {
    text-align: left;
    font-size: 10px;
  }

  .organic dl {
    width: 90%;
  }

  .all_ingredient dl {
    margin: 10px;
  }

  .all_ingredient dt {
    font-size: 14px;
  }

  .all_ingredient dd {
    font-size: 12px;
  }

  .colla_items li {
    width: 100%;
    margin-top: 100px;
  }

}
