@charset "UTF-8";

/* ホーム */
@media (min-width: 1024px) {
	#gnavi ul li:nth-child(1){
		border-left:1px solid rgba(15,15,15,0.3);
	}
	#gnavi ul li:nth-child(2){
		border-left:none;
	}
}


#bg{
	position:relative;
	left:0;
	width:100vw;
	height:calc(100vh - 71px);
	height:100vh;
	
	/*top:0;
	height:100vh;
	background:url(../img/slide01.jpg) no-repeat center;
	background-size:cover;
	z-index:-1;*/
}
@media (min-width: 1024px) {
	#bg{
		top:188px;
		height:100vh;
		
		top:0;
	}
}

#container{
	background:#FFF;
}

/* 3つのポイント */
#point-back1{
	background:#104000;
}
.point{
	text-align:center;
}
.point ul{
	font-size:0;
}
.point ul li:last-child{
	border:none;
}
.point ul li p{
	padding:5px 0;
	line-height:130%;
}
.point#point1{
	color:#FFF;
	font-family:'NewYork','BIZ UD明朝','BIZ UDMincho','游明朝','YuMincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','メイリオ','Meiryo','ＭＳ Ｐ明朝','MS PMincho',serif;
}
.point#point1 ul li{
	font-size:1.8rem;
	padding:14px 0 8px;
	border-bottom:1px solid #FFF;
}
.point#point2{
	padding:0 15px;
	line-height:200%;
	letter-spacing:1px;
	font-family:'Verdana','BIZ UDゴシック','BIZ UDGothic','游ゴシック','YuGothic','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.point#point2 ul li{
	font-size:1.5rem;
	padding:12px 0 10px;
	border-bottom:1px solid #104000;
}
.point#point2 ul li:first-child{
	line-height:130%;
}
@media (min-width: 1024px) {
	#point-back2{
		border-bottom:1px solid #104000;
	}
	.point ul li{
		display:inline-block;
		vertical-align:middle;
		width:33.333%;
		box-sizing:border-box;
	}
	.point#point1{
		margin-top:0;
	}
	.point#point1 ul li{
		font-size:2.0rem;
		border-bottom:none;
		border-right:1px solid #FFF;
	}
	.point#point1 ul li:last-child{
		border:none;
	}
	.point#point2{
		padding:0;
		letter-spacing:0;
	}
	.point#point2 ul li{
		font-size:1.4rem;
		letter-spacing:1px;
		border-bottom:none;
		border-right:1px solid #104000;
	}
	.point#point2 ul li:last-child{
		border:none;
	}
	.point#point2 ul li img{
		width:35px;
		height:33px;
	}
}
@media (min-width: 1200px) {
	.point{
		margin:0 auto;
		width:1024px;
	}
	.point#point1{
		border-left:1px solid #FFF;
		border-right:1px solid #FFF;
	}
	.point#point2{
		border-left:1px solid #104000;
		border-right:1px solid #104000;
	}
}

br.br768-1023{
	display:none;
}
@media (min-width: 568px) and (max-width: 767px) {
	br.br568-767{
		display:none;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	br.br768-1023{
		display:inline;
	}
}

/* 告知 */
#announce{
	text-align:center;
	padding:50px 0 30px;
}
#announce h3{
	font-size:2.5rem;
	padding-bottom:15px;
	font-family:'NewYork','BIZ UD明朝','BIZ UDMincho','游明朝','YuMincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','メイリオ','Meiryo','ＭＳ Ｐ明朝','MS PMincho',serif;
}
#announce h4{
	font-size:2.0rem;
}
#announce h4.second{
	padding-top:10px;
}
@media (min-width: 768px) {
	#announce{
		padding:40px 0 15px;
	}
	#announce h3{
		font-size:2.6rem;
	}
	#announce h4{
		font-size:2.1rem;
	}
}
@media (min-width: 1024px) {
	#announce h3{
		font-size:2.7rem;
		padding-bottom:25px;
	}
	#announce h4{
		font-size:2.2rem;
	}
	#announce h4.second{
		padding-top:15px;
	}
}
@media (min-width: 1200px) {
	#announce{
		padding:50px 0 20px;
	}
	#announce h3{
		font-size:3.0rem;
	}
	#announce h4{
		font-size:2.5rem;
	}
}

/* フォトライブラリー */
#photo-library{
	text-align:center;
	padding:5px 0 15px;
}
#photo-library h3{
	font-size:2.3rem;
}
#photo-library a{
	position:relative;
  	display:inline-block;
}
#photo-library a::after{
	content:'';
  	position:absolute;
  	bottom:-1px;
  	left:0;
  	width:100%;
  	height:1px;
  	background-color:#333;
  	-webkit-transform:scaleX(1);
  	-moz-transform:scaleX(1);
  	-ms-transform:scaleX(1);
  	-o-transform:scaleX(1);
  	transform:scaleX(1);
	-webkit-transition:ease-in-out 0.5s;
    -moz-transition:ease-in-out 0.5s;
    -ms-transition:ease-in-out 0.5s;
    -o-transition:ease-in-out 0.5s;
    transition:ease-in-out 0.5s;
}
#photo-library a:hover::after{
  	-webkit-transform:scaleX(0);
  	-moz-transform:scaleX(0);
  	-ms-transform:scaleX(0);
  	-o-transform:scaleX(0);
  	transform:scaleX(0);
}
@media (min-width: 768px) {
	#photo-library{
		padding:15px 0;
	}
}
@media (min-width: 1024px) {
	#photo-library h3{
		font-size:2.5rem;
	}
}

/* インフォメーション */
#information{
	padding:25px 0;
	text-align:center;
}
#information h3{
	text-align:center;
	font-family:"NewYork";
	font-size:1.8rem;
	padding-bottom:3px;
	margin-bottom:5px;
	border-bottom:1px solid #0F0F0F;
}
#information h4{
	text-align:center;
	font-family:"NewYork";
	font-size:1.5rem;
}
#information h5{
	font-size:1.5rem;
	font-weight:bold;
	padding:15px 0 7px;
}
@media (min-width: 768px) {
	#information{
		padding:30px 100px 40px;
	}
	#information h3{
		font-size:1.9rem;
	}
}
@media (min-width: 1024px) {
	#information{
		padding:30px 150px 40px;
	}
	#information h3{
		font-size:2.0rem;
	}
}
@media (min-width: 1200px) {
	#information{
		padding-bottom:55px;
		text-align:center;
	}
	#information h3{
		font-size:2.3rem;
	}
	#information h5{
		font-size:1.6rem;
	}
}

/* パネルボタン */
#panel-btn{
	margin:50px 0 0;
	text-align:center;
	font-size:0;
}
.panel-btn{
	position:relative;
	color:#FFF;
	background:#0F0F0F;
	line-height:0;
	vertical-align:bottom;
}
.panel-btn img{
	
}
.panel-btn a{
	color:#FFF;
}
.panel-btn a > img{
	opacity:0.6;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
	-webkit-transition:ease-in-out 0.5s;
	-moz-transition:ease-in-out 0.5s;
	-ms-transition:ease-in-out 0.5s;
	-o-transition:ease-in-out 0.5s;
	transition:ease-in-out 0.5s;
}
.panel-btn a:hover > img{
	opacity:0.9;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
}
.panel-btn a:hover{
	text-shadow:0 1px 0 #0F0F0F;
}
.panel-btn.dead img,
.panel-btn.dead h3,
.panel-btn.dead h4,
.panel-btn.dead p{
	opacity:0.6;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
}
.panel-logo{
	position:absolute;
	top:50%;
	left:0;
	margin-top:-88px;
	width:100%;
}
.icon-logo-w{
	width:30px;
	height:30px;
	margin-bottom:5px;
}
.panel-logo h3{
	font-family:'NewYork';
	font-size:2.0rem;
	letter-spacing:2px;
	padding-top:5px;
}
.panel-logo h3.brand{
	font-size:1.2rem;
	letter-spacing:0;
	padding-top:3px;
}
.panel-logo h4{
	font-size:1.7rem;
	display:inline-block;
	padding:7px 40px 5px;
	margin-bottom:5px;
	border-bottom:1px solid #FFF;
}
.panel-logo p{
	font-family:'NewYork';
	font-size:1.4rem;
}
@media (min-width: 568px) {
	.panel-btn{
		display:inline-block;
		width:50%;
	}
}
@media (min-width: 768px) {
	#panel-btn{
		margin:70px 0 20px;
	}
}
@media (min-width: 1024px) {
	#panel-btn{
		margin-top:80px;
	}
	.panel-btn{
		width:25%;
	}
	.panel-logo{
		margin-top:-77px;
	}
	.icon-logo-w{
		width:20px;
		height:20px;
	}
	.panel-logo h3{
		font-size:1.7rem;
	}
	.panel-logo h4{
		font-size:1.5rem;
	}
}
@media (min-width: 1200px) {
	.panel-logo{
		margin-top:-86px;
	}
	.icon-logo-w{
		width:30px;
		height:30px;
	}
	.panel-logo h3{
		font-size:2.0rem;
	}
	.panel-logo h4{
		font-size:1.7rem;
	}
}

.sp568-1023{
	display:none;
}
@media (min-width: 568px) and (max-width: 1023px) {
	.sp568-1023{
		display:inline;
	}
}