@charset 'utf-8';

/*---------------------------------------------------------------------- */
/* Top Styles
------------------------------------------------------------------------ */

/* Utilities
---------------------------------------------------------- */

/* Section --------------------------------- */

.section {
	position: relative;
	padding: 6rem 3rem;
	background: #000;
	overflow: hidden;
}

.section > * {
	position: relative;
	z-index: 2;
}

.section-title {
	margin: 0 -1rem;
	line-height: 1;
	font-family: 'Figtree', sans-serif;
	font-size: 3.3rem;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .3em;
}

.section .txt {
	text-align: justify;
}

/* Block --------------------------------- */

/* .block-profile */

.block-profile {
	display: flex;
	flex-flow: column;
}

.block-profile > .txt02 {
	margin-top: 1.5rem;
	line-height: 1;
	font-size: 1.8rem;
	letter-spacing: .25em;
}

.block-profile > .txt03 {
	margin-top: 2rem;
	line-height: 1.8;
	font-size: 1.1rem;
}

.block-profile > .link {
	margin-top: 2rem;
	font-size: 1.1rem;
}

.block-profile > .img {
	margin-top: 3.5rem;
	width: 21rem;
}

/* .block-architect */

.block-architect {
	display: flex;
	flex-flow: column;
	margin-top: 4rem;
}

.block-architect > .txts > .txt {
	display: flex;
	flex-flow: column;
}

.block-architect > .txts > .txt + .txt {
	margin-top: 2.5rem;
}

.block-architect > .imgs {
	margin-top: 3.5rem;
	overflow: hidden;
}

/* Layout
---------------------------------------------------------- */

/* #header --------------------------------- */

/* #header > .logo */

#header > .logo {
	opacity: 0;
}

#header > .scroll {
	position: fixed;
	left: 50%;
	bottom: 5.5rem;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	letter-spacing: .3em;
	opacity: 0;
	transform: translateX(-50%);
}

#header > .scroll:after {
	position: absolute;
	left: 50%;
	bottom: 2.5rem;
	height: 4rem;
	border-left: 1px solid #fff;
	transform: translateX(-50%);
	content: '';
}

/* #main-visual */

#main-visual {
	position: fixed;
	inset: -20px;
	z-index: -1;
	opacity: 0;
	filter: blur(20px);
}

#main-visual > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/* #main --------------------------------- */

/* #main-copy */

#main-copy {
	display: grid;
	place-content: center;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}

#main-copy > svg {
	width: 22.2rem;
	height: 2.2rem;
}

#main-copy > svg path {
	opacity: 0;
}

/* BG */

.bg,
.bg .img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}

.bg .img {
	background: none center center / cover no-repeat;
}

.bg .grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(5, 1fr);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.bg .grid-cell {
	position: relative;
	overflow: hidden;
}

.bg .blur-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	background: none center center / cover no-repeat;
	filter: blur(0px) brightness(1) hue-rotate(0deg) saturate(1);
	transform: scale(1);
	transition: filter 1.2s ease-in-out, transform 1.2s ease-in-out;
	will-change: filter, transform;
}

#section01 .bg .img {
	top: -10%;
	left: -10%;
	width: 120%;
	height: 120%;
	background-image: url(../images/section01-bg.jpg);
	transform-origin: center center;
	filter: blur(20px) hue-rotate(0deg);
	animation: blurHueRotate 10s ease-in-out infinite;
}

@keyframes blurHueRotate {
	0% {
		transform: rotate(0deg);
		filter: blur(20px) hue-rotate(0deg);
	}
	25% {
		transform: rotate(2deg);
		filter: blur(0px) hue-rotate(20deg);
	}
	50% {
		transform: rotate(4deg);
		filter: blur(20px) hue-rotate(40deg);
	}
	75% {
		transform: rotate(2deg);
		filter: blur(0px) hue-rotate(20deg);
	}
	100% {
		transform: rotate(0deg);
		filter: blur(20px) hue-rotate(0deg);
	}
}

#section03 .bg .img,
#section03 .bg .blur-layer {
	background-image: url(../images/section03-bg.jpg);
}

#section04 .bg .img,
#section04 .bg .blur-layer {
	background-image: url(../images/section04-bg.jpg);
}

/* #section01 */

#section01 {
	padding-bottom: 9rem;
}

#section01 .txt {
	display: flex;
	flex-flow: column;
	position: relative;
	z-index: 3;
	line-height: 2.15;
	font-size: 1.3rem;
	letter-spacing: 0;
}

#section01 .txt + .txt {
	margin-top: 5.5rem;
}

#section01 .img {
	position: absolute;
	filter: blur(20px);
}

#section01 > .img01 {
	top: 0;
	left: 0;
	width: 21.8rem;
}

#section01 > .img02 {
	bottom: 6rem;
	right: 0;
	width: 25.6rem;
}

/* #section02 */

#section02 {
	padding-top: 200vh;
	padding-top: calc(var(--vh, 1vh) * 200);
	padding-left: 0;
	padding-right: 0;
}

#section02 .section-title {
	display: grid;
	place-content: center;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	opacity: 0;
	filter: blur(8px);
}

#section02 .unit {
	display: grid;
	place-content: center;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}

#section02 .unit + .unit {
	margin-top: 10rem;
}

#section02 .unit > .title,
#section02 .unit > .txt {
	position: relative;
	z-index: 2;
}

#section02 .unit > .title {
	display: flex;
	flex-flow: column;
	align-items: center;
	line-height: 1;
}

#section02 .unit > .title > .num {
	position: relative;
	padding-bottom: 2rem;
	font-family: 'Figtree', sans-serif;
	font-size: 7rem;
}

#section02 .unit > .title > .num::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 6.5rem;
	border-bottom: 2px solid #fff;
	content: '';
	transform: translateX(-50%);
}

#section02 .unit > .title > .txt {
	margin-top: 2rem;
	font-weight: 700;
	font-size: 1.3rem;
}

#section02 .unit > .txt {
	margin-top: 2rem;
	width: 20rem;
}

#section02 .unit > .imgs > li {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	transform: translateY(-50%);
}

#section02 .unit > .imgs > li > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(0);
}

/* #section03 */

#section03 {
	padding-top: 100vh;
	padding-top: calc(var(--vh, 1vh) * 100);
	padding-bottom: 0;
}

#section03 > .lead {
	margin-top: 4rem;
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: .1em;
}

#section03 > .block-profile {
	margin-top: 5rem;
}

#section03 > .block-architect01 > .imgs {
	align-self: flex-end;
	margin-right: -3rem;
	width: 19.9rem;
}

#section03 > .block-architect02 > .imgs {
	align-self: flex-start;
	margin-left: -3rem;
	width: 16.9rem;
}

/* #section04 */

#section04 {
	padding-bottom: 0;
}

#section04 > .block-profile > .img {
	align-self: flex-end;
}

#section04 > .block-architect01 > .imgs {
	align-self: flex-start;
	margin-left: -3rem;
	width: 16.9rem;
}

#section04 > .block-architect02 > .imgs {
	align-self: flex-end;
	margin-right: -3rem;
	width: 23.6rem;
}

/* #section05 */

#section05 {
	padding: 6rem 2rem 2rem 2rem;
	background: #554d4d;
	color: #d0d0d0;
}

#section05 > .title {
	font-weight: 700;
	font-size: 2.6rem;
}

#section05 > .txt {
	margin-top: 2rem;
	line-height: 1.6;
	font-size: 1.1rem;
	text-align: center;
	letter-spacing: .1em;
}

#section05 > .map {
	position: relative;
	margin-top: 1.5rem;
	padding-top: 100%;
	width: 100%;
	filter: grayscale(100%);
}

#section05 > .map > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* #section06 */

#section06 {
	background: #1a0e0e;
	color: #d0d0d0;
}

#section06 .section-title {
	font-weight: 700;
	font-size: 2.6rem;
}

#section06 > .txt {
	margin-top: 2rem;
	line-height: 1.6;
	font-size: 1.1rem;
	text-align: center;
	letter-spacing: .1em;
}







/*---------------------------------------------------------------------- */
/* 768px Tablet & PC Styles
------------------------------------------------------------------------ */

@media screen and (min-width: 768px), print {

/* Utilities
---------------------------------------------------------- */

/* Section --------------------------------- */

.section-title {
	margin: 0;
	font-size: 15.5rem;
}

/* Block --------------------------------- */

/* .block-profile */

.block-profile {
	display: grid;
	grid-template-rows: auto auto auto 1fr;
	gap: 0 10rem;
}

.block-profile > .txt01 {
	grid-area: txt01;
	letter-spacing: .1em;
}

.block-profile > .txt02 {
	grid-area: txt02;
	margin-top: 2rem;
	font-size: 3rem;
}

.block-profile > .txt03 {
	grid-area: txt03;
	margin-top: 3rem;
	line-height: 1.9;
	font-size: 1.6rem;
	letter-spacing: .1em;
}

.block-profile > .link {
	grid-area: link;
	margin-top: 2rem;
	font-size: 1.8rem;
	letter-spacing: .1em;
}

.block-profile > .img {
	grid-area: img;
	margin-top: 0;
	width: 100%;
}

/* .block-architect */

.block-architect {
	flex-flow: row nowrap;
}

.block-architect > .txts > .txt + .txt {
	margin-top: 6rem;
}

.block-architect > .imgs {
	margin-top: 0;
}


/* Layout
---------------------------------------------------------- */

/* #header --------------------------------- */

#header > .scroll {
	bottom: 5rem;
	color: #fff;
	font-size: 1.4rem;
}

#header > .scroll:after {
	bottom: 4.5rem;
	height: 7rem;
}


/* #main --------------------------------- */

/* #main-copy */

#main-copy {
	justify-content: start;
}

#main-copy > svg {
	margin: 1.4rem 0 0 16rem;
	width: 50.6rem;
	height: 4.9rem;
}

/* #section01 */

#section01 {
	padding: 9rem 0 30rem 0;
}

#section01 .txt {
	margin-left: 83.2rem;
	line-height: 2.29;
	font-size: 2.4rem;
	letter-spacing: .1em;
}

#section01 .txt + .txt {
	margin-top: 12rem;
}

#section01 > .img01 {
	width: 71rem;
}

#section01 > .img02 {
	bottom: 19.3rem;
	right: 0;
	width: 83.4rem;
}

/* #section02 */

#section02 .unit > .title > .num {
	padding-bottom: 3rem;
	font-size: 15.5rem;
}

#section02 .unit > .title > .num::after {
	width: 11.9rem;
}

#section02 .unit > .title > .txt {
	margin-top: 4rem;
	font-size: 2rem;
}

#section02 .unit > .txt {
	margin-top: 5rem;
	width: auto;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: .1em;
}

#section02 .unit > .imgs > li > img {
	object-fit: contain;
}

/* #section03 */

#section03 {
	display: flex;
	flex-flow: column;
	padding-left: 0;
	padding-right: 0;
}

#section03 > .lead {
	margin-top: 8rem;
	line-height: 2;
	font-size: 3rem;
	letter-spacing: .25em;
}

#section03 > .block-profile {
	grid-template-columns: 42rem 60rem;
	grid-template-areas:
		'img txt01'
		'img txt02'
		'img txt03'
		'img link';
	align-self: flex-start;
	margin-top: 12rem;
	padding-left: 20.5rem;
}

#section03 > .block-architect01 {
	align-self: flex-end;
	gap: 0 6rem;
}

#section03 > .block-architect01 > .txts {
	margin-top: 2rem;
}

#section03 > .block-architect01 > .imgs {
	margin-right: 0;
	width: 62rem;
}

#section03 > .block-architect02 {
	align-self: flex-start;
	flex-flow: row-reverse nowrap;
	gap: 0 10.5rem;
	margin-top: -3.7rem;
}

#section03 > .block-architect02 > .txts {
	margin-top: 9rem;
}

#section03 > .block-architect02 > .imgs {
	margin-left: 0;
	width: 52rem;
}

/* #section 04 */

#section04 {
	display: flex;
	flex-flow: column;
	padding-top: 15.3rem;
}

#section04 > .block-profile {
	grid-template-columns: 60rem 42rem;
	grid-template-areas:
		'txt01 img'
		'txt02 img'
		'txt03 img'
		'  .   img';
	align-self: flex-start;
	padding-left: 27.5rem;
}

#section04 > .block-architect01 {
	flex-flow: row-reverse nowrap;
	align-self: flex-start;
	gap: 0 18.7rem;
	margin-top: 7.6rem;
}

#section04 > .block-architect01 > .imgs {
	width: 52rem;
}

#section04 > .block-architect01 > .txt {
	margin-top: 2rem;
}

#section04 > .block-architect02 {
	align-self: flex-end;
	gap: 0 11rem;
	margin-top: 13.4rem;
}

#section04 > .block-architect02 > .imgs {
	width: 72.5rem;
}

/* #section05 */

#section05 {
	padding: 11rem 0 0 0;
}

#section05 .section-title {
	font-size: 6.1rem;
	letter-spacing: .3em;
}

#section05 > .txt {
	font-size: 1.8rem;
}

#section05 > .map {
	margin-top: 3rem;
	padding-top: 46.875%;
}

/* #section06 */

#section06 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13.4rem;
	padding: 19rem 0;
}

#section06 .section-title {
	font-size: 6.1rem;
	letter-spacing: .3em;
}

#section06 > .txt {
	margin-top: 0;
	line-height: 2.7;
	font-size: 1.8rem;
	text-align: left;
}

}