@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;
}

@media screen and (max-width: 1160px) {
body {
	overflow-x: visible;
}
}

img {
	max-width: 100%;
	height: auto;
}

.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: 102px;
	height: 102px;
	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;
	padding: 0 20px;
	min-width: 1100px;
	min-height: 730px;
	background: url(../common/images/bg01.png) fixed no-repeat top center/cover;
}

.navArea01 {
	position: absolute;
	z-index: 5;
	top: 36.36%;
	left: 32px;
	max-width: 350px;
	padding: 4px;
	background: -webkit-linear-gradient(top, rgba(152,152,152,1) 0%,rgba(82,82,82,1) 36%,rgba(226,226,226,1) 50%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(152,152,152,1) 0%,rgba(82,82,82,1) 36%,rgba(226,226,226,1) 50%,rgba(0,0,0,1) 100%);
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,.5);
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.9s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.9s forwards;
}

.navArea01 > .inner01 {
	padding-left: 18px;
	padding-right: 18px;
	background: url(../images/bg02.png) no-repeat 0 0/cover;
	box-shadow: 0px 0px 35px 5px #000 inset;
}

.navArea01 > .inner01 > ul > li:not(:first-child) {
	margin-top: -2.666vh;
}

.navArea01 > .inner01 > ul > li:last-child {
	margin-top: -1.8vh;
}

.navArea01 > .inner01 > ul > li > a {
	height: 13.99vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1.0;
}

.navArea01 > .inner01 > ul > li > a > img {
	height: 100%;
	width: auto;
}

.main01 {
	position: relative;
	margin: 0 auto;
	max-width: 1600px;
	min-height: 100vh;
	max-height: 1100px;
	overflow: hidden;
	height: auto;
	background: url(../images/bg01.png) no-repeat top center / 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn02 1.5s .5s ease-out forwards;
	animation: fadeIn02 1.5s .5s ease-out forwards;
}

.logo01 {
	position: absolute;
	top: 1.663vh;
	left: 7px;
	height: 33.72%;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.6s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.6s forwards;
}

.logo01 > img {
	width: auto;
	height: 100%;
}

.logo02 {
	position: absolute;
	z-index: 150;
	top: 36px;
	left: 101px;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn02 1.3s 3.5s ease-out forwards;
	animation: fadeIn02 1.3s 3.5s ease-out forwards;
}

.logo03 {
	position: absolute;
	z-index: 20;
	top: 22px;
	right: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn02 1.3s 3.5s ease-out forwards;
	animation: fadeIn02 1.3s 3.5s ease-out forwards;
}

.logo04 {
	position: absolute;
	z-index: 150;
	top: 32px;
	left: 18px;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn02 1.3s 3.5s ease-out forwards;
	animation: fadeIn02 1.3s 3.5s ease-out forwards;
}

.img01 {
	width: 100%;
	height: 124vh;
	padding-top: 14.8vh;
	margin-left: 3%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.5s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.5s forwards;
}

.txt01 {
	position: absolute;
	z-index: 5;
	bottom: 2.5vh;
	right: 0;
	height: 65.154%;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.6s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.6s forwards;
}

.img01 > img,
.img02 > img,
.txt01 > img,
.btn01 img {
	width: auto;
	height: 100%;
}

/*0702*/

.btn011 img {
	width: auto;
	height: 100%;
}
/*0702*/
.campaign img {
	width: 100%;
	height: auto;
}
/*0702*/
.btn01 {
	position: absolute;
	bottom: 7.545%;
	left: 1.8%;
	height: 17.2vh;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.8s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.8s forwards;
}
/*0702*/
.btn011 {
	position: absolute;
	bottom: 7.545%;
	left: 33%;
	/*margin-left: 1%;*/
	height: 17.2vh;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.8s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.8s forwards;
}
/*0702*/


/*0706*/
/*.campaign {
	position: absolute;
	z-index: 30;
	opacity: 0;
	top: 49.36%;
	max-width: 840px;
	left: 380px;
	
	visibility: hidden;
	display: block;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.8s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.8s forwards;
}*/
/*0706*/
/*.campaign {
	position: absolute;
	z-index: 5;
	bottom: 2.5vh;
	right: 0;
	height: 65.154%;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.6s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.6s forwards;
}*/
.campaign {
	position: absolute;
	/*bottom: 7.545%;*/
	bottom: 15.545%;
	left: 66%;
	/*margin-left: 1%;*/
	height: 17.2vh;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.8s forwards;
	animation: fadeIn01 cubic-bezier(.8,.1,.24,.87) .3s 2.8s forwards;
}
/*0706*/

.copyrights01 {
	position: absolute;
	z-index: 20;
	left: 20px;
	bottom: 16px;
	font-size: 0;;
	opacity: 0;
	visibility: hidden;
	-webkit-animation: fadeIn02 1.3s 2.0s ease-out forwards;
	animation: fadeIn02 1.3s 2.0s ease-out forwards;
}*

/* Clearfix
*****************************************/
.cf:after {
	content: " ";
	display: block;
	clear: both;
}