/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,*::before,*::after { box-sizing:inherit;}html{box-sizing: border-box;}

:root {
	--external-link: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22feather%20feather-external-link%22%3E%3Cpath%20d%3D%22M18%2013v6a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V8a2%202%200%200%201%202-2h6%22%3E%3C%2Fpath%3E%3Cpolyline%20points%3D%2215%203%2021%203%2021%209%22%3E%3C%2Fpolyline%3E%3Cline%20x1%3D%2210%22%20y1%3D%2214%22%20x2%3D%2221%22%20y2%3D%223%22%3E%3C%2Fline%3E%3C%2Fsvg%3E');
}
html {
	font-family: "EB Garamond", serif;
	font-size: 10px;
	font-weight: 400;
	font-style: normal;
	font-feature-settings: "palt";
	line-height: 1.8;
	visibility: hidden;
	background: #000;
}
html[lang="ja"] {
	font-family: "Hina Mincho", serif;
	font-size: 10px;
}
html.wf-active {
	visibility: visible;
}
body {
	position: relative;
	font-size: 1.4rem;
	text-align: center;
	background: #fff;
	color: #fff;
}
h1, h2, h3, h4, h5, .tab-summary, .footeer-button, .copyright {
	font-family: "EB Garamond", serif;
	font-weight: 400;
}
h2 {
	font-size: 3.6rem;
	margin: 0 0 1.5rem;
}
h2.h2-ja {
	font-family: "Hina Mincho", serif;
	font-size: 2.4rem;
}
section {
	background: linear-gradient(transparent, #222) 0 100% / 100% 10rem no-repeat #000;
	padding: 6rem 2rem;
	margin: 0;
}
section[data-bg="white"] {
	background: linear-gradient(#ddd, transparent) 0 0 / 100% 10rem no-repeat #fff;
	color: #000;
}
figure {
	margin: 0;
}
img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	transition: .2s ease-in-out;
}
.list-unstyled {
	margin: 0;
	padding: 0;
	list-style: none;
}
.hidden {
	display: none !important;
}
.visually-hidden {
	position: absolute !important;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	word-wrap: normal !important;
}
.visually-hidden--inline {
	margin: 0;
	height: 1em;
}
.overflow-hidden {
	overflow: hidden;
}
.container {
	background: #000;
}


/*::::: Tabs :::::*/

.tabs-container {
	position: relative;
	padding-top: 4rem;
}
.tab-summary {
	position: absolute;
	top: 0;
	display: grid;
	place-content: center;
	width: calc((100% - 50px) / 3);
	height: 4rem;
	font-size: 1.8rem;
	list-style: none;
	cursor: pointer;
	transition: 0.2s linear;
}
.tab-summary::-webkit-details-marker {
	display: none;
}
.tab-summary[data-tab="1"] {
	left: 3rem;
}
.tab-summary[data-tab="2"] {
	left: 50%;
	transform: translateX(-50%);
}
.tab-summary[data-tab="3"] {
	right: 3rem;
}
.tab-details[open] .tab-summary {
	background: #000;
	color: #fff;
	pointer-events: none;
	border-bottom: none;
	opacity: 1;
}
.tab-summary * {
	pointer-events: none;
}
.product-tabs--label {
	display: grid;
	gap: 5px;
	text-align: center;
}
.tab-summary .icon {
	display: none;
}
.tab-content {
	position: relative;
	text-align: center;
	padding: 25px 0 0;
	z-index: -1;
}
.tab-details[open] .tab-content {
	z-index: 1;
}


/*::::: Header :::::*/

.site-header {
	position: sticky;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5rem;
/*
	background: rgba(0, 0, 0, .75);
	backdrop-filter: blur(1rem);
*/
	padding: 0 2rem;
	z-index: 10;
}
.header-logo {
	display: block;
	width: auto;
	margin: 0;
}
.header-logo a {
	display: block;
	padding: 1rem 0;
}
.header-logo .logo-mark {
	width: auto;
	height: 2.5rem;
	filter: drop-shadow(0 0 .25rem rgba(0,0,0,.25));
}

/*::::: Sections :::::*/

/* First view */

.first-view {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100vh - 5rem);
	height: calc(100svh - 5rem);
	background: url(../img/main5.jpg) center center / contain no-repeat #000;
	overflow: hidden;
}
.first-view .logo-type {
	width: 60%;
	margin: 0;
	animation: 1.5s ease-in-out .5s both fadein;
}
.first-view .logo-type .logo {
	width: 100%;
	height: auto;
}

.first-view .scroller {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	transform: translateX(-50%);
}
.first-view .scroller::before {
	content: "Scroll";
	display: block;
	font-family: "EB Garamond", serif;
	background: linear-gradient(#25f4ee, #25f4ee) 0 0 / 100% 100% no-repeat, #fe2c55;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	animation: 2s ease-in-out 1s infinite scroller;
}
.first-view .scroller::after {
	content: "";
	display: block;
	width: 1px;
	height: 5rem;
	background: linear-gradient(#25f4ee, #25f4ee) 0 0 / 100% 100% no-repeat, #fe2c55;
	animation: 2s ease-in-out infinite scroller;
}

@keyframes fadein {
	0% {
		opacity: 0;
		transform: scale(5);
		filter: blur(1rem);
	}
	100% {
		opacity: 1;
		transform: scale(1);
		filter: blur(0);
	}
}

@keyframes scroller {
	0% {
		background-position: 0 -5rem, 0 0;
	}

	100% {
		background-position: 0 5rem, 0 0;
	}
}

/* About */

.section-about {
	text-align: left;
	background: url(../img/about3.jpg) right center/ auto 100% no-repeat #000;
}
.section-about p {
	text-shadow: 0 0 .25rem rgb(0, 0, 0);
}

/* Works */

.works {
	margin: 0 -2rem;
}
.slider {
	overflow: hidden;
}
.slide-list {
	display: flex;
	gap: 3rem;
	padding: 0 3rem;
	margin-bottom: 3em;
	overflow: auto;
	scroll-snap-type: x;
	scroll-padding: 0 3rem;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.slide-list::-webkit-scrollbar {
	display: none;
}
.slide-list .list-item {
	scroll-snap-align: center;
	min-width: 30rem;
}
.slide-list .title {
	font-size: 2rem;
	margin: .5rem 0 0;
}
.slide-list p {
	margin: 0;
}
.videos .yt {
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1;
	background: #000;
}
.videos .yt iframe {
	display: block;
	object-fit: contain;
}
.videos .yt:not(.shorts) iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
.videos .yt.shorts iframe {
	width: auto;
	height: 100%;
	aspect-ratio: 9/16;
}
.jacket-link {
	position: relative;
	display: block;
}
.jacket-link:not([disabled])::after {
	content: "";
	position: absolute;
	right: .5rem;
	bottom: .5rem;
	display: block;
	width: 3rem;
	height: 3rem;
	background: #fff;
	mask: var(--external-link) center center / 2rem 2rem no-repeat;
}
.jacket-link[disabled] {
	pointer-events: none;
}
.jacket-link[disabled]::before {
	content: "Coming soon";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: "EB Garamond", serif;
	font-size: 2rem;
	color: #000;
	z-index: 1;
	mix-blend-mode: overlay;
}
.jacket-link[disabled]::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.25);
	backdrop-filter: blur(1rem);
}

.words .list-item {
	display: grid;
	place-content: center;
	aspect-ratio: 1;
	background: url(../img/washi.jpg) 0 0 / 100% 100% no-repeat;
	padding: 2em;
}
[lang="ja"] .words .word {
	font-family: "Hina Mincho", serif;
}
.words .word {
	font-size: 1.8em;
	line-height: 1.6;
	text-align: left;
	margin: 0 0 .5em;
}
.words .name {
	text-align: right;
	margin: 0;
}
.link-block {
	margin-top: 2em;
}
.link-block .caption {
	font-size: 14px;
	margin: .5em 0 0;
}
.button-outline {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 50%;
	gap: 1rem;
	text-decoration: none;
	color: #000;
	padding: 1rem 1.5rem;
	border: 1px solid #000;
	
}
.button-outline:hover {
	box-shadow: 0 0 0 1px #000;
}
.works .video {
	margin: 0 3rem;
	aspect-ratio: 16/9;
}
.works .video iframe {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Members */
.members {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}
.members .name {
	font-size: 1.4em;
}

/* Projects */

.projects {
	display: grid;
	gap: 5rem;
}
.project-title {
	font-size: 2.4rem;
	line-height: 1.4;
	margin: 1em 0 .5em;
}

/*::::: Footer :::::*/

.site-footer {
	padding: 8rem 2rem;
}
.footeer-logo {
	width: 16rem;
	margin: 0 auto 4rem;
}
.footeer-button {
	display: inline-flex;
	font-size: 1.8rem;
	text-decoration: none;
	background: #fff;
	color: #000;
	padding: 1rem 2rem;
}
.policy-link {
	font-size: .8em;
	text-decoration: none;
	color: #fff;
	background: linear-gradient(#fff, #fff) left bottom / 100% 1px no-repeat;
}
.copyright {
	margin-top: 5rem;
}


/*::::: Social icons :::::*/
.social-icons {
	position: fixed;
	right: .5rem;
	bottom: .5rem;
	display: grid;
	gap: .5rem;
	z-index: 10;
}
.social-icons .icon-link {
	display: grid;
	place-content: center;
	width: 4rem;
	height: 4rem;
	background: #000;
}
.social-icons .icon {
	width: 2rem;
	height: 2rem;
}

/*::::: Language changer :::::*/
.lang-changer {
	position: fixed;
	bottom: .5rem;
	left: .5rem;
	display: grid;
	z-index: 10;
}
.lang-changer li {
	display: block;
}
.lang-changer .lang {
	display: grid;
	place-content: center;
	width: 4rem;
	height: 4rem;
	background: #fff;
	color: #000;
	font-family: "EB Garamond", serif;
	font-size: 1rem;
	text-decoration: none;
	line-height: 1;
	padding: 1rem;
}
.lang-changer .lang:hover {
	color: rgba(0,0,0,1);
	background: #25f4ee;
	opacity: 1;
}
.lang-changer .lang.current {
	background: #000;
	color: #fff;
	pointer-events: none;
}


@media (min-width: 560px) {
	html {
		font-size: 14px;
	}
	body {
		background: #fff;
	}
	body::before {
		content: "";
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: radial-gradient(at left bottom, #ffff33 10%, rgba(255, 255, 51, 0) 60%) no-repeat, linear-gradient(135deg, #25f4ee 20%, #fe2c55 80%) no-repeat;
		animation: 5s ease-in-out infinite hue;
		opacity: .5;
		z-index: 1;
	}
	.container {
		position: relative;
		max-width: 600px;
		margin: 0 auto;
		box-shadow: 0 0 3rem rgba(0, 0, 0, .1);
		z-index: 2;
	}
	section {
		padding: 10rem 4rem;
	}
	.works {
		margin: 0 -4rem;
	}
	.first-view .logo-type {
		top: 60%;
	}
}
@media (min-width: 960px) {
	a:hover {
		opacity: .8;
	}
}
@keyframes hue {
	0% {
		filter: hue-rotate(0deg);
	}
	100% {
		filter: hue-rotate(360deg);
	}
}

/*::::: English :::::*/
html[lang="en"] p {
	font-size: 1.1em;
	line-height: 1.5;
}
html[lang="en"] .section-about {
	padding-right: 35%;
}