@charset "utf-8";
/* *************************************************************************************************
startupBnr
************************************************************************************************* */




/* startupBanner
------------------------------------------------------------------------ */
.startupBg{
	position:fixed;
	min-width:100%;
	min-height:100%;
	z-index:9100001;
	background:rgba(0,0,0,0.8);
	top:0;
	left:0;
}

.startupBnr{
	position:fixed;
	top:50%;
	left:50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index:91000002;
	padding:0 10px;
	box-sizing:border-box;
	text-align:center;
	width:100%;
	max-width:1000px;
}
.startupBnr img{
	width:80%;
	width:100%;
	height: auto;
	margin: 0 auto;
}
@media print, screen and (min-width:801px) { 
.startupBnr{
	position:fixed;
	top:50%;
	left:50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index:91000002;
	padding:0 10px;
	box-sizing:border-box;
	text-align:center;
	width:90%;
	max-width:1000px;
}
.startupBnr img{
	width:70%;
	width:100%;
	height: auto;
}
}


	
	
.startupClose{
	width:23px;
	height:auto;
	text-align:right;
	margin-top:5px;
	cursor:pointer;
}
.startupClose img{
	width:100%;
	height:auto;
}





/* startupBanner
------------------------------------------------------------------------ */

.startupBg2{
	display: none;
	position:fixed;
	width:100%;
	height:100%;
	z-index:9100001;
	background:rgba(0,0,0,0.8);
	top:0;
	left:0;
}
.iframe_mov{
	display: block;
}

.startupBg3{
	position: absolute;
	top: 20%;
	width:100%;
	height:auto;
	left:0;
	
	/*background: rgba(226,53,56,1.00);*/
}
.startup_MovieBox{
	width:90%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	
	/*background: rgba(62,194,150,1.00);*/
}
.startup_MovieBox2{
	width: 100%;
	height: auto;
	margin: 0 auto;

	/*background: rgba(62,194,150,1.00);*/
}
@media print, screen and (min-width:801px) { 
.startup_MovieBox2{
	width: 50%;
	height: auto;
	margin: 0;
	float: left;
	
	/*background: rgba(62,194,150,1.00);*/
}
}
.startupClose2{
	width:23px;
	height:auto;
/*
	text-align:right;
	margin-bottom:5px;
*/
	cursor:pointer;
/*	float: right;*/
	margin: 0;
	padding: 0;
	position: fixed;
	top: 5%;
	right: 5%;
}
.startupClose2 img{
	width:100%;
	height:auto;
}


.name_btn_box{
	clear: both;
	width: 92%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media print, screen and (min-width:801px) { 
.name_btn_box{
	width: auto;
	flex-wrap: nowrap;
	position: fixed;
	bottom: -10px;
	right: 20px;
	left: 20px;
	padding: 10px;
	box-shadow: 0px 0px 15px -5px #777777;
	border-radius: 10px;
	z-index: 9999;
	background: #fff;
/*	background: rgba(99,178,144,1.00);*/
}
}
.name_btn{
	clear: both;
	width: 49%;
	height: auto;
	margin: 0;
	padding: 0 0 20px;
}
.name_btn img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width:801px) { 
.name_btn{
	clear: both;
	width: 13%;
	width: 11%;
	height: auto;
	margin: 0 10px;
	padding: 0;
}
}



/****

切り替え表示css

***/

.blocks {
	display: none;
}

#block-01 {
	display: block;
}

