@charset "utf-8";





@media only screen and (max-width: 480px) {



.bg-white{
	position:absolute;
	width: 100%;
	height: 340px;
	background: #fff;
	top:0;
	left: 0;
	z-index: 1;
}

.black-bg{
height:100vh;
}

.loader{
	height: 100vh;
	position: relative;
	width:100%;
}
.loader__img {
	width:100%;
	height: 100vh;
	position: relative;
	width:100%;
}
.loader__img img {
	position:absolute;
	width:300px;
	height:auto;
	top: 50%;
	left: 50%;
	transform: translate( -50%,-50%);
}

.main{
	width: 100%;	
min-width: 100%;
height:100vh;
position:relative;
width:100%;
overflow:hidden;
margin: 0 0 0px 0;
z-index: 10;
background: transparent;
overflow: hidden;
padding: 100px;
}

.movie-wrapper{
display: block;
position:absolute;
right:0;bottom:0;top:0;right:0;
width:100%;
height:100%;
z-index:3;
padding: 15px;
overflow: hidden;
}

.movie-wrapper-inner{
width:100%;
height:100%;

	position: relative;
border:0px solid #fff;
border-radius: 15px;
overflow: hidden;
}

.main__video{
display: block;
width:100%;
height:100%;
background-size:100% 100%;
background-position:center center;
background-size:contain;
-o-object-fit:cover;
object-fit:cover;
z-index:3;
overflow: hidden;
position: relative;
border:0px solid #fff;
border-radius: 15px;
overflow: hidden;
}
.movie-wrapper-inner:after{
content:"";
width:100%;
height:100%;
background: #a59895;
mix-blend-mode: multiply;
position:absolute;left:0;top:0;z-index:99;
}




.main-inner{
	width:100%;
	padding: 0 0px 0 0px;
	height:auto;
	position:absolute;
	top:45%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin:auto;
	z-index: 30;
	text-align: center;
	font-size: 70px;
	color:#fff;
}
.main-inner h1{
	width: 180px;
	height: auto;
	margin: 0 auto 60px auto;
}
.main-inner h1 img{
	width: 100%;
	height: auto;
}


.main-movie{
	width:120px;
	padding: 0 0px 0 0px;
	height:auto;
	position:absolute;
	bottom:27px;
	left: 0px;
	transform: translate(0%,0%);
	margin:auto;
	z-index: 90;
	text-align: center;
}
.main-movie img{
	width:100%;
	height: auto;
	transition: 0.5s;
}

.main-movie img:hover{
	opacity: 0.8;
}








.scroll-text{
	color:#fff;
	font-size:13px;
	font-weight: 500;
	letter-spacing:.1em;
	opacity: 1;
	z-index: 200;
	position:absolute;
	bottom: 120px;
	left: 50%;
	transform: translate(-50%,0);

	}

	.scrolldrop-wrapper{
	position:absolute;
	width:150px;
	height:120px;
	left: 50%;
	bottom:0px;
	transform: translate(-50%,0);
	background: transparent;
	z-index: 50;
	}
	.scrolldrop{
	display:block;
	position:absolute;
	top:0px;
	left:67px;
	animation:scroll 1.5s linear infinite;
	}

@keyframes scroll{
	0%{top:0;left:67px;opacity:1}
	50%{top:50%;left:67px;opacity:1}
	100%{top:100%;left:67px;opacity:0}
}







/*======================================

	top-head
	
========================================*/


#top-head{
	margin: 0px auto 0px auto;
}

.top-head-catch{
	font-family: "Zen Old Mincho", serif;
	font-size:24px;
	letter-spacing: 0em;
	text-indent: 0em;
	font-weight: 600;
	text-align: center;
	color: #333;
	}
	
.top-head-p{
	font-size: 14px;
	line-height: 2.0;
	font-weight: 400;
	text-align: left;
	margin: 15px 0 0 0;
	padding: 0 21px 0 21px;
}



.top-head-3col-wrapper{
	margin: 45px 0 0 0;
	display: block;
	justify-content: space-between;
}

.top-head-3col{
	width: 100%;
	position: relative;
	margin: 0px 0 45px 0;
}

.top-head-3col-eyecatch{
	display: none;
}

.top-head-3col-eyecatch-sp{
	width: 100%;
	height :210px;
	position: relative;
}

.eyecatsh-photo-sp{
	width: 100%;
	height :210px;
	position: absolute;
	top:0;
	left: 0;
	border-radius: 12px;
	overflow: hidden;
}

.eyecatsh-photo-sp img{
	width: 100%;
	height :210px;
	border-radius: 12px;
	object-fit :cover;
}





.eyecatsh-title-sp{
	display: block;
	font-family: "Zen Old Mincho", serif;
	font-size:72px;
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: 500;
	position: absolute;
	bottom:15px;
	left: 18px;
	z-index: 2;
	color: #fff;
	text-align: left;
	letter-spacing:0px;
}


.eyecatsh-title-sp img{
	width: 270px;
}

.top-head-3col-note{
	margin: 18px 0 0 0;
	font-size:14px;
	line-height: 1.5;
	text-align: center;
}

.top-head-title{
	margin: 6px 0 0 0;
	font-size:20px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}

.color-green{
	color:#306c30;
}
.color-blue{
	color:#2e8dc6;
}
.color-red{
	color:#810a12;
}



.top-yanehiroba-anchor{
	padding: 0;
	margin: 12px auto 0px auto;
	color:#fff;
}
.top-yanehiroba-anchor a{
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;	
	background: transparent;
	border:1px solid #2e8dc6;
	color: #2e8dc6;
	transition: .7s;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}
.top-yanehiroba-anchor a:hover{
	background: #2e8dc6;
	border:1px solid #2e8dc6;
	color: #fff;
}
.top-yanehiroba-anchor span{
	display: inline-block;
	padding-bottom:0 0 3px 1px;
}

.top-gyouza-anchor{
	padding: 0;
	margin: 15px auto 0px auto;
	color:#fff;
}
.top-gyouza-anchor a{
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;	
	background: transparent;
	border:1px solid #306c30;
	color: #306c30;
	transition: .7s;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}
.top-gyouza-anchor a:hover{
	background: #306c30;
	border:1px solid #306c30;
	color: #fff;
}
.top-gyouza-anchor span{
	display: inline-block;
	padding-bottom:0 0 3px 1px;
}

.top-omusubi-anchor{
	padding: 0;
	margin: 15px auto 0px auto;
	color:#fff;
}
.top-omusubi-anchor a{
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;	
	background: transparent;
	border:1px solid #810a12;
	color: #810a12;
	transition: .7s;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}
.top-omusubi-anchor a:hover{
	background: #810a12;
	border:1px solid #810a12;
	color: #fff;
}
.top-omusubi-anchor span{
	display: inline-block;
	padding-bottom:0 0 3px 1px;
}





/*======================================

	top-news
	
========================================*/

#top-news-wrapper{
	background: #fff;
	padding: 36px 0 12px 0;
	margin: 0 0 0 0;
}

#top-news{

}


.top-news-header{
	position: relative;
	height: 50px;
	margin: 0 0 24px 0;
}

.top-news-header-line{
	width: 100%;
	height: 1px;
	border-top:1px solid #003856;
	position: absolute;
	left: 0;
	top:26px;
}

.top-news-h2{
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-size:36px;
	line-height: 1;
	text-indent: 0em;
	font-weight: 600;
	margin: 0;
	padding: 0 21px 0 0;
	position: absolute;
	left: 0%;
	top:6px;
	background: #fff;
	z-index: 2;
}


.reaad-more{
	position: absolute;
	right: 0;
	top:0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background: #fff;
	padding: 0 0px 4px 21px;
}
.reaad-more-left{
	display: inline-block;
	margin: 0 12px 0 0;
	font-size:12px;
	font-weight: 600;
}
.reaad-more-right{
	display: inline-block;
}




.top-news-anchor{
	padding: 0;
	margin: 0px auto 0px auto;
	width: 50px;
	height: 50px;
}
.top-news-anchor a{
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;	
	background: transparent;
	border:1px solid #003856;
	color: #003856;
	transition: .7s;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}
.top-news-anchor a:hover{
	background: #003856;
	border:1px solid #003856;
	color: #fff;
}
.top-news-anchor span{
	display: inline-block;
	padding-bottom:0 0 3px 1px;
}






.blog-list{
	display: flex;
	justify-content: center;
  	flex-wrap: wrap;
	align-items: stretch;
	margin: 30px 0 0 0;
	padding: 0px 0 0 0;
	background: transparent;
	}


.item{
	width:46%;
	border-top:0px solid #aaa;
	padding:0px 0px 0px 0px;
	margin:0 2% 15px 2%;
	text-align: left;
	background: transparent;
}

.item figure{
	width:100%;
	padding:0px 0px 0px 0px;
	margin: 0 0 15px 0;
	text-align: center;
	border-bottom:0px solid #aaa;
	overflow:hidden;
	border-radius: 10px;
}

.item figure img{
	width: 100%;
	object-fit:cover;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-radius: 10px;
}




.blog-date{
	font-size: 13px;
	font-weight: 600;
	text-align: left;
	color:#9b9b9c;
	font-weight: normal;
	margin: 0px 0px 10px 0;
	padding: 0 0px 0 0;
}

.list-title a{
	font-size:14px;
	color:#333;
	line-height: 1.5;
	padding:0 0 0 0;
	margin: 6px 0px 8px 0;
}
.item p{
	font-size:14px;
	line-height: 24px;
	padding:0 0 0 0;
	margin: 6px 0px 8px 0;
}


.glid-cat {
	display: inline-block;
	width: 85px;
	height: 21px;
	text-align: center;
	background: #003856;
	color:#fff;
	font-size:10px;
	line-height: 11px;
	padding:4px 6px 6px 6px;
	margin:0 0 3px 0;
	overflow: hidden;
	border-radius: 6px;	
}
.glid-cat a{
	color:#fff;
}

#item-5{
	display: none;
}



/*======================================

	top-news
	
========================================*/

#top-calendar-wrapper{
	background: #fff;
	padding: 21px 0 60px 0;
	margin: 0 0 0 0;
}

#top-calendar{

}


.top-calendar-header{
	position: relative;
	height: 50px;
	margin: 0 0 24px 0;
}

.top-calendar-header-line{
	width: 100%;
	height: 1px;
	border-top:1px solid #003856;
	position: absolute;
	left: 0;
	top:26px;
}

.top-calendar-h2{
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-size:36px;
	line-height: 1;
	text-indent: 0em;
	font-weight: 600;
	margin: 0;
	padding: 0 21px 0 0;
	position: absolute;
	left: 0%;
	top:5px;
	background: #fff;
	z-index: 2;
}

.top-calendar-wrapper{
	width: 100%;
	margin: 36px auto 0 auto;
}



}/*//end  min-width: 481px ///////////////////////*/











@media only screen and (min-width: 481px) {

.bg-white{
	position:absolute;
	width: 100%;
	height: 340px;
	background: #fff;
	top:0;
	left: 0;
	z-index: 1;
}

.black-bg{
height:100vh;
}

.loader{
	height: 100vh;
	position: relative;
	width:100%;
}
.loader__img {
	width:100%;
	height: 100vh;
	position: relative;
	width:100%;
}
.loader__img img {
	position:absolute;
	width:300px;
	height:auto;
	top: 50%;
	left: 50%;
	transform: translate( -50%,-50%);
}

.main{
	width: 100%;	
min-width: 1040px;
height:100vh;
position:relative;
width:100%;
overflow:hidden;
margin: 0 0 0px 0;
z-index: 10;
background: transparent;
overflow: hidden;
padding: 100px;
}

.movie-wrapper{
display: block;
position:absolute;
right:0;bottom:0;top:0;right:0;
width:100%;
height:100%;
z-index:3;
padding: 24px;
overflow: hidden;
}

.movie-wrapper-inner{
width:100%;
height:100%;

	position: relative;
border:0px solid #fff;
border-radius: 24px;
overflow: hidden;
}

.main__video{
display: block;
width:100%;
height:100%;
background-size:100% 100%;
background-position:center center;
background-size:contain;
-o-object-fit:cover;
object-fit:cover;
z-index:3;
overflow: hidden;
position: relative;
border:0px solid #fff;
border-radius: 24px;
overflow: hidden;
}
.movie-wrapper-inner:after{
content:"";
width:100%;
height:100%;
background: #a59895;
mix-blend-mode: multiply;
position:absolute;left:0;top:0;z-index:99;
}




.main-inner{
	width:100%;
	padding: 0 0px 0 0px;
	height:auto;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin:auto;
	z-index: 30;
	text-align: center;
	font-size: 70px;
	color:#fff;
}
.main-inner h1{
	width: 250px;
	height: auto;
	margin: 0 auto 60px auto;
}
.main-inner h1 img{
	width: 100%;
	height: auto;
}


.main-movie{
	width:150px;
	padding: 0 0px 0 0px;
	height:auto;
	position:absolute;
	bottom: 14px;
	left: 76px;
	transform: translate(0%,0%);
	margin:auto;
	z-index: 90;
	text-align: center;
}
.main-movie img{
	width:100%;
	height: auto;
	transition: 0.5s;
}

.main-movie img:hover{
	opacity: 0.8;
}








.scroll-text{
	color:#fff;
	font-size:13px;
	font-weight: 500;
	letter-spacing:.1em;
	opacity: 1;
	z-index: 200;
	position:absolute;
	bottom: 120px;
	left: 50%;
	transform: translate(-50%,0);

	}

	.scrolldrop-wrapper{
	position:absolute;
	width:150px;
	height:120px;
	left: 50%;
	bottom:0px;
	transform: translate(-50%,0);
	background: transparent;
	z-index: 50;
	}
	.scrolldrop{
	display:block;
	position:absolute;
	top:0px;
	left:67px;
	animation:scroll 1.5s linear infinite;
	}

@keyframes scroll{
	0%{top:0;left:67px;opacity:1}
	50%{top:50%;left:67px;opacity:1}
	100%{top:100%;left:67px;opacity:0}
}







/*======================================

	top-head
	
========================================*/


#top-head{
	margin: 0px auto 0px auto;
}

.top-head-catch{
	font-family: "Zen Old Mincho", serif;
	font-size:45px;
	letter-spacing: 0em;
	text-indent: 0em;
	font-weight: 600;
	text-align: center;
	color: #333;
	}
	
.top-head-p{
	font-size: 15px;
	line-height: 2.4;
	font-weight: 500;
	text-align: center;
	margin: 15px 0 0 0;
}



.top-head-3col-wrapper{
	margin: 45px 0 0 0;
	display: flex;
	justify-content: space-between;
}

.top-head-3col{
	width: 300px;
	position: relative;
}


.top-head-3col-eyecatch{
	width: 100%;
	height :500px;
	position: relative;
}
.top-head-3col-eyecatch-sp{
	display: none;
}


.eyecatsh-photo{
	width: 100%;
	height :500px;
	position: absolute;
	top:0;
	left: 0;
	border-radius: 12px;
	overflow: hidden;
}

.eyecatsh-photo img{
	width: 100%;
	border-radius: 12px
}

.eyecatsh-photo img:hover{
	width: 100%;
	margin: 0 0 0 0;
	border-radius: 12px;
	transform:scale(1.05,1.05);
}


.eyecatsh-title{
	display: block;
	font-family: "Zen Old Mincho", serif;
	font-size:72px;
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: 500;
	position: absolute;
	top:12px;
	left: 6px;
	z-index: 2;
	color: #fff;
	text-align: left;
	letter-spacing:0px;
}


.eyecatsh-title img{
	width: 62px;
}

.top-head-3col-note{
	margin: 30px 0 0 0;
	font-size:14px;
	line-height: 1.5;
	text-align: center;
}

.top-head-title{
	margin: 9px 0 0 0;
	font-size:20px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}

.color-green{
	color:#306c30;
}
.color-blue{
	color:#2e8dc6;
}
.color-red{
	color:#810a12;
}



.top-yanehiroba-anchor{
	padding: 0;
	margin: 15px auto 0px auto;
	color:#fff;
}
.top-yanehiroba-anchor a{
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;	
	background: transparent;
	border:1px solid #2e8dc6;
	color: #2e8dc6;
	transition: .7s;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}
.top-yanehiroba-anchor a:hover{
	background: #2e8dc6;
	border:1px solid #2e8dc6;
	color: #fff;
}
.top-yanehiroba-anchor span{
	display: inline-block;
	padding-bottom:0 0 3px 1px;
}

.top-gyouza-anchor{
	padding: 0;
	margin: 15px auto 0px auto;
	color:#fff;
}
.top-gyouza-anchor a{
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;	
	background: transparent;
	border:1px solid #306c30;
	color: #306c30;
	transition: .7s;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}
.top-gyouza-anchor a:hover{
	background: #306c30;
	border:1px solid #306c30;
	color: #fff;
}
.top-gyouza-anchor span{
	display: inline-block;
	padding-bottom:0 0 3px 1px;
}

.top-omusubi-anchor{
	padding: 0;
	margin: 15px auto 0px auto;
	color:#fff;
}
.top-omusubi-anchor a{
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;	
	background: transparent;
	border:1px solid #810a12;
	color: #810a12;
	transition: .7s;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}
.top-omusubi-anchor a:hover{
	background: #810a12;
	border:1px solid #810a12;
	color: #fff;
}
.top-omusubi-anchor span{
	display: inline-block;
	padding-bottom:0 0 3px 1px;
}





/*======================================

	top-news
	
========================================*/

#top-news-wrapper{
	background: #fff;
	padding: 36px 0 12px 0;
	margin: 0 0 0 0;
}

#top-news{

}


.top-news-header{
	position: relative;
	height: 50px;
	margin: 0 0 24px 0;
}

.top-news-header-line{
	width: 100%;
	height: 1px;
	border-top:1px solid #003856;
	position: absolute;
	left: 0;
	top:26px;
}

.top-news-h2{
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-size:40px;
	line-height: 1;
	text-indent: 0em;
	font-weight: 600;
	margin: 0;
	padding: 0 21px 0 0;
	position: absolute;
	left: 0%;
	top:3px;
	background: #fff;
	z-index: 2;
}


.reaad-more{
	position: absolute;
	right: 0;
	top:0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background: #fff;
	padding: 0 0px 4px 21px;
}
.reaad-more-left{
	display: inline-block;
	margin: 0 12px 0 0;
	font-size:12px;
	font-weight: 600;
}
.reaad-more-right{
	display: inline-block;
}




.top-news-anchor{
	padding: 0;
	margin: 0px auto 0px auto;
	width: 50px;
	height: 50px;
}
.top-news-anchor a{
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;	
	background: transparent;
	border:1px solid #003856;
	color: #003856;
	transition: .7s;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}
.top-news-anchor a:hover{
	background: #003856;
	border:1px solid #003856;
	color: #fff;
}
.top-news-anchor span{
	display: inline-block;
	padding-bottom:0 0 3px 1px;
}






.blog-list{
	flex-basis:229px;
	display: flex;
	justify-content: flex-start;
  	flex-wrap: wrap;
	align-items: stretch;
	margin: 36px 0 0 0;
	padding: 0px 0 0 0;
	background: transparent;
	}


.item{
	width:175px;
	border-top:0px solid #aaa;
	padding:0px 0px 0px 0px;
	margin:0 8.5px 45px 8.5px;
	text-align: left;
	background: transparent;
}

.item figure{
	width:100%;
	height: 175px;
	padding:0px 0px 0px 0px;
	margin: 0 0 21px 0;
	text-align: center;
	border-bottom:0px solid #aaa;
	overflow:hidden;
	border-radius: 10px;
}

.item figure img{
	width: 100%;
	height: 175px;
	object-fit:cover;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-radius: 10px;
}

.item figure img:hover{
	width: 100%;
	height: 175px;
	object-fit:cover;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-radius: 10px;
	transform:scale(1.05,1.05);
	overflow:hidden;
}




.blog-date{
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	color:#9b9b9c;
	font-weight: normal;
	margin: 6px 0px 10px 0;
	padding: 0 0px 0 0;
}

.list-title a{
	font-size:16px;
	color:#333;
	line-height: 1.5;
	padding:0 0 0 0;
	margin: 6px 0px 0px 0;
}

.list-title a:hover{
	color:#003856;
}

.item p{
	font-size:14px;
	line-height: 24px;
	padding:0 0 0 0;
	margin: 6px 0px 8px 0;
}


.glid-cat {
	display: inline-block;
	width: 85px;
	height: 25px;
	text-align: center;
	background: #003856;
	color:#fff;
	font-size:10px;
	line-height: 11px;
	padding:6px 6px 6px 6px;
	margin:0 0 10px 0;
	overflow: hidden;
	border-radius: 6px;	
}
.glid-cat a{
	color:#fff;
}




/*======================================

	top-news
	
========================================*/

#top-calendar-wrapper{
	background: #fff;
	padding: 36px 0 90px 0;
	margin: 0 0 0 0;
}

#top-calendar{

}


.top-calendar-header{
	position: relative;
	height: 50px;
	margin: 0 0 24px 0;
}

.top-calendar-header-line{
	width: 100%;
	height: 1px;
	border-top:1px solid #003856;
	position: absolute;
	left: 0;
	top:26px;
}

.top-calendar-h2{
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-size:40px;
	line-height: 1;
	text-indent: 0em;
	font-weight: 600;
	margin: 0;
	padding: 0 21px 0 0;
	position: absolute;
	left: 0%;
	top:3px;
	background: #fff;
	z-index: 2;
}

.top-calendar-wrapper{
	width: 800px;
	margin: 36px auto 0 auto;
}



}/*//end  min-width: 769px ///////////////////////*/





