@charset "UTF-8";

/*store
----------------------------------------*/
.store_main {
	overflow: hidden;
	z-index: 0;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
}
.store_slide {
	overflow: hidden;
	z-index: 0;
}
.store_slide figure {
	width: 100%;
	float: left;
}

.store_main h2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 1;
	max-width: 73.6rem;
}
/*.store_main h2::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	top: 7rem;
	left: 0;
}*/
.store_main h2 img {
	height: 7.1rem;
	margin: 0 auto;
}
.store_main h2 span {
	color: #fff;
	display: block;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	margin-top: 3.18rem;
}

.store_inner {
	padding-top: 9rem;
	padding-bottom: 22rem;
	border-bottom: 1px solid #6E5631;
}
.store_inner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: #ECECEC;
}

main > .store::before {
	content: "";
	position: absolute;
	background: url("../../img/index/bg_img_03.png") no-repeat;
	background-size: 100% 100%;
	width: 86rem;
	height: 127rem;
	bottom: -38rem;
	left: -13.7rem;
	z-index: 1;
}
.store_inner::after {
	content: "";
	position: absolute;
	background: url("../../img/index/store_bg_02.png") no-repeat;
	background-size: 100% 100%;
	width: 95.6rem;
	height: 10.8rem;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.store_product_inner {
	display: flex;
	/*flex-direction: row-reverse;*/
	justify-content: space-between;
	column-gap: 7.5rem;
	max-width: 125rem;
	margin: 7rem auto 0;
	z-index: 2;
}
.store_product_nav {
	width: 100%;
	max-width: 24rem;
}
.store_product_nav_list > li {
	margin-bottom: 2.3rem;
}
.store_product_nav_list > li > a,
.store_product_nav_list > li > button {
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2.14;
	padding-bottom: .8rem;
	border: none;
	border-bottom: 1px solid #848484;
	display: block;
	
	width: 100%;
	background: none;
	text-align: left;
	color: #666565;
	font-family: "Shippori Mincho", serif;
	cursor: pointer;
	transition: 0.3s;
}
.store_product_nav_list > li > button:hover {
	opacity: 0.5;
}
.store_product_nav_list > li > a::before,
.store_product_nav_list > li > button::before {
	content: "";
	position: absolute;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	right: 0;
	top: 0;
	bottom: .8rem;
	margin: auto;
	border: 1px solid #666565;
}
.store_product_nav_list > li > a::after,
.store_product_nav_list > li > button::after {
	content: "";
	position: absolute;
	width: .437rem;
	height: .437rem;
	right: .9rem;
	top: 0;
	bottom: .8rem;
	margin: auto;
	border-top: 1px solid #666565;
	border-right: 1px solid #666565;
	transform: rotate(45deg);
}
.store_product_nav_list > li > button::after {
	transform: rotate(135deg);
	top: -0.2rem;
	right: .8rem;
}
.store_product_nav_list > li > .child {
	height: 0;
	opacity: 0;
	transition: height 0.3s ease, opacity 0.3s ease;
}
.store_product_nav_list > li > .child.is-open {
	opacity: 1;
}
.store_product_nav_list > li > .child ul {
	padding-block: 2.2rem;
}
.store_product_nav_list > li > .child ul li {
	margin-bottom: 1.6rem;
}
.store_product_nav_list > li > .child ul li > a {
	font-size: 1.3rem;
	text-decoration: underline;
}

.store_product {
	width: 100%;
	max-width: 93.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3.4rem 1rem;
}

.store_product_item {
	width: 32.6%;
}
.store_product_item figure {
	margin-bottom: 1.6rem;
	aspect-ratio: 1/1;
}
.store_product_item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.store_product_item p.category span {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin-bottom: .5rem;
	display: inline-block;
	border: 1px solid #666565;
	border-radius: .3rem;
	padding: .2rem 1rem;
}
.store_product_item p.ttl {
	font-size: 1.3rem;
	text-decoration: underline;
	letter-spacing: 0.1em;
	margin-bottom: .8rem;
	line-height: 2.23;
}
.store_product_item p.pay {
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.store .btn_online {
	margin: 0 auto;
}
.store .btn_online a {
	color: #A99D5D;
	border-color: #A99D5D;
}
.store .btn_online a::before {
	filter: inherit;
}


@media only screen and (max-width: 768px) {
	.store_main {
		position: relative;
		z-index: 1;
		overflow: inherit;
	}
	.store_main h2 {
		height: 10rem;
		max-width: 100%;
		transform: translateY(-52%);
	}
	.store_main h2::before {
		display: none;
	}
	.store_main h2 img {
		width: 100%;
		height: 10rem;
	}
	.store_main h2 span {
		margin-top: 1.9rem;
	}
	
	.store_inner {
		padding-top: 4.4rem;
		padding-bottom: 10rem;
	}
	
	main > .store::before {
		background: url("../../img/index/bg_img_03_sp.png") no-repeat;
		background-size: 100% 100%;
		width: 38rem;
		height: 108rem;
		bottom: -30.7rem;
		left: 0;
	}
	
	.store_inner::after {
		background: url("../../img/index/store_bg_02_sp.png");
		background-size: 100% 100%;
		width: 38.7rem;
		height: 7rem;
	}
	
	.store_product_inner {
		display: block;
		margin: 2.8rem auto 0;
	}
	.store_product_nav {
		max-width: 100%;
		padding: 0 2rem;
		margin-bottom: 5.3rem;
	}
	.store_product_nav_list > li {
		margin-bottom: 2rem;
	}
	.store_product {
		max-width: 100%;
		padding: 0 2rem 0;
		gap: 2.2rem 1.1rem;
		margin-bottom: 5.5rem;
	}

	.store_product_item {
		width: 48.2%;
	}
	.store_product_item figure {
		margin-bottom: .8rem;
	}
	.store_product_item p.category span {
		font-size: 1.1rem;
		margin-bottom: .3rem;
		padding: .2rem 1rem;
	}
	.store_product_item p.ttl {
		font-size: 1.2rem;
		margin-bottom: 0;
	}
	.store_product_item p.pay {
		letter-spacing: 0.05em;
	}
	.store .btn_online {
		margin: 0 auto;
	}

}



/*pickup
----------------------------------------*/
.pickup {
	padding-bottom: 7rem;
	border-bottom: 1px solid #B4B4B4;
	z-index: 1;
}
.pickup_inner {
	max-width: 125rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	column-gap: 3rem;
}
.pickup_item {
	flex: 1;
	border: 1px solid #B4B4B4;
}
.pickup_item a {
	display: flex;
	align-items: center;
}
.pickup_item a::before {
	content: "";
	position: absolute;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	right: 1.5rem;
	bottom: 1.5rem;
	border: 1px solid #666565;
}
.pickup_item a::after {
	content: "";
	position: absolute;
	width: .437rem;
	height: .437rem;
	right: 2.4rem;
	bottom: 2.3rem;
	margin: auto;
	border-top: 1px solid #666565;
	border-right: 1px solid #666565;
	transform: rotate(45deg);
}
.pickup_item figure {
	width: 14rem;
	height: 14rem;
}
.pickup_item figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.pickup_item p {
	max-width: calc(100% - 14rem);
	padding: 3rem 2.4rem 3rem 3rem;
	font-size: 1.4rem;
	line-height: 1.78;
	letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
	.pickup {
		padding-bottom: 5rem;
	}
	.pickup_inner {
		flex-wrap: wrap;
		row-gap: 2rem;
		padding: 0 2rem;
	}
	.pickup_item {
		flex: inherit;
		width: 100%;
		max-width: 100%;
	}
	.pickup_item a::before {
		right: 1rem;
		bottom: 1rem;
	}
	.pickup_item a::after {
		right: 1.9rem;
		bottom: 1.8rem;
	}
	.pickup_item figure {
		width: 10rem;
		height: 10rem;
	}
	.pickup_item figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.pickup_item p {
		max-width: calc(100% - 10rem);
		padding: 0 2rem;
		font-size: 1.3rem;
	}

}


/*shop
----------------------------------------*/
.shop {
	padding-top: 8.8rem;
	padding-bottom: 8.6rem;
	z-index: 2;
}
.shop_inner {
	padding-left: 37.7rem;
}
.shop_text h2 {
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	margin-bottom: 1.4rem;
}
.shop_text h2 span {
	display: inline-block;
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-right: 2rem;
}

.shop_box dt {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.15em;
}
.shop_box dd p {
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: .7rem;
}
.shop_box dd .shop_map {
	display: inline-block;
	font-size: 1.4rem;
	letter-spacing: .1em;
	margin-left: 2rem;
	padding-left: 2rem;
	border-bottom: .1rem solid rgba(21, 21, 21, .5);
	vertical-align: .3rem;
}
.shop_box dd .shop_map::before {
	content: '';
	display: block;
	width: 1rem;
	height: 1.3rem;
	background: url(../../img/common/icon_map.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 0;
	top: .8rem;
}
.shop_text .btn_more {
	margin-top: 1.5rem;
}
.shop_text .btn_more a {
	color: #848484;
	border-color: #848484;
}
.shop_text .btn_more a::after {
	background: #848484;
}
@media only screen and (max-width: 768px) {
	.shop {
		padding: 5rem 3rem 7.2rem;
	}

	.shop_inner {
		padding-left: 0;
	}
	.shop_text h2 {
		margin-bottom: 1.9rem;
	}
	.shop_text h2 span {
		display: block;
		font-size: 3rem;
		margin-right: 0;
		margin-bottom: .6rem;
	}

	.shop_box dd p {
		font-size: 1.3rem;
		font-weight: 400;
		letter-spacing: 0.1em;
		margin-bottom: 1.5rem;
	}
	.shop_box dd .shop_map {
		margin-left: 0;
	}
	.shop_text .btn_more {
		margin-top: 3rem;
	}
	.shop_text .btn_more a {
		color: #848484;
		border-color: #848484 !important;
	}
	.shop_text .btn_more a::before {
		background: #848484 !important;
	}
	
}

.pager {
	width: 100%;
	max-width: 108rem;
	margin: 4rem auto 0;
	display: flex;
	justify-content: center;
	gap: 2rem;
	color: #fff;
}