@charset "utf-8";

html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}
 
body {
	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;
}

.pcNone {
	display: none;
}

input[type=radio],
input[type=checkbox] {
	margin-right: 5px;
}

.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
*****************************************/
.loader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: #000;
}
.loader:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 80px;
	height: 80px;
	background: url(../images/loading.gif) no-repeat left top;
	margin: -40px 0 0 -40px;
}

.openingArea01 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: #000;
}
.openingArea01:after {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.openingArea01 > video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background-size: cover;
}

.fadeBlock01 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
}

.imagesArea01 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	opacity: 0;
}

.bgBlock01,
.bgBlock02 {
	position: absolute;
	top: 0;
	height: 100%;
}

.bgBlock01 {
	left: 0;
	width: 40.6%;
	background: url(../images/bg02.png) no-repeat right top;
	background-size: cover;
}

.bgBlock02 {
	right: 0;
	width: 40.7%;
	background: url(../images/bg03.png) no-repeat left top;
	background-size: cover;
}

.bgVideo01 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.bgVideo01:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg04.png) left top repeat;
}

.bgVideo01 > video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background-size: cover;
}

.wrapper01 {
	display: none;
	opacity: 0;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	width: 1100px;
	height: 100vh;
	min-height: 700px;
}

.title01 {
	position: absolute;
	top: 35px;
	left: -30px;
	z-index: 5;
}

.logo01 {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 5;
}

.img01 {
	position: absolute;
	bottom: 30px;
	right: -42px;
}

.copyrights01 {
	position: absolute;
	bottom: 20px;
	right: 0;
}

.box01 {
	display: table;
	position: relative;
	height: 100%;
}

.box01 > .inner01 {
	display: table-cell;
	padding-top: 281px;
	vertical-align: top;
}

.box01 > .inner01 > .button01 {
	margin: -15px 0 0 -3px;
}

.box01 > .inner01 > .text01 {
	margin: -9px 0 0 -9px;
}

.btnList01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 7px 0 0 -3px;
}

.btnList01 > li {
	margin-right: 10px;
}

.btn01 {
	margin-left: 12px;
}

#globalNav01 {
	margin-left: 52px;
}

#globalNav01 li {
	margin-top: 7px;
}

#globalNav01 li:first-child {
	margin-top: 0;
}

#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: 82px;
	height: 71px;
	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: url(../images/bt02on.png) left top no-repeat;
}

.sakura {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: url(../images/bg01.gif) no-repeat left top;
	background-size: cover;
}

/* Clearfix
*****************************************/
.cf:after {
	content: " ";
	display: block;
	clear: both;
}
