@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css");

html,body {
    height: 100%;
	text-align:center;
	scroll-behavior: smooth;
}
img{
	max-height:100%;
}

.switch ,
.switch2 {
    visibility: hidden;
}

/* #curtainLeft,
#curtainRight {
    top: 0;
    width: 47%;
    height: 100%;
    background:rgba(255, 255, 255, .09);
    position: absolute;
}
#curtainLeft { left: 0; z-index:100;}
#curtainRight { right: 0; z-index:101;} */


body{
	/* overflow:hidden; */
	background:#fff;
	text-align:center;
/*	font-family:"roboto" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}

#main{
	position:relative;
}

#loader-bg {
	display:none;
	width: 100%;
	background:#fff;
}

.logo{
/*	color:#5e5e5e;
	font-family: 'Arimo', sans-serif;
	font-size:60px;
	font-weight:900;
	letter-spacing:2px;*/
	position: absolute;
	 top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  	opacity: 0;
    animation:fadein_load 2s ease 0s 1 forwards;
    -webkit-animation:fadein_load 2s ease 0s 1 forwards;
}
.logo img{
	max-width:330px;
}



@-webkit-keyframes fadein_load { 50%{ opacity:0; } 100% { opacity:1; } }
@-webkit-keyframes fadeOut { from { opacity:1; } to { opacity:0; } }



/* #loader .type{
	color:#fff;
	width:45%;
	position:absolute;
	top:48% !important;
  	opacity: 0;
  	animation-name: fadein_load;
	animation-duration: 5s;
	animation-fill-mode:forwards;
}

#loader .type p{
	margin-top:30px;
}

#loader .index{
	color:#fff;
	width:45%;
	position:absolute;
	top:48% !important;
  	opacity: 0;
  	animation-name: fadein_load;アニメーション名
	animation-duration: 10s;アニメーション時間
	animation-fill-mode:forwards;
} 

#loader .index p{
	margin-top:30px;
}*/

/* 
#loader .load_tr{
	left:10%;
}

#loader .load_mi{
	right:10%;
} */

@media only screen and (max-width: 640px) { 

#loader{
	position:relative;
	text-align:center;
}
.logo{
	font-size:45px;
}
}






/**********アニメーション設定end**********/

.open_micro {
	height:100%;
	background:#fff;
	
	  	animation-name: RightToLeft;/* アニメーション名 */

	animation-duration: 4s;/* アニメーション時間 */
	animation-fill-mode:forwards;
}
.open_treatment {
	height:100%;
	background:#fff;
		animation-name: LeftToRight;   /*アニメーション名 */

	animation-duration: 4s;/* アニメーション時間 */
	animation-fill-mode:forwards;
}

.open_micro img,
.open_treatment img{
	height:100%;
}

/*左から右*/
@keyframes LeftToRight {
0% {
    opacity: 1;/* 不透明 */
    transform: translatex(0);/* Y軸方向に50px */
}
30% {
    opacity: 1;/* 不透明 */
    transform: translatex(0);/* Y軸方向に50px */
}
100% {
    opacity: 0;/* 透明 */
    transform: translatex(100%);/* Y軸方向に0px */
}
}
/*右から左*/
@keyframes RightToLeft {
0% {
    opacity: 1;/* 不透明 */
    transform: translatex(0);/* Y軸方向に50px */
}
30% {
    opacity: 1;/* 不透明 */
    transform: translatex(0);/* Y軸方向に50px */
}
100% {
    opacity: 0;/* 透明 */
    transform: translatex(-100%);/* Y軸方向に0px */
}
}
/*下から上*/
@keyframes SlideUp {
0% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);/* Y軸方向に50px */
}
30% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);/* Y軸方向に50px */
}
100% {
    opacity: 0;/* 透明 */
    transform: translateY(100%);/* Y軸方向に0px */
}
}
/*上から下*/
@keyframes SlideDown {
0% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);/* Y軸方向に50px */
}
30% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);/* Y軸方向に50px */
}
100% {
    opacity: 0;/* 透明 */
    transform: translateY(-100%);/* Y軸方向に0px */
}
}



@media only screen and (max-width: 640px) { 
.open_micro {
	height:100%;
	background:#000;
  	animation-name: SlideUp;/* アニメーション名 */
	animation-duration: 4s;/* アニメーション時間 */
	animation-fill-mode:forwards;
}
.open_treatment {
	height:100%;
	background:#000;
  	animation-name: SlideDown;/* アニメーション名 */
	animation-duration: 4s;/* アニメーション時間 */
	animation-fill-mode:forwards;
}

}











#wrap{
	height:100%;
	text-align:center;
	position:relative;
	background-color:RGBA(78,63,60,.3);
	/* background-image: radial-gradient(#eee 10%, transparent 20%), radial-gradient(#eee 10%, transparent 20%);
	background-size: 6px 6px; */
}



#wrap .contents{
	width:50%;
	height:100%;
	float:left;
	background:#000;
	position: relative;
	overflow: hidden;
}

#wrap .nail{
    position: relative;
    overflow: hidden;
    text-align: center;
	background:url(img/nail.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	background-position:top right;
}
#wrap .nail:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	background-position:top right;
}

#wrap .nail:hover:after {
	background:url(img/nail.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	z-index:3;
    opacity: 1;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
	background-position:top right;
}


#wrap .eye{
    position: relative;
    overflow: hidden;
    text-align: center;
	background:url(img/eye.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	background-position:center;
}
#wrap .eye:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	background-position:center;
}

#wrap .eye:hover:after {
	background:url(img/eye.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	z-index:3;
    opacity: 1;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
	background-position:center;
}

#wrap .center{
	max-width:300px;
	position:absolute;
    animation:fadein_load 5s ease 0s 1 forwards;
    -webkit-animation:fadein_load 5s ease 0s 1 forwards;
	z-index:999;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	transform: translate(-50% , -50%);
}

#wrap .center img{
	max-width:100%;
}


#wrap .arrow{
	width:100%;
	position:absolute;
    animation:fadein_load 5s ease 0s 1 forwards;
    -webkit-animation:fadein_load 5s ease 0s 1 forwards;
	z-index:999;
	bottom:0;
}

#wrap .arrow p{
	width:100%;
	position:relative;
}

#wrap .arrow p a:after{
	content: "";
	width: 50px;
	height: 50px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	position: absolute;
	bottom:45px;
	left: 50%;
	-ms-transform:translateX(-50%) rotate(135deg);
	-webkit-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
}



.inner {
	width:100%;
	height:100%;
	position:relative;
	opacity: 1;
	-webkit-animation: fadein 5s linear 0s 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes fadein { 80%{ opacity:0.8; } 100% { opacity:1; } }

.inner .caption {
	width:80%;
	max-width:500px;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index:99999;
	margin:auto;
}

.inner .caption p{
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
    letter-spacing: 10px;
    font-weight: 100 !important;
	padding:3% 0;
	color:#fff;
}

.inner .caption p.sub2{
	font-size:12px;
	letter-spacing: 3px;
}

.inner .caption a{
	text-decoration:none !important;
}


.inner .caption p.sub{
	font-size:40px;
	background:rgba(252,252,252,0.2);
	width: 50%;
	margin: 0 auto;
	padding: 20% 0;
}

.inner .more{
font-family: 'Roboto', sans-serif;
	font-size: 16px;
    letter-spacing: 10px;
    font-weight: 100 !important;
	color:#fff !important;
	margin:8% 0 0 0;
}



.inner .more a{
	color:#FFF !important;
	text-decoration:none;
		border:1px solid #fff;
	padding:10px 100px;
}

@-webkit-keyframes fadein_text { 0%{ opacity:0.2; } 100% { opacity:1; } }














@media only screen and (max-width: 1000px) { 
#wrap .contents{
	width:100%;
	height:50%;
}

#wrap .center{
	width:55%;
	max-width:350px;
	top: 51%;
	left: 50%;
	-webkit-transform: translate(-50%, -51%);
	transform: translate(-50%, -51%);
}

#wrap .center img {
    width: 90%;
    margin-top: -20px;
}



.inner .caption {
	width:80%;
	padding:5% 2%;
}

.inner .caption p{
	font-size:20px;
	line-height:1.5;
}

.inner .caption dl{
	font-size:12px;
}

.inner .caption dd{
	width:70%;
	max-width:150px;
}


.inner .mask:hover + .caption,
.inner .caption:hover {
  	opacity: 1;
    animation: fadein_text 0.5s ease 0s 1;
    -webkit-animation: fadein_text 0.5s ease 0s 1;
}


.inner .caption p{

	font-size:22px;
}


.inner .caption p.sub{
	font-size:16px;

}

@-webkit-keyframes fadein_text { 0%{ opacity:0.5; } 100% { opacity:1; } }


#wrap .arrow{
	width:100%;
}

/* #wrap .arrow p{
	width:100%;
	position:relative;
}
 */
#wrap .arrow p a:after{
	width: 30px;
	height:30px;
	bottom:15px;
}








.inner .more{
	display:none;
}

/*
.inner .more{
	font-size: 12px;
	margin:5% 0 0 0;
}



.inner .more a{
	color:#FFF !important;
	text-decoration:none;
	border:1px solid #999 !important;
	padding:5px 35px 5px 40px;


}*/



}


























/*
広告
------------------------------------------------------------------------------------*/
#ad{
	width:95%;
	max-width:1280px;
	margin:40px auto;
}

#ad p{
	font-size:12px;
	margin-bottom:15px;
}

#ad li{
	width:18%;
	display:inline-block;
	margin:0 3px 10px;
	/* border:1px solid #B5B5B5; */
	font-size:15px;
	background:#a5a5a5;
}

#ad li span{
	display:block;
	font-size:10px;
}

#ad li a{
	display:block;
	padding:40% 0;
	text-decoration:none;
	color:#fff;
}

#ad li a:hover{
	background:#333;
}


#ad li a[target="_blank"]:after { 
	margin: 0 3px;
	font-family: FontAwesome;
	vertical-align: middle;
	content: '\f08e';
	margin-left:10px;
}


@media only screen and (max-width: 1080px) { 
#ad li{
	width:30%;
}


}

@media only screen and (max-width: 680px) { 
#ad li{
	width:47%;
}


}




























