@charset "UTF-8";
/*------------------------------
PC用レイアウト（768px以上スクリーン）
------------------------------*/

/*----------
共通設定(PC)
-----------*/

/* 初期スタイル調整 */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* body全体の初期スタイル調整 */
body {
	font-size: 62.5%;
	line-height: 1.6;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	color: #333;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}

/*リンク文字の設定*/
a {
	text-decoration: underline;
}

a:link,
a:visited {
	color: #39f;
}

a:hover,
a:active {
	color: #f60;
}

p {
	margin: 0 !important;
	padding: 0 !important;
	font-feature-settings: "palt";
	/* フォントプロポーション有効化（日本フォント） */
}

section {
	clear: both;
	/* 配置設定をクリアにしておくため（初期で設定している左右配置をクリアにする） */
	overflow: auto;
	/* 要素の内容が要素自体の領域を超えた場合「aute」 */
}

/* -------------------------------------
見出しタグ設定（PC)
--------------------------------------*/
h2 {
	margin: 1.5em 0 2em;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

h3 {
	margin: 1.5em 0 2em;
	font-size: 1.4em;
	font-weight: bold;
}



/*カラムが狭くなってもテーブルタグがはみ出ないようにする*/
table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
}

/* <section> 間の隙間（margin）をなくすため */
h2,
p {
	margin-top: 0;
	margin-bottom: 0;
}


/* 自動カーニング */
.selector {
	font-feature-settings: "palt";
}


/*--------------------------------------------------------
全体レイアウト/背景設定（PC）
--------------------------------------------------------*/

/*全体エリア(全体背景の設定はここ)*/
.main {
	background-color: #f2f2f2;
}



/*記事(ボディ)エリアの行間*/
.atcl_inr p {
	line-height: 1.6em;
	margin-bottom: 1em;
}

/*記事(ボディ)エリアのフォントサイズ*/
.article {
	font-size: 1.7em;
}

/*カラム全体の幅を変更する*/

.atcl_inr {
	width: 950px;
	margin: 0 auto
}

.header_inr,
.top_image_in {
	width: 1140px;

}

/*PC画面とスマホ画面の切り替え*/

.gamen_pc {
	display: block;
}

.gamen_rps {
	display: none;
}

/*--------------------------------------------------------
上部固定ヘッダー設定
--------------------------------------------------------*/

/*上部固定ヘッダー全体*/
.header {
	position: sticky;
	/* ポジションがピタッとくっつく設定 */
	position: -webkit-sticky;
	top: 0;
	z-index: 5000;
	background-color: #fff;
	border-bottom: 1px;
	overflow: auto;
}

/* ヘッダー内部をカラム幅にする */
.header_inr {
	max-width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}

/*ヘッダーロゴ*/
.header_logo {
	float: left;
	width: 25%;
	margin: 1em 0em 1em;
}

/*ヘッダー 電話ボタン*/
.header_tel {
	width: 15%;
	float: right;
	margin: 1em 0.5em 0em;
}


/*ヘッダー メニュー*/
.header_menu nav ul {
	display: flex;
	gap: 20px;
	/* 各メニューの間隔 */
	list-style: none;
	/* ・を消す */
	margin: 0;
	padding: 0;
}

.header_menu nav li {
	display: inline-block;
}

.header_menu a {
	text-decoration: none;
	color: #222;
	font-size: 1.1em;
	transition: 0.3s;
}

.header_menu a:hover {
	opacity: 0.7;
	color: #004ec2;
}

.header_menu {
	float: right;
	width: 55%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 1.3em;
	margin: 1.5em 0 0 0;
	padding-right: .5em;
}

.header_logo {
	width: 25%;
}

.header_tel {
	width: 15%;
}

.hamburger {
	display: none;
	background: transparent;
	border: 0;
	outline: 0;
}


/*ヘッダー 問い合わせボタン*/
/* .header_mail {
	width: 18%;
	float: right;
	margin: 0.8em 0.3em 0em;
} */

/*ヘッダー内の画像はエリア幅に合わせる*/
.header_logo img,
.header_tel img {
	width: 100%;
}

/*----- スクロール設定 -----*/
/* スムーズスクロール */
html {
	scroll-behavior: smooth;
}

:root {
	--header-h: 90px;
}

/* ヘッダー実高さに合わせて調整 */

section[id] {
	scroll-margin-top: calc(var(--header-h) + 10px);
}


/*-----------------------
ファーストビュー設定
------------------------*/
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
	white-space: nowrap;
}

.top_image {
	background: url(../images/haikei_DUMERO_top.png) center top no-repeat #fff;
	height: auto;
	background-size: cover;
}

.top_image_in {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 2em 0em 1em;
	gap: 55px;
}

.top_image_in img {
	width: 100%;
}

.top_image_in video {
	width: auto;
	max-height: 350px;
	object-fit: cover;
	display: block;
}

.video_phone_wrap {
	position: relative;
	width: 300px;
	/* ← 今より大きめに拡大（例） */
	margin-left: 30px;
	/* 必要なら横位置調整 */
}

.phone_frame {
	max-width: 360px;
	height: auto;
	display: block;
	pointer-events: none;
	position: relative;
	z-index: 2;
}

/* スマホ内の動画位置・形状を調整 */
.video_frame {
	position: absolute;
	top: 47px;
	/* スマホ上部ノッチまでの距離（要調整） */
	left: 65px;
	/* 左のベゼル幅 */
	right: 20px;
	/* 右のベゼル幅 */
	bottom: 25px;
	/* 下のベゼル幅 */
	border-radius: 12px;
	overflow: hidden;
	z-index: 1;
}

.video_frame video {
	max-width: 180px;
	height: 100%;
	object-fit: cover;
	display: block;
}


/*----- 吹き出しコード -----*/
/* 基準：スマホ枠の中で絶対配置できるように */
.video_phone_wrap {
	position: relative;
	overflow: visible;
}

/* 吹き出し本体（楕円・縁なし・影うすめ） */
.video_phone_wrap .bubble {
	--w: clamp(100px, 16vw, 165px);
	--h: clamp(95px, 11vw, 110px);
	position: absolute;
	left: -30%;
	top: 10%;

	width: var(--w);
	height: var(--h);
	background: #fff;
	border-radius: 99px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0.4em 0em;
	line-height: 1.02;
	text-align: center;
	z-index: 2;
	white-space: nowrap;
}

/* テール */
.video_phone_wrap .bubble::after {
	--angle: 38deg;
	content: "";
	position: absolute;
	width: 50px;
	height: 20px;
	left: 70%;
	bottom: 3%;
	background: #fff;
	transform: rotate(var(--angle));
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
	z-index: 1;
}

/* 文言スタイル */
.video_phone_wrap .bubble .b-line1 {
	font-weight: 800;
	font-size: clamp(1.8em, 1.1vw, 2.2em);
	line-height: 1;
	margin-bottom: .6em;
	position: relative;
	z-index: 3;
}

.video_phone_wrap .bubble .b-line2 {
	font-weight: 900;
	font-size: clamp(2.2em, 1.9vw, 2.5em);
	line-height: 1;
	color: #ad0000;
	position: relative;
	z-index: 3;
	/* 同上 */
}

.top_movie_text {
	color: #fff;
	text-align: center;
	padding-left: 3em;
	margin: 0 auto;
	margin-top: -12px;
}

.top_movie_text p {
	margin: 0;
}

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

/* --------------------------
ショートドラマ解説エリア設定
----------------------------*/

.sec_doramakaisetu {
	background-color: #fff;
}

.doramakaisetu_cntnr {
	display: flex;
	justify-content: center;
	padding: 2em 0em;
	gap: 20px;
}

.doramakaisetu_text {
	flex: 1 1 60%;
}

.doramakaisetu_mds {
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 0.6em !important;
}

.kaisetu_mds_line {
	border-bottom: 2px solid #e94644;
}

/* 画像側の比率（約40％）＋縮み過ぎ防止 */
.doramakaisetu_img {
	flex: 0 1 40%;
	width: 100%;
	height: auto;
	display: block;
}

.doramakaisetu_img img {
	max-width: 340px;
}

/* --------------------------
おすすめエリア設定
----------------------------*/
.sec_DUMERO_recommend {
	background-color: #f2f2f2;
	text-align: center;
	padding: 2em 0em 0em;
}

.sec_DUMERO_recommend h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 1em;
}

/* 横並び：3つ中央寄せ */
.DUMERO_recommend_inr {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	/* SPで折り返し */
	gap: 20px;
	padding-bottom: 2em;
}

/* 各円のコンテナ */
.PRarea_cntnr {
	width: 220px;
	/* 円のサイズ */
	height: 220px;
	border: 5px solid #e94644;
	/* 赤い円 */
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	color: #e94644;
	font-size: 1.3em;
	line-height: 1.3;
	padding: 1em 0em 0em;
	box-sizing: border-box;
}

/* アイコン画像 */
.PRarea_cntnr img {
	max-width: 45%;
	height: auto;
}


/* --------------------------
メリットエリア設定
----------------------------*/
.sec_triangle_gray {
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 40px solid #f2f2f2;
	transform: rotate(180deg);
	margin: auto;
	background-color: #fff;
}

.sec_DUMERO_merit {
	background-color: #fff;
	overflow-x: hidden;
	/* ← これで画面外にはみ出してもスクロール出ない */
}

.DUMERO_merit_inr {
	padding: 2em 0em 3em;
}

.sec_DUMERO_merit h2 {
	padding-bottom: 1em;
}

.DUMERO_merit_cntnr,
.DUMERO_merit_cntnr02 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	width: 1000px;
	margin: 0 auto;
	background-color: #f2f2f2;
	padding: 1.8em 2em;
	margin-bottom: 1.5em;
	overflow: visible;
}

.DUMERO_merit_cntnr02 {
	flex-direction: row-reverse;
}

.DUMERO_merit_cntnr,
.DUMERO_merit_cntnr02 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	width: 1000px;
	margin: 0 auto;
	padding: 1.8em 2em;
	margin-bottom: 1.5em;
	position: relative;
	overflow: visible;
	background: transparent;
}

/* 背景専用の疑似要素（右に伸ばす） */
.DUMERO_merit_cntnr::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -300px;
	background: #f2f2f2;
}

/* 逆向きバージョン（右に画像があるパターン） */
.DUMERO_merit_cntnr02::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -300px;
	right: 0;
	background: #f2f2f2;
}



.merit_cntnr_text,
.merit_cntnr_img {
	position: relative;
	z-index: 1;
}

.merit_cntnr_text {
	flex: 1 1 70%;
	padding: 1.6em 1em 0em;
}

/*--- 見出しタグ設定 ---*/
.merit_mds img {
	max-width: 150px;
}

.merit_mds h3 {
	margin: 0;
	/* デフォルト余白リセット */
	padding-bottom: 0.6em;
}



.merit_cntnr_img {
	flex: 0 1 30%;
	text-align: center;
}

.merit_cntnr_img video {
	max-width: 200px;
}

.merit_cntnr_img img {
	max-width: 280px;
}


/* --------------------------
変える仕組みエリア設定
----------------------------*/
.sec_DUMERO_sikumi {
	background-color: #ffb9ad;
	padding: 1.5em 0em 2em;
}

.DUMERO_sikumi_inr {
	display: flex;
	gap: 20px;
}

.sec_DUMERO_sikumi h2 {
	font-feature-settings: "palt";
	letter-spacing: 0;
}


.sikumi_cntnr h3 {
	min-height: 3.5em;
	/* だいたい2〜3行分確保 */
	display: flex;
	align-items: center;
	/* 中央寄せ */
	justify-content: center;
	margin-bottom: 0.5em;
	height: 120px;
}

.sikumi_cntnr {
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 1em 1em;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	text-align: center;
	margin-top: 3em;
	min-width: 300px;
}

.sikumi_mds {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	margin: 0;
	background: #fff;
	border: 2px solid #333;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.6em;
	color: #333;
	z-index: 2;
}


.sikumi_cntnr img {
	max-width: 200px;
}

.sikumi_cntnr_text {
	text-align: left;
	padding: 1em 0em;
}

/* --------------------------
ショップサービスエリア設定
----------------------------*/
.sec_DUMERO_shop_service {
	background-color: #fff;
	padding: 2.5em 0em;
}

.shop_service_cntnr {
	max-width: 950px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	gap: 24px;
	border: 3px solid #333;
	border-radius: 14px;
	padding: 2em 2em 0em;
	box-sizing: border-box;
}

/*----- 見出しのブロック（基準） -----*/
.shop_service_head {
	position: relative;
	background-color: #fff;
	width: fit-content;
	margin: 0 auto -2em;
	padding: 1.5em 2em 0;
	z-index: 3;
	text-align: center;
}

.shop_service_head h2 {
	text-align: center;
	line-height: 1.3;
	margin: 0;
}

/*----- 吹き出し画像（重ねる本体） -----*/
.shop_service_mds {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-290px, -4%);
	width: clamp(120px, 18vw, 220px);
	z-index: 2;
}

.shop_service_mds img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 120px;
}


.shop_service_text {
	flex: 0 0 60%;
	min-width: 0;
}

.shop_service_text_inr {
	background-color: #f2f2f2;
	margin-top: 1.5em;
	padding: 0.5em 1.8em;
}

.shop_service_text_inr p {
	font-size: .8em;
}

.TTshop_mds {
	border-bottom: 2px solid #e94644;

}

.shop_service_img {
	flex: 0 0 40%;
}

.shop_service_img img {
	width: 100%;
	height: auto;
	display: block;
	max-width: none;
}

/* --------------------------
活用例エリア設定
----------------------------*/
.sec_DUMERO_Usage_example {
	background-color: #f2f2f2;
	padding: 2.5em 0em;
}

.Usage_cntnr {
	background-color: #fff;
	display: flex;
	max-width: 800px;
	padding: 2em;
	gap: 40px;
	justify-content: center;
	border-radius: 12px;
	margin: 0 auto;
	flex-direction: row-reverse;

}

.Usage_mds {
	display: flex;
	align-items: center;
	gap: 10px;
	align-items: center;
}

.Usage_mds h3 {
	margin: 0;
}


/*--------
スライダー設定
------*/
/* ================================
   Usage Carousel (cleaned)
   --------------------------------
   セクション:
   1) 変数 / ビューポート
   2) トラック / スライド
   3) カード（中身）
   4) ナビ（矢印）
   5) アクセシビリティ
   6) レスポンシブ
   7) 競合ガード
================================ */

/* 1) 変数 / ビューポート */
.usage-stage {
	--gap: 16px;
	/* カード間隔 */
	--per-view: 1;
	/* 1画面の表示枚数（今回は常に1） */
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding: 24px 56px;
	/* 矢印分の左右余白 */
	overflow: hidden;
	box-sizing: border-box;
}

/* 直接子（JS未起動フォールバック） */
.usage-stage>.Usage_cntnr {
	display: inline-flex;
	vertical-align: top;
	width: calc((100% - (var(--gap) * (var(--per-view) - 1))) / var(--per-view));
	margin-right: var(--gap);
	justify-content: center;
}

/* 2) トラック / スライド */
.usage-stage .usage-track {
	display: flex;
	gap: var(--gap);
	will-change: transform;
	transform: translateX(0);
	animation: none;
}

.usage-stage .usage-track.is-animating {
	transition: transform .9s ease;
}

.usage-stage .usage-slide {
	flex: 0 0 calc((100% - (var(--gap) * (var(--per-view) - 1))) / var(--per-view));
	display: flex;
	justify-content: center;
}

/* 3) カード（中身） */
.Usage_cntnr {
	background: #fff;
	display: flex;
	gap: 24px;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
	max-width: 800px;
	box-sizing: border-box;
	animation: none;
	opacity: 1;
	transform: none;

}


.Usage_mds p {
	font-size: 1.6em;
	font-weight: 800;
}

.Usage_video video {
	max-width: 200px;
	border-radius: 8px;
}

/* 4) ナビ（矢印） */
.usage-stage .usage-prev,
.usage-stage .usage-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	font-weight: 700;
	line-height: 44px;
	text-align: center;
	transition: background .25s, transform .25s, opacity .25s;
	opacity: .95;
	z-index: 10;
	font-size: 0;
	/* 視覚テキストは消す */
}

.usage-stage .usage-prev {
	left: 8px;
}

.usage-stage .usage-next {
	right: 8px;
}

.usage-stage .usage-prev:hover,
.usage-stage .usage-next:hover {
	background: rgba(0, 0, 0, .75);
	transform: translateY(-50%) scale(1.05);
}

/* 矢印グリフ（‹ ›） */
.usage-stage .usage-prev::before,
.usage-stage .usage-next::before {
	display: block;
	font-size: 28px;
	line-height: 36px;
}

.usage-stage .usage-prev::before {
	content: "‹";
}

.usage-stage .usage-next::before {
	content: "›";
}

/* 5) アクセシビリティ（スクリーンリーダー専用テキスト） */
.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	color: transparent !important;
	background: none !important;
}


/* 7) モーション軽減 */
@media (prefers-reduced-motion: reduce) {
	.usage-stage .usage-track.is-animating {
		transition: none;
	}
}

/* --------------------------
CV01エリア設定
----------------------------*/
.sec_DUMERO_cv01 {
	background: url(../images/haikei_DUMERO_cv01.png) center no-repeat #fff;
	height: auto;
	padding-top: 2em;
	padding-bottom: 3em;
	background-color: #2F4EA0;
}

/* --------------------------
サポートエリア設定
----------------------------*/

.sec_DUMERO_support {
	background-color: #fff;
	padding: 2.5em 0em;
}

.DUMERO_support_cntnr {
	display: flex;
	max-width: 850px;
	align-items: center;
	margin: 0 auto;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 0.6em 1em;
	border-radius: 12px;
}

/*--- 配色設定 ---*/
.DUMERO_support01 {
	background-color: #fff3ef;
}

.DUMERO_support02 {
	background-color: #ffe2d6;
}

.DUMERO_support03 {
	background-color: #ffd2c4;
}

.DUMERO_support04 {
	background-color: #ffd2c4;
	margin-bottom: 0;
}

.DUMERO_support05 {
	background-color: #ffb9ad;
}

.DUMERO_support_icon {
	flex: 0 0 10%;
}

.DUMERO_support_icon img {
	max-width: 60px;
}

.DUMERO_support_mds {
	flex: 0 0 40%;

}

.DUMERO_support_mds h3 {
	margin: 0;
	font-size: 1.3em;
}

.DUMERO_support_text {
	flex: 0 0 50%;
}

/*--- PR実施装飾 ---*/
/* 既存：リボン本体（平行四辺形） */
.support_PR_cntnr {
	display: flex;
	justify-content: flex-end;
	margin-top: -0.5em;
}

.pr-ribbon {
	width: min(540px, 48%);
	margin: 4px 0;
	background: #e94b3c;
	transform: skewX(-15deg);

}

.pr-ribbon__in {
	transform: skewX(15deg);
	color: #fff;
	font-weight: 700;
	line-height: 1.6;
	position: relative;
	text-align: center;
}

/* 左側の「＞＞」装飾 */
.pr-chevs {
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;

}

/* 白の「＞」ラインをCSSだけで再現 */
.pr-chevs::before,
.pr-chevs::after {
	content: "";
	display: block;
	width: 18px;
	/* ＞の横幅 */
	height: 18px;
	/* ＞の縦幅 */
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(38deg);
	/* これで「＞」になる */
}


/*------
 下向きの太矢印
  ------*/
.ua-downarrow {
	position: relative;
	width: 60px;
	/* 全体の幅 */
	height: 80px;
	/* 棒＋先端を含む高さ */
	margin: 20px auto;
}

/* 棒（長方形） */
.ua-downarrow::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	/* 棒の太さ */
	height: 50px;
	/* 棒の長さ */
	background: #e94b3c;
	border-radius: 2px;
}

/* 先端（三角） */
.ua-downarrow::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50px;
	/* 棒の長さに合わせる */
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	/* 左側の透明 */
	border-right: 30px solid transparent;
	/* 右側の透明 */
	border-top: 30px solid #e94b3c;
	/* 下向きの赤い三角 */
}

/* スマホサイズでは少し小さく */
@media (max-width: 768px) {
	.ua-downarrow {
		width: 40px;
		height: 60px;
	}

	.ua-downarrow::before {
		width: 14px;
		height: 38px;
	}

	.ua-downarrow::after {
		top: 38px;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #e94b3c;
	}
}


.DUMERO_support_mms {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}







/* =========================
   比較エリア
========================= */
:root {
	--cmp-bg: #fff;
	--cmp-head: #ffe7df;
	/* ヘッダー淡ピンク */
	--cmp-div: #f3cfc5;
	/* ヘッダー区切り線 */
	--ua-bg: #ffe3d3;
	/* UA列の帯（桃） */
	--cell-line: #eee;
	/* 罫線 */
}

.sec_DUMERO_comparison {
	background: #ffb9ad;
	padding: 3em 0;
}

.sec_DUMERO_comparison h2 {
	font-feature-settings: "palt";
	letter-spacing: 0;

}

.sec_DUMERO_comparison_inr {
	padding: 1.2em 1em;
	min-width: 1240px;
}

/* 横スクロール（SP） */
.table-wrap {
	overflow-x: auto;
}

/* ===== テーブル基礎 ===== */
table.comp-table {
	width: 100%;
	table-layout: fixed;
	border-spacing: 0;
	background: var(--cmp-bg);
	border: 0;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 2px 0 rgba(255, 255, 255, .9), 0 10px 28px rgba(0, 0, 0, .08);
	font-size: .95em;
}

/* 全セル共通 */
table.comp-table th,
table.comp-table td {
	padding: 18px 12px;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	border-right: 1px solid var(--cell-line);
	border-bottom: 1px solid var(--cell-line);
}

table.comp-table td:last-child,
table.comp-table th:last-child {
	border-right: 0;
}

table.comp-table tr:last-child td {
	border-bottom: 0;
}

/* ヘッダー（全列） */
table.comp-table thead th {
	background: var(--cmp-head);
	color: #333;
	font-weight: 700;
	border-right: 1px solid var(--cmp-div);
	padding-top: 12px;
	padding-bottom: 12px;
}

table.comp-table th:first-child,
table.comp-table td:first-child {
	width: 20%;
	text-align: center;
	font-weight: 700;
	padding-left: 24px;
}

table.comp-table th:nth-child(2),
table.comp-table td:nth-child(2) {
	width: 25%;
}

table.comp-table th:nth-child(n+3),
table.comp-table td:nth-child(n+3) {
	width: calc(56%/3);
}

/* 本文のゼブラ（UA列は除外） */
table.comp-table tbody tr:nth-child(even) td:not(:nth-child(2)) {
	background: #f7f7f7;
}

/* ===== UA列（2列目）を列全体で塗る ===== */
table.comp-table thead tr>th:nth-child(2),
table.comp-table tbody tr>td:nth-child(2) {
	background: var(--ua-bg) !important;
	border-left: 1px solid #f0cfc2;
	border-right: 1px solid #f0cfc2;
}

/* UA列の本文は色・太字のみ（高さを他列と揃える） */
table.comp-table tbody tr>td:nth-child(2) {
	color: #333;
	font-weight: 700;
	font-size: inherit;
	/* ← 行の縦幅が他列と同じになる */
}

/* ピル（UAバッジ） */
.pill {
	display: inline-block;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 12px;
	line-height: 1;
	border: 1px solid transparent;
}

.pill--ua {
	background: #ffb167;
	color: #fff;
	border-color: #ffa257;
	font-weight: 700;
}

.comp-company {
	display: block;
	margin-top: 6px;
	font-weight: 700;
}

/* アイコン（◯/△/×） */
.comp-table img {
	width: 26px;
	height: auto;
}



/* =====================
   吹き出しボックス
===================== */
.comparison-note {
	position: relative;
	background: #fff;
	color: #333;
	padding: 1.8em 2em;
	margin: 2.5em auto 0;
	width: 80%;
	max-width: 780px;
	border-radius: 6px;
	font-size: 1.05em;
	line-height: 1.7;
	text-align: center;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

/* 上向き三角形 */
.comparison-note::before {
	content: "";
	position: absolute;
	top: -12px;
	left: 30%;
	transform: translateX(-50%);
	border-width: 0 42px 22px 42px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

/* 強調テキスト */
.comparison-note span {
	color: #E13B2E;
	font-weight: 700;
}


/* --------------------------
実績エリア設定
----------------------------*/

.sec_DUMERO_performance {
	background-color: #fff;
	padding: 2.5em 0em 5.5em;
}


.DUMERO_performance_inr {
	margin: auto;
	padding: 0 20px;
}

/* 2カラムレイアウト */
.performance_area {
	display: grid;
	gap: 36px;
}

@media (min-width: 980px) {
	.performance_area {
		grid-template-columns: 1fr 1fr;
		gap: 4px 26px;
	}
}

/* カード本体 */
.performance_cntnr {
	position: relative;
	background: #fff;
	padding: 2em .6em;
}

/* 赤い帯見出し（擬似リボン） */
.performance_mds {
	display: inline-block;
	background: #ff3b2f;
	color: #fff;
	font-weight: 800;
	font-size: 1.3em;
	padding: 0.2em;
	position: relative;
	line-height: 1.2;
	min-width: 360px;
}

.performance_mds p::after {
	content: "";
	position: absolute;
	inset: 0;
	left: auto;
	width: 48px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	background:
		repeating-linear-gradient(-70deg,
			rgba(255, 255, 255, .6) 0 2px,
			rgba(255, 255, 255, 0) 2px 8px);
	pointer-events: none;
}

/* テキスト行 */
.performance_text {
	padding: 1em 0em;

	line-height: 2;
	min-height: 180px;
}



.performance_text p:first-child {
	font-weight: 700;
}

/* サムネ行（3枚まで対応） */
.performance_img {
	display: flex;
	gap: 16px;
	margin-top: 1em;
	flex-wrap: wrap;
}

.performance_img img {
	width: calc((100% - 32px)/3);
	/* 3枚想定。2枚でもOKで自動調整 */
	max-width: 250px;
}

/* 円形の“角の吹き出し” */
.performance_mms {
	position: absolute;
	bottom: -60px;
	left: 224px;
	/* 1枚目カードは左寄せ */
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: #ff3b2f;
	color: #fff;
	font-weight: 800;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: .9em;
}


.performance_area {
	position: relative;
}

.performance_area::before {
	content: "";
	position: absolute;
	top: 40px;
	bottom: 0;
	left: 50%;
	width: 2px;
	background-color: #333;
	/* 線の色 */
	transform: translateX(-0.5px);
	max-height: 500px;
}

.performance_text p {
	margin: .2em 0;
	display: flex;
	align-items: flex-start;
	line-height: 1.8;
}

.performance_text .label {
	display: inline-block;
	width: 5.5em;
	/* ← ラベル幅を揃えることでコロンを縦揃え */
	font-weight: 700;
}

/* 余白調整（SP） */
@media (max-width: 979px) {
	.performance_cntnr {
		padding: 20px 18px 76px;
	}

	.performance_img img {
		width: calc((100% - 16px)/2);
		max-width: none;
	}
}


/* --------------------------
CV02エリア設定
----------------------------*/
.sec_DUMERO_cv02 {
	background: url(../images/haikei_DUMERO_cv02.png) center no-repeat #fff;
	height: auto;
	padding-top: 2em;
	padding-bottom: 3em;
	background-color: #2F4EA0;
}

.DUMERO_cv02_text {
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
	padding-bottom: 1.5em;
}






/* --------------------------
Q&Aエリア設定
----------------------------*/
.sec_DUMERO_qa {
	background-color: #FFE3D3;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.sec_DUMERO_qa h2 {
	padding: 0.3em 0em 1em;
	font-feature-settings: "palt";

}

.qa_cntnr {
	max-width: 800px;
	background-color: #fff;
	border-radius: 12px;
	margin: 0 auto;
	padding: 0.2em 1em;
	margin-bottom: 1.5em;
	border: 2px solid #FFB9AD;


}

.box_qa_q {
	padding: 1em 2em;
	border-bottom: 1px solid #FFB9AD;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;

}

.box_qa_a {
	padding: 1em;
	line-height: 1.8;
}

.box_qa_q p,
.box_qa_a p {
	text-indent: -1.5em;

}

.box_qa_a p {
	text-indent: 0em;
	margin-left: 0em;
}


/* --------------------------
お問い合わせフォームエリア設定
----------------------------*/
.sec_DUMERO_form {
	background-color: #fff;
}

.form_tel_area {
	text-align: center;
	background-color: #fff;
	padding: 0.5em 0em;
}

.form_tel_area img {
	max-width: 300px;
}

/* 基本トークン（色/サイズ） */
:root {
	--bg: #e9e9e9;
	--field: #ffffff;
	--line: #c9c9c9;
	--title: #4b4b4b;
	--text: #333;
	--accent: #e91e63;
	/* ピンク（スクショの差し色想定） */
	--hours: #d72626;
	/* 営業時間の赤 */
	--radius: 12px;
	--radius-lg: 20px;
	--shadow: 0 1px 0 rgba(0, 0, 0, .02), 0 4px 12px rgba(0, 0, 0, .06);
}

/* ラッパー */
.inq-wrap {
	max-width: 720px;
	margin: 32px auto 20px;
	padding: 24px 20px 32px;
	background: var(--bg);
	border-radius: 10px;
}

/* 見出し */
.inq-title {
	margin: 0 0 6px;
	text-align: center;
	color: var(--title);
	font-weight: 700;
	font-size: clamp(20px, 3.2vw, 34px);
}

.inq-sub {
	text-align: center;
	color: #6a6a6a;
	font-size: clamp(12px, 2.2vw, 18px);
	margin: 0 0 14px;
}

/* 電話ボックス */
.inq-callbox {
	background: #f4f4f4;
	border: 2px solid #bdbdbd;
	border-radius: 18px;
	box-shadow: var(--shadow);
	padding: 14px 18px;
	margin: 0 auto 28px;
}

.inq-callbox-inner {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-auto-rows: auto;
	align-items: center;
	gap: 8px 10px;
}

.inq-phoneicon {
	color: #4b4b4b;
	display: flex;
	align-items: center;
}

.inq-tel {
	font-weight: 700;
	text-decoration: none;
	color: #222;
	font-size: clamp(16px, 2.6vw, 22px);
}

.inq-hours {
	grid-column: 1 / -1;
	color: #444;
	font-size: clamp(12px, 2.2vw, 16px);
}

.inq-hours span {
	color: var(--hours);
	font-weight: 800;
}

/* フォーム本体 */
.inq-form {
	margin-top: 12px;
}

.fld-label {
	display: block;
	margin: 12px 0 6px;
	color: #4b4b4b;
	font-weight: 700;
	font-size: clamp(13px, 2.1vw, 16px);
}

.req {
	color: #666;
	font-weight: 700;
}

.opt {
	color: #888;
}

.fld input,
.fld select,
.fld textarea {
	width: 100%;
	background: var(--field);
	border: 1.5px solid var(--line);
	border-radius: 6px;
	padding: 14px 14px;
	font-size: 16px;
	color: var(--text);
	outline: none;
	transition: border-color .2s, box-shadow .2s;
}

.fld textarea {
	resize: vertical;
}

.fld input:focus,
.fld select:focus,
.fld textarea:focus {
	border-color: #9aa6b2;
	box-shadow: 0 0 0 3px rgba(56, 132, 255, .15);
}

/* セレクトの▼カスタム */
.fld select {
	appearance: none;
	-webkit-appearance: none;
	background-image:
		url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 18px 18px;
	padding-right: 42px;
}

/* 同意チェック */
.agree {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 14px 0 18px;
	font-size: 14px;
	color: #444;
}

.agree a {
	color: #1a7fd9;
	text-decoration: underline;
}

.agree input[type="checkbox"] {
	width: 18px;
	height: 18px;
	accent-color: var(--accent);
}

/* 送信ボタン */
.btn-submit {
	display: block;
	width: min(320px, 85%);
	margin: 0 auto;
	padding: 14px 10px;
	border: none;
	border-radius: 999px;
	background: #ff6a3d;
	color: #fff;
	font-weight: 800;
	font-size: clamp(16px, 2.4vw, 20px);
	box-shadow: 0 4px 0 #b3bac0;
	/* 下に濃い影をつけて立体感 */
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

/* ホバー時：少し浮く感じ */
.btn-submit:hover {
	transform: translateY(2px);
	box-shadow: 0 6px 0 #a4acb3;
	filter: brightness(1.02);
}

/* クリック時（押し込まれる感じ） */
.btn-submit:active {
	transform: translateY(2px);
	box-shadow: 0 2px 0 #a4acb3;
	filter: brightness(0.97);
}


/* ---------------
ボタンエリア設定
------------------*/
/* === CTA行レイアウト === */
.cv-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
	justify-content: center;
}

/* === 上の「＼ … ／」行 === */
.cta__eyebrow {
	color: #fff;
	font-weight: 700;
	letter-spacing: .08em;
	font-size: clamp(13px, 1.6vw, 18px);
	text-shadow: 0 2px 6px rgba(0, 0, 0, .35);
	margin-bottom: 10px;
	text-align: center;
	padding-top: 1em;
}

/* === ボタン === */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 260px;
	padding: 16px 24px;
	border-radius: 999px;
	font-weight: 800;
	font-size: clamp(16px, 2vw, 20px);
	text-decoration: none;
	color: #fff;
	box-shadow: 0 10px 26px rgba(0, 0, 0, .28);
	transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}

.btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 30px rgba(0, 0, 0, .34);
}

/* オレンジ／グリーン（色は後で微調整可） */
.btn--orange {
	background: #ff6a3d;
}

/* 例: 資料請求 */
.btn--green {
	background: #18c776;
}

/* 例: お問い合わせ */
.btn {
	color: #fff !important;
	text-decoration: none !important;
}






/*---------
フッター部分
-------*/

.footer {
	background: #FFB9AD;
	padding: 2em 0 0.5em;
	text-align: center;
	font-size: 1.4em;
	color: #333;
}

.footer a {
	color: #333;
}

/*スマホ用下部固定メニュー*/
.fix_menu_smartphone {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 100vw;
	display: flex;
	z-index: 10000;
	box-sizing: border-box;
	box-shadow: 0 -2px 8px rgba(0, 0, 0, .08);
	background: transparent;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 1em 0em;
}

.cv-cta_footer {
	display: flex;
	gap: 16px 24px;
	justify-content: center;
	padding: 0.5em 0em;
}

.fix_menu_smartphone {
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.fix_menu_smartphone.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

/*---------
サンクスページ部分
-------*/
.main_thanks {
	background-color: #fff;
}

.thanks_pase {
	background-color: #fff;
	text-align: center;
	padding-top: 4em;

}

/* =========
   サンクスページ：戻るボタン
   ========= */
.thanks_pase h2 {
	margin-top: 1em;
	margin-bottom: 1em;
}

.thanks_back_btn {
	display: inline-block;
	padding: 10px 28px;
	border: 1px solid #333;
	/* 枠線（SSGFormに近い色） */
	color: #333 !important;
	font-size: 1rem;
	text-decoration: none;
	background-color: #fff;
	transition: all 0.25s ease;
}

/* ホバー時のカラー反転（添付画像に近い） */
.thanks_back_btn:hover {
	background-color: #333;
	color: #fff !important;
}