@charset "UTF-8";

@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.1/css/all.min.css);
@import url(reset.css);
@import url(fonts.css);	
@import url(nav.css);	
@import url(jquery.mb.YTPlayer.css);	

html {
	font-size: 10px;
}
body {
	font-family: PostGrotesk-Book, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #000610;
	letter-spacing: .025em;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
	/* min-height: 100vh;
    overflow: hidden; */
}
/*--common--*/
/* .barba-container {
	width: 100%;
	height: 100vh;
} */
a {
	color: #000;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
.size10 {
	font-size: 10px;
	line-height: 1.333 !important;
}
.is-light {
	fill: #fff;
}
.is-dark {
	fill: #000610;
}
/*--/common--*/

main {
	font-size: 2rem;
}
.logo {
	margin: 2% 5%;
}


.grid {
	margin-bottom: 1.6em;
}
.grid-item {
	width: 200px;
	padding: 2px;
}
.grid-item img {
	margin: 0;
	vertical-align: bottom;
}
/*--projects--*/
#ytPlayerWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.typ_top {
	margin: 25vh 5vw 0;
	font-size: 1.25vw;
	position: relative;
	z-index: 2;
	color: #fff;
}
.typ_top h1 {
	font-size: 10vw;
	font-family: PostGrotesk-Medium, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	margin-bottom: 20px;
	margin-left: -3px;
}
.ul_col2 {
	width: 90vw;
	/* max-width: 1920px; */
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.ul_col2 li {
	width: 48%;
}
.ul_col2 li img {
	width: 100%;
}
.ul_col2 li:last-child {
	margin-top: 20%;
}
.main_projects {
	position: absolute;
	top: 105vh;
	width: 100%;
}
.main_projects p {
	text-align: center;
}
.main_projects p img {
	max-width: 100%;
}
@media (max-width: 1025px) {
	#ytPlayerWrap {
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		height: 82.25vw;
	}
	.main_projects {
		top: 85.25vw;
	}
}
/*--/projects--*/
