@charset "utf-8";

/*============================
共通
============================*/
.sec_title {
	font-family: 'Playfair Display';
	font-size: 0.34rem;
	letter-spacing: 0.07em;
}

/*============================
MV
============================*/
#mv {
	background-image: url(../img/spice/mv.jpg);
}

/*============================
Introduction
============================*/
#intro {
	padding-top: 0.90rem;
}
@media screen and (max-width: 640px) {
	#intro {
		padding-top: 1.20rem;
	}
}

#intro .sec_title {
	padding-bottom: 0.50rem;
}
@media screen and (max-width: 640px) {
	#intro .sec_title {
		padding-bottom: 0.25rem;
	}
}

#intro .cont_wrap {
	margin-top: 0.35rem;
	box-sizing: border-box;
	padding-left: 1.00rem;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
	#intro .cont_wrap {
		padding-left: 0;
	}
}

#intro .cont_wrap .text_wrap {
	width: 100%;
	max-width: 4.60rem;
}
@media screen and (max-width: 640px) {
	#intro .cont_wrap .text_wrap {
		padding-bottom: 1.00rem;
	}
}

#intro .cont_wrap .text_wrap .text {
	font-size: 0.14rem;
	line-height: 2;
	letter-spacing: 0.07em;
}

#intro .cont_wrap .text_wrap .info_txt {
	padding-top: 0.30rem;
}

#intro .cont_wrap .text_wrap .info_txt a {
	color: #FFF;
	font-size: 0.14rem;
	text-decoration: underline;
}

#intro .cont_wrap .text_wrap .info_txt a:hover {
	text-decoration: none;
}

#intro .cont_wrap .ph_wrap {
	width: calc(100% - 5.60rem);
	padding-left: 0.50rem;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 640px) {
	#intro .cont_wrap .ph_wrap {
		width: 100%;
		padding-left: 0;
		text-align: right;
		margin-left: auto;
		margin-right: -0.20rem;
	}
}

#intro .cont_wrap .ph_wrap .-ph01 {
	width: 100%;
	height: 4.50rem;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
@media screen and (max-width: 640px) {
	#intro .cont_wrap .ph_wrap .-ph01 {
		width: calc(100% - 0.20rem);
		height: 3.00rem;
		left: 0.20rem;
	}
}

#intro .cont_wrap .ph_wrap .-ph02 {
	width: 2.30rem;
	height: 2.30rem;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	left: -0.50rem;
	bottom: -1.00rem;
}
@media screen and (max-width: 640px) {
	#intro .cont_wrap .ph_wrap .-ph02 {
		width: 1.50rem;
		height: 1.50rem;
		left: -0.20rem;
	}
}

#intro .cont_wrap .ph_wrap .ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*============================
取扱店舗
============================*/
#stores {
	padding-top: 2.00rem;
}

#stores .in {
	max-width: 10.00rem;
}

#stores .in .sec_tit_wrap {
	text-align: center;
}

#stores .in .sec_tit_wrap .jp_txt {
	font-size: 0.15rem;
	padding-top: 0.10rem;
}

#stores .in .store_list_wrap .area {
	font-size: 0.20rem;
	font-weight: 600;
	padding-bottom: 0.15rem;
	padding-top: 0.50rem;
	border-bottom: 1px solid #666;
}
@media screen and (max-width: 640px) {
	#stores .in .store_list_wrap .area {
		font-size: 0.18rem;
	}
}

#stores .in .store_list_wrap .list .detail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 0.13rem;
	padding: 0.20rem 0;
	border-bottom: 1px solid #666;
}
@media screen and (max-width: 640px) {
	#stores .in .store_list_wrap .list .detail {
		display: block;
		line-height: 1.75;
	}
}

#stores .in .store_list_wrap .list .detail .city {
	width: 1.50rem;
}
@media screen and (max-width: 640px) {
	#stores .in .store_list_wrap .list .detail .city {
		width: 100%;
	}
}

#stores .in .store_list_wrap .list .detail .shop_name {
	width: 3.50rem;
	font-size: 0.15rem;
	letter-spacing: 0.075em;
}
@media screen and (max-width: 640px) {
	#stores .in .store_list_wrap .list .detail .shop_name {
		width: 100%;
		font-size: 0.16rem;
	}
}

#stores .in .store_list_wrap .list .detail .url a {
	color: #FFF;
	text-decoration: underline;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 640px) {
	#stores .in .store_list_wrap .list .detail .url a {
		font-size: 0.13rem;
	}
}

#stores .in .store_list_wrap .list .detail .url a.insta::before {
	content: "";
	width: 0.30rem;
	height: 0.18rem;
	display: block;
	background-image: url(../common/img/icon_insta_white.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (max-width: 640px) {
	#stores .in .store_list_wrap .list .detail .url a.insta::before {
		content: "";
		width: 0.20rem;
		height: 0.14rem;
		position: relative;
		top: 0.02rem;
	}
}

#stores .in .store_list_wrap .list .detail .url a:hover {
	text-decoration: none;
}

/*============================
Archive
============================*/
#archive {
	padding-top: 1.00rem;
	padding-bottom: 1rem;
}
@media screen and (max-width: 640px) {
	#archive {
		padding-bottom: 0;
	}
}

#archive .cont_wrap {
	width: 100%;
	max-width: 9.20rem;
	margin: auto;
}

/* 購入ボタン */
#archive .cont_wrap .cart_btn {
	text-align: center;
	padding-bottom: 0.80rem;
}
@media screen and (max-width: 640px) {
	#archive .cont_wrap .cart_btn {
		padding-bottom: 0.40rem;
	}
}

#archive .cont_wrap .cart_btn a {
	width: 100%;
	max-width: 6.00rem;
	font-size: 0.20rem;
	font-weight: 500;
	background: #FFF;
	color: #000;
	padding: 0.35rem 0;
	display: inline-block;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 640px) {
	#archive .cont_wrap .cart_btn a {
		font-size: 0.16rem;
		padding: 0.25rem 0;
	}
}

#archive .cont_wrap .cart_btn a:hover {
	opacity: 0.5;
}

#archive .cont_wrap .cart_btn a::after{
	content: '';
	width: 0.27rem;
	height: 0.01rem;
	background: #000;
	position: absolute;
	right: 0.25rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
}
@media screen and (max-width: 640px) {
	#archive .cont_wrap .cart_btn a::after{
		width: 0.16rem;
		right: 0.15rem;
	}
}

#archive .cont_wrap .cart_btn a:hover::after {
	width: 0.22rem;
	background: #000;
}

/* トップに戻る */
#archive .cont_wrap .list_btn {
	text-align: center;
}

#archive .cont_wrap .list_btn a {
	width: 3.30rem;
	font-size: 0.14rem;
	background: #000;
	color: #fff;
	border: 1px solid #fff;
	padding: 0.25rem 0;
	display: inline-block;
	text-align: center;
	position: relative;
}

#archive .cont_wrap .list_btn a:hover {
	background: #fff;
	color: #000;
}

#archive .cont_wrap .list_btn a::after{
	content: '';
	width: 0.27rem;
	height: 0.01rem;
	background: #fff;
	position: absolute;
	left: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s;
}

#archive .cont_wrap .list_btn a:hover::after {
	width: 0.22rem;
	background: #000;
}