@charset "utf-8";
/*==========================================================================
	DENTO STORE 5th ANNIVERSARY (anniversary2026)
	トンマナ：白×黒基調／アクセント #a9894a（金茶）・#dc1111（価格）
	グラデーション・角丸は使用しない（application.css準拠）
==========================================================================*/

.anniversary2026 {
	--c-ink: #1a1a1a;
	--c-gold: #a9894a;
	--c-red: #dc1111;
	--c-cream: #fbf8f0;
	--c-gray: #f5f5f5;
	--c-line: #e5e5e5;
	--font-en: futura-pt, "Helvetica Neue", HelveticaNeue, sans-serif;
	--font-base: futura-pt, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

/*--------------------------------------------------------------------------
汎用
--------------------------------------------------------------------------*/
.anniversary2026 a {
	transition: .5s ease;
}
.anniversary2026 img {
	vertical-align: top;
}

/*改行*/
.br-sp {
	display: none;
}
@media screen and (max-width: 1080px) {
	.br-pc {
		display: none;
	}
	.br-sp {
		display: inline-block;
	}
}

/*--------------------------------------------------------------------------
ベース
--------------------------------------------------------------------------*/
.anniversary2026 .contents {
	font-family: var(--font-base);
	font-size: 16px;
	line-height: 1.9;
	color: var(--c-ink);
	padding-top: 20px;
	overflow-x: clip;
	/* ページ全体をふわっと表示（白画面からのやわらかい切り替え） */
	animation: anv-page-in .8s ease both;
}
@keyframes anv-page-in {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
	.anniversary2026 .contents {
		animation: none;
	}
}
.anniversary2026 .contents > section {
	padding: 140px 0;
}
.anniversary2026 .contents > section .inner {
	max-width: 1200px;
	width: calc(100% - 80px);
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.anniversary2026 .contents {
		font-size: 14px;
	}
	.anniversary2026 .contents > section {
		padding: 88px 0;
	}
	.anniversary2026 .contents > section .inner {
		width: calc(100% - 40px);
	}
}

/*--------------------------------------------------------------------------
セクション見出し（中央揃え＋通し番号）
--------------------------------------------------------------------------*/
.anniversary2026 .sec-head {
	text-align: center;
	margin-bottom: 56px;
}
.anniversary2026 .sec-head:before {
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	background-color: var(--c-ink);
	margin: 0 auto 24px;
}
.anniversary2026 .sec-head__index {
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 16px;
	font-family: var(--font-en);
	letter-spacing: .12em;
	margin-bottom: 20px;
}
.anniversary2026 .sec-head__index .label {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--c-ink);
}
.anniversary2026 .sec-head h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .06em;
}
.anniversary2026 .sec-head__sub {
	display: inline-flex;
	align-items: center;
	gap: .8em;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: .12em;
	color: var(--c-gold);
	margin-top: 12px;
}
.anniversary2026 .sec-head__sub:before,
.anniversary2026 .sec-head__sub:after {
	content: "";
	width: 28px;
	height: 1px;
	background-color: var(--c-gold);
}
@media screen and (max-width: 768px) {
	.anniversary2026 .sec-head {
		margin-bottom: 36px;
	}
	.anniversary2026 .sec-head:before {
		height: 28px;
		margin-bottom: 16px;
	}
	.anniversary2026 .sec-head__index {
		gap: 10px;
		margin-bottom: 12px;
	}
	.anniversary2026 .sec-head__index .label {
		font-size: 11px;
	}
	.anniversary2026 .sec-head h2 {
		font-size: 24px;
	}
	.anniversary2026 .sec-head__sub {
		font-size: 14px;
		margin-top: 8px;
	}
	.anniversary2026 .sec-head__sub:before,
	.anniversary2026 .sec-head__sub:after {
		width: 20px;
	}
}

/*リード文・注記*/
.anniversary2026 .sec-lead {
	text-align: center;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.anniversary2026 .sec-lead strong {
	color: var(--c-red);
}
.anniversary2026 .sec-lead .accent {
	color: var(--c-red);
}
.anniversary2026 .sec-lead .accent strong {
	font-size: 1.25em;
}
.anniversary2026 .sec-note {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #666;
	margin-top: 16px;
}
@media screen and (max-width: 768px) {
	.anniversary2026 .sec-lead,
	.anniversary2026 .sec-note {
		text-align: justify;
	}
	.anniversary2026 .sec-note {
		font-size: 11px;
	}
}

/*--------------------------------------------------------------------------
.link-squ（共通ボタンの上書き：黒角ボタン）
--------------------------------------------------------------------------*/
.anniversary2026 .link-squ {
	display: block;
	max-width: 320px;
	text-align: center;
}
.anniversary2026 .link-squ a {
	background-color: var(--c-ink);
	color: #fff;
	border: 1px solid var(--c-ink);
	letter-spacing: .12em;
}
.anniversary2026 .link-squ a:hover {
	background-color: #fff;
	color: var(--c-ink);
}
.anniversary2026 .link-squ a:after {
	background-image: url(../../../img/common/arrow_cream.svg);
	transition: .5s ease;
}
.anniversary2026 .link-squ a:hover:after {
	background-image: url(../../../img/common/arrow_brown.svg);
	transform: translate(4px, -50%);
}

/*--------------------------------------------------------------------------
MV
--------------------------------------------------------------------------*/
.anniversary2026 .mv {
	/* MVより上にあるサイト共通要素（バナー＋ヘッダー＋パンくず等）の合計高さ。
	   実際の表示に合わせて調整してください */
	--mv-offset: 210px;
	position: relative;
	height: calc(100vh - var(--mv-offset)); /* svh非対応ブラウザ用フォールバック */
	height: calc(100svh - var(--mv-offset));
	min-height: 460px;
	max-height: 860px;
	overflow: hidden;
	background-color: var(--c-ink);
	margin-bottom: 0;
}

/* 画像が左へ流れるスライダー */
.anniversary2026 .mv__slider {
	display: flex;
	height: 100%;
	width: max-content;
}
/* アニメーションは .is-ready 付与後に初めて適用する（main.jsが付与）。
   iOS Safariは translateX(-50%) の%値をアニメーション開始時点の幅で
   固定するため、画像読込前（幅が不定なうち）に開始すると
   「低速で流れて途中から黒くなる」不具合が起きる */
.anniversary2026 .mv__slider.is-ready {
	animation: anv-mv-flow 55s linear infinite;
}
.anniversary2026 .mv__slider img {
	height: 100%;
	width: auto;
	flex: 0 0 auto;
	object-fit: cover;
	/* 読込前から幅を確定させ、帯全体の幅を安定させる（幅0対策） */
	aspect-ratio: 3 / 2;
	/* iOS Safari対策：巨大な単一GPUレイヤー化による黒落ちを防ぐため画像ごとにレイヤー分割 */
	transform: translateZ(0);
	backface-visibility: hidden;
}

/* 上下左右中央のコピー */
.anniversary2026 .mv__copy {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	padding: 0 24px;
}
/* コピーを店名→タイトル→日付の順にふわっと表示 */
.anniversary2026 .mv__copy .shop,
.anniversary2026 .mv__copy h1,
.anniversary2026 .mv__copy .tagline,
.anniversary2026 .mv__copy .date {
	animation: anv-copy-in .9s ease both;
}
.anniversary2026 .mv__copy .shop { animation-delay: .4s; }
.anniversary2026 .mv__copy h1   { animation-delay: .6s; }
.anniversary2026 .mv__copy .tagline { animation-delay: .8s; }
.anniversary2026 .mv__copy .date { animation-delay: 1s; }
@keyframes anv-copy-in {
	from { opacity: 0; transform: translateY(16px); }
	to   { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
	.anniversary2026 .mv__copy .shop,
	.anniversary2026 .mv__copy .tagline,
	.anniversary2026 .mv__copy h1,
	.anniversary2026 .mv__copy .date {
		animation: none;
	}
}
.anniversary2026 .mv__copy .shop {
	font-family: var(--font-en);
	font-size: clamp(14px, 1.8vw, 19px); /* サイズアップ（旧: 12px〜15px） */
	font-weight: 500;
	letter-spacing: .38em;
	text-indent: .38em; /* letter-spacing分のセンターずれ補正 */
	text-transform: uppercase;
	margin-bottom: clamp(16px, 2.6vw, 28px);
}
.anniversary2026 .mv__copy h1 {
	font-family: var(--font-en);
	font-size: clamp(38px, 7.2vw, 92px);
	font-weight: 300;
	letter-spacing: .04em;
	line-height: 1.15;
	margin-bottom: clamp(12px, 2vw, 22px);
}
.anniversary2026 .mv__copy .tagline {
	font-size: clamp(15px, 2vw, 22px);
	font-weight: 500;
	letter-spacing: .16em;
	text-indent: .16em;
	margin-bottom: clamp(14px, 2vw, 24px);
}
.anniversary2026 .mv__copy .date {
	font-family: var(--font-en);
	font-size: clamp(17px, 3.6vw, 39px); /* PC版を約1.5倍に（旧: 2.4vw〜26px）。SP側の最小17pxは据え置き */
	font-weight: 300; /* バナーに合わせて細く（旧: 400） */
	letter-spacing: .08em; /* バナーに合わせて字間を詰める（旧: .22em） */
	text-indent: .08em;
	display: inline-flex;
	align-items: center;
	gap: 1em;
}
.anniversary2026 .mv__copy .date:before,
.anniversary2026 .mv__copy .date:after {
	content: "";
	width: clamp(24px, 4vw, 48px);
	height: 1px;
	background-color: rgba(255, 255, 255, .7);
}
/* 曜日は数字より少し小さく（例：6.5 FRI - 8.19 WED の表記に合わせる） */
.anniversary2026 .mv__copy .date .day {
	font-size: .6em;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-left: .2em;
}

@keyframes anv-mv-flow {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
	.anniversary2026 .mv__slider,
	.anniversary2026 .mv__slider.is-ready { animation: none; }
}

/* MV直下のあいさつ文 */
.anniversary2026 .mv__head {
	max-width: 900px;
	width: calc(100% - 80px);
	margin: 0 auto;
	text-align: center;
	padding: 88px 0;
}
.anniversary2026 .mv__head p {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .08em;
	line-height: 2.4;
}
.anniversary2026 .mv__head p + p {
	margin-top: 32px;
}
@media screen and (max-width: 768px) {
	.anniversary2026 .mv {
		--mv-offset: 150px; /* SPのヘッダー高さに合わせて調整 */
		min-height: 380px;
	}
	.anniversary2026 .mv__slider.is-ready {
		animation-duration: 38s;
	}
	.anniversary2026 .mv__head {
		width: calc(100% - 40px);
		padding: 48px 0;
	}
	.anniversary2026 .mv__head p {
		font-size: 14px;
		line-height: 2.1;
		text-align: justify;
	}
	.anniversary2026 .mv__head p + p {
		margin-top: 20px;
	}
}

/*--------------------------------------------------------------------------
アンカーナビ（追従）
--------------------------------------------------------------------------*/
.anniversary2026 .anchor-nav {
	position: sticky;
	top: 113px; /* ヘッダー高さ114px（application.css）に追従 */
	z-index: 50;
	background-color: #fff;
	border-bottom: 1px solid var(--c-line);
}
@media screen and (max-width: 767px) {
	.anniversary2026 .anchor-nav {
		top: 57px; /* SPヘッダー高さ58px */
	}
}
.anniversary2026 .anchor-nav ul {
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
.anniversary2026 .anchor-nav ul::-webkit-scrollbar {
	display: none;
}
.anniversary2026 .anchor-nav li {
	flex: 0 0 auto;
}
.anniversary2026 .anchor-nav a {
	display: block;
	position: relative;
	font-family: var(--font-base);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .08em;
	padding: 18px 28px;
	white-space: nowrap;
}
.anniversary2026 .anchor-nav a:after {
	content: "";
	position: absolute;
	left: 28px;
	right: 28px;
	bottom: 0;
	height: 2px;
	background-color: var(--c-ink);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .4s ease;
}
.anniversary2026 .anchor-nav a:hover:after,
.anniversary2026 .anchor-nav li.is-active a:after {
	transform: scaleX(1);
}
@media screen and (max-width: 768px) {
	.anniversary2026 .anchor-nav ul {
		justify-content: flex-start;
	}
	.anniversary2026 .anchor-nav a {
		font-size: 11px;
		padding: 13px 16px;
	}
	.anniversary2026 .anchor-nav a:after {
		left: 16px;
		right: 16px;
	}
}

/*アンカー着地位置の調整（ヘッダー＋アンカーナビ分）*/
.anniversary2026 .contents > section {
	scroll-margin-top: 180px;
}
@media screen and (max-width: 767px) {
	.anniversary2026 .contents > section {
		scroll-margin-top: 110px;
	}
}

/*--------------------------------------------------------------------------
#freeshipping
--------------------------------------------------------------------------*/
.anniversary2026 #freeshipping {
	background-color: var(--c-cream);
	color: var(--c-ink);
	padding: 96px 0;
}
.anniversary2026 #freeshipping .inner {
	max-width: 900px;
}
.anniversary2026 .freeshipping__en {
	font-family: var(--font-en);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: var(--c-gold);
	margin-bottom: 20px;
}
.anniversary2026 .freeshipping__title {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: .08em;
	line-height: 1.5;
	margin-bottom: 24px;
}
.anniversary2026 .freeshipping__title em {
	font-family: var(--font-en);
	font-style: normal;
	font-size: 2.2em;
	font-weight: 300;
	letter-spacing: .02em;
	line-height: 1;
	vertical-align: -0.08em;
	margin-right: .06em;
}
.anniversary2026 .freeshipping__title .unit {
	margin-right: .2em;
}
.anniversary2026 .freeshipping__title .accent {
	color: var(--c-gold);
	font-size: 1.3em;
	font-weight: 700;
}
.anniversary2026 .freeshipping__txt strong {
	color: var(--c-gold);
}
@media screen and (max-width: 768px) {
	.anniversary2026 #freeshipping {
		padding: 64px 0;
	}
	.anniversary2026 .freeshipping__en {
		font-size: 11px;
		margin-bottom: 12px;
	}
	.anniversary2026 .freeshipping__title {
		font-size: 20px;
	}
	.anniversary2026 .freeshipping__txt {
		text-align: left;
	}
}

/*--------------------------------------------------------------------------
商品リスト共通
--------------------------------------------------------------------------*/
.anniversary2026 .list {
	display: flex;
	flex-wrap: wrap;
	gap: 56px 40px;
	margin-top: 64px;
	text-align: left;
}
.anniversary2026 .list--5col > li {
	width: calc((100% - 160px) / 5);
}
.anniversary2026 .list--3col > li {
	width: calc((100% - 80px) / 3);
}
.anniversary2026 .list > li a {
	display: block;
}
.anniversary2026 .list > li figure {
	overflow: hidden;
	border: 1px solid var(--c-line);
	margin-bottom: 16px;
}
.anniversary2026 .list > li figure img {
	width: 100%;
	transition: transform 1s ease, opacity .5s ease;
}
.anniversary2026 .list > li a:hover figure img {
	transform: scale(1.05);
	opacity: 1;
}
.anniversary2026 .list .tag {
	display: flex;
	justify-content: flex-start;
	gap: 6px;
	margin-bottom: 10px;
}
.anniversary2026 .list .tag li {
	border: 1px solid var(--c-ink);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .06em;
	line-height: 1;
	color: var(--c-ink);
	padding: 7px 10px;
}
.anniversary2026 .list .tag li.tag--off {
	background-color: var(--c-ink);
	color: #fff;
}
.anniversary2026 .list > li h3 {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 10px;
}
.anniversary2026 .list > li .price {
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 1.7;
	border-top: 1px solid var(--c-line);
	padding-top: 10px;
}
.anniversary2026 .list > li .price span {
	font-size: .85em;
}
.anniversary2026 .list > li .price strong {
	font-family: var(--font-en);
	font-size: 20px;
	font-weight: 500;
	color: var(--c-red);
	margin-left: .1em;
}
@media screen and (max-width: 768px) {
	.anniversary2026 .list {
		gap: 32px 16px;
		margin-top: 40px;
	}
	.anniversary2026 .list--5col > li,
	.anniversary2026 .list--3col > li {
		width: calc((100% - 16px) / 2);
	}
	.anniversary2026 .list > li figure {
		margin-bottom: 10px;
	}
	.anniversary2026 .list .tag li {
		font-size: 10px;
		padding: 5px 7px;
	}
	.anniversary2026 .list > li h3 {
		font-size: 13px;
		line-height: 1.5;
		margin-bottom: 8px;
	}
	.anniversary2026 .list > li .price {
		font-size: 12px;
	}
	.anniversary2026 .list > li .price strong {
		font-size: 17px;
	}
}

/*--------------------------------------------------------------------------
#outlet
--------------------------------------------------------------------------*/
.anniversary2026 #outlet .inner {
	max-width: 1600px;
}
.anniversary2026 #outlet .link-squ,
.anniversary2026 #set .link-squ {
	margin: 72px auto 0;
}
@media screen and (max-width: 768px) {
	.anniversary2026 #outlet .link-squ,
	.anniversary2026 #set .link-squ {
		margin-top: 48px;
	}
}

/*--------------------------------------------------------------------------
#set
--------------------------------------------------------------------------*/
.anniversary2026 #set {
	background-color: var(--c-gray);
}

/*--------------------------------------------------------------------------
#present（ノベルティ）
--------------------------------------------------------------------------*/
.anniversary2026 #present .inner {
	max-width: 1400px;
}
.anniversary2026 .gift {
	margin-top: 80px;
}
.anniversary2026 .gift > li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid var(--c-line);
	padding-top: 80px;
}
.anniversary2026 .gift > li:nth-child(even) {
	flex-direction: row-reverse;
}
.anniversary2026 .gift > li:not(:last-child) {
	margin-bottom: 80px;
}
.anniversary2026 .gift__img {
	width: 58%;
	overflow: hidden;
}
.anniversary2026 .gift__img img {
	width: 100%;
	transition: transform 1.2s ease;
}
.anniversary2026 .gift > li.is-linked:hover .gift__img img,
.anniversary2026 .gift__img a:hover img {
	transform: scale(1.03);
	opacity: 1;
}
/* リンク付きの項目：画像にも詳細ページへのリンクを設定 */
.anniversary2026 .gift__img a {
	display: block;
}
.anniversary2026 .gift__txt {
	width: 37%;
	text-align: left;
}
.anniversary2026 .gift__threshold {
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	background-color: var(--c-cream);
	border-left: 4px solid var(--c-gold);
	padding: 12px 24px;
	margin-bottom: 24px;
}
.anniversary2026 .gift__threshold em {
	font-family: var(--font-en);
	font-style: normal;
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .02em;
	color: var(--c-red);
	margin: 0 .15em;
	vertical-align: -0.08em;
}
.anniversary2026 .gift__txt h3 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 20px;
}
.anniversary2026 .gift__txt p {
	text-align: justify;
	margin-bottom: 16px;
}
.anniversary2026 .gift__txt small {
	display: block;
	font-size: 13px;
	color: #666;
	line-height: 1.8;
}
.anniversary2026 .gift__txt .link-squ {
	margin-top: 24px;
}
/* 動画サムネイル＋再生ボタン（工場見学） */
.anniversary2026 .gift__video {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	overflow: hidden;
}
.anniversary2026 .gift__video img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: transform 1.2s ease;
}
.anniversary2026 .gift > li:hover .gift__video img {
	transform: scale(1.03);
}
.anniversary2026 .gift__video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
	height: 72px;
	background-color: rgba(255, 255, 255, .9);
	border-radius: 50%;
	transition: background-color .4s ease;
}
.anniversary2026 .gift__video-play:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 53%;
	transform: translate(-50%, -50%);
	border-style: solid;
	border-width: 11px 0 11px 18px;
	border-color: transparent transparent transparent var(--c-ink);
}
.anniversary2026 .gift__video:hover .gift__video-play {
	background-color: #fff;
}
.anniversary2026 .gift__video-frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
}
.anniversary2026 .gift__video-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
@media screen and (max-width: 768px) {
	.anniversary2026 .gift__video-play {
		width: 56px;
		height: 56px;
	}
	.anniversary2026 .gift__video-play:before {
		border-width: 9px 0 9px 14px;
	}
}
@media screen and (max-width: 768px) {
	.anniversary2026 .gift {
		margin-top: 48px;
	}
	.anniversary2026 .gift > li {
		padding-top: 48px;
	}
	.anniversary2026 .gift > li:not(:last-child) {
		margin-bottom: 56px;
	}
	.anniversary2026 .gift__img,
	.anniversary2026 .gift__txt {
		width: 100%;
	}
	.anniversary2026 .gift__img {
		margin-bottom: 24px;
	}
	.anniversary2026 .gift__threshold {
		font-size: 13px;
		padding: 10px 16px;
		margin-bottom: 16px;
	}
	.anniversary2026 .gift__threshold em {
		font-size: 24px;
	}
	.anniversary2026 .gift__txt h3 {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.anniversary2026 .gift__txt small {
		font-size: 11px;
	}
	.anniversary2026 .gift__txt .link-squ {
		margin-left: auto;
		margin-right: auto;
	}
}

/*--------------------------------------------------------------------------
#point
--------------------------------------------------------------------------*/
.anniversary2026 #point {
	background-color: var(--c-cream);
}
.anniversary2026 #point .inner {
	max-width: 900px;
}

/*--------------------------------------------------------------------------
#about
--------------------------------------------------------------------------*/
.anniversary2026 #about .inner {
	max-width: 1200px;
}
.anniversary2026 .about__block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}
.anniversary2026 .about__block--reverse {
	flex-direction: row-reverse;
}
.anniversary2026 .about__block:not(:last-of-type) {
	margin-bottom: 96px;
}
.anniversary2026 .about__img {
	width: 56%;
	overflow: hidden;
}
.anniversary2026 .about__img img {
	width: 100%;
}
.anniversary2026 .about__txt {
	width: 38%;
	line-height: 2.2;
	text-align: justify;
}
@media screen and (max-width: 768px) {
	.anniversary2026 .about__block:not(:last-of-type) {
		margin-bottom: 56px;
	}
	.anniversary2026 .about__img,
	.anniversary2026 .about__txt {
		width: 100%;
	}
	.anniversary2026 .about__img {
		margin-bottom: 20px;
	}
	.anniversary2026 .about__txt {
		line-height: 2;
	}
}

/*--------------------------------------------------------------------------
#shop
--------------------------------------------------------------------------*/
.anniversary2026 #shop {
	background-color: var(--c-gray);
}
.anniversary2026 #shop .sec-head h2 {
	font-family: var(--font-en);
	font-weight: 400;
	letter-spacing: .05em;
}
.anniversary2026 .shop__img {
	display: block;
	overflow: hidden;
}
.anniversary2026 .shop__img img {
	width: 100%;
	transition: transform 1.2s ease;
}
.anniversary2026 .shop__img:hover img {
	transform: scale(1.03);
	opacity: 1;
}
.anniversary2026 #shop .sec-lead {
	margin-top: 48px;
}
.anniversary2026 #shop .link-squ {
	margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
	.anniversary2026 #shop .sec-lead {
		text-align: left;
		margin-top: 28px;
	}
	.anniversary2026 #shop .link-squ {
		margin-top: 32px;
	}
}

/*--------------------------------------------------------------------------
#expo2025（余白・ボタン配置は#shopに準拠）
--------------------------------------------------------------------------*/
.anniversary2026 #expo2025 .sec-lead {
	margin-top: 48px;
}
.anniversary2026 #expo2025 .link-squ {
	margin: 48px auto 0;
}
@media screen and (min-width: 769px) {
	/* 元画像が縦に長いため、#shopの画像と同じ見た目の高さに切り抜き表示 */
	.anniversary2026 #expo2025 .shop__img img {
		aspect-ratio: 16 / 9; /* shop-img.jpgの縦横比に合わせて調整してください */
		object-fit: cover;
	}
}
@media screen and (max-width: 768px) {
	.anniversary2026 #expo2025 .sec-lead {
		text-align: justify;
		margin-top: 28px;
	}
	.anniversary2026 #expo2025 .link-squ {
		margin-top: 32px;
	}
}

/*--------------------------------------------------------------------------
.footer-instaarea（共通パーツ調整）
--------------------------------------------------------------------------*/
.anniversary2026 .footer-instaarea .link-squ {
	margin: 0 auto;
	padding-top: 32px;
}
