@charset "UTF-8";

body {
	font-family: Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
header {
	height: 103px;
}
.section1 {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 200;
	left: 0;
	top: 0;
	/* 初期値 */
	margin-top: 103px;
	height: 600px;
}
@media (max-width: 767px) {
	header {
		height: 95px;
	}
	.section1 {
		margin-top: 95px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	header {
		height: 105px;
	}
	.section1 {
		margin-top: 105px;
	}
}
.section2 {
	position: absolute;
	width: 100%;
	background-image: url(/images/overlays/bg.png);
	background-repeat: repeat;
	z-index: 300;
	left: 0;
	/* 初期値 */
	top: 1000px;
}
.section3 {
	width: 100%;
	z-index: 100;
	top: 0;
	margin: 0 auto;
	overflow: hidden;
}

/* old */
.catch {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	z-index: 998;
}
.catch span {
	display:inline-block;
	font-size: 3.5em;
	font-weight: 700;
	line-height: 1.1;
	color: #fff;
	text-shadow: 1px 1px 1px #eee , -2px -2px 2px #333;
	letter-spacing: .125em;
	margin-top: 55px;
	margin-left: 30px;
}
.section2 .read {
	width: 100%;
	display: block;
	color: #fff;
	text-align: center;
	max-width: 1170px;
	margin: 0 auto;
	height: inherit;
}

.read h2 {
	font-size: 3em;
	font-weight: bold;
	margin-bottom: .7em;
	line-height: 1.8em;
}
.read p {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.1;
}

.read p:nth-child(2) {
	line-height: 2;
}
.read p:nth-child(3) {
	font-size: .5em;
}
.read-inner {
	margin-top: 100px!important;
}

.vegas-animation-zoomIn3 {
	animation: zoomIn3 ease-in;
}
@keyframes zoomIn3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.25);
	}
}
.vegas-timer {
	display: none;
}
@media (max-width: 767px) {
	.catch span {
		display: inline-block;
		font-size: 1.4em;
		font-weight: 700;
		line-height: 1.1;
		color: #fff;
		text-shadow: 1px 1px 1px #eee , -2px -2px 2px #333;
		font-family: Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
		letter-spacing: .125em;
		margin-top: 15px;
		margin-left: 15px;
	}
	.section2 .read {
		width: 100%;
		padding-top: 43px;
		font-size: .5em;
	}
	.section2 .read .small {
		font-size: 0.9em!important;
	}
}
