.post-type-archive-shop .sub-mv,
.sub-mv--instagram,
.sub-mv--tiktok {
	background-image: url(../img/shop/archive-mv.png);
}

.single-shop .sub-mv {
	/* background-image: url(../img/shop/single-mv.png); */
}

.shop-archive-list {
	padding: 130px 0 39px;
}
.shop-archive-list__area:not(:first-child) {
	margin-top: 60px;
}
.shop-archive-list__ttl {
	margin-bottom: 42px;
}
.shop-archive-list .c-list--shop {
	row-gap: 40px;
}

.shop-single-image {
	padding: 20px 0 0;
	overflow: hidden;
}
.shop-single-image__slider {
	position: relative;
	overflow: visible;
	padding: 0 40px;
}
.shop-single-image__item {
	width: calc(100vw - 77px);
	max-width: 633px;
	margin: 0 auto;
	transform-origin: left top;
	transition: 0.3s;
}
.shop-single-image__item img {
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}
.shop-single-image .swiper-button-next {
	position: absolute;
	top: 33.2%;
	right: 30px;
	display: none;
	width: 30px;
	height: 36px;
	background: url(../img/common/slide-next.svg) center/contain no-repeat;
	border: none;
	color: rgba(0, 0, 0, 0);
	filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.16));
	font-size: 0;
	margin: 0;
	padding: 0;
}
.shop-single-image .swiper-container-initialized .swiper-slide:not(.swiper-slide-duplicate-active):not(.swiper-slide-active) {
	transform: scale(0.774) translateX(-4px);
}
.shop-single-image .swiper-container-initialized .swiper-button-next {
	display: block;
}
@media screen and (max-width: 750px) {
	.shop-single-image__slider {
		padding: 0 20px;
	}
	.shop-single-image .swiper-button-next {
		right: 5.2%;
	}
}

.shop-single-sns {
	padding: 24px 0 0;
}
.shop-single-sns__inner {
	display: flex;
	align-items: center;
	justify-content: center;
}
.shop-single-sns__ttl {
	position: relative;
	flex: 0 0 67px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 67px;
	font-family: "Noto Serif JP", serif;
	font-size: 15px;
	line-height: 1.2;
	margin-right: 6px;
	text-align: center;
}
.shop-single-sns__ttl::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: solid 1px #b18c45;
	transform: rotate(45deg) scale(0.68);
}
.shop-single-sns__item {
	flex: 0 0 68px;
	background: #f5f5f5;
}
.shop-single-sns__item + .shop-single-sns__item {
	margin-left: 5px;
}
.shop-single-sns__item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 63px;
}
.shop-single-sns__item span {
	color: #666;
	font-family: "Cormorant Garamond", serif;
	font-size: 15px;
	line-height: 1;
	margin-top: 5px;
}
.shop-single-sns__item--youtube a {
	padding-top: 3px;
}
.shop-single-sns__item--youtube span {
	margin-top: 8px;
}

.shop-single-recommend {
	overflow: hidden;
	padding: 20px 0 24px;
}
.shop-single-recommend__ttl {
	font-family: "Cormorant Garamond", serif;
	font-size: 30px;
	margin-bottom: 5px;
	text-align: center;
}
.shop-single-recommend__slider {
	position: relative;
	overflow: visible;
	padding: 0 0 16px;
}
.shop-single-recommend__item {
	width: 76.5vw;
	max-width: 306px;
	margin: 0 auto;
	transition: 0.2s;
}
.shop-single-recommend__item img {
	width: 100%;
}
.shop-single-recommend .swiper-container-initialized .swiper-slide:not(.swiper-slide-active) {
	opacity: 0.4;
}
.shop-single-recommend .swiper-pagination {
	bottom: 0;
	display: flex;
	justify-content: center;
	gap: 4px;
}
.shop-single-recommend .swiper-pagination-bullet {
	display: block;
	width: 16px;
	height: 2px;
	background: #cbcbcb;
	border-radius: 0;
	margin: 0 !important;
	opacity: 1;
}
.shop-single-recommend .swiper-pagination-bullet-active {
	background-color: #666;
}

.shop-single-ranking {
	padding: 112px 0 40px;
}
.shop-single-ranking__name {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
	margin-bottom: -15px;
	text-align: center;
}
.shop-single-ranking .c-list-item--ranking:nth-child(1) {
	grid-column: auto;
	padding: 0;
	text-align: left;
}
.shop-single-ranking .c-list-item--ranking:nth-child(1) .c-list-item__img--cast {
	padding: 0 10px 19px;
}
.shop-single-ranking .c-list-item--ranking:nth-child(1) .c-list-item__img--cast img {
	aspect-ratio: 140/209;
}
.shop-single-ranking .c-list-item--ranking:nth-child(1) .c-list-item__img--cast .c-list-item__no-1 img,
.shop-single-ranking .c-list-item--ranking:nth-child(2) .c-list-item__img--cast .c-list-item__no-2 img,
.shop-single-ranking .c-list-item--ranking:nth-child(3) .c-list-item__img--cast .c-list-item__no-3 img {
	aspect-ratio: auto;
}
.shop-single-ranking .c-list-item--ranking:nth-child(1) .c-list-item__img--cast .c-list-item__no-1 {
	width: 84px;
	height: 44px;
	position: absolute;
	left: -19px;
	bottom: 2px;
}
.shop-single-ranking .c-list-item--ranking:nth-child(1) .c-list-item__img--cast::before {
	top: 13%;
}
.shop-single-ranking .c-list-item--ranking:nth-child(1) .c-list-item__img--cast::after {
	left: -25px;
	bottom: -19px;
	width: 100%;
	font-size: 120px;
}
.shop-single-ranking .c-list-item__shop {
	display: none;
}
@media screen and (max-width: 750px) {
	.shop-single-ranking .c-list-item--ranking:nth-child(1) .c-list-item__img--cast::after {
		left: -25px;
		bottom: -19px;
		width: 100%;
		font-size: 16vw;
	}
}

.shop-single-blog {
	padding: 38px 0 40px;
}
.shop-single-blog__ttl {
	position: relative;
	font-family: "Cormorant Garamond", serif;
	font-size: 23px;
	line-height: 1.4;
	margin-bottom: 6px;
	padding-left: 21px;
}
.shop-single-blog__ttl::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	display: block;
	width: 13px;
	height: 13px;
	background: url(../img/common/list-dot.svg) center/contain no-repeat;
}
.shop-single-blog .c-viewmore {
	margin-top: 45px;
	margin-right: 15px;
}

.shop-single-system {
	padding: 29px 0 40px;
	background: #222 url(../img/shop/system-bg.jpg) center top/100% auto no-repeat;
}
.shop-single-system__ttl {
	color: #fff;
	font-family: "Cormorant Garamond", serif;
	font-size: 30px;
	margin-bottom: 12px;
	text-align: center;
}
.shop-single-system__item:not(:first-child) {
	margin-top: 2px;
}
.shop-single-system__name {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 72px;
	background: rgba(102, 102, 102, 0.4);
	color: #eaeaea;
	cursor: pointer;
	font-size: 16px;
	line-height: 1.6;
	padding: 11px 64px 11px 24px;
}
.shop-single-system__name::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 28px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/shop/toggle.svg) center/contain no-repeat;
	margin: auto;
	transition: 0.3s;
}
.shop-single-system__name.open::after {
	transform: rotate(45deg);
}
.shop-single-system__value {
	display: none;
	background: rgba(255, 255, 255, 0.6);
	font-size: 15px;
	line-height: 1.8;
	padding: 21px 24px;
}

.shop-single-info {
	overflow: hidden;
	padding: 0 0 40px;
}
.shop-single-info__box {
	width: calc(100% - 108px);
	min-width: 292px;
	border: solid 1px;
	-o-border-image: linear-gradient(to right, #b18c45 0%, #efe9ad 50%, #b18c45 100%) 1;
	border-image: linear-gradient(to right, #b18c45 0%, #efe9ad 50%, #b18c45 100%) 1;
	margin: 20px auto 0;
	padding: 20px 18px 24px;
}
.shop-single-info__box--gallery {
	margin-top: 64px;
}
.shop-single-info__name {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 22px;
}
.shop-single-info__list {
	display: grid;
	grid-template-columns: auto auto;
	gap: 14px 16px;
}
.shop-single-info__list dt {
	color: #9a9a9a;
	font-size: 14px;
	line-height: 1.6;
}
.shop-single-info__list dd {
	font-size: 14px;
	line-height: 1.6;
}
.shop-single-info__list dd a {
	text-decoration: underline;
	text-underline-offset: 2px;
}
.shop-single-info__gmap {
	position: relative;
	width: 100%;
	aspect-ratio: 254/110;
	margin-top: 6px;
}
.shop-single-info__gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.shop-single-gallery {
	margin: -90px 0 23px;
}
.shop-single-gallery__ttl {
	display: flex;
	justify-content: center;
	width: 100%;
	color: #eaeaea;
	font-family: "Cormorant Garamond", serif;
	font-size: 52px;
	line-height: 1;
	margin-bottom: -9px;
	text-align: center;
	white-space: nowrap;
}
.shop-single-gallery .swiper-slide {
	aspect-ratio: 236/154;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0 auto;
	transition: 0.4s;
}
.shop-single-gallery .swiper-container-initialized .swiper-slide:not(.swiper-slide-active) {
	transform: scale(0.678);
}
.shop-single-gallery .swiper-slide-prev {
	transform-origin: right bottom;
}
.shop-single-gallery .swiper-slide-next {
	transform-origin: left bottom;
}

/* 2024.05.02 */
.shop-league-contents {
	background: #222;
	background-size: cover;
	padding: 27px 20px 34px;
	color: #cbcbcb;
}
.shop-league-contents > h2 {
	font-size: 30px;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	font-family: "Cormorant Garamond", serif;
}
.shop-league-contents > h2 > span {
	position: relative;
	display: inline-block;
	margin: 0 1em;
	padding: 0 1em;
	text-align: left;
}
.shop-league-contents > h2 > span:before,
.shop-league-contents > h2 > span:after {
	width: 170px;
}
.shop-league-contents > h2 > span:before {
	right: 100%;
}
.shop-league-contents > h2 > span:after {
	left: 100%;
}
.shop-league-contents > h2 > span:before,
.shop-league-contents > h2 > span:after {
	position: absolute;
	top: 50%;
	content: "";
	width: 400%;
	height: 1px;
	background-color: #aaa;
}

.shop-league-contents-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px;
	row-gap: 15px;
	flex-wrap: wrap;
	width: 100%;
}

@media screen and (max-width: 600px) {
	.shop-league-contents-list {
		grid-template-columns: repeat(1, 1fr);
	}

	.shop-league-contents > h2 {
		font-size: 24px;
	}
}
.shop-league-contents-list > a {
	color: #cbcbcb;
	font-size: 16px;
	background: rgb(0 0 0 / 30%);
	border: 1px solid #cbcbcb;
	padding: 12px 20px;
	border-radius: 999px;
	min-width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	overflow: hidden;
	line-height: 1.1;
	transition: all ease 0.33s;
}
.shop-league-contents-list > a:hover {
	color: #b18c45;
	background: #efe9ad;
	border: 1px solid #b18c45;
}


/*------------------------------------------------------------
	Instagram / TikTok 一覧
------------------------------------------------------------*/

.shop-sns-list {
	padding: 0 20px;
}

.shop-sns-list > * + * {
	margin-top: 20px;
}

.shop-insta-block__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #CBCBCB;
}

.shop-insta-block__ttl {
	font-size: 20px;
	margin-right: 20px;
}

.shop-insta-block__more {
	font-family: "Cormorant Garamond", serif;
	font-size: 15px;
	margin-left: auto;
	margin-top: 5px;
	white-space: nowrap;
}
