@charset "UTF-8";


.slicknav_menu {
	z-index: 99 !important;
}

/* ===============================
	utility
=============================== */
.fitImg img {
	width: 100%;
}

.B {
	font-weight: bold;
}

.txblue {
	color: #00a0e9;
}

.mbl {
	margin-bottom: 4em;
}

.mtl {
	margin-top: 4em;
}

.mr05em {
	margin-right: 0.5em;
}

/* ===============================
	common style
=============================== */
.leadBox {
	background: #000;
	border-top: solid 10px #982037;
	text-align: center;
}

.leadBox.air {
	border-top: solid 10px #095392;
}

#slideContainer {
	overflow: hidden;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
	background: #fff;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -35px;
}

.box {
	border: solid 1px #000;
	padding: 1em;
}

section .ttl {
	font-weight: bold;
}

section.even {
	background: url(./images/bg-even.png) repeat center top;
}

section.odd {
	background: url(./images/bg-odd.png) repeat center top;
}

.links {
	background: url(./images/bg-even.png) repeat center top;
}

/* ===============================
	PC / Tab
=============================== */
@media print , screen and (min-width: 481px) {
	.pcTc {
		text-align: center;
	}
	main {
		min-width: 980px;
		overflow: hidden;
	}
	.table {
		display: table;
		width: 100%;
	}
	.tableCell {
		display: table-cell;
		width: 50%;
		vertical-align: top;
	}
	#mainVisual {
		height: 750px;
		position: relative;
		overflow: hidden;
		background: #000;
	}
	#mainVisual a {
		display: block;
		width: 113px;
		height: 20px;
		position: absolute;
		top: 352px;
		left: 50%;
		margin-left: 113px;
	}
	#topAnime {
		width: 1920px;
		height: 750px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -960px;
	}
	#topAnime ul.kuusei {
		position: relative;
	}
	#topAnime ul.kuusei li {
		position: absolute;
		top: 0;
		left: 0;
	}
	#topAnime ul.mosquito {
		position: relative;
	}
	#topAnime ul.mosquito li {
		width: 280px;
		height: 280px;
		position: absolute;
		display: none;
	}
	#topAnime ul.mosquito li img {
		width: 100%;
		height: 100%;
	}
	#topAnime ul.mosquito li.catch {
		width: 73px;
		height: 66px;
		top: 440px;
		right: 940px;
	}
	#mainText {
		width: 950px;
		height: 750px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -475px;
		display: none;
	}
	#mainText .mos {
		position: absolute;
		top: 408px;
		left: 50%;
		margin-left: 100px;
	}
	#mainText .caption {
		color: #fff;
		position: absolute;
		bottom: 10px;
		left: 0;
	}
	#mainText .caption span {
		color: #fff;
	}
	#linkBox {
		width: 900px;
		margin: 0 auto;
	}
	.leadBox {
		padding: 50px 0;
	}
	.movieBtn {
		width: 60%;
		margin: 2em auto 0;
	}
	section {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	section .baseWidth {
		width: 900px;
		margin: 0 auto;
	}
	.baseWidth h1 {
		margin-bottom: 50px;
	}
	.ttl {
		font-size: 1.2em;
		line-height: 1.6em;
		font-weight: bold;
	}
	#sub08 .baseWidth {
		position: relative;
	}
	#sub08 .pciMark {
		width: 120px;
		padding-bottom: 100%;
		position: absolute;
		right: 0;
		top: 0;
	}
	#sub08 h1 {
		margin-bottom: 70px;
	}
	#effect {
		font-size: 0.8em;
		line-height: 1.4em;
	}
	#effect ul {
		margin-top: 50px;
	}
	#effect ul li {
		width: 290px;
		margin-top: 30px;
		margin-left: 10px;
	}
	#effect ul li:nth-child(-n+3) {
		margin-top: 0;
	}
	#effect ul li:nth-child(3n-2) {
		margin-left: 0;
	}
	#effect ul li p {
		padding: 10px 10px 0;
	}
	.links {
		border-bottom: solid 10px #000;
	}
}

/* ===============================
	mobile
=============================== */
@media screen and (max-width: 480px) {
	#mainVisual img, article img {
		width: 100%;
	}
	main .baseWidth {
		padding-left: 25px;
		padding-right: 25px;
	}
	.leadBox {
		padding: 2em 0;
	}
	section {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	.links {
		padding-bottom: 3em;
	}
	section .baseWidth h1 {
		margin-bottom: 1em;
	}
	#sub08 .spTable {
		display: table;
		width: 100%;
	}
	#sub08 .spTableCell {
		display: table-cell;
		vertical-align: middle;
	}
	#sub08 .pciMark {
		width: 28%;
		padding-left: 4%;
	}
	#effect ul li {
		margin-top: 1.5em;
	}
	#effect ul li p {
		padding: 0.5em 1em 0;
	}
}