@charset "UTF-8";

		/* ========================================
		Base Reset & Variables (Mature Preset)
		========================================
		*/
		:root {
			--cover-main-color: #1a1a1a;
			--cover-accent-color: #eb2f5b;
			--cover-bg-overlay: rgba(255,255,255,0.2);

			--font-title: 'Playfair Display', serif;
			--font-copy: 'Shippori Mincho', serif;
			--font-sans: 'Noto Sans JP', sans-serif;
			--font-eng: 'Playfair Display', serif;

			--bg-base: #f8f9fa;
			--bg-white: #ffffff;
			--text-main: #1a1a1a;
			--text-sub: #666666;

			--shadow-card: 0 10px 30px rgba(0,0,0,0.05);
			--radius-card: 12px;
			--header-height: 60px;
		}

		* { box-sizing: border-box; margin: 0; padding: 0; }
		body {
			font-family: var(--font-sans);
			background-color: var(--bg-base);
			color: var(--text-main);
			line-height: 1.6;
			-webkit-font-smoothing: antialiased;
			padding-bottom: 60px;
		}
		a { text-decoration: none; color: inherit; transition: opacity 0.3s; }
		ul { list-style: none; }
		img { max-width: 100%; height: auto; display: block; }


		/* ========================================
		Magazine Cover (National Version)
		========================================
		*/
		.magazine-cover {
			position: relative;
			width: 100%;
			height: 100vh; 
			max-height: 900px;
			min-height: 600px;
			overflow: hidden;
			background-color: #f0f0f0;
		}

		.cover-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
		.cover-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
		.cover-bg::after {
			content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
			background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.6) 100%);
		}

		.cover-content {
			position: relative; z-index: 10; width: 100%; height: 100%;
			max-width: 1000px; margin: 0 auto; padding: 2rem;
			display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: auto 1fr auto;
		}

		/* Title */
		.mag-title {
			grid-column: 1 / -1; text-align: center;
			font-family: var(--font-eng); font-size: 15vw; line-height: 0.8; font-weight: 900; letter-spacing: -0.05em;
			color: #000; text-shadow: 2px 2px 0px #fff; margin-top: 1rem;
		}
		.mag-title .sub {
			display: block; font-size: 1rem; font-family: var(--font-sans); font-weight: 700;
			letter-spacing: 0.2em; margin-top: 0.5rem; text-transform: uppercase;
		}

		.mag-issue {
			position: absolute; top: 2rem; right: 2rem; text-align: right; font-family: var(--font-eng); line-height: 1.2;
		}
		.mag-issue .vol { font-size: 1.2rem; font-weight: 700; display: block; }
		.mag-issue .date { font-size: 0.9rem; border-top: 1px solid #000; padding-top: 2px; display: block; }

		/* Copies */
		.copy-left-top {
			position: absolute; top: 25%; left: 2rem; max-width: 250px; font-family: var(--font-copy);
		}
		.copy-left-top h3 {
			font-size: 1.8rem; font-weight: 800; line-height: 1.3; margin-bottom: 0.5rem;
			background: #fff; display: inline; box-decoration-break: clone; -webkit-box-decoration-break: clone; padding: 2px 5px;
		}
		.copy-left-top p {
			font-size: 0.9rem; font-weight: 700; margin-top: 0.5rem; background: rgba(255,255,255,0.9); padding: 4px 8px; display: inline-block;
		}

		.copy-badge {
			position: absolute; top: 35%; right: 2rem; width: 140px; height: 140px;
			background: var(--cover-accent-color); border-radius: 50%; display: flex; flex-direction: column;
			justify-content: center; align-items: center; text-align: center; color: #fff;
			transform: rotate(10deg); box-shadow: 0 5px 15px rgba(235, 47, 91, 0.4);
		}
		.copy-badge strong { font-size: 1rem; font-family: var(--font-copy); line-height: 1.3; }
		.copy-badge span { font-size: 0.75rem; margin-top: 4px; border-top: 1px solid rgba(255,255,255,0.5); padding-top: 4px; }

		.copy-bottom {
			grid-column: 1 / -1; grid-row: 3; text-align: center; margin-bottom: 3rem; font-family: var(--font-copy);
		}
		.copy-bottom h2 {
			font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 800; line-height: 1.4; color: #1a1a1a;
			text-shadow: 0 0 20px rgba(255,255,255,0.8);
		}
		.copy-bottom h2 span { color: var(--cover-accent-color); }

		.cover-model-name { position: absolute; bottom: 8rem; right: 2rem; font-size: 0.8rem; font-weight: 700; text-align: right; }

		/* ========================================
		Sticky Navigation
		========================================
		*/
		.sticky-nav-wrapper {
			position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.95); backdrop-filter: blur(10px);
			border-bottom: 1px solid #eee; box-shadow: 0 4px 10px rgba(0,0,0,0.05);
		}
		.nav-inner {
			max-width: 1000px; margin: 0 auto; padding: 0 1rem; display: flex; align-items: center; justify-content: space-between; height: var(--header-height);
		}
		.nav-logo { font-family: var(--font-eng); font-weight: 900; font-size: 1.2rem; }
		.nav-scroll { flex: 1; overflow-x: auto; margin-left: 1.5rem; white-space: nowrap; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
		.nav-scroll::-webkit-scrollbar { display: none; }
		.nav-scroll ul { display: inline-flex; gap: 0.5rem; padding-right: 1rem; }
		.nav-tag { display: block; padding: 0.4rem 1rem; border-radius: 50px; font-size: 0.8rem; font-weight: 700; color: var(--text-sub); background: #f0f0f0; transition: all 0.2s; }
		.nav-tag:hover, .nav-tag.active { background: #000; color: #fff; }

		/* ========================================
		Main Layout
		========================================
		*/
		.container { width: 94%; max-width: 1000px; margin: 0 auto; }
		section { margin-top: 5rem; margin-bottom: 5rem; }

		.section-header { text-align: center; margin-bottom: 3rem; position: relative; }
		.section-title {
			font-family: var(--font-copy); font-size: 2rem; font-weight: 800; display: inline-block; position: relative; z-index: 1;
		}
		.section-title::after {
			content: ''; display: block; width: 100%; height: 10px; background: rgba(235, 47, 91, 0.15);
			position: absolute; bottom: 2px; left: 0; z-index: -1;
		}
		.section-subtitle { display: block; font-family: var(--font-eng); font-size: 0.85rem; color: var(--text-sub); letter-spacing: 0.15em; margin-top: 0.5rem; text-transform: uppercase; }

		/* ========================================
		Shop List Section (New)
		========================================
		*/
		.shop-grid {
			display: grid;
			grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
			gap: 2rem;
		}

		.shop-card {
			background: var(--bg-white);
			border-radius: var(--radius-card);
			overflow: hidden;
			box-shadow: var(--shadow-card);
			transition: transform 0.3s ease, box-shadow 0.3s ease;
			display: flex;
			flex-direction: column;
		}

		.shop-card:hover {
			transform: translateY(-5px);
			box-shadow: 0 15px 40px rgba(0,0,0,0.1);
		}

		.shop-img-box {
			position: relative;
			aspect-ratio: 16 / 9; /* 店舗風景などは横長が見やすい */
			overflow: hidden;
		}

		.shop-img-box img {
			width: 100%; height: 100%; object-fit: cover;
			transition: transform 0.5s ease;
		}
		.shop-card:hover .shop-img-box img { transform: scale(1.05); }

		.shop-badge {
			position: absolute; top: 10px; left: 10px;
			background: var(--cover-accent-color); color: #fff;
			font-size: 0.75rem; font-weight: 700; padding: 4px 12px; border-radius: 4px;
		}

		.shop-info {
			padding: 1.5rem;
			flex: 1;
			display: flex;
			flex-direction: column;
		}

		.shop-area {
			font-size: 0.8rem; color: var(--cover-accent-color); font-weight: 700; margin-bottom: 0.3rem; display: block;
		}

		.shop-name {
			font-family: var(--font-copy); font-size: 1.4rem; font-weight: 800; margin-bottom: 0.5rem; color: var(--text-main);
		}

		.shop-catch {
			font-size: 0.9rem; color: var(--text-sub); font-weight: 500; margin-bottom: 1rem; line-height: 1.5;
			display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
		}

		.shop-specs {
			display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: auto; margin-bottom: 1rem;
		}

		.shop-specs span {
			font-size: 0.75rem; background: #f0f0f0; padding: 4px 10px; border-radius: 4px; color: #555; font-weight: 500;
		}

		.btn-shop-detail {
			display: block; width: 100%; text-align: center; padding: 1rem;
			background: #111; color: #fff; font-weight: 700; border-radius: 8px; transition: background 0.2s;
		}
		.btn-shop-detail:hover { background: var(--cover-accent-color); }

		/* ========================================
		Area Links Section (New)
		========================================
		*/
		.area-search-section {
			background: #fff; padding: 4rem 0; border-radius: var(--radius-card); box-shadow: var(--shadow-card);
		}

		.area-group { margin-bottom: 2.5rem; }
		.area-group:last-child { margin-bottom: 0; }

		.area-region-title {
			font-family: var(--font-copy); font-size: 1.2rem; font-weight: 800; border-bottom: 2px solid #eee;
			padding-bottom: 0.5rem; margin-bottom: 1rem; color: var(--text-main);
		}

		.area-link-list {
			display: flex; flex-wrap: wrap; gap: 0.8rem;
		}

		.area-btn {
			display: inline-block; padding: 0.6rem 1.2rem; border: 1px solid #ddd; border-radius: 50px;
			font-size: 0.9rem; font-weight: 500; color: var(--text-main); background: #fafafa; transition: all 0.2s;
		}

		.area-btn:hover { border-color: var(--cover-accent-color); color: var(--cover-accent-color); background: #fff; transform: translateY(-2px); }

		/* ========================================
		SEO Footer
		========================================
		*/
		.seo-area { background: #fff; padding: 4rem 0; border-top: 1px solid #eee; margin-top: 0; }
		.seo-text h2 { font-size: 1.2rem; border-bottom: 2px solid var(--text-main); padding-bottom: 0.5rem; margin-bottom: 1.5rem; }
		.seo-text p { font-size: 0.9rem; color: #555; margin-bottom: 1rem; line-height: 1.8; text-align: justify; }
		.site-footer { background: #111; color: #fff; text-align: center; padding: 2rem 0; font-size: 0.8rem; }

		/* ========================================
		Media Queries
		========================================
		*/
		@media (max-width: 768px) {
			.mag-title { font-size: 22vw; }
			.copy-left-top { top: 22%; left: 1rem; }
			.copy-left-top h3 { font-size: 1.4rem; }
			.copy-badge { top: 30%; right: 1rem; width: 100px; height: 100px; }
			.copy-badge strong { font-size: 0.9rem; }
			.copy-bottom h2 { font-size: 1.6rem; }
			.shop-grid { grid-template-columns: 1fr; }
			.area-search-section { padding: 2rem 1rem; }
		}
		@media (min-width: 1025px) {
			.mag-title { font-size: 150px; }
		}