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

.gateContents {
	/*background:#e7f5ff;*/
	width:100%;
	max-width:430px;
	padding-bottom:3em;
	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;
	}
}
/********************************************************************
 *　// 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;
}
.ageCheck_branch_name {/* 店舗名（各店年齢認証のみ）*/
	font-size:0.8em;
	margin-top:-1em;
	margin-bottom: 2em;
	text-align:center;
}

.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;
}


/********************************************************************
 *　// 日本地図部分
********************************************************************/
.gate_map_section {
    position:relative;
    aspect-ratio:800/720;
    margin-top:2em;
    margin-bottom:1.5em;
}
.gate_map_btn {/*Enterボタン押したときのモーダルと共通*/
    font-size:0.7em;
    display:flex;
    justify-content:center;
    align-items:center;
    position:absolute;
    width:28%;
    height:3.4em;
    background: linear-gradient(126deg, #f3f5f7 0%,#ffffff 31%);
    border:solid 1px #e5e5e5;
    border-radius:0.6em;
    box-shadow:inset 0.14em 0.14em 0 #fff, inset -0.14em -0.14em 0 rgba(212,209,203,0.27);
    letter-spacing:0.3em;
}
.gate_map_btn::after {/* 三角矢印 */
    content:"";
    position:absolute;
    top:0;
    right:1.5em;
    bottom:0;
    margin:auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.5em solid #5471bb;
    border-right: 0;
}
.gate_map_btn_wrap .btn_nagoya {/*名古屋*/
    top:32%;
    left:17%;
}
.gate_map_btn_wrap .btn_ueno {/*上野*/
    /*top:52%;*/
    top:67%;
    right:0;
}
.gate_map_btn_wrap .btn_ikebukuro {/*池袋*/
    /*top:67%;*/
    top:52%;
    right:0;
}
.gate_map_btn_wrap .btn_osaka {/*大阪*/
    bottom:8%;
    left:40%;
}
.gate_map_btn_wrap .btn_yokohama {/*横浜*/
    top:82%;
    right:0;
}
.gate_map_btn_wrap .btn_fukuoka {/*大阪*/
    top:47%;
    left:0;
}

/*==========Enterボタン押したときのモーダル ==========*/
.remodal_gate_shopList {
    max-width:430px;
}
.remodal_gate_shopList_logo {
    width:30%;
    margin:0 auto;
}
.remodal_gate_shopList.recruit .remodal_gate_shopList_logo {
    width:40%;
}
.remodal_gate_shopList .gate_map_btn_wrap {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding:1em 4% 0;
}
.remodal_gate_shopList .gate_map_btn {
    line-height:1.3;
    position:relative;
    width:48%;
    height:4.6em;
    margin-bottom:1em;
}
.remodal_gate_shopList.recruit .gate_map_btn {
    color:#e80078;
}
.remodal_gate_shopList.recruit .gate_map_btn::after {/* 三角矢印【求人】 */
    border-left-color: #e80078;
}


