@charset "utf-8";

/*------------------------------------------------------------------------------ canvas --*/
/* canvas */
/* canvas */
#anmOver {
	position:fixed;
	margin:auto;
	width: 1400px;
	left:0;right:0;
	top:0;bottom:0;
	z-index: 1000;
	pointer-events:none;
	opacity: 0;
}

#anmBg {
	position:fixed;
	margin:auto;
	width: 1400px;
	left:0;right:0;
	top:0;bottom:0;
	z-index: -100;
	opacity: 0;
}

#topAnm{
	position:relative;
	width:1100px;
	height:570px;
	margin-left: 50px;
	margin-top: 28px;
}

#bgAnm{
}

#spbg{
	display: none;
}


/*------------------------------------------------------------------------------ NEWS --*/
#newscontent{
	width: 600px;
	height:250px;
	margin:0 auto;
	position:relative;
}
#newscontent div{
	width: 600px;
	text-align: center;
}
#newscontent div dt{
	padding-top:12px;
	font-size:150%;
	line-height:40px;
}
#newscontent div dd{
	margin-top:20px;
	font-size:113%;
	line-height:1.6;
}
#newscontent div a{
	color:#231815;
}
#newscontent div a:hover{
	text-decoration:underline;
}

#newscontent .slick-prev:before{
	content: '';
}
#newscontent .slick-next:before{
	content: '';
}

#newscontent .slick-next{
	position:absolute;
	top:30px;
	right:60px;
	width:40px;
	height:40px;
	background:url(../img/top/arrow_r.png) 0 0 no-repeat;
	background-size:100% auto;
	z-index:11;
}
#newscontent .slick-prev{
	position:absolute;
	top:30px;
	left:60px;
	width:40px;
	height:40px;
	background:url(../img/top/arrow_l.png) 0 0 no-repeat;
	background-size:100% auto;
	z-index:11;
}
ul.slick-dots {
	position:absolute;
	width:100%;
	bottom:85px;
	left:0;
	text-align:center;
}
ul.slick-dots li {
	margin:0 8px;
	width:14px;
	height:14px;
	display:inline-block;
	background:#dbdbdb;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	}
ul.slick-dots .slick-active{
	background:#e50012;
	}

#news .viewBtn{
	position:absolute;
	text-align:center;
	bottom:0 !important;
	left:50%;
	margin-left:-88px;
	width:176px;
	display:block;
	font-size:125%;
	line-height:1.1;
	padding:15px 0;
	color:#e50012;
	font-weight:bold;
	border:#e50012 2px solid;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	font-family: 'Oswald', sans-serif;
}
#news .viewBtn:hover{
	color:#fff;
	background:#e50012;
}


#reportsarrows{
	position:absolute;
	top: 289px;
	left: 0;
	display: block !important;
	width: 100%;
	cursor: pointer;

}

#reportsarrows .nextArw{
	position:absolute;
	right:20px;
	width:40px;
	height:40px;
	background:url(../img/top/arrow_r.png) 0 0 no-repeat;
	background-size:100% auto;
	z-index:11;
	cursor: pointer;
}
#reportsarrows .prevArw{
	position:absolute;
	left:20px;
	width:40px;
	height:40px;
	background:url(../img/top/arrow_l.png) 0 0 no-repeat;
	background-size:100% auto;
	z-index:11;
	cursor: pointer;
}


 /*
	modal
 */

#modalVideo{
	width: 100%;
	/*height: 600px !important;*/
	
}

div.close{
	background-color: #F00;
	text-align: right;
	color:#F00;
	font-size: 50px;
	text-decoration: none ;
	margin-bottom: 20px;
}

#player{
	/*width: 100%;
	height: auto;*/
}

.modalGallaryWin{
	width: 1000px;
	height: 666px;
	/*background-color: #BBB;*/
	text-align: center;
}


.iziModal-navigate > button{
    width: 54px !important;
    opacity: 1 !important;
}
.iziModal-navigate > button:hover{
    opacity: 0.5 !important;
}

.iziModal-navigate-prev{
	margin-left: -390px !important;
	background-color: #FFF;
	background: url(../img/report/galArwL.png) no-repeat 50% 50% !important;
}

.iziModal-navigate-next{
	margin-right: -390px !important;
	background-color: #FF0;
	background: url(../img/report/galArwR.png) no-repeat 50% 50% !important;
}

.modalTtl{
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 2.1rem;
}

/*
	concept
*/

#concept .conceptOver{
	display: block;
	position: absolute;
	width: 215px;
	height: 215px;
	border-radius: 50%;
	border: solid 4px #FFF;
	display: none;
	opacity: 0;
	pointer-events:none; 
}


#concept .c1{
	top: 291px;
	left: 782px;
	background-color: rgba(240,78,124,0.8);
}

#concept .c2{
	width: 180px;
	height: 180px;
	background-color: rgba(0,185,231,0.8);
	top: -38px;
	left: 271px;
}

#concept .c3{
	width: 205px;
	height: 205px;
	background-color: rgba(0,149,0,0.8);
	top: 268px;
	left: 325px;
}

.conceptOver img{
	/*background: #fff;*/
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
}




/*
-----------------------------------------------------------
	スマホ
*/
@media screen and (max-width:750px) {


#spbg{
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	overflow: hidden;
	z-index: -100;
	margin: 0;
}
#spbg img{
	position: absolute;
	display: block;
	top: 0;
}

#newscontent{
	width: 320px;
	height:auto;
	margin:0 auto;
	position:relative;
}
#newscontent div{
	width: 100%;
	text-align: center;
}
#newscontent div dt{
	padding-top:10px;
	font-size:100%;
	line-height:30px;
}
#newscontent div dd{
	margin-top:20px;
	font-size:87%;
	line-height:1.6;
}
#newscontent div a{
	color:#231815;
}
#newscontent div a:hover{
	text-decoration:underline;
}
#newscontent .slick-next{
	position:absolute;
	top:22px;
	right:0%;
	width:30px;
	height:30px;
	background:url(../img/top/arrow_r.png) 0 0 no-repeat;
	background-size:100% auto;
	z-index:11;
}
#newscontent .slick-prev{
	position:absolute;
	top:22px;
	left:0%;
	width:30px;
	height:30px;
	background:url(../img/top/arrow_l.png) 0 0 no-repeat;
	background-size:100% auto;
	z-index:11;
}

ul.slick-dots{
	position:relative;
	width:100%;
	bottom:0;
	left:0;
	text-align:center;
	margin-top:10px;
	}
ul.slick-dots li {
	margin:0 5px;
	width:10px;
	height:10px;
	display:inline-block;
	background:#dbdbdb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}


ul.slick-dots .slick-active{
	background:#e50012;
	}

#news .viewBtn{
	position:relative;
	text-align:center;
	bottom:0 !important;
	left:0;
	margin:15px auto 0 !important;
	width:180px;
	display:block;
	font-size:100%;
	line-height:1.1;
	padding:15px 0;
	color:#e50012;
	font-weight:bold;
	border:#e50012 2px solid;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	font-family: 'Oswald', sans-serif;
}
#news .viewBtn:hover{
	color:#fff;
	background:#e50012;
}



#reportsarrows{
	position:absolute;
	top: 200px;
	left: 0;
	display: block !important;
	width: 100%;
	
}

#reportsarrows .nextArw{
	position:absolute;
	right:10px;
	width:40px;
	height:40px;
	background:url(../img/top/arrow_r.png) 0 0 no-repeat;
	background-size:100% auto;
	z-index:11;
	cursor: pointer;
}
#reportsarrows .prevArw{
	position:absolute;
	left:10px;
	width:40px;
	height:40px;
	background:url(../img/top/arrow_l.png) 0 0 no-repeat;
	background-size:100% auto;
	z-index:11;
	cursor: pointer;
}


 /*
	modal
 */

#modalVideo{
	width: 100%;
	/*height: 600px !important;*/
}

div.close{
	background-color: #F00;
	text-align: right;
	color:#F00;
	font-size: 30px;
	text-decoration: none ;
	margin-bottom: 20px !important;
}

#player{
	width: 100%;
	height: auto;
}


.modalGallaryWin{
	width: 90%;
	text-align: center;
}

.iziModal-navigate > button{
    width: 32px !important;  
}
.ziModal-navigate > button:hover{
    opacity: 0.5 !important;
}

.iziModal-navigate-prev{
    margin-left: -52% !important;
}
.iziModal-navigate-next{
	margin-right:-52% !important;
}

#concept .conceptOver{
	display: none;
	opacity: 0;
}


/*
ここはスマホの領域です
*/



}



