/* default */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, p, button, iframe, th, td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, dt {
	font-weight: normal;
}

img, fieldset, iframe, button {
	border: 0 none;
}

li {
	list-style: none;
}

i, em, u, cite {
	font-style: normal;
}

a {
	color: #000;
	text-decoration: none;
	outline-offset: -1px;
	box-sizing: border-box;
}

.chrome a,
.safari a {
	outline-offset: -3px;
}

table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

legend {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

select, input, textarea {
	outline: 0;
}

select, input, label {
	vertical-align: middle;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

button {
	border: 0 none;
	cursor: pointer;
	background: none;
}

select::-ms-expand {
	display: none;
}

select::-moz-focus-inner {
	border: 0;
	padding: 0;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

html, body {
	height: 100%;
	font-size: 0;
	line-height: 0;
}

body {
	width: 100%;
	overflow-x: hidden;
	word-break: keep-all;
	word-wrap: break-word;
}

* {
	font-size: inherit;
	line-height: 1.4em;
	color: black;
}

*:focus {
	outline: 0;
}

@font-face {
	font-family: "Suite";
	src: url("../fonts/SUITE-Variable.woff2") format("woff2");
}
@keyframes fade-in-left {
	0% {
		transform: translate(-80%, -50%) scale(1.1);
		opacity: 0;
	}
	40% {
		transform: translate(-50%, -50%) scale(1.1);
		opacity: 1;
	}
	50% {
		transform: translate(-50%, -50%) scale(1.1);
		opacity: 1;
	}
	90% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
}
@keyframes fade-in-right {
	0% {
		transform: translate(-20%, -50%) scale(1.1);
		opacity: 0;
	}
	40% {
		transform: translate(-50%, -50%) scale(1.1);
		opacity: 1;
	}
	50% {
		transform: translate(-50%, -50%) scale(1.1);
		opacity: 1;
	}
	90% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
}
@keyframes fade-in-top {
	0% {
		transform: translate(-50%, -20%) scale(1.1);
		opacity: 0;
	}
	40% {
		transform: translate(-50%, -50%) scale(1.1);
		opacity: 1;
	}
	50% {
		transform: translate(-50%, -50%) scale(1.1);
		opacity: 1;
	}
	90% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
}
@keyframes fade-in-bottom {
	0% {
		transform: translate(-50%, -80%) scale(1.1);
		opacity: 0;
	}
	40% {
		transform: translate(-50%, -50%) scale(1.1);
		opacity: 1;
	}
	50% {
		transform: translate(-50%, -50%) scale(1.1);
		opacity: 1;
	}
	90% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
}
@keyframes fade-out-row {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	60% {
		transform: translate(-50%, -50%) scale(1.2);
	}
	100% {
		transform: translate(-50%, -50%) scale(1.2);
		opacity: 0;
	}
}
@keyframes fade-in-blur {
	0% {
		backdrop-filter: blur(0);
		-webkit-backdrop-filter: blur(0);
	}
	20% {
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(8px);
	}
	60% {
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(8px);
	}
	100% {
		-webkit-backdrop-filter: blur(0);
		backdrop-filter: blur(0);
	}
}
@keyframes fade-out-blur {
	0% {
		backdrop-filter: blur(0);
		-webkit-backdrop-filter: blur(0);
	}
	20% {
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(8px);
	}
	60% {
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(8px);
	}
	100% {
		-webkit-backdrop-filter: blur(0);
		backdrop-filter: blur(0);
	}
}
@keyframes works-title-anim {
	from {
		background-position-x: 100%;
	}
	to {
		background-position-x: 0%;
	}
}
@keyframes drawPoint {
	0% {
		transform: translate(0, 0) scale(1);
	}
	50% {
		transform: translate(0, 2px) scale(1.2);
	}
	70% {
		transform: translate(-4px, 0) scale(1.1);
	}
	100% {
		transform: translate(0, 0) scale(1);
	}
}
@keyframes shoot {
	0% {
		transform: translate(2px 4px) scale(1);
	}
}
@keyframes fade {
	to {
		transform: translate(-3px 6px) scale(0);
		opacity: 0;
	}
}
@keyframes fade-out-scale-down {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		width: 0;
		height: 0;
	}
}
/* =========================================================
 * root variables
 * ========================================================= */
:root {
	--font-suite: "Suite", "Roboto", "Apple SD Gothic Neo", sans-serif;
}

/* =========================================================
 * common
 * ========================================================= */
.is-blind {
	position: absolute;
	top: 1px;
	left: 1px;
	overflow: hidden;
	opacity: 0;
	z-index: -1;
	clip: rect(0 0 0 0);
	margin: -1px;
	border: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	white-space: nowrap;
}

html {
	touch-action: none !important;
	height: calc(var(--vh, 1vh) * 100);
	overflow: hidden;
}

body {
	width: 100%;
	min-height: calc(var(--vh, 1vh) * 100);
	height: calc(var(--vh, 1vh) * 100);
	font-family: var(--font-suite);
	overflow: hidden !important;
	transition: opacity 0.65s 0.15s, background-color 0.65s 0.15s;
	touch-action: none !important;
}

body.reveal {
	opacity: 1;
	overflow-y: auto;
}

body.hidden {
	opacity: 0;
}

.smooth-wrapper {
	z-index: 10;
}

main {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

*::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
*::-webkit-scrollbar-thumb {
	height: 32%;
	border: 2px solid transparent;
	border-radius: 8px;
	background: black;
	background-clip: padding-box;
}
*::-webkit-scrollbar-track {
	border-radius: 4px;
	background-color: transparent;
}

/* =========================================================
 * header
 * ========================================================= */
header {
	mix-blend-mode: difference;
	z-index: 100;
	position: relative;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100vw;
	z-index: 1000;
	transition: opacity 0.6s ease;
	opacity: 0;
}
.header.is-on {
	opacity: 1;
	transform: translateY(0);
}
.header.is-on .header_inner:after {
	width: calc(100% - 280px);
	opacity: 1;
	transition: 0.6s ease;
}
.header.is-on .header_logo {
	opacity: 1;
}
.header.is-on .header_logo_link {
	opacity: 1;
}
.header.is-hide {
	z-index: -100;
	opacity: 0;
}
.header.is-fix {
	display: block;
	transform: translateY(0) !important;
	opacity: 1 !important;
}
.header.is-fix .header_inner:after {
	width: calc(100% - 280px);
	opacity: 1;
}
.header.is-fix .header_logo {
	opacity: 1;
}
.header.is-fix .header_logo_link {
	opacity: 1;
}

.header_inner {
	display: flex;
	position: relative;
	flex-direction: row;
	align-items: center;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 12px 140px;
}
.header_inner:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.header_logo {
	position: relative;
	display: block;
	flex: 0 0 auto;
	opacity: 0;
}

.header_logo_link {
	display: inline-block;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.4px;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	position: relative;
}

.header_menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 24px;
	flex: 0 0 auto;
	margin-left: auto;
	padding-left: 40px;
}

.header_menu_link {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	background: linear-gradient(transparent 50%, #fff 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (hover: hover) and (pointer: fine) {
	.header_menu_link:hover::after {
		transform: translate(-1px, 0);
	}
}
.header_menu_link::after {
	content: attr(data-heading);
	position: absolute;
	left: 0;
	background: linear-gradient(#fff 50%, transparent 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transform: translate(0px, 0);
	transition: transform 0.4s ease;
}

@media (max-width: 1400px) {
	.header.is-on .header_inner:after {
		width: calc(100% - 150px);
	}
	.header.is-fix .header_inner:after {
		width: calc(100% - 150px);
	}
	.header .header_inner {
		max-width: 100%;
		padding: 12px 75px;
	}
}
@media (max-width: 1024px) {
	.header.is-on .header_inner:after {
		width: calc(100% - 80px);
	}
	.header.is-fix .header_inner:after {
		width: calc(100% - 80px);
	}
	.header .header_inner {
		padding: 12px 40px;
	}
}
@media (max-width: 768px) {
	.header.is-on .header_inner:after {
		width: calc(100% - 48px);
	}
	.header.is-fix .header_inner:after {
		width: calc(100% - 48px);
	}
	.header .header_inner {
		padding: 8px 24px;
	}

	.header_logo_link {
		font-weight: bold;
		font-size: 20px;
	}

	.header_menu {
		gap: 16px;
		padding-left: 32px;
	}

	.header_menu_link {
		font-size: 12px;
		font-weight: 500;
	}
}
/* =========================================================
 * main - intro
 * ========================================================= */
#main {
	position: relative;
	z-index: 10;
}
#main .content {
	width: 100%;
	height: 100vh;
	margin-top: 1px;
	overflow: hidden;
	background-color: #fff;
}
#main .content .inner {
	position: relative;
	width: 100%;
	height: calc(var(--vh, 1vh) * 100);
	display: flex;
	align-items: flex-end;
	padding: 0 6vw;
}
#main .content .bg {
	width: 100%;
	height: 50vh;
	position: absolute;
	background-color: transparent;
	left: 0;
	top: 50vh;
}
#main .content .bg.fill {
	background-color: #000;
}
#main .content .bg.is-scroll {
	height: 100%;
}
#main .content .particle {
	display: none;
	position: absolute;
	left: 0;
	bottom: calc(100% - 1px);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #000;
	transform-origin: center bottom;
	-webkit-transform-origin: center bottom;
}
#main .content .particle.is-play {
	display: block;
}
#main .content .particle.is-end {
	display: none;
}
#main .content .title-wrap {
	position: absolute;
	left: 0;
	top: 50vh;
	width: 100vw;
	height: 50%;
	padding-right: 8px;
	display: flex;
	align-items: center;
}
#main .content h1 {
	width: auto;
	max-width: calc(100% - 6vw);
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 16vw;
	font-weight: 400;
	line-height: 76%;
	word-break: break-all;
	text-align: center;
	text-transform: uppercase;
	-webkit-text-stroke: 3px #d0d0d0;
	color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(to top, #d0d0d0, #eee) no-repeat;
	background-position: bottom;
	background-clip: text;
	-webkit-background-clip: text;
	background-size: 100% 0%;
	z-index: 11;
	opacity: 0;
}
#main .content h1.active {
	opacity: 1;
}
#main .content svg {
	position: absolute;
	top: 50vh;
	height: 50vh;
	left: 0;
	z-index: 11;
	width: calc(100vw - 8px);
}
#main .content svg text {
	font-size: 16vw;
	font-weight: 400;
	line-height: 80%;
	stroke-width: 3;
	white-space: pre-line;
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
}
#main .content svg text.active {
	stroke: #d0d0d0;
	animation: drawStroke 3s forwards alternate;
}
@keyframes drawStroke {
	0% {
		stroke-dasharray: 0 50%;
		stroke-dashoffset: 10%;
		letter-spacing: -50px;
	}
	75% {
		letter-spacing: normal;
	}
	100% {
		stroke-dasharray: 50% 0;
		stroke-dashoffset: -10%;
	}
}
#main .scroll {
	position: absolute;
	width: 48px;
	height: 48px;
	bottom: 60px;
	left: 50%;
	display: block;
	transform: translateX(-50%);
	z-index: 11;
}
#main .scroll.active > span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 2px solid #d0d0d0;
	border-bottom: 2px solid #d0d0d0;
	transform: rotate(-45deg);
	animation: scrollAni 1.5s infinite;
	box-sizing: border-box;
}
@keyframes scrollAni {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
#main .list_space {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	background-color: #fff;
	transform: scale(0);
	overflow: auto;
}
#main .list {
	display: none;
	position: relative;
	width: 100%;
	height: calc(var(--vh, 1vh) * 100);
	margin-top: -25vh;
	padding-top: 25vh;
	margin-bottom: 25vh;
	left: 0;
	background-color: transparent;
	transform: scale(0);
	transform-origin: center;
	overflow: auto;
	overflow-x: hidden;
	overflow: hidden;
}
#main .list.is-on {
	display: block;
}
#main .list.is-full {
	width: 100%;
	height: 100%;
	overflow: auto;
}
#main .line {
	display: block;
	position: absolute;
	background-color: #000;
	box-sizing: border-box;
	z-index: 111;
}
#main .line.top {
	height: 50vh;
	left: 0;
	border-bottom: 1px solid #fff;
	opacity: 0;
}
#main .line.bottom {
	height: 50vh;
	right: 0;
	border-top: 1px solid #fff;
	border-bottom: none;
}
#main .line.left {
	top: 0;
	border: none;
	border-right: 1px solid #fff;
}
#main .line.right {
	bottom: 0;
	border: none;
	border-left: 1px solid #fff;
}
@media (max-width: 1024px) {
	#main .content h1 {
		font-size: 18vw;
		-webkit-text-stroke: 2px #d0d0d0;
	}
	#main .content svg text {
		font-size: 18vw;
		stroke-width: 2;
	}
	#main .content .scroll.active > span {
		width: 20px;
		height: 20px;
	}
}
@media (max-width: 768px) {
	#main .content {
		width: 100%;
	}
	#main .content .title-wrap {
		position: absolute;
		top: 25%;
		width: 100%;
		height: calc(var(--vh, 1vh) * 75);
		left: 0;
		padding: 0 4vw;
	}
	#main .content h1 {
		font-size: clamp(65px, 18vw, 120px);
		-webkit-text-stroke: 2px #d0d0d0;
	}
	#main .content svg {
		width: 100%;
		top: 25%;
		height: calc(var(--vh, 1vh) * 75);
	}
	#main .content svg text {
		font-size: clamp(65px, 18vw, 120px);
		stroke-width: 2;
	}
	#main .content .bg {
		top: calc(var(--vh, 1vh) * 25);
		height: 75vh;
	}
	#main .content .scroll {
		bottom: 40px;
	}
	#main .content .scroll.active > span {
		width: 16px;
		height: 16px;
	}
	@supports (-webkit-touch-callout: none) {
		#main .content {
			height: -webkit-fill-available;
		}
	}
	#main .content.fix-height {
		/* iOS only */
	}
	@supports (-webkit-touch-callout: none) {
		#main .content.fix-height {
			height: auto;
		}
	}
}

.svg_filter {
	position: absolute;
	width: 0;
	height: 0;
}
.svg_filter svg {
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: -9999px;
	pointer-events: none;
	overflow: visible;
}

/* =========================================================
 * main - Works
 * ========================================================= */
.works {
	display: block;
	position: relative;
	width: 100%;
	background-color: #fff;
	padding-top: 200px;
}

.works_inner {
	transform-origin: center top;
}

.works_space {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.works_title {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 140px 80px;
	max-width: 1920px;
	margin: 0 auto;
	text-align: center;
}

.works_title_text {
	display: inline-block;
	font-size: 56px;
	font-weight: 800;
	transform-origin: center left;
	letter-spacing: 8px;
}

.works_list {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0 0 100px 0;
	margin-top: 80px;
}

.works_item {
	display: flex;
	flex-direction: row;
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: auto;
	min-height: 100vh;
	margin: 0 auto;
	padding: 10vh 140px;
}
.works_item.align-right {
	flex-direction: row-reverse;
}
.works_item.type-vertical .works_item_inner {
	width: 70%;
	flex-direction: column;
}
.works_item.type-vertical .works_item_info {
	display: block;
	width: 100%;
	flex: 0;
	padding: 0;
}
.works_item.type-vertical .works_info_title {
	text-align: left;
}
.works_item.type-vertical .works_info_desc {
	text-align: left;
}
.works_item.type-vertical .works_info_more {
	text-align: left;
}
.works_item.type-vertical .works_item_view {
	width: 100%;
	height: 100%;
	flex: 1;
	padding: 20px 0 0 0;
}
.works_item.type-vertical .works_item_view:after {
	top: initial;
	bottom: 0;
	width: 100%;
	height: calc(100% - 20px);
}
.works_item.type-vertical .works_item_view.anim .works_view_img:first-child {
	animation: fade-in-bottom 1s forwards;
}
.works_item.type-vertical .works_item_view.anim-reverse .works_view_img:last-child {
	animation: fade-in-top 1s forwards;
	z-index: 1;
}
.works_item.type-vertical.align-right .works_info_title {
	text-align: right;
}
.works_item.type-vertical.align-right .works_info_desc {
	text-align: right;
}
.works_item.type-vertical.align-right .works_info_more {
	text-align: right;
}
.works_item.type-right .works_item_inner {
	flex-direction: row-reverse;
}
.works_item.type-right .works_item_info {
	width: 50%;
}
.works_item.type-right .works_info_title {
	text-align: left;
	margin-left: 0;
}
.works_item.type-right .works_info_desc {
	text-align: left;
}
.works_item.type-right .works_info_more {
	text-align: left;
}
.works_item.type-right .works_info_more:before {
	left: initial;
	right: 0;
}
.works_item.type-right .works_item_view {
	padding: 0 20px 0 0;
}
.works_item.type-right .works_item_view:after {
	left: 0;
	right: initial;
}
.works_item.type-right .works_item_view.anim .works_view_img:first-child {
	animation: fade-in-left 1s forwards;
}
.works_item.type-right .works_item_view.anim-reverse .works_view_img:last-child {
	animation: fade-in-right 1s forwards;
}

.works_item_inner {
	display: flex;
	flex-direction: row;
	position: relative;
	width: 100%;
	min-height: 456px;
	background-color: #cff2ed;
}

.works_item_info {
	display: block;
	width: 40%;
	height: 100%;
	padding: 50px 20px;
	flex: 1 0 auto;
	background-color: #fff;
}

.works_info_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
}

.works_info_title {
	display: block;
	width: 100%;
	font-size: 84px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-align: right;
	margin-left: auto;
}
.works_info_title * {
	color: inherit;
	line-height: inherit;
}

.works_info_sub {
	display: block;
	width: 100%;
	margin-top: 12px;
	padding: 5px 5px 5px 0;
}

.works_info_desc {
	display: block;
	font-size: 20px;
	overflow: hidden;
	text-align: right;
}

.works_info_more {
	display: block;
	width: 100%;
	text-align: right;
	margin-top: 8px;
	border-top: 1px solid #000;
}

.works_more_view {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	z-index: 10;
}
.works_more_view.is-clicked {
	z-index: 100;
}
.works_more_view.is-clicked .works_more_view_hover {
	width: 140px;
	height: 140px;
	filter: url(#liquid);
	transform: translate(-50%, -50%) scale(5);
	transition: 1s;
	opacity: 0;
}
.works_more_view.is-clicked .works_more_view_hover {
	width: 140px;
	height: 140px;
	filter: url(#liquid);
	transform: translate(-50%, -50%) scale(5);
	transition: 1s;
}
.works_more_view:after {
	content: attr(data-content);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	font-size: 18px;
	letter-spacing: 1.8px;
	z-index: 1;
	color: #000;
	font-weight: bold;
	transition: 0.8s ease;
}
@media (hover: hover) and (pointer: fine) {
	.works_more_view:hover {
		border-color: transparent;
	}
	.works_more_view:hover.is-clicked .works_more_view_hover {
		width: 140px;
		height: 140px;
		filter: url(#liquid);
		transform: translate(-50%, -50%) scale(5);
		opacity: 0;
		transition: 1s;
	}
	.works_more_view:hover .works_more_view_hover {
		width: 140px;
		height: 140px;
		transform: translate(-50%, -50%);
		filter: url(#liquid);
	}
	.works_more_view:hover:after {
		color: #fff;
		mix-blend-mode: difference;
	}
}

.works_more_view_hover {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: inherit;
	border-radius: 50%;
	transition: 0.5s ease;
}

.works_item_view {
	display: block;
	position: relative;
	width: 100%;
	min-height: 400px;
	padding: 0 0 0 20px;
	overflow: hidden;
}
.works_item_view:after {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 20px);
	height: 100%;
	right: 0;
	top: 0;
	animation-timing-function: ease;
}
.works_item_view.no-image {
	background-color: #000 !important;
}
.works_item_view.no-image .works_view_more {
	display: block;
}
.works_item_view.no-image .works_view_img {
	display: none;
}
.works_item_view.no-play .works_view_inner .works_view_img:first-child {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}
.works_item_view .works_view_img {
	animation-timing-function: ease;
}
.works_item_view.anim .works_view_img:first-child {
	animation: fade-in-right 1s forwards;
}
.works_item_view.anim .works_view_img:last-child {
	animation: fade-out-row 1s forwards;
}
.works_item_view.anim:after {
	animation: fade-out-blur 1s forwards;
}
.works_item_view.anim-reverse .works_view_img:first-child {
	animation: fade-out-row 1s forwards;
	z-index: 1;
}
.works_item_view.anim-reverse .works_view_img:last-child {
	animation: fade-in-left 1s forwards;
}
.works_item_view.anim-reverse:after {
	animation: fade-in-blur 1s forwards;
}

.works_view_content {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.works_view_inner {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.works_view_inner .works_view_img:first-child {
	transform: translate(-20%, -50%) scale(1.2);
	opacity: 0;
}

.works_view_img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: calc(100% + 20vh);
	object-fit: cover;
	object-position: center;
}

.works_view_more {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	color: #fff;
	transform: translate(-50%, -50%);
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	text-align: center;
	z-index: 10;
}
.works_view_more:before {
	content: "";
	display: block;
	position: absolute;
	width: 140px;
	height: 140px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: inherit;
	border-radius: 50%;
	transition: 0.5s ease;
	background-color: inherit;
	filter: url(#liquid);
}
.works_view_more:after {
	content: attr(data-content);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	font-size: 18px;
	letter-spacing: 0.9px;
	z-index: 1;
	color: #fff;
	font-weight: bold;
	transition: 0.8s ease;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mix-blend-mode: difference;
}

@media (max-width: 1400px) {
	.works_title {
		padding: 0 75px 40px;
	}

	.works_title_text {
		font-size: 48px;
	}

	.works_item {
		max-width: 100%;
		min-height: 1000px;
		padding: 10vh 75px;
	}

	.works_info_desc {
		font-size: 18px;
	}
}
@media (max-width: 1024px) {
	.works {
		padding-top: 140px;
	}

	.works_title {
		padding: 0 40px 28px;
	}

	.works_title_text {
		font-size: 36px;
		letter-spacing: 4px;
	}

	.works_item {
		padding: 75px 40px;
	}
	.works_item.type-vertical .works_info_sub {
		margin-top: 0;
		margin-bottom: 22px;
	}

	.works_item_info {
		padding: 32px 16px;
	}

	.works_info_title {
		font-size: 42px;
	}

	.works_info_sub {
		margin-bottom: 8px;
	}

	.works_info_desc {
		font-size: 16px;
	}

	.works_info_more {
		margin-top: 0;
	}

	.works_more_view {
		width: 60px;
		height: 60px;
	}
	.works_more_view:after {
		font-size: 14px;
		letter-spacing: 1.4px;
		font-weight: 500;
	}
}
@media (max-width: 768px) {
	.works {
		padding-top: 100px;
	}

	.works_title {
		padding: 0 24px 60px;
	}

	.works_title_text {
		font-size: 28px;
		letter-spacing: 3px;
		font-weight: bold;
	}

	.works_item {
		min-height: 400px;
		height: calc(100vh - 200px);
		max-height: 900px;
		padding: 10px 24px 70px;
	}
	.works_item.type-vertical .works_item_inner {
		width: 100%;
	}
	.works_item.type-vertical .works_item_info {
		padding-bottom: 7px;
	}
	.works_item.type-vertical .works_info_sub {
		margin-bottom: 7px;
		margin-top: 12px;
	}
	.works_item.type-vertical .works_info_more {
		text-align: right;
	}
	.works_item.type-vertical .works_item_view {
		padding: 0;
	}
	.works_item.type-vertical .works_item_view:after {
		width: 100%;
		height: 100%;
		top: 0;
		bottom: initial;
	}
	.works_item.type-vertical.align-right .works_info_title {
		text-align: left;
	}
	.works_item.type-vertical.align-right .works_info_desc {
		text-align: left;
	}
	.works_item.type-right .works_item_inner {
		width: 100%;
		flex-direction: column;
	}
	.works_item.type-right .works_item_info {
		width: 100%;
		padding-bottom: 7px;
	}
	.works_item.type-right .works_info_more {
		text-align: right;
	}
	.works_item.type-right .works_item_view {
		padding: 0;
	}
	.works_item.type-right .works_item_view:after {
		width: 100%;
	}

	.works_item_inner {
		width: 100%;
		flex-direction: column;
	}

	.works_info_sub {
		padding-right: 80px;
		margin-bottom: 7px;
	}

	.works_item_info {
		display: block;
		width: 100%;
		flex: 0;
		padding: 0;
	}

	.works_info_title {
		font-size: 36px;
		font-weight: 600;
		text-align: left;
	}

	.works_info_desc {
		text-align: left;
	}

	.works_item_view {
		width: 100%;
		height: 100%;
		min-height: 300px;
		flex: 1;
		padding: 0;
	}
	.works_item_view:after {
		width: 100%;
	}

	.works_info_more {
		bottom: 0;
		border-top: 1px solid #000;
	}

	.works_more_view:after {
		font-size: 14px;
	}
	.works_more_view.is-clicked .works_more_view_hover {
		width: 100px;
		height: 100px;
	}
	.works_more_view.is-clicked .works_more_view_hover {
		width: 100px;
		height: 100px;
	}
}
@media (max-width: 768px) and (hover: hover) and (pointer: fine) {
	.works_more_view:hover.is-clicked .works_more_view_hover {
		width: 100px;
		height: 100px;
	}
	.works_more_view:hover .works_more_view_hover {
		width: 100px;
		height: 100px;
	}
}
@media (max-width: 768px) {
	.works_view_more:before {
		width: 120px;
		height: 120px;
	}
	.works_view_more:after {
		font-size: 14px;
		font-weight: 500;
	}
}
/* =========================================================
 * footer
 * ========================================================= */
.footer {
	display: block;
	position: relative;
	width: 100%;
	background-color: #000;
	overflow: hidden;
}
.footer.is-hide {
	position: fixed;
	opacity: 0;
}

.footer_inner {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 100px 140px 200px;
}

.footer_contact {
	display: block;
	position: relative;
}

.footer_contact_title {
	display: block;
	width: 100%;
	font-size: 32px;
	color: #fff;
}

.footer_contact_list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: relative;
	margin-top: 60px;
	padding-top: 28px;
}

.footer_contact_item {
	display: block;
	position: relative;
}

.footer_contact_label {
	display: block;
	font-size: 16px;
	color: #fff;
}

.footer_contact_text {
	position: relative;
	display: inline-block;
	font-size: 24px;
	color: #fff;
}
.footer_contact_text:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #fff;
	opacity: 0;
	transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
	.footer_contact_text:hover:after {
		width: 100%;
		opacity: 1;
	}
}

.footer_top {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #121315;
}

.footer_top_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
	transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
	.footer_top_btn:hover {
		color: #fff;
	}
}

@media (max-width: 1400px) {
	.footer_inner {
		padding: 80px 75px 180px;
	}
}
@media (max-width: 1024px) {
	.footer_inner {
		padding: 60px 40px 180px;
	}

	.footer_contact_title {
		font-size: 28px;
	}

	.footer_contact_list {
		gap: 12px;
		margin-top: 40px;
		padding-top: 18px;
	}

	.footer_contact_label {
		display: block;
		font-size: 14px;
		color: #fff;
	}

	.footer_contact_text {
		font-size: 20px;
	}
}
@media (max-width: 768px) {
	.footer_inner {
		padding: 48px 24px 148px;
	}

	.footer_contact_title {
		font-size: 24px;
	}

	.footer_top_btn {
		padding: 16px;
		font-size: 14px;
	}
}
.works_item_inner .works_item_transition {
	position: absolute;
	opacity: 0;
	transform: scale(0.8) translate3D(0, -20px, 0);
	transition: opacity 0.2s, transform 0.8s cubic-bezier(0.09, 0.52, 0.25, 1);
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 1em;
}
.works_item_inner.anim .works_item_transition {
	opacity: 1;
	transform: scale(1) translate3D(0, 0, 0);
}