@charset "UTF-8";

/*ローディング*/
.loading {
	width: 100%;
	height: 100%;
	background: rgba(60,69,47,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	}

.loading img {
	width: 150px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); /*上下左右中央寄せ*/
	}

.TopMainPhoto{
    background-image: url(../img/top1-img0.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 100vh;
	position: relative;
	}

.MainLogo_Box{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 90%;
	height: 27%;
	margin: auto;
	text-align: center;
	}

.item{
	display: inline-block;
	opacity: 0;
	margin: 0 2px;
	}

.item img{
	width: 75px;
	height: auto;
	}

.MainLogo_Box li a{
	transition: .5s;
	display: block;
	transform: scale(1);
	}

.MainLogo_Box li a:hover{
	transform: scale(1.02);
	opacity: 0.9;
	}


.item:nth-child(1) {
	-webkit-animation: example 0.5s ease 0.5s 1 forwards;
	animation: example 0.5s ease 0.5s 1 forwards;
	}
.item:nth-child(2) {
	-webkit-animation: example 0.5s ease 1s 1 forwards;
	animation: example 0.5s ease 1s 1 forwards;
	}
.item:nth-child(3) {
	-webkit-animation: example 0.5s ease 1.5s 1 forwards;
	animation: example 0.5s ease 1.5s 1 forwards;
	}
.item:nth-child(4) {
	-webkit-animation: example 0.5s ease 1.5s 1 forwards;
	animation: example 0.5s ease 2s 1 forwards;
	}

@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}

.rogo_Green img{
	max-width: 560px;
	width: 95%;
	height: auto;
	margin: 10px auto;
	}

@media only screen and (min-width: 376px){
	
.item img{
	width: 80px;
	}
	
.rogo_Green img{
	width: 90%;
	}
}

@media only screen and (min-width: 450px){
	
.item{
	margin: 0 4px;
	}
	
.item img{
	width: 130px;
	}
	
.MainLogo_Box{
	height: 35%;
	}
}

@media only screen and (min-width: 1300px){
.MainLogo_Box{
	height: 45%;
	}
}


.TopPhoto{
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 820px;
	position: relative;
	margin-top: -1px;
	}

.back1{
    background-image: url(../img/top1-img1.jpg);
	}

.back2{
    background-image: url(../img/top1-img2.jpg);
	}

.back3{
    background-image: url(../img/top1-img3.jpg);
	}

.back4{
    background-image: url(../img/top1-img4.jpg);
	}

.PageCopy{
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 140px;
	margin: auto;
	text-align: center;
	}

.PageCopy h2{
	font-size: 1.6em;
	line-height: 1.8em;
	}

@media only screen and (min-width: 450px){
	
.PageCopy h2{
	font-size: 2em;
	}
}


#Concept{
	text-align: center;
	color: #3C452F;
	padding-top: 120px;
    margin-bottom: 100px;
	}

#Concept img{
	max-width: 600px;
	width: 85%;
	height: auto;
	}

#Concept h1{
    font-size: 1.5em;
    margin-top: 60px;
    letter-spacing: 0.2em;
	font-feature-settings:"palt";
	}

#Concept p{
	font-size: 0.75em;
	margin-top: 60px;
	line-height: 2.4em;
	}

@media only screen and (min-width: 450px){
	
#Concept{
	padding-top: 250px;
    margin-bottom: 150px;
	}
	
#Concept h1{
    font-size: 2.2em;
	margin-top: 100px;
	}

#Concept p{
	font-size: 1em;
	margin-top: 100px;
	}
}

.Shop{
	max-width: 800px;
	width: 95%;
	margin: 0 auto 60px;
	text-align: center;
	}

.Shop h3 img{
	height: 26px;
	margin-bottom: 60px;
	}

.ShopBox{
	color: #4B563B;
	margin-bottom: 30px;
	}

.ShopBox img{
	width: 100%;
	height: auto;
	}

.ShopBox h3{
	text-align: left;
	margin-top: 10px;
	}

.ShopBox h3 a{
	font-size: 0.8em;
	line-height: 1.4em;
	transition: .5s;
	}

.ShopBox h3 a:hover{
	color: #D3BBA9;
	}


@media only screen and (min-width: 450px){
.Shop{
	margin: 0 auto 100px;
	}
	
.ShopBox{
	margin-bottom: 60px;
	}
	
.ShopBox h3{
	font-size: 1.4em;
	text-align: left;
	line-height: 1.4em;
	margin-top: 10px;
	}
	
}