@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

body{
	padding:15px;
	font-family: 'Pretendard', sans-serif;
	line-height: 1.7;
	word-break: keep-all;
}

h1{
	position: fixed;
	width: 30vw;
	font-size: 20px;
	font-weight: bold;

}

.main_p{
	margin-top: 200px;
	color: silver;
	font-size: 12px;
	text-align: left;


}

.menu{
	position: fixed;
	width: 30vw;
	margin-top: 60px;
}

.menu h2{
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
}

.submenu{
	margin-top: 200px;
}

.flash{
	color: silver;
}

.summary_list{
	list-style-type: none;
	cursor: pointer; 
}

.summary_list_last{
	padding-top: 40px;
	list-style-type: none;
	cursor: pointer; 
}

.summary_list:hover{
	color:red;
}

.summary_list_last:hover{
	color:red;
}

.summary_txt{
	padding-top: 40px;
	list-style-type: none;
}


.summary_p{
	list-style-type: none;
	margin:0;
	padding-left: 30vw;
}

.summary_p_last{
	list-style-type: none;
	margin:0;
	padding-left: 30vw;
	padding-bottom: 30px;
}

.summary_p_r{
	font-weight: bold;
	list-style-type: none;
	margin:0;
	padding-left: 30vw;
}

.summary_p_r:hover{
	color:red;
}

.lexique {
	padding-bottom: 120px;
}

.project{
	display: block;
	margin-top: 200px;
	font-size: 15px;
}

.title{
	position: fixed;
	float: left;
	width: 30vw;
	margin-top: 0px;
	padding-bottom: 100vh;
	font-size: 20px;
	font-weight: bold;
}

.subtitle{
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
}

.subtitle_r{
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
}

.subtitle_list{
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	padding-top: 20px;
}

.title p{
	margin-top:0;
}

.content{
	position: absolute;
	left: 30vw;
	width: 65vw;
}

.content_p{
	padding-bottom: 0px;
}

.content_p_last{
	padding-bottom: 120px;
}

.content_link{
	padding-top: 20px;
	padding-bottom: 120px;
 text-align: left;
}

.content_subp_r{
	color: silver;
	font-weight: bold;
	text-align: right;
	transform: rotate(-10deg);
	transform-origin: center;
}
.content_subp_l{
	color: silver;
	font-weight: bold;
	text-align: left;
	transform: rotate(10deg);
	transform-origin: center;
}



.project_img_r{
	display: block;
	margin-bottom: 120px;
	margin-right: 0;
	margin-left: auto;
	width: 55%;
	height: 55%;
}

.project_img_l{
	display: block;
	margin-bottom: 120px;
	margin-left: 0;
	margin-right: auto;
	width: 55%;
	height: 55%;
}




.project_img_rv{
	display: block;
	margin-bottom: 120px;
	margin-right: 0;
	margin-left: auto;
	width: 40%;
	height: 40%;
}

.project_img_lv{
	display: block;
	margin-bottom: 120px;
	margin-left: 0;
	margin-right: auto;
	width: 40%;
	height: 40%;
}


.project_img_small{
	margin-bottom: 120px;
	margin-left: 0;
	margin-right: auto;
	width: 30%;
	height: 30%;
}



.ontop{
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.credit{
	position: fixed;
	bottom: 10px;
}

.language{
	position: fixed;
	top: 40px;
	right : 20px;
}

a{
  color: black;
  text-decoration: none;
}

a:hover {
  color: red;
}

sup{
	font-size: 50%;
	color: gray;
}