@charset "utf-8";
/* CSS Document */

*{ padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
    word-break: break-all;
}
html {
	scroll-behavior: smooth;
}
body {
    color: #4C4948;
    font-family: "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
	font-size: 22px;
	letter-spacing: 0.03em;
    line-height: 1.9;
	font-weight: 500;
	/*background: #e6e4e6;*/
	/*背景グラデーション：春夏＝＝＝＝＝＝＝＝*/
	background: linear-gradient(90deg, #f3d2d1, #f5e0df, #f9f1d3, #f3d2d1 ,#f5e0df );
	background-size: 300% 300%;
	-webkit-animation: bg-grade 25s ease infinite;
	-moz-animation: bg-grade 25s ease infinite;
	animation: bg-grade 25s ease infinite;
}
@media screen and (max-width: 750px){ body { font-size: 3vw; } }
ul,ol{ 	padding:0; 	margin:0; }
li{ list-style-type: none; }
table{ border-collapse:collapse; border-spacing:0; }
#lp-wrapper img{ width: 100%; display: block; border:none; }
a, a img{
    color: #4c4948;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
a:hover, a img:hover { opacity: 0.7; }
::selection { background: #A5A4A3; color: #fff; }
iframe{ position: absolute; top: 0; }/*Google Tag Manager余白回避*/

/*背景グラデーション：春夏＝＝＝＝＝＝＝＝*/
@-webkit-keyframes bg-grade {
    0%{background-position:0% 84%}
    50%{background-position:100% 17%}
    100%{background-position:0% 84%}
}
@-moz-keyframes bg-grade {
    0%{background-position:0% 84%}
    50%{background-position:100% 17%}
    100%{background-position:0% 84%}
}
@keyframes bg-grade {
    0%{background-position:0% 84%}
    50%{background-position:100% 17%}
    100%{background-position:0% 84%}
}



/*雪：PCのみ＝＝＝＝＝＝＝＝＝＝＝*/
/*@media screen and (max-width: 750px){ .snowflakes { display: none; } }
.snowflake {
	color: #fff;
	font-size: 0.8em;
	font-family: Arial, sans-serif;
}
@-webkit-keyframes snowflakes-fall{ 0%{ top:-10% } 100% { top:100% } }
@-webkit-keyframes snowflakes-shake{ 0%,100%{ -webkit-transform:translateX(0);transform:translateX(0) } 50% { -webkit-transform:translateX(80px);transform:translateX(80px) } }
@keyframes snowflakes-fall{ 0%{ top:-10% } 100% { top:100% } }
@keyframes snowflakes-shake{ 0%,100%{ transform:translateX(0) } 50% { transform:translateX(80px) } }
.snowflake{
	position:fixed;
	top:-10%;
	z-index:9999;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;user-select:none;cursor:default;
	-webkit-animation-name:snowflakes-fall,snowflakes-shake;
	-webkit-animation-duration:10s,3s;
	-webkit-animation-timing-function:linear,ease-in-out;
	-webkit-animation-iteration-count:infinite,infinite;
	-webkit-animation-play-state:running,running;
	animation-name:snowflakes-fall,snowflakes-shake;
	animation-duration:10s,3s;
	animation-timing-function:linear,ease-in-out;
	animation-iteration-count:infinite,infinite;
	animation-play-state:running,running
}
.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}
.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}
.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}
.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}
.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}
.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}
.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}*/


/*Adobe font＝＝＝＝＝＝＝＝＝＝＝*/
.min {  font-family: yu-mincho-pr6; }
.pop_thin {
  font-family: poppins;
  font-weight: 100;
}
.pop_exlight {
  font-family: poppins;
  font-weight: 200;
}
.pop_light {
  font-family: poppins;
  font-weight: 300;
}
.pop_regular {
  font-family: poppins;
  font-weight: 400;
}
.pop_medium {
  font-family: poppins;
  font-weight: 500;
}
.pop_bold {
  font-family: poppins;
  font-weight: 600;
}


/*GENERAL＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.w80{ width:80%; margin:0 auto;}
.txt08{ font-size: 0.8em; }


/*コンテナ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#lp-wrapper{ width: 100%; /*background: #e6e6e6*/; }
#lp-wrapper-inner{
	width: 750px;
	margin: 0 auto;
	position: relative; 
	background:#fff;
	/*box-shadow: 0px 0 40px 0px #dcdcdc;*/	
}
@media screen and (max-width: 750px){ #lp-wrapper-inner{ width: 100%; } }


/*TOP固定購入ボタン＝＝＝＝＝＝＝＝＝*/
.btn {
	position: fixed;
    top: 0rem;
    right: calc(50% - 375px);
    max-width: 150px;
}
@media screen and (max-width: 750px){
	.btn {
		position: fixed;
		top: 0.5rem;
		right: 0.5em;
		width: 22%;
		max-width: 80px;
	}
}


/*prize ＝＝＝＝＝＝＝＝＝＝＝＝＝*/
section.prize{ margin-bottom: 4em; }
section.prize p{
	width: 90%;
	margin: 0 auto;
	line-height: 1.5;
	font-size: 0.8em;
}


/*cta-wrap-mini ＝＝＝＝＝＝＝＝＝＝＝＝*/
section.cta-wrap-mini a{
	display: block;
    background: #f5e3e3;
    width: 90.7%;
    margin: 0 auto;
}
#lp-wrapper section.cta-wrap-mini  a img{ 
	width: 90%;
    margin: 0 auto;
}

/*seibun-01 ＝＝＝＝＝＝＝＝＝＝＝*/
section.seibun-01 h4{
	font-size: 1.22em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0.8em;
    margin-left: 10%;
}
section.seibun-01 p{ text-align: justify; }
section.seibun-01 div.waildyam{
	width: 80%;
	background: #faf6e9;
	padding: 2em;
	margin: 0 auto;
}
section.seibun-01 div.waildyam h5{
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;	
}
section.seibun-01 div.waildyam li{
	display: inline-block;
    border-radius: 50px;
    background: #c79a00;
    width: 47%;
    margin: 0 1% 1em 1%;
    padding: 0.3em 0;
}
section.seibun-01 div.waildyam li p{
    font-size: 1.1em;
    text-align: center;
    color: #fff;
    padding: 0.5em 0;
    line-height: 1;
}
.gold{	color: #c79a00; }


/*seibun-02 ＝＝＝＝＝＝＝＝＝＝＝*/
section.seibun-02{ 
	background: #eeeeed;
	padding-bottom: 1em;
}
section.seibun-02 div.seibun-detail{
	width: 80%;
	margin: 0 auto 1.5em;	
	border-bottom: #4c4948 1px solid;
	padding-bottom: 2em;
}
section.seibun-02 div.seibun-detail.two{
	background: url("../images-renew/cper/28.jpg") no-repeat right top ;
	background-size: 100%;
	overflow: hidden;
}
section.seibun-02 div.seibun-detail.two p{
width: 25%;
float: left;
margin-right: 1em;
}
section.seibun-02 div.seibun-detail.last{
	border-bottom: none;
}
section.seibun-02 div.seibun-detail h4{
	font-size: 1.2em;
    margin-bottom: 0.5em;
}
section.seibun-02 div.seibun-detail p{
	text-align: justify;
}


/*quality ＝＝＝＝＝＝＝＝＝＝＝*/
section.quality{ 
	padding-bottom: 5em;
}
section.quality div{
	overflow: hidden;
    width: 80%;
    margin: 0 auto;
}
#lp-wrapper section.quality div img{
	float: left;
	width: 40%;
}
section.quality div p{
    float: left;
    text-align: justify;
    width: 60%;
}


/*cta-wrap ＝＝＝＝＝＝＝＝＝＝＝＝*/
section.cta-wrap h2{
	text-align: center;
    color: #d67c7b;
    font-size: 1.6em;
    letter-spacing: 0.065em;
}
section.cta-wrap h2 span.pop_medium{
	font-size: 1.1em;
}
@media screen and (max-width: 750px){ section.cta-wrap h2{ font-size: 1.46em; margin-bottom: 0.4em; } }
section.cta-wrap div{ 
	width: 90.7%;
    margin: 0 auto;
    background: #f5e3e3;
}
section.cta-wrap div.read p{ 
	width: 80%;
    margin: 0 auto;
    text-align: justify;
    font-size: 0.95em;
}
section.cta-wrap div.bottom p{ 
    font-size: 0.75em;
    line-height: 1.5;
    width: 88%;
    margin: 0 auto;
    text-align: justify;
    padding-bottom: 2.1em;
}
#lp-wrapper section.cta-wrap  a img{ 
	width: 90%;
    margin: 0 auto;
}


/*ユーザーボイス＝＝＝＝＝＝＝＝＝＝＝＝＝*/
section.user-vioice { margin-bottom: 4em; }
.user-vioice dl{
	border-top: 1px solid #d2d2d2;
    padding-top: 2em;
}
.user-vioice dt{
    margin-bottom: 0.8em;
    font-weight: 600;
    letter-spacing: 0.15em;
}
.user-vioice dt span.user-icon{
    display: block;
    padding: 0.6em 0.7em;
    text-align: center;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    background: #4C4948;
    border-radius: 50%;
    float: left;
    margin-right: 1em;
    margin-top: -0.3em;
}
.user-vioice dd{
	border-bottom: 1px solid #d2d2d2;
    padding-bottom: 1.6em;
    margin-bottom: 1.9em;
	text-align: justify;
}
.user-vioice-attention{
	font-size: 0.8em;
    margin-bottom: 3em;
	line-height: 1.5;
	text-align: justify;
}
.accordion-close dl{
	padding-top:2em; 
}


/*USER VOICE アコーディオン＝＝＝＝＝＝＝＝*/
*,*::after,*::before{ box-sizing: border-box; }
.accordion-hidden{ display: none; /* チェックボックス非表示 */}
.accordion-open{
	display: block;
    padding: 1.5em;
    background: #858483;
    cursor: pointer;
    position: relative;
    text-align: center;
    color: #fff;
    font-family: poppins;
    font-weight: 400;
    letter-spacing: 0.3em;
}
.accordion-open:hover{ opacity: 0.7; }
/* +マーク */
.accordion-open::before,
.accordion-open::after{
	content: '';
    width: 14px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}
/* +を作る */
.accordion-open::after{
	transform: translateY(-50%) rotate(90deg);
	transition: .5s;
}
/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after{
	transform: translateY(-50%) rotate(0);
}
/* 中身 */
.accordion-close{
	display: block;
	height: 0;
	overflow: hidden;
	padding: 1em 0;
	opacity: 0;
	transition: 1.5s;/* 表示速度の設定 */
}
/* 中身を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
	height: auto;
	opacity: 1;
	background: #fff;
	transition: 1.5s;/* 表示速度の設定 */
}


/*Q&A＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.QandA{	margin-bottom: 3em; }
.QandA h2{
	font-size: 1.5em;
	font-family: poppins;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.4em;
	margin-bottom: 1.5em;
}
.QandA dt{
	font-weight: 600;
	padding: 0 0 1.3em 0;
}
.QandA dt span.q-icon{
    display: block;
    padding: 0.3em 0.4em;
    text-align: center;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    background: #858483;
    float: left;
    margin-right: 1em;
    font-size: 1.3em;
    font-family: poppins;
    font-weight: 300;
}
.QandA dd{
	padding-bottom: 2.5em;
	overflow: hidden;
	text-align: justify;
}
.QandA dd span.a-icon{
    display: block;
    padding: 0.3em 0.45em;
    text-align: center;
    letter-spacing: 0;
    line-height: 1;
    color: #858483;
    border: 1px solid #858483;
    float: left;
    margin-right: 1em;
    font-size: 1.3em;
    font-family: poppins;
    font-weight: 300;
}
.QandA dd p{
	float: right;
    width: calc(100% - 3.5em);
}
@media screen and (max-width: 750px){ .QandA dd p { width: calc(100% - 3.6em); } }


/*Q&A＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.QandA{	margin-bottom: 3em; }
.QandA h2{
	font-size: 1.5em;
	font-family: poppins;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.4em;
	margin-bottom: 1.5em;
}


/*brandpolicy ＝＝＝＝＝＝＝＝＝＝＝*/
section.brandpolicy{ 
	margin-bottom: 5em;
}
section.brandpolicy h2{
	font-size: 1.2em;
	font-family: poppins;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.4em;
	margin-top: 2em;
}
section.brandpolicy p{
	text-align: justify;
}
section.brandpolicy .words{
	width: 84%;
	margin: 0 auto;
	background: #f0f0f0;
	padding-bottom: 2em;
	margin-bottom: 3em;
}
section.brandpolicy .words p{
	font-size: 1.22em;
	margin-bottom: 2em;
	text-align: center;
}


/*電話番号まわり＝＝＝＝＝＝＝＝*/
.tel-wrap{
	border: 2px solid #808080;
	padding: 2em;
	text-align: center;
	margin-bottom: 4em;
}
.tel-wrap h3{ font-weight: 500; }
.tel-nomber{
	font-family: poppins;
	font-weight: 400;
	font-size: 1.7em;
	letter-spacing: 0.15em;
	line-height: 1.5;
}


/*syousai＝＝＝＝＝＝＝＝＝＝＝*/
.syousai{ 
	margin-bottom: 6em;
	text-align: justify;
	line-height: 1.5;
} 
.syousai dt{ 
	font-weight: bold;
    margin-bottom: 0.8em;
} 
.syousai dd{ margin-bottom: 3em; }


/*FOOTER＝＝＝＝＝＝＝＝＝＝＝*/
footer{
	background: #858483;
	padding: 3em 0 2em;
}
footer ul{ text-align: center; }
footer ul li{
	display: inline-block;
	padding-bottom : 1em;
	color: #fff;
}
footer ul li a{ color: #fff; }
footer p{
    text-align: center;
    color: #fff;
    font-size: 0.8em;
    font-family: poppins;
    font-weight: 200;
    letter-spacing: 0.15em;
}


/*===	サロンバナー追加分　===*/

#lp-wrapper-inner{box-shadow: 0 0 10px 0px rgb(249 202 199);}
#salon{
	background: #e7d9c3;
}
#btm-bnr{
    width: 200px;
    position: fixed;
    left: 70px;
    bottom: 50px;
	display: none; 
}
@media screen and (max-width: 767px){
	#btm-bnr{
		width: 35%;
		position: fixed;
		left: 20px;
		bottom: 20px;
	}
}
#btm-bnr p.close{
	position: relative;
}
#btm-bnr p.close a{
	position: absolute;
    right: 20%;
    top: -10px;
    background: #fff;
    padding: 4px 6px 6px 7px;
    border-radius: 50%;
    line-height: 1;
    border: #ccc 1px solid;
	z-index: 9;
}
#salon a img {
    width: 81%;
    margin: 0 auto;
}