/** Shopify CDN: Minification failed

Line 3469:0 Unexpected "@"

**/
/* ===== RESET & BASE ===== */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #000;
	background: #fff;
}

img {
	display: block;
	max-width: 100%;
}

a {
	text-decoration: none;
	color: inherit;
}

ul,
ol {
	list-style: none;
}

.disp_pc {
	display: block !important;
}
.disp_pc_flex {
	display: flex !important;
}
.disp_sp {
	display: none !important;
}
@media screen and (max-width: 767px) {
	.disp_pc {
		display: none !important;
	}
	.disp_pc_flex {
		display: none !important;
	}
	.disp_sp {
		display: block !important;
	}
}

/* ===== VARIABLES ===== */
:root {
	--green: #009944;
	--gold: #d3af37;
	--brown: #7e5022;
	--black: #000000;
	--orange: #c86a00;
	--white: #ffffff;
	--max-w: 1080px;
	--max-w_2: 1180px;
	--max-w_3: 1280px;
}

/* ===== UTILITY ===== */
.zen {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
}

.pop {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}

.noto {
	font-family: "Noto Sans JP", sans-serif;
}

.inner {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 0 40px;
}

.sec-title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.3;
	text-align: center;
}

.btn-green {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: var(--green);
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 20px;
	padding: 18px 40px;
	border-radius: 50px;
	cursor: pointer;
	transition: opacity 0.2s;
}

.btn-green:hover {
	opacity: 0.85;
}

.btn-green .arrow {
	width: 28px;
	height: 28px;
	background: rgba(255, 255, 255, 0.25);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

/* ===== HEADER ===== */
#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: transparent;
}

.header-inner {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 52px;
}

.header-logo img {
	height: 28px;
}

.header-nav {
	display: none;
}

.header-nav ul {
	display: flex;
	gap: 32px;
}

.header-nav a {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.04em;
	transition: color 0.2s;
}

.header-nav a:hover {
	color: var(--gold);
}

/* ===== MENU BAR ===== */
#menubar {
	background: var(--green);
	padding: 12px 0;
}

.menubar-inner {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	gap: 40px;
	justify-content: center;
}

.menubar-inner a {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.04em;
	transition: color 0.2s;
}

.menubar-inner a:hover {
	color: var(--gold);
}

/* ===== HERO / MV ===== */
#mv {
	position: relative;
	background: #0a0a0a;
}

.mv-bg {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mv-inner {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: block;
}

.mv-content {
	position: absolute;
	bottom: 3vw;
	left: 50%;
	transform: translateX(-50%);
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 980px) {
	.mv-content {
		bottom: 5vw;
	}
}
.mv-catch {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.4;
	color: #fff;
	text-shadow: 2px 2px 0 var(--dark);
	transform: rotate(-8deg);
	display: inline-block;
	position: relative;
	padding: 0 32px;
	margin-bottom: 18px;
}

.mv-catch::before,
.mv-catch::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 42px;
	height: 2px;
	background: rgba(255, 255, 255, 0.65);
	transform: translateY(-50%) rotate(-14deg);
}

.mv-catch::before {
	left: -16px;
}

.mv-catch::after {
	right: -16px;
}

.mv-catch .highlight {
	color: var(--green);
}

.mv-crown {
	width: 64px;
	height: 44px;
	margin: 0 auto 10px;
	filter: drop-shadow(2px 2px 0 var(--dark));
}

.mv-title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	color: #fff;
	text-shadow: 3px 4px 0 var(--dark);
	line-height: 1.1;
	margin-bottom: 32px;
}

.mv-title .line1 {
	font-size: 44px;
	display: block;
}

.mv-title .line2 {
	font-size: 58px;
	color: var(--gold);
	display: block;
}

.mv-title .line3 {
	font-size: 52px;
	display: block;
}

.mv-btns {
	display: flex;
	flex-direction: row;
	gap: 30px;
	justify-content: center;
	max-width: 860px;
	margin: 0 auto;
}

.mv-btn-primary {
	border-radius: 50px;
	cursor: pointer;
	transition: opacity 0.2s;
	min-width: 380px;
}

.mv-btn-primary:hover {
	opacity: 0.85;
}

.mv-btn-secondary {
	border-radius: 50px;
	cursor: pointer;
	transition: opacity 0.2s;
	min-width: 380px;
}

.mv-btn-secondary:hover {
	opacity: 0.85;
}

.mv-btn-ico {
	width: 26px;
	height: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 26px;
}

.mv-btn-ico svg {
	width: 100%;
	height: 100%;
}

.mv-btn-icon {
	width: 36px;
	height: 36px;
	background: rgba(0, 0, 0, 0.75);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	margin-left: auto;
}

.mv-top-badges {
	position: absolute;
	top: 110px;
	right: 96px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 3;
}

.mv-badge {
	display: inline-block;
	background: #fff;
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 15px;
	padding: 8px 22px;
	transform: skewX(-18deg);
	width: fit-content;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.mv-badge > span {
	display: inline-block;
	transform: skewX(18deg);
}

.mv-guide-badge {
	background: rgba(255, 255, 255, 0.15);
	border: 3px solid #fff;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--green);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	background: #fff;
	position: absolute;
	left: 40px;
	bottom: 86px;
	z-index: 3;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.mv-guide-badge .mv-guide-icon {
	width: 44px;
	height: 44px;
	margin-bottom: 8px;
}

.mv-guide-badge .mv-guide-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.mv-fixed-badge {
	background: #b81c1c;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5;
	padding: 18px 12px;
	border-radius: 12px;
	text-align: center;
	position: absolute;
	right: 32px;
	top: 120px;
	z-index: 3;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

@media (max-width: 980px) {
	.mv-inner {
		padding: 96px 20px 72px;
	}

	.mv-guide-badge {
		left: 16px;
		bottom: 24px;
		transform: scale(0.9);
		transform-origin: left bottom;
	}

	.mv-top-badges {
		right: 16px;
		top: 70px;
	}

	.mv-fixed-badge {
		right: 16px;
		top: 80px;
		padding: 14px 10px;
	}

	.mv-title .line1 {
		font-size: 34px;
	}

	.mv-title .line2 {
		font-size: 44px;
	}

	.mv-title .line3 {
		font-size: 40px;
	}

	.mv-btns {
		align-items: center;
	}

	.mv-btn-primary,
	.mv-btn-secondary {
		min-width: 145px;
		width: min(420px, 100%);
	}
}

/* ===== NEWS ===== */
#news {
	padding: 60px 0;
	background: #fff;
}

@media (max-width: 980px) {
	#news {
		padding: 25px 0;
	}
}

.news-inner {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	gap: 60px;
	align-items: flex-start;
}
@media (max-width: 980px) {
	.news-inner {
		gap: 30px;
	}
}

.news-heading {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: #000;
	padding-top: 4px;
}

@media (max-width: 980px) {
	.news-heading {
		writing-mode: vertical-rl;
	}
}

.news-list {
	flex: 1;
	border-top: 1px solid #ccc;
}

.news-item {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 16px 0;
	border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 980px) {
	.news-item {
		display: block;
	}
}

.news-date {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 16px;
	flex: 0 0 90px;
	color: #000;
}

.news-tag {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 13px;
	padding: 4px 14px;
	border-radius: 20px;
	color: #000;
	flex: 0 0 auto;
}

.news-more-wrap {
	margin: 60px auto 0;
    text-align: center;
}
@media (max-width: 980px) {
	.news-more-wrap {
		margin: 50px auto 0;
	}
}
@media (max-width: 980px) {
	.news-link {
		display: block;
		margin-top: 10px;
	}
}

.tag-campaign {
	background: #d4a84b;
}

.tag-stock {
	background: #7eb88a;
}

.tag-other {
	background: var(--brown);
	color: #fff;
}

.news-text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #000;
}

/* ===== STYLE BREEDING (スタイリッシュに飼育) ===== */
#style-breeding {
	position: relative;
	min-height: 520px;
	background: #2d5a2d no-repeat center / cover;
	display: flex;
	align-items: center;
	overflow: hidden;
}
@media (max-width: 980px) {
	#style-breeding {
		min-height: 700px;
		align-items: unset;
	}
}

#style-breeding .style-breeding-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

#style-breeding .style-breeding-inner {
	position: relative;
	z-index: 2;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 72px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 520px;
	box-sizing: border-box;
}

#style-breeding .style-breeding-content {
	width: 100%;
}

#style-breeding .style-breeding-heading {
	text-align: center;
	margin-bottom: 28px;
}

#style-breeding .style-breeding-desc-wrap {
	width: 100%;
}

#style-breeding .style-breeding-icon {
	width: 73px;
	height: 73px;
	margin: 0 auto 22px;
}

#style-breeding .style-breeding-icon svg {
	width: 100%;
	height: 100%;
	display: block;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

#style-breeding .style-breeding-title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.4;
	letter-spacing: -3px;
	color: #fff;
	margin-bottom: 12px;
	text-align: center;
}
@media (max-width: 980px) {
	#style-breeding .style-breeding-title {
		font-size: 25px;
	}
}

#style-breeding .style-breeding-subtitle {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.45;
	color: #fff;
	margin-bottom: 0;
	text-align: center;
}

#style-breeding .style-breeding-desc {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 19px;
	line-height: 1.85;
	color: #fff;
	padding: 0;
	text-align: left;
	max-width: 500px;
	margin-right: auto;
	margin-left: 0;
	letter-spacing: 0;
}

#style-breeding .style-breeding-desc p {
	margin: 0;
	padding: 12px 0 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

@media (max-width: 980px) {
	#style-breeding .style-breeding-desc p {
		font-size: 16px;
		border-top: none;
		padding: 0;
	}
}
#style-breeding .style-breeding-desc p:first-child {
	padding-top: 0;
	border-top: none;
}

#style-breeding .style-breeding-desc p:first-child::before {
	content: "";
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	margin-bottom: 12px;
}
@media (max-width: 980px) {
	#style-breeding .style-breeding-desc p:first-child::before {
		content: none;
	}
}

#style-breeding .style-breeding-desc p:last-child {
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media (max-width: 980px) {
	#style-breeding .style-breeding-desc p:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
}

@media (max-width: 980px) {

	#style-breeding .style-breeding-inner {
		flex-direction: column;
		padding: 30px 20px;
		text-align: center;
	}

	#style-breeding .style-breeding-content {
		flex: none;
		max-width: 100%;
	}

	#style-breeding .style-breeding-subtitle {
		font-size: 20px;
	}

	#style-breeding .style-breeding-desc {
		text-align: left;
	}
}

/* ===== ABOUT (ヘラクレスとは) ===== */
#about {
	padding: 80px 0 0;
	background: #f5f5f5;
	background-image: linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
	background-size: 24px 24px;
	position: relative;
}

@media (max-width: 980px) {
	#about {
		padding: 30px 0 0;
	}
}
.about-body::after {
	content: "";
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 0;
	height: 1px;
	background: #e3ddcb;
}

.about-heading {
	text-align: center;
	font-size: 36px;
	margin-bottom: 60px;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
}
@media (max-width: 980px) {
	.about-heading {
		font-size: 25px;
		margin-bottom: 15px;
	}
}

.about-body {
	max-width: var(--max-w_2);
	margin: 0 auto;
	padding: 0 40px 40px;
	display: flex;
	gap: 15px;
	align-items: center;
	position: relative;
}
@media (max-width: 980px) {
	.about-body {
		flex-direction: column;
	}
}

.about-img {
	max-width: 580px;
	width: 100%;
}

.about-img img {
	width: 100%;
	object-fit: contain;
	display: block;
}

.about-connector {
	position: absolute;
	left: 43.5%;
	top: 50px;
	z-index: 2;
}

.about-info {
    border: 1px solid #d3af37;
    padding: 0;
    background: #fff;
    box-shadow: 0 4px 12px #0000000f;
    overflow: hidden;
}

.about-info-inner {
	padding: 30px;
}

@media (max-width: 980px) {
	.about-info-inner {
		padding: 20px;
	}
}

.about-info-name {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 14px;
	color: #000;
}
@media (max-width: 980px) {
	.about-info-name {
		font-size: 20px;
	}
}

.about-info-meta-wrap {
	background-color: #f6ebc8;
	padding: 18px;
	font-weight: 600;
}

@media (max-width: 980px) {
	.about-info-meta-wrap {
		padding: 20px;
	}
}
.about-info-meta {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.8;
	margin: 0;
}

.about-info-desc {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 25px 0 0;
}

@media (max-width: 980px) {
	.about-info-desc {
		padding: 15px 0 0;
	}
}
/* ===== DMM 通販とは（5 POINT） ===== */
#dmm-selling {
	background: #d4a84b;
	padding: 72px 0 96px;
}

.dmm-selling-heading {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: #000;
	text-align: center;
	margin-bottom: 48px;
}
@media (max-width: 980px) {
	.dmm-selling-heading {
		font-size: 25px;
	}
}

.dmm-selling-list {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	flex-direction: column;
	gap: 48px;
}
@media (max-width: 980px) {
	.dmm-selling-list {
		padding: 0 20px 0 40px;
		gap: 40px;
	}
}

.dmm-selling-item {
	position: relative;
	padding-left: 0;
}
@media (max-width: 980px) {
	.dmm-selling-item {
		display: flex;
		flex-direction: column;
	}
}

.dmm-selling-tab-wrap {
	width: 100px;
	height: 100px;
	position: absolute;
	top: -28px;
	left: -28px;
}
@media (max-width: 980px) {
	.dmm-selling-tab-wrap {
		width: 70px;
		height: 70px;
		top: -15px;
		left: -15px;
	}
}

.dmm-selling-tab {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 90px;
	height: 90px;
	background: var(--black);
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	padding: 16px 10px;
	border-radius: 15px 0 15px 0;
	display: flex;
    flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	z-index: 2;
	box-sizing: border-box;
}
@media (max-width: 980px) {
	.dmm-selling-tab {
		width: 60px;
		height: 60px;
		border-radius: 10px 0;
	}
}

.dmm-selling-tab-bg {
	width: 90px;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: var(--green);
	border-radius: 15px 0 15px 0;
	z-index: 1;
}
@media (max-width: 980px) {
	.dmm-selling-tab-bg {
		width: 60px;
		height: 60px;
		border-radius: 10px 0;
	}
}

.dmm-selling-tab::after {

}

.dmm-selling-tab-word {
	font-size: 12px;
	letter-spacing: 0.02em;
}

.dmm-selling-tab-num {
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
}

.dmm-selling-panel {
	width: 100%;
	min-width: 0;
	background: #fff;
	border-radius: 3rem 0 3rem 0;
	padding: 3.5rem 3.5rem 3.5rem 7rem;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	display: flex;
	gap: 24px;
	align-items: flex-start;
}
@media (max-width: 980px) {
	.dmm-selling-panel {
		flex-direction: column;
		padding: 20px;
		align-items: center;
		gap: 15px;
	}
}

.dmm-selling-icon {
	width: 140px;
	height: 140px;
	color: #b8956b;
}
@media (max-width: 980px) {
	.dmm-selling-icon {
		width: 70px;
		height: 70px;
	}
}

.dmm-selling-icon svg {
	width: 100%;
	height: 100%;
}

.dmm-selling-body {
	flex: 1;
	min-width: 0;
}

.dmm-selling-title {
	font-weight: 700;
	font-size: 26px;
	color: #009944;
	margin-bottom: 6px;
}

@media (max-width: 980px) {
	.dmm-selling-title {
		font-size: 18px;
		text-align: center;
	}
}
.dmm-selling-title::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #009944;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.dmm-selling-subtitle {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	color: var(--green);
	font-weight: 700;
	margin-bottom: 12px;
}

.dmm-selling-sep {
	height: 1px;
	background: #ccc;
	margin-bottom: 14px;
}

.dmm-selling-desc {
	font-weight: 600;
	font-size: 18px;
	color: #333;
	line-height: 1.75;
}
@media screen and (max-width: 980px) {
	.dmm-selling-desc {
		font-size: 16px;
	}
}

@media (max-width: 980px) {
	#dmm-selling {
		padding: 48px 0 56px;
	}

	.dmm-selling-tab-num {
		font-size: 24px;
	}
}

/* ===== 育てて終わりじゃない（木目・白カード・スライダー） ===== */
#value-section {
	position: relative;
	z-index: 1;
	background-image: url(//insect.dmm.com/cdn/shop/t/26/assets/sc4_bg.jpg?v=11451053405372359541775052472);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0 0 96px;
	margin-top: 0;
}

.value-section-inner {
	overflow: hidden;
}

/* 「さらに」逆三角（上辺が黄エリア・先端が木目へ） */
.value-section-top {
	position: relative;
	z-index: 5;
	height: 0;
	margin: 0;
	padding: 0;
	pointer-events: none;
}

.value-banner {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -33.333%);
	width: 250px;
	height: 100px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 12px;
	box-sizing: border-box;
	background: var(--green);
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0.04em;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
	pointer-events: auto;
}

.value-header {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 100px 40px 44px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
	position: relative;
	text-align: center;
}

.value-header-content {
	flex: 1;
	min-width: 0;
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	text-align: center;
}

/* 1行目・3行目：白・太字 */
.value-header-line1 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: clamp(20px, 2.8vw, 28px);
	line-height: 1.45;
	color: #fff;
	margin: 0 0 16px;
	letter-spacing: 0.02em;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

/* 2行目：緑→黄グラデの帯＋黒文字（スクショ参照） */
.value-header-highlight {
	margin: 0 0 18px;
	line-height: 1.45;
}

.value-header-highlight-bar {
	display: inline-block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: clamp(18px, 2.6vw, 32px);
	line-height: 1.45;
	color: #111;
	letter-spacing: 0.02em;
	padding: 10px 28px;
	box-sizing: border-box;
	max-width: 100%;
	background: linear-gradient(
		90deg,
		#1f6b38 0%,
		#2d8f4e 28%,
		#8fb020 62%,
		#f0e040 100%
	);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
	border-radius: 2px;
}

.value-header-title-main {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: clamp(22px, 3.2vw, 38px);
	line-height: 1.4;
	color: #fff;
	margin: 0;
	letter-spacing: 0.02em;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

/* 装飾カブト画像（非表示。表示する場合は modifier を外す） */
.value-header-img--hidden {
	display: none !important;
}

.value-header-img {
	position: absolute;
	right: -220px;
	bottom: -240px;
	z-index: 0;
	max-width: 540px;
	filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.45));
}

.value-header-img img {
	width: 100%;
	height: auto;
	display: block;
}

/* 白カード共通 */
.value-block--card {
	max-width: var(--max-w);
	margin: 0 auto 100px;
	padding: 0 40px;
	position: relative;
}

.value-block--card:last-of-type {
	margin-bottom: 0;
}

.value-block-num {
	position: absolute;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 120px;
	line-height: 1;
	z-index: 2;
	pointer-events: none;
}

.value-block[data-num="01"] .value-block-num {
	color: #d7e7af;
	right: 56px;
	top: 8px;
}

.value-block[data-num="02"] .value-block-num {
	color: #d7e7af;
	right: 75px;
	top: 20px;
}

.value-block-card {
	position: relative;
	z-index: 1;
	background: #fff;
	border-radius: 24px;
	padding: 36px 40px 32px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.value-block-card-inner {
	display: flex;
	flex-direction: column;
	gap: 28px;
	overflow: hidden;
}

.value-block-text--card {
	text-align: left;
	color: #111;
}

.value-block-heading {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: var(--green);
	margin: 0 0 16px;
}

.value-block-heading-line {
	display: block;
}

.value-block-body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 12px;
}

.value-block-body-sub {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #666;
}

.value-block-body:last-child {
	margin-bottom: 0;
}

/* スライダー */
.value-slider {
	width: 100%;
}

/* .value-slider-viewport {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
} */

.value-slider-track {
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
	padding-bottom: 4px;
}

.value-slider-slide {
	-webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.value-slider-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.value-slider-nav {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.value-slider-btn {
	width: 50px;
	height: 50px;
	border: 1px solid #000;
	background: #fff;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	color: #111;
	transition: background 0.2s;
}

.value-slider-btn:hover {
	background: #f5f5f5;
}

/* カード02 分割 */
.value-block-card--split {
	max-width: 600px;
	padding: 50px 50px 80px;
}

.value-block-split {
	display: flex;
	align-items: center;
	gap: 36px;
	position: relative;
	z-index: 2;
}

.value-block-text--split {
	flex: 1;
	min-width: 0;
	position: relative;
	z-index: 1;
}

.value-block-img--round {
	position: absolute;
    right: -450px;
    bottom: -50px;
	max-width: 460px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.value-block-img--round img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 900px) {
	.value-banner {
		width: 112px;
		height: 72px;
		font-size: 13px;
		padding-top: 10px;
	}

	.value-header {
		padding: 40px 20px 32px;
		overflow: hidden;
	}

	.value-header-line1 {
		margin-bottom: 12px;
	}

	.value-header-highlight {
		margin-bottom: 14px;
	}

	.value-header-highlight-bar {
		padding: 8px 16px;
		font-size: clamp(16px, 4.2vw, 24px);
	}

	.value-header-img:not(.value-header-img--hidden) {
		max-width: 210px;
		margin-top: 8px;
		right: -80px;
		z-index: -1;
		bottom: -20px;
	}

	.value-block--card {
		padding: 0 20px;
		margin-bottom: 28px;
	}

	.value-block-card {
		padding: 70px 22px 24px;
		border-radius: 20px;
	}

	.value-block[data-num="01"] .value-block-num {
		right: 35px;
		top: 20px;
		font-size: 64px;
	}

	.value-block[data-num="02"] .value-block-num {
		top: 20px;
		right: 35px;
		font-size: 64px;
	}

	.value-slider-slide {
		min-width: 200px;
	}

	.value-block-split {
		flex-direction: column;
	}

	.value-block-img--round {
		position: static;
		width: 100%;
		max-width: 100%;
	}
}

/* ===== POINTS ===== */
#points {
	background: var(--green);
	padding: 80px 0;
	margin-top: 80px;
}

.points-heading {
	color: #fff;
	text-align: center;
	font-size: 36px;
	margin-bottom: 60px;
}

.points-grid {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 0 40px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
}

.point-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	text-align: center;
}

.point-card-img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.point-card-body {
	padding: 16px 12px;
}

.point-num {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 28px;
	color: var(--gold);
	line-height: 1;
	margin-bottom: 6px;
}

.point-text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5;
}

/* ===== VOICES ===== */
#voices {
	background: #f6ebc8;
	padding: 24px 0 56px;
	position: relative;
	overflow: hidden;
}

.voices-rope {

}

.voices-rope-line {
	position: absolute;
	left: -3%;
	right: -3%;
	top: 12px;
	height: 0;
	border-top: 3px solid #9a815b;
	transform: rotate(-1.3deg);
	transform-origin: center;
}

.voices-heading {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin-top: 30px;
}

.voices-grid {
	max-width: var(--max-w);
	margin: 0 auto;
	margin-top: -2vw;
	padding: 0 40px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 44px;
	position: relative;
	z-index: 2;
}

.voice-card {
	position: relative;
	width: 100%;
	max-width: 430px;
	padding-top: 18px;
}

.voice-frame {

	padding: 12px;
}

.voice-img-wrap {
	position: relative;
}

.voice-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.voice-clip {
	position: absolute;
	top: -10px;
	width: 16px;
	height: 44px;
	z-index: 4;
}

.voice-clip-left {
    left: 50%;
    width: 35px;
}
@media (max-width: 980px) {
	.voice-clip-left {
		width: 25px;
		left: 50%;
	}
}
.voice-clip-right {
    width: 25px;
    right: 50%;
}
@media (max-width: 980px) {
	.voice-clip-right {
		width: 25px;
		right: 50%;
	}

}
.voice-quote {
	margin-top: 18px;
	background: #fff;
	border-radius: 14px;
	padding: 14px 20px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.voice-title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.45;
	margin: 0;
}

.voice-meta {
	margin-top: 12px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.35;
	text-align: right;
}

@media (max-width: 900px) {
	#voices {
		padding: 18px 0 36px;
	}

	.voices-heading {
		font-size: 30px;
	}

	.voices-rope {
		top: 78px;
	}

	.voices-grid {
		flex-direction: column;
		align-items: center;
		padding: 0;
		gap: 20px;
	}

	.voice-card {
		max-width: 310px;
		margin: 0 auto;
	}

	.voice-frame {
		padding: 8px;
	}

	.voice-quote {
		margin-top: 12px;
		padding: 10px 14px;
		border-radius: 12px;
	}

	.voice-title {
		font-size: 15px;
	}

	.voice-meta {
		margin-top: 10px;
		font-size: 12px;
	}
}

/* ===== TRIVIA ===== */
#trivia {
	background-color: #f6ebc8;
	background-image: url(//insect.dmm.com/cdn/shop/t/26/assets/sc4_bg.png?v=130563084953708002181775052472);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	padding: 150px 0;
	position: relative;
	overflow: hidden;
}

.trivia-grass {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 200px;
	object-fit: cover;
	width: 100%;
	pointer-events: none;
}

.trivia-heading {
	color: #fff;
	text-align: center;
	font-size: 36px;
	line-height: 1.4;
	margin-bottom: 60px;
}
@media (max-width: 980px) {
	.trivia-heading {
		font-size: 22px;
		margin-bottom: 25px;
	}
}
.trivia-list {
	max-width: 1410px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	flex-direction: column;
	gap: 85px;
}

@media (max-width: 980px) {
	.trivia-list {
		gap: 30px;
	}
}
.trivia-item {
	background: transparent;
	border-radius: 0;
	overflow: visible;
	display: flex;
	gap: 28px;
}

.trivia-item.reverse {
	flex-direction: row-reverse;
}

@media (max-width: 980px) {
	.trivia-item.reverse {
		flex-direction: column-reverse;
	}
}
.trivia-img {
	max-width: 490px;
	width: 100%;
	border-radius: 30px;
}

.trivia-body {
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-top: 30px;
}
.trivia-item:nth-child(odd) .trivia-body {
	margin-right: -150px;
	align-items: flex-start;
}
.trivia-item:nth-child(even) .trivia-body {
	margin-left: -150px;
	align-items: flex-end;
}
@media screen and (max-width: 980px) {
	.trivia-item:nth-child(odd) .trivia-body {
		margin-right: 0;
	}
	.trivia-item:nth-child(even) .trivia-body {
		margin-left: 0;
	}
}

.trivia-q {
	position: relative;
	max-width: 800px;
    width: 800px;
	display: flex;
	align-items: center;
	gap: 14px;
}
@media (max-width: 980px) {
	.trivia-q {
		width: 100%;
	}
}
.trivia-q-letter {
	position: absolute;
    top: -30px;
    left: -25px;
    z-index: 1;
	font-family: "Poppins", sans-serif;
	font-weight: bold;
	font-size: 80px;
	line-height: 1;
	color: var(--gold);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 980px) {
	.trivia-q-letter {
		font-size: 60px;
	}
}

.trivia-q-text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.4;
	padding-top: 0;
	margin: 0;
}

.trivia-q-bubble {
	position: relative;
	width: 100%;
    text-align: center;
	background: #fff;
	border: 2px solid var(--gold);
	padding: 30px 22px;
}
@media (max-width: 980px) {
	.trivia-q-bubble {
		padding: 10px 22px;
	}
}
.trivia-q-bubble::before {
	content: "";
	width: 28px;
	height: 25px;
	display: block;
	background-image: url(//insect.dmm.com/cdn/shop/t/26/assets/sc4_fukidashi.png?v=47936440285044047791775052473);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 98px;
	right: 150px;
}
@media (max-width: 980px) {
	.trivia-q-bubble::before {
		width: 25px;
		height: 12px;
		top: auto;
		bottom: -11px;
		right: 25px;
	}
}

.trivia-a {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-direction: column;
}

.trivia-a-letter-wrap {
	display: flex;
	gap: 15px;
}
@media (max-width: 980px) {
	.trivia-a-letter-wrap {
		align-items: flex-start;
	}
}
.trivia-a-letter {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 80px;
	line-height: 0;
	color: var(--green);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-shadow: black 2px 2px 0px,
					black -2px 2px 0px,
					black 2px -2px 0px,
					black -2px -2px 0px;
}
@media (max-width: 980px) {
	.trivia-a-letter {
		font-size: 60px;
		line-height: 1;
	}
}
.trivia-a-content {
	padding-top: 0;
}

.trivia-a-main {
	background: transparent;
	color: var(--gold);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 27px;
	padding: 0;
	border-radius: 0;
	display: block;
	gap: 8px;
	align-items: center;
	margin-bottom: 6px;
}

.trivia-a-main .prefix {
	color: var(--black);
}

.trivia-a-sub {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
@media (max-width: 980px) {
	.trivia-a-sub {
		font-size: 14px;
	}
}

.trivia-a-bubble {
	background: #fff;
	padding: 10px 22px;
}

@media (max-width: 768px) {
	#trivia {
		padding: 135px 0 64px;
	}

	.trivia-item {
		flex-direction: column-reverse;

		gap: 16px;
	}

	.trivia-img {
		flex: none;
		width: 100%;
		border-width: 8px;
	}

	.trivia-body {
		width: 100%;
		gap: 20px;
	}

	.trivia-q-bubble,
	.trivia-a-bubble {
		width: 100%;
	}

	.trivia-q-text {
		font-size: 20px;
	}
	.trivia-a-main {
		font-size: 18px;
	}
}

/* ===== STEP（ゴールド背景・5カード・点線トラック・方眼ガイド枠） ===== */
#step {
	background-color: var(--gold);
	padding: 80px 0 88px;
}

.step-header {
	text-align: center;
	margin-bottom: 56px;
	padding: 0 20px;
}

.step-heading {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.35;
	color: #111;
	margin: 0;
}
@media (max-width: 980px) {
	.step-heading {
		font-size: 22px;
	}
}

/* 緑の点線（カード列の背後・中央付近） */
.step-grid-wrap {
	position: relative;
	max-width: var(--max-w_3);
	margin: 0 auto;
	padding: 0 40px;
}

.step-grid-wrap::before {
	content: "";
	width: 90%;
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
	border-top: 3px dotted var(--green);
	z-index: 0;
	pointer-events: none;
}

.step-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	align-items: stretch;
}

.step-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 12px;
	overflow: visible;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.step-badge {
	position: absolute;
	left: -15px;
	top: 0;
	transform: translateY(-42%);
	z-index: 2;
	width: 72px;
	height: 72px;
	background-image: url(//insect.dmm.com/cdn/shop/t/26/assets/sc5_step_bg.png?v=151171145800334884101775052488);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
}

.step-badge-label {
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.step-badge-num {
	font-size: 25px;
	line-height: 1;
	margin-top: 2px;
}

.step-card-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
	border-radius: 12px;
	overflow: hidden;
}

.step-text-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
	text-align: center;
	padding: 45px 15px 12px;
}
@media (max-width: 980px) {
	.step-text-wrap {
		padding: 0 15px 12px;
	}
}
.step-img-wrap {
	width: 100%;
	margin-top: auto;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	aspect-ratio: 1;
	background: #eee;
}
@media (max-width: 980px) {
	.step-img-wrap {
		max-width: 220px;
		margin: 0 auto 45px;
		border-radius: unset;
	}
}

.step-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.step-title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
}
@media (max-width: 980px) {
	.step-title {
		font-size: 22px;
	}
}

.step-desc {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
@media (max-width: 980px) {
	.step-desc {
		font-size: 16px;
	}
}
.step-note {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	line-height: 1.55;
	color: #555;
	margin: 0;
}

.step-intro {
	max-width: 900px;
	margin: 48px auto 36px;
	padding: 0 40px;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	color: #111;
}

.step-guide {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
}

.step-guide-box {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	background-image:
		linear-gradient(rgba(0, 0, 0, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 0, 0, 0.06) 1px, transparent 1px);
	background-size: 14px 14px;
	border: 2px solid #000;
	padding: 50px 32px 50px 100px;
	overflow: visible;
}
@media (max-width: 980px) {
	.step-guide-box {
		display: flex;
		flex-direction: column;
		gap: 30px;
		padding: 24px 20px;
		min-height: auto;
		align-items: center;
	}
}
.step-guide-text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #000;
	line-height: 1.55;
	flex: 1;
	margin: 0;
	max-width: 62%;
	text-align: center;
}
@media (max-width: 980px) {
	.step-guide-text {
		max-width: 100%;
		font-size: 20px;
	}
}

.step-guide-img {
    position: absolute;
    right: 60px;
    bottom: -20px;
    width: 160px;
    z-index: 2;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.2));
}

.step-guide-img img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 980px) {
	#step {
		padding: 48px 0 56px;
	}

	.step-header {
		margin-bottom: 40px;
	}

	.step-heading-kicker {
		font-size: 16px;
	}

	.step-grid-wrap::before {
		display: none;
	}

	.step-grid-wrap {
		padding: 0 20px;
	}

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

	.step-card {
		padding-top: 28px;
	}

	.step-badge {
		left: 0;
	}

	.step-intro {
		padding: 0 20px;
		margin-top: 40px;
		margin-bottom: 28px;
		font-size: 15px;
	}

	.step-guide {
		padding: 0 20px;
	}

	.step-guide-img {
		position: static;
		width: 100%;
		max-width: 140px;
	}
}

/* ===== PRODUCTS ===== */
#products {
	padding: 80px 40px;
	background: #fff;
	overflow: hidden;
}

.products-heading {
	text-align: center;
	font-size: 36px;
	color: var(--green);
	margin-bottom: 12px;
}

.products-sub {
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 48px;
}

.products-grid {
	max-width: var(--max-w);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 13px;
}
@media (max-width: 980px) {
	.products-grid {
		gap: 0;
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 1;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-transition-property: -webkit-transform;
		transition-property: -webkit-transform;
		-o-transition-property: transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		padding-bottom: 4px;
	}
}

.products-swiper-mobile {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 0 20px;
}

.products-swiper-mobile .swiper-slide {
	width: 72vw;
	max-width: 240px;
}

.product-card-wrap {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.product-card-img {
	width: 100%;
	height: 60%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 30px;
	margin-bottom: 12px;
}
@media (max-width: 980px) {
	.product-card-img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
}

.product-name {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 6px;
}

.product-price {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: var(--green);
	text-align: right;
}

.products-btn-wrap {
	text-align: center;
	margin-top: 48px;
}

/* ===== 人気No1商品（白枠カード・黄リボン・監修バッジ・緑グラデCTA） ===== */
.popular-product-section {
	background: #2a2a2a;
	padding: 56px 0 64px;
}

@media (max-width: 980px) {
	.popular-product-section {
		padding: 40px 0 64px;
	}
}
.popular-product-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 40px;
}
@media (max-width: 980px) {
	.popular-product-inner {
		padding: 0 20px;
	}
}

.popular-product-card {
	position: relative;
	background: #fff;
	border: 1px solid #1a1a1a;
	border-radius: 4px;
    padding: 70px 50px 40px;
	margin-top: 32px;
	box-sizing: border-box;
}

.popular-product-ribbon {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	z-index: 2;
	margin: 0;
	min-width: 280px;
	padding: 12px 40px 14px;
	background: #f2d044;
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.popular-product-ribbon-wrap {
	max-width: 350px;
    width: 100%;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 980px) {
	.popular-product-ribbon-wrap {
		top: -25px;
		max-width: 280px;
	}
}

.popular-product-main {
	display: flex;
	gap: 36px;
	align-items: flex-start;
}

.popular-product-img-wrap {
	flex: 0 0 360px;
	max-width: 100%;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	background: #f5f5f5;
}

.popular-product-img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 4/3;
	object-fit: cover;
}

.popular-product-info {
	flex: 1;
	min-width: 0;
	text-align: center;
	color: #1a1a1a;
}

.popular-product-title-block {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 14px 8px 16px;
	margin-bottom: 18px;
}
@media (max-width: 980px) {
	.popular-product-title-block {
	border-top: none;
	border-bottom: none;
	padding: 0;
	}
}
.popular-product-kicker {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 10px;
}

.popular-product-title {
	font-size: 30px;
}
@media (max-width: 980px) {
	.popular-product-title {
		font-size: 25px;
	}
}

.popular-product-desc {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}

@media (max-width: 980px) {
	.popular-product-desc {
		font-size: 14px;
	}
}
.popular-product-desc p {
	margin: 0;
}

.popular-product-guide {
	position: relative;
    max-width: 650px;
    width: 100%;
    margin: 50px auto 20px;
    padding: 45px 70px 20px;
	border: 1px solid #000;
	background: #fff;
	text-align: left;
}
@media (max-width: 980px) {
	.popular-product-guide {
		margin: 15px auto 20px;
		padding: 20px;
	}
}

.popular-product-guide-badge {
	max-width: 80px;
    width: 100%;
    position: absolute;
    left: -40px;
    top: -20px;
    z-index: 1;
}
@media (max-width: 980px) {
	.popular-product-guide-badge {
		max-width: 55px;
		top: 10px;
		left: 3%;
		transform: translate(-50%, -44%);
	}
}

.popular-product-guide-badge-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background: #f2d044;
	color: #1a1a1a;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	border: 3px solid #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.popular-product-guide-badge-ribbon {
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 22px solid #28a745;
	margin-top: -2px;
}

.popular-product-guide-inner {
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

@media (max-width: 980px) {
	.popular-product-guide-inner {
		flex-direction: column;
		align-items: center;
		padding-left: 0;
		text-align: center;
	}
}
.popular-product-guide-copy {
	flex: 1;
	min-width: 0;
}

.popular-product-guide-title {
	font-size: 28px;
	margin: 0 0 10px;
	color: #28a745;
	font-weight: 700;
}
@media (max-width: 980px) {
	.popular-product-guide-title {
		font-size: 24px;
	}
}
.popular-product-guide-text {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}
@media (max-width: 980px) {
	.popular-product-guide-text {
		font-size: 14px;
	}
}
.popular-product-guide-book {
	flex-shrink: 0;
	width: 150px;
	margin-top: -75px;
}
@media (max-width: 980px) {
	.popular-product-guide-book {
		width: 100px;
		margin-top: 0;
	}
}

.popular-product-guide-book img {
	width: 100%;
	height: auto;
	display: block;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.popular-product-note {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
@media (max-width: 980px) {
	.popular-product-note {
		font-size: 14px;
	}
}

.popular-product-btn-wrap {
	text-align: center;
}

.popular-product-btn {
	display: block;
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
	padding: 16px 22px;
	border-radius: 999px;
	text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
	background: linear-gradient(90deg, #28a745 0%, #43a047 40%, #c5d82d 100%);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	transition:
		opacity 0.2s,
		transform 0.15s;
}

.popular-product-btn:hover {
	opacity: 0.95;
	color: #fff;
	transform: translateY(-1px);
}

.popular-product-btn__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 12px;
}

.popular-product-btn__icon-left {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 36px;
	height: 36px;
}

.popular-product-btn__icon-left img {
	width: 28px;
	height: 28px;
	display: block;
	filter: brightness(0) invert(1);
}

.popular-product-btn__label {
	flex: 1;
	text-align: center;
	letter-spacing: 0.02em;
}

.popular-product-btn__arrow-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #000;
	color: #fff;
}

.popular-product-btn__arrow-circle svg {
	display: block;
}

/* ===== 初めての飼育で揃えたいアイテム一覧 ===== */
.first-items-section {
	background: #e6c35c;
	padding: 56px 0 64px;
}

.first-items-inner {
	max-width: var(--max-w_2);
	margin: 0 auto;
	padding: 0 40px;
}

.first-items-heading {
	text-align: center;
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 16px;
}
@media (max-width: 980px) {
	.first-items-heading {
		font-size: 25px;
	}
}
.first-items-desc {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 40px;
}

@media (max-width: 980px) {
	.first-items-desc {
		font-size: 14px;
	}
}
.first-items-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 40px;
	align-items: end;
}

.first-items-item {
	text-align: center;
}

.first-items-item:nth-child(5n) {
	max-width: 170px;
	width: 100%;
}

.first-items-item-img-wrap {
	width: 100%;
	margin-bottom: 12px;
}

.first-items-item-img-wrap img {
	width: 100%;
	height: auto;
	display: block;
}

.first-items-item-label {
	font-size: 15px;
	font-weight: 700;
	color: #1a1a1a;
}

/* ===== 飼育道具を一式揃えたい方へ ===== */
.set-section {
	background: #e6c35c;
	padding: 0 0 64px;
}

.set-inner {
	max-width: 830px;
	margin: 0 auto;
	padding: 0 40px;
}

.set-header-box {
	position: relative;
	background: var(--black);
	border-radius: 30px 30px 0 0;
	padding: 28px 40px 24px;
	border: none;
	border-bottom: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}

.set-heading {
	font-size: 30px;
	color: #fff;
	width: 100%;
}

@media (max-width: 980px) {
	.set-heading {
		font-size: 25px;
		text-align: left;
	}
}
.set-heading::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}

.set-tagline {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
	flex: 1;
}

.set-price-bubble {
    position: absolute;
    width: 180px;
    right: -50px;
}
@media (max-width: 980px) {
	.set-price-bubble {
		width: 120px;
		right: -15px;
		bottom: 90px;
	}
}
.set-price-arrow {
	font-size: 12px;
	color: var(--green);
	line-height: 1;
}

.set-body {
	background: #fff;
	border: none;
	border-radius: 0 0 30px 30px;
	padding: 25px 40px;
}

.set-info-wrap {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.set-btn-wrap {
	text-align: center;
	margin-top: 25px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.set-img-wrap {
	max-width: 250px;
	width: 100%;
	overflow: hidden;
}

.set-img-wrap .set-img {
	width: 100%;
	height: auto;
	display: block;
}

.set-info {
	flex: 1;
}

.set-info-list {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
}
@media (max-width: 980px) {
	.set-info-list {
		font-size: 14px;
	}
}

.set-info-list p {
	margin-bottom: 2px;
}

.set-info-note {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 28px;
}

@media (max-width: 980px) {
	.set-info-note {
		font-size: 11px;
	}
}
/* 購入する CTA（ピル型・左カート／右黒丸矢印） */
.set-btn--cta {
	display: block;
	width: 100%;
	padding: 25px 22px;
	border: none;
	border-radius: 999px;
	text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.3;
	color: #fff;
	background: linear-gradient(90deg, #6b3412 0%, #8f4510 28%, #d35400 65%, #ff8c1a 100%);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	transition:
		opacity 0.2s,
		transform 0.15s;
}

@media (max-width: 980px) {
	.set-btn--cta {
		font-size: 19px;
		padding: 10px 22px;
	}
}
.set-btn--cta:hover {
	opacity: 0.95;
	color: #fff;
	transform: translateY(-1px);
}

.set-btn--cta:active {
	transform: translateY(0);
}

.set-btn__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 12px;
}

.set-btn__icon-left {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #fff;
}
@media (max-width: 980px) {
	.set-btn__icon-left {
		display: none;
	}
}
.set-btn__icon-left svg {
	display: block;
}

.set-btn__label {
	flex: 1;
	text-align: center;
	letter-spacing: 0.02em;
}
@media (max-width: 980px) {
	.set-btn__label {
		padding-left: 20%;
	}
}
.set-btn__arrow-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #000;
	color: #fff;
}

@media (max-width: 980px) {
	.set-btn__arrow-circle {
		width: 30px;
		height: 30px;
	}
}
.set-btn__arrow-circle svg {
	display: block;
}

@media (max-width: 980px) {
	.popular-product-card {
		padding: 44px 20px 24px;
		margin-top: 28px;
	}

	.popular-product-ribbon {
		min-width: 220px;
		font-size: 16px;
		padding: 10px 28px 12px;
	}

	.popular-product-main {
		flex-direction: column;
		gap: 24px;
	}

	.popular-product-img-wrap {
		flex: none;
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.popular-product-guide-copy {
		text-align: center;
	}

	.first-items-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
		margin: 0 auto;
	}

	.set-body {
		flex-direction: column;
		padding: 28px 20px;
	}

	.set-img-wrap {
		width: 100%;
		max-width: 135px;
		margin: 0 auto;
	}

	.set-header-box {
		padding: 20px 20px 16px;
	}

	.set-inner {
		padding: 0 20px;
	}
}

/* ===== その他の個性豊かな昆虫たち ===== */
.other-insects-section {
	background-image: url(//insect.dmm.com/cdn/shop/t/26/assets/sc10_bg.jpg?v=119892528128164920311775052455);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 64px 0 80px;
}

.other-insects-inner {
	max-width: var(--max-w_2);
	margin: 0 auto;
	padding: 0 40px;
}

.other-insects-heading {
	text-align: center;
	font-size: 40px;
	line-height: 1.4;
	margin-bottom: 20px;
	color: #fff;
}

.other-insects-desc {
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

.other-insects-note {
	text-align: center;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.65);
	margin-bottom: 48px;
}

.other-insects-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px 24px;
}

.other-insects-card {
	display: flex;
	flex-direction: column;
	background-color: #fff;
}

.other-insects-card-content {
	padding: 0 20px 20px 20px;
}

.other-insects-card-img-wrap {

}

.other-insects-card-img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.other-insects-card-img-name-wrap {
	margin: 15px 0;
}

.other-insects-nickname {
	font-size: 20px;
	font-weight: 600;
	color: var(--green);
	text-align: center;
}

.other-insects-name {
	font-size: 25px;
	font-weight: 700;
	color: var(--green);
	text-align: center;
	margin-bottom: 12px;
}

.other-insects-text {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}

@media (max-width: 980px) {
	.other-insects-section {
		padding: 48px 0 56px;
	}

	.other-insects-inner {
		padding: 0 20px;
	}

	.other-insects-heading {
		font-size: 30px;
		margin-bottom: 16px;
	}

	.other-insects-desc {
		font-size: 14px;
		margin-top: 30px;
		margin-bottom: 30px;

	}
	.other-insects-card-img-wrap {
		display: flex;
	}

	.other-insects-card-img {
		height: auto;
        width: 50%;
        aspect-ratio: 1;
	}

	.other-insects-card-content {
		padding: 20px;
	}

	.other-insects-card-img-name-wrap {
        width: 50%;
        margin: 0;
        background-color: var(--green);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px;
	}

	.other-insects-nickname {
		font-size: 18px;
		font-weight: 600;
		color: #fff;
		text-align: center;
	}
	
	.other-insects-name {
		font-size: 22px;
		font-weight: 700;
		color: #fff;
		text-align: center;
		margin-bottom: 0;
	}

	.other-insects-text {
		font-size: 14px;
	}

	.other-insects-note {
		font-size: 12px;
		margin-bottom: 32px;
	}

	.other-insects-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.other-insects-nickname {
		font-size: 15px;
	}

	.other-insects-name {
		font-size: 18px;
	}
}

/* ===== FLOW ===== */
#flow {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 80px 0;
	background: #fff;
}
@media (max-width: 980px) {
	#flow {
		padding: 40px 20px;
	}
}

.flow-heading {
	text-align: center;
	font-size: 36px;
	margin-bottom: 32px;
}

.flow-desc {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 60px;
}

.flow-desc .highlight {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: var(--green);
}

.flow-inner {
	display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
}

.flow-steps {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
}

.flow-step {
	flex: 1;
	text-align: center;
}

.flow-step-box {
	background: var(--green);
	border-radius: 12px;
	padding: 24px 12px;
	color: #fff;
	position: relative;
}

.flow-step-icon {
	font-size: 36px;
	margin-bottom: 8px;
}

.flow-step-label {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 18px;
}

.flow-arrow {
	flex: 0 0 40px;
	text-align: center;
	font-size: 24px;
	color: var(--green);
	font-weight: bold;
}

.flow-duration {
	max-width: 500px;
	margin: 32px auto 0;
	background: var(--green);
	border-radius: 50px;
	padding: 12px 40px;
	text-align: center;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 22px;
}

/* ===== FAQ ===== */
#faq {
	background: #000;
	padding: 80px 0;
}
@media (max-width: 980px) {
	#faq {
		padding: 50px 0;
	}
}
.faq-heading {
	color: var(--gold);
	text-align: center;
	font-size: 36px;
	margin-bottom: 60px;
}
@
@media (max-width: 980px) {
	.faq-heading {
		font-size: 30px;
		margin-bottom: 30px;
	}
}
.faq-list {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	flex-direction: column;
	gap: 4rem;
}
@media (max-width: 980px) {
	.faq-list {
		padding: 0 20px;
		gap: 3rem;
	}
}


.faq-q {
	display: flex;
	align-items: center;
	gap: 20px;
	background-color: #ffffff;
	padding: 5px 10px;
	cursor: pointer;
}

.faq-q-letter {
	font-family: "Poppins", sans-serif;
	font-weight: bold;
	margin-top: -35px;
    font-size: 80px;
	color: var(--gold);
	line-height: 1;
}
@media (max-width: 980px) {
	.faq-q-letter {
		font-size: 50px;
		margin-top: -80px;
		margin-left: -15px;

	}
}

.faq-q-text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #000;
	flex: 1;
}
@media (max-width: 980px) {
	.faq-q-text {
		font-size: 18px;
	}
}

/* 開閉：白い四角の中に細い下向きシェブロン（開いたらアイコンが180°回転） */
.faq-chevron {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-left: auto;
	background: #fff;
	box-sizing: border-box;
	color: #000;
}

.faq-chevron__icon {
	display: block;
	transition: transform 0.25s ease;
}

.faq-item.open .faq-chevron__icon {
	transform: rotate(180deg);
}

.faq-a {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 30px 10px;
	display: none;
}

.faq-item.open .faq-a {
	display: flex;
}

.faq-a-letter {
	font-family: "Poppins", sans-serif;
	font-weight: bold;
	font-size: 80px;
	color: #000;
	line-height: 1;
	text-shadow: var(--gold) 2px 2px 0px,
	var(--gold) -2px 2px 0px,
	var(--gold) 2px -2px 0px,
	var(--gold) -2px -2px 0px;
}
@media (max-width: 980px) {
	.faq-a-letter {
		font-size: 50px;
	}
}
.faq-a-text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	flex: 1;
}
@media (max-width: 980px) {
	.faq-a-text {
		font-size: 14px;
	}
}
/* ===== GUARANTEE ===== */
#guarantee {
	max-width: var(--max-w_3);
	padding: 80px 0;
	background: #fff;
	margin: 0 auto;
	position: relative;
}

@media (max-width: 980px) {
	#guarantee {
		padding: 120px 0 60px;
	}
}

.guarantee-bg-wrap {
	position: absolute;
    top: -60px;
    left: -64px;
    max-width: 440px;
    width: 34.4%;
}
@media (max-width: 980px) {
	.guarantee-bg-wrap {
		width: 75%;
		top: -20px;
		left: 50%;
		transform: translateX(-50%);
	}
}


.guarantee-heading {
	text-align: center;
	font-size: 36px;
	margin-bottom: 100px;
}

@media (max-width: 980px) {
	.guarantee-heading {
		font-size: 30px;
		margin-bottom: 30px;
	}
}

.guarantee-grid {
	max-width: var(--max-w_3);
	margin: 0 auto;
	padding: 0 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}
@media (max-width: 980px) {
	.guarantee-grid {
		padding: 0 20px;
		grid-template-columns: auto;
		gap: 20px;
	}
}

@media (max-width: 980px) {
	.guarantee-card-wrap {
		display: flex;
	}
}

.guarantee-card {
	border-radius: 30px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	text-align: center;
	position: relative;
}

.guarantee-card-inner {

}
@media (max-width: 980px) {
	.guarantee-card-inner {
		display: flex;
		align-items: center;
		padding: 20px;
		gap: 25px;
	}
}

.guarantee-card-img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	border-radius: 0 0 30px 30px;
}
@media (max-width: 980px) {
	.guarantee-card-img {
		aspect-ratio: 4/2.6;
	}
}
.guarantee-num {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
@media (max-width: 980px) {
	.guarantee-num {
		position: static;
		width: 70px;
		height: 70px;
		transform: none;
	}
}

.guarantee-text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 600;
	font-size: 23px;
	line-height: 1.6;
    padding: 90px 20px 30px;
}
@media (max-width: 980px) {
	.guarantee-text {
		padding: 0;
		font-size: 18px;
		max-width: 200px;
		text-align: left;
	}
}

.guarantee-text .accent {
	color: var(--gold);
}

/* ===== カブトムシの育成を担うパートナーのご紹介 ===== */
.partner-section {
	position: relative;
	background-image: url(//insect.dmm.com/cdn/shop/t/26/assets/sc13_bg.jpg?v=63668841387120198061775052463);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	padding: 64px 0 80px;
	overflow: hidden;
}

.partner-bg {
	position: absolute;
	inset: 0;
	background-color: #3d2e22;
	background-size: auto 85%;
	background-position: left top;
	background-repeat: no-repeat;
	opacity: 0.25;
	pointer-events: none;
}

.partner-inner {
	position: relative;
	z-index: 1;
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 0 40px;
}

.partner-heading {
	text-align: center;
	font-size: 4rem;
	line-height: 1.35;
	margin-bottom: 56px;
	color: #fff;
}
@media (max-width: 980px) {
	.partner-heading {
		font-size: 25px;
		margin-bottom: 30px;
	}
}

.partner-heading-line {
	display: block;
}

.partner-body {
	display: flex;
	gap: 48px;
	align-items: flex-start;
}
@media (max-width: 980px) {
	.partner-body {
		flex-direction: column;
		gap: 30px;
	}
}

.partner-intro {
	flex: 1;
	min-width: 0;
}

.partner-company {
	font-size: 28px;
	margin-bottom: 24px;
}

@media (max-width: 980px) {
	.partner-company {
		font-size: 22px;
		margin-bottom: 20px;
	}
}

.partner-text {
	font-size: 16px;
	line-height: 1.9;
}

@media (max-width: 980px) {
	.partner-text {
		font-size: 14px;
	}
}

.partner-cycle-box {
	width: 100%;
	max-width: 330px;
}

@media (max-width: 980px) {
	.partner-cycle-box {
		flex: none;
		width: 100%;
	}
}

.partner-cycle-title {
	color: var(--orange);
	font-size: 22px;
	margin-bottom: 24px;
}

.partner-cycle-diagram {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 24px;
}

.partner-cycle-svg {
	width: 100%;
	max-width: 260px;
	height: auto;
}

.partner-cycle-arrow {
	fill: none;
	stroke: #000;
	stroke-width: 2.5;
	stroke-linecap: round;
}

.partner-cycle-node {
	fill: var(--orange);
	stroke: rgba(255, 255, 255, 0.2);
	stroke-width: 1;
}

.partner-cycle-node-center {
	fill: var(--orange);
	opacity: 0.9;
}

.partner-cycle-btn {
	display: block;
	width: 100%;
	background: var(--orange);
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 14px 24px;
	border-radius: 8px;
	text-decoration: none;
	transition: opacity 0.2s;
}

.partner-cycle-btn:hover {
	opacity: 0.9;
	color: #fff;
}

@media (max-width: 980px) {
	.partner-section {
		padding: 48px 0 56px;
	}

	.partner-inner {
		padding: 0 20px;
	}

	.partner-cycle-title {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

/* ===== FOOTER ===== */
#footer {
	background: #fff;
	padding: 60px 0 0;
	border-top: 1px solid #e0e0e0;
}

.footer-inner {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 0 40px 48px;
	display: grid;
	grid-template-columns: 200px 1fr 1fr 1fr;
	gap: 40px;
}

@media (max-width: 980px) {
	.footer-inner {
		grid-template-columns: auto;
		gap: 20px;
	}
}

.footer-logo img {
	height: 28px;
	margin-bottom: 20px;
}

.footer-col-title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 16px;
}

.footer-links {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.footer-links li::before {
	content: "—";
	margin-right: 8px;
	color: var(--gold);
}

.footer-links a {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #000;
	transition: color 0.2s;
}

.footer-links a:hover {
	color: var(--green);
}

.footer-sns {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: 24px 40px;
	border-top: 1px solid #ddd;
	display: flex;
	align-items: center;
	gap: 20px;
}

.footer-sns-title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 18px;
}

.sns-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	transition:
		background 0.2s,
		border-color 0.2s;
	cursor: pointer;
}

.sns-icon:hover {
	background: #f5f5f5;
	border-color: #aaa;
}

.footer-copy {
	background: var(--dark);
	text-align: center;
	padding: 14px;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
}
