@charset "utf-8";

/*------------------------------------------------------------

@top.css

Copyright (c) ULM Co.,Ltd. - http://www.ulm-design.com

------------------------------------------------------------*/
.wrapper:after {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/top/bg.jpg) no-repeat top left;
	background-size: 100% auto;
	z-index: -3;
	transform: translateZ(-3px);
	-webkit-transform: translateZ(-3px);
}

.main {
	position: relative;
}

.main img {
	display: block;
}

.mainImg {
	position: absolute;
	top: 0;
	left: 0;
}

.mainCopyOuter {
	position: absolute;
	width: 100%;
    height: 0%;
    overflow: hidden;
	z-index: 5;
}

.mainCopy {z-index: 5;}
.mainLogo {opacity: 0; z-index: 4;}
.mainLead {opacity: 0; z-index: 3;}
.mainFront {opacity: 0; z-index: 2;}
.mainBack {opacity: 0; z-index: 1;}

.onair {
	position: absolute;
	bottom: -6%;
}

.blueContainer {
	position: relative;
	padding: 10% 0 0;
}

.blueBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(68,178,230,0.7);
	z-index: -2;
	transform: translateZ(-2px);
}

.greenContainer {
	position: relative;
	padding: 10% 0 30%;
}

.greenBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(115,234,212,0.6);
	z-index: -2;
	transform: translateZ(-2px);
}

.twTimeLine {
	text-align: center;
}

.twLine {
	display: inline-block;
	width: 35px;
}

.twLine img {
	margin: 4px 0;
}

.twTtl {
	padding: 0 0 20px;
	font-family: "FOT-筑紫A丸ゴシック Std D", "TsukuARdGothicStd-D";
	font-size: 24px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	text-shadow: 0px 0px 10px #73ead4, 0px 0px 0px #73ead4;
}

.twTimeLineBox {
	margin: 0 auto;
	width: 90%;
}

.twTimeLine iframe {
	/*width: 100% !important;*/
	border: 2px solid #73ead4 !important;
	background: rgba(255,255,255,0.6);
	box-sizing: border-box;
}

.twBtn {
	margin: 5% auto 0;
	width: 300px;
	border: 2px solid #fff;
	background: rgba(255,255,255,0.5);
	text-align: center;
}

.twBtn a {
	display: block;
	padding: 20px 40px;
	font-family: "FOT-筑紫A丸ゴシック Std D", "TsukuARdGothicStd-D";
	font-size: 16px;
	color: #3892d8;
	text-decoration: none;
}

