

/********
	main
	************/
	

/******** snsリンク *********/

.snsArea{
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 2%;
	z-index: 5;
}

.snsArea ul{
	
}

.snsArea ul li{
	width: 17px;
	height: auto;
	margin: 25px auto;
}

.snsArea ul li a{
	display: block;
	width: 100%;
	height: auto;
	
}

/******** topビジュアル *********/

#top_mv{
	width: 100%;
	height: 100vh;
	background: url(../images/index/top_bg.jpg) no-repeat center top;
	background-size: cover;
	position: fixed;
	top: 0;
	z-index: -1;
}

#top_mv h1{
	font-size: 8.5em;
	color: #fff;
	line-height: 1.1em;
	position: absolute;
	top: 20%;
	left: 15%;
	font-weight:bold;
}

#top_mv .imgArea{
	width: 90%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
	z-index: -1;
}


/******** content *********/

#content{
	position: relative;
	width: 100%;
	background-color: #fff;
	top: 100vh;
	overflow: hidden;

}

#content h2{
	font-size: 6em;
	text-align: center;
}


/******** pearlbeauty *********/

.pearlbeauty_sec{
	padding-top: 120px;
}



.pearlbeauty_sec .playfair{
	font-size: 6.25em;
	color: #D3DBDB;
	line-height: 0.9em;
	
}



.pearlbeauty_sec .gray_bg{
	max-width: 1000px;
	width: 90%;
	background-color: #D5D5D5;
	height: 520px;
	margin: 0px auto 120px;
	position: relative;
	text-align: center;
}

#content .pearlbeauty_sec .gray_bg h2{
	position: absolute;
	top: -140px;
	left: 50%;
	transform: translateX(-50%);
	text-align: left;
	font-size: 7.3em;
}

.pearlbeauty_sec .gray_bg .imgArea{
	max-width: 512px;
	width: 80%;
	height: auto;
	margin: 0px auto;
	position: relative;
	top: -30px;
	z-index: 10;
}

.pearlbeauty_sec .gray_bg .imgArea img{
	
}

.pearlbeauty_sec .gray_bg span{
	font-size: 0.875em;
	display: block;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}

.pearlbeauty_sec .gray_bg h4{
	font-size: 1.75em;
	margin-top: -20px;
	letter-spacing: 0.2em;
	position: relative;
	z-index: 10;
}

#content .pearlbeauty_sec .pealbtm{
	position: absolute;
	bottom: -40px;
	left: 35%;
	text-align: left;
	z-index: 1;
}


.beauty_txt{
	text-align: center;
	max-width: 510px;
	width: 90%;
	margin: 0 auto 60px;
	position: relative;
	
}


/******** 事業内容 *********/


.ourservice_sec{
	padding-top: 40px;
	width: 90%;
	max-width: 1160px;
	margin: 0 auto;
}


.ourservice_sec .gray_bg{
	height: 500px;
}

.ourservice_sec .gray_bg span{
	padding-top:40px;
}

.ourservice_sec .sea_bg{
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
	height: 525px;
	background: url(../images/index/ourservice.jpg) center top;
	background-size: cover;
	position: relative;
	margin-top: -370px;
}

.ourservice_sec .sea_bg h2{
	color: #fff;
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: auto;
	font-weight: 700;
	letter-spacing: 2px;
}

.ourservice_sec .sea_bg h3{
	color: #fff;
	text-align: center;
	font-size: 1.75em;
	position: absolute;
	top:70px;
	left: 0;
	right: 0;
	margin: auto;
	letter-spacing: 2px;
}

.ourservice_sec .sea_bg .txtArea{
	max-width: 670px;
	width: 90%;
	background-color: #fff;
	position: absolute;
	top: 28%;
	left: 0;
	right: 0;
	margin: auto;
}

.ourservice_sec .sea_bg .txtArea p{
	padding: 60px 90px;
	font-size: 0.9em;
	text-align: justify;
	line-height: 1.95;
}

.service_list {
	padding-top: 120px;
}

.service_list ul{
	display: flex;
	width: 100%;
}

.service_list ul li{
	width: 33.3333%;
	position: relative;
	z-index: 2;
}

.service_list ul li .titleArea{
	position: relative;
	z-index: 10;
}


.service_list ul li .titleArea::after{
	content: "";
	display: block;
	width: 150px;
	height: 260px;
	background-color: #CDCFCF;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.service_list ul .jewelry .titleArea::after{
	background-color: #BCB9BF;
}

.service_list ul .pearlBeauty .titleArea::after{
	background-color: #BFABA6;
}

.service_list ul li h3{
	text-align: center;
	position: relative;
	z-index: 10;
	font-size: 3.75em;
	padding-top: 20px;
}

.service_list ul li span{
	position: relative;
	z-index: 10;
}

.service_list ul li .copy{
	text-align: center;
	position: relative;
	z-index: 10;
	font-size: 1.25em;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	margin-top: 10px;
}


.service_list ul .pearlBeauty h3{
	color: #CAC1C0;
}

.service_list ul .pearlBeauty .copy{
	color: #808080;
}


.service_list ul .health h3{
	color: #A7B4B1;
}

.service_list ul .health .copy{
	color: #728080;
}

.service_list ul .jewelry h3,
.service_list ul .jewelry .copy{
	color: #84808D;
}


.service_list ul .jewelry h3::before{
	content:  "";
	display: block;
	background: url(../images/index/jewelry.png) no-repeat;
	width: 144px;
	height: 147.5px;
	background-size: 100%;
	position: absolute;
	top: -70px;
	left: 50px;
	z-index: -1;
}

.service_list ul .pearlBeauty h3::before{
	content:  "";
	display: block;
	background: url(../images/index/beauty.png) no-repeat;
	width: 132.5px;
	height: 185.5px;
	background-size: 100%;
	position: absolute;
	top: 80px;
	left: -30px;
}

.service_list ul .health h3::before{
	content:  "";
	display: block;
	background: url(../images/index/health.png) no-repeat;
	width: 118.5px;
	height: 116px;
	background-size: 100%;
	position: absolute;
	top: -40px;
	right: 40px;
	z-index: -1;
}

.service_list ul li .txtBox{
	margin: 30px auto 120px;
	width: 90%;
	height: 360px;
	border: solid 1px #CECECE;
	position: relative;
}



.service_list ul li .txtBox .txt{
	font-size: 0.75em;
	line-height: 2em;
	padding: 70px 40px;
	letter-spacing: 0.2em;
}


.service_list ul li .txtBox .moreBtn{
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
}


/******** recruit *********/

.recruit_sec .gray_bg{
	max-width: 1160px;
	width: 90%;
	position: relative;
}

.recruit_sec .gray_bg .wave{
	width: 100%;
	height: 330px;
	margin:auto;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	background-image:url(../images/wave.png);
		background-repeat: repeat;
		background-position-x: 0;
		background-position-y: 0;
		background-size: 111px;
		animation-name: bg-wave;
		animation-duration: 1.5s;
		animation-timing-function:linear;
		animation-iteration-count:infinite;
	}

@-webkit-keyframes bg-wave {
  0% { background-position-x: 0 ; }
  100% { background-position-x:111px ; }
}

.recruit_sec .imgArea{
	max-width: 508px;
	width: 90%;
	height: auto;
	margin: 0px auto 0;
	padding-top: 40px;
}

.recruit_sec{
	position: relative;
}

.recruit_sec .gray_bg span{
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: auto;
}

.recruit_sec h2{
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: auto;
	color: #808080;
}

.recruit_sec .copy{
	text-align: center;
	position: absolute;
	top: 51%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 1.6em;
}

.recruit_sec .copyjp{
	text-align: center;
	font-size: 1.625em;
	line-height: 1.75em;
	padding-bottom: 50px;
	letter-spacing: 0.2em;
	position: relative;
	z-index: 10;
}

.recruit_sec .moreBtn{
	margin-top: 60px;
	margin-bottom: 120px;
}

/******** 店舗情報 *********/

.store_sec{
	width: 100%;
	background-color: #ADA5A4;
}

.store_sec .sec_inner{
	max-width: 970px;
	margin: 0 auto;
	width: 90%;
	padding: 60px 0 30px;
}

.store_sec .sec_inner .ttlArea{
	max-width:360px;
	width: 30%;
	float: left; 
	color: #fff;
}

.store_sec .sec_inner .ttlArea .caption{
	letter-spacing: 0.15em;
}

#content .store_sec h2{
	color: #fff;
	margin-top: 30px;
	font-size: 5em;
}

.store_sec .storeBtn{
	margin-top: 30px;
}

.store_sec .storeBtn a{
	background-color: #545252;
	color: #fff;
}

.store_sec .storeBtn p{
	color: #fff;
}

.store_sec .storeBtn span{
	color: #fff;
}

.store_sec .storeBtn a:hover{
	background-color: #fff;
	
}

.store_sec .storeBtn a:hover p{
	color: #000;
}

.store_sec .storeBtn a:hover span{
	color: #000;
}

.store_sec .sec_inner .storeArea{
	max-width: 700px;
	width: 66%;
	float: right;
}

.store_sec .storeArea .store_list li{
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	color: #fff;
}

.store_sec .storeArea .store_list li .infoArea{
	width: 45%;
	box-sizing: border-box;
	margin-left: 7%;
}

.store_sec .storeArea .store_list li .infoArea .tel{
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: 0.15em;
	
}

.store_sec .storeArea .store_list li .infoArea .tel .icon{
	display: inline-block;
	width: 14px;
	height: auto;
	margin-right: 10px;
	vertical-align: middle;
}

.store_sec .storeArea .store_list li .infoArea .tel a{
	color: #fff;
}

.store_sec .storeArea .store_list li .infoArea .info{
	font-size:0.75em;
	line-height: 1.5em;
	display: block;
	letter-spacing: 0.1em;
	margin-top: 5px;
}

.store_sec .storeArea .store_list li .nameArea{
	width: 35%;
	text-align: center;
	border-right: 1px solid #fff;
	letter-spacing: 0.15em;

}

.store_sec .storeArea .store_list li .nameArea .store_name{
	font-size: 0.875em;
	position: relative;
	top: 30%;
}

.store_sec .storeArea .imgArea{
	max-width: 150px;
	height: auto;
	width: 25%;
	
}

.store_sec .storeArea .imgArea img{
	border: solid 1px #fff;
}


/******** insta&news *********/

.sns_sec .sec_inner{
	max-width: 1040px;
	width: 90%;
	margin: 0 auto;
	padding: 120px 0;
	text-align: center;
	display: flex;
}

.sns_sec h3{
	font-size: 1.13em;
}

.sns_sec .insta h3{
	color: #90A9A8;
}

.sns_sec .medianews h3{
	color: #C0998F;
}

.sns_sec .icon{
	width: 21px;
	height: auto;
	display: block;
	margin: 0 auto 10px;
}

.sns_sec .caption{
	font-size: 0.7em;
	margin-bottom: 50px;
}

.sns_sec .sec_inner .insta{
	width: 53%;
	margin-right: 5%;
}

.sns_sec .sec_inner .insta ul{
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding-bottom: 50%;
}

.sns_sec .sec_inner .insta ul li{
	width: 24%;
	height: auto;
	margin-right: 1%;
	box-sizing: border-box;
	position: absolute;
}

.sns_sec .sec_inner .insta ul li:nth-child(1){
	top: 0;
	left: 0;
}

.sns_sec .sec_inner .insta ul li:nth-child(2){
	top: 0;
	left: 50%
	
}

.sns_sec .sec_inner .insta ul li:nth-child(3){
	top: 0;
	right: 0;
	
}

.sns_sec .sec_inner .insta ul li:nth-child(4){
	top: 100%;
	left: 0;
}

.sns_sec .sec_inner .insta ul li:nth-child(5){
	top: 100%;
	left: 25%;
}

.sns_sec .sec_inner .insta ul li:nth-child(6){
	top: 50%;
	right: 0;
}

.sns_sec .sec_inner .insta ul .bigbox{
	width: 49%;
	margin-right: 1%;
	box-sizing: border-box;
}

.sns_sec .sec_inner .medianews{
	width: 42%;
}

.sns_sec .sec_inner .medianews .mediaArea ul{
	width: 100%;
}

.sns_sec .sec_inner .medianews .mediaArea ul li{
	width: 47%;
	float: left;
	padding: 35px 15px;
	margin-bottom: 6%;
	box-sizing: border-box;
	border: 1px solid;
}

.sns_sec .sec_inner .medianews .mediaArea ul .media{
	border-color: #ABB6B6;
}

.sns_sec .sec_inner .medianews .mediaArea ul .news{
	border-color: #C0998F;
}

.sns_sec .sec_inner .medianews .mediaArea ul li:nth-child(2n){
	float: right;
}

.sns_sec .sec_inner .medianews .mediaArea ul li .category{
	font-size: 0.7em;
	color: #C0998F;
}

.sns_sec .sec_inner .medianews .mediaArea ul li .date{
	font-size: 0.75em;
	color: #C0998F;
	letter-spacing: 0.2em;
}

.sns_sec .sec_inner .medianews .mediaArea ul li .title{
	font-size: 0.75em;
	width: 65%;
	margin: 10px auto 10px;
}

.more_txt a{
	font-size: 0.7em;
	color: #C0998F;
	display: block;
	width: 100%;
	padding: 10px 0;
}

.more_txt{
	position: relative;
}

.more_txt .line{
	width: 86px;
	height: auto;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
}



	
/*スクロール時動き*/
.top_iv{
	opacity: 0;
	transform: translate(0,10px); 
	-webkit-transform: translate(0,10px);
	transition: 2s;
}

.mv{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.iv{
	opacity: 0;
	transform: translate(0,30px); 
	-webkit-transform: translate(0,30px);
	transition: 1s;
}

.view{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.health{
	transition-delay: .6s;
}

.pearlBeauty{
	transition-delay: .3s;
}







@media screen and (max-width:910px){
	#top_mv .imgArea{
	width: 100%;
}
}


@media screen and (min-width:769px){


.beauty_txt::before{
	content: "";
	display: block;
	width: 16px;
	height: 101px;
	background: url(../images/kakko_l.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: -20px;
}

.beauty_txt::after{
	content: "";
	display: block;
	width: 16px;
	height: 101px;
	background: url(../images/kakko_r.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	top: -20px;
}
	
}

@media screen and (min-width:1121px){

.service_list ul .jewelry .txtBox{
	margin-left: 0;
}

.service_list ul .health .txtBox{
	margin-right: 0;
}

}

@media screen and (max-width:1120px){
	.service_list ul{
	display: block;
	width: 100%;
}

.service_list ul li{
	width: 100%;
	position: relative;
	z-index: 2;
}

.service_list ul li .titleArea{
	position: relative;
	z-index: 10;
}


.service_list ul li .titleArea::after{
	content: "";
	display: block;
	width: 50%;
	height: 260px;
	background-color: #CDCFCF;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.service_list ul li h3{
	width: 50%;
	margin: 0 auto;
}

}


/* SP
---------------------------------------*/ 


@media screen and (max-width:768px){
	
	#top_mv h1{
		font-size: 5em;
		left: 5%;
	}
	
	#top_mv .imgArea{
	width: 100%;
	margin-top: 0;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	z-index: -1;
	}
	
	#top_mv{
		height: 0;
		padding-bottom: 100%;
	}
	
	#content {
		top: 0;
		margin-top: 100%;
	}
	
	#content h2{
		font-size: 5em;
		line-height: 1em;
	}
	
	#content .pearlbeauty_sec .gray_bg h2{
		font-size: 5em;
	}
	
	/******** pearlbeauty *********/
	
	.pearlbeauty_sec .gray_bg{
		height: auto;
	}
	
	.pearlbeauty_sec .gray_bg .imgArea{
		padding-bottom: 40px;
	}
	
	.pearlbeauty_sec .gray_bg h4{
	font-size: 1.75em;
	line-height: 1.5em;
	margin-top: 0px;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	position: absolute;
	}
	.pearlbeauty_sec .playfair{
		font-size: 5em;
	}
	.pearlbeauty_sec .gray_bg{
		margin: 0 auto 60px;
	}
	.pearlbeauty_sec .gray_bg span {
		bottom: 50px;
	}
	.beauty_txt{
		line-height: 2.2;
		margin: 0 auto 40px;
	}

#content .pearlbeauty_sec .pealbtm{
	position: absolute;
	bottom: -40px;
	left: 17%;
	text-align: left;
	z-index: 1;
}

	.service_list ul .health{
		margin-top: -60px;
	}
	
	.service_list ul .pearlBeauty{
		margin-top: -60px;
	}
	.service_list ul li .txtBox{
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	.service_list ul li .txtBox .txt{
		padding: 70px 55px 25px;
	}
	.service_list ul li .txtBox .moreBtn{
		width: 70%;
		position: static;
		margin-bottom: 40px;
	}
	.recruit_sec .gray_bg{
	width: 100%;
}

	#content .recruit_sec h2{
		font-size: 4em;
	}
	
	.recruit_sec{
		margin-top: -50px;
	}
	

	.recruit_sec .gray_bg span{
		 top: 27%;
	}
	
	.recruit_sec .copy{
		top: 43%;
		font-size: 1.25em;
	}
	
	.recruit_sec h2 {
		top: 29%;
	}
	
	.recruit_sec .imgArea{
	padding-top: 60px;
	}

	.recruit_sec .moreBtn{
	margin-bottom: 60px;
	}
	
	#content .store_sec h2 {
		font-size: 4.5em;
	}
	.ourservice_sec{
		padding-top: 20px;
	}
	.ourservice_sec .gray_bg span{
		padding-top: 20px;
	}
	
	.ourservice_sec .sea_bg{
		margin-top: -420px;
		height: 565px;
	}
	
	#content .ourservice_sec h2{
		font-size: 4em;
		line-height: 0.9em;
	}
	
	.ourservice_sec .sea_bg h2{
	top: -10px;
}

.ourservice_sec .sea_bg h3{
	font-size: 1.1em;
	top:120px;
	line-height: 1.5em;
}

.ourservice_sec .sea_bg .txtArea{
	max-width: 656px;
	width: 90%;
	background-color: #fff;
	position: absolute;
	top: 32%;
}
	
	
    
    .ourservice_sec .sea_bg .txtArea p{
	    padding: 35px 20px;
    }
    
    


	.sns_sec .sec_inner{
	padding: 60px 0;
	text-align: center;
	display: block;
}

.sns_sec .caption{
	margin-bottom: 30px;
}

	.sns_sec .sec_inner .medianews{
	width: 100%;
}

	.sns_sec .sec_inner .insta{
	width: 100%;
}

	.sns_sec .sec_inner .insta .instaArea{
		width: 100%;
		height: 100%;
		padding-bottom: 40%;
	}
	
	

.store_sec .sec_inner{
	padding: 20px 0 40px;
}

.store_sec .storeBtn{
	width: 70%;
	margin-top: 40px;
}

.store_sec .sec_inner .ttlArea {
	float: none;
	text-align: center;
	width: 100%;
	margin: 0 auto 50px;
}

.store_sec .sec_inner .storeArea{
	width: 100%;
	float: none;
	margin: 0 auto;
}

.store_sec .storeArea .store_list li {
	display: block;
	margin-bottom: 40px;
}

.store_sec .storeArea .store_list li .nameArea{
	width: 100%;
	text-align: center;
	border-right: none;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;

}

.store_sec .storeArea .store_list li .nameArea{
	margin-bottom: 18px;
}

.store_sec .storeArea .store_list li .nameArea .store_name{
	padding-bottom: 10px;
}

.store_sec .storeArea .store_list li .infoArea{
	display: inline-block;
	width: 58%;
	margin-left: 0;
	vertical-align: middle;
}

.store_sec .storeArea .imgArea{
	max-width: 40%;
	height: auto;
	width: 40%;
	display: inline-block;
	vertical-align: middle;
	
}


#content .contact_box h2{
	font-size: 3.7em;
	top: -40px;
}



.health{
	transition-delay: 0s;
}

.pearlBeauty{
	transition-delay: 0s;
}

.recruit_sec .gray_bg .wave{
	width: 100%;
	height: 245px;
	margin:auto;
	position: absolute;
	top: 18%;
	left: 0;
	right: 0;
	background-image:url(../images/wave.png);
		background-repeat: repeat;
		background-position-x: 0;
		background-position-y: 0;
		background-size: 111px;
		animation-name: bg-wave;
		animation-duration: 1.5s;
		animation-timing-function:linear;
		animation-iteration-count:infinite;
	}

@-webkit-keyframes bg-wave {
  0% { background-position-x: 0 ; }
  100% { background-position-x:111px ; }
}


    
}

@media screen and (max-width:750px){
	.service_list ul li h3{
	width: 96%;
	margin: 0 auto;
}
}