
body {
	color: #000;
	font-family: "m-plus-1p", sans-serif;
    font-weight: 400;
}
p {
    font-size: 18px;
	line-height: 2;
    letter-spacing: 0.02em;
}
section {
	padding: 120px 0!important;
}
.max1000 {
    max-width: 1000px;
    margin: auto;
}
.heavy {
    font-weight: 800;
}
.black {
    font-weight: 900;
}
.font_30 {
    font-size: 30px;
}
.font_46 {
    font-size: 46px;
}
.font_54 {
    font-size: 54px;
}
.font_80 {
    font-size: 80px;
}
main .blue {
    color: #1d2a93;
}
.blue2 {
	color: #2e55a7;
}
.pink {
    color: #c4578b;
}
.price {
    font-family: "condor", sans-serif;
    font-weight: 800;
    position: relative;
    top: 15px;
}
.link {
    color: #2979ed;
}
.link span {
    display: inline-block;
    text-decoration: underline;
    padding-right: 20px;
    position: relative;
}
.link span::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 3px #2979ed solid;
    border-right: 3px #2979ed solid;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
}
h2 {
    display: inline-block;
    position: relative;
}
h2::before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background: #daff00;
    opacity: 0.6;
    position: absolute;
    left: 0;
    bottom: 0;
}
.animated h2::before {
	animation: h2_bf 1.2s;
}
@keyframes h2_bf {
	0% {width: 0;}
	50% {width: 0;}
	1000% {width: 100%;}
}
h2 span {
	letter-spacing: 0.05em;
    position: relative;
    z-index: 2;
}
h3 {
    padding: 15px 20px;
    border-radius: 10px;
    background: linear-gradient(to right, #1f2b95 0%, #c4578b 100%);
    color: #fff;
    line-height: 1.4;
	position: relative;
}
h3::after {
	content: "";
	display: block;
	width: 100px;
	height: 100%;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	right: 102%;
	transform: skewX(-30deg);
	animation: h3_af 3s infinite;
}
@keyframes h3_af {
	0% {opacity: 0.5; right: 102%;}
	20% {opacity: 0; right: -2%;}
	100% {opacity: 0; right: -2%;}
}

/*==================================================================================
メイン
==================================================================================*/
section#lp_main {
    padding: 40px 0 0!important;
    background: linear-gradient(to bottom, #4b67ac 0%, #8aa3e7 100%);
}
section#lp_main::before {
	content: "";
	display: block;
	width: 15%;
	height: 100%;
	background: rgba(255,255,255,0.3);
	position: absolute;
	top: 0;
	right: 102%;
	transform: skewX(-30deg);
	animation: main_af 3s infinite;
}
@keyframes main_af {
	0% {opacity: 0.5; right: 102%;}
	20% {opacity: 0; right: -2%;}
	100% {opacity: 0; right: -2%;}
}
section#lp_main .container {
    position: relative;
	z-index: 2;
}
section#lp_main .img {
    padding-bottom: 80px;
    position: relative;
}
section#lp_main .img img.mens {
    width: 41%;
    position: absolute;
    right: -100px;
    bottom: 0;
}
section#lp_main a {
    display: block;
    padding: 60px 20px 30px;
    background: linear-gradient(-15deg, #1d2a93 0%, #514ec4 100%);
    color: #fff;
    position: relative;
	z-index: 3;
}
section#lp_main a .nowon {
    display: inline-block;
    padding: 0 30px;
    background: #fff;
    border: 4px #1d2a93 solid;
	white-space: nowrap;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 6px 6px 0 #527fce;
}
section#lp_main a .icon_arrow {
    display: inline-block;
	padding-left: 0;
    padding-right: 50px;
    letter-spacing: 0;
    position: relative;
}
section#lp_main a .icon_arrow::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-right: 10px #fff solid;
    border-bottom: 10px #fff solid;
    position: absolute;
    top: 45%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
}
section#lp_main a .icon_pin {
    display: inline-block;
    padding-left: 40px;
    position: relative;
}
section#lp_main a .icon_pin::after {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background: url("../img/kariya/icon_pin_wh.png") center center / contain no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
/*==================================================================================
眉毛ケア、毛穴ケア
==================================================================================*/
.eng_ttl {
    margin-bottom: -30px;
    position: relative;
    z-index: 2;
}
.eng_ttl .nose_ttl {
    max-width: 680px;
}
section#eyebrows_nose {
    background: linear-gradient(to bottom, #f8f3ef 0%, #e6faf8 50%, #dff4ff 100%);
}
.boad {
    padding: 100px 60px 40px;
    border-radius: 20px;
    background: #fff;
	position: relative;
}
section#eyebrows_nose img.cmt01,
section#eyebrows_nose img.cmt02 {
	width: 14%;
	position: absolute;
	top: 60px;
	right: 10%;
}
section#eyebrows_nose img.cmt02 {
	top: 150px;
	right: 3%;
}
.cmt01 {
	animation: cmt01 1.8s infinite;
}
@keyframes cmt01 {
	0% {opacity: 0; transform: translateY(30%);}
	55.55% {opacity: 1; transform: translateY(0);}
	100% {opacity: 1; transform: translateY(0);}
}
.cmt02 {
	animation: cmt02 1.8s infinite;
}
@keyframes cmt02 {
	0% {opacity: 0; transform: translateY(30%);}
	16.66% {opacity: 0; transform: translateY(30%);}
	55.55% {opacity: 1; transform: translateY(0);}
	100% {opacity: 1; transform: translateY(0);}
}
section#eyebrows_nose h2 span.sub {
    padding: 0 30px;
    position: absolute;
    top: -50px;
    left: 120px;
    transform: rotate(-10deg);
}
section#eyebrows_nose h2 span.sub::before,
section#eyebrows_nose h2 span.sub::after {
    content: "";
    display: block;
    width: 30px;
    border-bottom: 1px #000 solid;
    position: absolute;
    top: 20px;
    left: 0;
    transform: rotate(45deg);
}
section#eyebrows_nose h2 span.sub::after {
    left: auto;
    right: 0;
    transform: rotate(-45deg);
}
.position {
    position: relative;
}
section#eyebrows_nose .txt01 {
    padding-left: 280px;
}
section#eyebrows_nose .txt02 {
    padding-left: 420px;
}
section#eyebrows_nose img.bf {
    width: 360px;
    position: absolute;
    top: 0;
    left: 0;
}
.first {
    display: inline-block;
    padding: 10px 15px;
    background: #c4578b;
    color: #fff;
}
section#eyebrows_nose img.bf02 {
    width: 360px;
    position: absolute;
    top: 0;
    right: 0;
}
section#eyebrows_nose .eng_ttl.plus_nose img {
	animation: plus_nose 2s infinite;
}
@keyframes plus_nose {
	0% {transform: scale(1);}
	15% {transform: scale(1.05);}
	30% {transform: scale(1);}
	100% {transform: scale(1);}
}
.btn_top {
    display: inline-block;
    padding: 0 40px;
    position: relative;
}
.btn_top::before,
.btn_top::after {
    content: "";
    display: block;
    width: 40px;
    border-bottom: 1px #1d2a93 solid;
    position: absolute;
    top: 15px;
    left: 0;
    transform: rotate(45deg);
}
.btn_top::after {
    left: auto;
    right: 0;
    transform: rotate(-45deg);
}
.btn {
    display: block;
    max-width: 800px;
    height: auto;
    padding: 26px 20px;
    border: 8px #1d2a93 solid;
    border-radius: 100px;
    background: #fff;
	color: #1d2a93;
    text-align: center;
    position: relative;
}
main .btn {
	animation: btn 2s infinite;
	box-shadow: 3px 3px 1px rgba(0,0,0,0.4);
}
@keyframes btn {
	0% {transform: scale(1);}
	15% {transform: scale(1.03);}
	30% {transform: scale(1);}
	100% {transform: scale(1);}
}
.btn:hover {
	background: #1d2a93;
	color: #fff;
	animation: none;
}
.btn::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 8px #1d2a93 solid;
    border-right: 8px #1d2a93 solid;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%) rotate(45deg);
}
.btn:hover::after {
	border-color: #fff;
    right: 40px;
}
.cont_tel {
    display: inline-block;
    padding-left: 60px;
	letter-spacing: 0.05em;
    position: relative;
}
.cont_tel a {
    color: #1d2a93;
}
.cont_tel::before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    background: url("../img/kariya/icon_tel.png") center center / contain no-repeat;
    position: absolute;
    top: 8%;
    left: 0;
}
/*==================================================================================
ヒゲ脱毛
==================================================================================*/
section#lp_whiskers {
    background: linear-gradient(to bottom, #ecf3ff 0%, #f9ecff 100%);
}
section#lp_whiskers .img {
    width: 40%;
	padding-top: 3%;
    position: absolute;
    top: 0;
    right: 0;
}
section#lp_whiskers .img img.mens {
    width: 75%;
}
section#lp_whiskers .img img.cmt01,
section#lp_whiskers .img img.cmt02 {
	width: 40%;
	position: absolute;
	top: -8%;
	right: 20%;
}
section#lp_whiskers .img img.cmt02 {
	top: 20%;
	right: 0;
}
/* 全身脱毛 ---------------*/
section#lp_whiskers .body {
	padding-top: 60px;
	position: relative;
}
section#lp_whiskers .body::before {
	content: "";
	display: block;
	width: 36%;
	height: 120%;
	background: url("../img/kariya/body01.png") center bottom / contain no-repeat;
	position: absolute;
	left: 0;
	bottom: -120px;
}
section#lp_whiskers .body .txt {
	width: 60%;
	margin: 0 0 0 auto;
}
section#lp_whiskers .body h4 {
	display: inline-block;
	padding-bottom: 20px;
	background: url("../img/kariya/body_ttl.png") center bottom / contain no-repeat;
}
/*==================================================================================
脱毛はじめるならメンズフェイス
==================================================================================*/
section#lp_feature {
    background: linear-gradient(to bottom, #ef97bf 0%, #c89be0 100%);
	position: relative;
}
section#lp_feature::before {
	content: "";
	display: block;
	width: 20%;
	height: 100%;
	background: rgba(255,255,255,0.3);
	position: absolute;
	top: 0;
	right: 102%;
	transform: skewX(-30deg);
	animation: feature_af 3s infinite;
}
@keyframes feature_af {
	0% {opacity: 0.5; right: 102%;}
	20% {opacity: 0; right: -2%;}
	100% {opacity: 0; right: -2%;}
}
section#lp_feature .container {
    position: relative;
	z-index: 2;
}
section#lp_feature .eng_ttl {
    margin-bottom: 80px;
}
section#lp_feature h2 {
    padding: 3px 30px;
	background: #2979ed;
	border: 4px #192a87 solid;
	border-radius: 60px;
	color: #fff;
	box-shadow: 4px 4px 2px rgba(0,0,0,0.3);
}
section#lp_feature h2::before {
    display: none;
}
section#lp_feature .col3 {
	position: relative;
	filter: drop-shadow(4px 4px 2px rgba(0,0,0,0.3))
}
section#lp_feature .col3::before {
    content: "";
	display: block;
	width: 74px;
	height: 74px;
	box-sizing: border-box;
	border: 4px #192a87 solid;
	border-radius: 50%;
	background: #fafccd url("../img/kariya/icon_heart.png") center center / 45% no-repeat;
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 2;
}
section#lp_feature .boad {
	padding: 60px 20px 80px;
	background: #fff;
	border: 4px #192a87 solid;
	border-radius: 10px;
	box-shadow: 6px 6px 3px rgba(0,0,0,0.3);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), calc(100% - 60px ) 100%, 0 100%);
	position: relative;
}
section#lp_feature .boad::after {
    content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: url("../img/kariya/feature_boad.png") left top / 92% no-repeat;
	position: absolute;
	right: -6px;
	bottom: -6px;
}
section#lp_feature .gakuwari {
    padding: 0 40px 30px;
	border: 3px #fff solid;
	border-radius: 10px;
	background: rgba(29,42,147,0.10);
	color: #fff;
}
section#lp_feature .gakuwari h4 {
	display: inline-block;
	margin-top: -25px;
	padding: 10px 15px;
	background: #1d2a93;
	border-radius: 5px;
	color: #fff;
}
section#lp_feature .gakuwari .border {
	border-bottom: 2px #fff solid;
}
section#lp_feature .gakuwari .border span {
	color: #fff594;
}
/*==================================================================================
メンズフェイス刈谷店
==================================================================================*/
section#lp_access {
	background: url("../img/kariya/access_bg.gif") left top / cover no-repeat;
}
section#lp_access h3 {
	padding: 0;
	background: none;
}
section#lp_access h3::after {
	display: none;
}
section#lp_access h4 {
	display: inline-block;
	padding: 25px 80px 45px;
	background: url("../img/kariya/access_frame.png") center center / contain no-repeat;
}
section#lp_access .icon_pin {
	display: inline-block;
	padding-left: 40px;
	position: relative;
}
section#lp_access .icon_pin::before {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	background: url("../img/kariya/icon_pin.png") center center / contain no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
section#lp_access table th {
	white-space: nowrap;
}

@media screen and (max-width : 960px) {
	p {
	    font-size: 14px;
		line-height: 1.8;
	    letter-spacing: 0;
	}
	section {
		padding: 60px 0!important;
	}
	.font_30 {
	    font-size: 20px;
	}
	.font_40 {
	    font-size: 24px;
	}
	.font_46 {
	    font-size: 30px;
	}
	.font_54 {
	    font-size: 36px;
	}
	.font_80 {
	    font-size: 54px;
	}
	.link span {
	    padding-right: 15px;
	}
	.link span::after {
	    width: 4px;
	    height: 4px;
	    border-top: 4px #2979ed solid;
	    border-right: 4px #2979ed solid;
	}
	h2::before {
	    height: 15px;
	}
	h2 span {
		letter-spacing: 0.02em;
	}
	h3 {
	    padding: 10px 15px;
	    border-radius: 5px;
	}
	h3::after {
		width: 60px;
	}
	/*==================================================================================
	メイン
	==================================================================================*/
	section#lp_main {
	    padding: 20px 0 0!important;
	}
	section#lp_main .container {
	    max-width: 680px;
	}
	section#lp_main .img {
	    padding-bottom: 40px;
	}
	section#lp_main .img img.mens {
	    width: 38%;
	    right: -40px;
	}
	section#lp_main a {
	    padding: 45px 10px 20px;
	}
	section#lp_main a .nowon {
	    padding: 0 15px;
	    border-width: 2px;
	    top: -20px;
	    box-shadow: 3px 3px 0 #527fce;
	}
	section#lp_main a .icon_arrow {
		margin-bottom: 5px;
	    padding-right: 35px;
	}
	section#lp_main a .icon_arrow::after {
	    width: 8px;
	    height: 8px;
	    border-right: 6px #fff solid;
	    border-bottom: 6px #fff solid;
	}
	section#lp_main a .icon_pin {
	    padding-left: 30px;
	}
	section#lp_main a .icon_pin::after {
	    width: 25px;
	    height: 25px;
	}
	/*==================================================================================
	眉毛ケア、毛穴ケア
	==================================================================================*/
	.eng_ttl {
	    margin-bottom: -20px;
	}
	.eng_ttl .nose_ttl {
	    max-width: 540px;
	}
	.boad {
	    padding: 60px 30px 30px;
	    border-radius: 10px;
	}
	section#eyebrows_nose .boad.eyebrows {
	    padding: 130px 30px 20px;
	}
	section#eyebrows_nose img.cmt01,
	section#eyebrows_nose img.cmt02 {
		width: 120px;
		top: 40px;
		right: 130px;
	}
	section#eyebrows_nose img.cmt02 {
		top: 60px;
		right: 20px;
	}
	section#eyebrows_nose h2 span.sub {
	    padding: 0 20px;
	    top: -40px;
	    left: 80px;
	}
	section#eyebrows_nose h2 span.sub::before,
	section#eyebrows_nose h2 span.sub::after {
	    width: 20px;
	}
	section#eyebrows_nose .boad.eyebrows .position {
	    margin-bottom: 40px;
	}
	section#eyebrows_nose .txt01 {
	    padding-left: 0;
	}
	section#eyebrows_nose .txt02 {
	    padding-left: 0;
		margin-bottom: 20px;
	}
	section#eyebrows_nose img.bf {
	    width: 100%;
		max-width: 360px;
		margin: auto;
	    position: relative;
	}
	.first {
	    padding: 5px 10px;
	}
	section#eyebrows_nose img.bf02 {
	    width: 100%;
		max-width: 360px;
		margin: auto;
    	position: relative;
	}
	.btn_top {
	    padding: 0 30px;
	}
	.btn_top::before,
	.btn_top::after {
	    width: 30px;
	    top: 10px;
	}
	.btn {
	    max-width: 540px;
	    padding: 20px;
	    border-width: 6px;
	}
	.btn::after {
	    width: 6px;
	    height: 6px;
	    border-top: 6px #1d2a93 solid;
	    border-right: 6px #1d2a93 solid;
	    right: 30px;
	}
	.btn:hover::after {
	    right: 20px;
	}
	.cont_tel {
	    padding-left: 40px;
	}
	.cont_tel::before {
	    width: 30px;
	    height: 30px;
	    top: 5%;
	}
	/*==================================================================================
	ヒゲ脱毛
	==================================================================================*/
	section#lp_whiskers .position {
	    margin-bottom: 40px;
	}
	section#lp_whiskers .img {
	    width: 100%;
		max-width: 200px;
		margin: auto;
		padding-top: 40px;
	    position: relative;
	}
	section#lp_whiskers .img img.mens {
	    width: 100%;
	}
	section#lp_whiskers .img img.cmt01,
	section#lp_whiskers .img img.cmt02 {
		width: 120px;
		top: 10px;
		right: -30px;
	}
	section#lp_whiskers .img img.cmt02 {
		top: 75px;
		right: -90px;
	}
	/* 全身脱毛 ---------------*/
	section#lp_whiskers .body {
		padding-top: 40px;
		padding-bottom: 180px;
	}
	section#lp_whiskers .body::before {
		width: 100%;
		height: 240px;
		background-position: right bottom;
		bottom: -60px;
	}
	section#lp_whiskers .body .txt {
		width: 100%;
		margin: 0;
	}
	section#lp_whiskers .body h4 {
		padding-bottom: 10px;
	}
	/*==================================================================================
	脱毛はじめるならメンズフェイス
	==================================================================================*/
	section#lp_feature .eng_ttl {
	    margin-bottom: 40px;
	}
	section#lp_feature h2 {
	    padding: 3px 15px;
		border-width: 3px;
	}
	section#lp_feature .col3 {
		max-width: 460px;
		margin: 0 auto 40px;
	}
	section#lp_feature .col3::before {
		width: 60px;
		height: 60px;
		border-width: 3px;
		top: -15px;
		left: -15px;
	}
	section#lp_feature .boad {
		padding: 30px 20px 40px;
		border-width: 3px;
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px ) 100%, 0 100%);
	}
	section#lp_feature .boad::after {
		width: 30px;
		height: 30px;
		background-size: contain;
		right: -2px;
		bottom: -2px;
	}
	section#lp_feature .gakuwari {
	    padding: 0 20px 20px;
	}
	/*==================================================================================
	メンズフェイス刈谷店
	==================================================================================*/
	section#lp_access h4 {
		padding: 18px 50px 30px;
	}
	section#lp_access .icon_pin {
		padding-left: 30px;
	}
	section#lp_access .icon_pin::before {
		width: 25px;
		height: 25px;
	}
}

@media screen and (max-width: 460px) {
	.font_24 {
	    font-size: 16px;
	}
	.font_30 {
	    font-size: 18px;
	}
	.font_40 {
	    font-size: 20px;
	}
	.font_46 {
	    font-size: 22px;
	}
	.font_54 {
	    font-size: 30px;
	}
	.font_70 {
	    font-size: 30px;
	}
	.font_80 {
	    font-size: 46px;
	}
	h3.font_40 {
		line-height: 1.2;
	}
	h3 .font_30 {
		font-size: 16px;
	}
	.price.font_80 {
		font-size: 40px;
	}
	.sp_font_12 {
		font-size: 12px;
	}
	/*==================================================================================
	メイン
	==================================================================================*/
	section#lp_main .img {
	    padding-bottom: 30px;
	}
	section#lp_main .img img.mens {
	    width: 38%;
	    right: -25px;
	}
	section#lp_main a {
	    padding: 40px 10px 20px;
	}
    section#lp_main a .nowon {
        top: -10px;
    }
	section#lp_main a .icon_arrow {
	    padding-right: 20px;
	}
	section#lp_main a .icon_arrow::after {
	    width: 5px;
	    height: 5px;
	    border-right: 4px #fff solid;
	    border-bottom: 4px #fff solid;
	}
	section#lp_main a .icon_pin {
	    padding-left: 25px;
	}
	section#lp_main a .icon_pin::after {
	    width: 20px;
	    height: 20px;
	}
	/*==================================================================================
	眉毛ケア、毛穴ケア
	==================================================================================*/
	.boad {
	    padding: 40px 20px 20px;
	}
	section#eyebrows_nose .boad.eyebrows {
	    padding: 140px 20px 20px;
	}
	section#eyebrows_nose img.cmt01,
	section#eyebrows_nose img.cmt02 {
		width: 100px;
		right: 100px;
	}
	section#eyebrows_nose img.cmt02 {
		right: 10px;
	}
	section#eyebrows_nose h2 span.sub {
	    padding: 0 20px;
	    top: -30px;
	    left: 70px;
	}
	section#eyebrows_nose h2 span.sub::before,
	section#eyebrows_nose h2 span.sub::after {
	    top: 14px;
	}
	.btn::after {
	    width: 4px;
	    height: 4px;
	    border-top: 4px #1d2a93 solid;
	    border-right: 4px #1d2a93 solid;
	    right: 20px;
	}
	.btn:hover::after {
	    right: 15px;
	}
	.cont_tel {
	    padding-left: 30px;
	}
	.cont_tel::before {
	    width: 25px;
	    height: 25px;
	    top: 5%;
	}
	/*==================================================================================
	ヒゲ脱毛
	==================================================================================*/
	section#lp_whiskers .img {
		padding-top: 70px;
	}
	section#lp_whiskers .img img.cmt01,
	section#lp_whiskers .img img.cmt02 {
		width: 100px;
		top: 25px;
		right: 10px;
	}
	section#lp_whiskers .img img.cmt02 {
		top: 80px;
		right: -50px;
	}
	/* 全身脱毛 ---------------*/
	section#lp_whiskers .body {
		padding-top: 0;
		padding-bottom: 200px;
	}
	/*==================================================================================
	脱毛はじめるならメンズフェイス
	==================================================================================*/
	section#lp_feature h2.font_30 {
	    font-size: 16px;
	}
	section#lp_feature .col3 {
		margin: 0 auto 30px;
	}
	section#lp_feature .col3::before {
		width: 50px;
		height: 50px;
		top: -12px;
		left: -12px;
	}
	section#lp_feature .boad {
		padding: 20px;
	}
	section#lp_feature .boad::after {
		right: -3px;
		bottom: -3px;
	}
	/*==================================================================================
	メンズフェイス刈谷店
	==================================================================================*/
	section#lp_access h4 {
		padding: 15px 30px 25px;
	}
	section#lp_access h3.font_80 {
		font-size: 30px;
	}
	section#lp_access .icon_pin {
		padding-left: 25px;
	}
	section#lp_access .icon_pin::before {
		width: 20px;
		height: 20px;
	}

}

