@charset "utf-8";

/* ==============================
   JTBトラベルギフト景品ページ SP
   index.css 差し替え版
============================== */

:root {
	--ntora-orange: #ff6200;
	--ntora-orange-dark: #e05000;
	--ntora-orange-light: #fff4eb;
	--ntora-orange-accent: #ff8c1a;
	--ntora-yellow: #ffd200;
	--ntora-gold: #ffb84d;

	--ntora-text: #222;
	--ntora-text-sub: #555;
	--ntora-text-muted: #888;
	--ntora-border: #ececec;
	--ntora-bg: #fafafa;
	--ntora-white: #fff;

	--radius-card: 18px;
	--radius-box: 14px;
	--radius-btn: 12px;
	--radius-pill: 999px;

	--shadow-card: 0 6px 18px rgba(0, 0, 0, .07);
	--shadow-orange: 0 8px 22px rgba(255, 98, 0, .16);
}

#index.ntora-renewal {
	color: var(--ntora-text);
	font-size: 14px;
	line-height: 1.8;
}

#index.jtb-gift-page {
	padding: 0 12px 48px;
}

#index.jtb-gift-page * {
	box-sizing: border-box;
}

#index.jtb-gift-page a {
	color: inherit;
	text-decoration: none;
}

#index.jtb-gift-page img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* パンくず */
#index.jtb-gift-page .breadcrumb {
	margin: 0 0 12px;
	padding: 0;
	font-size: 11px;
	color: var(--ntora-text-muted);
	line-height: 1.6;
}

#index.jtb-gift-page .breadcrumb ul {
	margin: 0;
	padding: 0;
}

#index.jtb-gift-page .breadcrumb li {
	display: inline;
	margin: 0 3px 0 0;
}

/* 共通 */
.jtb-label {
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 11px;
	border-radius: var(--radius-pill);
	background: var(--ntora-orange-light);
	color: var(--ntora-orange-dark);
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .03em;
}

.jtb-section-head {
	position: relative;
	margin: 0 0 22px;
	text-align: center;
}

.jtb-section-head::after {
	content: "";
	display: block;
	width: 58px;
	height: 4px;
	margin: 12px auto 0;
	border-radius: var(--radius-pill);
	background: linear-gradient(90deg, var(--ntora-yellow), var(--ntora-orange));
}

.jtb-section-head p:not(.jtb-label) {
	margin: 8px 0 0;
	color: var(--ntora-text-sub);
	font-size: 13px;
	text-align: left;
}

.ntora-section-title {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	color: var(--ntora-text);
	line-height: 1.45;
}

.ntora-card {
	background: #fff;
	border: 1px solid var(--ntora-border);
	border-radius: var(--radius-card);
	box-shadow: var(--shadow-card);
}

.ntora-btn-primary {
	background: linear-gradient(135deg, var(--ntora-orange-accent), var(--ntora-orange));
	color: #fff !important;
	border-radius: var(--radius-btn);
	font-weight: bold;
}

.jtb-btn {
	display: block;
	width: 100%;
	min-width: 0;
	padding: 14px 16px;
	text-align: center;
	font-size: 13px;
	line-height: 1.45;
	border-radius: var(--radius-btn);
	box-shadow: 0 7px 16px rgba(255, 98, 0, .18);
}

.jtb-btn--sub {
	background: #fff;
	border: 2px solid var(--ntora-orange);
	color: var(--ntora-orange-dark) !important;
	font-weight: bold;
}

/* ヒーロー */
.jtb-hero {
	display: block;
	margin: 0 0 30px;
	padding: 22px 16px;
	background:
		radial-gradient(circle at top right, rgba(255, 210, 0, .35), transparent 35%),
		linear-gradient(135deg, #fff 0%, #fff8f2 48%, #fff0df 100%);
	border: 1px solid #ffe1c7;
	border-radius: 22px;
	box-shadow: var(--shadow-orange);
	overflow: hidden;
}

.jtb-hero__body {
	width: 100%;
}

.jtb-hero__body h2 {
	margin: 0 0 14px;
	font-size: 25px;
	line-height: 1.38;
	font-weight: bold;
	color: var(--ntora-text);
	letter-spacing: -.02em;
}

.jtb-hero__lead {
	margin: 0 0 18px;
	color: var(--ntora-text-sub);
	font-size: 14px;
}

.jtb-hero__lead strong {
	color: var(--ntora-orange-dark);
	background: linear-gradient(transparent 62%, rgba(255, 210, 0, .55) 62%);
}

.jtb-hero__buttons {
	display: grid;
	gap: 10px;
	margin: 0 0 18px;
}

.jtb-hero__image {
	width: 100%;
	text-align: center;
}

.jtb-hero__image img {
	width: 100%;
	border-radius: 16px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

/* 注意 */
.jtb-notice {
	position: relative;
	margin: 0 0 36px;
	padding: 20px 16px 20px 54px;
	border: 2px solid #ffe0c2;
	border-left: 6px solid var(--ntora-orange);
	background: #fffdf9;
}

.jtb-notice::before {
	content: "!";
	position: absolute;
	left: 16px;
	top: 20px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--ntora-orange);
	color: #fff;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
}

.jtb-notice h3 {
	margin: 0 0 8px;
	font-size: 17px;
	color: var(--ntora-orange-dark);
	line-height: 1.45;
}

.jtb-notice p {
	margin: 0;
	color: var(--ntora-text-sub);
	font-size: 13px;
}

/* 理由 */
.jtb-reason {
	margin: 0 0 42px;
}

.jtb-reason__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.jtb-reason-card {
	position: relative;
	padding: 22px 18px;
	overflow: hidden;
}

.jtb-reason-card::after {
	content: "";
	position: absolute;
	right: -28px;
	bottom: -28px;
	width: 82px;
	height: 82px;
	border-radius: 50%;
	background: rgba(255, 210, 0, .24);
}

.jtb-reason-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: 0 0 12px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--ntora-yellow), var(--ntora-gold));
	color: var(--ntora-text);
	font-weight: bold;
	box-shadow: 0 5px 12px rgba(255, 184, 77, .28);
}

.jtb-reason-card h3 {
	position: relative;
	z-index: 1;
	margin: 0 0 8px;
	font-size: 17px;
	line-height: 1.45;
}

.jtb-reason-card p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--ntora-text-sub);
	font-size: 13px;
}

/* 商品 */
.jtb-ranking {
	margin: 0 0 44px;
}

.jtb-products {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.jtb-product-card {
	overflow: hidden;
	border-top: 5px solid var(--ntora-orange);
}

.jtb-product-card a {
	display: block;
	padding: 16px;
}

.jtb-product-card img {
	width: 100%;
	margin: 0 0 13px;
	border-radius: 14px;
	background: var(--ntora-bg);
	border: 1px solid #f0f0f0;
}

.jtb-product-card h3 {
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.5;
	color: var(--ntora-text);
}

.jtb-product-card p {
	margin: 0;
	color: var(--ntora-text-sub);
	font-size: 13px;
}

.jtb-more {
	margin: 22px 0 0;
	text-align: center;
}

/* 予算 */
.jtb-budget {
	margin: 0 0 44px;
	padding: 26px 14px;
	background:
		linear-gradient(180deg, #fffaf4, #fff),
		var(--ntora-bg);
	border: 1px solid #ffe4c9;
	border-radius: 22px;
}

.jtb-budget__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.jtb-budget-card {
	display: block;
	position: relative;
	min-height: auto;
	padding: 18px 44px 18px 16px;
	overflow: hidden;
}

.jtb-budget-card::after {
	content: "›";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--ntora-orange);
	font-size: 30px;
	font-weight: bold;
}

.jtb-budget-card span {
	display: inline-block;
	margin: 0 0 8px;
	padding: 4px 10px;
	border-radius: var(--radius-pill);
	background: var(--ntora-orange);
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

.jtb-budget-card strong {
	display: block;
	margin: 0 0 6px;
	font-size: 16px;
	line-height: 1.45;
}

.jtb-budget-card p {
	margin: 0;
	color: var(--ntora-text-sub);
	font-size: 13px;
}

/* 幹事メリット */
.jtb-flow {
	margin: 0 0 44px;
}

.jtb-flow__list {
	display: grid;
	gap: 13px;
}

.jtb-flow-card {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 10px 12px;
	align-items: start;
	padding: 18px 16px;
	background: #fff;
	border: 1px solid var(--ntora-border);
	border-radius: var(--radius-box);
	box-shadow: 0 5px 16px rgba(0, 0, 0, .04);
}

.jtb-flow-card span {
	grid-row: 1 / span 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--ntora-yellow), var(--ntora-gold));
	font-weight: bold;
}

.jtb-flow-card h3 {
	margin: 0;
	font-size: 16px;
	color: var(--ntora-text);
	line-height: 1.45;
}

.jtb-flow-card p {
	margin: 0;
	color: var(--ntora-text-sub);
	font-size: 13px;
}

/* FAQ */
.jtb-faq {
	margin: 0 0 44px;
}

.jtb-faq__items {
	display: grid;
	gap: 13px;
}

.jtb-faq-item {
	padding: 18px 16px;
	border-left: 5px solid var(--ntora-yellow);
}

.jtb-faq-item h3 {
	position: relative;
	margin: 0 0 9px;
	padding: 0 0 0 34px;
	font-size: 16px;
	line-height: 1.5;
}

.jtb-faq-item h3::before {
	content: "Q";
	position: absolute;
	left: 0;
	top: 1px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--ntora-orange);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}

.jtb-faq-item p {
	position: relative;
	margin: 0;
	padding: 0 0 0 34px;
	color: var(--ntora-text-sub);
	font-size: 13px;
}

.jtb-faq-item p::before {
	content: "A";
	position: absolute;
	left: 3px;
	top: 0;
	color: var(--ntora-orange-dark);
	font-weight: bold;
}

/* 最終CTA */
.jtb-final-cta {
	padding: 28px 16px;
	text-align: center;
	background:
		radial-gradient(circle at top left, rgba(255, 210, 0, .36), transparent 36%),
		linear-gradient(135deg, var(--ntora-orange), var(--ntora-orange-dark));
	border-radius: 22px;
	color: #fff;
	box-shadow: var(--shadow-orange);
}

.jtb-final-cta h2 {
	margin: 0 0 12px;
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
}

.jtb-final-cta p {
	margin: 0 0 20px;
	color: #fff;
	font-size: 13px;
	text-align: left;
}

.jtb-final-cta .jtb-btn {
	background: #fff;
	color: var(--ntora-orange-dark) !important;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .16);
}