@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body {
	font-family:monospace;
	font-weight:lighter;
	padding: 0;
	margin: 0;
	background-color: #F0F0F0;
	scroll-behavior: smooth;
}
main {
	margin-left: auto;
	margin-right: auto;


}

.section_contents{
	max-width: 800px;
	margin-right: auto; margin-left: auto;
}

.header_wrapper{
	position: relative;
	width: 100%;
	background-color: #F7C331;
	text-align: center;
}
.header{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-width: 800px;
}

#header_logo_img{
	width: 50px;
	position: absolute;
	top: 5px; left: 5px;
	height: auto;
}

#header_home_img{
	width: 100%;
	max-width: 800px;
	top: 0; bottom:0; left:0; right:0;
	height: auto;
}


#header_member_img{
	width: 30%;	height: auto;
	max-width: 250px;
	position: absolute;
	bottom: 20%; left: 25%;
	transition: all 0.2s;
}

#header_work_img{
	width: 30%; height: auto;
	max-width: 250px;
	position: absolute;
	bottom: 20%; right:15%;
	transition: all 0.2s;
}
#header_member_img::hover{
	transform: scale(1.1);
}
#header_work_img::hover{
	transform: scale(1.1);
}

#noborito_queer, #works{
	background-color: #F8EEE7;
}

#member{
	background-color: #E8D0BA;
}

.icon_image{
	border-radius: 50%;
	width: 180px; height: 180px;
	margin: 20px;
	object-fit: cover;
	border: 2px dimgray solid;
}
.section_title{
	padding: 20px 20px 0px 20px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: bold;
}
.base_text{
	text-align: justify;
}
.base_text>p{
	margin: 0;
}

.noborito_queer_description, .work_description{
	margin: 20px;
}

.member_item{
	padding: 20px;
	transition: all 0.2s
	border-radius: 5%;
}

.member_item:hover{
	box-shadow: 0 0 4px gray;
}

.member_img{
	width: 200px;
}

.member_image{
	width: 90%;
}

.member_name{
	text-align: center;
	margin: 0;
}

.popup{
  width:100%; height: 100%;
  line-height:100px;
  background:#000;
  opacity: 90%;
  padding:0 4%;
  box-sizing:border-box;
  display:none;
  position:fixed;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.popup_square{
	width:80%; height: 60%;
	background:#EEE;
	opacity: 100%;
	position:fixed;
	top:50%;
	left:50%;
	margin: 20px;
	border-radius: 5px;
	-webkit-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	z-index: 3;
}

.popup_flex{
	display:table;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	height: 80%;
}
.popup_flex > img{
	margin: 0 20px;
	width: auto; height: 80%;
}
.popup_flex > div{
	margin: 0 20px;
	width: auto; height: 80%;
	line-height:normal;
}

label{
  display:block;
}

input[type="checkbox"]{
  display:none;
}

input[type="checkbox"]:checked + .popup{
  display:block;
}

.flex_container {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
}

.work{
	align-items: center;
}

.work_name{
	font-family: sans-serif;
	font-weight: normal;
	margin: 0;
}
.work_detail{
	padding: 10px;
	background: #999999;
	color: white; 
	border-radius: 5%; 
	transition: all 0.5s
}
.work_detail:hover{
	box-shadow: 0 0 4px gray;
}
.work_description{
	padding-bottom: 20px;
}

.comment p::before {
	content: "*"
}

.pagetop{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px; bottom: 20px;
	background: #565656; 
	border-radius: 50%; 
	transition: all 0.5s;
}
.pagetop a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
}
.pagetop a::before{
	position: absolute;
	content: "▲";
	width: 25px; height: 25px;
	font-size: 20px;
	color: white;
	top: 0; bottom: 5px; right: 0; left: 0;
	margin: auto;
	text-align: center;
}
.pagetop:hover{
	transform: scale(1.1);
	background: #cccccc; 
}


.push{
	height: 30px;
	line-height: 30px;
}
.footer{
	width: 100%;
	background-color:#565656;
	color:#DDDDDD;
	text-align:center;
	height: 30px;
	line-height: 30px;
}
