@charset "utf-8";

/*-----------------------------------------------------
 FileName: home.css
-------------------------------------------------------*/

#main {
	/*margin-top: 1000px;*/
	/*padding: 150px 0 100px;*/
	position: relative;
	overflow: hidden;
	background: #fff;
}

/* planet */
.planet {
	position: absolute;
	top: 280px;
	left: 40px;
	z-index: 555;
}

/* skroll */
.skrollable {
	position:fixed;
	z-index:100;
}
.skrollr-mobile .skrollable {
	position:absolute;
}
.skrollable .skrollable {
	position:absolute;
}
.skrollable .skrollable .skrollable {
	position:static;
}



/* 予防美髪 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@500&display=swap');

#prevent {
	width: 1150px;
	margin: auto;
	padding: 50px 0 200px;
	overflow: hidden;
}
#prevent p {
	font-size: 1.2em;
	letter-spacing: 2px;
	line-height: 1.8em;
}
#prevent .cover {
	text-align: center;
}
#prevent .cover img {
	width: 1150px;
	height: 505px;
	vertical-align: bottom;
	margin-bottom: 50px;
}
#prevent .concept {
	margin-bottom: 4em;
	overflow: hidden;
}
#prevent .concept h2 {
	font-size: 2em;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 2em;
}
#prevent .concept h2 em {
	font-size: 2.8em !important;
	font-style: normal;
	letter-spacing: 2px;
	color: #d1bd5c !important;
	vertical-align: baseline;
	margin-right: .2em;
}
#prevent .point {
	margin-bottom: 4em;
	overflow: hidden;
}
#prevent .point ul {
	list-style: none;
	overflow: hidden;
}
#prevent .point li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 3em;
}
#prevent .point li em {
	width: 50px;
	height: 50px;
	color: #fff;
	font-family: 'Frank Ruhl Libre', serif;
	font-weight: 500;
	font-size: 2.4em;
	font-style: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	background-color: rgb(189,175,110);
}
#prevent .point li p {
	width: 1080px;
	padding-left: 20px;
}
#prevent .explain {
	overflow: hidden;
}
#prevent .explain .box {
	margin-bottom: 4em;
}
#prevent .explain .box h3 {
	font-size: 2em;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 2em;
}
#prevent .explain .box h3 em {
	font-size: 1.6em !important;
	font-style: normal;
	letter-spacing: 2px;
	color: #b159c1 !important;
	vertical-align: baseline;
	margin-right: .2em;
}



/* Pick Up */
.top_pickup {
	text-align: center;
	margin-bottom: 180px;
}
.top_pickup h2 {
	margin-bottom: 80px;
	text-align: center;
}
.top_pickup .pubox {
	width: 277px;
	margin: 0 35px;
	vertical-align: top;
	display: inline-block;
}
.top_pickup dl {
	margin: 0 auto;
}
.top_pickup dt {
	margin-bottom: 30px;
}
.top_pickup dd {
	margin-bottom: 25px;
}
.top_pickup .circle {
	width: 277px;
	height: 277px;
	border-radius: 145px;
}
.top_pickup p {
	padding: 0 10px;
	text-align: left;
	line-height: 1.6;
}


.top_pickup .bn_add-1 {
	width: 980px;
	height: 120px;
	margin: 0 auto 20px;
	text-align: center;
	box-shadow: 0 10px 19px -11px #000;
	position: relative;
	bottom: 70px;
}
.top_pickup .bn_add-1 a:active {
	width: 980px;
	height: 120px;
	position: relative;
	top: 1px;
	box-shadow: none;
}



.top_pickup .bn_add {
	width: 980px;
	height: 120px;
	margin: 60px auto 0;
	text-align: center;
	box-shadow: 0 10px 19px -11px #000;
}
.top_pickup .bn_add a:active {
	width: 980px;
	height: 120px;
	position: relative;
	top: 1px;
	box-shadow: none;
}



/* Pick Up - hover effect */
.pu-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.pu-grid:after,
.pu-item:before {
	content: '';
    display: table;
}
.pu-grid:after {
	clear: both;
}
.pu-info h4 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 10px;
	padding: 80px 0 0 0;
	height: 100px;
	font-family: 'Vollkorn', Arial, serif; font-weight: 400; 
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}
.pu-info p {
	color: #fff;
	padding: 10px 5px;
	margin: 0 30px;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.5);
	opacity: 0;
	transition: all 1s ease-in-out 0.4s;
}
.pu-info p a {
	display: block;
	color: rgba(255,255,255,0.7);
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 4px;
}
.pu-info p a:hover {
	color: rgba(255,242,34, 0.8);
}
.pu-item {
	width: 277px;
	height: 277px;
	border-radius: 145px;
	position: relative;
	cursor: default;
	/*box-shadow: 
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;*/
}
.pu-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.pu-item:hover .pu-info {
	transform: scale(1);
	opacity: 1;
}
.pu-item:hover .pu-info p {
	opacity: 1;
}
.pu-img-1 { 
	background-image: url(../images/pu_campaign.jpg);
	background-repeat: no-repeat;
}
.pu-img-2 { 
	background-image: url(../images/pu_catalog.jpg);
	background-repeat: no-repeat;
}
.pu-img-3 { 
	background-image: url(../images/pu_recruit.jpg);
	background-repeat: no-repeat;
}
.pu-info {
	position: absolute;
	background: rgba(51,51,51, 0.8);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;
}



/* About */
.top_about {
	width: 100%;
	height: 660px;
	margin-bottom: 180px;
	text-align: center;
	background-image: url(../images/bg_about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.top_about h2 {
	padding: 145px 0 50px;
}
.top_about h3 {
	padding: 0 0 50px;
}
.top_about p {
	color: #fff;
	font-size: 16px;
	line-height: 2;
}



/* Contents */
.top_contents {
	text-align: center;
	margin-bottom: 180px;
}
.top_contents h2 {
	margin-bottom: 80px;
	text-align: center;
}
.top_contents .cobox {
	width: 210px;
	margin: 0 10px;
	display: inline-block;
}
.top_contents dl {
	margin: 0 auto;
}
.top_contents dt {
	margin-bottom: 30px;
}
.top_contents dd {
	margin-bottom: 25px;
}
.top_contents .circle {
	width: 210px;
	height: 210px;
	border-radius: 145px;
}
.top_contents p {
	padding: 0 10px;
	text-align: left;
	line-height: 1.6;
}

/* Contents - hover effect */
.co-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.co-grid:after,
.co-item:before {
	content: '';
    display: table;
}
.co-grid:after {
	clear: both;
}
.co-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 10px;
	padding: 50px 0 0 0;
	height: 70px;
	font-family: 'Vollkorn', Arial, serif; font-weight: 400; 
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}
.co-info p {
	color: #fff;
	padding: 18px 5px;
	margin: 0 30px;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.5);
	opacity: 0;
	transition: all 1s ease-in-out 0.4s;
}
.co-info p a {
	display: block;
	color: rgba(255,255,255,0.7);
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 4px;
}
.co-info p a:hover {
	color: rgba(255,242,34, 0.8);
}
.co-item {
	width: 210px;
	height: 210px;
	border-radius: 145px;
	position: relative;
	cursor: default;
	/*box-shadow: 
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;*/
}
.co-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.co-item:hover .co-info {
	transform: scale(1);
	opacity: 1;
}
.co-item:hover .co-info p {
	opacity: 1;
}
.co-img-1 { 
	background-image: url(../images/co_first.jpg);
	background-repeat: no-repeat;
}

.co-img-2 { 
	background-image: url(../images/co_movie.jpg);
	background-repeat: no-repeat;
}

.co-img-3 { 
	background-image: url(../images/co_model.jpg);
	background-repeat: no-repeat;
}
.co-img-4 { 
	background-image: url(../images/co_total.jpg);
	background-repeat: no-repeat;
}

.co-img-5 { 
	background-image: url(../images/co_kimono.jpg);
	background-repeat: no-repeat;
}
.co-info {
	position: absolute;
	background: rgba(51,51,51, 0.8);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;
}


/* timeline */
.top_timeline {
	width: 100%;
	height: 1000px;
	margin-bottom: 180px;
	text-align: center;
	background-image: url(../images/bg_timeline.jpg);
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
.tl_inner {
	width: 1150px;
	margin: 0 auto;
	overflow: hidden;
}


/* Information */
.top_timeline .tl_infoArea {
	width: 560px;
	height: 800px;
	margin-top: 80px;
	padding: 105px 0 40px;
	background-image: url(../images/bg_information.jpg);
	background-repeat: no-repeat;
	float: left;
}
.top_timeline .tl_infoArea dl {
	width: 480px;
	margin: 0 auto 10px;
	padding: 20px 0;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	overflow: hidden;
}
.top_timeline .tl_infoArea dt {
	width: 140px;
	float: left;
}
.top_timeline .tl_infoArea dd {
	width: 340px;
	text-align: left;
	line-height: 1.6;
	float: right;
}
.top_timeline .tl_infoArea time {
	color: #989488;
}
.top_timeline .tl_infoArea h5 {
	padding: 5px 0;
	font-size: 14px;
	font-weight: bold;
}
.top_timeline .tl_infoArea p {
	margin: 25px 40px 0 0;
	text-align: right;
}

/* Ranking */
.top_timeline .tl_rankArea {
	width: 560px;
	height: 800px;
	margin-top: 80px;
	padding: 105px 0 40px;
	background-image: url(../images/bg_ranking.jpg);
	background-repeat: no-repeat;
	float: right;
}
.top_timeline .tl_rankArea dl {
	width: 480px;
	margin: 0 auto 10px;
	padding: 20px 0;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	overflow: hidden;
}
.top_timeline .tl_rankArea dt {
	width: 250px;
	float: left;
}
.top_timeline .tl_rankArea dd {
	width: 230px;
	text-align: left;
	line-height: 1.6;
	float: right;
}
.top_timeline .tl_rankArea h5 {
	padding: 0 0 5px;
	font-size: 14px;
	font-weight: bold;
}
.top_timeline .tl_rankArea p {
	margin-bottom: 10px;
	text-align: left;
}


/* ROWORL GROUP */
.roworl_group {
	margin-bottom: 180px;
	text-align: center;
}
.roworl_group h3 {
	padding: 20px 0 15px;
	margin-bottom: 80px;
	text-align: center;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}
.group_salon {
	overflow: hidden;
	zoom: 1;
}
.group_salon .group {
	width: 276px;
	margin: 0 10px;
	vertical-align: top;
	display: inline-block;
}
.group_salon .group h4 {
	margin-bottom: 30px;
}
.group_salon .group p {
	padding-bottom: 20px;
	border-bottom: 1px dotted #c1c1c1;
}
.group_salon .group dl {
	padding: 12px 5px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px dotted #c1c1c1;
}
.group_salon .group dt {
	width: 100%;
	padding-right: 5px;
	text-align: left;
	line-height: 1.8;
	float: left;
}
.group_salon .group dd {
	width: 50%;
	padding-left: 5px;
	text-align: right;
	float: right;
}






