@charset "utf-8";

html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}
 
body {
	background: url(../images/bg03.png) no-repeat left top, url(../images/bg04.png) no-repeat right top, url(../images/bg02.png) no-repeat center bottom, url(../images/bg01.png) no-repeat center top;
	background-size: auto, auto, auto, cover;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.7;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

.br02 {
	display: block;
}

.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}

/* link 
*****************************************/
a:link,
a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #333;
	text-decoration: none;
}

.hover a img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.hover a:hover img {
	opacity: .6;
}

/* contents
*****************************************/
.wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.wrapper01 {
	position: relative;
}

.openingArea01 {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100vh;
	min-height: 730px;
}

.openingArea01 > .text01,
.openingArea01 > .text02 {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	overflow: hidden;
}

.openingArea01 > .text01 > .inner01 ,
.openingArea01 > .text02 > .inner01 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: no-repeat 0 0;
}

.openingArea01 > .text01 > .inner01 {
	width: 938px;
	height: 299px;
	background-image: url(../images/tx03.png);
}
.openingArea01 > .text02 > .inner01 {
	width: 739px;
	height: 299px;
	background-image: url(../images/tx02.png);
}

.openingArea01 > .text01 {
	margin: -200px 0 0 -469px;
	width: 938px;
	height: 299px;
	animation: fadeIn01 4s linear .3s forwards;
	-webkit-animation: fadeIn01 4s linear .3s forwards;
}

.openingArea01 > .text02 {
	margin: -200px 0 0 -370px;
	width: 739px;
	height: 299px;
	animation: fadeIn01 4s linear 4.5s forwards;
	-webkit-animation: fadeIn01 4s linear 4.5s forwards;
}

@keyframes fadeIn01 {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		z-index: -1;
	}
}
@-webkit-keyframes fadeIn01 {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		z-index: -1;
	}
}

.main01 {
	position: relative;
	margin: 0 auto;
	width: 1100px;
	height: 100vh;
	min-height: 730px;
	opacity: 0;
	animation: fadeIn02 2s linear 8.5s forwards;
	-webkit-animation: fadeIn02 2s linear 8.5s forwards;
}

@keyframes fadeIn02 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		z-index: 20;
	}
}
@-webkit-keyframes fadeIn02 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		z-index: 20;
	}
}

.title01 {
	padding-top: 35px;
}

.logo01 {
	position: absolute;
	top: 9px;
	right: -12px;
	z-index: 10;
}

.logo02 {
	position: absolute;
	top: 6px;
	right: 148px;
	z-index: 10;
}

.col01 {
	margin-top: 40px;
	width: 550px;
}

.col01 > .button01 {
	margin: 9px 0 0 9px;
}

.copyrights01 {
	margin-top: 55px;
	text-shadow: 3px 3px 5px #000,
	-3px 3px 5px #000,
	3px -3px 5px #000,
	-3px -3px 5px #000; 
}

.localNav01 {
	margin-top: 30px;
}

.localNav01 > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.localNav01 > ul > li {
	position: relative;
	margin: 0 25px;
	height: 52px;
	overflow: hidden;
}

.localNav01 > ul > li > a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 52px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: no-repeat 0 0;
}

.localNav01 > ul > li.navi01 {
	width: 143px;
}
.localNav01 > ul > li.navi02 {
	width: 183px;
}
.localNav01 > ul > li.navi03 {
	width: 205px;
}
.localNav01 > ul > li.navi04 {
	width: 81px;
}

.localNav01 > ul > li.navi01 > a {
	width: 143px;
	background-image: url(../images/navi01.png);
}
.localNav01 > ul > li.navi02 > a {
	width: 183px;
	background-image: url(../images/navi02.png);
}
.localNav01 > ul > li.navi03 > a {
	width: 205px;
	background-image: url(../images/navi03.png);
}
.localNav01 > ul > li.navi04 > a {
	width: 81px;
	background-image: url(../images/navi04.png);
}

.localNav01 > ul > li.navi01 > a:hover {
	background-image: url(../images/navi01_o.png);
}
.localNav01 > ul > li.navi02 > a:hover {
	background-image: url(../images/navi02_o.png);
}
.localNav01 > ul > li.navi03 > a:hover {
	background-image: url(../images/navi03_o.png);
}
.localNav01 > ul > li.navi04 > a:hover {
	background-image: url(../images/navi04_o.png);
}

#mdl-box {
	position: fixed;
	z-index: 1100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mdl-box .mdl-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}
#mdl-box #mdl-plr {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -270px;
	margin-left: -480px;
}
#mdl-box .btn {
	position: absolute;
	top: 50%;
	right: 50%;
	width: 70px;
	height: 70px;
	margin: -350px -480px 0 0;
}
#mdl-box .btn a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/bt02.png) left top no-repeat;
	text-indent: -999em;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
#mdl-box .btn a:hover {
	background-position: right top;
}

/* Clearfix
*****************************************/
.cf:after {
	content: " ";
	display: block;
	clear: both;
}
