* {
	margin: 0px;
	padding: 0px;
}



@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



body {
	font-family: 'Roboto','Noto Sans JP','sans-serif';
	margin: 0px;
	padding: 0px;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
}


.index_fg {
	position: fixed;
	z-index: 24;
}
.index_fg a {
	text-decoration: none;
	color: #ffffff;
}
.index_fg h1 {
	position: fixed;
	top: 60px;
	left: 60px;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
}
.index_fg h2 {
	position: fixed;
	top: 60px;
	right: 180px;
	font-size: 20px;
	color: #ffffff;
}
.index_fg h3 {
	position: fixed;
	top: 60px;
	right: 60px;
	font-size: 20px;
	color: #ffffff;
}
.index_fg h4 {
	position: fixed;
	bottom: 60px;
	right: 60px;
	font-size: 12px;
	color: #ffffff;
}




.work {
	position: relative;
	width: auto;
	height: auto;
	background-color: #000000;
}


.work img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0 0;
	vertical-align: bottom;
	z-index: 0;
}

.work a {
	text-decoration: none;
	color: #ffffff;
}


.work h1 {
	position: absolute;
	top: 50%;
	left: 120px;
	-ms-transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	margin:0;
	padding:0;
	font-size: 50px;
	font-weight: 700;
	/* text-align: left; */
	line-height: 1.1em
}

.work h2 {
	position: absolute;
	top: 65%;
	left: 120px;
	text-align: left;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4em;
	color: #cccccc;
}

.work h3 {
	position: absolute;
	top: 75%;
	left: 120px;
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	vertical-align: middle;
	color: #cccccc;
}

/* .kkm1 {
	position: absolute;
	font-size: 20px;
	font-weight: 700;
	top: 75%;
	right: 120px;
	text-align: right;
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
} */

/* code, kbd, pre, samp {
	font-family: 'Open Sans';
} */

.work h3 code {
	background: rgba(128, 128, 128, 0.5) !important;
	border: 0px solid #1f1f1f !important;
	border-radius: 15px;
	padding: 8px 16px;
	font-weight: 700;
	font-size: 70%;
	color: #cccccc;
}

/* code[class^="language-"] {
	display: block;
	background: #cccccc !important;
	border: 1px solid #272822 !important;
	font-weight: 700;
	border-radius: 10px;
	padding: 1.5rem 1.5rem;
	margin: 2rem auto;
} */

.info {
	position: relative;
	width: auto;
	height: auto;
	background-color: #cccccc;
}





.info h1 {
	position: absolute;
	font-size: 40px;
	font-weight: 700;
	margin-top: 240px;
	margin-left: 120px;
	text-align: left;
	color: #0c0c0c;
}

.info h2 {
	position: absolute;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 315px;
	margin-left: 120px;
	text-align: left;
	line-height: 1.5em;
	color: #0c0c0c;
}

.info h3 {
	position: absolute;
	font-size: 40px;
	font-weight: 700;
	margin-top: 540px;
	margin-left: 120px;
	text-align: left;
	color: #0c0c0c;
}

.info h4 {
	position: absolute;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 615px;
	margin-left: 120px;
	text-align: left;
	line-height: 1.5em;
	color: #0c0c0c;
}

.info h4 a {
	/* text-decoration: none; */
	color: #0c0c0c;
}

.info_fg {
	position: fixed;
	z-index: 24;
}
.info_fg a {
	text-decoration: none;
	color: #000000;
}
.info_fg h1 {
	position: fixed;
	top: 60px;
	left: 60px;
	font-size: 20px;
	font-weight: 700
	color: #000000;
}
.info_fg h2 {
	position: fixed;
	top: 60px;
	right: 180px;
	font-size: 20px;
	color: #000000;
}
.info_fg h3 {
	position: fixed;
	top: 60px;
	right: 60px;
	font-size: 20px;
	color: #000000;
}
.info_fg h4 {
	position: fixed;
	bottom: 60px;
	right: 60px;
	font-size: 12px;
	color: #000000;
}
