/**
 * works.css
 */

/* index
--------------------------------------------------*/
body#works .category {
	/*margin-top: 56px;*/
	margin-top: 103px;
}
body#works .category:first-child {
	margin-top: 0;
}
body#works .category .title {
	height: 39px;
	font-size: 15px;
	line-height: 1;
}
body#works .category .title span {
	display: block;
}
body#works .category .title span.svg {
	display: none;
}
html.drawSVG body#works .category .title span {
	display: none;
}
html.drawSVG body#works .category .title span.svg {
	display: block;
}
body#works .worksList {
	width: 100%;
}
body#works .worksList:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}
body#works .worksList .entry {
	float: left;
	width: 25%;
}
body#works .worksList .entry.w2 {
	float: left;
	width: 50%;
}
body#works .worksList .entry .inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 92%;
}
body#works .worksList .entry.w2 .inner {
	padding-bottom: 46%;
}
body#works .worksList .entry a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100.5%;
	background: #ffffff;
}
body#works .worksList .entry a.t {
	top: 0;
	left: 0;
	width: 100.5%;
}
body#works .worksList .entry a.b {
	top: 50%;
	left: 0;
	width: 100.5%;
}
body#works .worksList .entry a.r {
	top: 0;
	left: 50%;
	width: 50.5%;
}
body#works .worksList .entry a.l {
	top: 0;
	left: 0;
	width: 50.5%;
}
body#works .worksList .entry a.tr {
	top: 0;
	left: 50%;
	width: 50.5%;
}
body#works .worksList .entry a.tl {
	top: 0;
	left: 0;
	width: 50.5%;
}
body#works .worksList .entry a.br {
	top: 50%;
	left: 50%;
	width: 50.5%;
}
body#works .worksList .entry a.bl {
	top: 50%;
	left: 0;
	width: 50.5%;
}
body#works .worksList .entry img {
	width: 100%;
	height: auto;
}

/* WINDOW SIZE */
@media only screen and (max-width:920px) {
	body#works .worksList .entry {
		width: 33.3%;
	}
	body#works .worksList .entry.w2 {
		width: 66.6%;
	}
}

@media only screen and (max-width:692px) {
	body#works .worksList .entry {
		width: 50%;
	}
	body#works .worksList .entry.w2 {
		clear: both;
		float: none;
		width: 100%;
	}
}

/* SP
--------------------------------------------------*/
@media only screen and (max-width:640px) {
	body#works .category .title img {
		width: auto;
		height: 11px;
	}
	body#works .category {
		margin-top: 56px;
	}
}



/* detail
--------------------------------------------------*/
/* worksDetailArticle */
body#works #detailNav .title {
	font-size: 105%;
	line-height: 1.5;
	margin-top:25px;
	font-family: "Sabon LT W01 Roman", "Ryumin Regular KL", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;	
}
html:lang(zh) body#works #detailNav .title {
	font-family: "Sabon LT W01 Roman", SimSun, serif;
}

/* worksDetailArticle */
body#works #detailArticle {
	position: relative;
	z-index: 1;
}
body#works #detailArticle .mainSection {
	margin-bottom: 72px;
}
body#works #detailArticle .subSection {
	/*margin-top: 54px;*/
	margin-top: 103px;
}
body#works #detailArticle section #mainImage {
	margin-bottom: 30px;
}
body#works #detailArticle section .title {
	margin-bottom: 16px;
	font-size: 150%;
	line-height: 1.34;
}

body#works #detailArticle  .subSection .title {
	font-size: 130%;
}
body#works #detailArticle section .title .en {
	margin-left: 8px;
	font-size: 55.6%;
	line-height: 1;
}
body#works #detailArticle section .content {
	padding-left: 60px;
}
body#works #detailArticle section .imageArea {
	margin-top: 30px;
}
body#works #detailArticle section .imageArea:first-child {
	margin-top: 0;
}
body#works #detailArticle section .movieContainer {
	position: relative;
	width: 100%;
}
/*
body#works #detailArticle section .movieContainer .movie {
	position: absolute;
	width: 100%;
	height: 100%;
}
body#works #detailArticle section .movieContainer .movie video {
	position: absolute;
	width: 100%;
	height: 100%;
}
*/
body#works #detailArticle section .movieContainer .movie {

	width: 100%;
	height: 100%;
}
body#works #detailArticle section .movieContainer .movie video {
	
	width: 100%;
	height: 100%;
}
body#works #detailArticle .credit {
	zoom: 1;
	margin-top: 50px;
	font-size: 11px;
}
body#works #detailArticle .credit:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}
body#works #detailArticle .credit .column {
	float: left;
	width: 40%;
	margin-right: 6.5%;
}
/* slider */
body#works #detailArticle .slider {
	position: relative;
	width: 100%;
}
body#works #detailArticle .slider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
body#works #detailArticle .slider li:first-child {
	position: relative;
}
body#works #detailArticle .slider li img {
	width: 100%;
	height: auto;
	cursor: pointer;
}
body#works #detailArticle .bx-wrapper {
	position: relative;
}
body#works #detailArticle .subSection .bx-wrapper {
	margin-bottom: 32px;
}
body#works #detailArticle .bx-wrapper .bx-controls a {
	display: block;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-indent: -5260px;
}
body#works #detailArticle .bx-wrapper .bx-pager {
	position: absolute;
	bottom: -14px;
	right: 0;
	height: 5px;
}
body#works #detailArticle .bx-wrapper .bx-pager .bx-pager-item {
	float: left;
	padding-left: 5px;
}
body#works #detailArticle .bx-wrapper .bx-pager a {
	width: 5px;
	height: 5px;
	background: url(../common/imgs/slide-pagenatiion.png) no-repeat center top;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
body#works #detailArticle .bx-wrapper .bx-pager a.active,
body#works #detailArticle .bx-wrapper .bx-pager a:hover {
	background-position: center bottom;
}
body#works #detailArticle .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	width: 24px;
	height: 44px;
	margin-top: -22px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.35;
	filter: alpha(opacity=35);
	-ms-filter: "alpha(opacity=35)";
}
body#works #detailArticle .bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
body#works #detailArticle .bx-wrapper .bx-controls-direction a.bx-prev {
	left: -24px;
	background-image: url(../common/imgs/slide-prev.png);
}
body#works #detailArticle .bx-wrapper .bx-controls-direction a.bx-next {
	right: -24px;
	background-image: url(../common/imgs/slide-next.png);
}
body#works #detailArticle #mainImage .bx-wrapper .bx-controls-direction a {
	display: none;
}
html.retina body#works #detailArticle .bx-wrapper .bx-controls-direction a {
	-webkit-background-size: 12px 20px;
	background-size: 12px 20px;
}
html.retina body#works #detailArticle .bx-wrapper .bx-controls-direction a.bx-prev {
	background-image: url(../common/imgs/slide-prev@x2.png);
}
html.retina body#works #detailArticle .bx-wrapper .bx-controls-direction a.bx-next {
	background-image: url(../common/imgs/slide-next@x2.png);
}
/* sns */
body#works #detailContents {
	zoom: 1;
}
body#works #detailContents:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}
body#works #detailContents .sns {
	float: right;
	margin-top: 56px;
}



/* SP
--------------------------------------------------*/
@media only screen and (max-width:640px) {
	/* worksDetailArticle */
	body#works #detailArticle .mainSection {
		margin-bottom: 46px;
	}
	body#works #detailArticle .subSection {
		margin-top: 60px;
	}
	body#works #detailArticle section .title {
		margin-bottom: 20px;
		font-size: 116.7%;
	}
	body#works #detailArticle section .title .en {
		font-size: 64.3%;
	}
	body#works #detailArticle section .content {
		padding-left: 0;
	}
	body#works #detailArticle .credit {
		margin-top: 40px;
		font-size: 11px;
	}
	body#works #detailArticle .credit .column {
		float: none;
		width: auto;
		margin-top: 30px;
		margin-right: 0;
	}
	body#works #detailArticle .credit .column:first-child {
		margin-top: 0;
	}
	/* slider */
	body#works #detailArticle .bx-wrapper .bx-controls-direction a {
		display: none;
	}
	/* sns */
	body#works #detailContents .sns {
		margin-top: 30px;
	}
}