@charset "UTF-8";

/*store
----------------------------------------*/
.store {
	color: #fff;
}
.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 {
	display: block;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	margin-top: 3.18rem;
}

.store_inner {
	padding-top: 9rem;
	padding-bottom: 9rem;
}
.store_inner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: #403E3E;
}

.store_product_inner {
	display: flex;
	/*flex-direction: row-reverse;*/
	justify-content: space-between;
	column-gap: 7.5rem;
	max-width: 125rem;
	margin: 9.8rem auto 0;
}
.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: #fff;
	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 #fff;
}
.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 #fff;
	border-right: 1px solid #fff;
	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 #FFFFFF;
	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 {
		top: auto;
		transform: translateY(0);
		left: 0;
		right: 0;
		bottom: 0;
		height: 10rem;
		max-width: 100%;
	}
	.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: 8.5rem;
		padding-bottom: 10rem;
	}
	
	
	.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 {
	max-width: 125rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	column-gap: 3rem;
}
.pickup_item {
	flex: 1;
	border: 1px solid #848484;
	max-width: 31.68%;
}
.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 #fff;
}
.pickup_item a::after {
	content: "";
	position: absolute;
	width: .437rem;
	height: .437rem;
	right: 2.4rem;
	bottom: 2.3rem;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	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 {
		flex-wrap: wrap;
		row-gap: 2rem;
		padding: 0 2rem;
		border-bottom: 1px solid #B4B4B4;
		padding-bottom: 5rem;
	}
	.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 {
	background: url("../../img/index/shop_bg_01.jpg") no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 10.5rem;
}

.shop_inner {
	max-width: 110.7rem;
	margin: 0 0 0 auto;
	display: flex;
	column-gap: 12.1rem;
}
.shop_img {
	max-width: 42.3rem;
}

.shop_text {
	padding-top: 14.5rem;
	color: #fff;
}
.shop_text h2 {
	margin-left: -19.5rem;
	margin-bottom: 4.7rem;
}
.shop_text h2 img {
	height: 6.4rem;
}
.shop_text h2::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	left: 0;
	bottom: 0;
}
.shop_text p {
	font-size: 1.3rem;
	letter-spacing: 0.15em;
	margin-bottom: 2.4rem;
}

.shop_list {
	margin-bottom: 3.6rem;
}
.shop_list dt {
	font-size: 1.5rem;
	line-height: 2;
	margin-bottom: .5rem;
}
.shop_list dt span.en {
	font-size: 1.4rem;
	display: inline-block;
	margin-bottom: 0;
}
.shop_list dd {
	font-size: 1.3rem;
	line-height: 1.84;
}
.shop_list dd + dt {
	margin-top: 3.2rem;
}

@media only screen and (max-width: 768px) {
	.shop {
		background: url("../../img/index/shop_bg_01_sp.jpg") no-repeat;
		background-position: center;
		background-size: cover;
		padding-top: 0;
		padding-bottom: 8.4rem;
	}

	.shop_inner {
		max-width: 100%;
		margin: 0 auto;
		padding: 19rem 3rem 0;
		display: block;
	}
	.shop_img {
		position: absolute;
		top: 0;
		right: 0;
		max-width: 23.2rem;
	}

	.shop_text {
		padding-top: 0;
	}
	.shop_text h2 {
		margin-left: 0;
		margin-bottom: 3rem;
	}
	.shop_text h2 img {
		width: auto;
		height: 5rem;
	}
	.shop_text h2::before {
		width: 22.1rem;
	}
	.shop_text p {
		margin-bottom: 1.6rem;
	}

	.shop_list {
		margin-bottom: 4.6rem;
	}
	.shop_list dd + dt {
		margin-top: 2.4rem;
	}
	
}

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