/* CSS Document */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 18px;
  line-height: 1.8;
  word-break: break-all;
}
a {
  color: #7db9e7;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
img, video, object {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  display: block;
}
#backToTop {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 25px;
}
#backToTop a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px;
  font-weight: bold;
  background-color: #333;
}
ul li, ol li {
  list-style: none;
}
.sp-only {
  display: none;
}
.pc-only {
  display: block;
}
.mincyo, h1, h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}
.note {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.gray {
  color: #999;
}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
/*--------------------------------
　header
---------------------------------*/
#header {
  background: url("../img/topimg_bg.jpg") no-repeat center center;
  height: 706px;
}
#header .inner {
  width: 1200px;
  margin: 0 auto;
}
#pt2 #header {
  background: url("../img/topimg_bg_pt2.jpg") no-repeat center 0;
  height: 706px;
}
#header h1 {
  padding: 122px 0 0 580px;
  width: 90%;
}
#pt2 #header h1 {
  padding: 150px 0 0 100px;
}
/*--------------------------------
　section
---------------------------------*/
/* concept */
#concept {
  font-size: 140%;
  padding: 80px 0 100px;
  line-height: 2;
}
#concept .inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#concept h2 {
  color: #04a8e0;
  font-size: 140%;
  padding: 0 0 30px;
  line-height: 1.6;
  letter-spacing: 1px;
}
#concept .inner p img {
  padding: 40px 0 0;
  display: block;
  margin: 0 auto;
}
/* offertop */
.offertop {
  background: url("../img/offertop_bg.jpg") no-repeat center 0;
  padding: 5px 0 0;
}
#pt2 .offertop {
  background: url("../img/offertop_bg_pt2.jpg") no-repeat center 0;
  padding: 5px 0 0;
}
.offertop h2 {
  color: #04a8e0;
  font-size: 180%;
  padding: 0 0 50px;
  line-height: 1.8;
}
.offertop .leadtxt {
  text-align: center;
  padding: 50px 0;
  font-size: 160%;
}
.offertop .leadtxt strong {
  color: #04a8e0;
}
.offertop .leadtxt + .note {
  text-align: right;
  margin-bottom: 20px;
}
/* offer */
.offer {
  margin: 80px auto;
  width: 1000px;
}
.offer .innerbox {
  position: relative;
  width: 1000px;
  height: 493px;
}
.offer .innerbox h2, .offer .innerbox p {
  position: absolute;
}
.offer .innerbox h2 {
  top: 0;
  left: 0;
}
.offer .innerbox p {
  top: 130px;
  left: 420px;
}
.offer .innerbox .price + .note {
  top: 340px;
  left: 425px;
  color: #999;
}
.offer .innerbox p.offerbtn {
  top: 375px;
  left: 420px;
}
.offer h3 {
  background: url("../img/ic_car.png") no-repeat 0 15px;
  font-size: 140%;
  line-height: 1.6;
  margin: 0 0 0 130px;
  padding: 15px 15px 15px 150px;
}
.offer h3 strong {
  color: #ff3000;
  font-size: 120%;
}
/* insta */
#insta {
  background: url("../img/insta_bg.png") repeat 0 0;
  text-align: center;
  padding: 70px 0 100px;
}
#insta .inner {
  margin: 0 auto;
  width: 1000px;
}
#insta h2 {
  display: block;
  padding: 0 20px;
  line-height: 1.4;
  text-align: center;
  font-size: 220%;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
#insta h2::before {
  position: relative;
  top: 15px;
  left: -20px;
  background: url(../img/ic_insta.png) 0 0 no-repeat;
  -webkit-background-size: 65px 65px;
  content: "";
  display: inline-block;
  width: 65px;
  height: 65px;
  padding-left: 5px;
}
/* talk */
#talk {
  background: url("../img/talk_bg.jpg") no-repeat 0 0;
  background-size: cover;
  padding: 50px 0 80px;
}
#talk h2 {
  text-align: center;
  font-size: 200%;
  letter-spacing: 1px;
  font-weight: normal;
}
#talk h2 strong {
  font-size: 120%;
  color: #04a8e0;
}
.oneArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
}
.oneArea .onebox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 35px;
}
.oneArea .onebox:nth-child(even) {
  flex-direction: row-reverse;
}
.oneArea .onebox .imgArea {
  width: 14%;
  position: relative;
}
.oneArea .onebox .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: 0;
}
.oneArea .onebox:nth-child(odd) .imgArea img {
  left: 0;
  padding-right: 30px;
}
.oneArea .onebox:nth-child(even) .imgArea img {
  right: 0;
  padding-left: 30px;
}
.oneArea .onebox .fukiArea {
  width: 60%;
}
.oneArea .onebox .fukidasi {
  width: 100%;
  position: relative;
  padding: 20px 25px;
  background: -moz-linear-gradient(to bottom, #FFF, #f00 80%, #dcf2fc);
  background: -webkit-linear-gradient(to bottom, #FFF, #dcf2fc 80%, #dcf2fc);
  background: linear-gradient(to bottom, #FFF, #FFF 50%, #effaff 80%, #dcf2fc 95%);
  font-size: 18px;
  color: #231815;
  border-radius: 12px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border: 1px #dadada solid;
}
.oneArea .onebox .fukidasi span {
  color: #ff3000;
}
.oneArea .onebox .fukidasi::before, .oneArea .onebox .fukidasi::after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.oneArea .onebox:nth-child(odd) .fukidasi::after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #fff;
  border-width: 10px 21px 10px 0;
  margin-top: -13px;
}
.oneArea .onebox:nth-child(odd) .fukidasi::before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #ccc;
  border-width: 11px 22px 11px 0;
  margin-top: -14px;
}
.oneArea .onebox:nth-child(even) .fukidasi::before, .oneArea .onebox:nth-child(even) .fukidasi::after {
  left: 100%;
}
.oneArea .onebox:nth-child(even) .fukidasi {
  background-color: #fff;
}
.oneArea .onebox:nth-child(even) .fukidasi::after {
  right: -20px;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #fff;
  border-width: 10px 0 10px 21px;
  margin-top: -13px;
}
.oneArea .onebox:nth-child(even) .fukidasi::before {
  right: -20px;
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #ccc;
  border-width: 11px 0 11px 22px;
  margin-top: -14px;
}
@media screen and (max-width: 768px) {
  .oneArea .onebox {
    margin-top: 6%;
  }
  .oneArea .onebox .imgArea {
    width: 25%;
  }
  .oneArea .onebox .fukiArea {
    width: 70%;
  }
  .oneArea .onebox .fukidasi {
    padding: 15px;
    font-size: 100%;
    line-height: 1.4;
  }
  .oneArea .onebox:nth-child(even) {
    margin-top: 6%;
  }
}
/* products */
#products {
  background: url("../img/products_bg.jpg") no-repeat center 250px;
}
#products .wrapper {
  background: url("../img/products_bg_2.jpg") no-repeat center bottom;
}
#products h2 {
  background: url("../img/system_ttl_bg.png") repeat-x 0 0;
  letter-spacing: 5px;
  font-size: 200%;
  text-align: center;
  line-height: 1.8;
  color: #fff;
  padding: 30px 0;
  height: 251px;
}
#products .system {
  width: 1005px;
  margin: 0 auto;
  background: url("../img/system_bg.png") no-repeat 0 200px;
  min-height: 1005px;
  padding: 110px 0 50px;
}
#products .system h3 {
  font-size: 210%;
  color: #04a8e0;
  margin-bottom: 30px;
}
#products .system h3 + p {
  font-size: 140%;
  padding-left: 20px;
}
#products .system ul li {
  width: 400px;
  text-align: center;
}
#products .system ul li h4 {
  font-size: 130%;
}
#products .system ul li p {
  letter-spacing: -1px;
  line-height: 1.7;
  font-size: 14px;
}
#products .system ul li.item1 {
  margin: 5px 0 0 595px;
}
#products .system ul li.item2 {
  margin: 130px 0 0 14px;
}
#products .system ul li.item3 {
  margin: 140px 0 0 540px;
}
#products .system ul + .note {
  margin: -100px 0 0 30px;
}
#products .system + p img {
  margin: 0 auto;
  text-align: center;
}
#products .ingredient {
  padding-bottom: 80px;
}
#products .ingredient h3 {
  text-align: center;
  letter-spacing: 4px;
  font-size: 250%;
  color: #04a8e0;
  margin: 80px 0 30px;
}
#products .ingredient h3 + p {
  font-size: 150%;
  padding-left: 20px;
  text-align: center;
}
#products .ingredient ul {
  overflow: hidden;
  width: 800px;
  margin: 50px auto 70px;
}
#products .ingredient ul li {
  background: url("../img/ingredient_1.png") no-repeat center 0;
  width: 200px;
  padding: 170px 15px 20px;
  text-align: center;
  font-size: 90%;
  float: left;
  font-weight: bold;
}
#products .ingredient ul li.item2 {
  background: url("../img/ingredient_2.png") no-repeat center 0;
}
#products .ingredient ul li.item3 {
  background: url("../img/ingredient_3.png") no-repeat center 0;
}
#products .ingredient ul li.item4 {
  background: url("../img/ingredient_4.png") no-repeat center 0;
}
#products .ingredient ul li.item5 {
  background: url("../img/ingredient_5.png") no-repeat center 0;
}
#products .ingredient ul li.item6 {
  background: url("../img/ingredient_6.png") no-repeat center 0;
}
#products .ingredient ul li.item7 {
  background: url("../img/ingredient_7.png") no-repeat center 0;
}
#products .ingredient ul li.item8 {
  background: url("../img/ingredient_8.png") no-repeat center 0;
}
#products + div {
  font-size: 220%;
  text-align: center;
  padding: 5px 0;
}
.pd-item .inner {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.pd-item dl {
  text-align: center;
  padding-top: 100px;
  font-size: 90%;
  float: none;
}
.pd-item dl dt {
  color: #04a8e0;
  font-size: 180%;
}
.pd-item dl dd {
  padding-bottom: 50px;
}
#pd-wash {
  background: #effbff url("../img/wash_bg.jpg") no-repeat 0 0;
  border-top: 5px solid #c1effe;
  border-bottom: 5px solid #c1effe;
  min-height: 500px;
}
#pd-wash h2 {
  float: left;
  padding: 202px 0 0 0;
  text-align: center;
}
#pd-wash dl + .note {
  float: right;
  width: 500px;
  text-align: right;
}
#pd-cream {
  background: #f0fffd url("../img/cream_bg.jpg") no-repeat right 0;
  border-top: 5px solid #cff9f4;
  border-bottom: 5px solid #cff9f4;
  min-height: 500px;
}
#pd-cream h2 {
  float: right;
  padding: 220px 0 0 0;
  text-align: center;
}
#pd-cream dl {
  text-align: center;
  float: left;
  padding-top: 50px;
}
#pd-cream dl dt {
  color: #3dc7b8;
  font-size: 180%;
}
#pd-cream dl + .note {
  float: left;
  width: 600px;
  text-align: left;
}
#pd-other {
  width: 760px;
  margin: 0 auto;
  padding: 80px 0 70px;
}
#pd-other li {
  font-size: 130%;
  letter-spacing: 1px;
  background: url("../img/ic_check.png") no-repeat 0 10px;
  padding: 0 0 20px 50px;
  margin-left: 50px;
}
#pd-other li .note {
  display: block;
}
/* graph */
#graph {
  background: url("../img/graph_bg.png") repeat-x 0 0;
  padding: 100px 0 0;
}
#graph .inner {
  width: 1000px;
  margin: 0 auto;
}
#graph h2 {
  padding: 0 0 0;
}
#graph ul {
  overflow: hidden;
}
#graph ul li {
  float: left;
}
#graph ul li:nth-child(even) {
  float: right;
}
#graph .note {
  text-align: right;
  padding: 20px 0 0;
}
/* offermdl */
.offermdl .leadtxt {
  font-size: 160%;
  background: url("../img/ic_arrow.png") no-repeat center bottom;
  text-align: center;
  padding: 0 0 70px;
}
/* pddetails */
#pddetails {
  background: url("../img/step_bg.png") repeat 0 0;
  padding-bottom: 80px;
}
#pddetails .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 20px;
}
#pddetails h2 {
  font-size: 200%;
  color: #04a8e0;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
#pddetails h3.step1 {
  background: url("../img/step1_ttl_bg.png") repeat-x 0 0;
  text-align: center;
}
#pddetails h3.step2 {
  background: url("../img/step2_ttl_bg.png") repeat-x 0 0;
  text-align: center;
}
#pddetails h3 img {
  margin: 0 auto;
}
#pddetails h3 + div {
  background: #fff;
  text-align: center;
  padding: 50px 60px;
  overflow: hidden;
  box-shadow: 0 0 6px #ccc;
  font-size: 130%;
}
#pddetails h3 + div .pdimg {
  float: left;
}
#pddetails h3 + div .point {
  text-align: left;
  padding: 30px 0 0;
}
#pddetails h3 + div .point dl {
  float: right;
  background: url("../img/ic_point.png") no-repeat 0 0;
  padding: 45px 0 40px 0;
  width: 500px;
}
#pddetails h3 + div .point dl dt {
  color: #04a8e0;
  border-bottom: 1px solid #04a8e0;
  font-weight: bold;
  padding: 20px 0 5px;
  margin: 0 0 10px;
}
#pddetails h3.step2 + div .point dl dt {
  color: #3dc7b8;
  border-bottom: 1px solid #3dc7b8;
  line-height: 1.5;
}
#pddetails h3 + div .point dl dd {
  font-size: 70%;
  font-weight: normal;
}
#pddetails h3 + div .point dl + .note {
  clear: both;
}
#pddetails h3.step1 + div .point dl + .note {
  clear: both;
  text-align: right;
}
/* offerbtm */
.offerbtm {
  background: url("../img/offerbtm_bg.jpg") no-repeat center 0;
}
.offerbtm .leadtxt {
  font-size: 170%;
  line-height: 2;
  padding: 180px 0 110px;
  text-align: center;
  width: 550px;
}
.offerbtm .leadtxt strong {
  color: #04a8e0;
}
.offerbtm .leadtxt + .note {
  text-align: right;
  padding: 20px 0;
}
.offerbtm .offer {
  margin-top: 0;
}
/* plan */
#plan {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 80px;
}
#plan h2 {
  text-align: center;
  padding-bottom: 20px;
}
#plan ul {
  border-top: 4px solid #f1f1f1;
}
#plan ul li {
  border-bottom: 4px solid #f1f1f1;
  overflow: hidden;
  padding: 30px 20px;
}
#plan ul li h3 {
  font-size: 120%;
  font-weight: bold;
  float: left;
  width: 40%;
  overflow: hidden;
  line-height: 1.4;
}
#plan ul li h3 strong {
  font-size: 140%;
  color: #f00;
}
#plan ul li.point1 h3 strong {
  font-size: 200%;
}
#plan ul li h3 span {
  color: #fff;
  background: -moz-linear-gradient(top left, #5fdacd, #04a8e0);
  background: -webkit-linear-gradient(top left, #5fdacd, #04a8e0);
  background: linear-gradient(to bottom right, #5fdacd, #04a8e0);
  padding: 10px 25px;
  display: block;
  float: left;
  font-size: 180%;
  margin-right: 20px;
}
#plan ul li p {
  float: right;
  width: 60%;
}
/* QA */
#qa {
  background: url("../img/qa_bg.png") repeat 0 0;
  padding: 80px 0 80px;
}
#qa .inner {
  width: 900px;
  margin: 0 auto;
}
#qa .inner h2 img {
  margin: 0 auto;
}
#qa .inner dl dt {
  background: #edfaff url("../img/qa_ttl_border.png") no-repeat 0 0;
  color: #04a8e0;
  font-size: 120%;
  padding: 10px 30px;
  box-shadow: 0 0 6px #ccc;
  font-weight: bold;
  margin: 40px 0 20px;
}
#qa .inner dl dd {
  padding: 0 40px 0 60px;
}
#qa .inner dl dd span {
  color: #f00;
  margin: 0 0 0 -35px;
  font-weight: bold;
  font-size: 120%;
}
/*--------------------------------
  Footer
---------------------------------*/
#footer {
  padding: 50px 0 20px;
}
#footer .inner {
  padding: 30px 10px;
  text-align: center;
}
#footer ul li {
  display: inline;
  font-size: 14px;
  padding: 0 20px 50px 0;
  color: #B0B0B0;
}
#footer ul li a {
  color: #333;
}
#footer .inner .logo img {
  margin: 50px auto 30px;
  display: block;
  width: 100px;
}
#footer .copyright {
  font-size: 12px;
  color: #999;
}
/*media Queries 768
----------------------------------------------------*/
@media screen and (max-width: 1023px) {
  body {
    font-size: 120%;
    line-height: 1.8;
  }
  #backToTop {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 0;
  }
  #backToTop a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    background-color: #333;
    line-height: 1.2;
    text-align: center;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  .mincyo, h1, h2 {
    font-weight: 500;
  }
  .note {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 60%;
  }
  .inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
  }
  .mincyo, h1, h2 {
    font-weight: 500;
  }
  .mlr3 {
    margin: 0 3%;
  }
  .mlr5 {
    margin: 0 5%;
  }
  .glow {
    text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px, white -1px 2px 2px, white 1px -2px 2px, white -1px -2px 2px, white 2px 1px 2px, white -2px 1px 2px, white 2px -1px 2px, white -2px -1px 2px, white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
  }
  /*--------------------------------
　header
---------------------------------*/
  #header {
    background: url("../img/topimg.jpg") no-repeat 0 0;
    background-size: 100%;
    height: auto;
    padding: 92% 0 0;
    width: 100%;
  }
  #pt2 #header {
    background: url("../img/topimg_pt2.jpg") no-repeat 0 0;
    background-size: 100%;
    height: auto;
    padding: 92% 0 0;
    width: 100%;
  }
  #pt2 .y #header {
    background: url("../img/y/topimg_pt2.jpg") no-repeat 0 0;
    background-size: 100%;
    height: auto;
    padding: 92% 0 0;
    width: 100%;
  }
  #header h1 {
    display: none;
  }
  /*--------------------------------
　section
---------------------------------*/
  /* concept */
  #concept {
    font-size: 110%;
    padding: 10% 0;
    line-height: 2;
  }
  #concept .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #concept h2 {
    font-size: 180%;
    padding: 0 0 5%;
  }
  /* offertop */
  .offertop {
    background: url("../img/offertop_bg.jpg") no-repeat 110% 0;
    background-size: 190%;
    padding: 0 0 0;
    width: 100%;
  }
  #pt2 .offertop {
    background: url("../img/offertop_bg_pt2.jpg") no-repeat 65% 0;
    background-size: 160%;
    padding: 0 0 0;
    width: 100%;
  }
  .offertop h2 {
    color: #04a8e0;
    text-align: center;
    font-size: 150%;
    padding: 7% 3% 5% 45%;
    line-height: 1.8;
    letter-spacing: -1px;
    font-weight: bold;
  }
  #pt2 .offertop h2.glow {
    padding: 5% 3% 15% 5%;
    text-align: left;
  }
  .offertop h2 + p.pnote img {
    width: 50%;
    margin: 0 10% 0 45%;
  }
  #pt2 .offertop h2 + p.pnote img {
    width: 50%;
    margin: -12% 10% 0 3%;
  }
  .offertop .leadtxt {
    text-align: center;
    padding: 5% 0 0;
    font-size: 140%;
  }
  .offertop .leadtxt + .note {
    text-align: right;
    margin: 0 3% 5%;
  }
  /* offer */
  .offer {
    margin: 0 0 10%;
    width: 100%;
  }
  .offer .innerbox {
    position: static;
    width: 100%;
    height: auto;
    background: url("../img/offer_pdimg_sp.png") no-repeat 0 33%;
    background-size: 100%;
    text-align: center;
  }
  .offer .innerbox p img, .offer .innerbox p.offerbtn img {
    width: 100%;
  }
  .offer .innerbox h2, .offer .innerbox p {
    position: static;
  }
  .offer .innerbox h2 {
    padding: 0 0 60%;
    background: none;
  }
  .offer h2 .pc-only {
    display: none;
  }
  .offer h2 .sp-only {
    display: block;
  }
  .offer .innerbox p {
    width: 90%;
    margin: 0 5%;
  }
  .offer .innerbox p.offerbtn {
    width: 90%;
    margin: 5% auto;
    text-align: center;
  }
  .offer h3 {
    background: url("../img/ic_car.png") no-repeat 20px 0;
    background-size: 120px;
    font-size: 105%;
    line-height: 1.3;
    margin: 0 0 0 0;
    padding: 0 0 5% 170px;
  }
  .offer h3 strong {
    color: #ff3000;
    font-size: 120%;
  }
  /* insta */
  #insta p img {
    width: 100%;
  }
  /* talk */
  #talk {
    background: url("../img/talk_bg.jpg") no-repeat 0 0;
    background-size: cover;
    padding: 8% 0 15%;
  }
  /* products */
  #products {
    background: url("../img/products_bg.jpg") no-repeat center 8%;
    background-size: contain;
  }
  #products .wrapper {
    background: url("../img/products_bg_2.jpg") no-repeat center bottom;
    background-size: 220%;
  }
  #products h2 {
    background: url("../img/system_ttl_bg.png") repeat-x 0 0;
    background-size: contain;
    letter-spacing: 2px;
    font-size: 150%;
    text-align: center;
    line-height: 1.8;
    color: #fff;
    padding: 3% 0;
    height: auto;
  }
  #products .system {
    width: 100%;
    margin: 0 auto;
    background: none;
    min-height: auto;
    padding: 0 5% 0;
  }
  #products .system h3 {
    font-size: 160%;
    margin: 10% 0 3%;
    font-weight: bold;
    text-align: center;
  }
  #products .system h3 + p {
    font-size: 120%;
    text-align: center;
    padding: 0 0 5%;
  }
  #products .system {
    background: none;
    min-height: auto;
  }
  #products .system .sp-only {
    display: block;
  }
  #products .system .pc-only {
    display: none;
  }
  #products .system ul li {
    width: 100%;
    text-align: left;
  }
  #products .system ul li h4 {
    font-size: 100%;
    margin: 4% 0 0;
  }
  #products .system ul li p {
    letter-spacing: 0;
    line-height: 1.7;
    font-size: 90%;
  }
  #products .system ul li.item1 {
    margin: 0 0 8%;
    padding: 0 0 0 50%;
    background: url("../img/system_item_1_sp.jpg") no-repeat 0 center;
    background-size: 45% 180px;
  }
  #products .system ul li.item2 {
    margin: 0 0 8%;
    padding: 0 0 0 50%;
    background: url("../img/system_item_2_sp.jpg") no-repeat 0 center;
    background-size: 45% 180px;
  }
  #products .system ul li.item3 {
    margin: 0 0 8%;
    padding: 0 0 0 50%;
    background: url("../img/system_item_3_sp.jpg") no-repeat 0 center;
    background-size: 45% 180px;
  }
  #products .system + p img {
    margin: 7% auto 0;
    text-align: center;
    width: 10%;
  }
  #products .system ul + .note {
    margin: 0 0;
  }
  #products .ingredient {
    padding: 0 0 5%;
  }
  #products .ingredient h3 {
    text-align: center;
    letter-spacing: 4px;
    font-size: 200%;
    margin: 7% 0 0;
  }
  #products .ingredient h3 + p {
    font-size: 120%;
    padding-left: 20px;
    text-align: center;
  }
  #products .ingredient ul {
    overflow: hidden;
    width: 100%;
    margin: 5% auto 0;
  }
  #products .ingredient ul li {
    background: url("../img/ingredient_1.png") no-repeat center 0;
    background-size: 120px;
    width: 32%;
    padding: 130px 1% 5%;
    text-align: center;
    font-size: 75%;
    float: left;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 0;
  }
  #products .ingredient ul li.item2 {
    background: url("../img/ingredient_2.png") no-repeat center 0;
    background-size: 120px;
  }
  #products .ingredient ul li.item3 {
    background: url("../img/ingredient_3.png") no-repeat center 0;
    background-size: 120px;
  }
  #products .ingredient ul li.item4 {
    background: url("../img/ingredient_4.png") no-repeat center 0;
    background-size: 120px;
  }
  #products .ingredient ul li.item5 {
    background: url("../img/ingredient_5.png") no-repeat center 0;
    background-size: 120px;
  }
  #products .ingredient ul li.item6 {
    background: url("../img/ingredient_6.png") no-repeat center 0;
    background-size: 120px;
  }
  #products .ingredient ul li.item7 {
    background: url("../img/ingredient_7.png") no-repeat center 0;
    background-size: 120px;
  }
  #products .ingredient ul li.item8 {
    background: url("../img/ingredient_8.png") no-repeat center 0;
    background-size: 120px;
  }
  #products + div {
    font-size: 150%;
    text-align: center;
    padding: 5px 0;
  }
  .pd-item .inner {
    width: 100%;
    margin: 0 0 0 0;
    overflow: hidden;
  }
  .pd-item dl {
    padding: 50px 0 0;
  }
  #pd-wash, #pd-cream {
    min-height: auto;
  }
  #pd-cream dl + .note {
    width: 50%;
  }
  .pd-item .inner {
    padding: 0 3%;
  }
  #pd-wash dl + .note {
    width: auto;
  }
  #pd-wash h2 {
    padding-top: 10%;
    width: 40%;
  }
  #pd-cream h2 {
    padding-top: 20%;
    width: 40%;
  }
  #pd-wash .inner dl dt, #pd-cream .inner dl dt {
    font-size: 120%;
  }
  #pd-wash, #pd-cream {
    background-size: 50%;
  }
  #pd-cream dl {
    float: left;
  }
  #pd-other {
    margin: 0 auto;
    padding: 10% 0;
  }
  #pd-other li {
    font-size: 120%;
    letter-spacing: 0;
    background: url("../img/ic_check.png") no-repeat 0 10px;
    background-size: 20px;
    padding: 0 0 15px 25px;
    margin-left: 3%;
  }
  #pd-other li .note {
    display: block;
  }
  /* graph */
  #graph {
    background: url("../img/graph_bg.png") repeat-x 0 0;
    padding: 10% 0 0;
  }
  #graph .inner {
    width: 100%;
    margin: 0 auto;
  }
  #graph h2 {
    padding: 0 0 5%;
  }
  #graph ul {
    overflow: hidden;
  }
  #graph ul li {
    width: 50%;
  }
  #graph ul li img {
    width: 90%;
    margin: 0 auto 7%;
  }
  #graph .note {
    text-align: right;
    padding: 5% 0 10%;
  }
  /* offermdl */
  .offermdl .leadtxt {
    font-size: 140%;
    background: url("../img/ic_arrow.png") no-repeat center bottom;
    text-align: center;
    padding: 0 5% 5%;
  }
  /* pddetails */
  #pddetails {
    background: url("../img/step_bg.png") repeat 0 0;
    padding-bottom: 80px;
  }
  #pddetails .inner {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 20px;
  }
  #pddetails h2 {
    font-size: 150%;
  }
  #pddetails h3 img {
    margin: 0 auto;
  }
  #pddetails h3 + div {
    font-size: 100%;
    padding: 50px 30px;
  }
  #pddetails h3 + div .pdimg {
    width: 35%;
  }
  #pddetails h3 + div .point dl {
    width: 60%;
    font-size: 110%;
  }
  #pddetails h3.step1 + div .point dl + .note {
    clear: both;
    text-align: right;
  }
  /* offerbtm */
  .offerbtm {
    background: url("../img/offerbtm_bg.jpg") no-repeat center 0;
    background-size: 120%;
  }
  .offerbtm .leadtxt {
    font-size: 140%;
    line-height: 2;
    padding: 15% 5% 10%;
    text-align: left;
  }
  .offerbtm .leadtxt + .note {
    text-align: right;
    padding: 20px 0;
  }
  .offerbtm .offer {
    margin-top: 0;
  }
  /* plan */
  #plan {
    width: 100%;
  }
  /* QA */
  #qa .inner {
    width: 100%;
  }
}
/*media Queries 1280
----------------------------------------------------*/
@media screen and (max-width:768px) {
  body {
    font-size: 90%;
    line-height: 1.6;
  }
  #backToTop {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 0;
  }
  #backToTop a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    background-color: #333;
    line-height: 1.2;
    text-align: center;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .mincyo, h1, h2 {
    font-weight: 500;
  }
  .note {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 75%;
    line-height: 1.5;
  }
  .mlr3 {
    margin: 0 3%;
  }
  .mlr5 {
    margin: 0 5%;
  }
  .glow {
    text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px, white -1px 2px 2px, white 1px -2px 2px, white -1px -2px 2px, white 2px 1px 2px, white -2px 1px 2px, white 2px -1px 2px, white -2px -1px 2px, white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
  }
  /*--------------------------------
　header
---------------------------------*/
  #header {
    background: url("../img/topimg.jpg") no-repeat 0 0;
    background-size: 100%;
    height: auto;
    padding: 92% 0 0;
    width: 100%;
  }
  #pt2 #header {
    background: url("../img/topimg_pt2.jpg") no-repeat 0 0;
    background-size: 100%;
    height: auto;
    padding: 92% 0 0;
    width: 100%;
  }
  #pt2 .y #header {
    background: url("../img/y/topimg_pt2.jpg") no-repeat 0 0;
    background-size: 100%;
    height: auto;
    padding: 92% 0 0;
    width: 100%;
  }
  #header h1 {
    display: none;
  }
  /*--------------------------------
　section
---------------------------------*/
  /* concept */
  #concept {
    padding: 10% 0 13%;
    line-height: 1.7;
  }
  #concept .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #concept h2 {
    font-size: 120%;
    padding: 0 0 5%;
    font-weight: bold;
  }
  #concept span {
    font-size: 60%;
  }
  /* offertop */
  .offertop {
    background: url("../img/offertop_bg.jpg") no-repeat 110% 0;
    background-size: 200%;
    padding: 0 0 0;
    width: 100%;
  }
  .offertop h2 {
    color: #04a8e0;
    font-size: 130%;
    padding: 7% 3% 10% 37%;
    line-height: 1.8;
    letter-spacing: -1px;
  }
  .offertop h2 + p.pnote img {
    width: 50%;
    margin: 0 10% 0 45%;
  }
  .offertop h2 + p.pnote img {
    width: 80%;
    margin: 0 10%;
  }
  #pt2 .offertop h2 + p.pnote img {
    width: 80%;
    margin: 5% 10% 0;
  }
  .offertop .leadtxt {
    text-align: center;
    padding: 5% 0;
    font-size: 120%;
  }
  .offertop .leadtxt + .note {
    text-align: right;
    margin: 0 3% 5%;
  }
  /* offer */
  .offer {
    margin: 0 0 10%;
    width: 100%;
  }
  .offer .innerbox {
    position: static;
    width: 100%;
    height: auto;
    background: url("../img/offer_pdimg_sp.png") no-repeat 0 33%;
    background-size: 100%;
    text-align: center;
  }
  .offer .innerbox p img, .offer .innerbox p.offerbtn img {
    width: 100%;
  }
  .offer .innerbox h2, .offer .innerbox p {
    position: static;
  }
  .offer .innerbox h2 {
    padding: 0 0 60%;
    background: none;
  }
  .offer .innerbox p {
    width: 90%;
    margin: 0 5%;
  }
  .offer .innerbox p.offerbtn {
    width: 90%;
    margin: 5% auto;
    text-align: center;
  }
  .offer h3 {
    background: url("../img/ic_car.png") no-repeat 20px 0;
    background-size: 120px;
    font-size: 105%;
    line-height: 1.3;
    margin: 0 0 0 0;
    padding: 0 0 5% 170px;
  }
  .offer h3 strong {
    color: #ff3000;
    font-size: 120%;
  }
  /* insta */
  #insta {
    background: url("../img/insta_bg.png") repeat 0 0;
    text-align: center;
    padding: 10% 0 10%;
  }
  #insta .inner {
    width: 100%;
    padding: 0;
  }
  #insta h2 {
    display: block;
    padding: 0 15px;
    line-height: 1.4;
    text-align: center;
    font-size: 170%;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  #insta h2::before {
    position: relative;
    top: 15px;
    left: -15px;
    background: url(../img/ic_insta.png) 0 0 no-repeat;
    -webkit-background-size: 40px 40px;
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-left: 5px;
  }
  /* talk */
  #talk {
    background: url("../img/talk_bg.jpg") no-repeat 0 0;
    padding: 10% 0 13%;
    font-size: 90%;
  }
  #talk h2 {
    font-size: 150%;
    letter-spacing: 1px;
  }
  /* products */
  #products {
    background: url("../img/products_bg.jpg") no-repeat center 6%;
    background-size: contain;
  }
  #products .wrapper {
    background: url("../img/products_bg_2.jpg") no-repeat center bottom;
    background-size: 220%;
  }
  #products h2 {
    background: url("../img/system_ttl_bg.png") repeat-x 0 0;
    background-size: contain;
    letter-spacing: 1px;
    font-size: 140%;
    text-align: center;
    line-height: 1.8;
    color: #fff;
    padding: 3% 0;
    height: auto;
  }
  #products .system {
    width: 100%;
    margin: 0 auto;
    background: none;
    min-height: auto;
    padding: 0 5% 0;
  }
  #products .system h3 {
    font-size: 140%;
    margin: 10% 0 4%;
    font-weight: bold;
    text-align: left;
  }
  #products .system h3 + p {
    font-size: 120%;
    padding: 0 0 5%;
    text-align: left;
  }
  #products .system {
    background: none;
    min-height: auto;
  }
  #products .system ul li {
    width: 100%;
    text-align: left;
  }
  #products .system ul li h4 {
    font-size: 100%;
    margin: 4% 0 0;
  }
  #products .system ul li p {
    letter-spacing: 0;
    line-height: 1.7;
    font-size: 90%;
  }
  #products .system ul li.item1 {
    margin: 0 0 8%;
    padding: 120px 0 0;
    background: url("../img/system_item_1_sp.jpg") no-repeat 0 0;
    background-size: 100% 120px;
  }
  #products .system ul li.item2 {
    margin: 0 0 8%;
    padding: 120px 0 0;
    background: url("../img/system_item_2_sp.jpg") no-repeat 0 0;
    background-size: 100% 120px;
  }
  #products .system ul li.item3 {
    margin: 0 0 8%;
    padding: 120px 0 0;
    background: url("../img/system_item_3_sp.jpg") no-repeat 0 0;
    background-size: 100% 120px;
  }
  #products .system + p img {
    margin: 10% auto 0;
    text-align: center;
    width: 14%;
  }
  #products .system ul + .note {
    margin: 0 0;
  }
  #products .ingredient {
    padding: 0 0 5%;
  }
  #products .ingredient h3 {
    text-align: center;
    letter-spacing: 4px;
    font-size: 150%;
    margin: 10% 0 3%;
    font-weight: bold;
  }
  #products .ingredient h3 + p {
    font-size: 110%;
    padding-left: 0;
    text-align: center;
  }
  #products .ingredient ul {
    overflow: hidden;
    width: 100%;
    margin: 5% auto 0;
  }
  #products .ingredient ul li {
    background: url("../img/ingredient_1.png") no-repeat center 0;
    background-size: 80px;
    width: 32%;
    padding: 90px 1% 5%;
    text-align: center;
    font-size: 75%;
    float: left;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 0;
  }
  #products .ingredient ul li.item2 {
    background: url("../img/ingredient_2.png") no-repeat center 0;
    background-size: 80px;
  }
  #products .ingredient ul li.item3 {
    background: url("../img/ingredient_3.png") no-repeat center 0;
    background-size: 80px;
  }
  #products .ingredient ul li.item4 {
    background: url("../img/ingredient_4.png") no-repeat center 0;
    background-size: 80px;
  }
  #products .ingredient ul li.item5 {
    background: url("../img/ingredient_5.png") no-repeat center 0;
    background-size: 80px;
  }
  #products .ingredient ul li.item6 {
    background: url("../img/ingredient_6.png") no-repeat center 0;
    background-size: 80px;
  }
  #products .ingredient ul li.item7 {
    background: url("../img/ingredient_7.png") no-repeat center 0;
    background-size: 80px;
  }
  #products .ingredient ul li.item8 {
    background: url("../img/ingredient_8.png") no-repeat center 0;
    background-size: 80px;
  }
  #products + div {
    font-size: 150%;
    text-align: center;
    padding: 5px 0;
  }
  .pd-item .inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .pd-item dl {
    text-align: center;
    padding-top: 0;
    font-size: 90%;
    float: none;
    clear: both;
  }
  .pd-item dl dt {
    color: #04a8e0;
    font-size: 140%;
  }
  .pd-item dl dd {
    padding-bottom: 7%;
  }
  #pd-wash {
    background: #effbff url("../img/wash_bg.jpg") no-repeat -40% 0;
    background-size: 80%;
    border-top: 5px solid #c1effe;
    border-bottom: 5px solid #c1effe;
    min-height: auto;
  }
  #pd-wash h2 {
    float: right;
    padding: 5% 0;
    text-align: right;
    width: 45%;
  }
  #pd-wash .inner dl dt, #pd-cream .inner dl dt {
    font-size: 140%;
  }
  #pd-wash h2 img {
    text-align: right;
  }
  #pd-wash dl + .note {
    float: none;
    width: auto;
    text-align: right;
  }
  #pd-cream {
    background: #f0fffd url("../img/cream_bg.jpg") no-repeat 150% 0;
    background-size: 80%;
    border-top: 5px solid #cff9f4;
    border-bottom: 5px solid #cff9f4;
    min-height: auto;
  }
  #pd-cream h2 {
    float: none;
    padding: 5% 0 0 0;
    text-align: center;
    width: 40%;
  }
  #pd-cream dl {
    text-align: center;
    float: none;
    padding-top: 50px;
  }
  #pd-cream dl dt {
    color: #3dc7b8;
    font-size: 140%;
  }
  #pd-cream dl + .note {
    float: lnone;
    width: auto;
  }
  #pd-other {
    width: 100%;
    margin: 0 auto;
    padding: 10% 0 8%;
  }
  #pd-other li {
    font-size: 100%;
    letter-spacing: 0;
    background: url("../img/ic_check.png") no-repeat 5px 5px;
    background-size: 20px;
    padding: 0 0 15px 40px;
    margin-left: 3%;
  }
  #pd-other li .note {
    display: block;
  }
  /* graph */
  #graph {
    background: url("../img/graph_bg.png") repeat-x 0 0;
    padding: 10% 0 0;
  }
  #graph .inner {
    width: 100%;
    margin: 0 auto;
  }
  #graph h2 {
    padding: 0 0 0;
  }
  #graph ul {
    overflow: hidden;
  }
  #graph ul li {
    float: none;
    width: 80%;
    margin: 0 10%;
  }
  #graph ul li:nth-child(even) {
    float: none;
  }
  #graph ul li img {
    width: 90%;
    margin: 5% auto 2%;
  }
  #graph .note {
    text-align: left;
    padding: 5% 0 0;
  }
  /* offermdl */
  .offermdl .leadtxt {
    font-size: 140%;
    background: url("../img/ic_arrow.png") no-repeat center bottom;
    text-align: center;
    padding: 8% 5% 10%;
  }
  /* pddetails */
  #pddetails {
    background: url("../img/step_bg.png") repeat 0 0;
    padding-bottom: 10%;
  }
  #pddetails .inner {
    width: 100%;
    margin: 0 auto;
    padding: 3% 0;
  }
  #pddetails h2 {
    font-size: 130%;
    padding: 5% 0;
  }
  #pddetails h3.step1 {
    background: url("../img/step1_ttl_bg.png") repeat-x 0 0;
    text-align: center;
  }
  #pddetails h3 img {
    margin: 0 auto;
  }
  #pddetails h3.step2 {
    background: url("../img/step2_ttl_bg.png") repeat-x 0 0;
    text-align: center;
  }
  #pddetails h3 img {
    margin: 0 auto;
  }
  #pddetails h3 + div {
    background: #fff;
    text-align: center;
    padding: 5% 5%;
    overflow: hidden;
    box-shadow: 0 0 6px #ccc;
    font-size: 100%;
  }
  #pddetails h3 + div .leadtxt {
    font-size: 105%;
    text-align: left;
  }
  #pddetails h3 + div .pdimg {
    float: none;
    width: 40%;
    margin: 0 30%;
  }
  #pddetails h3 + div .point {
    text-align: left;
    padding: 3% 0 3%;
  }
  #pddetails h3 + div .point dl {
    float: none;
    background: url("../img/ic_point.png") no-repeat 0 0;
    background-size: 150px;
    padding: 12% 0 7%;
    width: 100%;
  }
  #pddetails h3 + div .point dl dt {
    color: #04a8e0;
    border-bottom: 1px solid #04a8e0;
    font-weight: bold;
    padding: 3% 0 0;
    margin: 0 0 3%;
    line-height: 1.6;
    font-size: 100%;
  }
  #pddetails h3 + div .point dl dd {
    font-size: 80%;
  }
  #pddetails h3 + div .point dl + .note {
    clear: both;
  }
  #pddetails h3.step1 + div .point dl + .note {
    clear: both;
    text-align: right;
  }
  /* offerbtm */
  .offerbtm {
    background: url("../img/offerbtm_bg.jpg") no-repeat center 0;
    background-size: 150%;
  }
  .offerbtm .leadtxt {
    font-size: 120%;
    line-height: 1.7;
    padding: 15% 5% 7%;
    text-align: left;
    width: 100%;
  }
  .offerbtm .leadtxt + .note {
    text-align: right;
    padding: 3%;
  }
  .offerbtm .offer {
    margin-top: 0;
  }
  /* plan */
  #plan {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10%;
  }
  #plan h2 {
    text-align: center;
    padding: 5% 3%;
  }
  #plan ul {
    border-top: 4px solid #f1f1f1;
  }
  #plan ul li {
    border-bottom: 4px solid #f1f1f1;
    overflow: hidden;
    padding: 3% 5%;
  }
  #plan ul li h3 {
    font-size: 100%;
    float: none;
    width: 100%;
    overflow: hidden;
    line-height: 1.4;
    padding: 0 0 3%;
  }
  #plan ul li h3 strong {
    font-size: 140%;
    color: #f00;
  }
  #plan ul li.point1 h3 strong {
    font-size: 150%;
  }
  #plan ul li h3 span {
    color: #fff;
    background: -moz-linear-gradient(top left, #5fdacd, #04a8e0);
    background: -webkit-linear-gradient(top left, #5fdacd, #04a8e0);
    background: linear-gradient(to bottom right, #5fdacd, #04a8e0);
    padding: 5px 15px;
    display: block;
    float: left;
    font-size: 160%;
    margin-right: 20px;
  }
  #plan ul li p {
    float: none;
    width: 100%;
  }
  /* QA */
  #qa {
    background: url("../img/qa_bg.png") repeat 0 0;
    padding: 10% 0;
  }
  #qa .inner {
    width: 100%;
    margin: 0 auto;
  }
  #qa .inner h2 img {
    margin: 0 auto;
  }
  #qa .inner dl dt {
    background: #edfaff url("../img/qa_ttl_border.png") no-repeat 0 0;
    color: #04a8e0;
    font-size: 120%;
    padding: 2% 3% 2% 30px;
    box-shadow: 0 0 6px #ccc;
    font-weight: bold;
    margin: 8% 0 3%;
  }
  #qa .inner dl dd {
    padding: 0 3% 0 10%;
  }
  #qa .inner dl dd span {
    color: #f00;
    margin: 0 0 0 -35px;
    font-weight: bold;
    font-size: 120%;
  }
  /*--------------------------------
  Footer
---------------------------------*/
  #footer {
    padding: 5% 5% 5% 10%;
    font-size: 90%;
  }
  #footer .inner {
    padding: 0;
    text-align: center;
  }
  #footer ul {
    overflow: hidden;
    margin-bottom: 5%;
  }
  #footer ul li {
    display: block;
    font-size: 100%;
    width: 40%;
    float: left;
    text-align: left;
    padding: 0 0 3% 0;
  }
  #footer ul li:nth-child(even) {
    width: 60%;
  }
  #footer .inner .logo img {
    margin: 0 auto 3%;
    display: block;
    width: 80px;
  }
  #footer .copyright {
    font-size: 85%;
    color: #999;
  }
}