@charset "utf-8";

/* 追加css */
.bg-video-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.pc video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: auto;
	min-width: 108%;
	transform: translate(-50%,-50%);
}

.sp video {
	position: absolute;
	top: 0%;
	left: 0%;
	display: block;
	width: auto;
	height: 100vh;
	min-height: 100vh;
}

.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.top_video_text_box{
	width: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.top_video_logo{
	width: 70%;
	margin: auto;
}

.top_video_text{
	color: white;
	text-align: center;
	padding: 2% 0;
	font-size: 1vw;
}

.top_video_text_style_box{
	text-align: center;
	padding: 1% 0;
}

.top_video_text_style1{
	color: white;
	font-size: 1.6vw;
	display: inline-block;
	cursor: pointer;
}

.top_video_text_style2{
	color: white;
	font-size: 1.6vw;
	display: inline-block;
}

.top_video_text_style1:hover,.top_video_text_style1:hover a{
	color: #e60012;
}

.top_video_text_style1 a{
	color: white;
	text-decoration: none;
}

.top_video_close_bt{
	width: 3%;
	position: absolute;
	top: 4%;
	right: 1%;
}

.finished{
	display: none!important;
}

@media screen and (max-width: 699px){
	.top_video_close_bt{
		width: 8%;
		position: absolute;
		top: 10%;
		right: 10%;
	}

	.top_video_text_box{
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.top_video_logo{
		width: 80%;
		margin: auto;
	}
	
	.top_video_text{
		color: white;
		text-align: center;
		padding: 2% 0;
		font-size: 14px;
	}
	.top_video_text_style1{
		color: white;
		font-size: 22px;
		display: inline-block;
		cursor: pointer;
	}

	.top_video_text_style2{
		color: white;
		font-size: 22px;
		display: inline-block;
	}
}

/* モーダルウィンドウ_setting
================================================== */

.white_fadein{
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	width:100%;
	height:100%;
	background-color: black;
	position: fixed;
	pointer-events: none;
	z-index: 9998;
}

.load_bg_fade{
  -webkit-animation: slidein 3s 1s forwards;
          animation: slidein 3s 1s forwards;
	pointer-events: none;
}

@keyframes slidein {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.top_load_logo{
	width: 90%;
	margin: auto;
}

.header_wrapper{
	width: 98%;
	height: auto;
	padding: 0.4% 1%;
	position: fixed;
	top: 0;
	z-index: 9990;
	background-color: white;
}

.header_text_style1{ font-size: 2vh; line-height: 4vh; color: #ff7ba3 }

.header_text_style2{ font-size: 1.4vh; color: #ff7ba3 }

.top_load_style{
	vertical-align: middle;
}

.top_load_style li{
	width: 1.4%;
	float: left;
	padding-right: 1%;
	vertical-align: middle;
}




.top_load_text_style1{
	width: 50%;
	margin: auto;
	text-align: center;
	padding: 4% 0;
}

.top_load_text_style2 li{
	font-size: 30px;
	color: black;
	text-decoration: none;
}

.top_load_text_box{
	width: 50%;
	margin: auto;
	text-align: center;
}

.top_load_text_left{
	width: 15%;
	padding-right: 10%;
	display: inline-block;
}

.top_load_text_right{
	width: 40%;
	display: inline-block;
}

.top_load_text_right a{
	font-size: 30px;
	color: black;
	text-decoration: none;
}



@media screen and (max-width: 699px){


	.top_load_style li{
		width: 10%;
		float:left;
		padding-right: 4%;
		vertical-align: middle;
	}

	.top_load_style p{
		width: 70%;
		padding-left: 0%;
		float: left;
	}

	.header_wrapper{
		width: 90%;
		height: auto;
		padding: 2% 5%;
		position: relative;
		top: 0;
		z-index: 999;
		background-color: white;
	}
}
/* ---------------------------------- **
		Modal Window
** ---------------------------------- */
#layer_board_area {
	position: fixed;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 3vw;
    overflow-y: auto;
    box-sizing: border-box; /*スクロールバーを非表示*/
    -ms-overflow-style: none; /*スクロールバーを非表示*/
    scrollbar-width: none; /*スクロールバーを非表示*/
    z-index: 9999;
	pointer-events: none;
}

#layer_board_area::-webkit-scrollbar {
	display:none; /*スクロールバーを非表示*/
}
.layer_board_bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	cursor: pointer;
	background: #000;
	z-index: 0;
}
/* --modalWindow ポップアップ部分-- */
.layer_board {
	display: none;
	position: relative;
	width: 100%;
	z-index: 10;
}
.layer_board.shortLayer {
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media screen and (max-width: 699px){
	.layer_board {
		display: none;
		position: relative;
		width: 100%;
		max-width: 800px;
		margin: 3em auto;
		padding: 4em;
		border-radius: 5px;
		box-sizing: border-box;
		z-index: 10;
	}
}

/* --modalWindow バツ(閉じる)ボタン-- */
.layer_board .mdl_btn_close.circle_btn {
	position: absolute;
	top: 10px;
	right: 15px;
	width: 30px;
	height: 30px;
	background-color: #000;
	background-image: url("btn_close.png");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 50%;
	border-radius: 50%;
	border: 1px solid #ccc;
	transition: .15s;
}
.layer_board .mdl_btn_close.circle_btn:hover {
	background-color: #FDB53F;
	border: 1px solid #FDB53F;
}

/* --↑必須なのはここまで↑-- */

/* --modalWindow タイトル部分-- */
.layer_borad_title {
	font-size: 200%;
	font-weight: 200;
	color: #ED344E;
}
/* --modalWindow コンテンツ部分-- */
.layer_borad_content {
	
}
/* --modalWindow 四角ボタン-- */
.layer_board .square_btn {
	display: block;
    position: relative;
    width:160px;
    margin: 0 auto;
    padding: 10px;
    border:2px solid #111;
    border-radius: 2px;
    font-size: 1.2em;
    font-weight: 300;
    color: #111;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    transition: .15s;
}
.layer_board .square_btn:hover {
	background: #111;
	color: #fff;
}

@media screen and (max-width:480px) {
	.layer_board {
		width: 100%;
		margin: 0em auto;
		padding: 0em;
	}
	.layer_board .mdl_btn_close.circle_btn {
		width: 26px;
		height: 26px;
		background-size: 14px;
	}
	#layer_board_area {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0 0vw;
		overflow-y: auto;
		box-sizing: border-box; /*スクロールバーを非表示*/
		-ms-overflow-style: none; /*スクロールバーを非表示*/
		scrollbar-width: none; /*スクロールバーを非表示*/
		z-index: 9999;
		pointer-events: none;
	}
}

