@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ（GamaQ）
    Version: 2.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* =============================================================
   GamaQ Design Tokens
   - 色・フォント・インナー幅・ブレイクポイントはここで一括管理。
   - ブレイクポイントは --gq-bp（= 834px）。値を変える場合は
     このファイル末尾「===== SP (<= 834px) =====」ブロックの
     @media 条件 834px も合わせて置換してください（CSSの仕様で
     @media 内では var() を使えないため、SP定義は1ブロックに集約）。
   ============================================================= */
:root {
	/* Brand palette（仕様書のカラーパレット準拠） */
	--gq-ink: #222b3a;
	--gq-orange: #ff4700;     /* メインオレンジ（CTA・価格） */
	--gq-orange-d: #e83f00;   /* オレンジ hover */
	--gq-amber: #ffad46;      /* アンバー（小見出し） */
	--gq-yellow: #ffc312;     /* 黄（ヒーロー/帯背景） */
	--gq-cream: #fff6d3;      /* クリーム（淡背景・カード） */
	--gq-peach: #fdddbf;      /* ピーチ */
	--gq-gray: #8b8786;       /* グレー（補足テキスト） */
	--gq-gray-l: #f3f3f3;     /* 薄グレー */
	--gq-line: #ececec;       /* 罫線 */
	--gq-white: #fff;

	/* Layout */
	--gq-inner: 960px;        /* コンテンツ最大幅 */
	--gq-gutter: 20px;        /* 左右余白（SP） */
	--gq-pad: 60px;           /* 白カード内側パディング → 本文840px */
	--gq-radius: 16px;
	--gq-bp: 834px;           /* ブレイクポイント（SPデザイン基準幅750px） */
	--gq-header-h: 87px;      /* 共通ヘッダー高さ */

	/* Type */
	--gq-font: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

/* @font-face {
	font-family: "Source Han Sans JP";
	src: url(design/lp/public/fonts/SourceHanSansJP-VF.otf) format("opentype");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
} */

/* =============================================================
   Base / reset（SWELL本体には影響しない設計）
   ============================================================= */
.gamaq {
	color: var(--gq-ink);
	font-family: var(--gq-font);
	font-weight: 500;
	font-feature-settings: "palt";
	line-height: 1.8;
	overflow-x: hidden; /* 長い機種名等での横スクロール防止 */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.gamaq *,
.gamaq *::before,
.gamaq *::after { box-sizing: border-box; }

.gamaq img { max-width: 100%; height: auto; vertical-align: bottom; }
.gamaq a { color: inherit; text-decoration: none; transition: opacity .2s ease, background-color .2s ease, color .2s ease; }
.gamaq a:hover { opacity: .85; }
/* .gamaq h1, .gamaq h2, .gamaq h3, .gamaq h4, .gamaq p, .gamaq ul, .gamaq ol { margin: 0; padding: 0; } */
.gamaq ul, .gamaq ol { list-style: none; }
.gamaq :where(h1, h2, h3, h4, p, b, span) { overflow-wrap: anywhere; }

/* SWELLのコンテンツ幅制限を解除して全幅セクションを可能にする */
.single-game_console #content.l-container,
.page-gq-reference #content.l-container,
.single-game_console .l-mainArea,
.page-gq-reference .l-mainArea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.single-game_console #main,
.page-gq-reference #main { padding: 0; }

/* 全幅セクション内の中央寄せインナー */
.gq-inner {
	width: min(var(--gq-inner), calc(100% - var(--gq-gutter) * 2));
	margin-inline: auto;
}

/* 共通：セクション小見出し（GamaQの / Price 等） */
.gq-eyebrow {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 10px;
}
.gq-eyebrow--amber { color: var(--gq-amber); }
.gq-heading {
	font-size: 36px;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
	padding-inline: 16px;
	/* color: #000; */
	/* overflow-wrap: anywhere; */
}
.gq-section { padding: 72px 0; }

/* 共通：オレンジCTAピルボタン */
.gq-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: min(413px, 100%);
	min-height: 77px;
	padding: 0 54px;
	border-radius: 999px;
	background-color: var(--gq-orange);
	box-shadow: none;
	border: 2px solid var(--gq-ink);
	box-shadow: 6px 6px 0 rgba(34, 43, 58,1);
	color: var(--gq-white) !important;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 0;
	text-align: center;
	transition: all 0.3s ease !important;
}

.gq-cta__img-btn-wrap {
	text-align: center;
	max-width: 350px;
	margin: 0 auto;
}

.gq-cta__img-btn {
	display: inline-block;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: min(413px, 100%);
	text-align: center;
	transition: all 0.3s ease !important;
}

.gq-btn:hover,
.gq-cta__img-btn:hover {
	opacity: 1 !important;
	--tw-translate-y: calc(.25rem * -2);
  translate: 0 calc(.25rem * -2);
}
.gq-btn__now {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 64px;
	height: 26px;
	padding: 0 10px;
	border-radius: 999px;
	background: var(--gq-white);
	color: var(--gq-ink);
	font-size: 13px;
	font-weight: 700;
}

/* =============================================================
   First View（機種ページ ヒーロー）
   ============================================================= */
.gq-fv {
	position: relative;
	overflow: visible;
	padding: 74px 0 0; /* 上部は透過ヘッダー分を確保 */
	background: #ffc412;
	text-align: center;
}
.gq-fv__bg {
	position: absolute;
	inset: 0;
	background: url(assets/img/fv-cartridge-yellow.jpg) center / cover;
	z-index: 0;
	overflow: hidden;
}
/* 中央の黄色パネルは、デザイン素材の波形区切り線で再現する */
.gq-fv__bg::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: min(959px, calc(100% - 40px));
	background: url(assets/img/fv-wave.svg) center / 100% 250% no-repeat;
	transform: translateX(-50%);
}

@media (max-width: 834px) {
	.gq-fv__bg::after {
		background: url(assets/img/fv-wave.svg) center / 100% 150% no-repeat;
	}
}

.gq-fv__inner {
	position: relative;
	z-index: 1;
	width: min(850px, calc(100% - var(--gq-gutter) * 2));
}
.gq-fv__name {
	font-size: 60px;
	font-weight: 900;
	line-height: 1.16;
	letter-spacing: 0;
}
.gq-fv__kana {
	margin-top: 14px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0;
}
.gq-fv__image {
	margin: 30px auto;
	max-width: 300px;
}
.gq-fv__image img {
	max-width: 300px;
	height: auto;
}
.gq-fv__banner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	/* width: min(485px, 100%);
	height: 74px; */
	margin: 0 auto 0;
	padding: 14px 60px 20px;
	background: url(assets/img/fv-banner.svg) center / 100% 100% no-repeat;
	border-radius: 0;
	box-shadow: none;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.1;
	letter-spacing: 0;
}
.gq-fv__copy {
	margin-top: 10px;
	font-size: 60px;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0;
}
.gq-fv__copy small {
	display: block;
	margin-bottom: 0;
	font-size: 36px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
}
.gq-fv__lead {
	max-width: 830px;
	margin: 24px auto 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.62;
	letter-spacing: 0.05em;
	/* text-align: left; */
}
/* FVバッジ（箱なしOK / 付属品なしOK / 故障品OK） */
.gq-fv__badges {
	display: flex;
	gap: 10px;
	justify-content: center;
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 0;
	position: relative;
	top: 74px;
}
.gq-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	flex: 1;
	/* max-width: 273px; */
	max-width: 314px;
	min-height: 80px;
	background: var(--gq-cream);
	border: 2px solid var(--gq-orange);
	border-radius: 20px;
	box-shadow: none;
}
.gq-badge img { height: 34px; width: auto; }
.gq-badge b {
	color: var(--gq-orange);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: 0;
	text-align: left;
}
.gq-badge b span { display: block; font-size: 24px; }

/* FV v2（2026-06差し替え案） */
.gq-fv-v2 {
	position: relative;
	padding: 0 0 100px;
	background: #ffc412;
	text-align: center;
}
.gq-fv-v2__intro {
	padding: 102px 20px 27px;
	background: var(--gq-cream);
}
.gq-fv-v2__name {
	margin: 0;
	color: var(--gq-ink);
	font-size: 64px;
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 0;
}
.gq-fv-v2__kana {
	margin: 8px 0 0;
	color: var(--gq-ink);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0;
}
.gq-fv-v2__stage {
	position: relative;
	padding: 94px var(--gq-gutter) 0;
}
.gq-fv-v2__stage::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 530px;
	background: url(assets/img/fv-cartridge.jpg) center top / cover no-repeat;
}
.gq-fv-v2__card {
	position: relative;
	z-index: 1;
	width: min(960px, 100%);
	margin: 0 auto;
	padding: 58px 60px 36px;
	background: var(--gq-white);
	border-radius: 18px;
	color: var(--gq-ink);
}
.gq-fv-v2__label {
	position: absolute;
	top: -33px;
	left: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: min(408px, calc(100% - 44px));
	min-height: 67px;
	margin: 0;
	padding: 14px 46px 17px;
	background: var(--gq-ink);
	border-radius: 999px;
	color: var(--gq-white);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.15;
	transform: translateX(-50%);
}
.gq-fv-v2__label::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -12px;
	width: 0;
	height: 0;
	border-width: 13px 13px 0;
	border-style: solid;
	border-color: var(--gq-ink) transparent transparent;
	transform: translateX(-50%);
}
.gq-fv-v2__copy {
	margin: 0;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.22;
	letter-spacing: 0;
}

.gq-fv-v2__copy br {
	display: none;
}

.gq-fv-v2__image {
	display: grid;
	place-items: center;
	margin: 36px auto 56px;
}
.gq-fv-v2__image img {
	display: block;
	width: min(398px, 100%);
	max-width: 100%;
	height: auto;
}

@media (max-width: 834px) {
	.gq-fv-v2__image img {
		width: min(250px, 100%);
	}
}

.gq-fv-v2__heading {
	margin: 0 0 12px;
	font-size: 26px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0;
}
.gq-fv-v2__text {
	width: min(840px, 100%);
	margin: 0 auto;
	text-align: left;
}
.gq-fv-v2__text p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.72;
	letter-spacing: 0;
}

/* FV下：段ボール無料 + 査定CTA（クリーム帯） */
.gq-apply {
	padding: 60px 0 0;
	background: var(--gq-cream);
	text-align: center;
}

@media (max-width: 834px) {
	.gq-apply {
		padding: 10px 0 0;
	}
}

.gq-apply__cta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.gq-apply__note {
	display: inline-flex;
	align-items: center;
	gap: 0;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.6px;
}

@media (max-width: 834px) {
	.gq-apply__note {
		font-size: 13px;
	}
}

.gq-apply__note img { height: 28px; }
.gq-apply__note .em { color: var(--gq-orange); padding: 0 4px 0 0; }
.gq-apply__note::before,
.gq-apply__note::after {
	content: "";
	width: 1px;
	height: 30px;
	background: var(--gq-orange);
}
.gq-apply__note::before {
	transform: rotate(-22deg);
	position: relative;
	left: -20px;
}
.gq-apply__note::after {
	transform: rotate(22deg);
	position: relative;
	left: 20px;
}

/* =============================================================
   参考買取価格（3パネル：本体 / ソフト / 周辺機器）
   ============================================================= */
.gq-prices {
	padding: 80px 0 70px;
	background: var(--gq-cream);
}
.gq-prices__head {
	margin-bottom: 24px;
	text-align: center;
}
.gq-prices__variant-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	margin-top: 12px;
	padding: 0 18px;
	border: 1px solid #efb38d;
	border-radius: 999px;
	background: #fff0e5;
	color: var(--gq-orange);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}
.gq-panel {
	position: relative;
	margin-top: 60px;
	padding: 34px 58px 36px;
	background: var(--gq-white);
	border: 0;
	border-radius: 12px;
	/* box-shadow: 0 4px 14px rgba(34, 43, 58, .04); */
}
.gq-panel__head {
	position: relative;
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
.gq-panel__console {
	color: var(--gq-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0;
}
.gq-panel__title h3 {
	margin-top: 3px;
	color: var(--gq-orange);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.28;
	letter-spacing: 0;
}
.gq-panel__date {
	/* display: inline-flex; */
	/* align-items: center;
	justify-content: center; */
	text-align: right;
	/* min-height: 24px; */
	margin-top: 8px;
	/* padding: 0 18px; */
	/* border: 1px solid #f1c6aa; */
	/* border-radius: 999px; */
	/* background: var(--gq-white); */
	color: #000;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
}
.gq-sort {
	position: absolute;
	top: -54px;
	right: -80px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: 137px;
	height: 40px;
	padding: 0 10px 0 12px;
	border: 1px solid #efb38d;
	border-radius: 8px;
	background: #fff0e5;
	box-shadow: 4px 4px 0 rgba(139,135,134,1);
	color: var(--gq-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}
.gq-sort span { color: var(--gq-gray); }
.gq-sort select {
	border: 0;
	background: transparent;
	font: inherit;
	color: inherit;
	cursor: pointer;
	appearance: none;
	padding-right: 14px;
	background-image: linear-gradient(45deg, transparent 50%, var(--gq-orange) 50%), linear-gradient(135deg, var(--gq-orange) 50%, transparent 50%);
	background-position: calc(100% - 7px) 50%, calc(100% - 3px) 50%;
	background-size: 4px 4px, 4px 4px;
	background-repeat: no-repeat;
	text-align: center;
	width: 100%;
}

.gq-panel__about-link {
	text-align: center;
	margin-bottom: 28px;
}

.gq-panel__about-link a {
	position: relative;
	display: inline-flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 240px;
	height: 28px;
	padding: 0 16px 1px;
	border: 1px solid var(--gq-ink);
	border-radius: 999px;
	background: var(--gq-white);
	font-size: 14px;
	font-weight: 700;
}

.gq-panel__about-link a::before {
	content: "";
	content: '';
  display: inline-block;
  width: 7px;
  height: 11px;
  background-image: url(./assets/img/arrow-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
	position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(0, -50%); /* Safari用 */
  transform: translate(0, -50%);
}

.gq-panel__more {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.gq-panel__more-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 280px;
	min-height: 44px;
	padding: 0 22px 2px;
	border: 1px solid var(--gq-ink);
	border-radius: 999px;
	background: var(--gq-white);
	color: var(--gq-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	appearance: none;
}

.gq-panel__more-button::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 12px;
	background-image: url(./assets/img/arrow-orange.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 34px;
	transform: translate(0, -50%) rotate(90deg);
}

.gq-panel__more-button.is-gamaq-expanded::before {
	transform: translate(0, -50%) rotate(-90deg);
}

@media (max-width: 834px) {
	.gq-panel__about-link a {
		font-size: 12px;
	}

	.gq-panel__about-link a::before {
		width: 5px;
		height: 9px;
	}

	.gq-panel__more-button {
		width: min(280px, 100%);
		min-height: 42px;
		font-size: 14px;
	}

	.gq-panel__more-button::before {
		left: 28px;
		width: 7px;
		height: 11px;
	}
}


.gq-price-list {
	display: grid;
	grid-template-columns: repeat(3, 260px);
	justify-content: space-between;
	gap: 36px 30px;
	max-height: 522px;
	overflow-y: auto;
	padding: 0;
	scrollbar-color: var(--gq-yellow) #fff3dd;
	scrollbar-width: thin;
}
.gq-price-list--limited {
	max-height: none !important;
	overflow: visible !important;
	padding-right: 0 !important;
}
.gq-price-item.is-gamaq-hidden {
	display: none;
}
.gq-price-item[hidden] {
	display: none !important;
}
.gq-price-list::-webkit-scrollbar { width: 6px; }
.gq-price-list::-webkit-scrollbar-track {
	background: #fff3dd;
	border-radius: 999px;
}
.gq-price-list::-webkit-scrollbar-thumb {
	background: var(--gq-yellow);
	border-radius: 999px;
}
.gq-price-item {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 260px;
	gap: 0;
	text-align: left;
	border-bottom: solid 1px #F3F3F3;
	padding-bottom: 40px;
}
.gq-price-item__media {
	display: grid;
	place-items: center;
	width: 100%;
	min-height: 120px;
	margin-bottom: 10px;
	border-radius: 0;
	overflow: hidden;
}
.gq-price-item__media img {
	width: 120px;
	height: 120px;
	object-fit: contain;
}
.gq-price-item__meta {
	color: var(--gq-gray);
	font-size: 10px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .05em;
	/* white-space: nowrap; */
	overflow: hidden;
	/* text-overflow: ellipsis; */
}
.gq-price-item__price {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	margin-top: 7px;
	color: var(--gq-orange);
	font-weight: 900;
	line-height: 1;
}
.gq-price-item__price .label {
	color: var(--gq-gray);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .05em;
}
.gq-price-item__price .amount {
	display: inline-flex;
	align-items: baseline;
	gap: 1px;
	white-space: nowrap;
}
.gq-price-item__price .yen { font-size: 16px; letter-spacing: .025em; }
.gq-price-item__price .unit { font-size: 14px; }
.gq-price-item__price .num { font-size: 24px; letter-spacing: .025em; }
.gq-price-item__name {
	width: 100%;
	margin-top: 14px;
	color: var(--gq-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0;
}
.gq-price-item__acc-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 20px;
	margin-top: 14px;
	border-radius: 20px;
	background: var(--gq-gray-l);
	color: var(--gq-ink);
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .03125em;
}
.gq-price-item__acc {
	width: 100%;
	margin-top: 8px;
	color: var(--gq-ink);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.33;
	letter-spacing: .075em;
}
.gq-price-item__date { font-size: 10px; color: var(--gq-gray); }
.gq-empty { color: var(--gq-gray); font-weight: 700; text-align: center;}

/* No Image */
.gq-noimage,
.gamaq-no-image {
	display: grid;
	place-items: center;
	width: 76px;
	height: 76px;
	background: var(--gq-gray-l);
	color: var(--gq-gray);
	font-size: 11px;
	font-weight: 700;
}

/* =============================================================
   買取はこちらCTA帯（黄背景・ゲーム柄・白カード）
   ============================================================= */
.gq-ctaband {
	position: relative;
	overflow: visible;
	padding: 56px 0 0;
	background: var(--gq-yellow);
}
.gq-ctaband__bg {
	position: absolute;
	inset: 200px 0 80px;
	/* background: url(assets/img/fv-cartridge-yellow.jpg) center bottom / cover no-repeat; */
	background: url(assets/img/fv-cartridge.jpg) center bottom / cover no-repeat;
	z-index: 0;
}
.gq-ctaband__bg::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	height: 44px;
	background: url(assets/img/ctaband-wave.svg) top center / auto 77px repeat-x;
	transform: rotate(180deg);
}
.gq-ctaband__inner {
	position: relative;
	z-index: 2;
}
.gq-ctaband__head {
	margin-bottom: 24px;
	text-align: center;
}
.gq-ctaband__head p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .0039em;
}
.gq-ctaband__head h2 {
	margin-top: 4px;
	font-size: 36px;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: .0039em;
}
.gq-ctaband__card {
	display: grid;
	grid-template-columns: 400px minmax(0, 420px);
	justify-content: space-between;
	align-items: center;
	width: min(960px, 100%);
	/* min-height: 340px; */
	min-height: 480px;
	margin: 0 auto 30px;
	padding: 40px;
	background: var(--gq-white);
	border-radius: 16px;
	text-align: left;
}
.gq-ctaband__image {
	display: grid;
	place-items: center;
	width: 400px;
	height: 258px;
	background: var(--gq-gray-l);
}
.gq-ctaband__image img {
	width: min(300px, 78%);
	max-height: 150px;
	object-fit: contain;
}
.gq-ctaband__lead {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.42;
	letter-spacing: .0026em;
}
.gq-ctaband__lead strong {
	color: var(--gq-orange);
	font-weight: 700;
}
.gq-ctaband__text {
	margin-top: 24px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: .075em;
}
.gq-ctaband__badges {
	display: grid;
	grid-template-columns: repeat(3, 130px);
	gap: 10px;
	margin-top: 20px;
}
.gq-ctaband__badges li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 130px;
	height: 80px;
	background: var(--gq-white);
	border: 2px solid var(--gq-orange);
	border-radius: 16px;
	color: var(--gq-orange);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}
.gq-ctaband__badges img {
	width: auto;
	height: 28px;
	object-fit: contain;
}
.gq-ctaband__badges li:nth-child(2) img { height: 33px; }
.gq-ctaband__btn {
	display: flex;
	margin: 28px auto 0;
}

/* =============================================================
   こんな〜でも高く買取できます（訴求3カード）
   ============================================================= */
.gq-reasons {
	position: relative;
	padding: 60px 0 40px;
	background: var(--gq-yellow);
	text-align: center;
}
.gq-reasons__wave {
	position: absolute;
	top: -155px;
	left: 0;
	right: 0;
	height: 77px;
	background: url(assets/img/reasons-wave.svg) top center / auto 77px repeat-x;
	transform: rotate(180deg);
	z-index: 1;
}
.gq-reasons__wave--cream {
	background-image: url(assets/img/reasons-wave-cream.svg);
}
.gq-reasons__wave--yellow {
	background-image: url(assets/img/ctaband-wave.svg);
	transform: rotate(0);
	
}

.gq-reasons .gq-inner {
	position: relative;
	z-index: 2;
}
.gq-reasons .gq-eyebrow {
	margin-bottom: 6px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: .0039em;
}
.gq-reasons .gq-heading {
	font-size: 36px;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: .1em;
	color: var(--gq-orange);
}
.gq-reasons__lead {
	max-width: 840px;
	margin: 24px auto 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: .075em;
	text-align: center;
}
.gq-reasons__grid {
	display: grid;
	grid-template-columns: repeat(3, 300px);
	gap: 30px;
	justify-content: center;
	margin: 36px auto 0;
}
.gq-reason {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 192px;
	padding: 28px 20px 24px;
	background: var(--gq-white);
	border-radius: 20px;
	text-align: center;
	box-shadow: 0 2px 8px rgba(34, 43, 58, .05);
}
.gq-reason__title {
	color: var(--gq-ink);
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .0078em;
	margin-bottom: 20px;
}
/* .gq-reason__icons {
	display: flex;
	justify-content: center;
	gap: 26px;
	width: 100%;
} */
.gq-reason__icon {
	/* display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px; */
	width: 50px;
	margin-bottom: 30px;
}

.gq-reason__icon.search {
	width: 40px;
}

@media (max-width: 834px) {
	.gq-reason__icon {
		width: 40px;
	}

	.gq-reason__icon.search {
		width: 30px;
	}
}


.gq-reason__labels {
	display: flex;
	column-gap: 8px;
}

.gq-reason__label {
	font-size: 12px;
	background-color: var(--gq-cream);
	border-radius: 50px;
	padding: 2px 10px;
}
/* .gq-reason__circle {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: var(--gq-ink);
	border-radius: 50%;
}
.gq-reason__circle img {
	width: 26px;
	height: 26px;
	object-fit: contain;
}
.gq-reason__circle img.icon-play {
	position: relative;
	left: 3px;
	width: 20px;
	height: 20px;
} */
/* .gq-reason__icon span {
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .1em;
}
.gq-reason__icon--free img {
	width: 54px;
	height: 36px;
	object-fit: contain;
} */
/* キズ・汚れ等 直アイコン */
.gq-inquiry {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: min(405px, 100%);
	max-width: 100%;
	min-height: 100px;
	margin: 20px auto 0;
	padding: 18px 40px 23px;
	background: var(--gq-yellow);
	border-radius: 34px;
	z-index: 0;
}
.gq-inquiry::before {
	content: "";
	position: absolute;
	top: -2px;
	left: 50%;
	width: 34px;
	height: 34px;
	background: var(--gq-yellow);
	transform: translateX(-50%) rotate(45deg);
	z-index: -1;
}
.gq-inquiry small {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .0078em;
}
.gq-inquiry b {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .0039em;
}

/* =============================================================
   買取実績（カルーセル）
   ============================================================= */
.gq-results {
	overflow: hidden;
	padding: 92px 0 58px;
	background: var(--gq-cream);
}
.gq-results__head {
	margin-bottom: 48px;
	text-align: center;
}
.gq-results__head .gq-eyebrow {
	margin-bottom: 4px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
}
.gq-results__head .gq-heading {
	font-size: 36px;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: .0078em;
}
.gq-carousel {
	position: relative;
	left: 50%;
	width: 100vw;
	margin-left: -50vw;
}
.gq-track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 320px;
	gap: 32px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	padding: 0 calc((100vw - 320px) / 2) 24px;
	scrollbar-width: none;
}
.gq-track::-webkit-scrollbar { display: none; }
.gq-result {
	width: 320px;
	min-height: 418px;
	padding: 20px;
	scroll-snap-align: center;
	background: var(--gq-white);
	border-radius: 16px;
	overflow: hidden;
}
.gq-result__media {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: var(--gq-white);
	overflow: hidden;
}
.gq-result__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.gq-result__body { padding: 18px 0 0; }
.gq-result__price {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 4px;
	color: var(--gq-orange);
	font-weight: 900;
	line-height: 1;
}
.gq-result__price span {
	color: var(--gq-gray);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .05em;
}
.gq-result__price b {
	font-size: 24px;
	letter-spacing: .025em;
}
.gq-result__price em {
	font-size: 16px;
	font-style: normal;
	letter-spacing: .025em;
}
.gq-result__title {
	margin-top: 18px;
	color: var(--gq-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}
.gq-result__comment { display: none; }
.gq-carousel__nav {
	position: absolute;
	top: calc(100% + 4px);
	display: grid;
	place-items: center;
	width: 60px;
	height: 60px;
	border: 0;
	border-radius: 50%;
	background: var(--gq-white);
	color: var(--gq-orange);
	font-size: 0;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(34, 43, 58, .05);
	z-index: 2;
}
.gq-carousel__nav::before {
	content: "";
	width: 12px;
	height: 12px;
	border-top: 3px solid currentColor;
	border-right: 3px solid currentColor;
}
.gq-carousel__nav--prev {
	left: calc(50% - 263px);
	transform: translateX(-100%);
}
.gq-carousel__nav--prev::before {
	transform: rotate(-135deg);
	position: relative;
	top: 12px;
}

@media (max-width: 834px) {
	.gq-carousel__nav--prev::before {
		top: 8px;
		right: -1px;
	}
}

.gq-carousel__nav--next {
	right: calc(50% - 263px);
	transform: translateX(100%);
}
.gq-carousel__nav--next::before {
	transform: rotate(45deg);
	position: relative;
	top: 12px;
}

@media (max-width: 834px) {
	.gq-carousel__nav--next::before {
		top: 8px;
		left: -1px;
	}
}

.gq-carousel__dots {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	width: max-content;
	max-width: min(calc(100% - 32px), 480px);
	height: 60px;
	margin: 6px auto 0;
	padding: 0 4px;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
}
.gq-carousel__dots::-webkit-scrollbar {
	display: none;
}
.gq-carousel__dots button {
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fdddbf;
	cursor: pointer;
}
.gq-carousel__dots button.is-active { background: var(--gq-orange); }

/* =============================================================
   宅配買取の流れ（白パネル / 5ステップ）
   ============================================================= */
.gq-flow { padding: 64px 0; background: var(--gq-yellow); }

@media (max-width: 834px) {
	.gq-flow {
		padding: 42px 0;
	}
}

.gq-flow__panel {
	max-width: 960px;
	margin: 40px auto 0;
	padding: 40px 30px;
	background: var(--gq-cream);
	border-radius: var(--gq-radius);
}

@media (max-width: 834px) {
	.gq-flow__panel {
		margin-top: 20px;
	}
}

.gq-flow__list {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 8px;
}
.gq-step {
	position: relative;
	flex: 1;
}

.gq-step__box {
	align-items: center;
	gap: 8px;
}

@media (max-width: 834px) {
	.gq-step__box {
		display: flex;
	}
}

.gq-step__item {
	/* max-width: 150px; */
	padding: 42px 8px;
	background: var(--gq-white);
	border-radius: 12px;
	text-align: center;
}

.gq-step__num {
	/* position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%); */
	margin: 0 auto 10px;
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	background: var(--gq-yellow);
	border: solid 2px #000;
	color: #000;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 700;
	line-height: 0;
}

@media (max-width: 834px) {
	.gq-step__item {
		width: calc(100% - 48px);
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 16px 30px;
	}
}

.gq-step__label { color: var(--gq-orange); font-size: 18px; font-weight: 700; }
.gq-step__icon {
	display: grid;
	place-items: center;
	height: 70px;
	margin-top: 8px;
}
@media (max-width: 834px) {
	.gq-step__icon {
		width: 50%;
	}
}
.gq-step__icon img { max-height: 64px; width: auto; }
.gq-step__arrow {
	display: flex;
	align-items: center;
	width: 7px;
	position: relative;
	top: 18px;
}

@media (max-width: 834px) {
	.gq-step__arrow {
		top: 0;
		transform: rotate(90deg);
	}
}

/* =============================================================
   よくある質問（アコーディオン）
   ============================================================= */
.gq-faq { padding: 64px 0; background: var(--gq-cream); }
.gq-faq__list {
	max-width: 840px;
	margin: 28px auto 0;
	display: grid;
	gap: 24px;
}

.gq-faq details {
	background: var(--gq-white);
	border-radius: 16px;
	border: solid 2px #000;
	/* box-shadow: 0 2px 8px rgba(34, 43, 58, .06); */
}
.gq-faq summary {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 18px 52px 18px 20px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

@media (max-width: 834px) {
	.gq-faq summary {
		font-size: 14px;
		padding: 12px 52px 12px 20px;
	}
}

.gq-faq summary::-webkit-details-marker { display: none; }
.gq-faq summary::before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url(./assets/img/Q.webp);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
	content: "";
}
.gq-faq summary::after {
	content: '';
  background-image: url(./assets/img/plus.webp);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
	position: absolute;
	right: 22px;
	top: 50%;
	width: 15px;
	height: 15px;
	display: grid;
	font-weight: 700;
	line-height: 1;
	transform: translateY(-50%);
}
.gq-faq details[open] summary::after {
	background-image: url(./assets/img/minus.webp);
}
.gq-faq__body { padding: 0 20px 20px; color: var(--gq-ink); line-height: 1.85; }
.gq-faq__answer {
	padding: 20px 24px;
	background-color: #fff4c7;
	border-radius: 10px;
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.gq-faq__answer-label {
	width: 22px;
	position: relative;
	top: -7px;
}


.gq-faq__more {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.gq-faq__more a img {
	width: 10px;
}

.gq-faq__more a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: underline;
	font-size: 18px;
	font-weight: 700;
}



/* =============================================================
   機種について（説明文）
   ============================================================= */
.gq-about {
	position: relative;
	overflow: hidden;
	padding: 61px 0 59px;
	background: url(assets/img/fv-cartridge-yellow.jpg) center / cover no-repeat;
}
.gq-about__box {
	max-width: 960px;
	min-height: 506px;
	margin: 0 auto;
	padding: 56px 60px 0;
	background: #fff4c7;
	border: 0;
	border-radius: 16px;
}
.gq-about__title {
	margin: 0;
	color: var(--gq-ink);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: .0039em;
	text-align: left;
}
.gq-about__body {
	margin-top: 24px;
	color: var(--gq-ink);
	font-size: 16px;
	font-weight: 500;
	line-height: 2.12;
	letter-spacing: .075em;
	text-align: left;
}
.gq-about__body p { margin: 0; }
.gq-about__body p + p { margin-top: 1em; }
.gq-about__cta {
	display: grid;
	grid-template-columns: 168px minmax(0, 1fr);
	align-items: center;
	gap: 24px 36px;
	min-height: 150px;
	margin-top: 36px;
	padding: 24px 38px 24px 70px;
	background: #fff;
	border-radius: 16px;
	border: 4px solid var(--gq-yellow);
}
/* .gq-about__cta::before {
	content: "";
	display: block;
	width: 109px;
	height: 42px;
	justify-self: start;
	background: url(assets/img/icon-cardboard.png) center / contain no-repeat;
} */


.gq-about__cta-copy {
	grid-column: 2;
	color: var(--gq-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: .075em;
	text-align: left;
}

@media (max-width: 834px) {
	.gq-about__cta-img,
	.gq-about__cta-copy {
		width: 50%;
	}
}

.gq-about__cta-copy h3 {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
}
.gq-about__cta-copy p { margin: 0; }
.gq-about__btn {
	grid-column: 1 / -1;
	width: min(365px, 100%);
	min-height: 74px;
	margin: -2px auto 0;
	padding: 0 44px 7px;
	font-size: 20px;
	letter-spacing: .0039em;
}

.gq-about__cta-inquiry {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: min(365px, 100%);
	max-width: 100%;
	min-height: 70px;
	margin: 20px auto 0;
	padding: 10px 40px;
	background: var(--gq-yellow);
	border-radius: 100px;
	z-index: 0;
	font-size: 20px;
	top: -40px;
}

@media (max-width: 834px) {
	.gq-about__cta-inquiry {
		min-height: 40px;
		font-size: 16px;
		top: -30px;
		max-width: 90%;
	}
}

.gq-about__cta-inquiry::before {
	content: "";
	position: absolute;
	top: -2px;
	left: 50%;
	width: 34px;
	height: 34px;
	background: var(--gq-yellow);
	transform: translateX(-50%) rotate(45deg);
	z-index: -1;
}

/* =============================================================
   関連するゲーム
   ============================================================= */
.gq-related {
	padding: 55px 0 60px;
	background: #f3f3f3;
	text-align: center;
}
.gq-related .gq-eyebrow {
	margin-bottom: 4px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: .0039em;
}
.gq-related .gq-heading {
	font-size: 36px;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: .0078em;
}
.gq-related__grid {
	display: grid;
	grid-template-columns: repeat(3, 300px);
	justify-content: center;
	gap: 30px;
	max-width: 960px;
	margin: 41px auto 0;
}
.gq-related__card {
	display: block;
	width: 300px;
	height: 364px;
	background: var(--gq-white);
	border: 0;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: none;
}
.gq-related__media {
	display: grid;
	place-items: center;
	width: 100%;
	height: 287px;
	padding: 0 30px;
	background: var(--gq-white);
}
.gq-related__media img {
	width: 100%;
	max-width: 240px;
	max-height: 132px;
	height: auto;
	object-fit: contain;
}
.gq-related__card b {
	display: block;
	width: 240px;
	margin: 0 auto;
	color: var(--gq-orange);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: justify;
}

/* =============================================================
   フッター上（パンくず / ナビピル / 機種一覧）
   ============================================================= */
.gq-foot {
	padding: 20px 0 8px;
	background: var(--gq-white);
}
.gq-breadcrumb {
	max-width: 960px;
	margin: 0 auto 40px;
	font-size: 10px;
	color: var(--gq-ink);
}
.gq-breadcrumb a { color: var(--gq-orange); }
.gq-footnav {
	margin-bottom: 0;
}
.gq-footnav__list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.gq-footnav__list .menu-item {
	margin: 0;
	padding: 0;
}
.gq-footnav a {
	display: inline-flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 240px;
	height: 28px;
	padding: 0 16px;
	border: 1px solid var(--gq-ink);
	border-radius: 999px;
	background: var(--gq-white);
	font-size: 14px;
	font-weight: 700;
}
.gq-footnav a::before {
	content: '';
  display: inline-block;
  width: 7px;
  height: 11px;
  background-image: url(./assets/img/arrow-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.gq-consoles {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 0 30px;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 12px;
}
.gq-consoles ul {
	/* margin: 0;
	padding: 3px 0 0 15px;
	border-left: 4px solid var(--gq-orange); */
	list-style: none;
}
.gq-consoles li {
	margin: 0;
	padding: 0;
	color: var(--gq-ink);
	font-size: 12px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0;
	word-break: break-word;
}

.gq-consoles li::before {
	content: '';
  display: inline-block;
  width: 5px;
  height: 9px;
  background-image: url(./assets/img/arrow-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 10px;
}

.gq-consoles a {
	color: inherit;
	text-decoration: none;
}
.gq-consoles a:hover { color: var(--gq-orange); opacity: 1; }

/* フローティング「買取価格を調べる」ボタン */
.gq-float {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 999;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	padding: 14px 26px;
	border-radius: 14px;
	background: var(--gq-orange);
	box-shadow: 0 8px 24px rgba(255, 71, 0, .4);
	color: var(--gq-white);
	text-align: center;
}
.gq-float:hover { background: var(--gq-orange-d); opacity: 1; }
.gq-float b { font-size: 16px; font-weight: 900; }
.gq-float small { font-size: 10px; opacity: .92; }

/* =============================================================
   参考買取価格について（固定ページ）
   ============================================================= */
.gq-ref-hero {
	padding: 84px 0 64px; /* 上部は透過ヘッダー分を確保 */
	background: var(--gq-yellow);
	text-align: center;
}
.gq-ref-hero__title { font-size: 60px; font-weight: 900; letter-spacing: .02em; }
.gq-ref-hero__en { margin-top: 8px; font-size: 20px; font-weight: 700; }
.gq-ref-hero__card {
	max-width: 960px;
	margin: 32px auto 0;
	padding: 40px var(--gq-pad);
	background: var(--gq-white);
	border-radius: var(--gq-radius);
	/* box-shadow: 0 10px 30px rgba(34, 43, 58, .1); */
	text-align: center;
}
.gq-ref-hero__card img {
	width: 200px;
	margin: 0 auto 8px;
}
@media (max-width: 834px) {
	.gq-ref-hero__card img {
		width: 120px;
	}
}
.gq-ref-hero__card h2 { font-size: 24px; font-weight: 700; margin-bottom: 14px; }
.gq-ref-hero__card p { font-size: 15px; line-height: 1.9; text-align: left; }
.gq-ref-sec {
	padding: 56px 0;
	background: var(--gq-cream);
}

.gq-ref-sec:nth-child(odd) {
	border-top: solid 1px var(--gq-yellow);
	border-bottom: solid 1px var(--gq-yellow);
}
.gq-ref-sec__intro {
	max-width: 960px;
	margin: 14px auto 0;
	font-size: 15px;
	line-height: 1.9;
	text-align: center;
}
.gq-notice {
	max-width: 960px;
	margin: 28px auto 0;
	padding: 36px var(--gq-pad);
	background: var(--gq-white);
	border-radius: var(--gq-radius);
	/* box-shadow: 0 4px 16px rgba(34, 43, 58, .06); */
}
.gq-notice__head {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 900;
}
.gq-notice__head img { width: 28px; }
.gq-notice__cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}
.gq-notice__label {
	display: block;
	/* height: 28px; */
	padding: 16px 0;
	margin-bottom: 16px;
	border-radius: 999px;
	background: var(--gq-gray-l);
	color: var(--gq-gray);
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 28px;
}

@media (max-width: 834px) {
	.gq-notice__label {
		font-size: 16px;
		line-height: 16px;
	}
}

.gq-notice ul li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
}

@media (max-width: 834px) {
	.gq-notice ul li {
		font-size: 14px;
	}
}

.gq-notice ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .5em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--gq-orange);
}
.gq-notice__sub { display: block; font-weight: 500; }
.gq-notice__note {
	margin-top: 12px;
	font-size: 12px; 
	line-height: 1.7;
}

.gq-notice__chips-box {
	border: solid 1px var(--gq-yellow);
	margin-top: 20px;
	padding: 10px 28px 20px;
	border-radius: 20px;
}

.gq-notice__chips {
	display: inline-block;
	margin: 8px 0 0;
	padding: 6px 14px;
	background: var(--gq-gray);
	color: #fff;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	width: 100%;
	text-align: center;
}
.gq-ref-note { max-width: 960px; margin: 14px auto 0; font-size: 13fpx; color: var(--gq-orange); }

/* =============================================================
   ===== SP (<= 834px) =====  ※ブレイクポイント変更時はここの 834px を置換
   ============================================================= */
@media (max-width: 834px) {
	.gq-section { padding: 48px 0; }
	.gq-eyebrow {
		font-size: 15px;
		margin-bottom: 8px;
	}
	.gq-heading { font-size: 28px; }
	.gq-btn { width: min(282px, 100%); max-width: 100%; min-height: 52px; padding: 10px 28px; font-size: 20px; }

	/* FV */
	.gq-fv { padding: 56px 0 0; }
	.gq-ref-hero { padding-top: 64px; }
	
	.gq-fv__bg::after { width: calc(100% - 70px); }
	.gq-fv__inner { width: min(275px, calc(100% - 28px)); }
	.gq-fv__name { font-size: 26px; line-height: 1.12; }
	.gq-fv__kana { margin-top: 4px; font-size: 12px; line-height: 1.4; }
	.gq-fv__image {
		margin: 10px auto;
	}
	.gq-fv__image img { max-width: 100%; }
	.gq-fv__banner {
		width: 100%;
		/* height: 44px; */
		padding: 14px 10px 20px;
		font-size: 18px;
	}
	.gq-fv__copy { 
		font-size: 30px;
		line-height: 1.06;
		margin-top: 10px;
	}
	.gq-fv__copy small { margin-bottom: 2px; font-size: 13px; }
	.gq-fv__lead { margin-top: 14px; font-size: 12px; line-height: 1.55; padding: 0 8px; }
	/* .gq-fv__lead br { display: none; } */
	.gq-fv__badges {
		flex-wrap: nowrap;
		gap: 4px;
		margin-top: 8px;
		padding: 0 10px 10px;
		/* top: 30px; */
		top: 10px;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
	.gq-badge {
		gap: 8px;
		min-height: 42px;
		border-width: 1px;
		border-radius: 10px;
	}
	.gq-badge img { height: 18px; }
	.gq-badge b,
	.gq-badge b span { font-size: 11px; }

	.gq-fv-v2 {
		padding-bottom: 10px;
	}
	.gq-fv-v2__intro {
		padding: 48px 16px 10px;
	}
	.gq-fv-v2__name {
		font-size: 36px;
		line-height: 1.12;
	}
	.gq-fv-v2__kana {
		margin-top: 4px;
		font-size: 14px;
	}
	.gq-fv-v2__stage {
		padding: 34px 14px 0;
	}
	.gq-fv-v2__stage::before {
		height: 310px;
		background-position: center top;
	}
	.gq-fv-v2__card {
		padding: 45px 22px 28px;
		border-radius: 14px;
	}
	.gq-fv-v2__label {
		top: -24px;
		min-height: 48px;
		padding: 10px 22px 12px;
		font-size: 16px;
	}
	.gq-fv-v2__copy {
		font-size: 24px;
	}
	.gq-fv-v2__copy br {
		display: block;
	}
	.gq-fv-v2__image {
		margin: 24px auto 34px;
	}
	.gq-fv-v2__heading {
		font-size: 20px;
	}
	.gq-fv-v2__text p {
		font-size: 13px;
		line-height: 1.75;
	}

	/* prices */
	.gq-prices { padding: 44px 0 54px; }
	.gq-prices__head { margin-bottom: 18px; }
	.gq-panel { margin-top: 24px; padding: 30px 17px 28px; border-radius: 10px; }
	.gq-panel__head { margin-bottom: 14px; padding-top: 0; }
	.gq-panel__console { font-size: 12px; }
	.gq-panel__title h3 { font-size: 18px; }
	.gq-panel__date { min-height: 20px; margin-top: 7px; padding: 0 12px; font-size: 8px; }
	.gq-sort {
		top: -44px;
		right: -24px;
		height: 32px;
		font-size: 12px;
	}
	
	.gq-price-list { grid-template-columns: repeat(2, minmax(0, 1fr)); justify-content: stretch; gap: 26px 16px; max-height: 508px; padding-right: 11px; }
	.gq-price-item { width: 100%; }
	.gq-price-item__media { min-height: 92px; }
	.gq-price-item__media img,
	.gamaq-no-image { width: 120px; height: 120px; }
	.gq-price-item__meta { font-size: 8px; }
	.gq-price-item__price .label { font-size: 8px; }
	.gq-price-item__price .num { font-size: 16px; }
	.gq-price-item__price .yen { font-size: 11px; }
	.gq-price-item__name { margin-top: 10px; font-size: 10px; line-height: 1.5; }
	.gq-price-item__acc-label { width: 52px; height: 17px; margin-top: 10px; font-size: 9px; }
	.gq-price-item__acc { margin-top: 6px; font-size: 8px; line-height: 1.45; }

	/* CTA band */
	.gq-ctaband { padding: 42px 0 60px; }
	.gq-ctaband__bg { inset: 124px 0 170px; }
	.gq-ctaband__head { margin-bottom: 18px; }
	.gq-ctaband__head p { font-size: 15px; }
	.gq-ctaband__head h2 { font-size: 24px; }
	.gq-ctaband__card {
		grid-template-columns: 1fr;
		gap: 18px;
		min-height: 0;
		padding: 18px 14px 20px;
		border-radius: 16px;
	}
	.gq-ctaband__image {
		width: 100%;
		height: 176px;
	}
	.gq-ctaband__image img {
		width: min(275px, 78%);
		max-height: 150px;
	}
	.gq-ctaband__lead { font-size: 18px; line-height: 1.45; }
	.gq-ctaband__text { margin-top: 12px; font-size: 12px; line-height: 1.55; letter-spacing: .04em; }
	.gq-ctaband__badges {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 6px;
		margin-top: 14px;
	}
	.gq-ctaband__badges li {
		width: 100%;
		height: 62px;
		gap: 5px;
		border-width: 1px;
		font-size: 10px;
	}
	.gq-ctaband__badges img { height: 22px; }
	.gq-ctaband__badges li:nth-child(2) img { height: 25px; }
	.gq-ctaband__btn { margin-top: 18px; }

	/* reasons */
	.gq-reasons { padding: 24px 0; }
	.gq-reasons__wave {
		top: -180px;
		height: 28px;
		background-size: auto 28px;
	}
	.gq-reasons .gq-eyebrow {
		margin-bottom: 4px;
		font-size: 14px;
		line-height: 1.45;
	}
	.gq-reasons .gq-heading {
		font-size: 28px;
		line-height: 1.35;
	}
	.gq-reasons__lead {
		margin-top: 18px;
		font-size: 12px;
		line-height: 1.55;
		letter-spacing: .04em;
		text-align: left;
	}
	.gq-reasons__lead br { display: none; }
	.gq-reasons__grid {
		grid-template-columns: 1fr;
		gap: 12px;
		width: min(300px, 100%);
		margin-top: 28px;
	}
	.gq-reason {
		width: 100%;
		height: auto;
		min-height: 128px;
		padding: 20px 14px 18px;
		border-radius: 16px;
	}
	.gq-reason__title { margin-bottom: 18px; font-size: 16px; }
	.gq-reason__icons { gap: 18px; }
	.gq-reason__icon {
		margin-bottom: 18px;
	}
	.gq-reason__circle { width: 42px; height: 42px; }
	.gq-reason__circle img { width: 22px; height: 22px; }
	.gq-reason__icon span { font-size: 10px; }
	.gq-reason__icon--free img { width: 46px; height: 30px; }
	.gq-inquiry {
		width: min(300px, 100%);
		min-height: 74px;
		margin-top: 18px;
		padding: 14px 24px 18px;
	}
	.gq-inquiry small { font-size: 12px; }
	.gq-inquiry b { font-size: 17px; }

	/* results */
	.gq-results { padding: 54px 0 42px; }
	.gq-results__head { margin-bottom: 28px; }
	.gq-results__head .gq-eyebrow { font-size: 15px; margin-bottom: 4px; }
	.gq-results__head .gq-heading { font-size: 24px; }
	.gq-track {
		grid-auto-columns: min(300px, calc(100vw - 56px));
		gap: 18px;
		padding: 0 28px 18px;
	}
	.gq-result {
		width: min(300px, calc(100vw - 56px));
		min-height: 0;
		padding: 16px;
	}
	.gq-result__media {
		width: 100%;
		aspect-ratio: 1 / 1;
	}
	.gq-result__body { padding-top: 12px; }
	.gq-result__price b { font-size: 18px; }
	.gq-result__price em { font-size: 12px; }
	.gq-result__title {
		margin-top: 10px;
		font-size: 12px;
		line-height: 1.5;
	}
	.gq-carousel__nav {
		top: calc(100% + 2px);
		width: 38px;
		height: 38px;
	}
	.gq-carousel__nav::before {
		width: 8px;
		height: 8px;
		border-width: 2px;
	}
	.gq-carousel__nav--prev {
		left: calc(50% - 82px);
		transform: translateX(-100%);
	}
	.gq-carousel__nav--next {
		right: calc(50% - 82px);
		transform: translateX(100%);
	}
	.gq-carousel__dots {
		max-width: 150px;
		height: 18px;
		margin-top: 12px;
	}

	/* flow：2段折返し */
	.gq-flow__panel { padding: 28px 16px; }
	.gq-flow__list { flex-wrap: wrap; gap: 4px 6px; }
	.gq-step { 
		width: 100%;
	}
	/* .gq-step__arrow { display: none; } */

	/* about / faq / related */
	.gq-about { padding: 38px 0; }
	.gq-about__title {
		font-size: 18px;
		line-height: 1.45;
	}
	.gq-about__box { min-height: 0; }
	.gq-about__body {
		margin-top: 18px;
		font-size: 12px;
		line-height: 1.85;
		letter-spacing: .04em;
	}
	.gq-about__cta {
		display: flex;
		padding: 24px;
		/* grid-template-columns: 168px minmax(0, 1fr); */
		/* grid-template-columns: 1fr; */
		gap: 12px;
		/* min-height: 0; */
		/* margin-top: 22px; */
		/* padding: 18px 16px 20px; */
		/* text-align: center; */
	}
	.gq-about__cta::before {
		width: 76px;
		height: 34px;
		justify-self: center;
	}
	.gq-about__cta-copy {
		grid-column: 1;
		font-size: 12px;
		line-height: 1.65;
		text-align: left;
	}
	.gq-about__cta-copy h3 { font-size: 13px; }
	.gq-about__btn {
		width: min(282px, 100%);
		min-height: 52px;
		padding: 0 24px 5px;
		font-size: 14px;
	}
	.gq-about__box,
	.gq-ref-hero__card,
	.gq-notice { padding: 36px 18px; }
	.gq-related {
		padding: 42px 0 44px;
	}
	.gq-related .gq-eyebrow {
		font-size: 15px;
		line-height: 1.45;
	}
	.gq-related .gq-heading {
		font-size: 24px;
		line-height: 1.35;
	}
	.gq-related__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 6px;
		margin-top: 24px;
	}
	.gq-related__card {
		width: 100%;
		height: 220px;
	}
	.gq-related__media {
		height: 160px;
		padding: 0 16px;
	}
	.gq-related__media img {
		max-width: 132px;
		max-height: 78px;
	}
	.gq-related__card b {
		width: calc(100% - 28px);
		font-size: 12px;
		line-height: 1.45;
		text-align: left;
	}

	/* footer */
	.gq-consoles {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px;
		width: 100%;
	}
	.gq-consoles ul {
		padding-left: 10px;
		text-indent: -16px;

	}

	/* reference page */
	.gq-ref-hero__title { font-size: 34px; }
	.gq-notice__cols { grid-template-columns: 1fr; gap: 20px; }
	.gq-ref-hero__card p { font-size: 14px; }
}

@media (max-width: 480px) {
	/* .gq-related__grid { grid-template-columns: 1fr; } */
	.gq-price-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gq-step { 
		width: 100%;
		flex: unset;
	}
}

/* =============================================================
   サイト共通ヘッダー / フッター（GamaQ）— SWELL chromeを置換
   ※ wp_head()/wp_footer() は header.php/footer.php で温存（OGP・構造化データ・高速化・SEOは不変）
   ============================================================= */
.gq-header {
	position: absolute;       /* 透過してヒーローに重ねる（白バーではない） */
	inset: 0 0 auto 0;
	z-index: 1000;
	background: transparent;
	font-family: var(--gq-font);
	color: var(--gq-ink);
}
.gq-drawer,
.gq-drawer-overlay { font-family: var(--gq-font); }
.gq-header a, .gq-drawer a { color: var(--gq-ink); text-decoration: none; }
.gq-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;              /* 全幅：ロゴは左端・ハンバーガーは右端 */
	height: var(--gq-header-h);
	padding: 0 30px;
}

@media (max-width: 834px) {
	.gq-header__inner {
		padding: 0 9px;
	}
}

.gq-header__logo img { display: block; width: 100px; height: auto; }
.gq-header__toggle {
	position: fixed;
	right: 30px;
	z-index: 1002;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
}
.gq-header__toggle img { width: 40px; height: auto; pointer-events: none; }
.gq-header__toggle .gq-header__toggle-close { display: none; }
.gq-header__toggle[aria-expanded="true"] .gq-header__toggle-open { display: none; }
.gq-header__toggle[aria-expanded="true"] .gq-header__toggle-close { display: inline-block; }

.gq-drawer-overlay {
	position: fixed;
	inset: 0;
	z-index: 998;
	background: rgba(0, 0, 0, .4);
	opacity: 0;
	transition: opacity .3s ease;
}
.gq-drawer-overlay.is-open { opacity: 1; }

.gq-drawer {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1001;
	width: min(376px, calc(100vw - 20px));
	background: var(--gq-white);
	border: 4px solid var(--gq-orange);
	border-radius: 80px 0 0 80px;
	box-shadow: 0 18px 36px rgba(34, 43, 58, .18);
	transform: translateX(100%);
	visibility: hidden;
	transition: transform .3s ease, visibility .3s;
}
.gq-drawer.is-open { transform: none; visibility: visible; }
.gq-drawer__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 60px 28px 40px;
}
.gq-drawer__menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	width: 320px;
	max-width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.gq-drawer__menu-link {
	display: block;
	transition: opacity var(--duration-fast, .2s) ease;
}
.gq-drawer__menu-link:hover { opacity: .7; }
.gq-drawer__menu-link img {
	display: block;
	width: auto;
	height: 18px;
}
.gq-drawer__cta {
	display: flex;
	justify-content: center;
	width: 320px;
	max-width: 100%;
	margin-top: 52px;
}
.gq-drawer__cta-link {
	display: block;
	transition: transform var(--duration-fast, .2s) ease;
	margin-bottom: 60px;
}
.gq-drawer__cta-link:hover { transform: translateY(-4px); }
.gq-drawer__cta img {
	display: block;
	width: auto;
	height: 60px;
	max-width: 100%;
}
.gq-drawer__login {
	display: flex;
	justify-content: center;
	width: 320px;
	max-width: 100%;
	margin-top: 7%;
	margin-bottom: 60px;
}
.gq-drawer__login-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
	transition: opacity var(--duration-fast, .2s) ease;
}
.gq-drawer__login-button:hover { opacity: .7; }
.gq-drawer__login-button img {
	display: block;
	width: auto;
	height: 40px;
}
.gq-drawer__brand {
	display: flex;
	justify-content: center;
	width: 320px;
	max-width: 100%;
	margin-top: 0;
}
.gq-drawer__brand img {
	display: block;
	width: auto;
	height: 47px;
}

@media (max-width: 480px) {
	.gq-drawer {
		width: calc(100vw - 14px);
		border-radius: 54px 0 0 54px;
	}

	.gq-drawer__inner {
		padding: 46px 20px 32px;
	}
	.gq-drawer__login {
		margin-bottom: 60px;
	}
}

/* サイト共通フッター下部（ロゴ・ポリシー・コピーライト） */
.gq-sitefooter { background: var(--gq-white); }
.gq-sitefooter__bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	padding: 28px 20px 120px;
	/* border-top: 1px solid rgba(34, 43, 58, .1); */
}
.gq-sitefooter__logo img {
	height: 70px;
	width: auto;
	margin-bottom: 20px;
}
.gq-sitefooter__links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 28px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (max-width: 834px) {
	.gq-sitefooter__links ul {
		gap: 14px;
	}
}

.gq-sitefooter__links li { margin: 0; }
.gq-sitefooter__links a { font-size: 13px; font-weight: 700; }
.gq-sitefooter__links a:hover { color: var(--gq-orange); opacity: 1; }
.gq-sitefooter__copy { font-size: 12px; color: var(--gq-gray); }

/* =============================================================
   LPチャットボックス移植
   ============================================================= */
body.no-scroll { overflow: hidden; }
.chat-box__wrapper {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 998;
	font-family: var(--gq-font);
	transition: bottom .3s ease, opacity .2s ease;
	width: 100%;
	height: 100px;
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 0 2px 8px rgba(34, 43, 58, .05);
}

.chat-box__wrapper.is-gamaq-scroll-controlled {
	opacity: 0;
	pointer-events: none;
}

.chat-box__wrapper.is-gamaq-scroll-controlled.is-visible {
	opacity: 1;
	pointer-events: auto;
}

@media (max-width: 834px) {
	.chat-box__wrapper {
		height: 80px;
	}
}

.chat-box__wrapper.open { bottom: min(650px, 80dvh); }
.chat-box__wrapper .frame-wrapper-2 {
	opacity: 1;
	border: none;
	background-color: transparent;
	position: fixed;
	right: 20px;
	bottom: 10px;
	z-index: 2;
	cursor: pointer;
	transition: opacity .2s ease;
}
.gq-floating-cta {
	position: fixed;
	right: unset;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1;
	display: block;
	width: min(320px, calc(100vw - 124px));
	transition: opacity .2s ease, transform .2s ease;
}

.gq-floating-cta.is-gamaq-scroll-controlled {
	opacity: 0;
	pointer-events: none;
}

.gq-floating-cta.is-gamaq-scroll-controlled.is-visible {
	opacity: 1;
	pointer-events: auto;
}

@media (max-width: 834px) {
	.gq-floating-cta {
		right: 100px;
		bottom: 11px;
		left: unset;
		-webkit-transform: none;
		transform: none;
	}
}

.gq-floating-cta:hover {
	opacity: 1;
	transform: translate(-50%, -3px);
}

@media (max-width: 834px) {
	.gq-floating-cta:hover {
		transform: translateY(-3px)
	}
}

.gq-floating-cta img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 834px) {
	.chat-box__wrapper .frame-wrapper-2 {
		width: 60px;
		right: 6px;
		bottom: 7px;
	}
	.gq-floating-cta {
		right: 76px;
		bottom: 12px;
		width: min(320px, calc(100vw - 94px));
	}
}

.chat-box__wrapper.open .frame-wrapper-2 {
	height: 0;
	overflow: hidden;
	padding: 0;
	opacity: 0;
}
.chat-box__wrapper.open .gq-floating-cta {
	opacity: 0;
	pointer-events: none;
}
.frame-wrapper-2 .div-10 {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	transform: translateY(-3px);
}
.frame-wrapper-2 .img-2 {
	position: absolute;
  top: -26px;
  left: 50%;
  -webkit-transform: translate(-50%, 0); /* Safari用 */
  transform: translate(-50%, 0);
}
.frame-wrapper-2 .div-11 {
	flex: none;
	align-self: stretch;
	align-items: center;
	gap: 8px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	display: flex;
	position: relative;
}
.frame-wrapper-2 .div-12 {
	flex-direction: column;
	flex-grow: 1;
	align-self: stretch;
	align-items: center;
	gap: 6px;
	padding-top: 13px;
	display: inline-flex;
	position: relative;
}
.frame-wrapper-2 .text-wrapper-9 {
	color: #198aff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	white-space: nowrap;
}
.frame-wrapper-2 .text-wrapper-10 {
	color: var(--gq-white);
	font-size: 13px;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
}
.chat-box__wrapper .chat-box {
	position: fixed;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	width: min(408px, 100vw);
	height: 0;
	max-height: 717px;
	overflow: hidden;
	border-radius: 30px 30px 0 0;
	background: var(--gq-white);
	box-shadow: 0 0 24px rgba(34, 43, 58, .16);
	opacity: 0;
	transition: height .2s ease, opacity .2s ease;
}
.chat-box__wrapper.open .chat-box {
	height: 80.744dvh;
	overflow: visible;
	opacity: 1;
}
.chat-box .head {
	background-color: #ff4700;
	position: relative;
	padding: 28px 20px 14px;
	border-bottom: 1px solid #eee;
	border-radius: 20px 20px 0 0;
}

.chat-box .head-open-icon {
	position: absolute;
	top: -29px;
  left: 50%;
  -webkit-transform: translate(-50%, 0); /* Safari用 */
  transform: translate(-50%, 0);
}

.chat-box .head .title {
	margin: 0 32px 2px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
}
.chat-box .head .close-button {
	position: absolute;
	top: 17px;
	right: 18px;
	width: 16px;
	height: 16px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}
.chat-box .head .close-button img {
	width: 100%;
	height: 100%;
}
.chat-box .head .opening-hours .content {
	display: grid;
	gap: 2px;
	color: var(--gq-white);
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}
.chat-box .head .opening-hours p { margin: 0; }
.chat-box .body {
	display: flex;
	flex: 1;
	min-height: 0;
	padding: 0 20px;
}
.chat-box .body .default-message-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.chat-box .body .default-message {
	margin-top: 14px;
}
.chat-box .body .default-message p {
	margin: 0;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}
.chat-box .body .message-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
	height: calc(100% - 76px);
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-color: #888 #e0e0e0;
	scrollbar-width: thin;
}
.chat-box .body .message-list::-webkit-scrollbar { width: 8px; }
.chat-box .body .message-list::-webkit-scrollbar-track { background: #e0e0e0; border-radius: 4px; }
.chat-box .body .message-list::-webkit-scrollbar-thumb { background: #888; border: 2px solid #e0e0e0; border-radius: 4px; }
.chat-box .body .message-list .row-message {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-top: 12px;
}
.chat-box .body .row-message.guest-message {
	flex-direction: row-reverse;
	word-break: break-word;
}
.chat-box .body .message-list .row-message .avatar {
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	overflow: hidden;
	border-radius: 50%;
}
.chat-box .body .message-list .row-message .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.chat-box .body .message-list .mess-wrapper {
	display: flex;
	flex-direction: column;
	max-width: calc(100% - 48px);
	gap: 8px;
}
.chat-box .body .message-list .mess-wrapper .text {
	margin: 0;
	padding: 10px 14px;
	white-space: pre-wrap;
	color: var(--gq-ink);
	font-family: var(--gq-font);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7;
	background: #e3eef9;
	border-radius: 0 20px 20px;
}
.chat-box .body .message-list .guest-message .mess-wrapper {
	align-items: flex-end;
}
.chat-box .body .message-list .guest-message .mess-wrapper .text {
	background: #fdede3;
	border-radius: 20px 0 20px 20px;
}
.chat-box .body .message-list .files {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 10px 14px;
	background: #fdede3;
	border-radius: 20px 0 20px 20px;
}
.chat-box .body .message-list .files a {
	color: #198aff;
	font-size: 13px;
	text-decoration: underline;
}
.chat-box .body .message-list .files img {
	width: 72px;
	height: 72px;
	border-radius: 10px;
	object-fit: cover;
}
.chat-input-wrapper {
	padding: 20px 22px;
	border-top: 0;
	background: #f3f3f3;
}
.chat-box__wrapper .uploading {
	margin-bottom: 8px;
	color: #999;
	font-size: 12px;
	text-align: center;
}
.chat-input-area {
	position: relative;
	display: flex;
	align-items: center;
	gap: 18px;
}
.chat-input-area textarea {
	flex: 1;
	height: 50px;
	max-height: 116px;
	padding: 12px 62px 12px 16px;
	border: 0;
	border-radius: 12px;
	background: #fff;
	color: #222b3a;
	font: inherit;
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	outline: none;
	resize: none;
	overflow-y: hidden;
	box-shadow: 0 13.08px 59.81px -3.74px #18274b1f,0 7.48px 20.56px -5.61px #18274b1f;
}
.chat-input-area textarea::placeholder {
	color: #8b8b8b;
	opacity: 1;
}
.chat-input-area textarea:focus { box-shadow: 0 0 0 2px rgba(255, 71, 0, .18); }
.chat-input-area textarea.warning { box-shadow: 0 0 0 2px rgba(255, 0, 0, .32); }
.chat-input-area label {
	display: grid;
	place-items: center;
	position: absolute;
	top: 50%;
	right: 74px;
	width: 42px;
	height: 50px;
	transform: translateY(-50%);
	cursor: pointer;
}
.chat-input-area label img {
	width: 20px;
	height: 20px;
}
.chat-input-area input[type="file"] { display: none; }
.chat-input-area .send-button {
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
	min-width: 50px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	/* background: #ff4700 url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 5.5L27 16L5.5 26.5L9.3 16L5.5 5.5Z' stroke='white' stroke-width='2.8' stroke-linejoin='round'/%3E%3Cpath d='M9.8 16H26' stroke='white' stroke-width='2.8' stroke-linecap='round'/%3E%3C/svg%3E") center / 30px 30px no-repeat; */
	/* color: transparent; */
	font-size: 0;
	cursor: pointer;
}
/* .chat-input-area .send-button:hover { background-color: #e83f00; } */
.chat-warning {
	display: none;
	justify-content: flex-end;
	margin-top: 6px;
	color: #8b8b8b;
	font-size: 12px;
}
.chat-warning p { margin: 0; }
.chat-warning p.warning { color: #ff0000; }
.send-button.disabled {
	background-color: #ccc;
	cursor: not-allowed;
	pointer-events: none;
}

@media (max-width: 834px) {
	.chat-box__wrapper {
		/* width: min(360px, calc(100vw - 24px));
		height: 106px; */
	}
	.chat-box__wrapper.open {
		right: 0;
		bottom: 0;
		width: 100vw;
		height: 100dvh;
	}
	.chat-box__wrapper.open::after {
		content: "";
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, .35);
		z-index: -1;
	}
	.chat-box__wrapper.open .chat-box {
		width: 100vw;
		height: 88dvh;
		max-height: none;
	}
	.frame-wrapper-2 .text-wrapper-9 { font-size: 16px; }
	.frame-wrapper-2 .text-wrapper-10 { font-size: 11px; }
	.chat-box .body .default-message p { font-size: 15px; line-height: 1.6; }
	.chat-box .body .message-list .mess-wrapper .text { font-size: 13px; line-height: 1.6; }
}

@media (max-width: 834px) {
	:root { --gq-header-h: 48px; }
	.gq-header__logo img { width: 63px; }
	.gq-sitefooter__logo img { height: 40px; }

	.gq-header__toggle {
		width: 27px;
		right: 10.5px;
	}
}
