@charset "utf-8";





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



.main-black-bg{

	background: #ddd;
	z-index: 100;
}



.loader{
	height: 100vh;
	position: relative;
	width:100%;
	background: #ddd;
}
.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{
min-width: 100%;
padding: 0 0px 0 0px;
position:relative;
width:100%;
overflow:hidden;
margin: 0 0 0px 0;
height:100svh;
z-index: 10;

}

.main-bg{
min-width: 100%;
padding: 0 0px 0 0px;
position:relative;
width:100%;
overflow:hidden;
margin: 0 0 0px 0;
height:100vh;
z-index: 11;
	background-position:center center;
	background-size: cover;
	background-color: rgba(0,0,0,0.6);
}

.bg-slider {
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main__video{
position:absolute;
right:0;bottom:0;top:0;right:0;
width:100%;
height:100%;
background-size:100% 100%;
background-color:#555;
background-position:center center;
background-size:contain;
-o-object-fit:cover;
object-fit:cover;
z-index:3;
}

.main-bg:after{
content:"";
width:100%;
height:100%;
background-color: rgba(0,0,0,0);

position:absolute;left:0;top:0;z-index:4;
}




#main-contents{
	width:100%;
	height:auto;
	position:absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin:auto;
	z-index: 30;
}

#main-contents h1{
	text-align: center;
	padding:0;
	margin: 0px auto;
	line-height: 1;
	font-size: 18px;
	}

#main-contents h1 img{
	width: 300px;
	}

#top-navi{
	width: 100%;
	height: 70px;
	padding:0 0 0 0;
	margin: 48px auto 0 auto;;
	text-align: center;
	overflow: hidden;
	display: none;
	justify-content: center;
	list-style: none;
}

#top-navi li {
	vertical-align: top;
	margin:0 px auto 0px auto;
	padding:0px 18px 0px 18px;
	border-right:0px solid #fff;
}

#top-navi a{
	color:#fff;
	display: inline-block;
	vertical-align: top;
	margin:0 px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	position: relative;
}




.main-anchor-bg{
	width:131px;
	height: 40px;
	padding: 0 0px 0 0px;
	height:auto;
	position:absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%,0%);
	margin:auto;
	z-index: 30;
	text-align: center;
}
.main-anchor-bg img{
	width:100%;
	height: auto;
}

.main-anchor {
	width:100%;
	height: 24px;
	padding: 12px 0px 0 0px;
	height:auto;
	position:absolute;
	bottom: 60px;
	left: 0%;
	z-index: 50;
	transform: translate(0%,0%);
  animation: move-y .5s infinite alternate ease-in-out;
  display: inline-block;
  color: red;
	text-align: center;
}
@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}

.main-anchor img{
	margin: 0px auto 0 auto;
}

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

	top-contents-wrapper
	
========================================*/

.top-contents-wrapper{
	min-width: 90%;
	background:#f0f0f0;
	padding: 30px 20px 60px 20px;
}

.top-contents-wrapper-wh{
	min-width: 90%;
	background:#ffffff;
	padding: 30px 20px 60px 20px;
}


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

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

.top-section-head{
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 30px 0 36px 0;
	display: block;
	justify-content: space-between;
}

.top-section-head-left{
	width: 100%;
	margin: 0 0 0 0;
	text-align: left;
}
.top-section-head-right{
	width: 50%;
	display: none;
	margin: 0 0 0 0;
	text-align: right;
}


h3.top-h3{
	font-family: 'Oswald', sans-serif;
	font-size:32px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.07em;
	color: #85b12f;
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
}

h3.top-h3 span{
	display: block;
	font-size:15px;
	font-weight: 400;
	color:#333;
	margin: 12px 0 0px 0px;
	padding: 0px 0 0 0;
	vertical-align: top;
}


.top-to-more-head{
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: 4px 0 0 0;
}
.top-to-more-head::before{
	display: inline-block;
	content: '＞ ';
	font-size: 17px;
	vertical-align: middle;
	margin: 0px 6px 2px 0;
}

.top-to-more{
	width:100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

.top-to-more a{
	font-size: 13px;
	display: block;
	width:240px;
	height: 36px;
	margin: 0 auto 60px auto;
	padding: 6px 0 0 0;
	text-align: center;
	color:#85b12f;
	border:1px solid #85b12f;
}

.top-to-more a:hover{
	opacity: 0.7;
}

.sp-disp{
	display: block;
}


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

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

.top-news{
	width:100%;
	margin: 0 auto 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}



.top-news-box{
	width: 43%;
	padding: 0px 0px 0px 0px;
	margin: 0px 2% 30px 2%;
	text-align: left;
}
.top-news-box-last{
	width: 44%;
	padding: 0px 0px 0px 0px;
	margin: 0px 1% 30px 1%;
	text-align: left;
}

.top-news-thum{
	width: 100%;
	margin: 0px 0 15px 0px;
}

.top-news-thum img{
	width: 100%;
	height: auto;
	margin: 0px 0 0px 0px;
	transition: 0.4s;
}
.top-news-thum a img:hover{
	opacity: 0.7;
}

.top-news-title{
	font-size:13px;
	margin: 0px 0 0px 0px;
}

.top-news-date{
	font-size:13px;
	color: #85b12f;
}





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

	item-lsit 
	
========================================*/
.top-recommend{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0 auto 0 auto;
}

.item-list-box{
	width: 43%;
	margin: 0px 2% 30px 2%;
	text-align: left;
}

.item-list-box-last{
	display:none;
	width: 175px;
	text-align: left;
	margin: 0 0 0 0;
	display: none;
}

.item-list-cat{
	width: 100%;
	height: 25px;
	color:#fff;
	font-size: 12px;
	text-align: center;
	padding: 3px 0 0 0;
	margin: 12px 0 0 0;
}

.item-list-title{
	width: 100%;
	color:#fff;
	font-size: 12px;
	padding: 0px 0 0 0;
	margin: 12px 0 0 0;
}

.item-list-price{
	width: 100%;
	color:#e60012;
	font-size: 15px;
	padding: 0px 0 0 0;
	margin: 6px 0 0 0;
}

.item-list-photo{
	width: 100%;
}

.item-list-photo a img{
	width: 100%;
	height: auto;
	transition: 0.4s;
}

.item-list-photo a img:hover{
	opacity: 0.7;
}






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

	top-works 
	
========================================*/
#top-works{
	margin-bottom: 36px;
}


.work-cat-wrapper{
	width: 100%;
	margin: 0px auto 24px auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.work-cat-box{
	width: 47%;
	margin: 0 1% 6px 1% ;
	background: #f2f2f2;
	padding: 12px 0 21px 0;
}


.work-cat-box:hover {
	background: #e0efc3;
}


.work-cat-left{
	width: 100%;
	padding: 0 0px 0 0px;
	margin: 0 2% 0 0;
}
.work-cat-left img{
	width: 60px;
	height: 60px;
	margin: 0 0 0 0;
}
.work-cat-right{
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	color:#000;
}

.work-cat-right span{
	font-size: 12px;
	color: #9fa0a0;
	font-weight: 500;
	display: block;
}


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

	top-banner 
	
========================================*/
#top-banner{
	margin-top: 18px;
}

.top-banner{
	width:90%;
	margin: 0 auto 0 auto;
}

.top-banner-box{
	width:100%;
	margin: 0 auto 12px auto;
}
.top-banner-box img{
	width:100%;
	height: auto;
	margin: 0 auto 0 auto;
	transition: 0.4s;
}
.top-banner-box img:hover{
	opacity: 0.7
}




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











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



.main-black-bg{

	background: #ddd;
	z-index: 100;
}



.loader{
	height: 100vh;
	position: relative;
	width:100%;
	background: #ddd;
}
.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{
min-width: 1040px;
padding: 0 0px 0 0px;
position:relative;
width:100%;
overflow:hidden;
margin: 0 0 0px 0;
height:100vh;
z-index: 10;

}

.main-bg{
min-width: 1040px;
padding: 0 0px 0 0px;
position:relative;
width:100%;
overflow:hidden;
margin: 0 0 0px 0;
height:100vh;
z-index: 11;
	background-position:center center;
	background-size: cover;
}

.bg-slider {
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main__video{
position:absolute;
right:0;bottom:0;top:0;right:0;
width:100%;
height:100%;
background-size:100% 100%;
background-color:#555;
background-position:center center;
background-size:contain;
-o-object-fit:cover;
object-fit:cover;
z-index:3;
}

.main-bg:after{
content:"";
width:100%;
height:100%;
background-color: rgba(0,0,0,0);

position:absolute;left:0;top:0;z-index:4;
}




#main-contents{
	width:100%;
	height:auto;
	position:absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin:auto;
	z-index: 30;
}

#main-contents h1{
	text-align: center;
	padding:0;
	margin: 0px auto;
	line-height: 1;
	font-size: 18px;
	}

#main-contents h1 img{
	width: 645px;
	}


.main-anchor-bg{
	width:131px;
	height: 40px;
	padding: 0 0px 0 0px;
	height:auto;
	position:absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%,0%);
	margin:auto;
	z-index: 30;
	text-align: center;
}
.main-anchor-bg img{
	width:100%;
	height: auto;
}

.main-anchor {
	width:100%;
	height: 24px;
	padding: 12px 0px 0 0px;
	height:auto;
	position:absolute;
	bottom: 30px;
	left: 0%;
	z-index: 50;
	transform: translate(0%,0%);
  animation: move-y .5s infinite alternate ease-in-out;
  display: inline-block;
  color: red;
	text-align: center;
}
@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}

.main-anchor img{
	margin: 0px auto 0 auto;
}

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

	top-contents-wrapper
	
========================================*/

.top-contents-wrapper{
	min-width: 1040px;
	background:#f0f0f0;
	padding: 30px 20px 60px 20px;
}

.top-contents-wrapper-wh{
	min-width: 1040px;
	background:#ffffff;
	padding: 30px 20px 60px 20px;
}


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

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

.top-section-head{
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 30px 0 36px 0;
	display: flex;
	justify-content: space-between;
}

.top-section-head-left{
	width: 50%;
	margin: 0 0 0 0;
	text-align: left;
}
.top-section-head-right{
	width: 50%;
	margin: 0 0 0 0;
	text-align: right;
}


h3.top-h3{
	font-family: 'Oswald', sans-serif;
	font-size:36px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.07em;
	color: #85b12f;
	margin: 0 0 0px 0;
	padding: 0 0 0 0;
}

h3.top-h3 span{
	display: inline-block;
	font-size:15px;
	font-weight: 400;
	color:#333;
	margin: 12px 0 0px 15px;
	padding: 0px 0 0 0;
	vertical-align: top;
}


.top-to-more-head{
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: 4px 0 0 0;
}
.top-to-more-head::before{
	display: inline-block;
	content: '＞ ';
	font-size: 17px;
	vertical-align: middle;
	margin: 0px 6px 2px 0;
}

.top-to-more{
	width:100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

.top-to-more a{
	font-size: 13px;
	display: block;
	width:240px;
	height: 36px;
	margin: 0 auto 60px auto;
	padding: 6px 0 0 0;
	text-align: center;
	color:#85b12f;
	border:1px solid #85b12f;
}

.top-to-more a:hover{
	opacity: 0.7;
}

.sp-disp{
	display: none;
}


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

	top-news
	
========================================*/
#top-news{
	margin-top: 36px;
}

.top-news{
	width:1000px;
	margin: 0 auto 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}



.top-news-box{
	width: 225px;
	padding: 0px 0px 0px 0px;
	margin: 0px 33px 30px 0px;
	text-align: left;
}
.top-news-box-last{
	width: 225px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	text-align: left;
}

.top-news-thum{
	width: 225px;
	margin: 0px 0 15px 0px;
}

.top-news-thum img{
	width: 225px;
	height: auto;
	margin: 0px 0 0px 0px;
	transition: 0.4s;

}
.top-news-thum a img:hover{
	opacity: 0.7;
}

.top-news-title{
	font-size:13px;
	margin: 0px 0 0px 0px;
}

.top-news-date{
	font-size:13px;
	color: #85b12f;
}





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

	item-lsit 
	
========================================*/
.top-recommend{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto 0 auto;
}

.item-list-box{
	width: 170px;
	text-align: left;
}

.item-list-box-last{
	width: 175px;
	text-align: left;
	margin: 0 0 0 0;
}

.item-list-cat{
	width: 100%;
	height: 25px;
	color:#fff;
	font-size: 12px;
	text-align: center;
	padding: 3px 0 0 0;
	margin: 12px 0 0 0;
}

.item-list-title{
	width: 100%;
	color:#fff;
	font-size: 12px;
	padding: 0px 0 0 0;
	margin: 12px 0 0 0;
}

.item-list-price{
	width: 100%;
	color:#e60012;
	font-size: 15px;
	padding: 0px 0 0 0;
	margin: 6px 0 0 0;
}

.item-list-photo{
	width: 100%;
}

.item-list-photo a img{
	width: 100%;
	height: auto;
	transition: 0.4s;
}

.item-list-photo a img:hover{
	opacity: 0.7;
}









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

	top-works 
	
========================================*/
#top-works{
	margin-bottom: 36px;
}


.work-cat-wrapper{
	width: 1000px;
	margin: 0px auto 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.work-cat-box{
	width: 32%;
	height: 130px;
	margin: 0 6px 12px 6px ;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse ;
	background: #f2f2f2;
}


.work-cat-box:hover {
	background: #e0efc3;
}


.work-cat-left{
	width: 38%;
	padding: 0 0px 0 0px;
	margin: 0 2% 0 0;
}
.work-cat-left img{
	width: 130px;
	height: 130px;
	margin: 0 0 0 0;
}
.work-cat-right{
	width: 58%;
	font-size: 14px;
	font-weight: 500;
	color:#000;
}

.work-cat-right span{
	font-size: 12px;
	color: #9fa0a0;
	font-weight: 500;
	display: block;
}


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

	top-banner 
	
========================================*/
#top-banner{
	margin-top: 18px;
}

.top-banner{
	width:1000px;
	margin: 0 auto 0 auto;
}

.top-banner-box{
	width:1000px;
	margin: 0 auto 18px; auto;
}
.top-banner-box img{
	width:1000px;
	height: auto;
	margin: 0 auto 0 auto;
	transition: 0.4s;
}
.top-banner-box img:hover{
	opacity: 0.7
}




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






@-webkit-keyframes scroll{0%{left:0;opacity:1}80%{opacity:1}100%{left:100%;opacity:0}}
@keyframes scroll{0%{left:0;opacity:1}80%{opacity:1}100%{left:100%;opacity:0}}
