body,html,*{
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
	/*
	font-size: 62.5%;
	font-size: 75%;
	font-size: 87.5%;
	*/
}
html.laptop{
	font-size: 80%;
}
.laptop #wrapper_inner {
	width: 1024px;
}
.laptop aside a{
	font-size: 1.4rem;
}
.laptop aside button,
.laptop aside input{
	font-size: 1rem;
}
.laptop a:hover{
	filter: brightness(0.8);
}
.laptop .nav-links > div{
	font-size: 1rem;
}
small{
	font-size: 1rem;
}
body,html{
	height: 100%;
	margin: 0;
	padding: 0;
}
#wrapper{
	height: 100%;
}
body{
	font-family: "Michroma","Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
	background: #111;
	color: #FFF;
}
.mobile body{
	background: #333;
}

*{
	font-weight: normal;
}
h1{
	font-size: 1.6rem;
}
h2{
	font-size: 1.6rem;
}
h3{
	font-size: 1.4rem;
}
h4{
	font-size: 1.4rem;
}
h3.widget-title {
	border-left: 3px solid;
	padding-left: 0.5em;
	border-bottom: 1px dashed;
	padding-bottom: 0.2em;
	margin-top: 4em !important;
}
a{
	color: darkseagreen;
	text-decoration: none;
}
a:visited{
	color: darkseagreen;
}
a:hover{
	text-decoration: underline;
	color: darkseagreen;
	filter: brightness(1.2);
	text-decoration: none;
}
table{
	width: 100%;
}
th{
	text-align: left;
	background-color: rgba(255,255,255,0.3);
}
th,td{
	padding: 0.2em;
}
tr:nth-of-type(odd){
	background-color: rgba(255,255,255,0.1);
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
li{
	margin: 0;
	padding: 0;
}
small{
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}
footer{
	text-align: right;
	padding: 1rem;
	font-size: 1rem;
}
footer#colophon{
	/* margin-top: 5rem; */
	position: absolute;
	width: 100%;
	bottom: 0;
}
div#page{
	position: relative;
}
.archive .ssbox small{
	display: none;
}
.kanren {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 1em;
	border: 1px solid;
	margin-bottom: 3em;
}
.kanren > a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.kanren .ssbox{
	margin: 0!important;
}
.kanren .ssbox a{
	pointer-events: none!important;
}
.kanren .ssbox small{
	display: none!important;
}
.kanren .kanren_inner{
	display: flex;
	align-items: center;
}
.kanren .kanren_inner li:nth-of-type(1){
	width: 20%;
	margin-right: 0.5em;
}
.kanren .kanren_inner li br{
	display: none;
}
.kanren .kanren_inner li div{
	margin-bottom: 0.3em;
}

.archive h4{
	display: flex;
	width: 100%;
	background: #666;
	color: #FFF;
	padding: 0.5em 0rem 0.5em 0.5em;
	height: 4em;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
}
pre[class*="language-"] {
	margin-bottom: 1em!important;
}
#items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#items li{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.mobile #items li{
	margin-bottom: 2rem;
}
.tablet #items li,
.laptop #items li{
	width: 33%;
}
#items li a{
	margin: 0.5em;
	box-shadow: 0px 0px 5px #000;
}
#items li a img{
	display: block;
}
#items li a:hover{
	filter: brightness(1.2);
}
header{
	position: relative;
	padding: 0.5em 1em;
}
.entry-header{
	padding: 0;
}
.hamburger_wrapper{
	position: absolute;
	top: 0.5rem;
	right: 0;
	z-index: 9999;
}
.hamburger_wrapper a{
	color: #FFF;
	display: block;
	padding: 0.3em;
}
.hamburger_wrapper section h2 + *{
	padding-left: 2em;
}
.hamburger_icon{
	text-align: right;
	padding-right: 1em;
	cursor: pointer;
}
.hamburger_icon::before{
	font-family: 'Material Icons Outlined';
	content: "\e5d2";
  font-variation-settings:
  'FILL' 0,
  'wght' 100,
  'GRAD' -25,
  'opsz' 24;
	font-size: 3rem;
}
.hamburger_box{
	padding: 1em;
	background: rgba(0,0,0,0.8);
	display: none;
}
aside {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: column;
}
aside section{
	position: relative;
}
aside h2{
	margin: 1rem 0 0 0;
}
aside ul{
}
aside form div{
	display: flex;
}
aside form input:nth-of-type(1){
	width: 16em;
}
aside form input{
	font-size: 1em;
	font-family: "Michroma", "Zen Maru Gothic", serif;
}
.site-title{
	display: block;
	margin: 0;
}
.site-description{
	margin: 0;
	font-size: 0.8rem;
	letter-spacing: 0.7em;
}
.site-title a,
.site-title a:visited{
	color: #FFF;
	font-size: 1.4rem;
	display: block;
	width: fit-content;
}
.entry-meta {
	font-size: 0.8rem;
}
.site-title a{
	text-decoration: none;
}
.ssbox{
	text-align: center;
}
pre{
	margin-bottom: 6em!important;
}
main{
	padding: 0 2em;
}
#wrapper_inner{
	width: 375px;
	margin: 0 auto;
	background-color: #333;
	height: auto;
}
pre{
	font-size: 1rem;
	line-height: 1rem;
}
code{
	font-size: 1rem;
	line-height: 1rem;
}
#code_rep_new{
	display: none;
}
.btn_box{
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
.btn_box > *{
	margin-left: 0.2em;
	margin-bottom: 0.5em;
}
.entry-footer{
	margin-top: 8rem;
	font-size: 0.8rem;
	padding: 0;
}
.entry-content .ssbox{
	margin-bottom: 4rem;
}
.ssbox img{
	width: 100%;
}
.navigation{
	width: 100%;
	padding: 1em 0 5em 0;
}
.nav-links{
}
.nav-links > div{
	display: block;
	font-size: 0.8rem;
}
.nav-links br{
	display: none;
}
.entry-content{
	font-family: "Zen Maru Gothic", serif;
}
.entry-content p,
.entry-content h4{
	font-size: 1.2rem;
}
.entry-content h4 {
	margin-bottom: 0;
	margin-top: 2em;
	display: flex;
	align-items: center;
}
.entry-content h4::before {
	content: "\e8b8";
	font-family: 'Material Icons Outlined';
  font-variation-settings:
  'FILL' 1,
  'wght' 100,
  'GRAD' -25,
  'opsz' 24;
	margin-right: 0.5em;
}
pre.language-html {
	border: 1px solid rgba(255, 255, 255, 0.3);
}






.inview[data-inview="3"]{
	position: absolute;
	top:1000px
}

