@charset "UTF-8";
/* CSS Document */


.sp_none__banner {
	display: block;
}
.pc_none__banner {
    display: none;
  }

/*kv*/

.kv__container {
	position: relative;
	margin-top: 0px;
}

.kv__container img {
	font-family: 'object-fit: cover;'; 
}

.swiper-slide {
	min-height: 70vh;
	position: relative;
}

.kv__img {
	position: absolute;
	left: 0;
	top: -150px;
	width: 100%;
}

.kv__img-main {
	position: absolute;
	left: 0;
	bottom: -150px;
	width: 100%;
}


.shop-banner__pc {
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 5;
	min-width: 560px;
	width: 34%;
	/*height:40%;
	background-image:url( "../images/shopbanner-pc@2x.png");*/
	background-size: contain;
	background-repeat: no-repeat;
}

.shop-banner__pc-img {
	width: 100%;
}

.shop-banner__link{
	 display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.shop-banner__pc-img {
	width: 100%;
}


.shop-banner__pc-img {
	position: relative;
}

	.shop-banner__arrow {
		position: absolute;
		right: -12px;
		bottom: 0;
		padding: 30px 50px 25px;
		-webkit-animation:arrow 3s infinite linear alternate;
		animation:arrow 3s infinite linear alternate;
	}

	.shop-banner__arrow img {
		font-family: 'object-fit: cover;';
		height: 16px;
		width: 60px;
	}

@-webkit-keyframes arrow {
0% {transform:translate(0, 0)}
50% {transform:translate(30px, 0)}
100% {transform:translate(0, 0)}

}

@keyframes arrow {
0% {transform:translate(0, 0)}
50% {transform:translate(30px, 0)}
100% {transform:translate(0, 0)}

}

/*mineyaabout*/

.mineyaabout-sec {
	width: 100%;
}
.mineyaabout-sec__inner {
	width: 90%;
	max-width: 1000px;
	margin: 40px auto;
}

.mineyaabout-banner {
	width: 100%;
}
.mineyaabout-banner img{
	width: 100%;
	height: auto;
}

@media screen and (max-width:670px){
	
	.mineyaabout-sec__inner {
	margin: 30px auto 40px;
}
	
}

/*about*/

.about-sec {
	padding: 70px 0px;
	width: 100%;
	position: relative;
}

.about-sec__inner {
	margin: 0 auto;
	max-width: 1024px;
	justify-content: space-between;
}

.about-sec__concept {
	text-align: center;
	line-height: 2.1em;
	padding: 30px 0px 50px;
}

.about-sec__title {
	font-size: 20px;
	padding-bottom: 20px;
}

.about-sec__title {
	font-size: 20px;
	padding-bottom: 40px;
}

.about-sec__concept-img--thumb01 {
	width: 24vw;
	max-width: 600px;
	position: absolute;
	bottom: 60px;
	left: 0;
}

.about-sec__concept-img--thumb02 {
	width: 22vw;
	max-width: 600px;
	position: absolute;
	bottom: 120px;
	right: 0;
}

.about-sec__concept-img--thumb03 {
	width: 10vw;
	max-width: 200px;
	position: absolute;
	bottom: 70px;
	right: 14%;
}

.about-sec__concept-img {
	width: 100%;
	object-fit: contain;
}


/*news*/

.news-sec {
	padding: 70px 0px;
	width: 100%;
}

.news-sec__inner {
	margin: 0 auto;
	max-width: 1024px;
	justify-content: space-between;
}

.news-sec__item {
	padding-bottom: 40px;
}
.news-sec__item>a{
	display:block;
	width:100%;
}

.news-sec__item a:hover .news__more-btn {
-webkit-animation:arrows 1s linear alternate;
animation:arrows 1s linear alternate;

}

.news-sec__item--inner {
	width: 100%;
	justify-content: space-between;
}

.news-sec__item-left {
	width: 68%;
	position: relative;
}

.news-sec__text {
	width: 100%;
	border-top:1px #fff; 
}

.news-sec__item-right {
	width: 200px;
}

.news-sec__img-thumb {
	width: 100%;
	height: auto;
}

.news-sec img {
	width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: 50%;
	 font-family: 'object-fit: cover;'; 
}

.news-sec__date {
	padding-bottom: 6px;
}

.news-sec__title {
	font-size: 19px;
	padding-bottom: 10px;
	font-weight: bold;
}
.news-sec__text {
	padding-bottom: 20px;
}

.news__more-btn {
	position: absolute;
	right: 0;
	bottom:0;
	display: block;
}

/*shop*/

.shop-sec{
	width: 100%;
	padding: 70px 0vw;
}

.shop-sec__inner {
	margin: 0 auto;
	max-width: 1024px;
	justify-content: space-between;
}

.shop-sec__list {
	justify-content: space-between;
	padding-bottom: 60px;
}

.shop-sec__item {
	background-color: #fff;
	max-width: 30%;
	position: relative;
}
.shop-sec__item::before {
	z-index: 50;
	content: '';
	position: absolute;
	display: inline-block;
	top: -10px;
	left: 0;
	padding-left: 20px;
	width: 80px;
	height: 52px;
	background-image: url("../images/pickup-mark.svg");
	background-repeat: no-repeat;
}

.shop-sec__item-inner {
	padding: 6%;
}

.shop-sec__img {
	width: 100%;
	height: auto;
}

.shop-sec__item-title {
	padding-bottom: 8px;
	font-size: 17px;
	font-weight: bold;
}

.shop-sec__item-price {
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

.shop-sec__item-caption {
	padding-bottom: 20px;
}

.shop-item__btn {
	position: relative;
}

.shop-item__btn--detail {
	margin: 0 auto;
	padding: 6px 14px;
	border: 1px solid #3E150E;
	font-size: 15px;
	line-height: 2em;
	transition:all 0.5s;
}

.shop-item__arrow {
	position: absolute;
	right: 0;
	top: 40%;
	padding-right: 30px;
	content: '';
	display: inline-block;
	width: 30px;
	height: 6px;
	background-image: url("../images/arrow02.svg");
	background-repeat: no-repeat;
}

.shop-sec__item a:hover .shop-item__arrow {
-webkit-animation:arrows 1s linear alternate;
animation:arrows 1s linear alternate;
}


@media screen and (max-width:1300px){
	.swiper-slide {
	min-height:70vh;
	position: relative;
}
	
	.kv__img {
	position:static;
	left: 0;
	bottom: -0px;
	object-fit: cover;
	width: 100%;
	height: 70vh;
}
	
	.kv__img-main {
	position:static;
	left: 0;
	bottom: -0px;
	object-fit: cover;
	width: 100%;
	height: 70vh;
}
	
	.about-sec {
		width: 100%;
}
	.about-sec__inner {
		max-width: 900px;
}
	.news-sec {
		width: 100%;
}
	.news-sec__inner {
		max-width: 900px;
}
	.shop-sec {
		width: 100%;
	}
	.shop-sec__inner {
		max-width: 900px;
	}

}

@media screen and (max-width:990px){
	
	.kv__container {
	margin-top: 0px;
}
	.shop-banner__pc {
		width: 60%;
		margin: auto 0;
	}
	
	.about-sec {
	padding: 70px 0vw;
}
	.about-sec {
		width: 100%;
	}
	.about-sec__inner {
		width: 100%;
		margin: auto;
	}
	.about-sec__concept {
		width: 100%;
		padding-bottom: 40px;
	}
	.about-sec__text {
		padding-bottom: 50px;
	}
	.about-sec__concept-img--box {
		width: 100%;
		justify-content: space-between;
	}
	.about-sec__concept-img--item {
		width: 90;
		display: inline-block;
	}
	.about-sec__concept-img {
		object-fit: cover;
		width: 100%;
		height: 280px;
	}

	.news-sec {
	padding: 70px 0vw;
}
	
	.news-sec__inner {
		width: 90%;
		margin: 0 auto;
	}
		.news-sec__item-left {
	width: 60%;
}
	
	.news-sec__item-right {
		padding-bottom: 20px;
}
	
	.shop-sec {
		padding: 70px 0vw;
	}
	.shop-sec__inner {
		width: 80%;
		margin: 0 auto;
	}
	.shop-sec__item {
		width: 100%;
	}
}

@media screen and (max-width:670px){
	
	.sp_none__banner {
	display: none;
}
	.pc_none__banner {
    display: block;
  }
	.kv__container {
	max-width: 100%;
}
	
	.shop-banner__pc {
		width: 100%;
		max-width: 100%;
		min-width: 100px;bottom: 0px;
		left: none;
		z-index: 1;
		margin: 0 auto;
		position:relative;
}

	.shop-banner__sp-img {
		width: 100%;
		margin: -30px 0 0;
		object-fit: contain;
	}
	
	.about-sec__concept {
		width: 90%;
		margin: 0 auto;
		text-align: center;
		line-height: 2.1em;
		padding: 30px 0px 50px;
}

	.news-sec__item {
		padding-bottom: 50px;
	}
	.news-sec__item-left {
	width: 100%;
	position: relative;
	order: 2;
}

	.news-sec__item-right {
	width: 100%;
	order: 1;
}
	.news-sec img {
	width: 800px;
	max-width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 50%;
}
	
.news-sec__img-thumb {
	width: 100%;
	height: auto;
}
	
	.shop-sec__inner {
		width: 90%;
		margin: 0 auto;
		padding-bottom: 40px;
	}
	.shop-sec__list {
	padding-bottom: 0px;
}
	.shop-sec__item {
		max-width: 100%;
		margin-bottom: 40px;
	}
}





