@charset "utf-8";

/* ============================
   Container
   ============================ */
.g-container {
	padding-top: 60px;
	color: #fff;
	background: var(--color-theme-01);
}

/* ============================
   Section 1: Main Visual
   ============================ */
.l-home-kv {
	position: relative;
	overflow: hidden;
	background: #02083a;
}

.l-home-kv__inner {
	position: relative;
}

.l-home-kv picture {
	display: block;
	width: 100%;
}

.l-home-kv picture img {
	width: 100%;
	height: auto;
	display: block;
}

.l-home-kv__copy {
	position: absolute;
	top: 6%;
	left: 50%;
	transform: translateX(-50%);
	width: max(380px, 40vw);
	z-index: 1;
}

.l-home-kv__copy img {
	width: 100%;
	height: auto;
	display: block;
}

/* ============================
   Section 2: Access / Action
   ============================ */
.l-home-action {
	position: relative;
	text-align: center;
	color: #fff;
}

.l-home-main-wrapper {
	position: relative;
	background: url('../../img/home/background.jpg') top left / 100% no-repeat;
}

.l-home-action__inner {
	width: min(1800px, 92%);
	margin: auto;
	padding-top: 4vw;
}

/* Access block */
.l-home-action__access {
	margin-bottom: 5vw;
}

.l-home-action__access-ttl {
	margin-bottom: .35em;
	font-size: clamp(3.6rem, 4vw, 72px);
}

.l-home-action__access-wrap {
	width: fit-content;
	margin: auto;
}

.l-home-action__access-row {
	display: flex;
	align-items: baseline;
	line-height: 1.2;
	font-size: clamp(3.6rem, 4vw, 72px);
}

.l-home-action__access-row small {
	font-size: 0.68em;
}

.l-home-action__access-row .u-spacing {
	letter-spacing: .4em;
}

.l-home-action__num {
	margin-right: .1em;
	font-family: var(--font-family-en);
	color: #b59a5b;
	font-style: italic;
	font-size: 1.5em;
}

.l-home-action__access-row--s {
	display: flex;
	align-items: baseline;
	font-size: .8em;
}

/* Action copy SVG */
.l-home-action__copy {
	display: flex;
	flex-flow: column wrap;
	gap: .5em;
	align-items: center;
	justify-content: center;
	margin-bottom: 8vw;
	color: #fffac6;
	line-height: 1.2;
}

.l-home-action__copy__decolate {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: 100%;
}

.l-home-action__copy__decolate img {
	width: auto;
	max-width: revert;
	height: 100%;
	aspect-ratio: 150 / 60;
}

.l-home-action__copy__main {
	position: relative;
	z-index: 1;
	padding: .68em 0;
	font-size: clamp(48px, 5.0vw, 94px);
}

.l-home-action__copy__main small {
	font-size: .92em;
}

.l-home-action__copy__sub {
	line-height: 1.5;
	font-size: clamp(20px, 2.0vw, 40px);
}

.cv-button {
	width: 100%;
	margin: 2em auto;
}

.cv-button .e-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: min(780px, 90%);
	height: 3.6em;
	margin: auto;
	font-size: clamp(20px, 2.0vw, 40px);
	text-decoration: none;
	color: #ffff;
	letter-spacing: .15em;
	background: radial-gradient(#b59a5b, #81631c);
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
	transition: all .4s;
}

.cv-button .e-button:hover {
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5)) brightness(1.1);
	opacity: 1;
}


/* Features grid: horizontal gold rules, centered text */
.l-home-action__features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 5%;
}

.l-home-action__feature-item {
	border-top: 2px solid #b59a5b;
	padding: 1.5em 0;
	text-align: center;
	margin: 0;
}

.l-home-action__feature-item:nth-child(n + 3) {
	border-bottom: 2px solid #b59a5b;
}


.l-home-action__feature-item .l-home-action__feature-read {
	font-size: clamp(18px, 1.8vw, 38px);
	filter: drop-shadow(0px 0px .1em #1c2a52);
}

.l-home-action__feature-item .l-home-action__feature-body {
	font-size: clamp(24px, 2.8vw, 58px);
	letter-spacing: -.01em;
	filter: drop-shadow(0px 0px .1em #1c2a52);
}

/* ============================
   Section 3: Concept / Map Visual
   ============================ */
.l-home-concept {
	position: relative;
	text-align: center;
	color: #fff;
}

.l-home-concept__wrapper {
	position: relative;
	z-index: 1;
	padding: 8vw 0 58vw;
}

.l-home-concept__visual {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.l-home-concept__visual img {
	width: 100%;
}

.l-home-concept__copy {
	width: 42vw;
	margin: auto auto 5.8vw;
}

.l-home-concept__body {
	font-size: 1.3vw;
	line-height: 3;
}


/* ------------------------------------------------------------------------------------------------
*l-Bottom-nav
* ------------------------------------------------------------------------------------------------ */
.l-Bottom-nav {
	width: 100%;
	background: var(--color-beige);
	margin-top: 80px;
}

.l-Bottom-nav .u-inner {
	background: none;
	padding: 40px 0;
	margin: 0 auto;
}

.l-Bottom-nav_list {
	text-align: center;
	display: block;
	letter-spacing: -.5rem;
	margin: -10px;
}

.l-Bottom-nav .g-nav-item {
	text-align: center;
	letter-spacing: 0.8px;
	display: inline-block;
	width: calc(100% / 5);
	padding: 10px 10px;
	position: relative;
}



.l-Bottom-nav .g-nav-item a {
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .35em;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 4px double rgba(255, 255, 255, .75);
	height: 120px;
}

.l-Bottom-nav .g-nav-item a:hover {
	border: 2px double rgba(255, 255, 255, .5);
}

.l-Bottom-nav .l-text {
	font-size: 1.8rem;
	padding-bottom: 5px;
}

.l-Bottom-nav .l-text_eng {
	font-size: 1.3rem;
	padding-bottom: 10px;
}

.l-Bottom-nav .l-text_eng_small {
	color: #b28f31;
	font-size: 1.1rem;
	display: inherit;
}

.l-Bottom-nav .l-text_eng_small span {
	border: 1px solid #b28f31;
	padding: 0 3px;
}

.l-Bottom-nav .g-nav-item--outline,
.l-Bottom-nav .g-nav-item--guide {
	display: none;
}

/*information*/
.l-information .u-inner {
	margin-top: 90px;
	padding: 40px;
}

.l-banner-cp .u-inner{
	background: transparent;
}