
.slick_container{
	margin-top: 0;
}

#cover-wrapper {
	width:100vw;
	background-color: #000;
	line-height: 0;
}
#cover-wrapper img{
	width:100vw;
	height: 100vh;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;

}
.top-msg {
	position: absolute;
	top: 20%;
	width: 85%;
	font-size: 2.2em;
	color: #FFF;
	font-weight: 900;
	line-height: normal;
	text-align: left;
	padding-left: 10%;
	padding-right: 5%;
}

.top-logo-area {
	position: absolute;
	top: 35%;
	width: 100%;
	text-align: center;
}
.top-logo-area img {
	width: 300px;
}
.ojf {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.vv {
  position: absolute;
  bottom: 3%;
  left: 49%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}
.vv {
  padding-top: 60px;
}
.vv span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 25px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;

}
.vv a {
	color: #FFF;
	font-size: 10px;
}
.vv span::before {
  position: absolute;
  top: 8px;
  left: 50%;
  content: '';
  width: 5px;
  height: 5px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*----- container -----*/
.contents-top-title {
	width: 100%;
	margin-top: 35%;
	text-align: center;
}
.contents-title-top {
	font-family: 'Belleza', sans-serif;
	font-size: 2.8em;
	letter-spacing: 1px;
}
.contents-title {
	font-family: 'Belleza', sans-serif;
	font-size: 2.2em;
	letter-spacing: 1px;
}
.contents-title-s {
	font-family: 'Belleza', sans-serif;
	font-size: 1.6em;
	letter-spacing: 1px;
}
.contents-title-top-jp {
	font-size: 1.2em;
	font-weight:400;
	letter-spacing: 2px;
}
.contents-title-jp {
	font-size: 1.1em;
	font-weight:400;
}
.contents-title-jp-s {
	font-size: 1em;
	font-weight:400;
}
/*----- concept- ——*/
.concept-area {
	width: 100%;
	float: left;
}
.concept-area-contents {
	width: 31%;
	float: left;
	padding: 10px;
	height: 32em;
}
.concept-area-contents img {
	width: 100%;

}

/*----- shop ——*/
.shop-area {
	width: 100%;
	float: left;
	overflow: hidden;
}
.shop-area-block{
	width: 95%;
	margin-left: 1%;
	float: left;
	background-color: #eee;
	padding: 1.5%;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.shop-area-block img{
	width: 100%;
}
.shop-area-left {
	width: 40%;
	float: left;
}
.shop-area-right {
	width: 40%;
	float: right;
}
.main-img {
	width: 100%;
	z-index: -1;
}
.sub-img {
	width: 50%;
	z-index: 1;
	margin-top: -45%;
	margin-left: 60%;
}
.sub-right-img {
	width: 50%;
	z-index: 1;
	margin-top: -45%;
	margin-left: -10%;
}
.access-area {
	width: 100%;
	float: left;
	text-align: center;
}
.msg-area {
	width: 100%;
	float: left;	
}
/*----- services ——*/
.step-left {
	width: 50%;
	float: left;
}

.step-right {
	width: 50%;
	float: right;
}
.step-left img, .step-right img {
	width: 95%;
}
/* news-button */
#news-area{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: rgba(183, 173, 52, 0.9);
	position: absolute;
	bottom: -25px;
	right: 25px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
	text-shadow: 1px 1px 1px #a4a4a4;
	cursor: pointer;
}
#news-area:hover{

	background-color: rgba(206, 194, 52, 0.9);


}
#news-area a{
	width: 100%;
	position: absolute;
	margin-top: 30%;
	text-align: center;
	letter-spacing: 5px;
	color: #eee;
	font-weight: bold;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	outline:none;
}
#news-area a:hover{
	color: #FFF;
}
.news-link-jp {
	font-size: 0.7em;
}
.thumbnai{
	position: relative;
    width: 100%;
    height: 100%;
    padding: 70% 0 0;
    overflow: hidden;
}
.thumbnai img{
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*----- insta ——*/
#instafeed{
	width:100%;
	height: auto;
	overflow: auto;
	margin: 0;
	padding: 0;
	
	
	display: flex;
	flex-wrap: wrap;
}
ul#instafeed li{
	position: relative;
	width: 23%;
	margin: 1%;

}
ul#instafeed li:before{
	content: "";
	display: block;
	padding-top: 100%;

}
.insta-img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}

@media (max-width:890px) {
	.concept-area-contents {
	width: 30%;
	}
	.contents-title-top {
	font-size: 2.5em;
	}
	.contents-title-top-jp {
	font-size: 1.1em;
	}
}
@media (max-width:768px) {

}

@media (max-width:650px) {
	.top—middle-img {
	width:100vw;
	height: 25vh;
	}
	.top—middle-img img{
    height: 100%;
    width: 100%;
	  object-fit: cover;
	}
	.contents-title-area-n {
	margin-top: -12.5vh;
	}
	.slide-text-title {
		margin-bottom: 20px;
	}
	.slide-text{
		display: none;
	}
	.top-pic-left, .top-pic-area-left, .top-pic-area-right {
		width: 100%;

	}
	.contents-title {
	font-size: 2.2em;
	}
	.contents-title-m, .contents-title-ms {
	font-size: 1.8em;
	}
	.contents-title-top {
	font-size: 2.3em;
	}
	.contents-title-top-jp {
	font-size: 1em;
	}
	.top-menu li{
		font-size: 0.8em;
	}
	.concept-area-contents {
	width: 48%;
	padding: 1%;

	}
	.shop-area-left {
		font-size: 0.8em;
		width: 80%;
	}
	.shop-area-right {
		width: 80%;
		font-size: 0.8em;
	}
	
}
@media (max-width:460px) {

	.top-text-area{
	margin: 30% auto 30px;
	}
	.slide-text-title {
		margin-bottom: 20px;
	}
	.slide-text{
		display: none;
	}
	.top-pic-left, .top-pic-area-left, .top-pic-area-right {
		width: 100%;
	}

	.vv {

  	bottom: 4%;
  	left: 47%;
	}
	#news-area{
	width: 100px;
	height: 100px;
	bottom: 12%;
	right: 5px;
	}
	#news-area a{
	margin-top: 27%;
	text-align: center;
	letter-spacing: 4px;
	font-size: 0.9em;
	}
	.contents-title {
	font-size: 2em;
	}
	.contents-title-m, .contents-title-ms {
	font-size: 1.5em;
	}
	ul#instafeed li{
	position: relative;
	width: 48%;
	margin: 1%;

	}
	.contents-top-title {
	margin-top: 65%;
	}

	.contents-title-jp {
	font-size: 1em;
	}
	.ok-text {;
	width: 45%;
	text-align: center;
	}
	.concept-area-contents {
	width: 98%;
	padding: 1%;
	height: 38em;
	text-align: center;
	}

}
@media (max-width:420px) {
	.top-logo-area {
	top: 40%;
	}
	.top-logo-area img {
	width: 50%;
	}
	.top-msg {
	font-size: 1.2em;
	padding-left: 5%;
	}

	.contents-title-top {
	font-size: 2em;
	}
	.contents-title-top-jp {
	font-size: 0.8em;
	}


}

