@charset "utf-8";

@media screen and (max-width:768px) {
	#main {
	    padding-top: 0;
	}
}

/*  ,mv
--------------------------------------------------*/

.mv {
	position: relative;
	width: 100%;
	height: 620px;
	overflow: hidden;
}
	.mvImg {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: auto;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
		background: url(../../img/home/pc/mv.jpg) no-repeat center;
		background-size: cover;
		z-index: 1;
	}
	.mv:before {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		opacity: 0;
		transition-duration: 1s;
		transition-timing-function: ease-in-out;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.38) 37%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.38) 37%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.38) 37%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	}
	.loaded .mv:before {
		opacity: 1;
	}
	.mv h2 {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: auto;
		transform: translate(-50%, -50%);
		width: 100%;
		max-width: 320px;
		z-index: 3;
		transition-duration: 1s;
		transition-delay: .8s;
		transition-timing-function: ease-in-out;
		opacity: 0;
	}
	.mv h2.active {
		opacity: 1;
	}
	.mv h2.anime-blur {
		max-width: 270px;
	}

@media screen and (max-width:768px) {
	.mv:before {
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 63%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.5) 63%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.5) 63%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
	}
	.mv h2 {
		max-width: 220px;
	}
	.mv h2.anime-blur {
		max-width: 225px;
	}
}

/*  ,homeNav
--------------------------------------------------*/

.homeNav {
	background: url(../../img/home/pc/bg-homeNav.jpg) no-repeat center;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 10px;
}
	.homeNav ul {
		display: table;
		width: auto;
	}
	.homeNav li {
		float: right;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		padding: 0 20px;
		height: 120px;
	}
	.homeNav .soon {
		opacity: .4;
		pointer-events: none;
	}
		.homeNav li a {
			color: #fff;
			font-size: 14px;
			display: block;
			transition-duration: .3s;
			transition-timing-function: ease-in-out;
		}
		.homeNav li a:hover {
			color: #c1b36c;
		}

@media screen and (max-width:768px) {
	.homeNav {
		display: none;
	}
}


/*  #news
--------------------------------------------------*/


#news {
    margin: 59px auto 70px auto;
}
	#news .newsTlt {
	    font-size: 24px;
	    text-align: center;
	    margin-bottom: 35px;
	}
#news .wBtn {
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 375px;
    width: 100%;
}
	#news .wBtn a {
	    display: block;
	    padding: 16px 0 16px;
	}

@media screen and (max-width: 768px){
	#news {
	    margin: 43px auto 50px auto;
	}
		#news .newsTlt {
		    font-size: 18px;
		    margin-bottom: 25px;
		    line-height: 1.75;
		}
	#news .wBtn {
	    text-align: center;
	    margin: 0 auto;
	    margin-top: 25px;
	    max-width: 300px;
	    font-size: 16px;
	}
		#news .wBtn a {
		    display: block;
		    padding: 17px 0 17px;
		    font-size: 16px;
		    }
}

/*  .articles --------------------------*/

#news .articleBox{
	/*padding: 100px 0 0;*/
}
.newsCategories{
	margin-bottom: 53px;
}
.newsCategories ul{
	text-align: center;
	font-size: 0;
}
	.newsCategories ul li{
		display: inline-block;
		line-height: 1;
	}
	.newsCategories ul li + li{
		border-left: solid 1px #999;
	}
		.newsCategories ul li a{
			display: block;
			color: #666;
			padding: 0 30px;
			font-size: 18px;
		}
	#news .articles{
		max-width: 300px;
		width: 30%;
		float: left;
	}
	#news .cf .articles + .articles{
		margin-left: 5%;
	}
	#news .articles:nth-child(4){
		display: none;
	}
	#news .articles .thumbnail{
		width: 100%;
		padding-bottom: 73.3334%;
		height: 0;
		background-size: cover;
		background-position: center;
		margin-bottom: 13px;
	}
		#news .articles .inner{
			max-width: 800px;
		}
		#news .articles .categoryDate{
			color: #a79754;
			font-size: 13px;
			margin-bottom: 3px;
		}
			#news .articles .category,
			#news .articles .date{
				color: #a79754;
				font-size: 13px;
				display: inline-block;
			}
			#news .articles .category{
				float: left;
			}
			#news .articles .date{
				float: right;
			}
			#news .articles .ttl{
				font-size: 16px;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
				position: relative;
				line-height: 1;
				padding-bottom: 15px;
				margin-bottom: 13px;
			}
				#news .articles .ttl:after{
					content: "";
					position: absolute;
					left: 0;
					right: 0;
					bottom: 0;
					margin: auto;
					width: 100%;
					height: 1px;
					background-color: #a79754;
				}
			#news .articles .text{
				font-size: 12px;
				color: #666;
				line-height: 1.92;
			}	
@media screen and (max-width: 768px){

	#news .articleBox .inner{
		width: 87.5%;
	}
	#news .articles{
		width: 46.4286%;
	}
	#news .cf .articles + .articles{
		margin-left: 0;
	}
	#news .cf .articles:nth-child(even){
		float: right;
	}
	#news .cf .articles:nth-child(n + 3){
		margin-top: 40px;
	}
	#news .articles:nth-child(4){
		display: block;
	}
	#news .articles .thumbnail{
		margin-bottom: 6px;
	}
		#news .articles .category,
		#news .articles .date{
			display: block;
		}
		#news .articles .category{
			float: none;
			line-height: 1;
		}
		#news .articles .category + .category{
			margin-top: 2px;
		}
		#news .articles .date{
			float: none;
			line-height: 1;
			margin-top: 4px;
			margin-bottom: 3px;
		}
		#news .articles .ttl{
			font-size: 16px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			position: relative;
			line-height: 1;
			padding-bottom: 10px;
			margin-bottom: 7px;
		}
			#news .articles .ttl:after{
				content: "";
				position: absolute;
				left: 0;
				right: 0;
				bottom: 0;
				margin: auto;
				width: 100%;
				height: 1px;
				background-color: #a79754;
			}
		#news .articles .text{
			line-height: 1.6;
		}	
}	



/*  #about_zenshuji
--------------------------------------------------*/

#about_zenshuji {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 120px;
}
	#about_zenshuji .secTtl {
		margin-bottom: 120px;
	}
	#about_zenshuji .box {
		position: relative;
	}
	#about_zenshuji .box + .box {
		margin-top: 300px;
	}
		#about_zenshuji .box .ico {
			width: 50%;
			max-width: 280px;
			position: absolute;
		    z-index: -1;
		}
			#about_zenshuji .box .ico .ttl {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
			}
			#about_zenshuji .box .ico .view {
				position: absolute;
				bottom: 30%;
				left: 0;
				right: 0;
				margin: auto;
				width: 100px;
				height: 1px;
			}

		#about_zenshuji .boxInner {
			width: 92%;
			max-width: 1100px;
		}
			#about_zenshuji .photo {
				width: 60%;
				max-width: 650px;
				float: left;
			}
			#about_zenshuji .tips {
				width: 35%;
				float: right;
			    padding-top: 158px;
			}
				#about_zenshuji .tips h4 {
					margin-bottom: 30px;
				    font-size: 24px;
				    letter-spacing: 0;
				}
				#about_zenshuji .tips p {
					margin-bottom: 30px;
				}
				#about_zenshuji .tips .wBtn {
					max-width: 200px;
				}
					#about_zenshuji .tips .wBtn a {
					    padding: 10px 0;
					}
					#about_zenshuji .tips .wBtn.close a:after{
						line-height: 40px;
					}

	#about_zenshuji .hondou {
	}
		#about_zenshuji .hondou .ico {
		    top: -135px;
		    right: -25px;
		}

	#about_zenshuji .noukotsu {
	}
		#about_zenshuji .noukotsu .boxInner {
			margin-left: auto;
		}
		#about_zenshuji .noukotsu .ico {
	        top: -220px;
		    left: 22%;
		}
		#about_zenshuji .noukotsu .photo {
			float: right;
		}
		#about_zenshuji .noukotsu .tips {
			float: left;
			padding-top: 87px;
		}

@media screen and (max-width:768px) {
	#about_zenshuji {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
		#about_zenshuji .secTtl {
		    margin-bottom: 40px;
		}
		#about_zenshuji .box + .box {
		    margin-top: 60px;
		}
			#about_zenshuji .boxInner {
			    width: 100%;
			}
			#about_zenshuji .hondou .ico,
			#about_zenshuji .noukotsu .ico {
			    top: inherit;
			    right: inherit;
			    left: inherit;
			    position: inherit;
			    margin-right: auto;
			    margin-left: auto;
			    z-index: 2;
		        max-width: 200px;
			}
			#about_zenshuji .photo {
			    width: 100%;
			    max-width: inherit;
			    float: none;
			    margin-top: -30px;
			}
			#about_zenshuji .tips {
			    width: 87.5%;
			    float: none;
			    padding-top: 30px;
			    margin-right: auto;
			    margin-left: auto;
			}
			#about_zenshuji .noukotsu .photo {
			    float: none;
			}
			#about_zenshuji .noukotsu .tips {
			    float: none;
			    padding-top: 30px;
			}
				#about_zenshuji .tips h4 {
				    margin-bottom: 15px;
				    font-size: 20px;
				    text-align: justify
				}
				#about_zenshuji .tips p {
				    margin-bottom: 25px;
				    font-size: 13px;
				    line-height: 2;
				    text-align:justify;
				}
				#about_zenshuji .tips .wBtn {
				    max-width: 180px;
				    margin-right: auto;
				    margin-left: auto;
				}
				#about_zenshuji .tips .wBtn:after {
				    right: 20px;
				}
					#about_zenshuji .tips .wBtn a {
						font-size: 14px;
					}
						#about_zenshuji .tips .wBtn.close a:after{
							line-height: 36px;
						}
}

/*  #help
--------------------------------------------------*/

#help {
	padding-top: 70px;
	padding-bottom: 120px;
}
	#help .secTtl {
		margin-bottom: 40px;
	}
	#help .secTxt {
		margin-bottom: 55px;
	}
	#help ul {
		width: 100%;
		max-width: 1200px;
		margin-right: auto;
		margin-left: auto;
	}
		#help li {
			/*width: 33.3%;*/
			width: 50%;
			/*max-width: 400px;*/
			max-width: 600px;
			position: relative;
			float: left;
			overflow:hidden;
		}
		#help li:nth-child(2) {
			/*width: 33.4%;*/
		}
			#help li .linkWrap{
				display: block;
			}
			#help li .bgImg {
				position: absolute;
				top: 50%;
				left: 50%;
				margin: auto;
				transform: translate(-50%, -50%);
				width: 105%;
				height: 100.5%;
				transition-duration: 1s;
				transition-timing-function: ease-in-out;
			}
			#help .h-ossuary .bgImg {
				background: url(../../img/home/pc/bg-h-ossuary.jpg) no-repeat center;
				background-size: cover;
			}
			#help .h-nenki .bgImg {
				background: url(../../img/home/pc/bg-h-nenki.jpg) no-repeat center;
				background-size: cover;
			}
			#help .h-other .bgImg {
				background: url(../../img/home/pc/bg-h-other.jpg) no-repeat center;
				background-size: cover;
			}
			#help li a:hover .bgImg {
				width: 115%;
			}
			#help li .tips {
				/*width: 75%;*/
				width: 95%;
				/*max-width: 240px;*/
				margin-right: auto;
				margin-left: auto;
				padding-top: 60px;
				padding-bottom: 40px;
				position: relative;
			}
				#help li .tips h4 {
					width: 36px;
					margin-right: auto;
					margin-left: auto;
					margin-bottom: 35px;
				}
				#help li .tips p {
					color: #fff;
					text-align: center;
					font-size: 16px;
					line-height: 1.75;
					letter-spacing: 0.06em;
					margin-bottom: 35px;
				}
				#help li .tips .wBtn {
					max-width: 200px;
					margin-right: auto;
					margin-left: auto;
					padding: 10px 0;
					color: #fff;
					border: 1px solid #ccc;
					background-color: rgba(255,255,255,0);
					margin-right: auto;
					margin-left: auto;
					text-align: center;
					transition: .3s;
				}
				#help li .tips .wBtn:after {
				    border-top: 1px solid #ccc;
				    border-right: 1px solid #ccc;
				}
				#help li .tips .wBtn.close{
					pointer-events: none;
					border: 1px solid #999;
				}
				#help li .tips .wBtn.close:before{
					content: "準備中";
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background-color: rgba(153,153,153,.9);
					font-size: 18px;
					color: rgba(255,255,255,.55);
					text-align: center;
					line-height: 38px;
					z-index: 1;
				}
			
				#help li .tips .wBtn:hover {
					background-color: rgba(255,255,255,1);
					color: #000;
				}
					

	#help .under-txt {
		font-size: 20px;
		line-height: 1.75;
		text-align: center;
		padding-top: 60px;
	}

@media screen and (max-width:768px) {
	#help {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
		#help .secTtl {
			margin-bottom: 20px;
		}
		#help .secTxt {
			margin-bottom: 40px;
			text-align:justify;
		}

		#help li {
		    width: 100%;
		    float: none;
		    margin-right: auto;
		    margin-left: auto;
		}
		#help li:nth-child(2) {
		    width: 100%;
		}
			#help li .tips {
				padding-top: 30px;
				/*max-width: 200px;*/
			}
			#help li .tips h4 {
			    /*width: 25px;*/
			    width: 30px;
			    margin-bottom: 25px;
			}
			#help li .tips p {
				font-size: 14px;
			}
				#help li .tips .wBtn.close:before{
					line-height: 34px;
				}

	#help .under-txt {
	    font-size: 16px;
	    padding-top: 40px;
	}
}


