@charset "utf-8";
/*------------------------------------------------------------
	shopping
------------------------------------------------------------*/
#gHeader #gNavi {
	margin-top: 0;
	padding: 0.5rem 4.5rem 0.9rem;
}
#gHeader #gNavi::before {
	top: 0;
	background : linear-gradient(90deg, rgba(199, 22, 29, 1) 0%, rgba(199, 22, 29, 1) 31.27%, rgba(199, 22, 29, 1) 35.43%, rgba(200, 25, 32, 1) 47.69%, rgba(202, 34, 41, 1) 56.57%, rgba(206, 50, 56, 1) 64.38%, rgba(211, 72, 78, 1) 71.57%,transparent);
}
#gHeader #gNavi > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#gHeader #gNavi > ul li {
	margin-right: 3.5rem;
	line-height: 1;
	text-align: center;
}
#gHeader .hBox .logo {
	width: 5rem;
}
#main {
	padding: 0 0 13rem;
	background: #FFF;
}
#main .mainVisual {
	padding: 20rem 0 10.5rem;
	position: relative;
	background: url(../img/shopping/main_bg.jpg) no-repeat left center / cover;
	border-bottom: 1px solid #231815;
}
#main .mainVisual .inner {
	margin: 0 auto;
	max-width: 112.4rem;
}
#main .mainVisual .inner h1 {
	width: 50.8rem;
}
#main .mainVisual .textImg {
	margin: -6.3rem -1.4rem 0 auto;
	width: 52rem;
}
#main .mainVisual .scrollBox {
	position: absolute;
	bottom: 5.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 6.8rem;
}
#main .mainVisual .scrollBox a:hover {
	opacity: 0.7;
}
#main .textArea {
	padding: 15.9rem 0 4rem;
	border-bottom: 1px solid #231815;
	background: url(../img/shopping/bg01.jpg) no-repeat center right / cover;
}
#main .textArea .content {
	max-width: 120rem;
}
#main .textArea .hTitle {
	margin-bottom: 4rem;
	color: #000;
	font-size: 4.3rem;
	font-weight: 400;
	line-height: 1.61;
	letter-spacing: 0.02em;
}
#main .textArea .text {
	margin-bottom: 5.5rem;
	max-width: 46rem;
	color: #000;
	font-size: 2.3rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.78;
}
#main .textArea .smallText {
	margin-right: -3rem;
	color: #000;
	font-size: 2rem;
	text-align: right;
	letter-spacing: -0.08em;
}
#main .shop {
	padding: 9.6rem 0 0;
	background: #FFF;
}
#main .shop h2 {
	margin-bottom: 4.2rem;
	color: #000;
	font-size: 3.2rem;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.02em;
}
#main .shop .content {
	max-width: 120.8rem;
}
#main .detail .pageTitle {
	margin-bottom: 8.4rem;
	padding-top: 6.3rem;
	min-height: 39.9rem;
	background-image: url(../img/shopping/detail/page_title_img.jpg);
}
#main .detail .pageTitle::before {
	display: none;
}
#main .detail .pageTitle h2 {
	color: #000;
	font-size: 3.7rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: -0.05em;
}
#main .detail .content {
	max-width: 120rem;
}
#main .detail .topBox .photoArea {
	width: 57.5rem;
	position: relative;
}
#main .detail .topBox .photoArea .photoList {
	margin-bottom: 0.65rem;
	line-height: 0;
}
#main .detail .topBox .photoArea .photoList li {
	aspect-ratio: 1 / 1;
	vertical-align: top;
}
#main .detail .topBox .photoArea .photoList li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .detail .topBox .photoArea .subPhotoUl {
	padding: 0 0.7rem;
}
#main .detail .topBox .photoArea .subPhotoUl li {
	margin-right: 0.4rem;
	width: 13.9rem !important;
	aspect-ratio: 1 / 1;
	vertical-align: top;
	cursor: pointer;
}
#main .detail .topBox .photoArea .subPhotoUl .slick-current li {
	opacity: 0.7;
}
#main .detail .topBox .photoArea .subPhotoUl li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .detail .topBox .photoArea .prev,
#main .detail .topBox .photoArea .next {
	position: absolute;
	top: 26.9rem;
	left: 2.2rem;
	width: 1.4rem;
	z-index: 10;
	cursor: pointer;
}
@media all and (min-width: 897px) {
	#main .detail .topBox .photoArea .prev:hover,
	#main .detail .topBox .photoArea .next:hover {
		opacity: 0.7;
	}
	#main .detail .topBox .textBox .priceBox .cartjs_cart_in input:hover {
		opacity: 0.7;
	}
	#main .detail .topBox .photoArea .subPhotoUl li:hover {
		opacity: 0.7;
	}
}
#main .detail .topBox .photoArea .next {
	left: auto;
	right: 1.8rem;
}
#main .detail .topBox .textBox {
	padding-top: 0.3rem;
	width: calc(100% - 62.5rem);
	color: #000;
}
#main .detail .topBox .textBox .title {
	margin-bottom: 6.8rem;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .detail .topBox .textBox .inner {
	margin-bottom: 4.5rem;
}
#main .detail .topBox .textBox .inner p {
	margin-bottom: 2.3rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.14;
}
#main .detail .topBox .textBox .inner p:last-child {
	margin-bottom: 0;
}
#main .detail .topBox .textBox .priceBox .cartjs_product_table table {
	width: 100% !important;
	margin: 0 !important;
	display: table;
}
#main .detail .topBox .textBox .priceBox .cartjs_product_table table th,
#main .detail .topBox .textBox .priceBox .cartjs_product_table table td {
	padding-bottom: 0.3rem !important;
}
#main .detail .topBox .textBox .priceBox .cartjs_product_table table th {
	width: 15.5% !important;
	font-size: 1.5rem;
	font-weight: 700 !important;
}
#main .detail .topBox .textBox .priceBox .cartjs_product_table table td {
	font-size: 1.9rem !important;
}
#main .detail .topBox .textBox .priceBox .cartjs_product_table table td input {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    height: 2.8rem !important;
    border: 1px solid #000;
    box-sizing: border-box;
	color: #000;
    font-size: 1.5rem;
    padding: 0 0.7rem 0.2rem !important;
    width: 5.1rem !important;
    background-color: #FFF;
}
#main .detail .topBox .textBox .priceBox .cartjs_cart_in {
	margin: 1.6rem 0 0 !important;
	text-align: left !important;
}
#main .detail .topBox .textBox .priceBox .cartjs_cart_in input {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	width: 19.4rem !important;
	height: 3.9rem !important;
	border-radius: 0 !important;
	text-align: center !important;
	cursor: pointer;
	font-size: 1.4rem !important;
	font-weight: 400;
	color: #FFF;
	border: none;
	background: #bea769 !important;
	font-family: "Noto Sans JP", sans-serif !important;
}
#main .detail .shop {
	padding-top: 10rem;
}
#main .detail .shop h2 {
	margin-bottom: 4.4rem;
}
#main .detail .shop .comShopList {
	margin-bottom: 6.4rem;
}
@media all and (max-width: 896px) {
	#gHeader #gNavi {
		margin-top: 0;
		padding: 8rem 0 4rem;
	}
	#gHeader #gNavi > ul {
		display: block;
	}
	#gHeader #gNavi > ul li {
		margin-right: 0;
	}
	#gHeader #gNavi > ul li a {
		padding: 1rem;
		display: block;
		font-size: 2rem !important;
	}
	#main {
		padding: 0 0 7rem;
	}
	#main .mainVisual {
		padding: 8rem 0 4rem;
		background: url(../img/shopping/main_bg_sp.webp) no-repeat center top / 100% auto;
		background-color: #fff;
		min-height: 200vw;
	}
	#main .mainVisual .inner {
		margin: 0 2rem;
		max-width: inherit;
	}
	#main .mainVisual .inner h1 {
		width: 25.4rem;
	}
	#main .mainVisual .textImg {
		margin: 5rem 0 0 auto;
		width: 80%;
	}
	#main .mainVisual .textImg img {
		width: 100%;
	}
	#main .mainVisual .scrollBox {
		bottom: 2rem;
		width: 4rem;
	}
	#main .textArea {
		padding: 0 0 4rem;
		background: none;
		background-color: #fff;
	}
	#main .textArea::before {
		content: '';
		display: block;
		width: 100%;
		height: 80vw;
		background: url(../img/shopping/bg01_sp.webp) no-repeat center center / cover;
		margin-bottom: 3rem;
	}
	#main .textArea .content {
		max-width: inherit;
	}
	#main .textArea .hTitle {
		margin-bottom: 3rem;
		font-size: 2.4rem;
	}
	#main .textArea .text {
		margin-bottom: 4rem;
		max-width: 33.5rem;
		font-size: 1.8rem;
	}
	#main .textArea .smallText {
		margin-right: 0;
		font-size: 1.6rem;
	}
	#main .shop {
		padding: 5rem 0 0;
	}
	#main .shop h2 {
		margin-bottom: 4.2rem;
		font-size: 2.6rem;
	}
	#main .detail .pageTitle {
		margin-bottom: 6rem;
		padding-top: 7rem;
		min-height: 25rem;
	}
	#main .detail .pageTitle h2 {
		font-size: 2.4rem;
	}
	#main .detail .topBox {
		display: block;
	}
	#main .detail .topBox .photoArea {
		margin-bottom: 4rem;
		width: auto;
	}
	#main .detail .topBox .photoArea .subPhotoUl {
		padding: 0;
	}
	#main .detail .topBox .photoArea .subPhotoUl li {
		margin-right: 0.5rem;
		width: calc((100vw - 5.5rem) / 4) !important;
		aspect-ratio:  1 / 1;
	}
	#main .detail .topBox .photoArea .prev,
	#main .detail .topBox .photoArea .next {
		top: calc((100% - 23.2vw) / 2);
		left: 1.5rem;
		width: 1.4rem;
	}
	#main .detail .topBox .photoArea .next {
		left: auto;
		right: 1.5rem;
	}
	#main .detail .topBox .textBox {
		padding-top: 0;
		width: auto;
	}
	#main .detail .topBox .textBox .title {
		margin-bottom: 3rem;
		font-size: 1.8rem;
	}
	#main .detail .topBox .textBox .inner {
		margin-bottom: 1rem;
	}
	#main .detail .topBox .textBox .inner p {
		margin-bottom: 1.5rem;
		font-size: 1.4rem;
	}
	#main .detail .topBox .textBox .priceBox {
		max-width: 33.5rem;
	}
	#main .detail .topBox .textBox .priceBox .cartjs_product_table table th {
		width: 25% !important;
	}
	#main .detail .shop {
		padding-top: 6rem;
	}
	#main .detail .shop h2 {
		margin-bottom: 3rem;
	}
	#main .detail .shop .comShopList {
		margin-bottom: 4rem;
	}
}
/* ショッピングページ: 吹き出し黒文字 */
.linkBalloon {
	color: #333;
	text-shadow: 0 1px 3px rgba(255,255,255,0.8), 0 0 6px rgba(255,255,255,0.5);
}
.linkBalloon::before {
	border-bottom-color: rgba(0,0,0,0.5);
}
.bannerList .linkBalloon {
	color: #333;
	text-shadow: 0 1px 3px rgba(255,255,255,0.8), 0 0 6px rgba(255,255,255,0.5);
}
.bannerList .linkBalloon::after {
	border-top-color: rgba(0,0,0,0.5);
}
