@charset "utf-8";

/*----------------------------------------------------------
   main layout
----------------------------------------------------------*/
#l-main .mv img {
	width: 100%;
}

/* #pageTitle
----------------------------------------------------------*/
#pageTitle {
	position: relative;
}
#pageTitle h1 {
	position: absolute;
	top: -80px;
	right: 0;
	left: 0;
	height: 80px;
	background-color: rgba(255, 255, 255, .8);
}
#pageTitle h1 span {
	margin-top: 12px;
	line-height: 51px;
}
@media screen and (min-width: 992px) {
	#pageTitle h1 {
		top: -110px;
		height: 110px;
	}
	#pageTitle h1 span {
		margin-top: 30px;
		font-size: 28px;
	}
	#pageTitle h1 span::before {
		display: none;
	}
}

/* #recent-activity
----------------------------------------------------------*/
#recent-activity .first-block,
#recent-activity .more-block {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	max-width: 540px;
	margin: 0 auto;
}
#recent-activity .sns-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	margin: 10px 0;
	text-align: left;
}
#recent-activity .sns-box a {
	display: block;
	width: 100%;
	border: solid 1px #eee;
	border-radius: 4px;
	background-color: #fff;
}
#recent-activity .sns-box a:hover {
	border-color: #ebd6d9;
}
#recent-activity .sns-box a:hover img {
	opacity: .8;
	transition: opacity .3s;
}
#recent-activity .sns-box .en {
	padding-top: 3px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1.6px;
	text-align: center;
}
#recent-activity .sns-box .en b {
	font-weight: 400;
}
#recent-activity .sns-box .photo {
	margin: 0 5px;
}
#recent-activity .sns-box .text {
	margin: 0 20px;
}
#recent-activity .sns-box .text h4 {
	margin: 1.1em 0 1.3em;
	font-size: 16px;
	line-height: 1.25;
}
#recent-activity .sns-box .text p {
	font-size: 12px;
	line-height: 1.67;
	-webkit-font-feature-settings: 'palt' 1;
	-moz-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	letter-spacing: .1em;
}
#recent-activity .sns-box .text p.info {
	padding: 1.1em 0 1.5em;
	font-size: 10px;
}
#recent-activity .sns-box.s-insta .text {
	margin: 0 10px;
}
#recent-activity .sns-box.s-insta .text p {
	padding: .9em 0;
	text-align: center;
}
#recent-activity .sns-box.s-twitter .image {
	margin: 30px 0 27px;
	text-align: center;
}
#recent-activity .sns-box.s-twitter .image img {
	width: 120px;
}
#recent-activity .sns-box.s-twitter .image .tw-name {
	padding: .3em 0 .1em;
	font-size: 16px;
	line-height: 1.25;
}
#recent-activity .sns-box.s-twitter .image .tw-screenname {
	font-size: 12px;
	line-height: 1.67;
}
#recent-activity .sns-box.s-twitter .text p {
	padding: .9em 0;
}

@media screen and (min-width: 768px) {
	#recent-activity .first-block,
	#recent-activity .more-block {
		max-width: 100%;
	}
	#recent-activity .sns-box {
		width: 49%;
	}
}
@media screen and (min-width: 992px) {
	#recent-activity .sns-box {
		max-width: 280px;
		width: 24.3%;
	}
}

/* #fellow-activities
----------------------------------------------------------*/
#fellow-activities ul {
	max-width: 540px;
	margin: 0 auto;
}
#fellow-activities li {
	padding-top: 10px;
}

@media screen and (min-width: 768px) {
	#fellow-activities ul {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		max-width: 1120px;
	}
	#fellow-activities li {
		max-width: 540px;
		width: 49%;
	}
}

/*----------------------------------------------------------
   page-home
----------------------------------------------------------*/
.page-home .title.en {
	margin-top: 20px;
}
.page-home .bg::before {
	z-index: -1;
	position: absolute;
	content: '';
	left: 50%;
	width: 100vw;
	background-color: #f9f9f9;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
	.page-home .title.en {
		margin-top: 50px;
	}
}

/* common layout
----------------------------------------------------------*/
.page-home #l-header #header-inner {
	height: 100px;
}
.page-home #header-logo a {
	width: 230px;
	height: 140px;
	background-position: 97px 100%;
}
.page-home #header-logo span {
	display: block;
}
.page-home #header-logo span img {
	margin-top: 3px;
	margin-left: 18px;
	vertical-align: baseline;
}
.page-home #header-logo .hd-txt img {
	height: 10px;
	margin-top: 15px;
}
.page-home #header-logo .hd-title img {
	height: 24px;
}
.page-home #header-logo .hd-description img {
	height: 26px;
}

@media screen and (min-width: 1118px) {
	.page-home #l-header #header-inner {
		height: 50px;
	}
	.page-home #header-logo a {
		width: 350px;
		height: 240px;
		background-size: 225px 59px;
	}
	.page-home #header-logo span img {
		margin-top: 6px;
		margin-left: 30px;
	}
	.page-home #header-logo .hd-txt img {
		height: 12px;
		margin-top: 20px;
	}
	.page-home #header-logo .hd-title img {
		height: 43px;
	}
	.page-home #header-logo .hd-description img {
		height: 30px;
	}
/*	.page-home #l-aside {
		margin-top: 40px;
	}*/
}

/* #home-top
----------------------------------------------------------*/
.page-home #home-top {
	overflow: hidden;
	position: relative;
	background: url('../images/home/main09/main_sp_v2.jpg') no-repeat 50% 100%;
	background-size: cover;
}
.page-home #home-top .top-image .anime {
	opacity: 0;
}
.is-loaded.page-home #home-top .top-image .anime {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 3s;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.page-home #home-top .btn-full {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page-home #home-top .js-random>li {
	display: none;
}
.page-home #home-top .js-random>li:nth-child(1) {
	display: block;
}

/* top-image */
.page-home #home-top .top-image {
	position: relative;
	max-width: 692px;
	height: 120vw;
	margin: 0 auto;
}

.page-home #home-top .top-image .top-ttl {
	padding: 80px 0 0 4.1667vw;
}
.page-home #home-top .top-image .top-ttl img {
	width: 43.056vw;
	max-width: 330px/*155px*/;
}
.is-loaded.page-home #home-top .top-image .top-ttl {
	animation-name: topttl;
	animation-fill-mode: forwards;
	animation-duration: 1.5s;
	animation-timing-function: cubic-bezier(.4, 0, .2, 1);
	animation-delay: .5s;
}
@keyframes topttl {
	0% {
		transform: translateY(25px);
	}
	100% {
		transform: translateY(0);
	}
}



.page-home #home-top .top-image .top-product {
	position: absolute;
	top: 46px;
	right: 5vw;
	width: 18.611vw;
	max-width: 143px;
}
.page-home #home-top .top-image .top-product img {
	width: 100%;
}
.is-loaded.page-home #home-top .top-image .top-product {
	transition-delay: 1s;
}


@media screen and (min-width: 768px) {
	.page-home #home-top .top-image .top-ttl {
		padding-left: 15px;
	}
	.page-home #home-top .top-image .top-product {
		right: 38px;
	}
}
@media screen and (min-width: 992px) {
	.page-home #home-top {
		background-image: url('../images/home/main09/main_pc_v2.jpg');
	}
	.page-home #home-top .top-image {
		position: relative;
		max-width: 200px;
		height: 775px;
		margin: 0 0 0 auto;
	}
	.page-home #home-top .top-image .top-ttl {
		padding: 150px 0 0;
	}
	.page-home #home-top .top-image .top-ttl img {
		max-width: 208px;
	}
	.page-home #home-top .top-image .top-product {
		position: relative;
		top: 0;
		right: 0;
		margin: 0 80px 0 auto;
		max-width: 155px;
	}
}
@media screen and (min-width: 1118px) {
	.page-home #home-top .top-image {
		margin-right: 0;
		margin-top: -100px;
	}
}


/* #home-headline (add 18/10/30)
----------------------------------------------------------*/
#home-headline {
	display: table;
	width: 100%;
	min-height: 60px;
	background-color: #eeeeee;
	line-height: 1;
}
#home-headline .inner {
	display: table-cell;
	padding-top: 9px;
	padding-bottom: 9px;
	vertical-align: middle;
	text-align: center;
}
#home-headline a {
	display: inline;
}
#home-headline h2 {
	font-size: 17px;
	line-height: 1.4;
}
#home-headline h2 span {
	display: inline-block;
}
#home-headline p {
	font-size: 11px;
	line-height: 1.5;
}
@media screen and (max-width: 432px) {
	#home-headline h2 {
		font-size: 3.8vw;
	}
}
@media screen and (min-width: 768px) {
	#home-headline {
		min-height: 50px;
	}
	#home-headline h2,
	#home-headline p {
		display: inline-block;
	}
	#home-headline h2 {
		font-size: 18px;
	}
}

/* .link-page_wrap
----------------------------------------------------------*/
.page-home #l-main .link-page_wrap>.inner {
	padding-right: 0;
	padding-left: 0;
}
.page-home .link-page .bg {
	position: relative;
	padding-bottom: 60px;
}
.page-home .link-page .bg::before {
	bottom: 0;
	height: 60px;
}
.page-home .link-page .image {
	background-color: #fff;
	margin-right: -5vw;
	margin-left: -5vw;
}
.page-home .link-page a:hover .image img {
	opacity: .8;
	transition: all .3s;
}
.page-home .link-page .lead {
	position: absolute;
	right: 0;
	bottom: -2.73em;
	left: 0;
	width: 18.18em;
	height: 5.45em;
	margin: auto;
	padding: 1em 0;
	background-color: rgba(255, 255, 255, .9);
	box-shadow: 2px 2px 8px 0 rgba(204, 204, 204, .5);
	font-size: .78em;
	text-align: center;
	transition: all .3s;
}
.page-home .link-page a:hover .lead {
	background-color: rgba(235, 214, 217, .9);
	box-shadow: 2px 2px 8px 0 rgba(170, 170, 170, .5);
}
.page-home #home-scalpcare.link-page a:hover .lead {
	background-color: rgba(192, 202, 207, .9);
}

.page-home #home-hairdry .title.ja-san {
	margin-top: 20px;
	font-size: 1.42em;
	letter-spacing: .05em;
}
.page-home #home-scalpcare .title::after {
	background-color: #c0cacf;
}
.page-home #home-about .link-ar {
	padding-bottom: 5px;
	font-size: .85em;
	letter-spacing: 1px;
	text-align: right;
}
@media screen and (min-width: 768px) {
	.page-home #home-hairdry .image {
		margin-top: 4px;
		margin-bottom: -4px;
	}
	.page-home #home-hairdry .title.ja-san {
		margin-top: 50px;
		font-size: 1.125em;
		font-weight: 300;
		letter-spacing: .1em;
	}
}
@media screen and (min-width: 992px) {
	.page-home #l-main .link-page_wrap>.inner {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding: 0 40px 20px;
	}
	.page-home #l-main .link-page_wrap>.inner.col1 {
		justify-content: center;
	}
	.page-home .link-page_wrap>.inner::before {
		z-index: -1;
		position: absolute;
		content: '';
		bottom: 0;
		left: 50%;
		width: 100vw;
		height: 22.656vw;
		background-color: #f9f9f9;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.page-home #link-pickup.link-page_wrap>.inner::before,
	.page-home #link-past.link-page_wrap>.inner::before {
		height: 14.844vw;
	}

	.page-home #l-main .link-page_wrap .link-page .bg {
		text-align: center;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 40px;
	}
	.page-home #link-pickup.link-page_wrap .link-page .bg,
	.page-home #link-past.link-page_wrap .link-page .bg {
		padding-bottom: 82px;
	}
	.page-home .link-page .bg::before {
		height: 0;
	}
	.page-home .link-page .image {
		margin-right: 0;
		margin-left: 0;
	}
	.page-home .link-main.link-page_wrap .link-page .image,
	.page-home #home-about .link-ar {
		max-width: 580px;
		margin-right: auto;
		margin-left: auto;
	}
	.page-home .link-page .image img {
		border-radius: 4px;
	}
	.page-home .link-page .lead {
		bottom: -30px;
		right: auto;
		left: auto;
		height: 100px;
		padding: 1.7em 0 0 34px;
		font-size: 1em;
		line-height: 1.5;
		text-align: left;
	}
	.page-home #link-pickup.link-page_wrap .link-page .lead,
	.page-home #link-past.link-page_wrap .link-page .lead {
		bottom: -72px;
		right: 30px;
	}
	.page-home #home-about .link-ar {
		margin: -.4em -40px 0;
		font-size: 1em;
	}
}
@media screen and (min-width: 1280px) {
	.page-home .link-page_wrap>.inner::before {
		height: 280px;
	}
	.page-home #link-pickup.link-page_wrap>.inner::before,
	.page-home #link-past.link-page_wrap>.inner::before {
		height: 190px;
	}
	.page-home .link-page .lead {
		width: 338px;
	}
}

/* #recent-activity
----------------------------------------------------------*/
.page-home #recent-activity .bg {
	padding-top: 10px;
	padding-bottom: 10px;
}
.page-home #recent-activity .bg::before {
	top: 0;
	bottom: 0;
	margin: auto;
}

@media screen and (min-width: 992px) {
	.page-home #recent-activity .bg {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/* #fellow-activities
----------------------------------------------------------*/
.page-home #fellow-activities {
	padding-bottom: 20px;
}
.page-home #fellow-activities .bg {
	position: relative;
	padding-top: 10px;
}
.page-home #fellow-activities .bg::before {
	top: 0;
	height: 900px;
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.page-home #fellow-activities .bg {
		padding-top: 20px;
	}
	.page-home #fellow-activities .bg::before {
		max-height: 690px;
		height: 70vw;
	}
}


/*----------------------------------------------------------
   page-about
----------------------------------------------------------*/
.page-about .lead {
	font-size: .85em;
	line-height: 2;
}
.page-about .lead-s {
	margin-top: .7em;
	font-size: .75em;
	line-height: 2;
} /* イレギュラーに追加しました */

@media screen and (min-width: 992px) {
	.page-about .lead {
		margin-top: 2em;
		font-size: 1em;
		text-align: center;
	}
	.page-about .lead-s {
		margin-top: 1.2em;
		font-size: .8em;
		text-align: center;
	} /* イレギュラーに追加しました */
}

/* #about-lead
----------------------------------------------------------*/
.page-about #about-lead .ttl {
	padding-top: 1em;
}
@media screen and (min-width: 992px) {
	.page-about #about-lead .ttl {
		margin-bottom: -.6em;
		padding: .95em 0 0;
		letter-spacing: .1em;
	}
}


/* #about-meaning
----------------------------------------------------------*/
.page-about #about-meaning .title-s {
	margin-top: 1.8em;
}
.page-about #about-meaning .box {
	max-width: 980px;
	margin: 1em auto 0;
	padding: 1.6em 0 1.7em 5vw;
	border: solid 1px #dddddd;
}
.page-about #about-meaning .box p {
	font-size: .78em;
	line-height: 3;
}
.page-about #about-meaning .box p+p {
	margin-top: 2.9em;
}

@media screen and (min-width: 992px) {
	.page-about #about-meaning .title-s::after {
		bottom: -4px;
	}
	.page-about #about-meaning .box {
		margin-top: 1.85em;
		padding: 2em 3em 1.7em 0;
		text-align: center;
	}
	.page-about #about-meaning .box .text {
		display: inline-block;
		text-align: left;
	}
	.page-about #about-meaning .box p {
		font-size: .87em;
		line-height: 2.3;
	}
}


/* #about-profile
----------------------------------------------------------*/
.page-about #about-profile {
	padding-top: 2.7em;
}
.page-about #about-profile .ttl {
	margin-top: 1em;
	padding-top: 0;
}
.page-about #about-profile .profile-nav {
	margin-top: 4px;
	padding-bottom: 20px;
}
.page-about #about-profile .profile-nav li {
	float: left;
}
.page-about #about-profile .profile-nav li+li {
	margin-left: 10px;
}
.page-about #about-profile .profile-nav li a {
	border: 1px solid #f6cadb;
	border-radius: 50%;
}
.page-about #about-profile .profile-nav li img {
	width: 38px;
	border-radius: 50%;
}

.page-about #about-profile .recruit .ttls {
	margin: 1.1em 0 .4em;
	font-size: 1.28em;
	letter-spacing: 3px;
}
.page-about #about-profile .recruit .link {
	margin-top: 20px;
	font-size: .85em;
	line-height: 2;
}

.page-about #about-profile .profile>ul {
	margin-top: 48px;
}
.page-about #about-profile .profile>ul>li {
	margin-bottom: 34px;
	padding-top: 16px;
	border-top: 4px solid #f6cadb;
}
.page-about #about-profile .profile .photo {
	width: 130px;
}
.page-about #about-profile .profile .photo img {
	width: 100px;
	border-radius: 50%;
}
.page-about #about-profile .profile .text-block h3 {
	font-size: 1.28em;
}
.page-about #about-profile .profile .text-block p {
	font-size: .78em;
}
.page-about #about-profile .profile p.text {
	margin: 16px 0 14px;
	font-size: .78em;
	line-height: 1.7;
}
.page-about #about-profile .profile .insta {
	max-width: 540px;
	margin: 0 auto;
}

.page-about #about-profile .profile ul li#profile_akai { border-color: #f6cadb;}
.page-about #about-profile .profile ul li#profile_agata { border-color: #fbe4e2;}
.page-about #about-profile .profile ul li#profile_kikkawa { border-color: #c2a0ad;}
.page-about #about-profile .profile ul li#profile_koike { border-color: #ebd6d9;}
.page-about #about-profile .profile ul li#profile_tsuda { border-color: #f6cadb;}
.page-about #about-profile .profile ul li#profile_tsumura { border-color: #ebd6d9;}

@media screen and (max-width: 359px) {
	.page-about #about-profile .profile-nav {
		margin-right: -5vw;
	}
	.page-about #about-profile .profile-nav li+li {
		margin-left: 2.5vw;
	}
}
@media screen and (max-width: 991px) {
	.page-about #about-profile .profile ul li .wrap {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
}
@media screen and (min-width: 768px) {
	.page-about #about-profile .profile>ul {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-align: stretch;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		align-items: stretch;
		margin-top: 54px;
	}
	.page-about #about-profile .profile>ul>li {
		margin-bottom: 48px;
		width: 48.21%;
	}
}
@media screen and (min-width: 992px) {
	.page-about #about-profile .ttl {
		margin-top: .9em;
		padding-bottom: .25em;
	}
	.page-about #about-profile .profile-nav {
		padding-bottom: 5px;
		text-align: center;
	}
	.page-about #about-profile .profile-nav ul {
		display: inline-block;
	}
	.page-about #about-profile .profile-nav li+li {
		margin-left: 15px;
	}
	.page-about #about-profile .profile-nav li a {
		border: 1px solid transparent;
	}
	.page-about #about-profile .profile-nav li a:hover {
		border: 1px solid #f6cadb;
	}
	.page-about #about-profile .lead {
		margin-top: .7em;
	}
	.page-about #about-profile .recruit .ttls {
		margin: .8em 0 .4em;
		font-size: 1.5em;
		letter-spacing: 4px;
		text-align: center;
	}
	.page-about #about-profile .recruit .link {
		margin-top: 18px;
		font-size: 1em;
		text-align: center;
	}
	.page-about #about-profile .profile {
		padding-right: 2.67vw;
		padding-left: 2.67vw;
	}
	.page-about #about-profile .profile .photo {
		float: left;
		margin: 10px 40px 0 0;
	}
	.page-about #about-profile .profile .photo img {
		width: 144px;
	}
	.page-about #about-profile .profile .text-block h3 {
		margin: 0 0 .1em;
		font-size: 1.12em;
	}
	.page-about #about-profile .profile .text-block p {
		font-size: .68em;
		line-height: 1.7;
	}
	.page-about #about-profile .profile p.text {
		overflow: hidden;
		min-height: 130px;
		margin: 0;
		padding-bottom: 28px;
		font-size: .68em;
	}
}
@media screen and (min-width: 1280px) {
	.page-about #about-profile .profile {
		padding-right: 30px;
		padding-left: 30px;
	}
}

/* #promise
----------------------------------------------------------*/
.page-about #promise .ttl {
	padding-top: 1em;
	border-top: 1px solid #ddd;
}
.page-about #promise .btn-movie {
	margin: 0 -5vw 20px;
	text-align: center;
}
.page-about #promise .btn-movie a {
	margin: 10px auto 3px;
	padding: 2px 21px 2px 11px;
	border-radius: 4px;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.19);
	background-color: #fff;
	text-align: left;
}
.page-about #promise .btn-movie a:hover {
	background-color: rgba(235, 214, 217, .9);
}
.page-about #promise .btn-movie img {
	display: inline-block;
	width: 67px;
	margin-right: 8px;
	vertical-align: middle;
}
.page-about #promise .btn-movie p {
	position: relative;
	display: inline-block;
	font-size: .85em;
	line-height: 2;
	letter-spacing: .05em;
	vertical-align: middle;
}
.page-about #promise .btn-movie p::after {
	position: absolute;
	content: '';
	bottom: .3em;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #333;
}

.page-about #promise-box {
	max-width: 780px;
	margin: 1.42em auto 0;
	padding: 1em 0 1.5em;
	background-color: #f9f9f9;
	text-align: center;
}
.page-about #promise-box h3 {
	padding-bottom: .1em;
	font-weight: 600;
	-webkit-font-feature-settings: 'palt' 1;
	-moz-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	letter-spacing: .1em;
}
.page-about #promise-box li {
	margin-top: .9em;
	font-size: .93em;
	line-height: 1.6;
	letter-spacing: 1.3px;
}

@media screen and (max-width: 359px) {
	.page-about #promise .ttl {
		font-size: 1.357em;
	}
	.page-about #promise .btn-movie a {
		padding: 2px 3.05vw 2px 3.05vw;
	}
	.page-about #promise .btn-movie img {
		margin-right: 5px;
	}
}
@media screen and (min-width: 992px) {
	.page-about #promise {
		padding-top: 12px;
	}
	.page-about #promise .btn-movie {
		margin: 0 0 24px;
	}
	.page-about #promise .btn-movie a {
		margin: 0;
		padding: 2px 25px 2px 10px;
	}
	.page-about #promise .btn-movie img {
		width: 132px;
		margin-right: 18px;
	}
	.page-about #promise .btn-movie p {
		font-size: 1em;
		letter-spacing: .075em;
	}
	.page-about #promise .lead {
		margin-top: 0;
	}
	.page-about #promise-box {
		margin-top: 2.5em;
		padding: 2em 0 2.3em;
	}
	.page-about #promise-box h3 {
		padding-bottom: .2em;
		font-size: 1.5em;
	}
	.page-about #promise-box li {
		margin-top: 1.1em;
		font-size: 1.25em;
		letter-spacing: 2px;
	}

}

/*----------------------------------------------------------
   page-products
----------------------------------------------------------*/
.page-products .title-s {
	margin-top: .9em;
}

@media screen and (min-width: 992px) {
	.page-products .title-s {
		margin-top: 1em;
		line-height: 60px;
	}
}

/* #products-feature
----------------------------------------------------------*/
.page-products #products-feature .title-s {
	line-height: 1.5em;
}
.page-products #products-feature .title-s::after {
	bottom: -12px;
	width: 54px;
}
.page-products #products-feature h3 {
	font-size: 1.143em;
	font-weight: 600;
	letter-spacing: .01em;
}
.page-products #products-feature h3 span {
	display: inline-block;
	font-size: .71em;
}
.page-products #products-feature .box {
	margin-top: 2.14em;
	text-align: center;
}
.page-products #products-feature .box .lead {
	padding-bottom: 2em;
}
.page-products #products-feature .box .text {
	font-size: .85em;
}
.page-products #products-feature .box .image {
	margin: 1.5em 0 0;
	padding-bottom: 1.5em;
}
.page-products #products-feature .box img {
	width: auto;
	max-width: 100%;
	max-height: 252px;
}
.page-products #products-feature .block ol>li {
	margin-top: 1em;
	padding: 1.1em 5vw;
	border-radius: 2px;
	background-color: #f8f5f5;
}
.page-products #products-feature .block ol>li+li {
	margin-top: 10px;
}
.page-products #products-feature .block+.block li h3 {
	padding-bottom: .1em;
	font-size: 1em;
	letter-spacing: 0;
}
.page-products #products-feature .block li p {
	font-size: .85em;
}
.page-products #products-feature .block+.block {
	position: relative;
	margin-top: 4em;
	padding-bottom: 0;
}
.page-products #products-feature .block+.block::before {
	position: absolute;
	content: '';
	right: 0;
	left: 0;
	margin: auto;
	top: -1.9em;
	width: 200px;
	height: 1px;
	background-color: #ebd6d9;
}
.page-products #products-feature .block+.block ol>li {
	background-color: #f9f9f9;
}
@media screen and (min-width: 768px) {
	.page-products #products-feature .box img {
		height: 29vw;
	}
}
@media screen and (min-width: 992px) {
	.page-products #products-feature .title-s {
		margin-top: 0.9em;
		font-size: 2.37em;
		line-height: 60px;
		letter-spacing: 1px;
	}
	.page-products #products-feature .title-s::after {
		bottom: -23px;
	}
	.page-products #products-feature h3 {
		font-size: 1.25em;
	}
	.page-products #products-feature .box {
		margin-top: 3.4em;
	}
	.page-products #products-feature .box .lead {
		padding-bottom: 3.5em;
	}
	.page-products #products-feature .block {
		max-width: 970px;
		margin: 23px auto 0;
	}
	.page-products #products-feature .block+.block {
		padding-bottom: 2em;
	}
	.page-products #products-feature .block ol {
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.page-products #products-feature .block ol>li {
		width: 100%;
		padding: 1.1em 1.8em;
	}
	.page-products #products-feature .block+.block ol>li {
		width: 49.5%;
		margin-top: 0;
		padding: 1.1em 1.2em;
	}
	.page-products #products-feature .block ol>li+li {
		margin-top: 20px;
	}
	.page-products #products-feature .block li p {
		margin-top: .2em;
		line-height: 2;
	}
	.page-products #products-feature .block.first li p {
		margin-top: 0;
		line-height: 1.8;
	}
	.page-products #products-feature .block li span {
		font-size: .85em;
	}
}

/* #products-lineup
----------------------------------------------------------*/
.page-products #lineup-head {
	margin-top: 2em;
}
.page-products #lineup-head .title-s {
	letter-spacing: 0;
}
.page-products #nav-lineup {
	padding-bottom: 2em;
}
.page-products #nav-lineup ul {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.page-products #nav-lineup ul li {
	position: relative;
	vertical-align: top;
}
.page-products #nav-lineup>ul>li {
	width: 32%;
}
.page-products #nav-lineup>ul>li>ul>li {
	width: 25%;
}
.page-products #nav-lineup>ul>li.s3,
.page-products #nav-lineup>ul>li.s3>ul>li {
	width: 50%;
}
.page-products #nav-lineup>ul>li>ul>li {
	padding-top: 10px;
	text-align: center;
}
.page-products #nav-lineup ul li h3 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	height: 20px;
	border-radius: 1px;
	background-color: #f7f7f7;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
}
.page-products #nav-lineup ul li.soon h3 {
	background-color: #eee;
}
.page-products #nav-lineup ul li a {
	padding-top: 10px;
	text-align: center;
}
.page-products #nav-lineup ul li p {
	padding-top: .6em;
	padding-bottom: .3em;
	font-size: .71em;
	line-height: 1.4;
}
.page-products #nav-lineup li {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.page-products #nav-lineup a::after {
	width: 80%;
	height: 2px;
	background-color: #ebd6d9;
	bottom: -.2em;
	right: 0;
	left: 0;
	margin: 0 auto;
	opacity: 1;
}
.page-products #nav-lineup a:hover::after {
	opacity: 0;
}

/* item */
.page-products #products-lineup .item {
	position: relative;
	margin-top: .5em;
}
.page-products #products-lineup .item+.item {
	margin-top: 2.6em;
}
.page-products #products-lineup .item h3 {
	font-size: 1.71em;
	line-height: 1.5;
}
.page-products #products-lineup .item h3 .uv {
	display: inline-block;
	margin-left: .6em;
	padding: 0 1.3em;
	border: solid 1px #ddd;
	border-radius: 2px;
	font-size: 10px;
	line-height: 1.8;
	font-weight: normal;
	vertical-align: middle;
}
.page-products #products-lineup .item .info {
	padding-bottom: 1em;
	font-size: .85em;
}
.page-products #products-lineup .item .photo {
	padding: 1.2em 0 .8em;
	border-bottom: 2px solid #ebd6d9;
	text-align: center;
}
.page-products #products-lineup .item .photo.low {
	padding-bottom: 1.2em;
}
.page-products #products-lineup .item .photo img {
	max-width: 180px;
	width: 25vw;
}
.page-products #products-lineup .item .photo.low img {
	max-width: 380px;
	width: 40vw;
}

/* soon */
.page-products #products-lineup .soon-txt {
	max-width: 780px;
	margin: 2em auto 0;
	padding: 1em 0;
	background-color: #f9f9f9;
	font-size: 1.28em;
	text-align: center;
}

@media screen and (max-width: 425px) {
	.page-products #lineup-head .title-s {
		font-size: 4.7vw;
	}
}
@media screen and (min-width: 768px) {
	.page-products #nav-lineup>ul>li>ul>li {
		padding-top: 30px;
	}
	.page-products #nav-lineup ul li h3 {
		height: 30px;
		font-size: 13px;
		line-height: 30px;
	}
}
@media screen and (max-width: 991px) {
	.page-products #nav-lineup ul li.s1 h3 {
		right: -5vw;
		padding-right: 5vw;
	}
	.page-products #nav-lineup ul li.s2 h3 {
		left: -5vw;
		padding-left: 5vw;
	}
}
@media screen and (min-width: 992px) {
	.page-products #lineup-head {
		max-width: 800px;
		margin: 0 auto 70px;
	}
	.page-products #lineup-head .title-s::after {
		bottom: -7px;
	}
	.page-products #nav-lineup {
		padding-top: 16px;
	}
	.page-products #nav-lineup ul {
		-ms-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.page-products #nav-lineup a::after {
		width: 92%;
		height: 4px;
		bottom: -.4em;
	}

	.page-products #products-lineup {
		padding-bottom: 170px;
	}
	.page-products #products-lineup .item {
		z-index: 2;
		left: 100px;
		width: 380px;
		margin: 0 auto;
	}
	.page-products #products-lineup .item .text {
		padding: 20px;
		border: solid 1px #ddd;
		background-color: #fff;
		font-size: .87em;
	}
	.page-products #products-lineup .item .photo {
		position: absolute;
		width: 380px;
		text-align: center;
	}

	.page-products #products-lineup .soon-txt {
		margin-top: 4.6em;
		font-size: 1.5em;
	}
}

/* page-products.page-care_styling
============================================================ */
.page-care_styling #products-lineup .item#item-oil .photo img {
	max-width: 130px;
	width: 18vw;
}
.page-care_styling #products-lineup .item#item-oil2 .photo img {
	max-width: 195px;
	width: 27vw;
}
.page-care_styling #products-lineup .item#item-cream .photo img {
	max-width: 160px;
	width: 20.8vw;
}
@media screen and (min-width: 992px) {
	.page-care_styling #nav-lineup>ul>li {
		width: 40%;
	}
	.page-care_styling #nav-lineup>ul>li.s2 {
		width: 40%;
	}
	.page-care_styling #nav-lineup>ul>li.s3 {
		width: 20%;
	}
	.page-care_styling #nav-lineup ul li.s1 h3 {
		z-index: 5;
		right: -318px;
	}
	.page-care_styling #nav-lineup ul li.s2 h3 {
		text-indent: -9999px;
	}

	.page-care_styling #products-lineup #item-oil {
		left: auto;
		right: 100px;
		margin-bottom: 220px;
		padding-top: 110px;
	}
	.page-care_styling #products-lineup #item-oil .photo {
		top: -30px;
		left: -300px;
		padding-bottom: .5em;
	}
	.page-care_styling #products-lineup .item#item-oil .photo img {
		max-width: 180px;
		width: 25vw;
	}
	.page-care_styling #products-lineup #item-oil2 {
		left: auto;
		right: 100px;
		margin-bottom: 50px;
		padding-top: 180px;
	}
	.page-care_styling #products-lineup #item-oil2 .photo {
		top: -55px;
		right: -400px;
	}
	.page-care_styling #products-lineup .item#item-oil2 .photo img {
		max-width: 380px;
		width: 47vw;
	}
	.page-care_styling #products-lineup #item-cream {
		left: auto;
		right: 100px;
		padding-top: 366px;
	}
	.page-care_styling #products-lineup #item-cream .photo {
		bottom: -177px;
		left: -310px;
	}
	.page-care_styling #products-lineup .item#item-cream .photo img {
		max-width: 180px;
		width: 25vw;
	}
	.page-care_styling #products-lineup #item-butter {
		left: auto;
		left: 100px;
		padding-top: 300px;
	}
	.page-care_styling #products-lineup #item-butter .photo {
		bottom: 0px;
		left: -420px;
		width: auto;
		padding-bottom: 37px;
	}
	.page-care_styling #products-lineup #item-butter2 {
		margin-top: 10px;
		margin-bottom: 100px;
		padding-top: 80px;
		left: 0;
	}
	.page-care_styling #products-lineup #item-butter2 .photo {
		bottom: -30px;
		right: -398px;
		padding-bottom: .5em;
	}
	.page-care_styling #products-lineup #item-butter2 .photo img {
		max-width: 350px;
		width: 47vw;
	}
	.page-care_styling #products-lineup #item-wax {
		left: auto;
		right: 100px;
		margin-bottom: 130px;
		padding-top: 186px;
	}
	.page-care_styling #products-lineup #item-wax .photo {
		bottom: -376px;
		right: -400px;
		padding-bottom: .95em;
	}
	.page-care_styling #products-lineup #item-wax .photo img {
		max-width: 340px;
		width: 47vw;
	}
	.page-care_styling #products-lineup #item-form {
		margin-bottom: 115px;
		padding-top: 290px;
	}
	.page-care_styling #products-lineup #item-form .photo {
		bottom: -160px;
		left: -400px;
		padding-bottom: .95em;
	}
	.page-care_styling #products-lineup #item-form .photo img {
		max-width: 340px;
		width: 47vw;
	}
	.page-care_styling #products-lineup #item-form2 {
		left: auto;
		right: 100px;
		margin-bottom: 170px;
		padding-top: 250px;
	}
	.page-care_styling #products-lineup #item-form2 .photo {
		bottom: -332px;
		right: -405px;
	}
	.page-care_styling #products-lineup #item-form2 .photo img {
		max-width: 370px;
		width: 47vw;
	}
	.page-care_styling #products-lineup #item-jell {
		left: auto;
		margin-bottom: 50px;
		padding-top: 304px;
	}
	.page-care_styling #products-lineup #item-jell .photo {
		bottom: -195px;
		left: -382px;
		padding-bottom: .3em;
	}
	.page-care_styling #products-lineup #item-jell .photo img {
		max-width: 339px;
		width: 47vw;
	}
	.page-care_styling #products-lineup #item-spray {
		left: auto;
		right: 100px;
		padding-top: 408px;
	}
	.page-care_styling #products-lineup #item-spray .photo {
		bottom: -100px;
		right: -400px;
		padding-bottom: .3em;
	}
	.page-care_styling #products-lineup #item-spray .photo img {
		max-width: 335px;
		width: 47vw;
	}
}


/* page-products.page-scalp_care
============================================================ */
.page-scalp_care .title::after,
.page-scalp_care .title-s::after {
	background-color: #c0cacf;
}
.page-scalp_care #products-feature h3 {
	padding-bottom: .5em;
	line-height: 1.3;
}
.page-scalp_care #products-feature .note {
	font-size: .63em;
}
.page-scalp_care #products-feature .block ol>li {
	padding: 1.1em 4vw;
	background-color: #f7f8fa;
}
.page-scalp_care #products-feature .block li p {
	line-height: 1.6;
}
.page-scalp_care #products-feature .block li span {
	display: inline;
	font-size: .5em;
}
.page-scalp_care #products-feature .block .image {
	width: 83.5%;
	margin: .65em auto;
}
.page-scalp_care #howto {
	margin-top: 2em;
}
.page-scalp_care #howto>div {
	text-align: center;
}
.page-scalp_care #howto img {
	width: 100%;
	max-width: 1120px;
}
@media screen and (min-width: 768px) {
	.page-scalp_care #products-feature .box img {
		margin-left: 22%;
	}
}
@media screen and (min-width: 992px) {
	.page-scalp_care #products-feature .text {
		padding-bottom: 1em;
	}
	.page-scalp_care #products-feature h3 {
		padding-bottom: .2em;
	}
	.page-scalp_care #products-feature .note {
		font-size: .68em;
	}
	.page-scalp_care #products-feature .box img {
		margin-left: 189px;
	}
	.page-scalp_care #products-feature .block ol>li {
		width: 100%;
		padding: 1.3em 1.9em;
	}
	.page-scalp_care #products-feature .block ol>li+li {
		margin-top: 30px;
	}
	.page-scalp_care #products-feature .block li.grid {
		position: relative;
		flex-wrap: nowrap;
		padding-bottom: .5em;
	}

	.page-scalp_care #products-feature .block li.grid .image {
		width: 395px;
		margin: -10px 70px 0 0;
	}

	.page-scalp_care #products-feature .block li.grid .note {
		position: absolute;
		left: 30px;
		bottom: 13px;
	}
	.page-scalp_care #howto {
		margin-top: 0;
	}
}

/* .page-scalp_care #products-lineup
----------------------------------------------------------*/
.page-scalp_care #products-lineup {
	padding-top: 3.4em;
}
.page-scalp_care #nav-lineup ul {
	justify-content: center;
}
.page-scalp_care #nav-lineup>ul>li {
	width: 9em;
	margin: 10px 8px;
}
.page-scalp_care #nav-lineup>ul>li .image {
	width: 58px;
	margin: 0 auto;
}
.page-scalp_care #nav-lineup ul li p {
	padding-top: 1.2em;
	white-space: nowrap;
	text-align: center;
}
.page-scalp_care #nav-lineup ul li a {
	width: 100%;
}
.page-scalp_care #nav-lineup a::after {
	width: 100%;
	background-color: #c0cfcb;
}
.page-scalp_care #products-lineup .item .photo {
	border-color: #c0cfc5;
}
@media screen and (min-width: 992px) {
	.page-scalp_care #nav-lineup>ul>li {
		width: 200px;
		margin: 0 5px;
	}
	.page-scalp_care #nav-lineup>ul>li .image {
		width: 76px;
	}
	.page-scalp_care #nav-lineup ul li p {
		padding-top: 1em;
		font-size: .87em;
	}
	.page-scalp_care #nav-lineup a::after {
		bottom: -0.2em;
	}
	.page-scalp_care #products-lineup #item-scalp {
		left: auto;
		right: -190px;
		margin-bottom: 220px;
		padding-top: 180px;
	}
	.page-scalp_care #products-lineup #item-scalp .photo {
		top: -20px;
		left: -580px;
		width: 580px;
		padding-bottom: .7em;
	}
	.page-scalp_care #products-lineup .item#item-scalp .photo img {
		max-width: 344px;
		width: 100%;
	}
	.page-scalp_care #products-lineup #item-sparkling {
		left: auto;
		right: 35px;
		margin-bottom: 60px;
		padding-top: 550px;
	}
	.page-scalp_care #products-lineup #item-sparkling .photo {
		top: -55px;
		right: -480px;
		width: 580px;
		padding-bottom: 1.25em;
	}
	.page-scalp_care #products-lineup .item#item-sparkling .photo img {
		max-width: 245px;
		width: 100%;
	}
}

/*----------------------------------------------------------
   page-hairdry
----------------------------------------------------------*/
/* #hairdry-lead
----------------------------------------------------------*/
.page-hairdry #hairdry-lead {
	position: relative;
	margin-top: .5em;
}
.page-hairdry #hairdry-lead .ttl {
	padding: .3em 0;
	font-size: 1.71em;
	line-height: 1.6;
	letter-spacing: .1em;
	text-align: left;
}
.page-hairdry #hairdry-lead .lead {
	font-size: .85em;
	line-height: 1.9;
}
.page-hairdry #hairdry-lead .image {
	z-index: -1;
	position: relative;
	margin: -30px -5vw 0;
}

@media screen and (min-width: 768px) {
	.page-hairdry #hairdry-lead .image {
		position: absolute;
		bottom: 6.5%;
		right: 2%;
		width: 56.1%;
		margin: 0;
	}
}
@media screen and (min-width: 992px) {
	.page-hairdry #hairdry-lead {
		margin-top: 84px;
	}
	.page-hairdry #hairdry-lead .ttl {
		padding-bottom: .85em;
		font-size: 3em;
		line-height: 1.5;
	}
	.page-hairdry #hairdry-lead .lead {
		font-size: 1.125em;
		line-height: 2;
	}
}
@media screen and (min-width: 1118px) {
	.page-hairdry #hairdry-lead .image {
		right: 6.48%;
	}
}

/* #hairdry-howto
----------------------------------------------------------*/
.page-hairdry #hairdry-howto {
	margin-top: 40px;
	padding-bottom: 20px;
}
.page-hairdry #hairdry-howto .howto {
	position: relative;
	width: 100%;
}
.page-hairdry #hairdry-howto .howto+.howto {
	margin-top: 30px;
	padding-top: 40px;
}
.page-hairdry #hairdry-howto .movie {
	margin: 0 -5vw;
}
.page-hairdry #hairdry-howto .movie a {
	position: relative;
	display: block;
	overflow: hidden;
}
.page-hairdry #hairdry-howto .movie a::before {
	position: absolute;
	content: '';
	top: 4px;
	right: 0;
	width: 100%;
	height: 100%;
	background: url('../images/hairdry/i_play.png') no-repeat 50% 50%;
	background-size: 21.944% auto;
}
.page-hairdry #hairdry-howto .movie a:hover::before {
	opacity: .7;
}
.page-hairdry #hairdry-howto .num {
	z-index: 2;
	position: absolute;
	top: -29px;
	right: -5px;
	font-size: 60px;
	line-height: 1;
	font-weight: 200;
	letter-spacing: 2.4px;
}
.page-hairdry #hairdry-howto .howto+.howto .num {
	top: 11px;
}
.page-hairdry #hairdry-howto .ttls {
	margin: 0 0 0 -5vw;
	padding: 6px 0 4px 5vw;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}
.page-hairdry #hairdry-howto #howto01 .ttls {
	padding-left: calc(5vw - 8px);
}
.page-hairdry #hairdry-howto #howto01 .ttls,
.page-hairdry #hairdry-howto #howto05 .ttls {
	background-color: rgba(226, 200, 190, .5);
}
.page-hairdry #hairdry-howto #howto02 .ttls,
.page-hairdry #hairdry-howto #howto06 .ttls {
	background-color: rgba(225, 198, 202, .5);
}
.page-hairdry #hairdry-howto #howto03 .ttls,
.page-hairdry #hairdry-howto #howto07 .ttls {
	background-color: rgba(216, 191, 215, .5);
}
.page-hairdry #hairdry-howto #howto04 .ttls,
.page-hairdry #hairdry-howto #howto08 .ttls {
	background-color: rgba(223, 204, 206, .5);
}
.page-hairdry #hairdry-howto p {
	font-size: 10px;
	line-height: 1.7;
}
.page-hairdry #hairdry-howto .lead {
	margin: 6px 0 9px;
}
.page-hairdry #hairdry-howto .accordion-content h3 {
	font-size: 30px;
	letter-spacing: 1.2px;
	color: #999;
}
.page-hairdry #hairdry-howto .accordion-content ol.grid {
	margin-top: -16px;
	padding-bottom: 20px;
}
.page-hairdry #hairdry-howto .accordion-content ol.grid li {
	width: 48%;
	margin-top: 22px;
}
.page-hairdry #hairdry-howto .accordion-content ol.grid li .photo {
	margin-bottom: 3px;
}
.page-hairdry #hairdry-howto .accordion-content ol.grid li p.note {
	font-size: 8px;
}
.page-hairdry #hairdry-howto .accordion-content ol.grid+h3 {
	margin-top: 0;
}
.page-hairdry #hairdry-howto .accordion-content ul.grid {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;

	margin-top: -9px;
	padding-bottom: 20px;
}
.page-hairdry #hairdry-howto .accordion-content ul.grid li {
	width: 31%;
}
.page-hairdry #hairdry-howto .accordion-content ul.grid li p {
	margin-top: .2em;
	text-align: center;
}
.page-hairdry #hairdry-howto .accordion-content h3.hairdata {
	margin-top: .2em;
	font-size: 20px;
	letter-spacing: 0.8px;
}
.page-hairdry #hairdry-howto .accordion-content p.hairdata {
	padding-bottom: 14px;
}

@media screen and (max-width: 359px) {
	.page-hairdry #hairdry-howto #howto01 .ttls {
		font-size: 4.444vw;
	}
}
@media screen and (min-width: 768px) {
	.page-hairdry #hairdry-howto {
		margin-top: 15px;
	}
	.page-hairdry #hairdry-howto .howto {
		width: 48%;
		padding-top: 40px;
	}
	.page-hairdry #hairdry-howto .howto+.howto {
		margin-top: 0;
	}
	.page-hairdry #hairdry-howto .movie {
		margin: 0 0;
	}
	.page-hairdry #hairdry-howto .num {
		right: 13px;
	}
	.page-hairdry #hairdry-howto .howto .num {
		top: 11px;
	}
	.page-hairdry #hairdry-howto .ttls {
		margin: 0 16px 0 0;
		padding: 6px 0 4px 16px;
	}
	.page-hairdry #hairdry-howto #howto01 .ttls {
		padding-left: 10px;
		letter-spacing: 0;
	}
	.page-hairdry #hairdry-howto .lead,
	.page-hairdry #hairdry-howto .accordion-content {
		margin-right: 16px;
		margin-left: 16px;
	}
}
@media screen and (min-width: 992px) {
	.page-hairdry #hairdry-howto {
		margin-top: 52px;
		margin-bottom: -50px;
		padding-bottom: 0;
	}
	.page-hairdry #hairdry-howto .howto-wrap::after {
		clear: both;
		content: '';
		display: block;
		width: 30.5%;
	}
	.page-hairdry #hairdry-howto .howto {
		width: 30.5%;
		padding-bottom: 50px;
	}
	.page-hairdry #hairdry-howto #howto01 .ttls {
		padding-left: 8px;
		font-size: 1.25vw;
	}
}
@media screen and (min-width: 1280px) {
	.page-hairdry #hairdry-howto #howto01 .ttls {
		font-size: 16px;
	}
}

/*----------------------------------------------------------
page-search
----------------------------------------------------------*/

#search {
	font-size: 12px;
}
#search .annotation {
	font-size: 10px;
	margin-top: 15px;
}
#search .accordion .aco_btn {
	position: relative;
	margin-bottom: 0;
}
#search .accordion .aco_btn::after {
	content: ">";
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	position: absolute;
	top: 6px;
	transform: scaleY(0.5) rotate(90deg);
	margin-left: 10px;
}
#search .accordion .aco_btn:hover {
	cursor: pointer;
}
#search .accordion .aco_btn.open::after {
	transform: scaleY(0.5) rotate(-90deg);
}
#search .accordion .aco_hide {
	display: none;
	margin-top: 20px;
}


#search .search_area_dl {
	display: flex;
	margin-top: 30px
}
#search .search_area_dl dt {
	width: 90px;
	font-size: 13px;
	position: relative;
	padding: 10px 10px 10px 0;
	margin-right: 20px;
}
#search .search_area_dl dt::after {
	width: 4px;
	height: calc(100% - 20px);
	background: #ebd6d9;
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
}
#search .search_area_dl dd ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: -5px 0 0 0;
}
#search .search_area_dl dd ul a {
	background: #fff;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.19);
	display: block;
	font-size: 12px;
	transition: .3s all ease;
	padding: 7px 16px;
	border-radius: 4px;
	margin: 10px 10px 0 0;
}
#search .search_area_dl dd ul a:hover {
	background: rgba(235, 214, 217, .9);
}

#search .search_layout {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	line-height: 2;
	text-align: left;
	padding-top: 100px;
}
#search .search_layout .p-index-contents-btn {
	background: #fff;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.19);
	display: block;
	font-size: 12px;
	font-family: '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Sans Japanese', serif;
	text-align: center;
	transition: .3s all ease;
	padding: 11px 40px;
	border: none;
	border-radius: 4px;
}
#search .search_layout .p-index-contents-btn:hover {
	background: rgba(235, 214, 217, .9);
}
#search .search_layout .p-index-contents-btn:focus {
	outline: 0;
}
#search .search_layout .left {
	width: 470px;
	order: 1;
}
#search .search_layout .left > .sec_search:first-child {
	margin-top: 0;
}
#search .search_layout .right {
	width: calc(100% - 520px);
	order: 2;
	position: relative;
}
#search .search_layout .right iframe {
	width: 100%;
	min-height: 600px;
	position: static;
	top: 0px;
	bottom: auto;
	border: none;
}
#search .search_layout .right  > span {
	width: 100%;
	min-height: 600px;
	position: static;
	top: 0px;
	bottom: auto;
	border: none;
}

#search .search_result_li  {
	list-style: none;
	padding-left: 0;
}
#search .search_result_li > li {
	background: #fff;
	box-sizing: border-box;
	padding: 0 25px 25px;
	border: 1px solid #a7a7a7;
	margin-top: 20px;
}
#search .search_result_li > li:hover {
	cursor: pointer;
}
#search .search_result_li > li > dl > dt {
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
#search .search_result_li > li > dl > dt .ruby {
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: -8px
}
#search .search_result_li .header {
	overflow: hidden;
}
#search .search_result_li .header > img {
	width: 100%;
}
#search .search_result_li .list-bland {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}
#search .search_result_li > li > dl > dd .data .fs {
	font-size: 12px;
}
#search .search_result_li > li > dl > dd .data >dl {
	line-height: 1.7;
	margin-top: 10px;
}
#search .search_result_li > li > dl > dd .data >dl dt {
	color: #a7a7a7;
	font-size: 12px;
	font-weight: normal;
}
#search .search_result_li > li > dl > dd .data >dl dd {
	word-break: break-all;
}

#search .sec_search {
	text-align: left;
	margin-top: 70px;
}
#search .sec_search h2 {
	color: #333;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 10px;
}
#search .sec_search .btn_mt {
	margin-top: 15px;
}
#search .sec_search input[type=text] {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	padding: 10px 5px;
	border: 1px solid #ddd;
}
#search .sec_search input::placeholder {
	color: #c3c3c3;
}
#search .sec_search .aco_hide .search_dl:first-child {
	margin-top: 0px;
}
#search .sec_search .search_inner select {
	max-width: 100%;
	min-width: 220px;
	box-sizing: border-box;
	color: #424141;
	font-size: 14px;
	font-family: '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Sans Japanese', serif;
	padding: 7px 5px;
	border: 1px solid #ddd;
	margin-right: 10px;
}
#search .sec_search .search_inner p:not(:first-child) {
	padding-top: 10px!important;
}

@media (max-width: 993px) and (min-width: 768px) {
	#search .search_layout .left {
		width: 48%;
	}
	#search .search_layout .left.mode_before {
		width: 100%;
	}
	#search .search_layout .right {
		width: 44%;
	}
	#search .search_layout .right.mode_before {
		display: none;
	}
}

@media (max-width: 767px) {
	#search .accordion_sp .aco_btn_sp {
		margin-bottom: 0;
	}
	#search .accordion_sp .aco_btn_sp::after {
		content: ">";
		display: inline-block;
		line-height: 1;
		transform: scaleY(0.5) rotate(90deg);
		margin-left: 20px;
	}
	#search .accordion_sp .aco_btn_sp.open::after {
		transform: scaleY(0.5) rotate(-90deg);
	}
	#search .accordion_sp .aco_hide_sp {
		display: none;
	}

	#search .p-search-contents {
		padding: 20px 0 60px;
	}

	#search .result_box {
		padding-top: 60px;
	}

	#search #sec_search04 {
		display: none;
	}
	#search .search_layout {
		display: block;
		overflow: hidden;
		padding-bottom: 20px;
	}
	#search .search_layout .left {
		width: 100%;
	}
	#search .search_layout .right {
		width: 100%;
	}
	#search .search_layout .right iframe {
		width: 100%;
		position: static;
		top: 0px;
		bottom: auto;
	}
	#search .search_layout .right.map_fixed {
		height: 240px;
	}
	#search .search_layout .right iframe {
		min-height: 240px;
		transition: .3s opacity;
	}
	#search .search_layout .right.map_fixed iframe {
		width: calc(100% - 40px);
		position: fixed;
		top: 0;
		z-index: 5;
	}
	#search .search_layout .right.map_hide iframe {
		min-height: 0;
		opacity: 0;
	}

	#search .search_layout .right  > span {
		width: 100%;
		position: static;
		top: 0px;
		bottom: auto;
	}

	#search .search_layout .right  > span {
		min-height: 240px;
		transition: .3s opacity;
	}
	#search .search_layout .right.map_fixed  > span {
		width: calc(100% - 40px);
		position: fixed;
		top: 0;
		z-index: 5;
	}
	#search .search_layout .right.map_hide  > span {
		min-height: 0;
		opacity: 0;
	}


	#search .search_layout .right.mode_before {
		display: none;
	}
	#search .sec_search {
		font-size: .85em;
		margin-top: 40px;
	}
	#search .sec_search h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#search .sec_search .btn_mt {
		margin-top: 20px;
	}
}

#home-scalpcare{
	display: none;
}

.page-home #l-main .link-page_wrap>.inner{
	justify-content: center;
}