@charset "UTF-8";

/*/// ////////////////////////////////


header
///////////////////////////////////*/
.topRogo{
	position:absolute;
	top:0; left:40px;
	z-index:55;
}
/*/// ////////////////////////////////
header ------ sp
///////////////////////////////////*/
@media screen and (max-width: 1000px){
header{
	top:0;
}
header nav ul#navigator {
    padding-top: 110px;
}
}
@media screen and (max-width:640px){
.topRogo{
	position:absolute;
	top:0; left:0;
	width:100%;
	text-align:center;
	z-index:55;
}
}

/*/// ////////////////////////////////


mainSlider
///////////////////////////////////*/
#main h2{
	position:absolute;
	top:50%; left:50%;
	z-index:40;
	text-align:center;
	margin:-110px 0 0 -260px;
	color:#fff;
}
#main h2 .mark{
	display:block;
	padding:15px 0 10px;
}
#main h2 .copy,
#main h2 .gyoutai{
	display: block;
	font-size: 1.0em;
	font-weight: 400;
	letter-spacing: 0.15em;
	line-height: none;
}
/*header #coverWrap{
	z-index:110;
	background:#FFFFFF;
	width:100%; height:100%; min-height:100%;
	position:absolute; top:0; left:0;
	display:none;
}*/

#mainSlider{
	display:block;
	padding:0;
	z-index:10;
	position:relative;
}
#mainSlider ul{
	list-style:none;
	padding:0;
	margin:0;
}
/*/// ////////////////////////////////
mainSlider ------ sp
///////////////////////////////////*/
@media screen and (max-width: 1000px){
#mainSlider{
}
/*#mainSlider .bordBx{
	position:absolute;
	background:#fff;
	z-index:9999;
}
#mainSlider .left{
	width:3px;
	top:10px; left:10px; bottom:10px;
}
#mainSlider .right{
	width:3px;
	top:10px; right:10px; bottom:10px;
}
#mainSlider .bottom{
	height:3px;
	right:10px; left:10px; bottom:10px;
}
#mainSlider .top{
	height:3px;
	top:10px; right:10px; left:10px;
}*/
}
@media screen and (max-width:640px){
#main h2{
	margin:-45px 0 0 -127px;
}
#main h2 .mark{
	padding:5px 0 0;
}
#main h2 .mark img{
	width:160px;
}
#main h2 .copy,
#main h2 .gyoutai{
	font-size:0.8em;
}
#mainSlider{
}
}

/*/// ////////////////////////////////


contentWrap
///////////////////////////////////*/
#contentWrap{
}
/*/// ////////////////////////////////
mainSlider ------ sp
///////////////////////////////////*/
@media screen and (max-width: 1000px){
}
@media screen and (max-width:640px){
}
/*/// ////////////////////////////////


concept
///////////////////////////////////*/
#concept{
	/*background:url(../img/home/bk_concept.gif) top left scroll repeat;*/
	text-align:center;
	padding:50px 0 60px 0;
}
/*#concept h2 .libreFont::after{
	background:url(../img/home/line_h2.gif) bottom right scroll repeat;
}
#concept h2 .libreFont::before{
	background:url(../img/home/line_h2.gif) bottom left scroll repeat;
}*/
/*#concept .ph{
	margin:-100px 0 -90px;
}*/
#concept h3{
	display:block;
	max-width:1000px;
	margin:0 auto;
	font-size:1.7em;
	letter-spacing:0.05em;
	line-height:1.3em;
	margin-bottom:25px;
}
#concept h3 strong{
	display: inline-block;
	font-size:1.0em;
	font-weight:700;
	padding:10px 0 10px;
	/*line-height:1.5em;*/
}
#concept h3 .name{
	font-size:1.8em;
	display: inline-block;
	line-height:1.2em;
}
#concept h3 .name span{
	font-weight:400;
}
#concept h3 small{
	font-size:0.7em;
}
#concept .freeTxt{
	letter-spacing:0.02em;
	line-height:1.75em;
	/*max-width:640px;*/
	margin:0 auto;
	text-align:center;
}
/*/// ////////////////////////////////
concept ------ sp
///////////////////////////////////*/
@media screen and (max-width: 1000px){
#concept{
	padding:15px 0 60px;
}
#concept .pageWidth{
	overflow:visible;
}
#concept .ph{
	margin:-65px 0 -60px;
}
#concept .ph img{
	max-width:60%;
	height:auto;
}
}
@media screen and (max-width:640px){
#concept .ph{
	margin:-65px 0 -30px;
}
#concept .ph img{
	max-width:60%;
	height:auto;
}
#concept h3{
	font-size:1.2em;
}
#concept h3 strong{
	font-size:0.9em;
	/*margin-bottom:30px;*/
}
#concept .freeTxt{
	/*letter-spacing:0.05em;*/
	/*font-size:1.2em;*/
	line-height:1.75em;
	/*max-width:470px;*/
	margin:0 auto;
	/*text-align:left;*/
}
}

/*/// ////////////////////////////////


banner
///////////////////////////////////*/
#banner{
	text-align:center;
}
#banner #bannerList{
	list-style:none;
	width:100%;
	margin:0 auto;
	display: flex;
	justify-content: center;
}
#banner #bannerList li{
	max-width:33.33%;
}
#banner #bannerList li a{
	line-height:0.8em;
}
/*/// ////////////////////////////////
banner ------ sp
///////////////////////////////////*/
@media screen and (max-width: 1000px){
}
@media screen and (max-width:640px){
#banner #bannerList{
	flex-wrap:wrap;
}
#banner #bannerList li{
	max-width:inherit;
}
}


/*/// ////////////////////////////////


news
///////////////////////////////////*/
#news{
	background:url(../img/home/bk_news.png) center top scroll no-repeat;
	background-size:cover;
	text-align:center;
	padding:60px 0 30px;
	margin:0 0 20px;
}
#news h2{
	padding:5px 0 20px;
	color:#caaf71;
	font-size:2.8em;
	font-weight:400;
}
/*#news h2 .libreFont::after{
	background:url(../img/common/line_h2_white.png) bottom right scroll repeat;
}
#news h2 .libreFont::before{
	background:url(../img/common/line_h2_white.png) bottom left scroll repeat;
}*/
#news #newsList{
	list-style:none;
	width:90%;
	margin:0 auto;
}
#news #newsList li{
	width:33.33333333%;
	float:left;
}
#news #newsList li a{
	display:block;
	margin:40px;
	text-decoration:none;
	/*font-size:1.2em;*/
	
	line-hegiht:1.0em;
	color:#f0f0f0;
	/*font-weight:600;*/
}
#news li a .date{
	margin:15px 0 0;
	color:#caaf71;
	font-weight:500;
	font-size:1.3em;
	letter-spacing:0.15em;
}
#news #newsList li a .ph{
	position:relative;
	line-height:0;
}
#news li a .ph img{
	border:#000000 solid 5px;
	/*-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;*/
}
#news li a .ttl{
	text-align:left;
	background:url(../img/common/bk_ffffff_70.png) top left scroll repeat;
	/*background-color:rgba(255,255,255,0.7);*/
	color:#003845;
	font-size:1.0em;
	padding:5px 15px;
	/*-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	border-radius:30px;*/
	margin-top:15px;
}
#news li a:hover .ttl{
	background:#f0f0f0;
}
/*/// ////////////////////////////////
news ------ sp
///////////////////////////////////*/
@media screen and (max-width: 1000px){
#news #newsList{
	width:100%;
}
#news #newsList li a{
	margin:20px 10px;
	font-size:1.0em;
}
}
@media screen and (max-width:640px){
#news #newsList{
	width:100%;
}
#news #newsList li{
	width:100%;
	float:none;
	margin:20px auto;
}
#news #newsList li a{
	/*margin:0;*/
	font-size:1.0em;
}
#news li a .ph img{
	border:#000000 solid 5px;
}
#news #newsList li a .ttl{
	text-align:center;
	margin: 15px auto;
	max-width:450px;
}
/*/// ////////////////////////////////
news ------ sp slider
///////////////////////////////////*/
#news #newsListSp{
	list-style:none;
	/*width:100%;*/
	/*width:90%;*/
	/*margin:0 auto;*/
}
#news #newsListSp li{
	/*width:100%;*/
	margin:20px auto;
}
#news #newsListSp li a{
	/*margin:10px;*/
	font-size:1.0em;
	text-decoration:none;
	line-hegiht:1.0em;
	color:#f0f0f0;
}
#news #newsListSp li a .ttl{
	text-align:center;
	margin: 15px auto;
}
}

/*/// ////////////////////////////////


sns
///////////////////////////////////*/
#sns{
	text-align:center;
	padding:20px 0 40px;
}
/*/// ////////////////////////////////



///////////////////////////////////*/
/*/// ////////////////////////////////
 ------ sp
///////////////////////////////////*/
@media screen and (max-width: 1000px){
}
@media screen and (max-width:640px){
}




/*/// ////////////////////////////////


insta
///////////////////////////////////*/
#insta{
	margin:30px auto 100px;
	text-align:center;
}
#insta .wrap {
    /*border: 5px solid #002d60;*/
    padding: 2%;
    
}
#insta h2{
	/*font-size:5em;*/
	padding:30px 0 40px;
	/*color: #caaf71;*/
	font-size: 2.8em;
	font-weight: 500;
}
#insta ul{
	list-style:none;
}
#insta ul li{
	/*width:25%;*/
	width:226px;
	height: 226px;
	float:left;
	margin:0.5%;
	position:relative;
	background: #000;
	z-index:10;
}
#insta ul li a{
	display:block;
	width:100%;
	height: 100%;
	/*position:relative;*/
}
#insta ul li a img{
	max-width: 100%;
	max-height: 226px;
	min-height: 205px;
}
#insta ul li a figcaption{
	display:block;
	opacity:0;
	width:100%; height:100%;
	position:absolute;
	top:0; left:0;
	text-align:center;
}
#insta ul li a:hover figcaption{
	opacity:1;
}
#insta ul li a:hover figre{
	background-color:#000;
	opacity:0.5;
}
#insta ul li a:hover figcaption{
	opacity:1;
	background: rgba(0, 0, 0, 0.4) ;
}
#insta ul li a figcaption,
#insta ul li a:hover figcaption{
	-o-transition: opacity 0.25s ease-in;
	-webkit-transition: opacity 0.25s ease-in;
	-moz-transition: opacity 0.25s ease-in;
	transition: opacity 0.25s ease-in;
}
#insta ul li a figcaption p{
	position:absolute;
	width:100%;
	top:50%;
	text-align:center;
	font-size:1.4em;
	letter-spacing:0.15em;
	color:#fff;
}
#insta ul li a figcaption p i{
	display:inline;
}
#insta ul li a:hover{
}
/*/// ////////////////////////////////
insta ------ tab
///////////////////////////////////*/
@media screen and (max-width: 1000px){
#insta{
	overflow:inherit;
}
#insta h2{
	/*font-size:2em;*/
}
#insta ul li{
	width:31.2%;
	/*height: auto;*/
	max-height: 226px;
	margin:1%;
}
#insta ul li a img{
	max-height: 226px;
	min-height: 210px;
}
}
/*/// ////////////////////////////////
insta ------ sp
///////////////////////////////////*/
@media screen and (max-width: 640px){
#insta ul{
	margin-top:-10px;
}
#insta ul li{
	width:47.5%;
	
	max-height: 180px;
}
	#insta ul li a img{
	max-height: 180px;
	min-height: 170px;
}
}

