@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
footer {
  position: relative;
  z-index: 10;
}

/* --------------------------------
	body
-------------------------------- */
main {
  overflow: hidden;
  box-sizing: border-box;
  background: #def7ff;
}
main img, main svg, main video {
  width: auto;
  height: auto;
  display: inline;
  max-width: 100%;
}
main p, main h2, main h3, main h4, main h5, main h6, main li {
  font-size: min(30px, 4vw);
  letter-spacing: 0.05em;
  font-weight: 400;
}
main p, main li {
  line-height: 1.6923076923;
  font-weight: 300;
}
main sup {
  vertical-align: super;
  font-size: 50%;
  transform-origin: left bottom;
  position: relative;
  top: -0.1em;
}
main .note {
  font-size: min(20px, 2.6666666667vw);
  line-height: 1.3;
  margin-top: 1em;
}
main .lts0 {
  letter-spacing: normal;
}

article {
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  margin: auto;
  background: #f0f0f0;
  position: relative;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  width: 550px;
}

.attention {
	font-size: min(14px, 3vw)!important;
}





@media (max-width: 750px) {
  article {
    width: 100%;
  }
}
article strong {
  font-weight: inherit;
}
article img {
  max-width: 100%;
}
article .-ib {
  display: inline-block;
}

#main a, #main a:hover {
  transition: 0.2s ease-out;
}

#main a:hover {
  opacity: 0.8;
}

#main.login .btn_logout {
  display: none !important;
}

#main.logout .btn_login {
  display: none !important;
}

#main.login p.btn_logout {
  display: none !important;
}

#main.logout p.btn_login {
  display: none !important;
}

#main.pgcd a.btn_logout {
  display: none !important;
}

#main.pgcd a.btn_login {
  display: none !important;
}

#main.pgcd a.fixed {
  display: none !important;
}

#main .pgcd.for_members {
  display: none !important;
}

#main.pgcd .pgcd.for_members {
  display: block !important;
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
}

#main.pgcd .awa {
  display: none !important;
}

#main strong { /*font-weight: normal;*/ }

#main > section:after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  content: "";
}

section {
  box-sizing: border-box;
  position: relative;
  margin: auto;
}

.inner {
  box-sizing: border-box;
  position: relative;
  padding: 0 min(23px, 3.0666666667vw);
  width: aato;
}

a img {
  outline: none;
  border: none;
}

a {
  outline: none;
  border: none;
}

a:focus {
  outline: none;
  border: none;
}

sup {
  display: inline-block;
  position: relative;
  top: 0px;
}

.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

/* --------------------------------
pgcd
-------------------------------- */
#main.pgcd #matome, #main.pgcd #ikkatsu, #main.pgcd #tanpin,
#main.pgcd #fixed_2sec01, #main.pgcd, #main.pgcd .withbottle {
  display: none !important;
}

div.section_nl_outer {
  margin-top: 40px;
  padding-bottom: 0;
}

div.section_nl {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  width: 717px;
  margin: 0 auto;
  background-image: none !important;
}

div.section_nl p {
  position: relative;
}

div.section_nl p.toshop .btn {
  display: block; /*position: absolute; left: 210px; top: 10px;*/
  margin: 15px auto 0;
}

div.section_nl p.login .btn {
  display: block;
  position: absolute;
  left: 213px;
  top: 19px;
}

div.section_nl p.login .btn.new {
  display: block;
  position: absolute;
  left: 214px;
  top: 97px;
  width: 287px;
}






/* --------------------------------
	最下部ボタン
-------------------------------- */
.bottom_btn {
  margin: 70px auto 70px;
  text-align: center;
}

bottom_btn p {
  margin: auto;
}

.bottom_btn .attention {
  margin-bottom: 15px;
  font-size: 11px;
}

.bottom_btn a:hover {
  opacity: 0.9;
}

.bottom_btn p.attention {
  text-align: center !important;
}

/* --------------------------------
ボタン
-------------------------------- */
.btn {
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: min(100px, 13.3333333333vw);
  padding-left: 1%;
  background-color: #3a4e3a;
  border: 2px solid #3a4e3a;
  border: none;
  color: #fff;
  font-size: min(26px, 3.4666666667vw);
  text-decoration: none;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: 0.25s;
  position: relative;
	margin-top: 20px;
	font-weight: 400;
}

.btn02 {
	background-color: white;
  border: 2px solid #3a4e3a;
  color: #3a4e3a;
}
@media (max-width: 768px) {
  .btn {
    display: flex;
    height: ws(50);
    font-size: ws(13);
	  margin-top: 10px;
  }
}

.btn:before {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
  margin-right: 2px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  content: "";
}

.btn02:before {
	border-color: transparent transparent transparent #3a4e3a;
}
@media (max-width: 768px) {
  .btn:before {
    border-width: 4px 0 4px 7px;
  }
}

.btn:hover {
  opacity: 1 !important;
  background: #fff;
  color: #3a4e3a;
  border: 2px solid #3a4e3a;
}
.btn:hover::before {
  border-color: transparent transparent transparent #3a4e3a;
}

.btn > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  top: 5px;
  left: 40%;
  padding-left: 5px;
  text-decoration: none !important;
  line-height: 1;
}

.btn span .type {
  font-size: min(34px, 4.5333333333vw);
  font-family: serif;
  margin-right: ws(40);
  display: inline-block;
  margin-right: min(50px, 6.6666666667vw);
}

a.btn:link, a.btn:visited {
  text-decoration: none !important;
}

.bottom_btn p.toshop .btn {
  padding-top: 0;
  box-sizing: border-box;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  position: relative;
  width: 230px;
  height: 45px;
  border: none;
  border-radius: 5px;
  color: #fff !important;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: 0.25s;
}

.bottom_btn p.toshop .btn:before {
  margin-right: 10px;
}

.bottom_btn p.login .btn {
  width: 450px;
  display: block;
  position: absolute;
  left: 213px;
  top: 19px;
}

.bottom_btn p.login .btn.new {
  width: 450px;
  display: block;
  position: absolute;
  left: 214px;
  top: 97px;
}

/* --------------------------------
	cover
-------------------------------- */
#cover {
  position: relative;
}

/* --------------------------------
	sec01
-------------------------------- */
.sec01 {
	padding: 50px 30px 50px;
}
.sec01  h1{
	font-family: Ryumin Medium KL, serif;
 font-size: 35px;
	line-height:2.2;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 1.0rem;
}

.sec01  h2{
	line-height:1.2;
	margin: 0 auto;
	text-align: center;
 font-weight: 300;
	    max-width: 300px;
    letter-spacing: 0.7rem;


}

.sec01  p {
 font-size: 24px;
    line-height: 1.7;
	text-align: center;
	margin-bottom: 20px;
}

.sec01  figure {
 margin-top: 10px
}


@media (max-width: 768px) {
	.sec01 {
		padding: 40px 15px 40px;
	}
	.sec01  h1 {
		font-size: 28px;
	}
	.sec01  h2{
 font-size: 25px;
}
	
	.sec01  p {
 font-size: 20px;
}
	

}


/* --------------------------------
	#haircare
-------------------------------- */

#sec01{
	background-color: #fffcfe;
}

#haircare .care{
	background-color: #cb8aab;
	color: white;
}
#haircare h1{
	text-decoration:underline;
    text-decoration-color: #cb8aab;
	text-underline-offset: 0.3em;
}
/* --------------------------------
	#bodycare
-------------------------------- */

#sec02{
	background-color: #f1faff;
}

#bodycare .care{
	background-color: #7fb2cb;
	color: white;
}
#bodycare h1{
	text-decoration:underline;
    text-decoration-color: #7fb2cb;
	text-underline-offset: 0.3em;
}

/* --------------------------------
	set
-------------------------------- */
#set{
	background-color: white;
}

.offer_id {
    padding: 0 15px 60px;
    background-color: white;
}



/* --------------------------------
	feature
-------------------------------- */
section.feature {
  padding-bottom: min(100px, 13.3333333333vw);
}
section.feature .main {
  padding-top: min(50px, 6.6666666667vw);
  background: url(../img/ideale_bg.jpg) center top/cover;
  position: relative;
  padding-bottom: min(170px, 22.6666666667vw);
  z-index: 2;
}
section.feature .main::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: min(120px, 16vw);
  background: url(../img/bg_bottom.png) center bottom/contain;
  -webkit-clip-path: polygon(0 1.5px, 100% 1.5px, 100% 100%, 0 100%);
          clip-path: polygon(0 1.5px, 100% 1.5px, 100% 100%, 0 100%);
}
section.feature .main hgroup h2 {
  text-align: center;
}
section.feature .main hgroup h2 img {
  height: min(119px, 15.8666666667vw);
}
section.feature .main hgroup h3 {
  margin-top: min(44px, 5.8666666667vw);
  text-align: center;
}
section.feature .main hgroup h3 img {
  height: min(167px, 22.2666666667vw);
}
section.feature .main hgroup figure {
  margin: min(35px, 4.6666666667vw) auto min(51px, 6.8vw);
}
section.feature .main ul.point {
  text-align: center;
}
section.feature .main ul.point li + li {
  margin-top: min(65px, 8.6666666667vw);
}
section.feature .main ul.point li p.point > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 min(12px, 1.6vw);
  height: min(70px, 9.3333333333vw);
  background: #b29d2c;
  color: #fff;
  font-size: min(28px, 3.7333333333vw);
  font-weight: 400;
  position: relative;
}
section.feature .main ul.point li p.point > span span {
  font-size: min(30px, 4vw);
  font-weight: 500;
  display: inline-block;
  padding-left: min(8px, 1.0666666667vw);
}
section.feature .main ul.point li p.point > span::before, section.feature .main ul.point li p.point > span::after {
  width: min(19px, 2.5333333333vw);
  height: 100%;
  content: "";
  background: url(../img/point_ornament.svg) left top/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateX(calc(-100% + 1px));
}
section.feature .main ul.point li p.point > span::after {
  left: unset;
  right: 0;
  transform: translateX(calc(100% - 1px)) rotate(180deg);
}
section.feature .main ul.point li h3 {
  margin-top: min(24px, 3.2vw);
  text-align: center;
}
section.feature .main ul.point li p.body {
  margin-top: min(20px, 2.6666666667vw);
  text-align: left;
  font-size: min(26px, 3.4666666667vw);
  line-height: 1.3846153846;
}
section.feature .main ul.point li p.body strong {
  border-bottom: 1px solid #000;
}
section.feature .offer {
  position: relative;
  z-index: 3;
  margin-top: min(-24px, -3.2vw);
}
section.feature .offer h2 img {
  width: 100%;
}
section.feature .offer a {
  margin-top: min(30px, 4vw);
}
section.feature#dry .main {
  background: #deeaa8 url(../img/vo_bg.jpg) left top/contain no-repeat;
}
section.feature#whitening .main {
  background-image: url(../img/eclat_bg.jpg);
}
section.feature#whitening .offer {
  margin-top: min(-10px, -1.3333333333vw);
}

/* --------------------------------
.btn_soldout
-------------------------------- */
.btn_soldout {
	margin-top: min(30px, 4vw);
}

.btn_soldout {
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: min(100px, 13.3333333333vw);
  padding-left: 1%;
  background-color: #90908e;
  border: none;
  color: #fff;
  font-size: min(26px, 3.4666666667vw);
  text-decoration: none;
  text-align: center;
  line-height: 1;
  transition: 0.25s;
  position: relative;
}
@media (max-width: 768px) {
  .btn {
    display: flex;
    height: ws(50);
    font-size: ws(13);
  }
}

/* --------------------------------
coupon
-------------------------------- */


.coupon_02{
	padding: 30px 30px 60px;
	background-color: white;
}

.coupon_text{
	 font-size: min(25px, 4.8vw);
    padding-top: 20px !important;
    font-weight: 500;
}



/* --------------------------------

-------------------------------- */
/* --------------------------------

-------------------------------- */
/*# sourceMappingURL=style.css.map */