@charset "UTF-8";

body:has(.fc-page) {
	overflow-x: clip;
	background: #f4eee6;
}

/* Cocoon normally leaves a 24px gap above page content. */
body:has(.fc-page) #content,
body:has(.fc-page) .content,
body:has(.fc-page) .content-in,
body:has(.fc-page) #content-in {
	width: 100% !important;
	max-width: none !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* Keep the shared navigation directly over the dark contact hero. */
body:has(.fc-page) #header-container,
body:has(.fc-page) #header,
body:has(.fc-page) #navi {
	background-color: transparent !important;
	box-shadow: none !important;
}

body:has(.fc-page) .article-header,
body:has(.fc-page) .article-footer,
body:has(.fc-page) .entry-title {
	display: none !important;
}

body:has(.fc-page) .main,
body:has(.fc-page) .article,
body:has(.fc-page) .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body:has(.fc-page) .entry-content > .fc-page {
	width: 100vw !important;
	max-width: none !important;
	margin: 0 0 0 calc(50% - 50vw) !important;
	padding: 0 !important;
}

body:has(.fc-page) #footer {
	display: none !important;
}

.fc-page {
	--fc-navy: #071321;
	--fc-navy-2: #13283b;
	--fc-ivory: #f6f0e7;
	--fc-paper: #fffdf9;
	--fc-gold: #c69a61;
	--fc-gold-light: #e1c395;
	--fc-ink: #332a24;
	--fc-muted: #796e65;
	--fc-line: rgba(156, 116, 69, 0.23);
	width: 100vw;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	color: var(--fc-ink);
	background: var(--fc-ivory);
	font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

.fc-page *,
.fc-page *::before,
.fc-page *::after {
	box-sizing: border-box;
}

/* Isolate plugin headings from Cocoon's article heading decorations. */
.fc-page h1,
.fc-page h2,
.fc-page h3,
.fc-page h4 {
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

.fc-page h1::before,
.fc-page h1::after,
.fc-page h2::before,
.fc-page h2::after,
.fc-page h3::before,
.fc-page h3::after,
.fc-page h4::before,
.fc-page h4::after {
	display: none !important;
	content: none !important;
}

.fc-hero {
	position: relative;
	isolation: isolate;
	min-height: 620px;
	padding: 155px 7vw 90px;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 78% 22%, rgba(198, 154, 97, .21), transparent 31%),
		radial-gradient(circle at 15% 90%, rgba(71, 104, 135, .18), transparent 36%),
		linear-gradient(135deg, #050d17 0%, #0a1928 48%, #13283b 100%);
}

.fc-hero::before {
	content: "";
	position: absolute;
	inset: 22px;
	z-index: -1;
	border: 1px solid rgba(225, 195, 149, .18);
}

.fc-hero::after {
	content: "CONTACT";
	position: absolute;
	right: -1.5vw;
	bottom: -3vw;
	z-index: -1;
	color: rgba(255, 255, 255, .025);
	font: 400 clamp(110px, 19vw, 350px)/.8 "Times New Roman", serif;
	letter-spacing: -.04em;
}

.fc-hero__grid {
	position: absolute;
	inset: 0;
	z-index: -2;
	opacity: .13;
	background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
	background-size: 90px 90px;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 30%, #000);
	mask-image: linear-gradient(90deg, transparent, #000 30%, #000);
}

.fc-hero__inner,
.fc-contact__inner,
.fc-notes__inner,
.fc-footer__inner {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.fc-hero__eyebrow {
	margin: 0 0 27px;
	display: flex;
	align-items: center;
	gap: 17px;
	color: var(--fc-gold-light);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .28em;
}

.fc-hero__eyebrow::before {
	content: "";
	width: 44px;
	height: 1px;
	background: var(--fc-gold);
}

.fc-hero h1 {
	margin: 0;
	color: #fff;
	font: 400 clamp(58px, 7vw, 108px)/1.08 "Times New Roman", "Yu Mincho", serif;
	letter-spacing: .025em;
}

.fc-hero h1 span { color: var(--fc-gold); }

.fc-hero__jp {
	margin: 25px 0 0;
	color: rgba(255,255,255,.86);
	font-family: "Yu Mincho", serif;
	font-size: 20px;
	letter-spacing: .22em;
}

.fc-hero__description {
	max-width: 620px;
	margin: 37px 0 0;
	padding-left: 22px;
	color: rgba(255,255,255,.65);
	border-left: 1px solid rgba(198,154,97,.52);
	font-size: 13px;
	line-height: 2;
}

.fc-hero__status {
	margin-top: 42px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.fc-hero__status span {
	min-height: 38px;
	padding: 0 17px;
	display: inline-flex;
	align-items: center;
	color: rgba(255,255,255,.74);
	background: rgba(255,255,255,.035);
	border: 1px solid rgba(225,195,149,.2);
	font-size: 10px;
	letter-spacing: .08em;
}

.fc-contact {
	position: relative;
	padding: 110px 48px 120px;
	background: radial-gradient(circle at 95% 15%, rgba(198,154,97,.12), transparent 26%), linear-gradient(180deg, #f7f2eb, #eee3d5);
}

.fc-section-heading {
	margin-bottom: 55px;
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	align-items: end;
	gap: 70px;
}

.fc-section-heading__label {
	margin: 0 0 14px;
	color: var(--fc-gold);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .23em;
}

.fc-section-heading h2 {
	margin: 0;
	color: #172536;
	font: 400 clamp(40px, 5vw, 68px)/1.3 "Times New Roman", "Yu Mincho", serif;
}

.fc-section-heading__text {
	margin: 0;
	padding-left: 25px;
	color: var(--fc-muted);
	border-left: 1px solid var(--fc-line);
	font-size: 13px;
	line-height: 2;
}

.fc-alert {
	margin: 0 0 25px;
	padding: 18px 22px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	font-size: 12px;
	line-height: 1.7;
}

.fc-alert--success { color: #244335; background: #edf5ee; border: 1px solid #b9d1bf; }
.fc-alert--error { color: #6b3030; background: #f9eeee; border: 1px solid #dababa; }

.fc-contact__layout {
	display: grid;
	grid-template-columns: 360px minmax(0, 1fr);
	gap: 25px;
	align-items: stretch;
}

.fc-contact-card {
	position: relative;
	padding: 47px 38px;
	overflow: hidden;
	color: #fff;
	background: radial-gradient(circle at 0 100%, rgba(198,154,97,.18), transparent 39%), linear-gradient(145deg, #071321, #13263a);
	border: 1px solid rgba(198,154,97,.26);
	box-shadow: 0 30px 70px rgba(41,31,22,.13);
}

.fc-contact-card::after {
	content: "FLY";
	position: absolute;
	right: -12px;
	bottom: -35px;
	color: rgba(255,255,255,.028);
	font: 145px/1 "Times New Roman", serif;
}

.fc-contact-card__number {
	color: var(--fc-gold);
	font: 13px "Times New Roman", serif;
	letter-spacing: .12em;
}

.fc-contact-card h3 {
	margin: 26px 0 14px;
	color: #fff;
	font: 400 31px "Times New Roman", "Yu Mincho", serif;
	letter-spacing: .06em;
}

.fc-contact-card__lead {
	margin: 0 0 43px;
	color: rgba(255,255,255,.6);
	font-size: 12px;
	line-height: 1.9;
}

.fc-contact-method {
	padding: 25px 0;
	border-top: 1px solid rgba(255,255,255,.11);
}

.fc-contact-method__label {
	display: block;
	margin-bottom: 10px;
	color: var(--fc-gold-light);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .2em;
}

.fc-contact-method a {
	color: #fff;
	font: 22px "Times New Roman", serif;
	text-decoration: none;
}

.fc-contact-method p {
	margin: 7px 0 0;
	color: rgba(255,255,255,.58);
	font-size: 11px;
	line-height: 1.8;
}

.fc-contact-method a:hover { color: var(--fc-gold-light); }

.fc-form-panel {
	padding: 49px 52px 52px;
	background: rgba(255,253,249,.9);
	border: 1px solid rgba(165,124,76,.22);
	box-shadow: 0 30px 70px rgba(66,48,29,.08);
}

.fc-form-panel__top {
	margin-bottom: 37px;
	padding-bottom: 25px;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	border-bottom: 1px solid var(--fc-line);
}

.fc-form-panel__top h3 {
	margin: 0;
	color: #172536;
	font: 400 28px "Times New Roman", "Yu Mincho", serif;
	letter-spacing: .05em;
}

.fc-form-panel__top span {
	color: var(--fc-gold);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .18em;
}

.fc-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.fc-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 25px 20px;
}

.fc-field { display: block; }
.fc-field--full { grid-column: 1 / -1; }

.fc-field > span {
	display: block;
	margin-bottom: 10px;
	color: #51463d;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .06em;
}

.fc-field em {
	margin-left: 7px;
	padding: 2px 6px;
	color: #9a6e3b;
	background: rgba(198,154,97,.12);
	font-size: 8px;
	font-style: normal;
}

.fc-field input,
.fc-field select,
.fc-field textarea {
	width: 100%;
	margin: 0 !important;
	color: #332a24;
	background: rgba(255,255,255,.7) !important;
	border: 1px solid rgba(117,92,66,.2) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-family: inherit;
	font-size: 13px;
	transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.fc-field input,
.fc-field select { height: 52px; padding: 0 15px !important; }
.fc-field textarea { min-height: 165px; padding: 15px !important; resize: vertical; }

.fc-field input:focus,
.fc-field select:focus,
.fc-field textarea:focus {
	background: #fff !important;
	border-color: rgba(174,129,75,.7) !important;
	box-shadow: 0 0 0 3px rgba(198,154,97,.09) !important;
	outline: none;
}

.fc-privacy {
	margin-top: 23px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: var(--fc-muted);
	font-size: 10px;
	line-height: 1.7;
}

.fc-privacy input { margin-top: 4px; }

.fc-submit {
	width: 100%;
	min-height: 58px;
	margin-top: 27px;
	padding: 0 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fffdf8;
	background: linear-gradient(135deg, #c9a267, #9e713d);
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 0;
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	transition: transform .2s ease, box-shadow .2s ease;
}

.fc-submit:hover {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(126,86,41,.22);
}

.fc-notes {
	padding: 0 48px 120px;
	background: linear-gradient(180deg, #eee3d5, #f6f0e7);
}

.fc-notes__inner { padding-top: 44px; border-top: 1px solid var(--fc-line); }

.fc-notes h2 {
	margin: 0 0 26px;
	color: #172536;
	font: 400 24px "Times New Roman", "Yu Mincho", serif;
}

.fc-notes__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--fc-line);
	border-bottom: 1px solid var(--fc-line);
}

.fc-note {
	min-height: 150px;
	padding: 30px;
	border-right: 1px solid var(--fc-line);
}

.fc-note:last-child { border-right: 0; }
.fc-note span { color: var(--fc-gold); font: 12px "Times New Roman", serif; }
.fc-note p { margin: 18px 0 0; color: var(--fc-muted); font-size: 11px; line-height: 1.9; }

.fc-footer {
	position: relative;
	padding: 78px 48px 26px;
	overflow: hidden;
	color: #473b31;
	background: radial-gradient(circle at 15% 0, rgba(255,255,255,.84), transparent 34%), linear-gradient(135deg, #f9f5ef, #ecddca 58%, #dfc6a7);
	border-top: 1px solid rgba(174,130,76,.35);
}

.fc-footer::after {
	content: "JOYFEEL";
	position: absolute;
	right: -1vw;
	bottom: -3vw;
	color: rgba(123,86,47,.045);
	font: clamp(95px, 15vw, 260px)/.8 "Times New Roman", serif;
}

.fc-footer__inner { position: relative; z-index: 1; }
.fc-footer__main { display: grid; grid-template-columns: 1.3fr 1fr; gap: 90px; }
.fc-footer__brand p { margin: 0 0 18px; color: #aa7c45; font-size: 10px; font-weight: 700; letter-spacing: .22em; }
.fc-footer__brand h3 { margin: 0; color: #30261f; font: 400 40px "Times New Roman", "Yu Mincho", serif; letter-spacing: .06em; }
.fc-footer__nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 35px; }
.fc-footer__nav div { padding-top: 17px; border-top: 1px solid rgba(154,111,63,.28); }
.fc-footer__nav strong { display: block; margin-bottom: 17px; color: #a67843; font-size: 9px; letter-spacing: .18em; }
.fc-footer__nav a { display: block; margin-bottom: 12px; color: #5b4e43; font-size: 11px; text-decoration: none; }
.fc-footer__nav a:hover { color: #9e703c; }
.fc-footer__bottom { margin-top: 58px; padding-top: 21px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(154,111,63,.23); color: #817269; font-size: 9px; letter-spacing: .09em; }

@media (max-width: 900px) {
	.fc-hero { min-height: 560px; padding: 135px 45px 75px; }
	.fc-contact, .fc-notes, .fc-footer { padding-left: 32px; padding-right: 32px; }
	.fc-section-heading { grid-template-columns: 1fr; gap: 28px; }
	.fc-contact__layout { grid-template-columns: 1fr; }
	.fc-contact-card { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 30px; }
	.fc-contact-card__number, .fc-contact-card h3, .fc-contact-card__lead { grid-column: 1 / -1; }
	.fc-notes__grid { grid-template-columns: 1fr; }
	.fc-note { min-height: auto; border-right: 0; border-bottom: 1px solid var(--fc-line); }
	.fc-note:last-child { border-bottom: 0; }
}

@media (max-width: 600px) {
	.fc-hero { min-height: 570px; padding: 125px 24px 65px; }
	.fc-hero::before { inset: 10px; }
	.fc-hero h1 { font-size: 51px; }
	.fc-hero__jp { font-size: 16px; }
	.fc-hero__status { display: grid; grid-template-columns: 1fr; }
	.fc-contact { padding: 76px 20px 85px; }
	.fc-section-heading { margin-bottom: 38px; }
	.fc-section-heading h2 { font-size: 39px; }
	.fc-contact-card { padding: 37px 27px; display: block; }
	.fc-form-panel { padding: 37px 23px 40px; }
	.fc-form-panel__top { display: block; }
	.fc-form-panel__top span { display: block; margin-top: 12px; }
	.fc-form-grid { grid-template-columns: 1fr; }
	.fc-field--full { grid-column: auto; }
	.fc-notes { padding: 0 20px 85px; }
	.fc-footer { padding: 60px 24px 24px; }
	.fc-footer__main { grid-template-columns: 1fr; gap: 45px; }
	.fc-footer__nav { grid-template-columns: 1fr; }
	.fc-footer__bottom { display: block; line-height: 2; }
}
