@charset "UTF-8";

body::before {
	background: linear-gradient(#fffce2 0%, #cdf6ff 3%, #66e1fd 20%, #6be0f9 36%, #ffae7b 42%, #758ac1 50%, #113d79 59%, #113d79 80%, #758ac1 85%, #fffce2 92%, #9FE5F4 97%, #66E1FD 100%);
	filter: blur(50px);
	display: block;
	content: '';
	position: absolute;
	right: -70px;
	top: 0;
	height: 100%;
	width: 237px;
	z-index: 2;
}

.time-label {
	color: white;
	font-family: 'Galvji';
	font-size: 20px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	mix-blend-mode: exclusion;
	z-index: 10;
}

@media screen and (max-width: 1760px) {
	body::before {
		right: -4vw;
		width: 13.5vw;
	}

	.time-label {
        font-size: 1.14vw;
		bottom: 1.7vw;
		right: 1.7vw;
	}
}

@media screen and (max-width: 780px) {
	body::before {
		filter: blur(20px);
        right: -4vw;
        width: 12vw;
	}

	.time-label {
        font-size: 3.2vw;
		bottom: 6vw;
		right: 1vw;
		writing-mode: vertical-lr;
	}
}


/** ---------------
	header
--------------- **/
header {
	margin-top: 80px;
}

@media screen and (max-width: 1760px) {
	header {
		margin-top: 5vw;
	}
}

@media screen and (max-width: 780px) {
	header {
		margin-top: 20vw;
	}
}


/** -- signboard -- **/
.signboard {
	background: transparent;
	backdrop-filter: blur(29.725400924682617px);
	--webkit-backdrop-filter: blur(29.725400924682617px);
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 60px;
	box-shadow: 0 0 10px 0 #C1C1C1;
	margin: 0 auto;
	position: fixed;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
	height: 62px;
	width: 100%;
	max-width: 1320px;
	z-index: 999;
}
.signboard .logo {
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
	width: 170px;
}
.signboard .logo a {
	align-items: center;
}
.signboard .logo .icon {
    margin-top: 12px;
	width: 80px;
}
.signboard .logo .txt {
	margin-left: auto;
	width: 72px;
}

.signboard nav {
	height: 100%;
	width: 100%;
}
.signboard nav ul {
	align-content: center;
	justify-content: center;
	height: 100%;
}
.signboard nav ul li {
	font-family: 'futura-pt', sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin: 0 15px;
}

.signboard .contact_btn {
	background-color: #584848;
	border-radius: 30px;
	color: #d2d2d2;
	display: block;
	font-family: 'futura-pt', sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	padding: 2px 0 3px;
	position: absolute;
	right: 20px;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	transition: ease .3s;
	width: 178px;
}
.signboard .contact_btn:hover {
	background-color: #BAB3B3;
}

.signboard .menu_btn {
	display: none;
}

.signboard .nav_bg {
	display: none;
}

@media screen and (max-width: 1760px) {
	.signboard {
		border-radius: 6vw;
		top: 1.2vw;
		height: 4vw;
		width: calc(100% - 4vw);
	}
	.signboard .logo {
		left: 3.1vw;
		width: 9.4vw;
	}
	.signboard .logo .icon {
        margin-top: .8vw;
		width: 4.8vw;
	}
	.signboard .logo .txt {
		width: 3.7vw;
	}

	.signboard nav ul li {
        font-size: 1.14vw;
        margin: 0 .8vw;
	}

	.signboard .contact_btn {
        border-radius: 3vw;
        padding: .1vw 0 .2vw;
        right: 1.8vw;
        width: 10vw;
	}
}

@media screen and (max-width: 780px) {
	.signboard {
		backdrop-filter: initial;
		--webkit-backdrop-filter: initial;
		background-color: rgba(255, 255, 255, 0.8);
		border-radius: 10vw;
		left: 4vw;
		top: 4vw;
		transform: initial;
		height: 12vw;
		width: calc(100% - 8vw);
	}
	.signboard .logo {
		left: 4vw;
		width: 27vw;
		z-index: 9999;
	}
	.signboard .logo .icon {
        margin-top: 2vw;
		width: 13vw;
	}
	.signboard .logo .txt {
		width: 12vw;
	}

	.signboard nav {
		background-color: #F5F5F5;
		display: none;
		filter: grayscale(1);
		overflow: hidden;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: 999;
	}
	.signboard nav ul {
		display: block;
	}
	.signboard nav ul li {
		font-size: 5.4vw;
		margin: 0 0 6vw;
		text-align: center;
	}

	.signboard .contact_btn {
		border-radius: 10vw;
		font-size: 4vw;
		padding: 1vw 2vw;
		right: 20vw;
		width: 28vw;
		z-index: 999;
	}
	
	.signboard .menu_btn {
		display: block;
		position: absolute;
		right: 6vw;
		top: 2vw;
		height: 8vw;
		width: 8vw;
		z-index: 9999;
	}
	.signboard .menu_btn.active::before {
		background-color: white;
		border-radius: 50%;
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		transition: ease .5s;
		height: 12vw;
		width: 12vw;
	}
	.signboard .menu_btn span {
		background-color: #584848;
		display: block;
		position: absolute;
		left: 0;
		transform: translateY(-50%);
		transition: ease .5s;
		height: 3px;
		width: 100%;
	}
	.signboard .menu_btn span:nth-child(1) {
		top: calc(50% - 2.5vw);
	}
	.signboard .menu_btn span:nth-child(2) {
		top: 50%;
	}
	.signboard .menu_btn span:nth-child(3) {
		top: calc(50% + 2.5vw);
	}
	.signboard .menu_btn.active span:nth-child(1) {
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
	}
	.signboard .menu_btn.active span:nth-child(2) {
		transform: translateX(40vw);
	}
	.signboard .menu_btn.active span:nth-child(3) {
		top: 50%;
		transform: translateY(-50%) rotate(-225deg);
	}
}


/** ---------------
	main
--------------- **/
main {
	padding-bottom: 200px;
}

@media screen and (max-width: 1760px) {
	main {
		padding-bottom: 10vw;
	}
}

@media screen and (max-width: 780px) {
	main {
		padding-bottom: 14vw;
	}
}


/** -- sec_inner -- **/
.sec_inner {
	margin: 0 auto;
	width: 1320px;
}

@media screen and (max-width: 1760px) {
	.sec_inner {
		margin: 0 12vw;
		width: auto;
	}
}

@media screen and (max-width: 780px) {
	.sec_inner {
		margin-left: 4vw;
		margin-right: 10vw;
		width: auto;
	}
}


/** -- headline -- **/
.headline_1 {
	margin-bottom: 80px;
	position: relative;
}
.headline_1 h2 {
	display: table;
	font-family: 'futura-pt', sans-serif;
	font-size: 30px;
	letter-spacing: 5px;
	margin-bottom: 15px;
	margin-left: -24px;
	transform: rotate(-6deg);
}
.headline_1 p {
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 15px;
	line-height: 1.2;
}
.headline_1 h3 {
	font-size: 40px;
	margin-top: 50px;
}

@media screen and (max-width: 1760px) {
	.headline_1 {
		margin-bottom: 4.5vw;
	}
	.headline_1 h2 {
        font-size: 1.7vw;
        letter-spacing: .28vw;
        margin-bottom: .8vw;
        margin-left: -1.3vw;
	}
	.headline_1 p {
        font-size: 5.7vw;
        letter-spacing: .8vw;
	}
	.headline_1 h3 {
        font-size: 2.3vw;
        margin-top: 2.8vw;
	}
}

@media screen and (max-width: 780px) {
	.headline_1 {
		margin-bottom: 8vw;
	}
	.headline_1 h2 {
        font-size: 4.6vw;
        letter-spacing: .5vw;
        margin-bottom: 2vw;
        margin-left: -2vw;
	}
	.headline_1 p {
        font-size: 6.4vw;
        letter-spacing: 1vw;
	}
	.headline_1 h3 {
        font-size: 3.8vw;
        margin-top: 4vw;
	}
}


/** ---------------
	footer
--------------- **/
footer .copyright {
	color: white;
	font-family: 'futura-pt', sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: 500;
	position: fixed;
	right: 30px;
	top: 50px;
	writing-mode: sideways-lr;
	mix-blend-mode: exclusion;
	z-index: 10;
}

@media screen and (max-width: 1760px) {
	footer .copyright {
        font-size: .7vw;
        right: 1.7vw;
        top: 6.8vw;
	}
}

@media screen and (max-width: 780px) {
	footer {
		padding-bottom: 6vw;
	}
	footer .copyright {
        font-size: 3vw;
		position: relative;
		right: auto;
		top: auto;
		text-align: center;
		width: 100%;
		writing-mode: initial;
	}
}