@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&display=swap");

/*
 * 100vw は縦スクロールバーがある環境でレイアウト幅よりわずかに広くなり、document の横スクロールの原因になる。
 * 見た目・余白は変えず、ページ全体の横方向オーバーフローのみ抑える。
 */
html,
body {
	overflow-x: hidden;
	overflow-x: clip;
}

/* max-width: 979px タブレット / 768px 以下で SP レイアウト */
/* レイアウト最大幅 1440px / 背景・ヒーロー画像はビューポート全幅 */

/* ========== BASE ========== */

#lp_main_wrap.lp_jewcas_20260508 {
	--jewcas-max-w: 1440px;
	/* 背景テクスチャ（protocol 省略より https 明示の方が CSP / 描画が安定しやすい） */
	--jewcas-bg-desktop: url("https://ds-assets.store-image.jp/e-look.jp/2026/e-shopplus/jewcas_2026summer/bg-desktop.jpg");
	/* 親が max-width:1440px 等でも、LP全体をビューポート幅に広げて左右の白を埋める */
	position: relative;
	isolation: isolate;
	min-height: 100vh;
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow-x: hidden;
	overflow-x: clip;
	color: #454545;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.12em;
}

#lp_main_wrap.lp_jewcas_20260508 * {
	box-sizing: border-box;
}

#lp_main_wrap.lp_jewcas_20260508 img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

#lp_main_wrap.lp_jewcas_20260508 a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.35s ease;
}

#lp_main_wrap.lp_jewcas_20260508 a:hover {
	opacity: 0.65;
}

#lp_main_wrap.lp_jewcas_20260508 p {
	margin: 0;
}

#lp_main_wrap.lp_jewcas_20260508 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.jewcas_visually_hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* ========== スクロール連動リビール（JS で .jewcas_js_anim を付与したときのみ初期非表示） ========== */

#lp_main_wrap.lp_jewcas_20260508.jewcas_js_anim .jewcas_reveal {
	transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

#lp_main_wrap.lp_jewcas_20260508.jewcas_js_anim .jewcas_reveal:not(.jewcas_reveal--in) {
	opacity: 0;
}

#lp_main_wrap.lp_jewcas_20260508.jewcas_js_anim .jewcas_reveal--left:not(.jewcas_reveal--in) {
	transform: translate3d(-22px, 0, 0);
}

#lp_main_wrap.lp_jewcas_20260508.jewcas_js_anim .jewcas_reveal--right:not(.jewcas_reveal--in) {
	transform: translate3d(22px, 0, 0);
}

#lp_main_wrap.lp_jewcas_20260508.jewcas_js_anim .jewcas_reveal--up:not(.jewcas_reveal--in) {
	transform: translate3d(0, 28px, 0);
}

#lp_main_wrap.lp_jewcas_20260508.jewcas_js_anim .jewcas_reveal--fade:not(.jewcas_reveal--in) {
	transform: translate3d(0, 18px, 0);
}

#lp_main_wrap.lp_jewcas_20260508.jewcas_js_anim .jewcas_reveal--mv:not(.jewcas_reveal--in) {
	transform: translate3d(0, 14px, 0);
}

#lp_main_wrap.lp_jewcas_20260508.jewcas_js_anim .jewcas_reveal.jewcas_reveal--in {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_nav_item.jewcas_reveal {
	transition-delay: 0s;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_nav_item.jewcas_reveal:nth-child(2) {
	transition-delay: 0.1s;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_nav_item.jewcas_reveal:nth-child(3) {
	transition-delay: 0.2s;
}

@media (prefers-reduced-motion: reduce) {
	#lp_main_wrap.lp_jewcas_20260508.jewcas_js_anim .jewcas_reveal,
	#lp_main_wrap.lp_jewcas_20260508.jewcas_js_anim .jewcas_reveal:not(.jewcas_reveal--in),
	#lp_main_wrap.lp_jewcas_20260508.jewcas_js_anim .jewcas_reveal.jewcas_reveal--in {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_nav_item.jewcas_reveal:nth-child(2),
	#lp_main_wrap.lp_jewcas_20260508 .jewcas_nav_item.jewcas_reveal:nth-child(3) {
		transition-delay: 0s !important;
	}
}

/* ========== PAGE BG（テクスチャはCSS背景＝全幅cover。imgのmax-widthの影響を受けない） ========== */

#lp_main_wrap.lp_jewcas_20260508 .jewcas_page_bg {
	position: absolute;
	inset: 0;
	width: 100%;
	min-height: 100%;
	pointer-events: none;
	z-index: 0;
	background-color: #e3e1e4;
	/* 画像は要素本体に載せる（疑似要素＋opacity だと環境によっては描画されないことがある） */
	background-image: var(--jewcas-bg-desktop);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* 従来「画像 opacity:0.25」の見え方に相当: 0.75*#e3e1e4 + 0.25*画像 */
#lp_main_wrap.lp_jewcas_20260508 .jewcas_page_bg::before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	background: rgba(227, 225, 228, 0.75);
	pointer-events: none;
}

#lp_main_wrap.lp_jewcas_20260508 > *:not(.jewcas_page_bg) {
	position: relative;
	z-index: 1;
}

/* ========== HEADER / MV（全幅） ========== */

#lp_main_wrap.lp_jewcas_20260508 .jewcas_mv {
	background: #fff;
	text-align: center;
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_mv picture {
	display: block;
	width: 100%;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_mv img {
	width: 100%;
	max-width: none;
	display: block;
	vertical-align: top;
}

/* PC: SP専用ブロックは非表示 */
#lp_main_wrap.lp_jewcas_20260508 .jewcas_header_sp,
#lp_main_wrap.lp_jewcas_20260508 .jewcas_footer_sp {
	display: none;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_header_sp img,
#lp_main_wrap.lp_jewcas_20260508 .jewcas_footer_sp img {
	width: 100%;
	display: block;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_next_note {
	display: none;
	text-align: center;
	padding: 48px 30px 32px;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_next_note_txt {
	margin: 0 0 12px;
	font-family: "Cormorant Garamond", "Times New Roman", Times, serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #6b7cb8;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_next_note_dots {
	margin: 0;
	font-family: "Cormorant Garamond", "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.35;
	letter-spacing: 0.15em;
	color: #6b7cb8;
}

/* More Items: 横スクロール用（SPで表示切替） */
#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_scroll {
	display: block;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_scrollbar {
	display: none;
	margin: 25px 30px 0;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_scrollbar_track {
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background: rgba(69, 69, 69, 0.2);
	cursor: pointer;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_scrollbar_thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 3px;
	min-width: 24px;
	background: #454545;
	border-radius: 2px;
	opacity: 0.85;
	touch-action: none;
	cursor: grab;
	user-select: none;
	-webkit-user-select: none;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_scrollbar_thumb:active {
	cursor: grabbing;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_scrollbar--hidden {
	display: none !important;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_price_note {
	margin: 0;
	padding: 20px 24px 24px;
	background: #dfddf3;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 0.08em;
	text-align: center;
	color: #454545;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_cta_lead_line {
	display: inline;
}

/* ========== READ ========== */

#lp_main_wrap.lp_jewcas_20260508 .jewcas_read {
	background: #ebeaee;
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0 5%;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_read_inner {
	width: 100%;
	max-width: var(--jewcas-max-w);
	margin: 0 auto;
	padding: 107px 0 104px;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 2.1;
	letter-spacing: 1.68px;
}

/* ========== NAV ========== */

#lp_main_wrap.lp_jewcas_20260508 .jewcas_nav {
	max-width: var(--jewcas-max-w);
	margin-left: auto;
	margin-right: auto;
	padding: 78px 5% 17px;
	display: flex;
	justify-content: center;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_nav_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px 40px;
	width: 100%;
	max-width: 1170px;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_nav_card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 26px;
	width: 190px;
	max-width: 100%;
	text-align: center;
}

/* PC: Figma Nav サムネ 190×190 / shadow 13px（Desktop ナビ） */
#lp_main_wrap.lp_jewcas_20260508 .jewcas_nav_thumb {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	box-shadow: 13px 13px 0 0 #d5d4e6;
	overflow: hidden;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_nav_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_nav_label {
	font-family: "Cormorant Garamond", "Times New Roman", Times, serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0.4px;
	text-transform: capitalize;
	color: #454545;
}

/* 「＞」を下向きにした線画（allow.png＋90°回転相当・インラインSVG） */
#lp_main_wrap.lp_jewcas_20260508 .jewcas_nav_arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	line-height: 0;
	overflow: visible;
	pointer-events: none;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_nav_arrow_svg {
	display: block !important;
	width: 6px;
	height: auto;
	max-width: none;
	flex-shrink: 0;
	vertical-align: top;
	overflow: visible;
	visibility: visible !important;
	opacity: 1 !important;
}

/* nav ～ .jewcas_about 手前: bg-desktop を全幅＋ビューポート固定（max-width 内だけだとカラム幅に背景が閉じるため ::before で 100vw） */
#lp_main_wrap.lp_jewcas_20260508 .jewcas_nav,
#lp_main_wrap.lp_jewcas_20260508 .jewcas_contents {
	isolation: isolate;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_nav::before,
#lp_main_wrap.lp_jewcas_20260508 .jewcas_contents::before {
	content: "";
	position: absolute;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
	top: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(227, 225, 228, 0.75), rgba(227, 225, 228, 0.75)),
		var(--jewcas-bg-desktop);
	background-repeat: no-repeat, no-repeat;
	background-position: center, center;
	background-size: cover, cover;
	background-attachment: fixed, fixed;
}

/* ========== CONTENTS ========== */

#lp_main_wrap.lp_jewcas_20260508 .jewcas_contents {
	width: 100%;
	max-width: var(--jewcas-max-w);
	margin: 0 auto;
	padding: 0 13% 40px;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_sec_earrings {
	padding-top: 80px;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_sec_ttl {
	display: inline-block;
	margin: 0 0 87px;
	padding: 0 10px;
	/* 背景 #fbfafc 不透明度45% */
	font-family: "Cormorant Garamond", "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: clamp(48px, 8vw, 74px);
	line-height: 1;
	letter-spacing: 0;
	color: #454545;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_block {
	margin-bottom: 200px;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 24px 0;
	max-width: 1070px;
	margin: 0 auto 58px;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_col {
	width: 50%;
	max-width: 560px;
	min-width: 280px;
	flex: 1 1 400px;
}

/* 重なり：左カラム（画像・文）を手前、右カラムを奥（画像同士は左が上） */
#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_col_left {
	position: relative;
	z-index: 2;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_col_right {
	position: relative;
	z-index: 1;
	margin-left: -50px;
	display: flex;
	flex-direction: column;
	gap: 31px;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_hero {
	overflow: hidden;
	width: 100%;
	max-width: 560px;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_hero img {
	width: 100%;
	display: block;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_col_left .jewcas_product_desc {
	padding: 31px 90px 0 27px;
	font-weight: 500;
	font-size: 14px;
	line-height: 2.1;
	letter-spacing: 1.68px;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_meta {
	position: relative;
	min-height: 52px;
	padding: 10px 15px 0 0;
	text-align: right;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_name {
	text-align: right;
}

/* 行ごとに背景を分ける（p ではなく内側 span に clone を指定） */
#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_name_txt {
	display: inline;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	padding: 0 10px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.75;
	letter-spacing: 0.6px;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_price {
	margin: 0 15px 11px 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 2.1;
	letter-spacing: 0.8px;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_price a {
	text-decoration: underline;
	text-underline-offset: 0.35ex;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_detail_ttl {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.41;
	letter-spacing: 0.6px;
	margin-bottom: 4px;
}

/* Detail: 自動横スクロール（無限ループ） */
#lp_main_wrap.lp_jewcas_20260508 .jewcas_detail_viewport {
	overflow: hidden;
	width: 100%;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_detail_marquee {
	display: flex;
	width: max-content;
	will-change: transform;
	animation: jewcas-detail-marquee 45s linear infinite;
}

@keyframes jewcas-detail-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	#lp_main_wrap.lp_jewcas_20260508 .jewcas_detail_marquee {
		animation: none;
		transform: none;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_detail_grid--clone {
		display: none;
	}
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_detail_marquee .jewcas_detail_grid {
	display: flex;
	flex-wrap: nowrap;
	flex-shrink: 0;
	justify-content: flex-start;
	gap: 0;
	margin: 0;
	max-width: none;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_detail_marquee .jewcas_detail_grid li {
	flex: 0 0 300px;
	width: 300px;
	max-width: none;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_detail_marquee .jewcas_detail_grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* JS未実行時: .jewcas_detail の直下に ul があるだけのフォールバック */
#lp_main_wrap.lp_jewcas_20260508 .jewcas_detail > .jewcas_detail_grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0;
	max-width: 100%;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_detail > .jewcas_detail_grid li {
	width: 20%;
	min-width: 120px;
	max-width: 300px;
	flex: 1 1 18%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_detail > .jewcas_detail_grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* ========== MORE ========== */

#lp_main_wrap.lp_jewcas_20260508 .jewcas_more {
	text-align: center;
	padding: 0 0 80px;
	margin-top: -4px;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_ttl {
	font-family: "Cormorant Garamond", "Times New Roman", Times, serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 1;
	color: #454545;
	margin: 0 0 40px;
	letter-spacing: 0;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	max-width: 904px;
	margin: 0 auto 86px;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 196px;
	max-width: 100%;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_img {
	display: block;
	width: 100%;
	aspect-ratio: 196 / 259;
	overflow: hidden;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_txt {
	display: block;
	padding: 13px 4px 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 1.44px;
	text-align: center;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_brand {
	display: block;
	margin-bottom: 0;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_price {
	text-decoration: underline;
	text-underline-offset: 0.35ex;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fbfafc;
	box-shadow: 5px 5px 0 #d5d4e6;
	font-weight: 500;
	color: #454545;
	text-align: center;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_btn_more {
	min-width: 240px;
	padding: 20px 32px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 1.68px;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_btn_wrap {
	margin: 0;
}

/* ========== ABOUT ========== */

#lp_main_wrap.lp_jewcas_20260508 .jewcas_about {
	background: #ebeaee;
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding: 82px 5% 70px;
	text-align: center;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_about_logo {
	max-width: var(--jewcas-max-w);
	margin: 0 auto 10px;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_about_logo img {
	width: 198px;
	max-width: 70%;
	height: auto;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_about_txt {
	max-width: min(640px, var(--jewcas-max-w));
	margin: 0 auto;
	font-weight: 500;
	color: #505050;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_about_lead {
	font-size: 16px;
	line-height: 2.1;
	letter-spacing: 1.92px;
	margin-bottom: 7px;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_about_txt p:not(.jewcas_about_lead) {
	font-size: 13px;
	line-height: 2.1;
	letter-spacing: 1.56px;
	margin-bottom: 0;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_br_pc {
	display: inline;
}

/* SPのみ改行（<br class="jewcas_br_sp">） */
#lp_main_wrap.lp_jewcas_20260508 .jewcas_br_sp {
	display: none;
}

/* ========== CTA ========== */

#lp_main_wrap.lp_jewcas_20260508 .jewcas_cta_band {
	background: #dfddf3;
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding: 123px 5% 100px;
	text-align: center;
	position: relative;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_cta_lead {
	max-width: var(--jewcas-max-w);
	margin-left: auto;
	margin-right: auto;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 1.92px;
	margin-bottom: 21px;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_btn_cta {
	width: 100%;
	max-width: 591px;
	min-height: 67px;
	padding: 20px 24px;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 1.92px;
}

#lp_main_wrap.lp_jewcas_20260508 .jewcas_cta_btn_wrap {
	max-width: var(--jewcas-max-w);
	margin: 0 auto;
}
.attention-txt-pc {
	margin: 75px auto 0!important;
}

/* ========== SMP ========== */

@media (max-width: 979px) {
	#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_col_right {
		margin-left: 0;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_meta {
		padding-left: 0;
		text-align: left;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_name {
		text-align: right;
	}
}

@media (max-width: 768px) {
	/* Mobile frame（Figma 10230:804） */
	#lp_main_wrap.lp_jewcas_20260508 .jewcas_about_logo {
		max-width: var(--jewcas-max-w);
		margin: 0 auto 15px;
	}
	#lp_main_wrap.lp_jewcas_20260508 .jewcas_header_sp,
	#lp_main_wrap.lp_jewcas_20260508 .jewcas_footer_sp {
		display: block;
		line-height: 0;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_next_note {
		display: block;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_mv {
		background: #fafafa;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_read {
		padding: 0;
		min-height: 328px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_read_inner {
		padding: 47px 30px;
		font-size: 14px;
		line-height: 2.1;
		letter-spacing: 1.44px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_nav {
		padding: 40px 0 76px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_nav_list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 22px 0;
		max-width: none;
		width: 100%;
		padding: 18px 46px 0;
		justify-items: center;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_nav_item_full {
		grid-column: 1 / -1;
		justify-self: center;
	}

	/* SP: Figma — 120幅カード内1:1・shadow 8px */
	#lp_main_wrap.lp_jewcas_20260508 .jewcas_nav_card {
		width: 120px;
		gap: 15px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_nav_thumb {
		box-shadow: 8px 8px 0 0 #d5d4e6;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_nav_label {
		font-size: 19px;
		letter-spacing: 0.35px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_nav_arrow_svg {
		width: 7px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_contents {
		padding: 0 0 64px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_sec {
		position: relative;
		padding-top: 64px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_sec_earrings {
		padding-top: 64px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_sec_ttl {
		position: absolute;
		top: 0;
		left: 10px;
		margin: 0;
		padding: 0 6px;
		font-size: 54px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_block {
		margin-bottom: 38px;
	}

	/* メタ上段 → 2カラム着用画像（重なり）→ 説明文（display:contents + grid） */
	#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_main {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: start;
		column-gap: 0;
		row-gap: 12px;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 32px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_col_left,
	#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_col_right {
		display: contents;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_col_right > .jewcas_product_meta {
		grid-column: 1 / -1;
		grid-row: 1;
		padding: 50px 65px 8px 0;
		text-align: right;
		min-height: 0;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_col_left > .jewcas_product_hero {
		grid-column: 1;
		grid-row: 2;
		z-index: 2;
		justify-self: end;
		width: 245px;
		max-width: 245px;
		margin-left: 15px;
		margin-right: -36px;
		margin-top: -10px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_col_right > .jewcas_product_hero {
		grid-column: 2;
		grid-row: 2;
		z-index: 1;
		justify-self: start;
		width: 245px;
		max-width: 245px;
		margin-left: 19px;
		margin-top: 17px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_col_left > .jewcas_product_desc {
		grid-column: 1 / -1;
		grid-row: 3;
		padding: 5px 0 0 76px;
		font-size: 14px;
		line-height: 2.1;
		letter-spacing: 0.12em;
		width: 83%;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_name_txt {
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 0.5px;
		padding: 0 9px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_product_price {
		margin: 0 10px 0 0;
		letter-spacing: 0;
		font-size: 14px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_detail {
		margin-left: -30px;
		margin-right: -30px;
		width: calc(100% + 60px);
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_detail_ttl {
		font-size: 18px;
		padding: 0 30px 17px 50px;
		margin-bottom: 0;
	}

	/* Detail: SPもマルquee自動スライド（PCと同じ挙動・タイル幅のみ狭く） */
	#lp_main_wrap.lp_jewcas_20260508 .jewcas_detail_viewport {
		overflow: hidden;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_detail_marquee .jewcas_detail_grid li {
		flex: 0 0 200px;
		width: 200px;
	}

	/* JS未実行時フォールバック */
	#lp_main_wrap.lp_jewcas_20260508 .jewcas_detail > .jewcas_detail_grid li {
		width: 50%;
		min-width: 120px;
		max-width: 200px;
		flex: 1 1 40%;
	}

	/* More Items: 横スクロール・カスタムスクロールバー（スクロール連動） */
	#lp_main_wrap.lp_jewcas_20260508 .jewcas_more {
		padding: 50px 30px 56px;
		margin-left: -30px;
		margin-right: -30px;
		width: calc(100% + 60px);
		box-sizing: border-box;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_ttl {
		font-size: 32px;
		margin-bottom: 19px;
		padding: 0 20px;
		text-align: left;
	}
	#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_txt {
		padding: 5px 4px 0;
		letter-spacing: 0;
	}
	#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_scroll {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_scroll::-webkit-scrollbar {
		display: none;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_scrollbar {
		display: block;
		width: 100%;
		max-width: 320px;
		margin-top: 25px;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_list {
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 10px;
		max-width: none;
		margin: 0;
		padding: 0 20px 0 20px;
		width: max-content;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_card {
		flex: 0 0 auto;
		width: 140px;
		max-width: none;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_img {
		aspect-ratio: auto;
		height: 185px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_img img {
		height: 100%;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_more_btn_wrap {
		padding: 87px 30px 0;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_btn_more {
		width: 100%;
		max-width: none;
		min-width: 0;
		padding: 18px 20px;
		font-size: 14px;
		box-sizing: border-box;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_about {
		padding: 81px 30px 60px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_about_logo img {
		width: 148px;
		max-width: 148px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_about_txt {
		max-width: 320px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_about_txt p:not(.jewcas_about_lead) {
		font-size: 12px;
		line-height: 2.1;
		letter-spacing: 1.44px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_about_lead {
		font-size: 14px;
		margin-bottom: 16px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_cta_band {
		padding: 68px 30px 60px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_cta_lead {
		font-size: 15px;
		line-height: 1.8;
		letter-spacing: 0.12em;
		margin-bottom: 17px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_cta_lead_line {
		display: block;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_btn_cta {
		max-width: none;
		width: 100%;
		min-height: 60px;
		font-size: 14px;
		line-height: 1.6;
		letter-spacing: 1.68px;
		padding: 22px 16px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_price_note {
		font-size: 10px;
		line-height: 1.65;
		letter-spacing: 0.06em;
		padding: 16px 20px 20px;
	}

	#lp_main_wrap.lp_jewcas_20260508 .attention-txt-pc {
		margin: 92px 0 0 !important;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_br_pc {
		display: none;
	}

	#lp_main_wrap.lp_jewcas_20260508 .jewcas_br_sp {
		display: inline;
	}
}
#footer_banner {
	margin-top: 0 !important;
}