@charset "utf-8";

/***

startupBanner

***/
.campaign_bnr{
	text-align:center;
	margin-top:30px;
	padding:0 10px;
}

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

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

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


/***

startupBanner2

***/
.startupBg2{
	display: none;
	display: block;
	position:fixed;
	width:100%;
	height:100%;
	z-index:100001;
	background:rgba(255,255,255,0.8);
	background:rgba(0,0,0,0.8);
	top:0;
	left:0;
}
.startupBg2 img{
	width:100%;
	height:auto;
}



.iframe_mov{
	display: block;
}

.startupBg3{
	position: absolute;
	width:100%;
	height:100%;
	top: 0;
	left:0;
	
/*	background: rgba(226,53,56,1.00);*/
}

.startup_bnr1{
	width:90%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
/*	overflow-y: auto;*/
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	
	background: #fff;
	padding: 10px;
	box-shadow: 0px 0px 15px -5px #777777;
	border-radius: 6px;
	overflow: visible;
}
@media print, screen and (max-width: 750px) {
.startup_bnr1{
	width: 85%;
	height: 75%;
	height: 90%;
	margin: 0 auto;
	padding: 15px;
	
}
.startup_bnr1 img{
	width:auto;
	height: 90%;
	margin: 0 auto;
	
}
}



.startup_bnr2{
	width:90%;
	
	height: auto;
	margin: 0 auto;
/*	overflow-y: auto;*/
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	
	background: #fff;
	padding: 10px;
	padding: 15px;
	box-shadow: 0px 0px 15px -5px #777777;
	border-radius: 6px;
	overflow: visible;
}
@media print, screen and (max-width: 750px) {
.startup_bnr2{
	width: 85%;
	max-width: 1000px;
	max-width: 715px;
	max-width: 600px;
	height: auto;
	margin: 0 auto;
	padding: 15px;
	
}
.startup_bnr2 img{
	width: 100%;
	height: auto;
}
}

@media print, screen and (min-width: 751px) {
.startup_bnr2{
	width: auto;
	height: 85%;
/*	max-height: 500px;*/
	margin: 0 auto;
	padding: 15px;
	
}
.startup_bnr2 img{
	width: auto;
	height: 100%;
	
}
}






.startup_MovieBox{
	width:90%;
	max-width: 1000px;
	height: 80%;
	margin: 0 auto;
	overflow-y: auto;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	
	background: #fff;
	padding: 30px;
	box-shadow: 0px 0px 15px -5px #777777;
	border-radius: 10px;
	
	
	
	/*background: rgba(62,194,150,1.00);*/
}
.startup_MovieBox img{
	width:100%;
	height: auto;
}
@media print, screen and (max-width: 750px) {
.startup_MovieBox{
	width:82%;
}
}



.startupClose2{
	width:23px;
	height:auto;
	text-align:right;
	margin-bottom:5px;
	cursor:pointer;
	position: fixed;
	top: -12px;
	right: -12px;
	z-index: 999999;
	background: #000;
	padding: 5px;
	border-radius: 5px;
	
}
.startupClose3{
	width:auto;
	height:auto;
	margin:0;
	cursor:pointer;
	position: fixed;
	top: -12px;
	right: -12px;
	z-index: 999999;
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	
}
.startupClose3 img{
	width:17px;
	height:17px;
	margin:0;
	padding: 0;
}



/***

FLEX（flex-css）

***/
.flex-center1{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
@media print, screen and (min-width: 751px) {
.flex-center1{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
}




/***

ボタン

***/
.startup_btn1{
	clear: both;
	width: 75%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.startup_btn1 img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 751px) {
.startup_btn1{
	width: 40%;
	max-width: 320px;
	margin: 0;
}
}
