
*{
	margin: 0;
	padding: 0;
}

html, body{
	height: 100%;
}

html{
	min-height: 100%;
}
body{
	min-height: 100%;
	background: #eee url(../img/BG.jpg) no-repeat fixed center center / cover;
	color: #6b665f;
	font-family: 'Hiragino Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', YuGothic, 'メイリオ', meiryo, Verdana, Helvetica, -apple-system, sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-feature-settings: 'palt';
	letter-spacing: 0.1em;
	line-height: 2;
}
body.whiteLetters{
	color: #fff;
}
a{
	outline: none;
	color: inherit;
	text-decoration: none;
}
img{
	max-width: 100%;
	border: none;
}
h1, h2, h3, h4, h5{
	font-weight: 500;
}
ul,ol,dl{
	list-style: none;
}

::selection{
	background: #f98;
	color: #fff;
}
img::selection{
	background: #df0;
}


.yu{
	font-family: "Yu Gothic", YuGothic;
}/*
.tsukuardR{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.tsukuardB{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.fontColor{
	background: url(../img/fontNoise.png), url(../img/fontColor.jpg);
	background-position: 50% 50%, 50% 50%;
	background-size: 400px auto, 50vw auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
*/
.centered{
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	justify-items: center;
	width: 100vw;
	height: auto;
	min-height: 100vh;
}






#page{
	min-height:100%;
	margin:0 auto;
	text-align:left;
}



/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
#siteHeader{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 100vh;
	z-index: 101;
}

#siteName{
	display:block;
	width: 180px;
	min-width: 33vw;
	margin: 50px 0 0 20px;
}
#siteName a{
	display:block;
	position: relative;
}
#siteName img, #siteName svg{
	display:block;
	max-width:100%;
}
#siteName .snSVGpath{
	fill:none;
	stroke:#6b665f;
	stroke-width:2.2px;
	stroke-linecap:round;
	stroke-linejoin:round;
	transition: all 0.5s ease;
}

#siteNavigation{
	display:block;
	margin: 20px 0 0 20px;
	letter-spacing:0.1em;
	font-size: 14px;
}
#siteNavigation li{
	display:block;
}
#siteNavigation li a{
	display:inline-block;
	position: relative;
	padding:10px 10px;
	text-decoration:none;
	font-size:13px;
	line-height: 1.8;
	transition: all 0.4s;
}
#siteNavigation li a::before{
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	bottom: 18px;
	width: 0%;
	height: 10px;
	background: rgba(255,255,255,0.9);
	z-index: -1;
	transition: all 0.5s ease 0.1s;
}
#siteNavigation li a:hover{
	padding-left: 15px;
	color: #f98;
}
#siteNavigation li a:hover .gnSVGpath{
	stroke: #f98;
}
#siteNavigation li a:hover::before{
	left: 20px;
	width: calc(100% - 20px);
}

#siteNavigation .gnSVGpath{
	fill:none;
	stroke:#6b665f;
	stroke-width:2.2px;
	stroke-linecap:round;
	stroke-linejoin:round;
	transition: all 0.5s ease;
}

#gnCover{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 0vh;
	background: #CCCBC3;
	opacity: 0;
	z-index: 11;
	transition: height 0s linear 0.6s, opacity 0.5s ease;
}
#page.gnOn #gnCover{
	height: 100vh;
	opacity: 0.85;
	transition: height 0s linear 0s, opacity 0.5s ease;
}


/* SNS */
#sns{
	display:block;
	position: absolute;
	bottom: 50px;
	left: 22px;
}
#sns li{
	display:block;
	width:30px;
	height:30px;
}
#sns li:nth-child(n + 2){
	margin-top: 10px;
}
#sns a{
	display:flex;
	align-items: center;
	justify-content: center;
	width:30px;
	height:30px;
	border-radius:0.5em;
	opacity:0.5;
	text-align:left;
	fill: #6b665f;
	transition: all 0.2s;
}
#sns a svg{
	transform: scale(0.85);
	transition: all 0.5s ease 0.1s;
}
/*
#sns #btnIG{background-image:url(../img/iconInstagram.svg);}
#sns #btnTW{background-image:url(../img/iconTwitter.svg);}
#sns #btnTB{background-image:url(../img/iconTumblr.svg);}
*/
#sns a:hover{ opacity: 1; }
#sns a:hover svg{ transform: scale(1.0); transition: all 0.3s ease 0s; }
#sns #btnIG:hover svg{ fill: #f98; }
#sns #btnTW:hover svg{ fill: #359bf0; }





.skipLink,
#site-navigation button{
	display:none;
}

.siteDescription{
	height:22px;
	margin:-10px 0 10px 0;
	background-image:url(../img/justAnotherPlasticLifeInTokyo.png);
}


@media screen and (max-width:800px) {
	#siteHeader{
		width: auto;
		height: auto;
		padding: 0;
	}
	#siteName {
		position: relative;
		left: 10px;
		width: 108%;
		min-width: 33vw;
		margin: 0;
		padding: 20px 0 0 5px;
		z-index: 2;
	}
	
	#globalNavigation{
		position: relative;
	}
	#siteNavigation{
		position: relative;
		top: -70px;
		height: 0px;
		margin: 0;
		padding: 80px 0 0 30px;
		background: url("../img/siteNavBG.png") repeat 100% 0% / 100px auto;
		transition: 0.5s ease 0.3s;
	}
	#siteNavigation li{
		position: relative;
		left: -15vw;
		opacity: 0;
		transition: 0.3s ease 0.5s;
	}
	#siteNavigation li:nth-child(1){ transition: 0.3s ease 0.2s; }
	#siteNavigation li:nth-child(2){ transition: 0.3s ease 0.15s; }
	#siteNavigation li:nth-child(3){ transition: 0.3s ease 0.1s; }
	#siteNavigation li:nth-child(4){ transition: 0.3s ease 0.05s; }
	#siteNavigation li:nth-child(5){ transition: 0.3s ease 0.0s; }
	#siteNavigation li a{
		padding:0px 5px;
		font-size:11px;
		letter-spacing:0.1em;
	}
	#siteNavigation li svg{
		height: 40px;
		transform-origin: 0% 50%;
		transform: scale(0.75);
	}
	#sNav01 svg{ width:110px; }
	#sNav02 svg{ width:120px; }
	#sNav03 svg{ width:150px; }
	#sNav04 svg{ width:90px; }
	
	#siteNavigation .gnSVGpath{ stroke-width:1.5px; }

	#menuBtn{
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: -30vw;
		left: 0px;
		width: 105%;
		height: 34vw;
		background: rgba(255,255,255,0);
		z-index: 3;
	}
	#menuBtn::before{
		content: "";
		display: block;
		position: relative;
		top: 15px;
		width: 15px;
		height: 15px;
		border-style: solid;
		border-color: #fff;
		border-width: 3px 3px 0 0;
		opacity: 0;
		transform: rotate(-45deg);
		transition: 0s ease 0s;
	}
	
	/* MENU OPEN */
	#globalNavigation.open #menuBtn{
		top: calc(100% - 60px);
		left: 0px;
		height: 60px;
	}
	#globalNavigation.open #menuBtn::before{
		top: 5px;
		opacity: 0.65;
		transition: 0.5s ease 0.9s;
	}
	#globalNavigation.open #siteNavigation{
		top: -60px;
		height: 240px;
		transition: 0.5s ease 0.0s;
	}
	#globalNavigation.open #siteNavigation li{
		left: 0vw;
		opacity: 1;
	}
	#globalNavigation.open #siteNavigation li:nth-child(1){ transition: 0.3s ease 0.3s; }
	#globalNavigation.open #siteNavigation li:nth-child(2){ transition: 0.3s ease 0.4s; }
	#globalNavigation.open #siteNavigation li:nth-child(3){ transition: 0.3s ease 0.5s; }
	#globalNavigation.open #siteNavigation li:nth-child(4){ transition: 0.3s ease 0.6s; }
	#globalNavigation.open #siteNavigation li:nth-child(5){ transition: 0.3s ease 0.7s; }

	
	#sns{
		position: fixed;
		bottom: 20px;
		left: auto;
		right: 5px;
	}
}




/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
.menu-item{
	display:inline-block;
}

#site-navigation{
}

/*--------------------------------------------------------------
## CONTENT
--------------------------------------------------------------*/
#content{
	overflow: hidden;
}
/*
#wrap{
	color: #b9b0ab;
}
.wrap a{
	color: #b9b0ab;
}
*/



/*--------------------------------------------------------------
## POST
--------------------------------------------------------------*/
.entry-title{
	margin:0 0 10px -20px;
	padding:0px 20px;
	font-size:20px;
	font-weight:500;
}
.entry-title a{
	text-decoration:none;
	color:#006;
}
.entry-title a:hover{
	color:#ff659b;
}

.entry-content{
	letter-spacing:20px;
}
.entry-content p{
	display:inline-block;
	width:auto;
	max-width:100%;
	min-width:300px;
	vertical-align:top;
	text-align:justify;
	letter-spacing:0;
}
.entry-content p img{
	max-width:100%;
	height:auto;
}

.edit-link{
	display:none;
}


@media screen and (max-width:800px) {
	.hentry{
		padding:15px;
	}
	.entry-content{
		letter-spacing:0;
	}
	.entry-content p{
		display:block;
		width:auto;
		max-width:100%;
		min-width:90%;
	}
}


/*--------------------------------------------------------------
## Side Bar
--------------------------------------------------------------*/
#secondary{
	display:none;
	margin:100px 0 0 0;
	padding:30px;
	background:transparent;
	border-top:dashed 1px #006;
}
#secondary .widget{
	display:inline-block;
	width:30%;
}
#secondary .widget .widget-title{
	font-weight:500;
}

#secondary ul{
	list-style:none;
}




/*--------------------------------------------------------------
## ARCHIVE PAGE
--------------------------------------------------------------*/
body.archive .page-title{
	padding:20px 30px 0px 30px;
	font-size:11px;
	font-weight:normal;
}

@media screen and (max-width:800px) {
body.archive .page-title{
	padding:10px 15px 0px 15px;
	font-size:10px;
	font-weight:normal;
}
}





/*--------------------------------------------------------------
## SINGLE PAGE
--------------------------------------------------------------*/
.pagenation{
	position: absolute;
	top: 50%;
	left: 50%;
}
.pagenation a{
	display: block;
	position: absolute;
	top: -30vh;
	width: 20vw;
	height: 60vh;
	border-radius: 2em;
	text-indent: -100em;
	overflow: hidden;
	cursor: pointer;
}
.pagenation a.prev{
	left: -40vw;
}
.pagenation a.next{
	right: -40vw;
}

.pagenation a::before{
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 0.7vw);
	width: 1.4vw;
	height: 1.4vw;
	border-style: solid;
	border-color: #fff;
	border-width: 2px 2px 0 0;
	transition: 0.3s;
}
.pagenation a.prev::before{
	left: 2vw;
	transform: rotate(-135deg);
}
.pagenation a.next::before{
	right: 2vw;
	transform: rotate(45deg);
}

.pagenation a.prev:hover::before{
	left: 1.8vw;
	transform: scale(1.2) rotate(-135deg);
}
.pagenation a.next:hover::before{
	right: 1.8vw;
	transform: scale(1.2) rotate(45deg);
}

@media screen and (max-width:800px) {
	.pagenation a{
	}
	.pagenation a::before{
		top: calc(50% - 1.8vw);
		width: 3.6vw;
		height: 3.6vw;
		border-width: 3px 3px 0 0;
	}
	.pagenation a.prev{
		left: -50vw;
	}
	.pagenation a.next{
		right: -50vw;
	}
	.pagenation a.prev::before{
		left: 4vw;
	}
	.pagenation a.next::before{
		right: 4vw;
	}
}




/*--------------------------------------------------------------
## COMMENT
--------------------------------------------------------------*/
#comments{
	margin:100px 0 0 0;
	padding:50px;
}

#respond{
	margin:30px 0 0 0;
}








/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
#siteInfo{
	display: inline-block;
	position: fixed;
	top: 50%;
	right: 2.5vw;
	font-size: 10px;
	letter-spacing: 0.2em;
	opacity: 0.75;
	transform: translate(+45%,-50%) rotate(-90deg);
}



@media screen and (max-width:800px) {
	#siteFooter{
		text-align: center;
	}
	#siteInfo{
		top: auto;
		bottom: 165px;
		right: 12px;
		margin: 0;
		font-size: 9px;
		letter-spacing: 0.1em;
	}
}




/*--------------------------------------------------------------
## CURSOR
--------------------------------------------------------------*/
#cursorShadow{
	display: block;
	position: fixed;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 100%;
	opacity: 0.5;
	transform: translate(-50%,-50%);
	transition: top 0.3s, left 0.3s, width 0.5s ease 0.3s, height 0.5s ease 0.3s, background-color 0.5s ease 0.3s, opacity 0.3s ease 0.3s;
	z-index: -1;
}
#cursorShadow.hover{
	width: 50px;
	height: 50px;
	background-color: #df0;
	opacity: 0.75;
	transition: top 0.3s, left 0.3s, width 0.5s, height 0.5s, background-color 0.5s, opacity 0.5s;
}

@media screen and (max-width:800px) {
	#cursorShadow{
		display: none;
	}
}


















