@charset "UTF-8";
/*メインイメージ
---------------------------------*/
#slides{
    height: 100%;
}

#slides .slidesjs-container , #slides .slidesjs-control{
    width: 100%!important;
    height: 100%!important;
}

#slides li{
    height: 100%;
    background-image: url(../img/top/top_main2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#slides li:first-child{
    background-image: url(../img/top/top_main.jpg);
}

.mainImg {
	position: relative;
	background-image: none;
	width: 100%;
	height: 100%;
    display: block;
    z-index: -1;
}

/*pc用画像*/
.mainImg .pcImg {
	display: block;
}
/*sp用画像*/
.mainImg .spImg {
	display: none;
}
/*テキスト部分（天地左右中央）*/
.mainImg .text {
	position: absolute;
	/* top: 50%; */
	top: 60%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
/*タイトル*/
.mainImg h1 {
	display: block;
	width: 100%;
	text-align: center;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 7.5rem;
	font-weight: 900;
}
.mainImg p {
	display: block;
	width: 42%;
	padding: 1em;
	margin: 0 auto;
	text-align: center;
	font-size: 2rem;
    line-height: 3.5rem;
    text-shadow: 1px 1px 10px #333;
}

.mainImg h1.flexImg{
	max-width: 1000px;
	margin: auto;
}

.mainImg h1.flexImg img{
	width: 100%;
}

.mainImg a.scdown{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: block;
    width: 39px;
    margin: 0 auto;
    -webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
    z-index: 10;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


.slideType1 .pcImg,
.slideType2 .pcImg {
	animation-duration: 0.8s;
	-webkit-animation-duration: 0.8s;
}
.slideType1 .title,
.slideType2 .title {
	animation-duration: 1.0s;
	-webkit-animation-duration: 1.0s;
}
.slideType1 .btn,
.slideType2 .btn {
	animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
}
.slideType1 .pcImg,
.slideType2 .title,
.slideType2 .btn {
	animation-name: fromL;
	-webkit-animation-name: fromL;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
}
.slideType2 .pcImg,
.slideType1 .title,
.slideType1 .btn {
	animation-name: fromR;
	-webkit-animation-name: fromR;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
}

@-webkit-keyframes fromL {
	0% {-webkit-transform: translateX(-200px);}
	100% {-webkit-transform: translateX(0px);}
}
@keyframes fromL {
	0% {transform: translateX(-200px);}
	100% {transform: translateX(0px);}
}
@-webkit-keyframes fromR {
	0% {-webkit-transform: translateX(200px); }
	100% {-webkit-transform: translateX(0px);}
}
@keyframes fromR {
	0% {transform: translateX(200px); }
	100% {transform: translateX(0px); }
}

/*地図
---------------------------------*/
/*タイトル*/
.map h2 {
	color: #ffffff;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin: 45px 0;
}
/*タイトル英語部分*/
.map h2 span {
	display: block;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-style: italic;
	font-weight: 900;
	font-size: 3.8rem;
}
/*テキスト部分（背景に地図）*/

.map .text {
	display: block;
	background-image: url(../img/top/map.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 45% auto;
	text-align: left;
}

.map .text dl {
	display: block;
	width: 42%;
	padding: 2%;
	border: 1px solid #575d6c;
	box-sizing: border-box;
	margin-bottom: 2%;
	margin-left: 10%;
}
.map .text dt {
	font-size: 2.0rem;
	margin-bottom: 0.5em;
}
.map .text dd {
	font-size: 1.4rem;
}


.map .text dl.trans {
	animation-name: outLine1;
	-webkit-animation-name: outLine1;
	animation-duration: 1.0;
	-webkit-animation-duration: 1.0s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
}
@-webkit-keyframes outLine1 {
	0% {-webkit-transform: translateY(50px); opacity: 0.05;}
	100% {-webkit-transform: translateY(0px); opacity: 1;}
}
@keyframes outLine1 {
	0% {transform: translateY(50px); opacity: 0.05;}
	100% {transform: translateY(0px); opacity: 1;}
}



/*段落（写真の配置など）
---------------------------------*/
.section.type01, .section.type02{
    position: relative;
}

.section.type01 a img, .section.type02 a img{
    border: none;
    outline: none;
}


.section ul {
	width: 100%;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}


/*pc用画像*/
.section ul li.pcImg {
	float: left;
	list-style: none;
}
/*sp用画像*/
.section ul li.spImg {
	display: none;
}
/*2つ目の画像を右配置*/
.section.type02 ul li:nth-child(1) {
	float: right;
}
/*	写真サイズ
	type01：（左）大／（右）小
	type02：（左）小／（右）大*/
.section.type01 ul li:nth-child(1) {
	width: 60%;
}
.section.type01 ul li:nth-child(2) {
	width: 40%;
}
.section.type02 ul li:nth-child(1) {
	width: 60%;
}
.section.type02 ul li:nth-child(2) {
	width: 40%;
}
/*	段落の背景色
	bg01：濃い灰色
	bg02：白
	bg03：紺色*/
.section.bg01.slideType1 ul,
.section.bg01.slideType2 ul,
#highlight ul,
#events ul,
#gallery ul{
	background-color: #333333;
/*
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 2.2s;
	transition-property: background-color;
	transition-duration: 2.2s;
*/
}
.section.bg02.slideType1 ul,
.section.bg02.slideType2 ul,
#concept ul,
#release ul,
#move ul{
	background-color: #fff;
/*
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 2.2s;
	transition-property: background-color;
	transition-duration: 2.2s;
*/
}
.section.bg03.slideType1 ul,
.section.bg03.slideType2 ul {
	background-color: #101a57;
/*
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 2.2s;
	transition-property: background-color;
	transition-duration: 2.2s;
*/
}

.section.type01 a,
.section.type02 a {
    padding: 0;
    margin: 0;
    display: block;
    border-style: none;
    text-decoration: none;
    outline: none;
}


.section.type01 ul li a{
    color: #fff;
}

.section.type02 ul li a{
    color:#333;
}

.section.type01 a:hover img,
.section.type02 a:hover img {
   	opacity: 1;
	-webkit-animation: flash 1s;
	animation: flash 1s;
    opacity:0.7\9;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

.section.bg01 a:hover ul,
#highlight a:hover ul,
#events a:hover ul,
#gallery a:hover ul{
    background-color:#666;
}

.section.bg02 a:hover ul,
#concept a:hover ul,
#release a:hover ul,
#move a:hover ul{
    background-color:#eee;
}

.section.bg03 a:hover ul{
    background-color:#1c2d98;
}

/*各段落のタイトル*/
.section .title {
	float: right;
	width: 40%;
	padding: 15px 20px 0;
	box-sizing: border-box;
	color: #ffffff;
}
/*type02のタイトルは左配置*/
.section.type02 .title {
	float: left;
}
/*bg02のタイトルは黒文字*/
.section.bg02 .title {
	float: left;
	color: #000000;
}
/*タイトル英語部分*/
.section .title strong {
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-style: italic;
	font-weight: 900;
	font-size: 3rem;
	line-height: 1.2;
}
/*タイトル日本語*/
.section .title span {
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 1.6rem;
}
/*Moreボタン*/
.section .btn {
	width: 20%;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 3;
	font-style: normal;
	border: 1px solid #999999;
	text-decoration: none;
	position: absolute;
	left:61.5%;
	bottom: 5%;
    background-color: #101a57;
}
.section.type02 .btn {
	left:1.5%;
}
.section.type01 a:hover span.btn, .section.type02 a:hover span.btn{
    	background-color: #3343a2;
}

@media only screen and (max-width:979px) {
    .mainImg .pcImg {
        height: 100%;
    }
    .mainImg .pcImg img{
        width: auto;
        height: 100%;
    }
    .mainImg a.scdown{
        display: none;
    }
    .section .title strong{
    font-size: 2.5rem;
	}
}

/*640以下*/
@media only screen and (max-width:767px) {
    #slides li{
        width: 100%;
    }
	.mainImg .pcImg {
		display: none;
	}
/*
	.mainImg .spImg {
		display: block;
	}
*/
	.mainImg {
		padding-bottom: 150px;
	}
	.mainImg .text {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background-color: red;
	}
	.mainImg h1 {
		/* font-size: 8.5rem !important; */
		box-sizing: border-box;
		line-height: 1;
		position: absolute;
		top: 37%;
		left: 0;
		width: 100%;
		padding: 1em;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align: center;
        font-size: 4rem;
	}
	.mainImg p {
		box-sizing: border-box;
		width: 100%;
		padding: 10px;
		position: absolute;
		bottom: 0;
		background-color: #101a57;
        font-size: 1.1rem;
        line-height: 1.8rem;
	}


/*地図*/
	.map .text {
		background-position: center top;
		background-size: 110% auto;
		padding-top: 90%;
		margin-bottom: 10%;
	}
	.map .text dl {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
		border: 2px solid #575d6c;
		padding: 3%;
		margin-bottom: 3%;
		box-sizing: border-box;
	}
/*段落と画像*/
	.section ul li {
		float: none !important;
		width: 100% !important;
	}
	.section ul li.pcImg {
		display: none;
	}
	.section ul li.spImg {
		display: block;
	}
	.section.nextPage {
		display: none;
	}
/*各段落のタイトル*/
	.section .title {
		float: none;
		width: 100%;
		padding: 1.5% 6.25% 6.25%;
		padding-bottom: 50%;
		margin: 0;
		box-sizing: border-box;
		color: #ffffff;
	}
	.section .btn{
		position: static;
		margin-top: -45%;
		margin-bottom: 5%;
		margin-left: 5%;
		width: 50%;
	}
	.slideInL, .slideInR {
		animation-name: none;
		-webkit-animation-name: none;
	}
}
@media only screen and (max-width:767px) and (orientation: landscape) {
	.mainImg h1 {
	top: 35%;
	padding: 0;
}
