@import url('https://fonts.googleapis.com/css?family=Graduate');
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%;
}
html, button, input, select, textarea {
	font-family: 'Noto Sans Japanese', sans-serif;
	letter-spacing: 1px;
}
html, body {
	width: 100%;
	height: 100%;
	font-size:14px;
	padding: 0;
	margin: 0;
}
body {
	font-family: 'Noto Sans Japanese', sans-serif;
	background-color: rgba(0,0,0,1.0);
	font-size: 1.4rem;
}
img {
	max-width: 100%;
}





/*-----------------------------------------
** fade-up
-----------------------------------------*/
.__pr {
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Graduate', cursive;
	font-size: 15px;
	letter-spacing: normal;
	background: rgba(255,255,255,1.0);
	padding: 3px 1em 2px;
	color: rgba(0,0,0,1.0);
}

/*-----------------------------------------
** fade-up
-----------------------------------------*/
.fade-up {
	transition: opacity 0.7s;
	-moz-transition: opacity 0.7s;
	-webkit-transition: opacity 0.7s;
	-o-transition: opacity 0.7s;
	transition: transform 0.7s;
	-moz-transition: transform 0.7s;
	-webkit-transition: transform 0.7s;
	-o-transition: transform 0.7s;
}


/*-----------------------------------------
** ad
-----------------------------------------*/
#top .__ads {
	list-style: none;
	padding: 87px 0 0;
	margin: 0;
	text-align: center;
}
#top .__ads li {
	margin-bottom: 30px;
}
/*#top .__ads li:nth-child(2) {
	margin-bottom: 0;
}
#top .__ads li:last-child {
	display: none;
}*/

#articles .__ads,
#categories .__ads,
#series .__ads {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
#articles .__ads li,
#categories .__ads li,
#series .__ads li  {
	margin-bottom: 30px;
}
/*#articles .__ads li:last-child,
#categories .__ads li:last-child {
	margin-bottom: 0;
	display: block !important;
}*/
.__ads a {
	display: block;
}
.__ad-sp {
	display: none;
}
.__ad-pc {
	height: 600px;
}

/*-----------------------------------------
** __sideBar SERIES
-----------------------------------------*/

.__bg-sereis-1 {
	background-image: url(../series/bg-series-01.png);
}
.__bg-sereis-2 {
	background-image: url(../series/bg-series-02.png);
}
.__bg-sereis-3 {
	background-image: url(../series/bg-series-03.png);
}

.__series-side {
	/*background: rgba(0,0,0,1.0);*/
	background-image: none;
}
.__series-side h3 {
	font-size: 20px;
	font-family: 'Graduate', cursive;
	text-align: center;
	padding: 5px 0;
	margin: 0 0 30px 0;
	color: rgba(255,255,255,1.0);
	background: rgba(0,0,0,1.0);
}
.__series-side ul {
	padding: 0;
}
.__series-side ul li {
	width: 300px;
}
.__series-side ul li img {
	max-width: 100%;
	vertical-align: top;
}
.__series-side ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	transition: 0.2s linear;
}
.__series-side ul li img {
	vertical-align: top;
	transition: 0.2s linear;
}
.__series-side ul li a:hover img{
	-webkit-filter: brightness(0.7);
	-moz-filter: brightness(0.7);
	-o-filter: brightness(0.7);
	-ms-filter: brightness(0.7);
	filter: brightness(0.7);
}
.__series-side ul li a {
	display: block;
}
/*.__series-side ul li:hover {
	opacity: 0.65;
}*/

/*-----------------------------------------
** haeder
-----------------------------------------*/
header {
	width: 100%;
	min-width: 900px;
	height: 68px;
	/*line-height: 63px;*/
	background: rgba(0,0,0,1.0);
	color: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
header:after {
	content: '.';
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
header h1 {
	padding: 0;
	margin: 0;
	float: left;
	font-size: 0;
}
header h1 a {
	padding: 20px 0 20px 20px;
	margin: 0;
	display: block;
}
header h1 img {
	width: 200px;
	min-width: 200px;
	height: 28px;
	vertical-align: baseline;
}

header ul.__gnv {
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	height: 100%;
	list-style: none;
	font-size: 0px;
	display: flex;
	align-items: baseline;
}
header ul.__gnv li {
	font-family: 'Graduate', cursive;
	font-size: 18px;
	line-height: 1;
	height: 100%;
	box-sizing: border-box;
	display: table;
	letter-spacing: normal;
	margin-right: 1em;
}
header ul.__gnv li:last-child {
	margin-right: 20px;
	margin-left: 5px;
	font-size: 24px;
	background: none;
}
header ul li a {
	color: rgba(255,255,255,1.0);
	text-decoration: none;
	display: table-cell;
	vertical-align: bottom;
	height: 100%;
	transition: 0.1s all;
	padding-bottom: 18px;
	background: url(../img/bg-gnv-bottomline.gif) left 105% repeat-x;
}
header ul li a:hover {
	background: url(../img/bg-gnv-bottomline.gif) left bottom repeat-x;
}
header .__gnv li:last-child a,
header .__gnv li:last-child a:hover{
	border-bottom: none;
	background: none;
}

#top header {
	width: 100%;
	min-width: 900px;
	top: -68px;
	opacity: 0;
	transition: 0.2s all;
}
#top header.__act {
	top: 0;
	opacity: 1;
}


/*-----------------------------------------
** footer
-----------------------------------------*/
/*#top*/
#top footer,
#series footer{
	margin: 0;
	padding: 0;
	background: rgba(0,0,0,1.0);
	color: rgba(255,255,255,1.0);
	text-align: center;
}
#top footer h2,
#series footer h2{
	margin: 0 0 30px 0;
	padding: 0;
}
#top footer h2 img,
#series footer h2 img{
	width: 200px;
	height: 28px;
}
#articles footer
#categories footer{
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,1.0);
	color: rgba(0,0,0,1.0);
	text-align: center;
}
footer article {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 10px;
	background: rgba(0,0,0,1.0);
}
footer article .__inner {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
footer article ul {
	list-style: none;
	letter-spacing: -0.4em;
	font-family: 'Graduate', cursive;
	font-size: 20px;
	padding: 0;
	margin: 0 0 50px 0;
	position: relative;
	z-index: 1;
}
footer article ul li {
	display: inline-block;
	letter-spacing: normal;
	margin-left: 1em;
	margin-right: 1em;
}
/*footer article ul li a {
	color: rgba(255,255,255,1.0);
	text-decoration: none;
}
footer article ul li a:hover {
	color: rgba(255,255,255,1.0);
	text-decoration: underline;
}*/
footer article a,
footer article a:visited,
footer article a:active {
	color: rgba(255,255,255,1.0);
	text-decoration: none;
}
footer article a:hover {
	color: rgba(255,255,255,1.0);
	text-decoration: underline;
}
footer article .__copyright {
	font-size: 0.7rem;
}
footer article .__policy {
	font-size: 0.9rem;
}

/*
#articles,
#categories,
#about,
#contact,
#recruit,
#staff,
#policy
*/
#articles footer,
#categories footer,
#about footer,
#contact footer,
#recruit footer,
#staff footer,
#policy footer {
	margin: 0;
	padding: 0;
	background: rgba(255,255,255,1.0);
	color: rgba(0,0,0,1.0);
	text-align: center;
}
#articles footer article,
#categories footer article,
#about footer article,
#contact footer article,
#recruit footer article,
#staff footer article,
#policy footer article {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 10px;
	background: rgba(255,255,255,1.0);
}
#articles footer h2,
#categories footer h2,
#about footer h2,
#contact footer h2,
#recruit footer h2,
#staff footer h2,
#policy footer h2 {
	margin: 0 0 30px 0;
	padding: 0;
}
#articles footer h2 img,
#categories footer h2 img,
#about footer h2 img,
#contact footer h2 img,
#recruit footer h2 img,
#staff footer h2 img,
#policy footer h2 img {
	width: 200px;
	height: 28px;
}
#articles footer article ul,
#categories footer article ul,
#about footer article ul,
#contact footer article ul,
#recruit footer article ul,
#staff footer article ul,
#policy footer article ul {
	list-style: none;
	letter-spacing: -0.4em;
	font-family: 'Graduate', cursive;
	font-size: 20px;
	padding: 0;
	margin: 0 0 50px 0;
	position: relative;
}
/*#articles footer article ul li a,
#categories footer article ul li a,
#about footer article ul li a,
#contact footer article ul li a,
#recruit footer article ul li a,
#staff footer article ul li a,
#policy footer article ul li a {
	color: rgba(0,0,0,1.0);
	text-decoration: none;
}
#articles footer article ul li a:hover,
#categories footer article ul li a:hover,
#about footer article ul li a:hover,
#contact footer article ul li a:hover,
#recruit footer article ul li a:hover,
#staff footer article ul li a:hover,
#policy footer article ul li a:hover {
	color: rgba(0,0,0,1.0);
	text-decoration: underline;
}*/
#articles footer article a,
#categories footer article a,
#about footer article a,
#contact footer article a,
#recruit footer article a,
#staff footer article a,
#policy footer article a {
	color: rgba(0,0,0,1.0);
	text-decoration: none;
}
#articles footer article a:visited,
#categories footer article a:visited,
#about footer article a:visited,
#contact footer article a:visited,
#recruit footer article a:visited,
#staff footer article a:visited,
#policy footer article a:visited {
	color: rgba(0,0,0,1.0);
	text-decoration: none;
}
#articles footer article a:active,
#categories footer article a:active,
#about footer article a:active,
#contact footer article a:active,
#recruit footer article a:active,
#staff footer article a:active,
#policy footer article a:active {
	color: rgba(0,0,0,1.0);
	text-decoration: none;
}
#articles footer article a:hover,
#categories footer article a:hover,
#about footer article a:hover,
#contact footer article a:hover,
#recruit footer article a:hover,
#staff footer article a:hover,
#policy footer article a:hover {
	color: rgba(0,0,0,1.0);
	text-decoration: underline;
}

#articles .__popPost.__fixed,
#categories .__popPost.__fixed {
	position: fixed;
	top: 68px;
	width: 300px;
}


/*-----------------------------------------
** post cover
-----------------------------------------*/
.__cvr-BUSINESS {
	background: url(../img/cover-business.png) center center no-repeat;
}
.__cvr-CULTURE {
	background: url(../img/cover-culture.png) center center no-repeat;
}
.__cvr-LIFESTYLE {
	background: url(../img/cover-lifestyle.png) center center no-repeat;
}
.__cvr-ITEM {
	background: url(../img/cover-item.png) center center no-repeat;
}
.__cvr-LOCAL {
	background: url(../img/cover-local.png) center center no-repeat;
}
.__cvr-GLOBAL {
	background: url(../img/cover-global.png) center center no-repeat;
}



@media screen and (max-width:640px){
	/*-----------------------------------------
	** ad
	-----------------------------------------*/
	#top .__ads {
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	#top .__ads li {
		margin-bottom: 30px;
	}
	#top .__ads li:nth-child(2) {
		display: none;
	}
	#top .__ads li:last-child {
		display: block;
		margin-bottom: 0;
	}
	
	#articles .__ads,
	#categories .__ads {
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	#articles .__ads li,
	#categories .__ads li {
		margin-bottom: 30px;
	}
	#articles .__ads li:last-child,
	#categories .__ads li:last-child {
		margin-bottom: 0;
		display: block !important;
	}
	#articles .__ads li.__h600,
	#categories .__ads li.__h600 {
		display: none !important;
	}
	
	.__ads a {
		display: block;
	}
	
	.__ad-sp {
		display: block;
	}
	.__ad-pc {
		display: none;
	}
	
	/*-----------------------------------------
	** __sideBar SERIES
	-----------------------------------------*/
	.__bg-sereis-1 {
		background-image: url(../series/bg-series-01.png);
	}
	.__bg-sereis-2 {
		background-image: url(../series/bg-series-02.png);
	}
	.__bg-sereis-3 {
		background-image: url(../series/bg-series-02.png);
	}
	
	.__series-side {
		margin-left: -2.5%;
		margin-right: -2.5%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.__series-side h3 {
		font-size: 20px;
		font-family: 'Graduate', cursive;
		text-align: center;
		padding: 10px 0 10px 0;
		margin: 0 0 0 0;
		color: rgba(255,255,255,1.0);
	}
	.__series-side ul li {
		padding: 0 15px 15px;
	}
	/*.__series-side ul li:hover {
		opacity: 1.0;
	}
	.__series-side ul li img {
		transition: 0.2s linear;
	}
	.__series-side ul li a:hover img{
		-webkit-filter: brightness(0.7);
		-moz-filter: brightness(0.7);
		-o-filter: brightness(0.7);
		-ms-filter: brightness(0.7);
		filter: brightness(0.7);
	}*/
	/*.__series-side ul {
		padding: 0;
		letter-spacing: -.4em;
	}
	.__series-side ul li {
		list-style: none;
		margin: 0;
		transition: 0.2s linear;
		width: calc(100% / 2);
		letter-spacing: normal;
		display: inline-block;
	}
	.__series-side ul li img {
		vertical-align: top;
	}
	.__series-side ul li a {
		display: block;
	}
	.__series-side ul li:hover {
		opacity: 0.65;
	}*/
	
	
	
	
	/*header*/
	#top header {
		top: 0;
		opacity: 1;
		transition: 0.2s all;
	}
	/*-----------------------------------------
	** haeder
	-----------------------------------------*/
	header,
	#top header {
		width: 100%;
		min-width: 100%;
		height: 68px;
		/*line-height: 63px;*/
		background: rgba(0,0,0,1.0);
		color: rgba(255,255,255,1.0);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
	}
	header:after {
		content: '.';
		display: block;
		height: 0;
		font-size: 0;
		clear: both;
		visibility: hidden;
	}
	header h1 {
		padding: 0;
		margin: 0;
		float: left;
		font-size: 0;
	}
	header h1 a {
		padding: 20px 0 20px 20px;
		margin: 0;
		display: block;
	}
	header h1 img {
		width: 200px;
		min-width: 200px;
		height: 28px;
		vertical-align: baseline;
	}

	header ul.__gnv {
		float: right;
		margin: 0 0 0 0;
		padding: 0;
		height: 100%;
		list-style: none;
		font-size: 0px;
		display: flex;
		align-items: baseline;
	}
	header ul.__gnv li {
		font-family: 'Graduate', cursive;
		font-size: 18px;
		line-height: 1;
		height: 100%;
		box-sizing: border-box;
		display: table;
		letter-spacing: normal;
		margin-right: 1em;
	}
	header ul.__gnv li:last-child {
		margin-right: 20px;
		margin-left: 5px;
		font-size: 30px;
		background: none;
	}
	header ul li a {
		color: rgba(255,255,255,1.0);
		text-decoration: none;
		display: table-cell;
		vertical-align: bottom;
		height: 100%;
		transition: 0.1s all;
		padding-bottom: 18px;
		background: url(../img/bg-gnv-bottomline.gif) left 105% repeat-x;
	}
	header ul li a:hover {
		background: url(../img/bg-gnv-bottomline.gif) left bottom repeat-x;
	}
	header .__gnv li:last-child a,
	header .__gnv li:last-child a:hover{
		border-bottom: none;
		background: none;
	}
	header .__gnv li:not(:last-child) {
		display: none;
	}
	
	/*footer*/
	
	footer article .__inner {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	footer article ul {
		list-style: none;
		letter-spacing: -0.4em;
		font-family: 'Graduate', cursive;
		font-size: 16px;
		padding: 0;
		margin: 0 0 80px 0;
		position: relative;
		z-index: 1;
		display: flex;
		justify-content: center;
	}
	footer article ul li {
		display: block;
		letter-spacing: normal;
		margin-left: .7em;
		margin-right: .7em;
	}
	#articles footer article ul,
	#categories footer article ul,
	#about footer article ul,
	#contact footer article ul,
	#recruit footer article ul,
	#staff footer article ul,
	#policy footer article ul {
		list-style: none;
		letter-spacing: -0.4em;
		font-family: 'Graduate', cursive;
		font-size: 16px;
		padding: 0;
		margin: 0 0 50px 0;
		position: relative;
	}
	#articles footer h2 img,
	#categories footer h2 img,
	#about footer h2 img,
	#contact footer h2 img,
	#recruit footer h2 img,
	#staff footer h2 img,
	#policy footer h2 img {
		width: 150px;
		height: 21px;
	}
}

/*-----------------------------------------
** btn effect
-----------------------------------------*/
.__rumble:hover{
	animation: rumble 0.12s linear 2;
}

@keyframes rumble{
	0%	{transform:rotate(0deg)	translate(0,0);}
	12.5%	{transform:rotate(0.4deg)	translate(1px,-1px);}
	25%	{transform:rotate(0.8deg)	translate(0px,1px);}
	37.5%	{transform:rotate(0.4deg)	translate(-1px,0);}
	50%	{transform:rotate(0deg)	translate(0,0);}
	62.5%	{transform:rotate(-0.4deg)	translate(1px,0);}
	75%	{transform:rotate(-0.8deg)	translate(0,1px);}
	87.5%	{transform:rotate(-0.4deg)	translate(-1px,-1px);}
	100%	{transform:rotate(0deg)	translate(0,0);}
}