@charset "UTF-8";

@media only screen and (max-width : 768px) {
	/*-----------------------
スマホ・タブレット用レイアウト（768px以下スクリーン）
----------------------*/

	/*------------------
共通設定(スマホ)
-------------------*/

	/* はみ出した領域は非表示にする*/
	html {
		overflow-y: scroll;
		overflow-x: hidden;
	}

	html,
	body {
		width: 100%;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}

	/*画像サイズの調整*/
	img {
		height: auto;
		max-width: 100%;
	}

	/*H2タグ*/
	h2 {
		margin: 0.5em 0 0.5em;
		font-size: clamp(1.3em, 2.5vw, 1.6em);
		font-weight: bold;
		text-align: center;
	}

	/*H3タグ*/
	h3 {
		margin: 0 0 0.5em;
		padding: 0.3em 0em;
		font-weight: bold;
	}


	/*--------------------------------------------------------
全体レイアウト/背景設定(スマホ・タブレット)
--------------------------------------------------------*/

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

	/*記事(ボディ)エリア*/
	.article {
		background-color: #fff;
		/*スマホの場合はカラムの線を消す*/
		border-left: none;
		border-right: none;
	}

	/*記事(ボディ)エリアの行間*/
	.article p {
		line-height: 1.8em;
	}

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

	/*カラム全体の幅はスマホの場合固定*/
	.header_inr,
	.article,
	.atcl_inr,
	.top_image_in {
		width: 100%;
		margin: 0 auto
	}

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

	.gamen_pc {
		display: none;
	}

	.gamen_rps {
		display: block;
	}

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

	/*上部固定ヘッダー全体*/

	/* floatを打ち消してflex化：ロゴ｜TEL｜≡ */
	.header_inr {
		display: flex;
		align-items: center;
		gap: 8px;
		padding: 8px 12px;
	}

	.header_logo,
	.header_tel,
	.header_menu {
		float: none;
		width: auto;
		margin: 0;
		padding: 0;
		padding-top: 0.5em;
	}

	/* 並び順と位置 */
	.header_logo {
		order: 1;
	}

	.header_tel {
		order: 2;
		margin-left: auto;
		/* ロゴ→TELの間を自動で広げる（TELを右側へ） */
		display: flex;
		align-items: center;
		max-width: 120px;
	}

	.hamburger {
		order: 3;
		display: flex;
		/* SPで表示 */
		flex-direction: column;
		width: 44px;
		height: 44px;
		align-items: center;
		justify-content: center;
		gap: 6px;
		border: 0;
		background: transparent;
		cursor: pointer;
		position: relative;
		z-index: 1101;
		/* メニューより前 */
		-webkit-appearance: none;
		appearance: none;
		margin-left: 5px;
		/* TELとの間隔 */
	}

	.hamburger span {
		display: block;
		width: 22px;
		height: 2px;
		background: #111;
		transition: transform .2s ease, opacity .2s ease;
	}

	.hamburger.is-open span:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	.hamburger.is-open span:nth-child(2) {
		opacity: 0;
	}

	.hamburger.is-open span:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}

	/* SPナビはオフキャンバス（右からスライド） */
	.header_menu {
		/* 競合でdisplay:noneが当たる可能性に備えて */
		display: block !important;

		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 58vw;
		max-width: 360px;
		background: #fff;
		box-shadow: -8px 0 24px rgba(0, 0, 0, .12);
		transform: translateX(100%);
		transition: transform .25s ease;
		padding: 72px 24px 24px;
		z-index: 1100;
		/* ハンバーガーの一段下 */
	}

	.header_menu.open {
		transform: translateX(0);
	}

	/* パネル内の縦並び */
	.header_menu nav ul {
		display: grid;
		gap: 16px;
		font-size: 16px;
	}

	/* 右端のノッチ対策 */
	.header_inr {
		padding-right: max(12px, env(safe-area-inset-right));
	}




	/*-----------------------
ファーストビュー設定
------------------------*/
	.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_rps.png) center no-repeat #fff;
		height: auto;
		background-size: cover;
	}

	.top_image_in {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 auto;
		padding: 1.5em 0em 0em;
		gap: 0px;
	}

	.top_image_in video {
		max-height: 350px;
		object-fit: cover;
	}

	.video_phone_wrap {
		position: relative;
		width: 250px;
		margin-left: 100px;
		/* 必要なら横位置調整 */
	}

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

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

	/*----- 吹き出しコード -----*/

	/* 基準：スマホ枠の中で絶対配置できるように */

	/* 吹き出し本体（楕円・縁なし・影うすめ） */
	.video_phone_wrap .bubble {
		--w: clamp(160px, 18vw, 200px);
		--h: clamp(130px, 12vw, 160px);

		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.8em 1.1em;
		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;
		margin: 0 auto;
		margin-bottom: 2em;
		font-size: 1.4em;
	}

	.video_phone_wrap {
		margin: 0 auto;
		width: 250px;
	}

	.top_movie_text {
		padding-left: 0;
		text-align: center;
	}

	.top_movie_text p {
		margin: 0;
	}

	.top_movie {
		transform: translateX(20px);
	}

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

	.doramakaisetu_inr {
		padding: 0em 0.4em;
	}

	.doramakaisetu_cntnr {
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding: 1em 0em 2em;
		gap: 5px;
	}

	.doramakaisetu_text {
		flex: 1 1 60%;
	}

	.doramakaisetu_mds {
		font-size: 1.3em;
		text-align: center;
	}


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

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

	/* --------------------------
おすすめエリア設定
----------------------------*/


	.sec_DUMERO_recommend h2 {
		font-size: 1.4em;
		margin-bottom: 1.5em;
	}

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

	/* 各円のコンテナ */
	.PRarea_cntnr {
		width: 200px;
		/* 円のサイズ */
		height: 200px;

		color: #e94644;
		font-size: 1.2em;
		line-height: 1.3;
		padding: 1.5em 0em 0em;
		box-sizing: border-box;
	}

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

	/* --------------------------
メリットエリア設定
----------------------------*/



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

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

	.DUMERO_merit_cntnr,
	.DUMERO_merit_cntnr02 {
		flex-direction: column;
		align-items: center;
		gap: 16px;
		margin: 0 auto 1.2em;
		padding: 1.8em 1.4em;

		width: 100%;
		max-width: 640px;
		background: #fafafa;
		justify-content: center;
		position: relative;
	}

	/* 片側から飛び出す背景は消すのでOK */
	.DUMERO_merit_cntnr::before,
	.DUMERO_merit_cntnr02::before {
		content: none;
	}

	.merit_cntnr_text {
		padding: 0.8em 0 0;
	}

	.merit_cntnr_img {
		text-align: center;
	}

	.merit_cntnr_img img,
	.merit_cntnr_img video {
		display: block;
		max-width: 260px;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

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

	.DUMERO_sikumi_inr {
		display: flex;
		gap: 20px;
		flex-direction: column;
	}

	.sikumi_cntnr h3 {
		display: flex;

		margin-bottom: 0.5em;
		height: 120px;
	}

	.sikumi_cntnr {
		position: relative;
		padding: 1em 0.5em;
		margin-left: 0.3em;
		margin-right: 0.3em;

	}

	.sikumi_mds {
		position: absolute;
		top: -15px;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 60px;
		height: 60px;
	}

	/* --------------------------
ショップサービスエリア設定
----------------------------*/


	.shop_service_cntnr {
		max-width: 950px;
		display: flex;
		flex-direction: column;
		gap: 4px;
		border: 3px solid #333;
		padding: 2em 0.3em 0em;
		margin-left: 0.3em;
		margin-right: 0.3em;
	}

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



	/*----- 吹き出し画像（重ねる本体） -----*/
	.shop_service_mds {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-150px, -54%);
		width: 90px;
		z-index: 2;
	}

	/* --------------------------
活用例エリア設定
----------------------------*/


	.Usage_cntnr {
		background-color: #fff;
		display: flex;
		max-width: 800px;
		padding: 0em 0.3em;
		gap: 20px;
		justify-content: center;
		border-radius: 12px;
		margin: 0 auto;
		flex-direction: column;
		justify-content: flex-start;
		/* 上揃えに変更 */
	}

	.Usage_mds {
		display: flex;
		align-items: center;
		gap: 5px;
		flex-direction: column;
	}
.Usage_text{
	padding: 0em 0.4em;
}


	/*--------
スライダー設定
------*/
	/* ================================
   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: 1em 0.6em;
		/* 矢印分の左右余白 */
		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 {
		padding: 1em 0.3em;

	}

	.Usage_mds h3 {
		font-size: 1.1em;
		text-align: center;
	}

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

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

	}

	.Usage_video {
		text-align: center;
	}

	.Usage_video video {
		margin: 0 auto;
		display: block;
	}


	.usage-stage .usage-track{
  width: 100%;
}


	/* --------------------------
サポートエリア設定
----------------------------*/
	.DUMERO_support_inr h2 {
		padding-bottom: 2em;
	}

	.DUMERO_support_cntnr {
		display: flex;
		align-items: center;
		margin: 0 auto;
		margin-top: 1.5em;
		margin-bottom: 1.5em;
		padding: 0.6em 0.5em;
		flex-wrap: wrap;
		justify-content: center;
		margin-left: 0.3em;
		margin-right: 0.3em;
		text-align: center;
	}

	.DUMERO_support_icon {
		flex: 0 0 20%;
	}

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

	.DUMERO_support_mds {
		flex: 0 0 80%;
		text-align: left;
	}

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

	.DUMERO_support_text {
		flex: 0 0 100%;
		text-align: left;
	}

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

	.pr-ribbon {
		width: 100%;
		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 {
		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;
	}

	/* =========================
   比較エリア
========================= */
	/* 親は画面幅にフィットさせる */
	.sec_DUMERO_comparison_inr {
		min-width: auto;
		width: 100%;
		/* ここを 660px → 100% に */
		padding: 0.8em 0.5em;
	}

	/* 横スクロールさせるのは table-wrap */
	.table-wrap {
		overflow-x: auto;
	}

	/* 表そのものを少し広めにしておく（ここに 660px を持たせる） */
	table.comp-table {
		min-width: 660px;
		/* もしくは width:660px; でもOK */
		font-size: .9em;
		border-radius: 12px;
	}

	table.comp-table th,
	table.comp-table td {
		padding: 12px 8px;
	}

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

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

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



	/* =====================
   吹き出しボックス
===================== */
	.comparison-note {
		position: relative;
		background: #fff;
		color: #333;
		padding: 1.2em 0.5em;
		margin: .5em auto 0;
		width: 98%;
		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 2.5em;
	}


	.DUMERO_performance_inr {
		margin: auto;
		padding: 0em 0.5em;
	}

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

	/* カード本体 */
	.performance_cntnr {
		position: relative;
		background: #fff;
		padding: 2em .3em;
		margin-bottom: 3.5em;
		max-width: 400px;
	}

	/* 赤い帯見出し */
	.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: auto;

	}

	/* テキスト行 */
	.performance_text {
		padding: 1em 0em;
		line-height: 2;
		min-height: 160px;
	}


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

	}

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

	/* 円形の“角の吹き出し” */
	.performance_mms {
		position: absolute;
		bottom: -60px;
		left: 184px;
		/* 1枚目カードは左寄せ */
		width: 160px;
		height: 160px;
	}


	.performance_area {
		position: relative;
	}

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

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

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














	/* --------------------------
お問い合わせフォームエリア設定
----------------------------*/

	.inq-wrap {
		padding: 18px 14px 28px;
	}

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

	.footer {
		padding: 2em 0em 2em;
		font-size: 1em;
	}

	/*スマホ用下部固定メニュー*/

	/*スマホ用下部固定メニュー*/


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

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

	.cv-cta_footer .btn {
		min-width: 160px;

	}

	.fix_menu_smartphone {
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		max-width: none;
		box-sizing: border-box;

		/* iPhoneの安全領域も考慮 */
		padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
		background: rgba(255, 255, 255, .85);
	}
}