html{

	background: #FBB6C8;
	font-family: "Hanken Grotesk", "Pretendard", sans-serif;
}

*{
	box-sizing: border-box;
}

body{
	margin: 0;
	width: 100%;
	font-family: "Hanken Grotesk", "Pretendard", sans-serif;
	display: flex;
	flex-direction: column;
}

header{
	width: 100%;
	max-width: 800px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-family: "Hanken Grotesk", sans-serif;
	font-size: 32px;
	font-weight: 800;
	text-align: center;
	margin: 33px auto 85px;
	padding: 8px 24px;
}

header a{
	display: inline-block;
	line-height: 0.8;
	text-decoration: none;
	color: black;
}

header h2{
	font-family: "Pretendard", sans-serif;
	font-size: 16px;
	margin: 0;
}

header:hover {
	background: #f5f5f5;
}

.nav a{
	font-family: "Pretendard";
	font-size: 18px;
	font-weight: 800;
	margin: 0px 20px;
	padding: 1px 4px;
	text-decoration: none;
	color: #000000;
	background: white;
}

.nav a:hover{
	background: #FBB6C8;
}

a {
  color: black;
  text-decoration: none;
  border: 0px solid black;
}

.page1:hover .nav{
	transform: translateZ(50px);
}

#contact-toggle{
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.contact-open{
	font-family: "Pretendard";
	font-size: 18px;
	font-weight: 800;
	margin: 0px 20px;
	padding: 1px 4px;
	text-decoration: none;
	color: #000000;
	background: white;
	cursor: pointer;
}

.contact-popup{
	position: fixed;
	top: 190px;
	right: -220px;
	z-index: 100;

	width: max-content;

	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

#contact-toggle:checked ~ .contact-popup{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.contact-text a{
	display: flex;
	align-items: flex-start;
	font-family: "Pretendard";
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
	color: #000000;
}

.contact-text p{
	display: flex;
	align-items: flex-start;
	font-family: "Pretendard";
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	color: #000000;
}

.scene{

	width: 100%;
	height: 100%;

	display: flex;
	justify-content: center;
	align-items: center;

	perspective: 1000px;
}

.page1{

	position: relative;
	background: #f5f5f5;
	margin: 100px auto;
	text-align: center;

	max-width: 800px;
	padding: 20px;

	/*border: 3px dotted; #000000;*/

	transform-style: preserve-3d;
	transform-origin: center;

	transition: transform 0.12s ease-out;
}

.page1:hover{
	transform: rotateX(15deg) rotateY(-35deg);
}

.page1 h1{
	font-family: "Hanken Grotesk";
	font-size: 84px;
	line-height: 0.8;
	margin: 10px auto 32px auto;
}

.page1 h2{
	font-family: "Pretendard";
	font-size: 16px;
	margin-bottom: 20px;
}

.logo{
	transform-style: preserve-3d;
}

.logo svg{
	display: block;
	margin: 60px auto;
	fill: black;

	transform: translateZ(10px);
	cursor: pointer;
}

.logo svg path{
	pointer-events: none;
}

.svghover{
	fill: transparent;
	pointer-events: none;
}

.logo svg:hover .svghover{
	fill: #FBB6C8;
}

.page1:hover .logo{
transform: translateZ(100px);
}

.page1:hover .logo svg{
transform: translateZ(100px);
background: transparent;
}

.page2{
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	padding: 20px;
	background: #FBB6C8;
}

.document{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.document h3{
	font-family: "Pretendard";
	font-size: 20px;
	font-weight: 700;
	line-height: 160%;
}

.document p{
	width: 360px;
	font-family: "Pretendard";
	font-size: 18px;
	font-weight: 400;
	line-height: 180%;
	margin: 10px 10px 0px 0px;
}

.page3{
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	max-width: 800px;
	background: #f5f5f5;
}

.tokyofotos {
	display: flex;
	width: min(760px, 90vw);
	margin: 6px auto;

	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;

	scrollbar-width: none;
	touch-action: pan-x;

	cursor: grab;
}

.tokyofotos::-webkit-scrollbar {
	display: none;
}

.tokyofotos.dragging {
	cursor: grabbing;
	scroll-behavior: auto;
	scroll-snap-type: none;
}


.tokyofotos img {
	display: block;
	flex: 0 0 100%;

	width: 100%;
	height: auto;

	scroll-snap-align: center;
	scroll-snap-stop: always;

	user-select: none;
	pointer-events: none;
}

.tokyo-count {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin: 20px auto 0px auto;
}

.page3 #tokyo{
	fill: black;
}

.page3 #tokyo:hover path{

}

#sevensix{
	display: inline-block;
	max-width: 400px;
}

.page-type{
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	padding: 20px;
	background: transparent;
}

.music {
	position: relative;
	width: min(760px, 90vw);
	aspect-ratio: 1600 / 900;
	margin: 0 auto;
	}

	.music iframe {
	position: absolute;
	inset: 0;

	width: 100%;
	height: 100%;
	border: 0;

	z-index: 1;
}

#dadada{
	margin: 0 auto;
	max-width: 800px;
	cursor: pointer;
}

#dadada:hover .rest{
	fill: rgba(0, 0, 0, 0);
}

#youtube-player {
	position: fixed;
	width: 1px;
	height: 1px;
	left: -9999px;
	top: -9999px;
	overflow: hidden;
}

.object-3d {
	display: block;
	width: min(760px, 100vw);
    height: 500px;
	margin: 10px auto;
	background: transparent;
}

footer{
	font-family: "Pretendard";
	font-size: 14px;
	text-align: center;
	font-weight: 800;
}


@media (max-width: 600px){
	header{
		width: calc(100% - 24px);
		margin: 20px auto 50px;
		padding: 8px 12px;
	}

	header a{
		font-size: clamp(20px, 8vw, 32px);
		white-space: nowrap;
	}

	header h2{
		font-size: clamp(10px, 3vw, 16px);
		margin-left: 16px;
	}

	.page1 h1{
		font-size: clamp(42px, 14vw, 84px);
	}

	.nav a,
	.contact-open{
		font-size: 14px;
		margin: 0 6px;
	}

	.document{
		flex-direction: column;
	}

	.document p{
		width: 100%;
	}

	.object-3d{
		height: 360px;
	}
}
