*{
	padding:0;
	margin:0;
}
img{
	vertical-align:bottom;
}
ul{
	list-style-type:none;
}
body{
	font-family:'MS 明朝',serif;
	background-color: #fbfaf5;
	line-height: 1.8;
}
h3{
	font-size: 24px;
}
@media screen and (max-width: 640px) {/* 640pxまでの幅の場合に適用される */
	.logo img{
		width:70%;
	}
	.feature p{
		text-align: left;
	}
	.explanation_2{
		text-align: left;
	}
	.footer_frame{
		margin:0 1.5rem;
	}
	.footer_a{
		text-align: center;
	}
	.footer_mobile{
		display: flex;
		justify-content: center;
	}
	.footer_mobile li{
		margin-right: 25px;
	}
	.footer_box,.footer_iframe{
		width: 100%;
	}
	.footer_box h3,.footer_iframe h3,.logo_f{
		text-align: center;
	}
	iframe{
		width: 	100%;
	}
	.feature img{
		width: 100%;
		height: 400px;
		object-fit: cover;
		object-position: 100% 0;
	}
	.explanation_premium img{
		width: 150px;
	}
	.title{
		font-size: 9vw;
	}
	.slideshow .slide-content{
		top: -10%;
	}
} 
@media screen and (min-width: 641px) {/* 641px以上の幅の場合に適用される */
	.footer_frame{
		margin:0 5rem;
	}
	.footer_box{
		padding-right: 5rem;
	}
	.feature img{
		width: 400px;
		height: 400px;
		object-fit: cover;
		object-position: 100% 0;
	}
	.logo_z{
		position: absolute;
		bottom: 40px;
		right: -40px;
	}
	.title{
		font-size:calc(3vw + 1.5rem);
	}
	.slideshow .slide-content{
		top: 0;
	}
} 

/*----------header----------*/
header{
	display: flex;
	justify-content:space-between;
	align-items:flex-end;
	margin-left: 1rem;
}
header .logo{
	margin:1rem;
}
header ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:flex-end;
	align-items: flex-start;
	margin-bottom:1.5rem;
}
header li{
	margin: 0 1.5rem;
}
/*.top img{
	height: 450px;
	width: 100%;
    object-fit: cover;
}*/
header a{
	position: relative;
	display: inline-block;
	transition: .3s;
	text-decoration: none;
}
header a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #0f2350;
	transition: .3s;
	transform: translateX(-50%);
}
header a:hover::after{
	width: 100%;
}
header a:visited{
	color:#000;
}
/*----------slide----------*/
.btn_top {
	display: inline-block;
	padding: 13px 20px;
	color: #fff;
	text-decoration: none;
	position: relative;
	background: transparent;
	border: 1px solid #e1e1e1;
	font: 12px/1.2 "Oswald", sans-serif;
	letter-spacing: 0.4em;
	text-align: center;
	text-indent: 2px;
	text-transform: uppercase;
	transition: color 0.1s linear 0.05s;
}
.btn_top::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e1e1e1;
	z-index: 1;
	opacity: 0;
	transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn_top::after {
	transition: border 0.1s linear 0.05s;
}
.btn_top .btn_top-inner {
	position: relative;
	z-index: 2;
}
.btn_top:hover {
	color: #373737;
	transition: color 0.1s linear 0s;
}
.btn_top:hover::before {
	top: 0;
	height: 100%;
	opacity: 1;
	transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn_top:hover::after {
	border-color: #373737;
	transition: border 0.1s linear 0s;
}
.slideshow {
	overflow: hidden;
	position: relative;
	width: 100%;
	/*height: 100vh;*/
	z-index: 1;

	height: 450px;
    object-fit: cover;
}
.slideshow .slideshow-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/

	height: 100%;
    object-fit: cover;
}
.slideshow .slides {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
	z-index: 1;

	height: 100%;
    object-fit: cover;
}
.slideshow .slide {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s ease;

	height: 100%;
    object-fit: cover;
}
.slideshow .slide.is-active {
	display: block;
}
.slideshow .slide.is-loaded {
	opacity: 1;
}
/* .slideshow .slide .caption {
	padding: 0 100px;
} */
.slideshow .slide .image-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	z-index: 1;
	background-size: cover;
	image-rendering: optimizeQuality;

    object-fit: cover;
}
/*削除できる？*/.slideshow .slide .image-container::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
	background: rgba(0, 0, 0, 0.3);

	height: 100%;
    object-fit: cover;
}
.slideshow .slide .image {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	/*height: 100%;*/

	height: 100%;
    object-fit: cover;
}
.slideshow .slide-content {
	position: absolute;
	left: 0;
	width: 100%;
	/*height: 100%;*/
	z-index: 2;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;

	height: 100%;
    object-fit: cover;
}
.slideshow .slide {
	margin: 0 auto 15px;
	/* max-width: 1000px; */
	letter-spacing: 0.35em;
	text-transform: uppercase;
	text-align: left;
}
.title {
	margin: 0 auto 15px;
	/* max-width: 1000px; */
	letter-spacing: 0.35em;
	text-transform: uppercase;
}

.slideshow .slide .text {
	margin: 0 auto;
	/* max-width: 1000px; */
	font-size: 18px;
	line-height: 1.4;
}
.slideshow .slide .btn {
	margin: 15px 0 0;
	border-color: #fff;
}
.slideshow .slide .btn::before {
	background: #fff;
}
.slideshow .pagination {
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 100%;
	height: 12px;
	cursor: default;
	z-index: 2;
	text-align: center;
}
.slideshow .pagination .item {
	display: inline-block;
	padding: 15px 5px;
	position: relative;
	width: 46px;
	height: 32px;
	cursor: pointer;
	text-indent: -999em;
	z-index: 1;
}
.slideshow .pagination .item + .page {
	margin-left: -2px;
}
.slideshow .pagination .item::before {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 5px;
	width: 36px;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
	width: 0;
	background: #fff;
	z-index: 2;
	transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
	background-color: #fff;
}
.slideshow .arrows .arrow {
	margin: -33px 0 0;
	padding: 20px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 3;
}
.slideshow .arrows .prev {
	left: 30px;
}
.slideshow .arrows .prev:hover .svg {
	left: -10px;
}
.slideshow .arrows .next {
	right: 30px;
}
.slideshow .arrows .next:hover .svg {
	left: 10px;
}
.slideshow .arrows .svg {
	position: relative;
	left: 0;
	width: 14px;
	height: 26px;
	fill: #fff;
	transition: left 0.2s ease;
}
.image{
	width: 200px;
	height: 200px;
	object-fit: cover;
}

/*----------main----------*/
main{
	text-align: center;
	margin: 2rem 0;
	padding: 0 2rem;
}
.commitment{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-around;
	align-items: flex-start;
}
.commitment_box{
	width: 400px;
	position:relative;
}
.commitment_box_2{
	width: 600px;
	position:relative;
}
.premium_box{
	width: 800px;
	position:relative;
}
.Japan img{
	width: 80%;
}
.premium img{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
}
.explanation{
	width: 300px;
	position:absolute;
	top: 80px;
	left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
}
.explanation p{
	text-align: left;
}
.explanation_2{
	position:absolute;
	top: 10%;
	/* left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); */
}
.explanation h3{
	margin-bottom: 10px;
}
.item{
	position:relative;
	margin-bottom: 20px;
}
.item h3{
	position:absolute;
	left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
}
.feature{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-around;
	align-items: flex-start;
}
.text-center h3{
	word-break:keep-all
}
.text_box{
	margin: 0 2rem;
}
.grapes{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-around;
	align-items: flex-start;
	padding: 0 2rem;
}
.grapes .item img{
	width: 300px;
}
.fruit{
	margin: 5rem 0;
}
.fruit h2{
	margin-bottom: 30px;
}
.item_red,.item_green,.item_black{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:center;
	align-items: flex-start;
}
.item_grapes img{
	border-radius:30px;
	margin:0 1rem;
	width: 300px;
	object-fit: cover;
}
main ul{
	margin: 0 3rem;
	font-size: 0.8rem;
	text-align: left;
}
main ul p{
	margin-left: 2rem;
	width: 15rem;
}
main li{
	padding: 1rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items: center;
}
.circle-box {
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 50px;
    -webkit-mask-image: radial-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
    mask-image: radial-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 70%);
}
.circle-box img{
	object-position: 0 -50px;
}
.shop-btn{
	margin: auto;
	margin-bottom: 30px;
}	

/*----------ふるさと納税----------*/
.sns-area{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 5rem 0;
	position: relative;
}
.overlay{
	background: rgba(0, 0, 0, 0.3);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}
.container{
	position: relative;
	z-index: 2;
}
.text-center{
	text-align: center;
	color: #fff;
}
.text-center p{
	margin:1rem 0;
}
.text-center h3{
	font-size: 24px;
}
.tax{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:center;
	align-items:flex-start;
}
.tax p{
	margin:1rem  0.3rem;
}
.tax img{
	width:11rem;
}

/*----------Instagram----------*/
.sns-area{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 5rem 0;
	position: relative;
}
.overlay{
	background: rgba(0, 0, 0, 0.3);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}
.container{
	position: relative;
	z-index: 2;
}
.text-center{
	text-align: center;
	color: #fff;
}

/*----------footer----------*/
footer{
	background-image:linear-gradient(to right, #0a7adf 0%, #000033 100%);
	color: #fff;
}
footer h3{
	margin-bottom: 1rem;
}
footer a{
	text-decoration: none;
}
footer a:link{
	color: #fff;
}
footer a:visited{
	color: #fff;
}

.footer_box{
	margin:1.5rem;
	text-align: left;
}
.footer_iframe{
	margin:1.5rem;
	text-align: left;
}
.footer_frame{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items: flex-start;
	white-space: nowrap;
	position: relative;
}
.Copyright{
	text-align: center;
}
.logo_z{
	opacity: 0.5;
}

/*----------btn----------*/
.btn,
a.btn,
button.btn {
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	user-select: none;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 0.5rem;
}
a.btn-t {
	position: relative;
	padding: 0.3rem;
	color: #fff;
	border-radius: 2vh;
	background-color:#fff;
}
a.btn-g {
	position: relative;
	padding: 0.3rem;
}
a.btn-i {
	position: relative;
	padding: 0.5rem 3rem 0.5rem 3rem;
	color: #fff;
	border-radius: 100vh;
	background-image: linear-gradient(to right, #007adf 0%, #0f2350 100%);
}
a.btn-t:hover {
	transform: scale(1.1);
	color: #fff;
}
a.btn-g:hover {
	transform: scale(1.1);
}
a.btn-i:hover {
	transform: scale(1.1);
	color: #fff;
}
a.btn-n:hover {
	transform: scale(1.1);
	color: #000;
}
/*----------------------------------------*/
