/* ==================================================
   kinenshi.css
   完全原文結合版（PART 1）
   ================================================== */

.mv-copy {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	width: 90%;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}

.mv-copy h2 {
	font-size: 32px;
	font-weight: bold;
}


.lineup-mv-copy {
	color: #000;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	text-shadow:
		0 0 8px #fff,
		0 0 15px #fff,
		0 0 25px #fff,
		0 0 5px rgba(255, 255, 255, 0.8);
	font-family: "Noto Serif JP", serif;

}


.lineup-intro {
	margin: 20px 0;
	font-size: 30px;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}


/* Section Titles */
.lineup-section-title {
	text-align: center;
	font-size: 28px;
	margin-top: 60px;
	position: relative;
	padding-bottom: 15px;
}

.lineup-section-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: #f6b4b4;
}

.section-lead {
	text-align: center;
	margin: 20px 0 40px;
}

.section-title-wrap {
	text-align: center;
	margin-bottom: 50px;
}

.section-title-standard {
	font-size: 32px;
	display: inline-block;
	position: relative;
	padding-bottom: 15px;
}

.section-title-standard::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	background-color: #ff6b6b;
}

.section-subtitle {
	margin: 20px 0;
}

.section-description {
	text-align: left;
}

.lineup-header {
	text-align: center;
	margin: 60px 0 40px;
}

.lineup-main-title {
	font-size: 36px;
	font-weight: bold;
	color: #333;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}

.lineup-sub-lead {
	margin-top: 15px;
	font-size: 18px;
	color: #666;
}

/* =========================================
   style.css（フッター・サイドバー含むが未使用）
   ========================================= */
/* ===== リセットCSS（modern minimal） ===== */
html {
	font-size: 62.5%;
}

a {
	text-decoration: none;
}

html,
body {
	margin: 0;
	padding: 0;
	text-align: justify;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}

input,
button,
textarea,
select {
	font: inherit;
}

/* ========== サイドバー ========== */
.side-blog-link {
	margin-top: 32px;
}

.blog-link-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #000;
	color: #fff !important;
	text-align: center;
	padding: 28px 10px 18px 10px;
	text-decoration: none;
	transition: background 0.2s;
	width: 90%;
	margin: 0 auto;
}

.blog-link-box:hover,
.blog-link-box:focus {
	background: #222 !important;
	color: #fff;
	text-decoration: none;
}

.blog-link-info {
	font-size: 1.8rem;
	margin-bottom: 0.2em;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.blog-link-site {
	font-size: 1.4rem;
	margin-bottom: 0.2em;
	font-weight: 400;
	letter-spacing: 0.02em;
}

.blog-link-title {
	font-size: 3.2rem;
	font-weight: 700;
	margin-top: 0.2em;
	letter-spacing: 0.01em;
	line-height: 1.1;
}

/* ===== ここまでリセットCSS ===== */
.side-arrow {
	color: #808080;
	margin-right: 6px;
	font-size: 0.6em;
	vertical-align: middle;
}

body {
	font-size: 1.6em;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}



.flexbox {
	display: flex;
	justify-content: center;
	align-items: center;
}




/* ===== セクション共通スタイル ===== */
/* ===== トップ階層style.cssからの関係クラスとフッター関係スタイル ===== */
.greyback {
	background-color: #E6E6E6;
	padding: 7rem 0;
}

.miwrapper {
	max-width: 1030px;
	width: 90%;
	margin: 0 auto;
}

.contacthead {
	font-size: 2.4rem;
	text-align: center;
	font-weight: 300;
	margin-bottom: 2rem;
}

.flexboxthree {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mailbox {
	width: 497px;
	max-width: 46%;
	margin-left: 20px;
	height: 110px;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mailbox p {
	font-size: 2.4rem;
	color: #fff;
	font-weight: 600;
	margin-left: 2rem;
}

.mailbox:hover {
	background-color: #ff6b6b;
	color: #ff6b6b;
	transition: 1.0s;
}

.mailbox:hover p {
	color: #fff;
}

.time {
	font-weight: 600;
	font-size: 1.8rem;
}

/* ページTOPに戻る */
.pagetop {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 60px;
	z-index: 1000;
	transition: opacity 0.3s, visibility 0.3s;
	opacity: 0;
	pointer-events: none;
}

.pagetop.fadein {
	display: block;
	opacity: 1;
	pointer-events: auto;
}

.pagetop a {
	display: block;
	font-size: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	background: #7db4e6;
	line-height: 50px;
}

.pagetop a i {
	font-size: 20px;
	color: #fff;
	line-height: 50px;
}

section:not(.sidebar-widget):not(.lineup-mv) {
	padding: 6rem 0;
}



.section-body {
	font-size: 1.05em;
	color: #222;
	line-height: 1.9;
}

.section-title {
	font-size: 2em;
	font-weight: bold;
	color: #222;
	text-align: center;
	letter-spacing: 0.06em;
	margin-bottom: 8px;
}


.related-inner,
.price-inner,
.purpose-inner,
.contents-inner,
.infographic-inner,
.novelty-inner,
.branding-inner,
.digital-inner,
.faq-inner {
	max-width: 90%;
	width: 1200px;
	margin: 0 auto;
}

.h1-subtitle {
	font-size: 2.4rem;
	text-align: center;
	color: #222;
	margin: 0rem auto 2.4rem auto;
}

.subtitle {
	font-size: 1.8rem;
	text-align: center;
	color: #222;
	margin: 1rem auto 2.4rem auto;
	font-weight: bold;
}

.lead {
	font-size: 1.07em;
	color: #222;
	text-align: justify;
	margin-bottom: 22px;
}

.section-btn {
	display: inline-block;
	background: #111;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 8px;
	padding: 16px 44px;
	text-decoration: none;
	text-align: center;
	transition: background 0.2s;
	margin-top: 12px;
}

.section-btn:hover {
	background: #ff6b6b;
	color: #fff;
}

/* === 料金と納品までの期間セクション === */
.price-section {
	background: #fff;
	padding: 64px 0 56px 0;
}


.price-flex {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 44px;
	margin-bottom: 24px;
}

.price-col {
	flex: 1 1 0px;
	max-width: 50%;
	text-align: justify;
	display: flex;
	flex-direction: column;
}

.price-col-right {
	align-items: flex-start;
}

.price-img {
	display: inline-block;
	width: auto;
	height: 54px;
	object-fit: contain;
	margin-bottom: 8px;
	vertical-align: middle;
	max-width: 100%;
	position: relative;
	z-index: 1;
}

.price-label-img-row {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 8px;
	margin-bottom: 8px;
	position: relative;
	min-height: 54px;
}

.price-info {
	font-size: 1.08em;
	margin-top: 6px;
	color: #222;
	line-height: 1.7;
	text-align: justify;
}

.price-info .dot {
	color: #ff6b6b;
	font-size: 1.1em;
}

.price-label {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ff6b6b;
	color: #ff6b6b;
	font-weight: bold;
	font-size: 1.04em;
	letter-spacing: 0.02em;
	text-align: center;
	width: 210px;
	padding: 0.5em 1em;
	margin: 1em 1em 0 0;
}

.price-buttons {
	display: flex;
	justify-content: center;
	gap: 32px;
	margin-top: 18px;
	margin-bottom: 10px;
}

.price-btn {
	display: inline-block;
	padding: 14px 38px;
	border-radius: 4px;
	font-size: 1.13em;
	font-weight: bold;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	border: none;
	cursor: pointer;
}

.price-btn.main {
	background: #111;
	color: #fff;
}

.price-btn.main:hover {
	background: #ff6b6b;
	color: #fff;
}

.price-btn.sub {
	background: none;
	color: #ff4444;
	box-shadow: none;
	font-size: 1em;
	padding: 14px 18px;
}

.price-btn.sub:hover {
	text-decoration: underline;
	color: #d90000;
}



/* ===== 制作実績 works-section グリッド（末尾追加） ===== */
.works-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 40px;
	margin: 0 auto 18px auto;
	padding: 0 4px;
	position: relative;
}

.works-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.works-img {
	width: 100%;
	max-height: 400px;
	object-fit: contain;
	display: block;
	margin-bottom: 10px;
}

.works-caption {
	font-size: 0.98em;
	color: #444;
	text-align: center;
	margin-top: 2px;
}

.case2 .works-img {
	height: 280px;
	max-height: 280px;
}

.case3 .works-img {
	height: 400px;
	max-height: 400px;
}

.case3 .works-item.wide {
	grid-column: span 2;
}

.other-works-btn {
	display: inline-block;
	background: #222;
	color: #fff;
	font-weight: bold;
	padding: 14px 38px;
	border-radius: 6px;
	font-size: 1.08em;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
	margin-top: 8px;
}

.other-works-btn:hover {
	background: #fff;
	color: #222;
	border: 1px solid #222;
}



.purpose-title {
	font-size: 2em;
	font-weight: bold;
	color: #222;
	text-align: center;
	letter-spacing: 0.06em;
	margin-bottom: 8px;
}

.purpose-subtitle {
	font-size: 1.15em;
	color: #222;
	text-align: center;
	margin-bottom: 22px;
	letter-spacing: 0.03em;
}

.purpose-lead {
	text-align: center;
	color: #444;
	font-size: 1.04em;
	margin-bottom: 38px;
	line-height: 1.9;
}

.purpose-grid {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	gap: 20px;
}

.purpose-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 368px;
}

.purpose-label {
	color: #ff6b6b;
	font-weight: bold;
	border: 2px solid #ff6b6b;
	padding: 0.2em 0em;
	font-size: 1.07em;
	letter-spacing: 0.02em;
	margin-bottom: 14px;
	width: 100%;
	text-align: center;
}

.purpose-img {
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-bottom: 10px;
}

.purpose-desc {
	font-size: 0.97em;
	color: #444;
	text-align: justify;
	line-height: 1.8;
}


/* === 制作実績 works-section セクション全体の装飾 === */
.works-section {
	background: #EFEFE5;
	padding: 6rem 0;
}

.works-inner {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.works-title {
	font-size: 2.1em;
	font-weight: bold;
	color: #222;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
	text-align: center;
}

.works-subtitle {
	font-size: 1.1em;
	color: #222;
	letter-spacing: 0.03em;
	margin-bottom: 30px;
	text-align: center;
}

.works-case-header {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 8px;
}

.case-label {
	background: #ff6b6b;
	color: #fff;
	font-weight: bold;
	border-radius: 6px;
	padding: 0.2em 1em;
	font-size: 1.07em;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.case-title {
	color: #ff6b6b;
	font-weight: bold;
	font-size: 1.08em;
}

.case-meta {
	color: #888;
	font-size: 0.97em;
	margin-left: auto;
}

.case-description {
	font-size: 1.05em;
	color: #222;
	line-height: 1.9;
	margin-bottom: 28px;
}

.case-title-meta {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #ff6b6b;
	padding-bottom: 4px;
	margin-bottom: 0px;
}





/* グリッドボタン群 */
/* --- お悩みセクション --- */
/* --- 4つの理由セクション（新） --- */
.reasons-section {
	background: #EFEFE5;
	padding: 64px 0 56px 0;
}

.reasons-inner {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.reasons-title {
	font-size: 2.1em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 0.04em;
}

.reasons-lead {
	text-align: center;
	color: #444;
	font-size: 1.1em;
	margin-bottom: 38px;
}

.reasons-images {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 36px;
	width: 100%;
	max-width: 1200px;
	gap: 20px 0px;
}

.reasons-images img {
	width: 100%;
	max-width: 288px;
	height: auto;
	background: #fff;
}

.reasons-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 44px 56px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 0 32px 0;
}

.reason-block {
	background: none;
	box-shadow: none;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.reason-block h3 {
	display: flex;
	align-items: flex-end;
	font-size: 1.5em;
	/* 24px相当 */
	font-weight: bold;
	margin-bottom: 8px;
	text-align: left;
	color: #ff6b6b;
	border-bottom: 1px solid #000;
	padding-bottom: 4px;
	line-height: 1.1;
	letter-spacing: 0.01em;
}

.reason-block h3::before {
	content: attr(data-number);
	display: inline-block;
	color: #ff6b6b;
	font-size: 2em;
	font-weight: bold;
	margin-right: 10px;
	line-height: 1;
}

.reason-block p {
	font-size: 1.04em;
	color: #222;
	line-height: 1.8;
	text-align: justify;
	margin: 12px 0 0 0;
}

.trouble-section {
	background: #fff;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.trouble-mainimg {
	text-align: center;
	margin: 0 0 24px 0;
}

.trouble-mainimg img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.trouble-section h2 {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0.04em;
}

.trouble-lead {
	text-align: center;
	margin-bottom: 34px;
	color: #222;
	font-size: 1.1em;
}

.trouble-character-img {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto 18px auto;
	display: block;
	text-align: center;
}

.trouble-character-img img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.trouble-flex {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 32px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

.trouble-balloons {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 22px;
	max-width: 480px;
	justify-content: center;
}

.balloon {
	background: #fff;
	border: 2px solid #222;
	border-radius: 24px 24px 24px 0/24px 24px 24px 0;
	padding: 18px 22px;
	font-size: 1.1em;
	color: #222;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	min-width: 150px;
	max-width: 200px;
	text-align: center;
	position: relative;
}

.trouble-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.trouble-image img {
	width: 150px;
	height: auto;
	display: block;
}

.trouble-solution {
	text-align: center;
	margin: 24px 0 18px 0;
}

.trouble-btn {
	display: inline-block;
	padding: 12px 32px;
	background: #fff;
	border: 2px solid #ff6b6b;
	color: #ff6b6b;
	font-size: 1.15em;
	font-weight: bold;
	border-radius: 32px;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

.trouble-desc {
	margin: 20px auto 0 auto;
	max-width: 1200px;
	font-size: 1em;
	color: #222;
	line-height: 1.8;
}

.main-grid-buttons {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px 18px;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 36px auto;
	padding: 0;
}

.main-grid-buttons a {
	background: #f7f7f0;
	border: 1px solid #bdbdbd;
	border-radius: 4px;
	/* ここが途切れていた部分だと推測されます */
	padding: 12px 18px;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	text-align: center;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s;
	align-content: center;
}

.main-grid-buttons a:hover {
	background: #e0f4ff;
	border-color: #ff6b6b;
	color: #ff6b6b;
}

.breadcrumb {
	font-size: 12px;
	margin: 10px;
	color: #666;
}

.breadcrumb ul {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
	background: none;
	overflow: visible;
}

.breadcrumb li {
	position: relative;
	z-index: 2;
	background: none;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.breadcrumb li:not(:last-child)::after {
	content: '>';
	display: inline-block;
	margin: 0 8px;
	color: #000;
	font-size: 1em;
	vertical-align: middle;
	font-weight: normal;
	z-index: 3;
	position: relative;
	background: none;
}

.breadcrumb a {
	color: #000;
	text-decoration: underline;
	transition: text-decoration 0.2s;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

/* スライダー横幅100% */
.slider {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background: #f4f4f4;
}

.slider .slide {
	position: absolute;
	/* .slider .slide と .slider .slide.active の重複を修正 */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* 後からheight:auto;の記述があったためこちらを優先 */
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
	display: block;
	z-index: 1;
}

.slider .slide.active {
	opacity: 1;
	pointer-events: auto;
	z-index: 2;
	position: relative;
	/* absoluteからrelativeに修正。スライダーの配置と流れに影響する可能性がありますが、一般的なスライダーの挙動を考慮。absoluteに戻す場合は他の要素との兼ね合いを確認してください。*/
}

.slider .slide img {
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
	position: static;
	margin: 0 auto;
}

.main-content h1 {
	font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'MS P明朝', 'MS PMincho', serif;
	margin-top: 4rem;
	margin-bottom: 0px;
	font-size: 4rem;
	text-align: center;
}

.cta_tell {
	width: 500px;
}

.cta_mail_icon {
	width: 60px;
}

.cta_mail {
	height: 20px;
}

.mb {
	display: flex;
	justify-content: space-between;
}

.sp-br,
.tel-text {
	display: none;
}

/* =========================================
   contents-section.css
   ========================================= */
/* コンテンツ紹介セクション */

/* 記念誌に掲載するコンテンツ セクション */
.contents-section {
	background: #f7f7ef;
}

.contents-title {
	font-size: 2em;
	font-weight: bold;
	color: #222;
	text-align: center;
	letter-spacing: 0.06em;
	margin-bottom: 8px;
}

.contents-subtitle {
	font-size: 1.12em;
	color: #ff6b6b;
	margin-bottom: 22px;
	letter-spacing: 0.03em;
}

.contents-lead {
	text-align: center;
	color: #444;
	font-size: 1.02em;
	margin-bottom: 38px;
	line-height: 1.9;
}

.contents-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 44px;
	margin: 0 auto 38px auto;
	align-items: stretch;

}

.contents-list {
	display: grid;
	/* FlexboxからGridに変更 */
	grid-template-columns: 1fr;
	/* 1列に設定 */
	grid-auto-rows: 1fr;
	/* 各行の高さを均等に引き伸ばす */
	gap: 14px 0;
}

.contents-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 16px 0;
	margin: 0;
	/* margin-bottom, -top, -left, -right をまとめて0に */
	gap: 0;
}

/* 青ラベル（■アイコン含む） */
.contents-label {
	display: flex;
	align-items: center;
	gap: 0 3px;
	color: #ff6b6b;
	font-weight: bold;
	padding: 0.14em 0.8em;
	font-size: 1.2em;
	letter-spacing: 0.01em;
	margin-right: 0;
	min-width: 6.5em;
	text-align: left;
	/* text-align: center; との重複を left に統一 */
	flex-shrink: 0;
	border-bottom: 2px solid #b3e0f8;
	width: 100%;
	/* 後から追加された width: 100%; を採用 */
	margin-bottom: 10px;
}

.contents-label .label-dot {
	margin-right: 7px;
	/* label-dotのmargin-right:4pxと7pxの重複を7pxに統一 */
}

.label-dot {
	/* 親セレクタがあるため、こちらの単独の定義は不要 */
	color: #ff6b6b;
	font-weight: bold;
	/* margin-rightは上の.contents-label .label-dotで定義済み */
	font-size: 1.1em;
}

.contents-item-text {
	margin-top: 2px;
	font-size: 1em;
	color: #222;
	line-height: 1.8;
	width: 100%;
}

.contents-sample {
	margin: 44px auto 0 auto;
	max-width: 90rem;
	text-align: center;
}

.contents-sample-title {
	font-weight: bold;
	color: #ff6b6b;
	background: #fff;
	border: 2px solid #ff6b6b;
	padding: 7px 0;
	margin-bottom: 18px;
	font-size: 1.08em;
}

.contents-sample-img {
	width: 100%;
	max-width: 90rem;
	margin-bottom: 18px;
	border-radius: 7px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
	background: #fff;
}

.contents-sample-btn-wrap {
	text-align: center;
}

.contents-sample-btn {
	display: inline-block;
	background: #222;
	color: #fff;
	font-weight: bold;
	padding: 12px 32px;
	border-radius: 6px;
	font-size: 1em;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
	margin-top: 8px;
}

.contents-sample-btn:hover {
	background: #fff;
	color: #222;
	border: 1px solid #222;
}

@media (max-width: 900px) {
	.contents-grid {
		grid-template-columns: 1fr;
		gap: 18px 0;
	}

	.contents-title {
		font-size: 1.3em;
	}

	.contents-sample-img {
		max-width: 98vw;
	}
}

@media (max-width: 600px) {
	.contents-section {
		padding: 32px 0 20px 0;
	}

	.contents-title {
		font-size: 1.1em;
	}

	.contents-inner {
		padding: 0 4px;
	}

	.contents-sample-title {
		font-size: 1em;
		padding: 5px 0;
	}
}


/* =========================================
   digital-section.css
   ========================================= */
/* デジタルコンテンツセクション */

.digital-section {
	background: #fff;
	padding: 6rem 0;
}

.digital-title {
	font-size: 2em;
	font-weight: bold;
	color: #222;
	text-align: center;
	letter-spacing: 0.06em;
	margin-bottom: 8px;
}

.digital-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.25rem 3rem;
	align-items: center;
	margin-top: 1.125rem;
}

.digital-image {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.digital-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
}

.digital-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.digital-feature-list {
	list-style: none;
	padding: 0;
	margin: 0 0 1.125rem 0;
}

.digital-feature-list li {
	position: relative;
	font-size: 1.13em;
	color: #222;
	margin-bottom: 0.44rem;
	padding-left: 1.8em;
	font-weight: bold;
}

.digital-feature-list li::before {
	content: "";
	display: inline-block;
	width: 0.95em;
	height: 0.95em;
	background: #ff6b6b;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.18em;
}

.digital-lead {}


/* =========================================
   branding-section.css
   ========================================= */
/* ブランド構築セクション */

.branding-section {
	background: #fff;
	padding: 6rem 0;
}

.branding-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px 56px;
	align-items: center;
}

.branding-image img {
	width: 100%;
	display: block;
}

.branding-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
}

.branding-body {
	margin-bottom: 28px;
	text-align: justify;
}

.branding-text.bold {
	font-weight: bold;
}

.branding-text.large {
	font-size: 2em;
	margin-bottom: 8px;
	letter-spacing: 0.06em;
}

.branding-text.small {
	font-size: 1.1em;
	color: #888;
	margin-bottom: 18px;
	letter-spacing: 0.03em;
}

.branding-btn {
	display: inline-block;
	background: #111;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 18px 48px;
	text-align: center;
	transition: background 0.2s;
	margin: 0 auto;
	width: 60%;
}

.branding-btn:hover {
	background: #0592c6;
}

/* ==================================================
   kinenshi.css
   完全原文結合版（PART 2）
   ================================================== */


/* =========================================
   novelty-section.css
   ========================================= */
/* ノベルティ紹介セクション */

.novelty-section {
	background: #f7f7ed;
	padding: 6rem 0;
}

.novelty-title {
	font-size: 2em;
	font-weight: bold;
	color: #222;
	text-align: center;
	letter-spacing: 0.06em;
	margin-bottom: 8px;
}

.novelty-lead {
	text-align: center;
	color: #444;
	font-size: 1.02em;
	margin-bottom: 38px;
	line-height: 1.9;
}

.novelty-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem 5rem;
}

.novelty-item {
	text-align: center;
}

.novelty-item img {
	margin-bottom: 12px;
}

.novelty-item-title {
	font-weight: bold;
	margin-bottom: 6px;
}

.novelty-item-text {
	font-size: .95em;
	color: #444;
	line-height: 1.7;
}


/* =========================================
   infographic-section.css
   ========================================= */
/* インフォグラフィック紹介セクション */

.infographic-title {
	font-size: 2em;
	font-weight: bold;
	color: #222;
	text-align: center;
	letter-spacing: 0.06em;
	margin-bottom: 8px;
}

.infographic-lead {
	text-align: center;
	color: #444;
	font-size: 1.02em;
	margin-bottom: 38px;
	line-height: 1.9;
}

.infographic-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.25rem 2.25rem;
	margin: 0 auto;
	position: relative;
}

.infographic-block {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.infographic-block-label {
	background: #ff6b6b;
	color: #fff;
	font-weight: bold;
	padding: 0.18em 0;
	font-size: 1em;
	letter-spacing: 0.01em;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
	position: relative;
}

.infographic-block-label::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 22px solid #ff6b6b;
	z-index: 2;
}

.infographic-img {
	width: 100%;
	height: auto;
	object-fit: contain;
	margin-bottom: 0;
}


/* =========================================
   step-section.css
   ========================================= */
/* 記念誌制作の流れセクション */
.step-section {
	background: #f7f7ef;

}

.step-inner {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding: 0 8px;
}


.step-section-title {
	font-size: 2em;
	font-weight: bold;
	color: #222;
	text-align: center;
	letter-spacing: 0.06em;
	margin-bottom: 8px;
}

.step-title {
	font-size: 1.05em;
	font-weight: bold;
	font-family: '游ゴシック体', 'Yu Gothic', sans-serif;
	margin-left: 2px;
	z-index: 1;
	word-break: break-word;
	line-height: 1.25;
}




.step-title .step-title-em {
	border-bottom: 5px solid #ff6b6b;
	display: inline-block;
	padding-bottom: 2px;
	font-size: 1em;
	font-weight: bold;
}



.step-subtitle {
	font-size: 1.08em;
	color: #444;
	text-align: center;
	margin-bottom: 38px;
	letter-spacing: 0.01em;
}

.step-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px 32px;
	max-width: 1200px;
	margin: 0 auto;
}

.step-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.step-row {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	position: relative;
	width: 100%;
}




.step-label-outline {
	position: relative;
	background: #fff;
	border: 2px solid #111;
	border-radius: 22px;
	padding: 0.18em 0.9em 0.18em 1em;
	margin-right: 8px;
	box-shadow: 1.5px 2px 0 #eee;
	font-size: 1em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	z-index: 1;
	display: flex;
	align-items: center;
	background-clip: padding-box;
}






.step-label-text {
	font-size: 1em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0.01em;
}


.step-title {
	font-size: 1.05em;
	font-weight: bold;
	font-family: '游ゴシック体', 'Yu Gothic', sans-serif;
	margin-left: 2px;
	z-index: 1;
	word-break: break-word;
	line-height: 1.25;
}


.step-label {
	font-family: Arial, "Yu Gothic", "游ゴシック体", "Meiryo", sans-serif;
	font-weight: bold;
	font-size: 1.08em;
	color: #222;
	border: 2px solid #222;
	border-radius: 6px;
	padding: 0.06em 1.1em 0.06em 1.1em;
	background: #fff;
	display: inline-block;
	margin-bottom: 8px;
	letter-spacing: 0.08em;
}

.step-block-title {
	font-size: 1.08em;
	font-weight: bold;
	color: #222;
	margin-bottom: 7px;
	margin-left: 2px;
}

.step-block-desc {
	margin-left: 2px;
}

@media (max-width: 900px) {
	.step-grid {
		grid-template-columns: 1fr 1fr;
		gap: 18px 14px;
	}

	.step-title {
		font-size: 1.3em;
	}
}

@media (max-width: 600px) {


	.step-title {
		font-size: 1.1em;
	}

	.step-inner {
		padding: 0 4px;
	}

	.step-grid {
		grid-template-columns: 1fr;
		gap: 40px 0;
	}

	.step-row {
		margin-bottom: 8px;
	}
}

/* ==================================================
   kinenshi.css
   完全原文結合版（PART 3）
   ================================================== */


/* =========================================
   faq-section.css
   ========================================= */
/* FAQセクション */
.faq-section {
	background: #f7f7ed;
	padding: 6rem 0;
}


.faq-title {
	font-size: 2em;
	font-weight: bold;
	color: #222;
	text-align: center;
	letter-spacing: 0.06em;
	margin-bottom: 8px;
}

.faq-lead {
	font-size: 1.08em;
	color: #444;
	text-align: center;
	margin-bottom: 32px;
}

.faq-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.faq-item {
	background: #fff;
	margin-bottom: 22px;
	overflow: hidden;

}

.faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 0;
	background: none;
	border: none;
	width: 100%;
	font-size: 1em;
	box-sizing: border-box;
	position: relative;
	border: 2px solid #ff6b6b;

}

.faq-q {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	min-width: 60px;
	min-height: 60px;
	background: #ff6b6b;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 14px 0 0px;
}

.faq-question-text {
	flex: 1 1 auto;
	background: #fff;
	padding: 18px 0;
	border: none;
	text-align: left;
}

.faq-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
	margin: 0 16px 0 12px;
	font-size: 1.6em;
	color: #ff6b6b;
	background: #fff;
	border-radius: 50%;
	border: 2px solid #ff6b6b;
	transition: background 0.2s, color 0.2s;
}

.faq-question[aria-expanded="true"] .faq-icon {
	background: #ff6b6b;
	color: #fff;
}

.faq-icon svg {
	width: 1em;
	height: 1em;
	display: block;
}


.faq-icon {
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6em;
	color: #ff6b6b;
	background: #fff;
	border-radius: 50%;
	border: 2px solid #ff6b6b;
	transition: background 0.2s, color 0.2s;
}

.faq-question[aria-expanded="true"] .faq-icon {
	background: #ff6b6b;
	color: #fff;
}

.faq-icon svg {
	width: 1em;
	height: 1em;
	display: block;
}

.faq-answer {
	padding: 18px 22px 18px 54px;
	font-size: 1.05em;
	color: #222;
	line-height: 1.9;
	display: none;
}

.faq-item.open .faq-answer {
	display: block;
}

@media (max-width: 700px) {
	.faq-inner {
		padding: 0 4px;
	}

	.faq-answer {
		padding: 16px 10px 16px 44px;
		font-size: 0.98em;
	}

	.faq-question {
		font-size: 1em;
		padding: 14px 10px 14px 8px;
	}
}

/* =========================================
   link-card-section.css
   ========================================= */
.wrapper2 {
	width: 100%;
	max-width: 70rem;
	margin: 0 auto 2rem auto;
}

.wrapper2>.section-title {
	margin-bottom: 2rem;
}


.changeCard2 {
	padding: 1.5rem 0;
}

.flexboxthree2 {
	display: flex;
	gap: 2rem;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.changeItem2 {
	background: #fff;
	border-radius: 0;
	box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.07);
	overflow: hidden;
	width: 20rem;
	transition: box-shadow 0.2s;
	list-style: none;
	display: flex;
	flex-direction: column;
	flex: 1 1 0;
	min-height: 100%;
}

.gridCard2 {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.changeItem2 img {
	width: 100%;
	height: auto;
	display: block;
}

.changeItemTxt2 {
	padding: 0 18px 18px 18px;
}

.itemTitle2 {
	font-size: 1.08em;
	font-weight: normal;
	color: #222;
	margin: 10px 0 0 0;
	line-height: 1.5;
}

@media (max-width: 900px) {
	.flexboxthree2 {
		flex-direction: column;
		gap: 18px;
		align-items: center;
	}

	.changeItem2 {
		width: 95vw;
		max-width: 420px;
	}
}

/* =========================================
   fixed-cta.css
   ========================================= */
/* 固定CTA */

.fixed-cta-bar {
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	display: none;
	justify-content: center;
	z-index: 1000;
}

.fixed-cta-bar.fadein {
	display: flex;
}

.fixed-cta-inner {
	display: flex;
	gap: 24px;
	background: rgba(237, 237, 237, .9);
	padding: 12px 20px;
	border-radius: 20px;
}

.fixed-cta-btn {
	background: #00a7ee;
	color: #fff;
	padding: 16px 24px;
	border-radius: 14px;
	font-weight: bold;
}


/* =========================================
   responsive.css
   ========================================= */

/* =============================
   レスポンシブ共通CSS
   ============================= */

/* 1050px以下：サイドバー縮小、ヘッダー簡素化 */
@media (max-width: 1050px) {
	.footer_area {
		gap: 24px 8px;
		padding: 32px 4px 16px 4px;
		margin-left: 0;
	}

	#ft_list ul {
		min-width: 120px;
		max-width: 1fr;
		margin: 0 2px;
	}

	.footer_line_tate {
		display: none;
	}

	/* サイドバー縮小 */
	.side-menu {
		width: 56px;
		transition: width 0.3s;
		overflow-x: hidden;
		z-index: 1001;
	}

	.main-content {
		margin-left: 56px;
		transition: margin-left 0.3s;
	}

	.side-menu:hover,
	.side-menu:focus-within {
		width: 220px;
		box-shadow: 2px 0 8px rgba(0, 0, 0, 0.08);
	}

	.side-menu:hover~.main-content,
	.side-menu:focus-within~.main-content {
		margin-left: 220px;
	}

	.side-menu .side-block-title,
	.side-menu .side-block-text,
	.side-menu .side-block ul {
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.2s;
	}

	.side-menu:hover .side-block-title,
	.side-menu:hover .side-block-text,
	.side-menu:hover .side-block ul,
	.side-menu:focus-within .side-block-title,
	.side-menu:focus-within .side-block-text,
	.side-menu:focus-within .side-block ul {
		opacity: 1;
		pointer-events: auto;
	}

	/* サイドバーMENUタイトル小さく */
	.side-menu .side-title {
		font-size: 1.1rem;
		letter-spacing: 0.1em;
		text-align: center;
		transition: font-size 0.2s;
		padding: 0.5rem 0;
	}

	.side-menu:hover .side-title,
	.side-menu:focus-within .side-title {
		font-size: 1.4rem;
		letter-spacing: 0.15em;
	}

	.side-menu .sidebar-scroll-hint {
		display: none;
	}


}

/* 768px以下：サイドバー非表示、セクション余白縮小 */
@media (max-width: 768px) {


	.purpose-grid,
	.novelty-grid {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}

	.purpose-item {
		max-width: 100vw !important;
		padding: 20px 0;
	}

	.reasons-images {
		display: flex !important;
		flex-direction: row !important;
		justify-content: center;
		align-items: center;
		gap: 12px;
	}

	.reasons-images img {
		width: 48% !important;
		max-width: 180px !important;
		height: auto;
		display: none;
	}

	.reasons-images img:nth-child(2),
	.reasons-images img:nth-child(3) {
		display: block !important;
	}

	.reasons-grid,
	.reason-block {
		padding: 0;
	}

	.reason-block h3 {
		font-size: 1.4rem !important;
	}

	.header_flex,
	.headderRightbox,
	.sub-navbar,
	.breadcrumb,
	.fixed-cta-bar,
	.main-grid-buttons {
		display: none !important;
	}

	.sp_head {
		position: fixed;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		background: #fff;
		min-height: 60px;
		z-index: 999;
		top: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
	}


	/* greybackセクションの最適化 */
	.greyback {
		padding: 2.5rem !important;
	}

	.greyback .miwrapper {
		width: 100% !important;
		max-width: 100vw !important;
		margin: 0 auto !important;
		padding: 0 !important;
		box-sizing: border-box;
	}

	.greyback .flexboxthree,
	.greyback .flexbox {
		flex-direction: column !important;
		align-items: center !important;
		gap: 1.2rem;
	}

	.greyback .mailbox {
		width: 100% !important;
		height: auto;
		padding: 1.2rem;
		margin: 1.2rem auto;
	}

	.greyback .mailbox img {
		margin-bottom: 0.6rem;
	}

	.greyback .ctabtn {
		font-size: 1.8rem !important;
		padding: 0.8rem 0.2rem !important;
		text-align: center !important;
	}

	.greyback .contacthead {
		font-size: 2.2rem !important;
		margin-bottom: 1rem !important;
	}

	.greyback .time {
		font-size: 1.4rem !important;
		margin-bottom: 0.5rem !important;
		text-align: center !important;
	}



	/* 見出し・リードのフォントサイズ縮小（クラス優先度で上書き） */
	body h1,
	body h1.h1-title {
		font-size: 2.6rem !important;
	}

	body h2,
	body h2.section-title {
		font-size: 2.2rem !important;
	}

	body h3,
	body h3.section-title {
		font-size: 1.8rem !important;
	}

	body .h1-subtitle {
		font-size: 1.4rem !important;
	}

	body .subtitle {
		font-size: 1.4rem !important;
	}

	body .lead {
		font-size: 1.4rem !important;
	}

	body,
	p,
	li,
	.main-content {
		font-size: 1.4rem !important;
	}

	.reasons-grid {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}

	.price-label-img-row {
		gap: 2px;
		min-height: auto;
		justify-content: flex-start;
		width: 100%;
	}

	.price-label {
		max-width: 60vw;
		margin: 0 2rem 0 0;
		padding: 0.5rem;
		font-size: 1.2rem;
	}

	.price-img {
		max-height: 40px;
	}

	.price-info {
		font-size: 1.4rem;
	}

	.works-section {
		padding: 3rem;
	}

	.price-flex {
		flex-direction: column;
	}

	.price-col {
		max-width: 100% !important;
	}

	.price-section {
		padding: 32px 0 24px 0;
	}

	.price-inner {
		padding: 0 6px;
	}

	.price-title {
		font-size: 1.2em;
	}

	.price-buttons {
		flex-direction: column;
		gap: 12px;
		text-align: center;
	}

	.price-btn {
		width: 100%;
		padding: 14px 0;
	}

	.works-inner {
		position: relative;
	}

	.works-case-header {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap: 0;
		width: 100%;
	}

	.works-img {
		width: 100%;
	}

	.case-label {
		margin-bottom: 0;
		margin-right: 12px;
		white-space: nowrap;
	}

	.case-title-meta {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.case-title {
		text-align: left;
		font-size: 1.0em;
		white-space: normal;
	}

	.case-meta {
		text-align: left;
		font-size: 0.98em;
		color: #888;
		margin-left: 0;
	}


	.works-title {
		font-size: 1.3em;
	}

	.works-subtitle {
		font-size: 1em;
		margin-bottom: 18px;
	}

	/* works 横スクロール（スマホのみ） */

	.scroll-hint {
		display: flex !important;
		align-items: center;
		justify-content: center;
		position: absolute;
		bottom: 16px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10;
		background: rgba(34, 34, 34, 0.68);
		color: #fff;
		font-size: 1.1em;
		padding: 0.6em 1.3em;
		border-radius: 2em;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
		opacity: 0.92;
		transition: opacity 0.5s;
		pointer-events: none;
	}

	.scroll-hint .scroll-hint-icon {
		margin-right: 0.6em;
		font-size: 1.2em;
	}

	.scroll-hint.hide {
		opacity: 0;
		transition: opacity 0.5s;
	}

	.works-grid {
		display: flex !important;
		flex-direction: row;
		overflow-x: auto;
		gap: 8px;
		padding: 0 12px 16px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scroll-padding: 0 12px;
		width: 100%;
		box-sizing: border-box;
	}

	.works-item {
		flex: 0 0 auto;
		padding: 0 2px;
		box-sizing: border-box;
		min-width: 300px;
	}

	/* ヘッダー簡素化（スマホのみ） */
	.headderRightbox,
	.sub-navbar,
	.breadcrumb {
		display: none !important;
	}

	header {
		padding-top: 60px;
	}

	.nega_menu {
		display: block !important;
	}

	.tel-text {
		text-align: center;
		background-color: #ff6b6b;
		color: #fff;
		padding: 12px;
		display: block !important;
	}

	.menu_button {
		display: inline-block !important;
		position: absolute;
		right: 2rem;
		top: 1.2rem;
		z-index: 1002;
	}

	.header_flex {
		padding-right: 0;
		position: relative;
	}

	.header_flex>div:first-child {
		margin: 0 20px;
	}


	.side-menu,
	.sub-navbar,
	.breadcrumb {
		display: none !important;
	}

	.main-content {
		margin-left: 0 !important;
	}

	.related-section {
		display: none !important;
	}


	.price-section,
	.purpose-section,
	.contents-section,
	.infographic-section,
	.novelty-section,
	.branding-section,
	.digital-section,
	.step-section,
	.reasons-section,
	.faq-section,
	.trouble-section {
		padding: 3rem;
	}

	.related-inner,
	.price-inner,
	.purpose-inner,
	.contents-inner,
	.infographic-inner,
	.novelty-inner,
	.branding-inner,
	.digital-inner,
	.step-inner,
	.reasons-inner,
	.faq-inner {
		max-width: 100%;
		padding: 0;
	}

	#footer,
	#ft_list,
	.footer_line_tate,
	.footer_line_yoko,
	.footer_area>div:not(.footer-simple) {
		display: none !important;
	}

	.footer-simple {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 24px 0 12px 0;
		background: #fff;
		width: 100vw;
	}

	.footer-simple img {
		width: 90vw;
		margin-bottom: 8px;
	}

	.footer-simple .copyright {
		font-size: 0.8rem;
		color: #333;
		text-align: center;
	}

	.logomark img {
		width: 70%;
	}

	/* チェックボックスは非表示に */
	.drawer-hidden {
		display: none;
	}

	/* ハンバーガーアイコンの設置スペース */
	.drawer-open {
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 100;
		/* 重なり順を一番上に */
		cursor: pointer;
		background-color: #ff6b6b;
	}

	/* ハンバーガーメニューのアイコン */
	.drawer-open span,
	.drawer-open span:before,
	.drawer-open span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background: #fff;
		transition: 0.5s;
		position: absolute;
	}

	/* 三本線のうち一番上の棒の位置調整 */
	.drawer-open span:before {
		bottom: 8px;
	}

	/* 三本線のうち一番下の棒の位置調整 */
	.drawer-open span:after {
		top: 8px;
	}

	/* アイコンがクリックされたら真ん中の線を透明にする */
	#drawer-check:checked~.drawer-open span {
		background: rgba(255, 255, 255, 0);
	}

	/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
	#drawer-check:checked~.drawer-open span::before {
		bottom: 0;
		transform: rotate(45deg);
	}

	#drawer-check:checked~.drawer-open span::after {
		top: 0;
		transform: rotate(-45deg);
	}

	/* メニューのデザイン*/
	.drawer-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		/* メニューを画面の外に飛ばす */
		z-index: 99;
		background: #333;
		transition: .5s;
	}

	/* アイコンがクリックされたらメニューを表示 */
	#drawer-check:checked~.drawer-content {
		left: 0;
		/* メニューを画面に入れる */
	}


	.drawer-list {
		margin: 20% 10% 10% 10%;
	}

	.drawer-item {
		color: #fff;
		font-size: 2rem;
		border-bottom: 1px solid #fff;
		padding-bottom: 1rem;
		margin-bottom: 8%;
	}

	.drawer-item a {
		display: block;
		width: 100%;
		height: 100%;
		color: #fff;
	}

	.bottom-sticky-nav {
		height: 60px;
		position: fixed;
		display: block !important;
		background: #ff6b6b;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 3;
	}

	.bottom-sticky-nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		justify-content: space-evenly;
	}

	.bottom-sticky-nav ul li {
		flex: 1;
	}

	.bottom-sticky-nav ul li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 60px;
		color: #fff;
		padding-top: 12px;
	}

	.bottom-sticky-nav li+li {
		border-left: solid 0.5px #fff;
	}

	.bottom-sticky-nav ul li a:hover,
	.bottom-sticky-nav ul li a:focus {
		text-decoration: none;
	}

	.bottom-sticky-nav ul li a i {
		font-size: 2.2rem;
	}

	.bottom-sticky-nav ul li a span {
		line-height: 1.;
		font-size: 0.8rem;
	}

	.branding-btn {
		width: 100%;
	}

	.main-title {
		text-align: center;
		max-width: 90%;
		margin: 0 auto;
	}


}

/* PCでは非表示 */
@media (min-width: 769px) {

	.footer-simple,
	.sp_head,
	.flexc {
		display: none !important;
	}

	.scroll-hint {
		display: none !important;
	}
}

@media (max-width: 768px) {

	.infographic-grid {
		display: flex !important;
		/* 横並びにする */
		flex-direction: row !important;
		overflow-x: auto !important;
		/* 横スクロールを有効に */
		gap: 20px;
		/* ブロック間の余白（必要に応じて調整） */
		padding-bottom: 16px;
		/* スクロールヒントと被らないよう余白追加（任意） */
		-webkit-overflow-scrolling: touch;
		/* iOSで慣性スクロールを有効化 */
	}

	.infographic-block {
		min-width: 460px;
		flex: 0 0 auto;
	}

	.novelty-grid {
		display: flex !important;
		flex-direction: row !important;
		overflow-x: auto !important;
		gap: 20px;
		padding-bottom: 16px;
		-webkit-overflow-scrolling: touch;
		position: relative;
	}

	.novelty-item {
		width: 460px;
		flex: 0 0 auto;
	}

	.sp-br {
		display: block;
	}

	.mb {
		flex-direction: column;
		align-items: center;
		gap: 1rem;
	}
}


@media (min-width: 769px) {
	.scroll-hint {
		display: none !important;
		/* PCでは非表示 */
	}
}