@charset "utf-8";

html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}
 
body {
	background-color: #000;
	color: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1.2rem;
	line-height: 1.7;
	overflow-x: hidden;
}

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;
}

/* movie
*****************************************/
#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: 98px;
	height: 98px;
	margin: -368px -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;
}

/* animation
*****************************************/
@-webkit-keyframes fadeIn01 {
0% {
	-webkit-transform: scale(3);
	transform: scale(3);
}
70% {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
90% {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
100% {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
}
@keyframes fadeIn01 {
0% {
	-webkit-transform: scale(3);
	transform: scale(3);
}
70% {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
90% {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
100% {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
}

@-webkit-keyframes fadeIn02 {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
	visibility: visible;
}
}

@keyframes fadeIn02 {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
	visibility: visible;
}
}

/* contents
*****************************************/
.wrapper01 {
	position: relative;
	min-width: 1130px;
}

.main01 {
	position: relative;
	margin: 0 auto;
	max-width: 1600px;
	min-height: 730px;
	padding-left: 1.25%;
	padding-right: 1.25%;
	padding-bottom: 160px;
}

.bgImg01 {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -60%;
	width: 120%;
	height: 100%;
	background: url(../images/bg01.jpg) no-repeat top center;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s .5s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s .5s forwards;
}

@media screen and (max-width: 2100px) {
.bgImg01 {
	background-size: cover;
}
}

.mainBlock01 {
	position: relative;
	z-index: 5;
	margin-top: 70px;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 920px;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 1.4s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 1.4s forwards;
}

@media screen and (min-width: 1025px) {
.mainBlock01 {
	margin-left: 4%;
}
}

.mainBlock01 > .column01 {
	width: 550px;
	margin-top: -10px;
}

.globalNav01 > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.globalNav01 > ul > li:nth-child(even) {
	margin-left: -2%;
}

.globalNav01 > ul > li:nth-child(n+3) {
	margin-top: -14px;
}

.logo01 {
	position: relative;
	width: 38.125%;
	min-width: 610px;
	top: 52px;
	left: 3.666%;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 1.2s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 1.2s forwards;
}

.logo01 > img {
	width: 100%;
	height: auto;
}

.logo02 {
	position: absolute;
	z-index: 20;
	top: 18px;
	left: 18px;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn02 1.3s 2.0s ease-out forwards;
	animation: fadeIn02 1.3s 2.0s ease-out forwards;
}

.logo03 {
	position: absolute;
	z-index: 20;
	top: 10px;
	right: 23px;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn02 1.3s 2.0s ease-out forwards;
	animation: fadeIn02 1.3s 2.0s ease-out forwards;
}

.frameArea01 {
	width: 340px;
	height: 490px;
	margin-top: 20px;
	margin-right: 3.26%;
	padding-left: 20px;
	padding-right: 20px;
	background: url(../images/bg02.png) no-repeat 50% 0;
}

.frameArea01 > .title01 {
	margin-top: -20px;
	text-align: center;
}

.frameArea01 > .inner01 {
	margin-top: 10px;
	border-radius: 5px;
	background-color: #fff;
}

.btn01 {
	position: relative;
	width: 581px;
	margin-top: -20px;
	margin-left: -5px;
}

.copyrights01 {
	position: absolute;
	z-index: 20;
	left: 18px;
	bottom: 18px;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn02 1.3s 2.0s ease-out forwards;
	animation: fadeIn02 1.3s 2.0s ease-out forwards;
}

@media screen and (max-width: 1024px) {
.wrapper01 {
	min-width: inherit;
}
	
.logo01 {
	width: 45%;
	min-width: inherit;
	top: 64px;
}

.bgImg01 {
	height: 100vh;
	width: 100%;
	margin-left: -50%;
	background-position: 72% 0;
}

.mainBlock01 {
	width: 100%;
}
	
.mainBlock01 > .column01 {
	width: calc(100% - 400px);
	width: -webkit-calc(100% - 400px);
}

.globalNav01 > ul > li {
	width: 100%;
	max-height: inherit;
	min-height: 8.8125vw;
}
	
.globalNav01 > ul > li:nth-child(n+2) {
	margin-top: -4px;
}
	
.globalNav01 > ul > li:nth-child(even) {
	margin-left: 0;
}
	
.btn01 {
	width: auto;
	margin-top: 5px;
}
}

/* Clearfix
*****************************************/
.cf:after {
	content: " ";
	display: block;
	clear: both;
}