@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],/* 1 */
[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,/* 1 */
menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

/*---------------------------------------------------
		base
----------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1px;
  font-size: 1.0rem;
  color: #333;
  line-height: 1.7;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a:link, a:hover, a:active, a:visited {
  text-decoration: none;
   color: #fff!important;
}

a {
  transition: all  0.3s ease;
}

a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

iframe {
  max-width: 100%;
  margin: 0 auto !important;
}

@media screen and (max-width: 640px) {
  a:hover {
    opacity: 1;
  }
}

/*---------------------------------------------------
		all
----------------------------------------------------*/
.br-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}

#contents {
  width: 980px;
  margin: 0 auto;
}

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

/*---------------------------------------------------
		kv
----------------------------------------------------*/
.kv {
  position: relative;
  background: #8b2735 url(../img/kv_bg.jpg) 0 0 no-repeat;
}

.kv .logo {
  position: absolute;
  top: 10px;
  left: 10px;
}

.kv h1 {
  position: absolute;
  top: 210px;
  left: 105px;
  font-family: "Yu Mincho", "YuMincho";
  font-size: 2.4rem;
  text-align: center;
}

.kv .cta {
  padding-top: 460px;
  padding-left: 358px;
  padding-bottom: 10px;
}

.kv .cta_text {
  margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
  .kv {
    background: #981932 url(../img/kv_bg_sp.jpg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .kv .logo {
    width: 60px;
    left: 10px;
  }
  .kv h1 {
    position: relative;
    top: 0;
    left: -21%;
    font-size: .8rem;
    padding-top: 42%;
  }
  .kv .cta {
    padding-top: 28%;
    padding-left: 0;
    padding-bottom: 4%;
  }
  .kv .cta_text {
    margin-bottom: 20px;
  }
  .kv .cta_btn {
	padding: 0 5%;
  }
}

/*---------------------------------------------------
		trouble
----------------------------------------------------*/
.trouble {
  background: url(../img/section01_bg.jpg) 0 bottom no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 80px;
  text-align: center;
}

.trouble .ballon {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .trouble {
    background: url(../img/section01_bg_sp.jpg) 0 bottom no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 60px;
  }
  .trouble .ballon {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .trouble .lead {
    width: 90%;
    margin: 0 auto;
  }
}

/*---------------------------------------------------
		products
----------------------------------------------------*/
.products {
  background: #ffebe5;
}
.products h2 {
    text-align: center;
    padding-bottom: 30px;
}


@media screen and (max-width: 640px) {
  .products {
    background: #ffebe5;
    background-size: 100% auto;
    padding: 4% 0 0;
  }

}

/*---------------------------------------------------
		point
----------------------------------------------------*/
.point {
  background: #ffebe5;
  background-size: cover;
  padding-bottom: 60px;
}

.point h2 {
  margin-bottom: 40px;
}

.point_list {
  width: 840px;
  margin: 0 auto;
  border: 2px solid #bf9b84;
  background-color: #fff;
}

.point_list > li {
  padding: 0 30px;
}

.point .point01_item {
  background: url(../img/section03_point01_img.png) right 20px center no-repeat;
  padding-top: 20px;
  padding-bottom: 40px;
}

.point .point01_item h3 {
  margin-bottom: 24px;
}

.point .point01_item p {
  width: 380px;
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-weight: 300;
}

.point .point01_item p span {
  font-size: 80%;
}

.point .point01_item h4 {
  margin-bottom: 1.5em;
  font-size: 2.2rem;
  color: #ef846a;
  font-weight: 600;
  line-height: 1.5;
}

.point .point01_item .component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  background: #f5f5f5 url(../img/section03_point01_arrow.png) 20px center no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 270px;
  padding-right: 20px;
}

.point .point01_item .component li {
  margin-right: 1em;
  font-size: 2rem;
  font-weight: 400;
}

.point .point02_item {
  background: #fdf8f5 url(../img/section03_point02_img.jpg) center bottom no-repeat;
  padding-top: 20px;
  padding-bottom: 300px;
}

.point .point03_item {
  background: #fafbf9 url(../img/section03_point03_img.jpg) right 0 no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 40px;
}

.point .point03_item h3 {
  margin-bottom: 30px;
}

.point .point03_item .collagen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}



.point .point04_item {
  background: url(../img/section03_point04_img.png) right bottom no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 60px;
}

.point .point04_item h3 {
  margin-bottom: 40px;
}

.point .point05_item {
  background: url(../img/section03_point05_img.png) right 40px bottom 20px no-repeat;
  padding-top: 20px;
  padding-bottom: 40px;
}

.point .point05_item h3 {
  margin-bottom: 20px;
}

.point .point05_item p {
  width: 510px;
  font-size: 1.8rem;
  font-weight: 300;
}

.developer {
    padding: 60px 0 0;
    text-align: center;
}

@media screen and (max-width: 640px) {
  .point {
    padding-bottom: 20px;
  }
  .point h2 {
    margin-bottom: 10px;
  }
  .point_list {
    width: 94%;
    margin: 0 auto;
  }
  .point_list > li {
    padding: 0 10px;
  }
  .point .point01_item {
    background: url(../img/section03_point01_img.png) right -20px bottom 100px no-repeat;
    background-size: 170px auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .point .point01_item h3 {
    margin-bottom: 20px;
  }
  .point .point01_item p {
    width: 56%;
    min-height: 110px;
    margin-bottom: 1em;
    font-size: 1.1rem;
  }
  .point .point01_item h4 {
    margin-bottom: 1em;
    font-size: 1.1rem;
  }
  .point .point01_item .component {
    min-height: 60px;
    background: #f5f5f5 url(../img/section03_point01_arrow.png) 10px center no-repeat;
    background-size: 130px auto;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 150px;
    padding-right: 10px;
  }
  .point .point01_item .component li {
    margin-right: 1em;
    font-size: 1rem;
  }
  .point .point02_item {
    background: #fdf8f5 url(../img/section03_point02_img.jpg) center bottom no-repeat;
    background-size: 100% auto;
    padding-top: 20px;
    padding-bottom: 44%;
  }
  .point .point03_item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .point .point03_item h3 {
    margin-bottom: 10px;
  }
  .point .point03_item .collagen li {
    margin-bottom: 10px;
  }
  .point .point04_item {
    background: url(../img/section03_point04_img_sp.png) left bottom no-repeat;
    background-size: 100% auto;
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .point .point04_item h3 {
    margin-bottom: 20px;
  }
  .point .point04_item .notuse {
    width: 50%;
    margin-left: auto;
    margin-bottom: 2%;
  }
  .point .point05_item {
    background: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .point .point05_item h3 {
    margin-bottom: 4%;
  }
  .point .point05_item p {
    width: 100%;
    background: url(../img/section03_point05_img.png) right 0 top 2% no-repeat;
    background-size: 140px auto;
    padding-right: 34%;
    font-size: 1.2rem;
  }
  .developer {
      padding: 30px 10px 0 12px;
      text-align: center;
  }
}

/*---------------------------------------------------
		introduction
----------------------------------------------------*/
.introduction {
  background: #fddbd4 url(../img/section04_bg.jpg) 0 bottom no-repeat;
  background-size: 100% auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 90px;
}

.introduction .before {
  margin-bottom: 20px;
}

.introduction .voice {
  background-color: rgba(255, 255, 255, 0.6);
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
  padding: 10px 20px 40px;
}

.introduction .voice .title {
  margin-bottom: 20px;
}

.introduction .voice {
}
.introduction .voice li:not(:last-child) {
	margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .introduction {
    background: #fddbd4 url(../img/section04_bg_sp.jpg) 0 bottom no-repeat;
    background-size: 100% auto;
    padding: 20px 10px 40px;
  }
  .introduction .before {
    margin-bottom: 10px;
  }
  .introduction .voice {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 10px;
  }
  .introduction .voice .title {
    margin-bottom: 20px;
  }
  .introduction .voice li:not(:last-child) {
  	margin-bottom: 5px;
  }

}

/*---------------------------------------------------
		under
----------------------------------------------------*/
.under {
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #981932;
}

.under h2 {
  text-align: center;
  margin-bottom: 20px;
}

.under .textbox {
  width: 650px;
  min-height: 420px;
  margin: 0 auto;
  background: url(../img/under_pkg.png) 0 0 no-repeat;
  padding-left: 260px;
  color: #fff;
}

.under .textbox h3 {
  margin-bottom: 30px;
  font-size: 2.8rem;
  line-height: 1.4;
}

.under .textbox p {
  font-size: 2rem;
  line-height: 2;
}

.under .box {
  width: 670px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.under .box h4 {
  margin-bottom: 20px;
}

.under .box h5 {
  margin-bottom: 10px;
}

.under .spacialbtn {
	margin-bottom: 10px;
}

.under .notes {
  margin-bottom: 40px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}

.order {
  width: 800px;
  margin: 0 auto;
}

.order iframe {
  width: 100%;
  height: 1200px;
}
.display {
	text-align: center;
	margin-top: 1em;
}
.display a{
    display: inline-block;
	font-size: 1.4rem;
	text-decoration: underline;
    margin: 0 10px;
}


@media screen and (max-width: 640px) {
    .purchase {
        padding: 20px 10px 5px;
    }
	.under h2 {
		text-align: center;
		margin-bottom: 20px;
	}
	.under .textbox {
		width: 100%;
		min-height: auto;
		background: url(../img/under_pkg.png) 0 0 no-repeat;
		background-size: 130px auto;
		padding-left: 150px;
	    padding-bottom: 8%;
	}
	.under .textbox h3 {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	.under .textbox p {
		font-size: 1.2rem;
		line-height: 2;
	}
	.under .box {
		width: 100%;
		padding: 10px 10px;
	}
	.under .box h4 {
		margin: 0 10px 10px;
	}
	.under .box .normal {
		margin: 0 20px 5px;
	}
	.under .box .normal p {
		margin-right: 20px;
	}
	.under .box .normalbtn {
		width: 60%;
		margin: 0 auto;
	}
	.under .box h5 {
		margin-bottom: 5px;
	}
	.under .notes {
        margin-top: 10px;
		font-size: 1.4rem;
	}
    .order {
      width: 100%;
      margin: 0 auto 5px;
      background-color: #fff;
    }
    .order iframe {
      width: 310px;
      margin: 0 auto;
      height: 1200px;
    }
    .display a {
        font-size: 1.2rem;
        line-height: 2.4;
        display: block;
    }
	.display a:hover,
    .display a:visited{
		font-size: 1.2rem;
        color: #fff;
	}
}
