/*--------------------------------
　top
---------------------------------*/
#top {
  padding-bottom: 0;
}
#top #header {
  background: url("../common/img/top_head_bg.jpg") no-repeat center 100px;
  height: 100vh;
  position: relative;
}
#top #header h2 + .note {
  text-align: right;
  position: absolute;
  right: 20%;
  bottom: 5%;
}
#top #header h2 {
  margin-left: -100px;
  padding: 300px 0;
  font-size: 170%;
  line-height: 2;
}
#top section .inner {
  max-width: 1300px;
}
/* top_concept */
#top #conceptArea {
  background: url("../common/img/top_concept_bg.jpg") no-repeat 0 0;
}
#top #conceptArea .inner {
  padding: 100px 0 100px 800px;
}
#top #conceptArea h2 {
  font-size: 220%;
  color: #a3a6af;
}
#top #conceptArea h2 + p {
  padding: 40px 0 40px;
  font-size: 130%;
  font-weight: normal;
}
#top #conceptArea p.btn {
  margin-bottom: 120px;
}
/* top_products */
#top #productsArea {
  background: url("../common/img/top_products_bg.png") no-repeat center center;
}
#top #productsArea .inner {
  overflow: hidden;
  padding: 80px 0;
}
#top #productsArea .wash {
  float: left;
  background: url("../common/img/pdimg_wash.png") no-repeat 300px center;
  width: 500px;
  padding: 80px 20px 80px 0;
}
#top #productsArea .cream {
  float: right;
  background: url("../common/img/pdimg_cream.png") no-repeat left center;
  width: 520px;
  padding: 80px 0 80px 180px;
}
#top #productsArea h2 {
  font-size: 220%;
  font-weight: bold;
  letter-spacing: 5px;
}
#top #productsArea .pdname {
  font-size: 120%;
  font-weight: bold;
  padding: 17px 0;
  letter-spacing: -1px;
}
#top #productsArea .btn {
  margin: 140px 0 0 45px;
  float: left;
  width: 160px;
}
#top #productsArea .btn a {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  padding: 67px 20px;
}
#top #productsArea .btn a:after {
  right: -120px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* top_ingredients */
#top #ingredientsArea {
  background: url("../common/img/bg_tree.png") no-repeat 80% 0;
}
#top #ingredientsArea .inner {
  background: url("../common/img/top_ingredient.png") no-repeat right 270px;
  padding: 140px 0 20px;
}
#top #ingredientsArea h2 {
  font-size: 200%;
  width: 50%;
}
#top #ingredientsArea h2 + p {
  padding: 40px 0;
}
#top #ingredientsArea p.btn {
  margin-bottom: 120px;
}
#top #ingredientsArea p.btn + p.note {
  width: 700px;
}
/* top_bnrArea */
#top #bnrArea {
  background: #f2f2f2;
  padding: 50px 0;
}
#top #bnrArea ul {
  overflow: hidden;
}
#top #bnrArea ul li a {
  background: #fff;
  background-size: 140px;
  padding: 40px 20px 40px 280px;
  width: 620px;
  float: left;
  margin-right: 60px;
  vertical-align: middle;
  position: relative;
}
#top #bnrArea ul li.mback a {
  margin-right: 0;
}
#top #bnrArea ul li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 250px;
  height: 150px;
  background: url("../common/img/ic_car.png") no-repeat right center;
  background-size: 130px;
}
#top #bnrArea ul li.mback a:before {
  background: url("../common/img/ic_yen.png") no-repeat right center;
  background-size: 90px;
}
#top #bnrArea ul li a span {
  font-weight: bold;
  font-size: 150%;
  display: block;
}
/* top_acneArea */
#top #acneArea {
  padding: 80px 0;
  color: #fff;
}
#top #acneArea .inner {
  background: url("../common/img/top_acne_bg.jpg") no-repeat 0 -100px;
  padding: 90px 50px;
}
#top #acneArea h2 {
  font-size: 200%;
}
#top #acneArea h2 + p {
  padding: 40px 0;
}
#top #acneArea p.btn {
  margin-bottom: 100px;
}
#top #acneArea p.btn a {
  width: 300px;
  height: auto;
  border-radius: 10px;
  padding: 15px 20px;
}
#top #acneArea p.btn a:after {
  right: -260px;
}
/* top_brandArea */
#top #brandArea {
  background: #f2f2f2;
  padding: 30px 0 150px;
  text-align: center;
}
#top #brandArea h2 {
  color: #c2c2c2;
  font-size: 220%;
  margin: 0 0 30px;
  font-weight: normal;
}
#top #brandArea ul {
  overflow: hidden;
}
#top #brandArea ul li {
  float: left;
  width: 620px;
  margin-right: 60px;
}
#top #brandArea ul li:nth-child(even) {
  float: right;
  margin-right: 0;
}
/*--------------------------------
　company / terms
---------------------------------*/
dl.table {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-top: none;
}
dl.table dt {
  background: #f2f2f4;
  width: 25%;
  padding: 25px 25px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  font-weight: bold;
}
dl.table dd {
  padding: 30px 30px;
  margin: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 75%;
  background: #fff;
  box-sizing: border-box;
}
#terms h2 {
  margin: 60px 0 20px;
  font-size: 120%;
}
#terms ul li {
  padding: 0 0 30px;
}
#terms ul li:last-child {
  padding-bottom: 0;
}
#terms ul li strong {
  display: block;
}
#terms ul li span {
  font-size: 90%;
}
#terms ul + p {
  padding: 30px 0 0;
}
#terms em {
  font-weight: bold;
  font-style: normal;
  text-decoration: underline;
}
/*--------------------------------
　siteterms
---------------------------------*/
#siteterms h2 {
  margin: 30px 0 10px;
}
/*--------------------------------
　privacy
---------------------------------*/
#privacy h2 {
  font-size: 120%;
    margin-top:50px;
}
#privacy h3 {
    font-weight: 500;
}
#privacy h2 + p {
    margin-top:30px;
}
#privacy ol {
  padding: 20px 0 20px 25px;
}
#privacy ol li {
  list-style-type: decimal;
  padding: 0 0 25px;
}
#privacy p {
  padding: 0 0 30px;
}
/*--------------------------------
　sitemap
---------------------------------*/
.link__wrap ul {
  width: 1000px;
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
  padding: 30px 50px;
}
.link__wrap ul li {
  width: 400px;
  float: left;
}
.link__wrap ul li.second:before {
  top: 20px;
  bottom: auto;
}
.link__wrap ul li.second ul {
  border-bottom: none;
  width: 400px;
  font-size: 90%;
  padding: 0 20px 0;
}
.link__wrap ul li.second ul li, .link__wrap ul.submenu li {
  line-height: 2;
}
.link__wrap .brandArea h2 {
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  color: #ccc;
  padding: 30px 0 0;
}
.link__wrap .brandArea ul {
  border-bottom: none;
  padding: 25px 25px;
  width: 900px;
  margin: 0 auto;
}
.link__wrap .brandArea ul li:last-child {
  float: right;
}
/*--------------------------------
　cancel
---------------------------------*/
#cancel h2 {
  text-align: center;
  font-size: 150%;
  color: #a3a6af;
  margin: 0 0 50px;
	letter-spacing: 2px;
}
#cancel h2 + ul li h3 {
  font-size: 120%;
  background: #f2f2f4 url("../common/img/bg_border.png") no-repeat 0 0;
  padding: 15px 30px 10px 40px;
  margin: 80px 0 30px;
  font-weight: bold;
}
#cancel h2 + ul li p {
  padding-left: 40px;
}
#cancel ul li.amount {
  overflow: hidden;
}
#cancel ul li.amount p {
  float: left;
}
#cancel ul li.amount p.img {
  float: right;
  width: 300px;
  text-align: center;
  display: block;
}
#cancel .contact {
  text-align: center;
	padding: 50px 0 0;
}
#cancel .contact .inner {
  background: #f2f2f4;
  padding: 50px 0 50px;
	width: 700px;
	margin: 30px auto;
}
#cancel .contact .phone {
  font-size: 120%;
  font-weight: bold;
}
#cancel .contact .phonenum {
  margin: 20px 0 0;
  font-size: 250%;
  font-weight: bold;
}
#cancel .contact .phonenum + span {
  font-size: 70%;
  line-height: 1.5;
  font-weight: normal;
  display: block;
}
/*media Queries 1280
----------------------------------------------------*/
@media screen and (max-width: 1280px) {
  #top #header {
    background: url("../common/img/top_head_bg.jpg") no-repeat 30% 60px;
    background-size: 200%;
    height: auto;
    position: relative;
  }
  #top #header h1 + .note {
    text-align: right;
    position: absolute;
    left: 10%;
    right: auto;
    bottom: 5%;
  }
  #top #header h1 {
    margin-left: 0;
    padding: 30% 0 38%;
    font-size: 130%;
    line-height: 1.6;
  }
  #top section .inner {
    max-width: 100%;
  }
  /* top_concept */
  #top #conceptArea {
    background: url("../common/img/top_concept_bg.jpg") no-repeat 50% bottom;
    background-size: 140%;
  }
  #top #conceptArea .inner {
    padding: 13% 5% 15% 50%;
  }
  #top #conceptArea h2 {
    font-size: 170%;
    color: #a3a6af;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  #top #conceptArea h2 + p {
    padding: 5% 0;
    font-size: 100%;
  }
  #top #conceptArea p.btn {
    margin-bottom: 0;
  }
  /* top_products */
  #top #productsArea .btn {
    margin: 5% auto;
    float: none;
    clear: both;
    width: 200px;
  }
  #top #productsArea .btn a {
    width: 200px;
    height: 40px;
    border-radius: 10px;
    padding: 9px 20px;
  }
  #top #productsArea .btn a:after {
    right: -125px;
    width: 8px;
    height: 8px;
  }
  /* top_ingredients */
  #top #ingredientsArea {
    background: url("../common/img/bg_tree.png") no-repeat 150% 0;
    background-size: 60%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  #top #ingredientsArea .inner {
    background: none;
    padding: 10% 5%;
  }
  #top #ingredientsArea h2 {
    font-size: 200%;
    text-align: center;
    width: 30%;
  }
  #top #ingredientsArea h2 + p {
    padding: 10% 0;
  }
  #top #ingredientsArea p.btn {
    margin-bottom: 10%;
    margin: 0 auto 10%;
    display: block;
    width: 160px;
  }
  #top #ingredientsArea p.btn + p.note {
    width: 100%;
  }
  /* top_bnrArea */
  #top #bnrArea {
    background: #f2f2f2;
    padding: 3% 0 10%;
  }
  #top #bnrArea ul {
    overflow: hidden;
  }
  #top #bnrArea ul li a {
    background: #fff;
    background-size: 140px;
    padding: 5% 5% 5% 30%;
    width: 90%;
    float: left;
    margin: 7% 5% 0;
    vertical-align: middle;
    position: relative;
  }
  #top #bnrArea ul li.mback a {
    margin-right: 0;
  }
  #top #bnrArea ul li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    width: 200px;
    height: 130px;
    background: url("../common/img/ic_car.png") no-repeat 45% center;
    background-size: 120px;
  }
  #top #bnrArea ul li.mback a:before {
    background: url("../common/img/ic_yen.png") no-repeat 40% center;
    background-size: 90px;
  }
  #top #bnrArea ul li a span {
    font-weight: bold;
    font-size: 150%;
    display: block;
  }
  /* top_acneArea */
  #top #acneArea {
    padding: 0 0;
    color: #fff;
  }
  #top #acneArea .inner {
    background: url("../common/img/top_acne_bg.jpg") no-repeat 0 0;
    background-size: 120%;
    padding: 10% 5% 5%;
  }
  #top #acneArea h2 {
    font-size: 180%;
  }
  #top #acneArea h2 + p {
    padding: 5% 0;
  }
  #top #acneArea p.btn {
    margin-bottom: 10%;
  }
  #top #acneArea p.btn a {
    width: 280px;
    height: auto;
    border-radius: 10px;
    padding: 15px 20px;
  }
  #top #acneArea p.btn a:after {
    right: -240px;
  }
  /* top_brandArea */
  #top #brandArea {
    background: #f2f2f2;
    padding: 0 0 10%;
    text-align: center;
  }
  #top #brandArea h2 {
    color: #c2c2c2;
    font-size: 190%;
    margin: 0 0 8%;
  }
  #top #brandArea ul {
    overflow: hidden;
  }
  #top #brandArea ul li {
    float: none;
    width: 90%;
    margin: 5% 5%;
  }
  #top #brandArea ul li:nth-child(even) {
    float: none;
    margin-right: 0;
  }
  #top #brandArea ul li img {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}
/*media Queries 1080
----------------------------------------------------*/
@media screen and (max-width: 1080px) {
  /* top_products */
  #top #productsArea {
    background: none;
  }
  #top #productsArea .inner {
    overflow: hidden;
    padding: 0 0;
  }
  #top #productsArea .wash {
    float: none;
    background: #cbf1f9 url("../common/img/pdimg_wash.png") no-repeat 10% center;
    background-size: 15%;
    width: 100%;
    padding: 10% 5% 10% 35%;
  }
  #top #productsArea .cream {
    float: none;
    background: #d5faf5 url("../common/img/pdimg_cream.png") no-repeat 10% center;
    background-size: 15%;
    width: 100%;
    padding: 10% 5% 10% 35%;
  }
  #top #productsArea h2 {
    font-size: 180%;
    font-weight: bold;
    letter-spacing: 5px;
  }
  #top #productsArea .pdname {
    font-size: 120%;
    font-weight: bold;
    padding: 17px 0;
    letter-spacing: -1px;
  }
  #top #productsArea .btn {
    margin: 5% auto;
    float: none;
    width: 160px;
  }
  #top #productsArea .btn a {
    width: 150px;
    height: 40px;
    border-radius: 10px;
    padding: 9px 20px;
  }
  #top #productsArea .btn a:after {
    right: -125px;
    width: 8px;
    height: 8px;
  }
  #top #brandArea ul li:first-child {
    margin-top: 0;
  }
}
/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 767px) {
  #top #header h1 {
    margin-left: 0;
    padding: 30% 0 38%;
    font-size: 130%;
    line-height: 1.6;
  }
  #top #conceptArea {
    background: url("../common/img/top_concept_bg.jpg") no-repeat 35% bottom;
    background-size: 200%;
  }
  #top #conceptArea .inner {
    padding: 13% 5% 15% 40%;
  }
  #top #ingredientsArea h2 {
    font-size: 170%;
    text-align: center;
    width: 50%;
  }
  #top #bnrArea ul li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    width: 200px;
    height: 130px;
    background: url("../common/img/ic_car.png") no-repeat 5% center;
    background-size: 80px;
  }
  #top #bnrArea ul li.mback a:before {
    background: url("../common/img/ic_yen.png") no-repeat 10% center;
    background-size: 50px;
  }
  #top #acneArea .inner {
    background: url("../common/img/top_acne_bg.jpg") no-repeat 30% 0;
    background-size: 160%;
    padding: 10% 5%;
  }
  /*--------------------------------
　company / terms
---------------------------------*/
  dl.table {
    display: block;
    flex-wrap: wrap;
    border: none;
    border-top: none;
  }
  dl.table dt {
    background: #f2f2f4;
    width: 100%;
    padding: 3% 3% 3% 3%;
    box-sizing: border-box;
    border-top: none;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
  }
  dl.table dd {
    padding: 5% 3% 8% 3%;
    margin: 0;
    border-left: none;
    border-top: none;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
  }
  #terms h2 {
    margin: 8% 0 3%;
    font-size: 120%;
    font-weight: bold;
  }
  #terms ul li {
    padding: 0 0 30px;
  }
  #terms ul li:last-child {
    padding-bottom: 0;
  }
  #terms ul li strong {
    display: block;
  }
  #terms ul li span {
    font-size: 90%;
  }
  #terms ul + p {
    padding: 5% 0 0;
  }
  #terms em {
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
  }
  /*--------------------------------
　siteterms
---------------------------------*/
  #siteterms h2 {
    margin: 5% 0 3%;
    font-weight: bold;
    font-size: 120%;
  }
  /*--------------------------------
　privacy
---------------------------------*/
  #privacy h2 {
    font-size: 120%;
    margin: 5% 0;
    font-weight: bold;
  }
    #privacy h2 + p {
    margin-top:5%;
}
  #privacy ol {
    padding: 0 0 5% 5%;
  }
  #privacy ol li {
    list-style-type: decimal;
    padding: 0 0 5%;
  }
  #privacy p {
    padding: 0 0 5%;
  }

  /*--------------------------------
　sitemap
---------------------------------*/
  .link__wrap ul {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    padding: 10% 8% 5% 12%;
  }
  .link__wrap ul li {
    width: 100%;
    float: none;
  }
  .link__wrap ul li.second:before {
    top: 20px;
    bottom: auto;
  }
  .link__wrap ul li.second ul {
    border-bottom: none;
    width: 100%;
    font-size: 90%;
    padding: 0 20px 0;
  }
  .link__wrap ul li.second ul li, .link__wrap ul.submenu li {
    line-height: 2;
  }
  .link__wrap .brandArea h2 {
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    color: #ccc;
    padding: 5% 0 0;
  }
  .link__wrap .brandArea ul {
    border-bottom: none;
    padding: 5% 5%;
    width: 100%;
  }
  .link__wrap .brandArea ul li {
    margin-bottom: 5%;
  }
  .link__wrap .brandArea ul li:last-child {
    float: none;
  }
	/*--------------------------------
　cancel
---------------------------------*/
#cancel h2 {
  font-size: 140%;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 8%;
}
#cancel h2 + ul li h3 {
  font-size: 120%;
  background: #f2f2f4 url("../common/img/bg_border.png") no-repeat 0 0;
  padding: 4% 3% 4% 25px;
  margin: 10% 0 3%;
  font-weight: bold;
}
#cancel h2 + ul li p {
  padding-left: 3%;
}
#cancel ul li.amount {
  overflow: hidden;
}
#cancel ul li.amount p {
  float: none;
}
#cancel ul li.amount p.img {
  float: none;
  width: 100%;
	margin: 0 auto;
  text-align: center;
}
#cancel ul li.amount p.img img {
	margin: 0 auto;
}
#cancel .contact {
  text-align: left;
	padding: 10% 0 0;
}
#cancel .contact .inner {
  background: #f2f2f4;
  padding: 5% 0 5%;
	width: 100%;
	margin: 5% auto;
	text-align: center;
}
#cancel .contact .phone {
  font-size: 120%;
  font-weight: bold;
}
#cancel .contact .phonenum {
	margin: 0 0 0;
	font-size: 280%;
}
#cancel .contact .phonenum + span {
	font-size: 80%;
}
}
@media screen and (max-width: 320px) {
  dl.table {
    flex-flow: column nowrap;
  }
  dl.table dt, dd {
    width: 100%;
  }
  dl.table dd {
    border-left: none;
  }
}
