@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LYX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.lato {
	font-family: "Lato", sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 100rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		max-width: 100%;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 10.6rem;
}
.pageTitle .bg {
	padding-bottom: 0.2rem;
	background-color: #F1F1F1;
}
.pageTitle .pageImage {
	padding: 8.333vw 0;
	background: url(../img/hairno/page_photo.jpg) no-repeat center center / cover;
	min-height: 48rem;
}
.pageTitle .pageImage img {
	width: 100%;
}
.pageTitle .textBox {
	width: 51rem;
}
.pageTitle .textBox .text {
	margin-bottom: 1.4rem;
	font-size: 1.5rem;
	letter-spacing: 0.21em;
	line-height: 2.4;
	color: #505050;
}
.pageTitle .textBox.rBox {
	margin-left: auto;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 6.5rem;
	}
	.pageTitle .bg {
		padding: 0.6rem 0 0.8rem;
	}
	.pageTitle .pageImage {
		padding: 12.8vw 0;
		background-image: url(../img/hairno/page_photo_sp.jpg);
		height: 149.333vw;
		min-height: 100%;
		max-height: 100rem;
		background-position: center bottom;
	}
	.pageTitle .textBox {
		width: auto;
	}
	.pageTitle .textBox .text {
		margin-bottom: 0.5rem;
		font-size: 1.5rem;
		letter-spacing: 0.15em;
		line-height: 1.66;
		text-align: center;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath li {
	display: inline-block;
}
#pagePath li,
#pagePath a {
	margin-right: 0.3rem;
	font-size: 1rem;
	color: #505050;
	letter-spacing: 0.25em;
}
#pagePath a {
	margin-right: 0.5rem;
}
#pagePath a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#pagePath li,
	#pagePath a {
		color: #333;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 .en {
	margin-bottom: 3.7rem;
	width: 41.3rem;
	display: block;
}
.headLine01 .jp {
	padding: 0.1rem 1rem 0.3rem;
	display: inline-block;
	font-weight: 400;
	font-size: 1.1rem;
	text-align: center;
	letter-spacing: 0.18em;
	color: #fff;
	background-color: #505050;
}
@media all and (max-width: 896px) {
	.headLine01 {
		text-align: center;
	}
	.headLine01 .en {
		margin: 0 auto 2rem !important;
		width: 27.5rem !important;
	}
	.headLine01 .jp {
		padding: 0.1rem 1.5rem 0.3rem;
		font-size: 1.25rem;
		letter-spacing: 0.19em;
	}
}
/*------------------------------------------------------------
	comTopBox
------------------------------------------------------------*/
.comTopBox {
	margin-bottom: 11rem;
}
.comTopBox h2 {
	margin-bottom: 1.6rem;
	text-align: center;
	font-size: 2.8rem;
	color: #505050;
	letter-spacing: 0.2em;
	font-weight: 500;
	line-height: 1.8;
}
.comTopBox .text {
	color: #505050;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 2.2;
}
@media all and (max-width: 896px) {
	.comTopBox {
		margin-bottom: 6.8rem;
	}
	.comTopBox h2 {
		margin-bottom: 0.8rem;
		font-size: 3rem;
		color: #333;
		letter-spacing: 0.1em;
		font-weight: 400;
		line-height: 1.5;
	}
	.comTopBox .text {
		color: #333;
		letter-spacing: 0.2em;
		line-height: 2.2;
	}
}
/*------------------------------------------------------------
	comFeatures
------------------------------------------------------------*/
.comFeatures {
	padding: 8.7rem 0 14.4rem;
	width: calc(50% + 50rem);
	background-color: #F1F1F1;
	border-radius: 0 3rem 3rem 0;
}
.comFeatures .imgBox {
	position: relative;
	display: flex;
	align-items: center;
}
.comFeatures .imgBox .textBox {
	margin-left: auto;
	width: 52rem;
}
.comFeatures .imgBox .textBox .text {
	line-height: 2.15;
	letter-spacing: 0.1em;
}
.comFeatures .imgBox .photoBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 64.8%;
	max-width: 79rem;
}
.comFeatures .imgBox .photoBox img {
	width: 100%;
}
.comFeatures.rightBox {
	margin-left: auto;
	border-radius: 3rem 0 0 0;
}
.comFeatures.rightBox .imgBox .photoBox {
	left: auto;
	right: 0;
}
.comFeatures.rightBox .imgBox .textBox {
	margin: 5rem 0 0 5.5rem;
}
@media all and (max-width: 896px) {
	.comFeatures {
		margin-left: 1.7rem;
		padding: 7.2rem 0 7rem;
		width: auto;
		border-radius: 3rem 0 0 0;
	}
	.comFeatures .imgBox {
		display: block;
	}
	.comFeatures .imgBox .headLine02 {
		padding-bottom: 0;
		margin-left: 5rem;
	}
	.comFeatures .imgBox .headLine02::after {
		display: none;
	}
	.comFeatures .imgBox .textBox {
		width: auto !important;
	}
	.comFeatures .imgBox .textBox .text {
		text-align: justify;
		line-height: 2;
		letter-spacing: 0.12em;
	}
	.comFeatures .imgBox .photoBox {
		margin-left: -1.7rem;
		position: static;
		width: calc(100% + 1.7rem);
		display: block;
		max-width: calc(100% + 1.7rem);
	}
	.comFeatures.rightBox {
		margin: 0 0 0 1.7rem;
	}
	.comFeatures.rightBox .imgBox .textBox {
		margin: 0 1rem 0 5rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 4.3rem;
	position: relative;
	padding-bottom: 2.5rem;
}
.headLine02::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	height: 1px;
	content: "";
	background-color: #000;
	width: 4.3rem;
}
.headLine02 .en {
	margin-bottom: 1rem;
	padding: 0 1.8rem;
	min-width: 11.1rem;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 400;
	font-family: "Lato", sans-serif;
	letter-spacing: 0.3em;
	background-color: #505050;
}
.headLine02 .jp {
	color: #505050;
	display: block;
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 1.55;
	letter-spacing: 0.15em;
}
.headLine02 .jp .sml {
	font-size: 1.8rem;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 1.1rem;
		padding-bottom: 2.3rem;
	}
	.headLine02 .en {
		margin-bottom: 2.1rem;
		padding: 0 2.2rem;
		min-width: 11.1rem;
		color: #fff;
		font-size: 1.2rem;
		font-weight: 400;
		letter-spacing: 0.3em;
	}
	.headLine02 .jp {
		color: #333;
		font-weight: 400;
		line-height: 1.3;
		letter-spacing: 0.11em;
	}
	.headLine02 .jp .sml {
		font-size: 1.25rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 4.6rem;
	text-align: center;
}
.headLine03 .en {
	display: block;
	font-family: "Lato", sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 3.4rem;
	letter-spacing: 0.2em;
}
.headLine03 .jp {
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 2;
	color: #fff;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 2.2rem;
	}
	.headLine03 .en {
		font-size: 3rem;
		letter-spacing: 0.25em;
	}
	.headLine03 .jp {
		letter-spacing: 0.14em;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 2rem;
}
.headLine04 .en {
	margin-bottom: 2.5rem;
	width: 36.1rem;
	display: block;
}
.headLine04 .jp {
	padding: 0.1rem 1rem;
	display: inline-block;
	color: #fff;
	background-color: #505050;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 0.18em;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 68vw;
	}
	.headLine04 .en {
		margin: 0 auto 1.9rem;
		width: 27.5rem;
	}
	.headLine04 .jp {
		padding: 0.1rem 1.6rem 0.3rem;
		margin: 0 auto;
		display: block;
		width: fit-content;
		font-size: 1.25rem;
		letter-spacing: 0.2em;
	}
}
@media all and (min-width: 450px) and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 80vw;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	padding-bottom: 2.3rem;
	margin-bottom: 4.5rem;
	position: relative;
}
.headLine05::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 4.3rem;
	height: 1px;
	background-color: #000;
	content: "";
	z-index: 1;
}
.headLine05 .en {
	margin-bottom: 0.7rem;
	display: block;
	font-size: 1.1rem;
	font-family: "Lato", sans-serif;
	font-weight: 600;
	letter-spacing: 0.25em;
}
.headLine05 .jp {
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.23em;
	line-height: 1.6;
}
@media all and (max-width: 896px) {
	.headLine05 {
		padding-bottom: 0;
		margin-bottom: 3.7rem;
		text-align: center;
	}
	.headLine05::after {
		display: none;
	}
	.headLine05 .en {
		margin-bottom: 2.3rem;
		font-size: 2.5rem;
		letter-spacing: 0.1em;
	}
	.headLine05 .jp {
		font-size: 3rem;
		letter-spacing: 0.18em;
		line-height: 1.5;
	}
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	margin-bottom: 3.3rem;
	text-align: center;
	font-weight: 500;
	font-size: 2.5rem;
	letter-spacing: 0.23em;
}
@media all and (max-width: 896px) {
	.headLine06 {
		margin-bottom: 3.5rem;
		font-weight: 600;
		letter-spacing: 0.1em;
	}
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
	padding: 9.583vw 0;
	background: url(../img/hairno/commitment_photo01.jpg) no-repeat left center / cover;
}
.comImgBox .headLine02 .en {
	letter-spacing: 0.18em;
}
.comImgBox .textBox {
	margin-left: auto;
	width: 42rem;
}
.comImgBox .textBox .text {
	line-height: 2;
	letter-spacing: 0.1em;
}
.comImgBox .textBox .subSml {
	margin-top: 1.5rem;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 2;
}
.comImgBox .notesList {
	margin-bottom: 3.7rem;
}
.comImgBox .notesList li {
	padding-left: 1.5rem;
	text-indent: -1.5rem;
	color: #505050;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	line-height: 1.83;
}
@media all and (min-width: 1800px) {
	.comImgBox {
		padding: 12vw 0;
	}
}
@media all and (max-width: 896px) {
	.comImgBox {
		padding: 18.667vw 0 106.667vw;
		background-image: url(../img/hairno/commitment_photo01_sp.jpg);
		background-position: left bottom;
	}
	.comImgBox .headLine02 {
		margin-bottom: 1.8rem;
	}
	.comImgBox .headLine02 .en {
		padding: 0 1.2rem;
		letter-spacing: 0.18em;
	}
	.comImgBox .headLine02 .jp {
		letter-spacing: 0.02em;
	}
	.comImgBox .textBox {
		width: auto;
	}
	.comImgBox .textBox .text {
		line-height: 2;
		letter-spacing: 0.1em;
	}
	.comImgBox .notesList {
		margin-bottom: 3.5rem;
	}
	.comImgBox .notesList li {
		margin: 0 -0.5rem 0.7rem 0;
		padding-left: 1.5rem;
		text-indent: -1.5rem;
		font-size: 1.25rem;
		letter-spacing: 0.12em;
		line-height: 1.5;
	}
	.comImgBox .notesList li:last-child {
		margin-bottom: 0;
	}
	.comImgBox .notesList .dot {
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
	commitmentBox01
------------------------------------------------------------*/
.commitmentBox01 {
	margin-bottom: 12rem;
}
.commitmentBox01 .headLine02 .en {
	letter-spacing: 0.18em;
}
.commitmentBox01 .imgBox {
	align-items: center;
	flex-direction: row-reverse;
}
.commitmentBox01 .imgBox .textBox {
	margin-top: 8.8rem;
	flex: 1;
}
.commitmentBox01 .imgBox .textBox .sub {
	margin-left: auto;
	width: 41rem;
}
.commitmentBox01 .imgBox .text {
	padding-right: 5rem;
	margin-bottom: 0.7rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
.commitmentBox01 .imgBox .noteUl li {
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 2;
}
.commitmentBox01 .imgBox .photoBox {
	width: calc(50% + 3rem);
}
@media all and (max-width: 896px) {
	.commitmentBox01 {
		padding-top: 7.2rem;
		margin: 0 0 7.4rem 1.8rem;
	}
	.commitmentBox01 .headLine02 {
		margin-bottom: 2rem;
		padding-bottom: 0;
	}
	.commitmentBox01 .headLine02::after {
		display: none;
	}
	.commitmentBox01 .headLine02 .en {
		padding: 0 1.2rem;
		letter-spacing: 0.2em;
	}
	.commitmentBox01 .imgBox {
		display: block;
	}
	.commitmentBox01 .imgBox .textBox {
		margin-top: 0;
	}
	.commitmentBox01 .imgBox .textBox .sub {
		margin-left: auto;
		width: auto;
	}
	.commitmentBox01 .imgBox .text {
		padding-right: 0;
		margin-bottom: 0;
	}
	.commitmentBox01 .imgBox .noteUl li {
		margin-right: 1rem;
		display: inline-block;
		letter-spacing: 0.14em;
		line-height: 1.5;
	}
	.commitmentBox01 .imgBox .photoBox {
		margin-bottom: 1.8rem;
		width: auto;
	}
	.commitmentBox01 .imgBox .photoBox img {
		width: 100%;
	}
}
/*------------------------------------------------------------
	commitmentBox02
------------------------------------------------------------*/
.commitmentBox02 {
	padding: 3.8rem 0 7.3rem;
	width: calc(50% + 50rem);
	background-color: #F1F1F1;
	border-radius: 0 3rem 0 0;
}
.commitmentBox02 .imgBox {
	flex-direction: row-reverse;
	align-items: center;
}
.commitmentBox02 .imgBox .headLine02 .en {
	letter-spacing: 0.18em;
}
.commitmentBox02 .imgBox .photoBox {
	width: 57.8%;
}
.commitmentBox02 .imgBox .photoBox img {
	width: 100%;
}
.commitmentBox02 .imgBox .textBox {
	margin-top: 4rem;
	flex: 1;
}
.commitmentBox02 .imgBox .textBox .sub {
	margin-left: 4.4rem;
}
.commitmentBox02 .imgBox .text {
	line-height: 2;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.commitmentBox02 {
		padding: 7.2rem 0 7.1rem;
		width: auto;
		margin-left: 1.7rem;
		border-radius: 3rem 0 0 0;
	}
	.commitmentBox02 .imgBox {
		display: block;
	}
	.commitmentBox02 .imgBox .headLine02 {
		padding-bottom: 0;
		margin-left: 5rem;
	}
	.commitmentBox02 .imgBox .headLine02 .en {
		letter-spacing: 0.18em;
	}
	.commitmentBox02 .imgBox .headLine02::after {
		display: none;
	}
	.commitmentBox02 .imgBox .photoBox {
		margin-bottom: 1.9rem;
		width: auto;
	}
	.commitmentBox02 .imgBox .textBox {
		margin-top: 0;
	}
	.commitmentBox02 .imgBox .textBox .sub {
		margin-left: 0;
	}
	.commitmentBox02 .imgBox .text {
		margin: 0 1rem 0 5rem;
		text-align: justify;
		letter-spacing: 0.14em;
	}
}
/*------------------------------------------------------------
	comHowBox
------------------------------------------------------------*/
.comHowBox {
	padding: 8.7rem 0 10rem;
	background: #AFB1B0 url(../img/common/how_bg.png) no-repeat left top / cover;
}
.comHowBox .howUl .slick-slide > div {
	padding-right: 26.8rem;
	margin-left: -26.8rem;
}
.comHowBox .howUl > li,
.comHowBox .howUl .slick-slide > div > li {
	padding: 5rem 4.9rem 4.4rem;
	margin: 0 3rem;
	width: 47rem !important;
	background-color: #fff;
	border-radius: 1.5rem;
	overflow: hidden;
	height: 100%;
}
.comHowBox .howUl .photoBox {
	margin-right: 2rem;
	width: 17.5rem;
}
.comHowBox .howUl .textBox {
	flex: 1;
}
.comHowBox .howUl .imgBox .title {
	padding-bottom: 0.2rem;
	margin-bottom: 1rem;
	width: 11.2rem;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	font-family: "Lato", sans-serif;
	letter-spacing: 0.23em;
	background-color: #505050;
}
.comHowBox .howUl .imgBox .text {
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: justify;
}
.slick-dots {
	position: absolute;
	left: 0;
	bottom: -5.5rem;
	width: 100%;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 5.5rem;
	height: 0.6rem;
	margin: 0 0.4rem;
	padding: 0;
	cursor: pointer;
	border: 1px solid #333333;
	background-color: #fff;
}
.slick-dots li button {
	display: none;
}
.slick-dots li.slick-active {
	background-color: #333333;
}
@media all and (max-width: 896px) {
	.comHowBox {
		padding: 6.3rem 0 10rem;
		background-image: url(../img/common/how_bg_sp.png);
	}
	.comHowBox .howUl > li,
	.comHowBox .howUl .slick-slide > div > li {
		padding: 3rem 3rem 3.2rem;
		margin: 0 1.6rem 0 0.6rem;
		width: 22.5rem !important;
		border-radius: 0.8rem;
	}
	.comHowBox .howUl .slick-slide > div {
		padding-right: 0;
		margin: 0 1.6rem 0 0.6rem;
		width: 22.5rem;
	}
	.comHowBox .howUl .imgBox {
		display: block;
	}
	.comHowBox .howUl .photoBox {
		margin: 0 0 1.5rem;
		width: auto;
	}
	.comHowBox .howUl .photoBox img {
		width: 100%;
	}
	.comHowBox .howUl .imgBox .title {
		padding-bottom: 0.2rem;
		margin-bottom: 1.8rem;
		width: auto;
		display: block;
		font-weight: 400;
		font-size: 1.4rem;
	}
	.comHowBox .howUl .imgBox .text {
		line-height: 1.44;
		font-size: 1.25rem;
	}
	.slick-dots {
		bottom: -3.8rem;
	}
	.slick-dots li {
		width: 5.7rem;
		height: 1.1rem;
	}
}

/*------------------------------------------------------------
	comInnerBox
------------------------------------------------------------*/
.comInnerBox {
	padding: 7.417vw 0 7vw;
	min-height: 27.5rem;
	background: url(../img/common/step_photo01.jpg) no-repeat center bottom / cover;
}
.comInnerBox .title {
	text-align: center;
	font-size: 2.8rem;
	font-weight: 400;
	letter-spacing: 0.19em;
	color: #fff;
	line-height: 1.73;
}
.comInnerBox .title span {
	padding: 0.6rem 0 0.2rem 1rem;
	background: -webkit-linear-gradient(#333333,#333333) repeat-x left bottom  / 100% 4.5rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
@media all and (max-width: 896px) {
	.comInnerBox {
		padding: 12vw 0 11.5vw;
		min-height: 13.5rem;
		background-image: url(../img/common/step_photo01_sp.jpg);
	}
	.comInnerBox .title {
		font-size: 2.5rem;
		letter-spacing: 0.14em;
		line-height: 1.3;
	}
	.comInnerBox .title span {
		padding-bottom: 0;
		background-size: 100% 3.3rem;
	}
}
/*------------------------------------------------------------
	comStepBox
------------------------------------------------------------*/
.comStepBox {
	padding: 8.333vw 0 12.5vw;
	background: url(../img/common/step_photo02.jpg) no-repeat center center / cover;
}
.comStepBox .content {
	max-width: 88rem;
}
.comStepBox .imgBox .textBox {
	width: 50rem;
}
.comStepBox .imgBox .textBox .text {
	line-height: 2;
	letter-spacing: 0.1em;
}
@media all and (min-width: 2000px) {
	.comStepBox {
		padding: 12vw 0;
	}
}
@media all and (max-width: 896px) {
	.comStepBox {
		padding: 19.333vw 0 99.5vw;
		background-image: url(../img/common/step_photo02_sp.jpg);
	}
	.comStepBox .content {
		max-width: 100%;
	}
	.comStepBox .headLine02 {
		margin-bottom: 1.8rem;
	}
	.comStepBox .imgBox .textBox {
		width: auto;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	width: 26.4rem;
}
.comBtn a {
	padding: 0.5rem 4rem;
	min-height: 5.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.19em;
	background: #333333 url(../img/common/icon01.png) no-repeat right 2rem center / 1.6rem;
}
.comBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn {
		margin: 0 auto;
		width: 25rem;
	}
	.comBtn a {
		min-height: 6rem;
		font-size: 1.5rem;
		letter-spacing: 0.23em;
		background-size: 2.4rem auto;
		background-position: right 1.8rem center;
	}
}
/*------------------------------------------------------------
	comContactBox
------------------------------------------------------------*/
.comContactBox {
	padding: 13.6rem 0 12.8rem;
	background: url(../img/common/contact_photo01.jpg) no-repeat center bottom / cover;
}
.comContactBox h3 {
	margin-bottom: 0.6rem;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.11em;
}
.comContactBox .comBtn {
	margin: 0 auto;
}
.comContactBox .comBtn a {
	border: 0.2rem solid #333333;
	background-color: transparent;
	color: #333;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	background-image: url(../img/common/icon02.png);
}
@media all and (max-width: 896px) {
	.comContactBox {
		padding: 12.2rem 0 21.1rem;
		background-image: url(../img/common/contact_photo01_sp01.jpg);
	}
	.comContactBox h3 {
		margin-bottom: 2rem;
		font-size: 2.5rem;
		letter-spacing: 0.15em;
	}
	.comContactBox .comBtn {
		width: 23.6rem;
	}
	.comContactBox .comBtn a {
		min-height: 5.6rem;
		border-width: 1px;
		background-image: url(../img/common/icon02_sp.png);
		background-size: 2.8rem auto;
	}
	.comContactBox.subBox {
		padding: 6.7rem 0 9.7rem;
		background-image: url(../img/common/contact_photo01_sp02.jpg);
	}
	.comContactBox.subBox .comBtn {
		width: 25rem;
	}
	.comContactBox.subBox .comBtn a {
		letter-spacing: 0.24em;
		font-size: 1.35rem;
		line-height: 1.35;
	}
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	transition: all .5s ease;
}
.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0); 
}