/*
Theme Name: gussuri yamada
Description:
Version: 0.0.0
*/
@charset "utf-8";

.gateContents {
	/*background:#e7f5ff;*/
	width:100%;
	max-width:430px;
	padding-bottom:30vh;
	margin-left:auto;
	margin-right:auto;
	color:#000;
	letter-spacing:0.06em;
}
@media only screen and (max-width: 430px) {
	.gateContents {
		font-size:4vw;
		padding-top:0;
	}
}
.gateContents {
	
	
	padding-bottom:30vh;
}
/********************************************************************
 *　// FV部分
********************************************************************/

.gateFv {
	aspect-ratio:4/5;
	position:relative;
	/*background:url(../img/top_fv_bg_sp.webp) center center no-repeat;
	background-size:cover;*/
	width:100%;
	max-width:430px;
	overflow:hidden;
	z-index:1;
	
	clip-path: inset(0);
}

/*==========背景動画（コンセプト） ==========*/
.gateFv_bg {

}
.gateFv_bg .video {
	aspect-ratio:1920/1080;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	
	width:auto;
	height:100%;
	z-index: -1;
	
	object-fit: cover;
	object-position: 50% 50%;
}




.gateFv_contents {
	position:relative;
	width:100%;
	height:100%;
	margin:auto;
	color:#fff;
}
@media only screen and (max-width: 430px) {
	.gateFv {
		object-position: 50% 50%;
		/*aspect-ratio:750/900;*/

	}
}


/* キャッチ */
.gateFv_catch {
	position:absolute;
	top:4%;
	left:4.166%;
	width:30%;
}
.gateFv_catch span {
	font-size:6em;
	color:#fff;
}



/*女性*/
.gateFv_lady {
	position:absolute;
	top:4%;
	right:5%;
	width:30%;
}



/* 男性 */
.gateFv_contents .gateFv_man {
	position:absolute;
	top:51%;
	left:0;
	right:0;
	transform:translateY(-51%);
	width:70%;
	margin:auto;
	z-index:2;
}


/* ボディスパ×ヘッドスパ融合*/
.gateFv_object1 {
	position:absolute;
	left:3%;
	bottom:3%;
	width:45.6%;
}


/* 99.3％がリピートしたい*/
.gateFv_object2 {
	position:absolute;
	right:4%;
	bottom:3%;
	width:40%;
}



/* 協会ロゴと特許アイコン */
.gateFv_association {
	position:absolute;
	left:4%;
	bottom:3%;
	width:26.53%;
}
.gateFv_patent {
	position:absolute;
	right:4%;
	bottom:3%;
	width:15.2%;
}



/* 浮遊ワード */
.gateFv_contents .word {
	font-size:0.6em;
	position:absolute;
}
@media only screen and (max-width: 750px) {
	.gateFv_contents .word {
		font-size:1.9vw;
	}
}
.gateFv_contents .word span {
	line-height:1.6;
	writing-mode:vertical-rl;
	letter-spacing:0.24em;
}

.gateFv_word1 {/*脳を癒す*/
	top:-21%;
	left:-10%;
}
.gateFv_word2 {/*脳内浄化*/
	top:16%;
	left:-17%;
}
.gateFv_word3 {/*心深層*/
	top:-25%;
	left:45%;
}
.gateFv_word4 {/*熟睡*/
	top:-16%;
	left:58%;
}
.gateFv_word5 {/*体内浄化*/
	top:-14%;
	left:70%;
}
.gateFv_word6 {/*自律神経*/
	top:-26%;
	left:95%;
}
.gateFv_word7 {/*ストレス解放*/
	top:-12%;
	left:104%;
}
.gateFv_word8 {/*絶頂睡眠*/
	top:80%;
	left:2%;
}
.gateFv_word9 {/*快楽の向こう側*/
	top:90%;
	left:14%;
}
.gateFv_word10 {/*贅沢な眠りに落ちていく*/
	top:102%;
	left:46%;
}
.gateFv_word11 {/*いまここにある最高*/
	top:76%;
	left:100%;
}
.gateFv_word12 {/*非日常空間*/
	top:120%;
	left:66%;
}






/* 浮遊アニメーション */
.gateFv_contents .gateFv_man img {
	animation: 5.5s float .5s infinite;
}
.gateFv_word1,
.gateFv_word4,
.gateFv_word7,
.gateFv_word10 {
	animation: 5.1s float .1s infinite;
}
.gateFv_word2,
.gateFv_word5,
.gateFv_word8,
.gateFv_word11 {
	animation: 5.7s float .7s infinite;
}
.gateFv_word3,
.gateFv_word6,
.gateFv_word9,
.gateFv_word12 {
	animation: 5.4s float .4s infinite;
}

@keyframes float {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10%);
	}
}



/********************************************************************
 *　//年齢認証部分
********************************************************************/

.ageCheckSection {
	background:#fff;
}
.gateContents .ageCheckSection .ageCheck_logo {
	width:30%;
	margin:1.5em auto;
}


.gateContents .ageCheckSection .ageCheck_btn {
	display:flex;
	justify-content:center;
	width:100%;
	margin:0 auto 1em;
}
.gateContents .ageCheckSection .ageCheck_btn > div {
	height:3em;
	margin:0 0.2em;
}
@media only screen and (max-width:560px) {
	.gateContents .ageCheckSection .ageCheck_btn > div {
		/*font-size:2.7vw;*/
	}
}
.gateContents .ageCheckSection .ageCheck_btn .area_women {
	margin-right:1.5em;
}
.gateContents .ageCheckSection .ageCheck_btn > div img {
	width:auto;
	height:100%;
}

.gateContents .ageCheckSection .ageCheck_text {
	width:80%;
	margin:0 auto 0.5em;
}





