/* Home */


#menu_categories {
	display: none;
}
#header.fixed #menu_categories {
	display: block;
}
#header .inner {
	height: 18px;
}


/** Home Slide **/

#home_slide {
	margin-bottom: 15px;
	padding: 0;
}
#home_slide #slide p,
#home_slide #slide div,
#home_slide #slide .lslide {
	margin-bottom: 0 !important;
}
#home_slide #slide img {
	width: 100%;
}
#home_slide .inner {
	position: relative;
	width: 1080px;
}
#home_slide #home_slide_logo {
	display: none;
	position: absolute;
	top: 250px;
	left: 360px;
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		opacity: 0.9;
	z-index: 1;
}
#home_slide #slide {
	position: inherit;
	margin-bottom: 24px;
	height: 600px;
	overflow: hidden;
	z-index: 0;
}
.lslide img {
	width: 1080px;
	height: 600px;
}
.lSPager {
	margin-top: -20px !important;
}
.lSSlideOuter .lSPager.lSGallery li {
    	-o-transition: all 200ms linear;
    	-ms-transition: all 200ms linear;
    	-moz-transition: all 200ms linear;
    	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    border-bottom: solid 5px #EEE !important;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0 !important;
    	filter: alpha(opacity=5);
    	-moz-opacity: 0.5;
    opacity: 0.5;
    	-o-transition: all 200ms linear;
    	-ms-transition: all 200ms linear;
    	-moz-transition: all 200ms linear;
    	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    border-bottom: solid 5px #C2D338 !important;
}
#social_share {
	clear: both;
	margin: 45px 0;
}



/** Home Backnumbers **/

#home_backnumbers {
	margin-bottom: 15px;
	padding: 0;
}
#home_backnumbers .inner {
	position: relative;
	padding: 0;
	width: 1080px;
}
.home_backnumber {
	position: relative;
	margin-bottom: 15px;
	width: 350px;
	height: 350px;
	color: #FFF;
}
.home_backnumber.trip {
	border-top: solid 3px #8e839c;
}
.home_backnumber.art {
	border-top: solid 3px #5a6e93;
}
.home_backnumber.life {
	border-top: solid 3px #557063;
}
.home_backnumber.hand {
	border-top: solid 3px #bfa53c;
}
.home_backnumber.center {
	margin: 0 15px 15px 15px;
}
.home_backnumber img {
	width: 100%;
	height: auto;
}
.home_backnumber_author_image {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 48px;
	height: 48px;
	border: solid 1px #FFF;
		-o-border-radius: 25px;
		-ms-border-radius: 25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
	border-radius: 25px;
	overflow: hidden;
	z-index: 2;
}
.home_backnumber_overlay {
	position: absolute;
	top: 0;
	left: 0;
	padding: 75px 45px 45px 45px;
	width: 260px;
	height: 230px;
	background: rgba(0,0,0,0.3);
	z-index: 1;
		-o-transition: all 400ms linear;
		-ms-transition: all 400ms linear;
		-moz-transition: all 400ms linear;
		-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}
.home_backnumber_overlay:hover {
	background: rgba(0,0,0,0.7);
		-o-transition: all 400ms linear;
		-ms-transition: all 400ms linear;
		-moz-transition: all 400ms linear;
		-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}
.home_backnumber_overlay a {
	text-decoration: none;
	color: #FFF;
}
.home_backnumber_overlay h3.home_backnumber_author {
	margin-top: 60px;
	margin-bottom: 6px;
	font-size: 18px;
	line-height: 1.3em;
		-o-transition: all 250ms linear;
		-ms-transition: all 250ms linear;
		-moz-transition: all 250ms linear;
		-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}
.home_backnumber_overlay h3.home_backnumber_title {
	margin-bottom: 9px;
	font-size: 16px;
	line-height: 1.3em;
}
.home_backnumber_overlay h4 {
	margin-bottom: 9px;
	font-family: 'Nothing You Could Do', cursive;
	font-size: 12px;
}
.home_backnumber_overlay p {
	font-size: 13px;
	line-height: 1.7em;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
	opacity: 0;
		-o-transition: all 250ms linear;
		-ms-transition: all 250ms linear;
		-moz-transition: all 250ms linear;
		-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}
.home_backnumber_overlay:hover h3.home_backnumber_author {
	margin-top: 0;
		-o-transition: all 250ms linear;
		-ms-transition: all 250ms linear;
		-moz-transition: all 250ms linear;
		-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}
.home_backnumber_overlay:hover p {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
	opacity: 1;
		-o-transition: all 250ms linear;
		-ms-transition: all 250ms linear;
		-moz-transition: all 250ms linear;
		-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}


/** Home Images **/

#home_images {
	margin-left: -25px;
}
#home_images li {
	position: relative;
	float: left;
	margin: 0 0 25px 25px;
	width: 195px;
	height: 195px;
	background: #222;
	cursor: pointer;
	overflow: hidden;
}
#home_images li .home_images_image {
	position: absolute;
	width: 195px;
	height: 195px;
	overflow: hidden;
	z-index: 1;
}
#home_images li img {
	width: 100%;
	height: auto;
}
#home_images p {
	margin-bottom: 0;
}
#home_images li .home_images_meta {
	padding: 30px 15px 15px 15px;
	width: 165px;
	height: 150px;
	color: #FFF;
	font-size: 11px;
	overflow: hidden;
}
#home_images li .home_images_meta span {
	display: block;
	float: left;
	margin-right: 6px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}
#home_images li .home_images_title {
	margin-bottom: 9px;
	padding-bottom: 9px;
	line-height: 1.5em;
	border-bottom: dotted 1px #444;
}
#home_images li a {
	color: #FFF;
	text-decoration: none;
}


/** Home Catefories **/

.home_category {
	background: #FFF;
	overflow: auto;
}
.home_category a {
	border: none !important;
}
.home_category_eyecatch p {
	position: relative;
	width: 252px;
	height: 308px;
	overflow: hidden !important;
}
.home_category_eyecatch p span {
	position: absolute;
}
.home_category_eyecatch_cover {
	top: 0;
	z-index: 1;
}
.home_category_eyecatch_cover img {
	width: 100%;
	height: auto;
}
.home_category_eyecatch_image {
	top: 55px;
	width: 252px;
	height: 252px;
	overflow: hidden;
	z-index: 0;
}
.home_category_eyecatch_image img {
	width: 100%;
	height: auto;
}
/*
.home_category_eyecatch_image img {
		-ms-transition: -ms-transform 0.3s linear;
		-o-transition: -o-transform 0.3s linear;
		-moz-transition: -moz-transform 0.3s linear;
		-webkit-transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
}
.home_category_eyecatch_image img:hover {
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
*/

.home_category_contents {
	padding: 0 18px;
}
h3.home_category_title {
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
.home_category_author {
	color: #AAA;
	font-size: 11px;
}
.home_category_author .label {
	margin-right: 6px;
	font-family: 'Lato', sans-serif !important;
	font-style: italic;
	letter-spacing: 0.05em;
}
.home_category_description {
	font-size: 12px;
}


/** Home Authors **/

.home_author_eyecatch {
	margin: 0 auto 18px auto;
	width: 164px;
	height: 164px;
	text-align: center;
		-o-border-radius: 82px;
		-ms-border-radius: 82px;
		-webkit-border-radius: 82px;
		-moz-border-radius: 82px;
	border-radius: 82px;
	overflow: hidden;
}
.home_author_eyecatch img {
	width: 164px;
	height: auto;
}
.home_author_eyecatch p {
	margin: 0;
}
.home_author_name_english {
	margin-bottom: 0;
	font-style: italic;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
}
.home_author_name {
	margin-bottom: 12px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","小塚明朝R","小塚明朝 std R","Kozuka Mincho std","HGS明朝E","ＭＳ Ｐ明朝",serif;
	letter-spacing: 0.1em;
	text-align: center;
}
.home_author_do {
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.home_author_profile {
	font-size: 12px;
}
.home_author_contents {
	margin-bottom: 18px;
	padding: 0 12px 0 12px;
	border-bottom: solid 3px #CFE824;
}

.home_author_serialize h3 {
	font-size: 13px;
	font-weight: bold;
}
.home_author_serialize h3 .label {
	display: block;
	font-size: 11px;
}
.home_author_serialize li {
	margin-bottom: 9px;
	font-size: 11px;
}

#home_author_curator {
	clear: both;
	float: none;
	margin: auto;
	padding-top: 45px;
	width: 528px;
}
#home_author_curator_data {
	margin: 0 auto;
	width: 240px;
	text-align: center;
}
#home_author_curator_profile .home_author_profile {
	margin-top: 18px;
	padding: 18px 0 18px 0;
	border-top: solid 3px #CFE824;
}

/*
#home_author_curator {
	border: solid 1px #DDD;
		-o-border-radius: 4px;
		-ms-border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	clear: both;
	float: none;
	margin: auto;
	padding: 45px 30px;
	width: 818px;
}
#home_author_curator_data {
	float: left;
	margin: 0;
	width: 240px;
	text-align: center;
}
#home_author_curator_profile {
	float: right;
	margin: 0;
	width: 528px;
}
#home_author_curator_profile .home_author_profile {
	margin-bottom: 18px;
	padding: 0 0 18px 0;
	border-bottom: solid 3px #CFE824;
}
*/


/** Home About **/

#home_about #home_about_concept p {
	font-size: 14px;
	line-height: 2em;
}
#home_about #home_about_concept p.note {
	padding-top: 0;
	font-size: 12px;
}
#home_about #home_about_presented {
	padding-top: 45px;
	text-align: center;
}
#home_about #home_about_presented p {
	color: #AAA;
	font-size: 11px;
}


/** Home Archives **/

.archive_author {
	position: relative;
	float: left;
	margin: 0 21px 45px 21px;
	padding: 15px 15px 0 15px;
	width: 286px;
	border: solid 1px #F0F0F0;
		-o-border-radius: 2px;
		-ms-border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	border-radius: 2px;
}
.archive_author .archive_author_image {
	position: absolute;
	right: 9px;
	top: -32px;
	margin: 0 auto 15px auto;
	width: 60px;
	height: 60px;
		-o-border-radius: 32px;
		-ms-border-radius: 32px;
		-moz-border-radius: 32px;
		-webkit-border-radius: 32px;
	border-radius: 32px;
	border: solid 1px #EEE;
	overflow: hidden;
}
.archive_author .archive_author_image img {
	width: 100%;
	height: auto;
}
.archive_author h3 {
	margin-bottom: 3px;
	font-size: 14px;
}
.archive_author .archive_author_do {
	margin-bottom: 9px;
	font-size: 12px;
}
.archive_author ul {
	padding-top: 12px;
	border-top: solid 1px #CFE824;	
	margin-bottom: 0;
	margin-left: -15px;
	padding: 24px 15px;
	width: 286px;
	font-size: 12px;
	background: #F6F6F6;
}

