@charset "utf-8";
*{
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body{
	margin: 0 auto;
	max-width: 1920px;
}
img{
	display: block;
	width: 100%;
	height: auto;
}
.inner_min{
	max-width: 900px;
	margin: 0 auto;
}
.inner{
	max-width: 1050px;
	margin: 0 auto;
}
.inner_large{
	max-width: 1300px;
	margin: 0 auto;
}
/* -------悩みエリア　START------- */
.nayami{
	background-image: url(../img/nayami_bg_pc.jpg);
	background-repeat: no-repeat;
	padding: 5% 3%;
}
.nayami .inner_min{
	position: relative;
	padding-bottom: 6%;
}
.nayami .inner_min::after{
	position: absolute;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 110px;/*画像の幅*/
	height: 110px;/*画像の高さ*/
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	bottom: -24%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
}
@media (max-width: 1050px) {
	.nayami .inner_min::after{
		bottom: -27%;
	}
} 
@media (max-width: 920px) {
	.nayami .inner_min::after{
		width: 90px;/*画像の幅*/
		height: 90px;/*画像の高さ*/
	}
}
@media (max-width: 767px) {
	.nayami{
		background-image: unset;
		padding: 0%;
	}
	.nayami .inner_min::after{
		display: none;
	}
	.nayami .inner_min{
		padding: 0
	}
}

/* -------悩みエリア　END------- */
/* -------解決　START------- */
.kaiketsu{
	background-image: url(../img/kaiketsu_bg_pc.jpg);
	background-repeat: no-repeat;
	padding: 5% 3% 0;
}
.kaiketsu{
	position: relative;
}
.kaiketsu .crown{
	position: absolute;
	left: 0;
	bottom: 0;
}
@media (max-width: 767px) {
	.kaiketsu{
		background-image: unset;
		padding:0;
	}
	.kaiketsu .crown{
		display: none;
	}
}
/* -------解決　END------- */
/* -------CTA　START------- */
.cta-area{
	background-color:#2a2938 ;
	padding: 3%;
}
.cta-area .inner{
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}
.cta-area .inner img{
	width: 100%;
}
.sab{
	display:flex;
	flex-flow: column;
	justify-content: space-between;
}
.cta-area .ttl{
	max-width: 70%;
	margin: 20px auto;
}
@media (max-width: 1200px) { 
	.cta-area .inner {
		width: 90%;
	}
	.cta-area .inner a.tel{
		width: 45%;
	}
	.msize{
		width: 15%;
	}
	.sab{
		width: 20%;
	}
}
@media (max-width: 767px) {
	.cta-area{
		padding: 7% 3%;
		box-sizing: border-box;
	}
	.cta-area .inner {
		width: 90%;
		flex-wrap: wrap;
		gap: 10px 0px;
	}
	.sab {
		width: 100%;
		flex-flow: inherit;
	}
	.cta-area .inner a.tel{
		width: 100%;
	}
	.msize{
		width: 48.5%;
	}
	.sab a{
		width: 48.5%;
	}
	.cta-area .ttl {
		max-width: 95%;
	}
}

/* -------CTA　END------- */
/* -------支持される理由　START------- */
.reazon{
	background-image: url(../img/reason_bg_pc.jpg);
	background-repeat: no-repeat;
	padding: 5% 3%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.reazon::after{
    position: absolute;
    content: '';
    display: inline-block;
    width: 72%;
    height: 72%;
    background-image: url(../img/reason_women.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    bottom: -8%;
    right: -46%;
    z-index: 2;
} 
.reazon .inner .link{
	position: absolute;
	z-index: 5;
	display: flex;
	width: 900px;
	bottom: 0%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: auto;
}
@media (max-width: 1500px) { 
	.reazon::after{
		position: absolute;
		content: '';/*何も入れない*/
		display: inline-block;/*忘れずに！*/
		width: 60%;/*画像の幅*/
		height: 60%;/*画像の高さ*/
		background-image: url(../img/reason_women.png);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
		bottom: -8%;
		right: -36%;
		z-index: 2;
	} 
	.reazon .inner .link{
		width: 850px;
	}
}
@media (max-width: 1300px) { 
	.reazon .inner{
		max-width: 900px;
	}
	.reazon .inner .link {
		width: 800px;
	}
	.reazon .inner .link {
		bottom: -5%;
	}
}
@media (max-width: 1250px) {
	.reazon::after{
		display: none;
	}
}
@media (max-width: 900px) {
	.reazon .inner .link {
		bottom: -9%;
		width: 720px;
	}
}
@media (max-width: 800px) {
	.reazon .inner .link {
		bottom: -9%;
		width: 80%;
	}
}
@media (max-width: 767px) {
	.reazon {
		background-image: unset;
		padding: 0%;
	}
	.reazon .inner .link{
		width: 80%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		bottom: -14%;
		justify-content: space-between;
	}
	.reazon .inner .link a {
		width: 49.5%;
	}
}
/* -------支持される理由　END------- */
/* ---------ポイント--START-------- */
.point-box{
	background: linear-gradient(170deg, #d896a0 0%, #d896a0 30%, #f2f2ef 30%, #f2f2ef 100%);
	padding: 5% 3%;
}
.w-wrapper{
	background-color: #fff;
	padding: 2% 2% 0 2%;
	max-width: 1050px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.point-box h2{
	max-width: 800px;
	padding: 0% 4% 1.5%;
	margin: 0 auto;
}
.point-box .w-wrapper img:nth-child(1){
	width: 90%;
	margin: 40px auto 20px;
}
.point-box .w-wrapper img:nth-child(2){
	width: 100%;
	margin: 0 auto;
	margin-top: 35px;
}
.w-wrapper::before{
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	border-bottom: 40px solid transparent;
	border-left: 40px solid #fbe2e9;
	z-index: 100;
}
@media (max-width: 767px) {
	.w-wrapper{
		background-color: #fff;
		padding: 2% 0% 0 0%;
		max-width: 1050px;
		margin: 0 auto;
		position: relative;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
	.point-box {
		padding: 5% 5% 12%;
	}
	.point-box h2 {
		padding: 5% 4% 7%;
	}
}

/* 2 */
#point2.point-box{
	background: linear-gradient(170deg, #b57090 0%, #b57090 30%, #f2f2ef 30%, #f2f2ef 100%);
}
#point2.point-box .w-wrapper{
	padding: 2% 2% 5% 2%;
}
.point-box .w-wrapper .tabs img:nth-child(1) {
	width: 100%;
	margin: 0px auto;
}
@media (max-width: 767px) {
	#point2 .w95{
		width: 95%;
		margin-right: 0;
	}
	.w-wrapper::before{
		border-bottom: 30px solid transparent;
		border-left: 30px solid #fbe2e9;
	}
	#point2.point-box .w-wrapper img:nth-child(3) {
		width:90%;
		margin: 15px auto 20px;
	}
	.point-box .w-wrapper .tabs img:nth-child(1) {
		width: 100%;
		margin: 0px auto;
	}
}
/* 3 */
#point3.point-box{
	background: linear-gradient(170deg, #e69d83 0%, #e69d83 30%, #f2f2ef 30%, #f2f2ef 100%);
}
#point3 .w-wrapper{
	padding: 0;
}
#point3 .w-wrapper::before{
	display: none;
}
#point3.point-box .w-wrapper img:nth-child(1) {
	width: 100%;
	margin: 0px;
}
/* ---------ポイント--END-------- */
/* --------タブ-START------- */
/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 50px;
	padding-bottom: 40px;
	background-color: #fff;
	border: 3px solid #df7192;
	width: 95%;
    margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
	width: 17.5%;
	margin:4% 1.06% 2% 0;
	height: 50px;
	background-color: #9f8e9b;
	box-shadow: 0 5px 0 #645060;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	border-radius: 5px;
}
.tabs .tab_item:nth-of-type(1){
	margin:4% 1.06% 2% 4%;
}
.tabs .tab_item:nth-last-of-type(1){
	margin:4% 4% 2% 0%;
}
.tab_item:hover {
	opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#hairpeace:checked ~ #hairpeace_content,
#fullwig:checked ~ #fullwig_content,
#short:checked ~ #short_content,
#medium:checked ~ #medium_content,
#long:checked ~ #long_content,
#gray:checked ~ #gray_content{
	display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #df7192;
	color: #fff;
	box-shadow: 0 5px 0 #b14b6a;
}
.modal-toggle.btn-example{
	position: relative;
}
.modal-toggle.btn-example .plusmark {
	position: absolute;
	right: 11%;
	top: 8%;
	width: 35px;
	height: 35px;
	background-color: #fff;
	opacity: 0.75;
}
.plusmark:before, .plusmark:after {
	display: block;
	content: '';
	background-color: #9f8e9b;
	position: absolute;
	width: 17px;
	height: 3px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.plusmark:before {
	width: 3px;
	height: 17px;
}
@media (max-width: 767px) {
	.tab_item {
		width: 29.5%;
		font-size: 0.9rem;
		margin-bottom: 10px;
	}
	.tabs .tab_item:nth-last-of-type(1) {
		margin: 0% 19% 1.5% 0%;
	}
	.tabs .tab_item:nth-last-of-type(2) {
		margin: 0% 1.5% 0 19%;
	}
	.modal-toggle.btn-example .plusmark {
		position: absolute;
		right: 8%;
		top: 8%;
	}
}

/* --------タブ-END------- */
/* ------モーダル--START--------- */
.tabs .container{
	padding: 4%;
	box-sizing: border-box;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.tabs .container button{
	border: none;
	padding: 1.2% 1%;
	box-sizing: border-box;
	width: 32.8%;
	background-color: #fff;
}

.modal {
	display: none;
	position: fixed;
	z-index: 8887;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
	transition: all 1s ease-in-out;
}
.modal-container .img {
	background: #f1f1f1;
	margin-bottom: 15px;
}
.modal-container p {
	margin-bottom: 10px;
}
.modal-container p:last-child {
	margin-bottom: 0;
}
.modal-content {
	background: #FFF;
	overflow-y: auto;
	padding: 2% 1% 1% 1%;
	box-sizing: border-box;
	width: 90%;
	max-width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 85vh;
	filter: drop-shadow(0px 2px 6px #777);
}
.modal-top {
	display: inline-block;
	position: absolute;
	right: 13px;
	top: 20px;
	z-index: 1000;
}
.modal-close {
	color: #fff;
	text-decoration: none;
	font-size: 2rem;
	line-height: 1;
	padding: 0 8px;
	background-color: #9f8e9b;
}
.modal-close:hover, .modal-close:focus {
	text-decoration: none;
	cursor: pointer;
}
.modal-title {
	color: #FFF;
}
@keyframes show{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
@media (max-width: 767px) {
	.tabs .container button {
		width: 49%;
	}
	.modal-top {
		display: inline-block;
		position: absolute;
		right: 11px;
		top: 10px;
		z-index: 1000;
	}
	.modal-close {
		font-size: 2rem;
		line-height: 2rem;
		padding: 0 0.5rem;
	}
}
/* ------モーダル--END--------- */
/* ------モーダル内レイアウト---START-------- */
.slider{
	width:400px;
	height:auto!important;
	margin: 0 auto;
}
.txt{
	width: 89%;
    margin: 15px auto;
}
.txt p{
	background-color: #fbe2e9;
    line-height: 1.2rem;
    padding: 3%;
    border-radius: 10px;
    margin-top: 0;
    font-size: 0.8rem;
}
.txt .Annotation{
	font-size: 0.8rem;
	background-color: #fff;
	padding: 0;
	line-height: 1.2rem;
}
.slick-track:before, .slick-track:after {
	display: none;
	content: '';
}
@media (max-width: 767px) {
	.txt p{
		line-height: 1.3rem;
		padding: 3%;
	}
	.modal-container {
		display: block;
	}
	.slider {
		width: 100%;
		height: auto!important;
	}
	.modal-content {
		width: 330px;
		padding: 15px;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	.txt {
		padding: 0 ;
	}
}

/* ------モーダル内レイアウト---END-------- */
/* ------------お客様の声--START-------- */
.voice{
	background-image: url(../img/voice_pc_bg.jpg);
	background-repeat: no-repeat;
	padding: 5% 3% 28%;
	background-size: cover;
	background-position: bottom;
}
@media (max-width: 1200px) { 
	.voice{
		padding: 5% 5% 38%;
	}
}
@media (max-width: 767px) { 
	.voice {
		padding: 0%;
	}
}
/* ------------お客様の声--END-------- */
/* ------------アフターサービス--START-------- */
.after-s{
	background-image: url(../img/after_service_bg_pc.jpg);
	background-repeat: no-repeat;
	padding: 5% 3% ;
	background-size: cover;
}
@media (max-width: 767px) { 
	.after-s{
		background-image: unset;
		background-repeat: no-repeat;
		padding: 0% ;
		background-size: cover;
	}
}
/* ------------アフターサービス--END-------- */
/* ------------流れ--START-------- */
.flow{
	background-image: url(../img/flow_pc_bg.jpg);
	background-repeat: no-repeat;
	padding: 5% 3% ;
	background-size: cover;
}
.flow img:first-child{
	margin-bottom: 60px;
}
.flow .inner{
	position: relative;;
}
.flow .inner .f-link{
	max-width: 420px;
	position: absolute;
	left: 5.5%;
    bottom: 26%;
}
.f-btn{
	display: flex;
	justify-content: space-between;
}
.flow .inner .f-link a{
	width: 49%;
}
.flow .inner .f-link a img{
	margin-bottom: 0;
}
.flow .inner .f-tel{
	position: absolute;
}
.flow .inner .f-tel {
    position: absolute;
    max-width: 388px;
    right: 6%;
    bottom: 26%;
}
@media (max-width: 1050px) { 
	.flow .inner .f-link{
		width: 39.5%;
	}
	.flow .inner .f-tel {
		position: absolute;
		width: 37%;
		right: 6%;
		bottom: 25.5%;
	}
}
@media (max-width: 900px) { 
	.flow .inner .f-link{
		bottom: 25%;
	}
	.flow .inner .f-tel {
		position: absolute;
		width: 37%;
		right: 6%;
		bottom: 22.5%;
	}
}
@media (max-width: 767px) { 
	.flow{
		background-image: unset;
		padding: 0 ;
	}
	.flow img:first-child {
		margin-bottom: 0px;
	}
	.flow .inner .f-link {
		width: 66%;
		top: 47%;
		left: 19%;
	}
	.flow .inner .f-link img{
		margin-bottom: 0;
		height: auto;
	}
	.flow .inner .f-tel {
		position: absolute;
		width: 71%;
		bottom: 13%;
		left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
	}
}
/* ------------流れ--END-------- */
/* ------------当日体験--START-------- */
.experience{
	background-image: url(../img/experience_bg_pc.jpg);
	background-repeat: no-repeat;
	padding: 17% 3% 5% ;
	background-size: cover;
}
.whitebox {
	background-color: #fff;
	max-width: 850px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.whitebox img:first-child{
	margin-bottom: 40px;
	padding:5%;
	box-sizing: border-box;
}
.experience .dp_sp_n{
	width: 15%;
	margin: -150px auto 40px;

}
@media (max-width: 767px) { 
	.dp_sp_n{
		display: none;
		margin: 0px;
	}
	.experience {
		background-image:unset;
		padding: 0;
	}
	.whitebox {
		background-color: #fff;
		width: 100%;
		margin: 0 auto;
		position: relative;
		box-shadow: 0 0 0 0;
	}
	.whitebox img:first-child {
		margin-bottom: 0px;
		padding: 0%;
	}
}
/* ------------当日体験--END-------- */
/* ------------メッセージ--START-------- */
.message{
	background-image: url(../img/message_bg_pc.jpg);
	background-repeat: no-repeat;
	padding: 7% 3% ;
	background-size: cover;
}
@media (max-width: 767px) { 
	.message {
		background-image: unset;
		padding: 0%;
	}
}
/* ------------メッセージ--END-------- */



/* --------------QA--START---------------- */
#qa-area{
	background-color: #e1e1d7;
	padding: 5% 3%;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#qa-area .qa{
	max-width: 900px;
	padding: 5%;
	background-color: #fff;
	margin: 0px auto;
}
.qa h2{
	padding-bottom: 20px;
	border-bottom: 1px solid #2a2938;
	width: 60%;
	margin: 0px auto;
	padding: 40px 0 20px;
}
.qa h2:first-of-type{
	padding: 0px 0 20px;
}
.qa h2:nth-of-type(2){
	width: 80%;
}
.qa h2 img{
	height: 2.5rem;
	width: auto;
	margin: 0 auto;
}

.toggle_title {
	position: relative;
	padding: 20px 9% 20px 55px;
	cursor: pointer;
	font-size: 1.2rem;
	text-align: left;
	line-height: 1.4;
	color: #fff;
	background-color: #857882;
	border-radius: 5px;
	position: relative;
	max-height: 999999px;  /*Androidブラウザフォントバグ対策*/
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
	border: 1px solid #ffffff;
	display: block;
	width: 32px;
	height: 32px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 15px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 15px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
	margin-inline-start:0;
}
.toggle_contents:first-of-type dd {
	display: block;
}
.toggle_contents dd p{
	font-size: 1rem;
	line-height: 1.3rem;
	padding: 2%;
	box-sizing: border-box;
	background-color: #fff;
	color: #595959;
	position: relative;
	border: 2px solid #857882;
	border-radius: 5px;
	margin-block-start: 0.5em;
	margin-block-end: 0em;
}
.qa{
	padding: 3%;
	padding-top: 0;
}
.toggle_title::before{
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 35px;/*画像の幅*/
	height: 35px;/*画像の高さ*/
	background-image: url(../img/q_icon.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: absolute;
	left: 18px;
	top: 22%;
}
br.tablet{
	display: none;
}
@media (max-width: 1020px) { 
	br.tablet{
		display: block;
	}
}
@media (max-width: 767px) { 
	#qa-area .qa {
		padding: 10% 5%;
	}
	.qa h2 {
		width: 80%;
	}
	.qa h2 img {
		height: 1.7rem;
		width: auto;
		margin: 0 auto;
	}
	.qa h2:nth-of-type(2) {
		width: 100%;
	}
	.toggle_contents dd p {
		padding: 2.5%;
	}
	.toggle_title {
		font-size: 1.1rem;
		padding: 20px 16% 20px 55px;
	}
}
ul.slick-dots {
	text-align: left;
}
span.modal-close {
	padding: 25px;
	height: 0;
	width: 0;
	line-height: 0;
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
span.modal-close:before, span.modal-close:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 30px;
	height: 2px;
	transform: rotate(45deg);
}
span.modal-close:before {
	width: 2px;
	height: 30px;
}
@media (max-width: 767px) { 
	span.modal-close {
		padding: 22px;
	}
	span.modal-close:before, span.modal-close:after {
		width: 30px;
		height: 4px;
	}
	span.modal-close:before {
		width: 4px;
		height: 30px;
	}
}

/* --------------QA--END------------------ */

@media (max-width: 767px) { 
	body{
		margin: 0 auto;
		width: 100%;
	}
}

.new-item-cta{
	background-color: #f8e3e9;
	padding: 3%;
}
.new-item-cta .ttl{
	width: 560px;
	margin: 0px auto 20px ;
}
.new-item-cta .inner{
	display: flex;
	flex-wrap: wrap;
	max-width: 1080px;
	margin: 0 auto;
	justify-content: space-between;
}
.new-item-cta .inner a{
	width: 49%;
}
.new-item-cta .inner a:first-child{
	display: block;
	width: 49%;
	margin: 0 25.5% 2% 25.5%;
}

.new-item-cta.white{
	background-color: #E5E4DD;
}
@media (max-width: 768px) { 
	.new-item-cta .inner{
	display: block;
	width: 95%;
	margin: 0 auto 25px;
	justify-content: space-between;
}
.new-item-cta .inner a img{
	margin-bottom: 10px;
}
.new-item-cta .ttl{
	width: 95%;
	margin: 20px auto 20px ;
}
.new-item-cta .inner a:first-child{
	display: inline;
	width: 100%;
	margin: initial;
}
}