@charset "utf-8";

/* -----------------------------------------------------------------------------
 List
----------------------------------------------------------------------------- */
#movie {
	position:relative;
	width:804px;
	padding-top:60px;
	text-align:left;
	float:right;
	z-index:9999;
}

#movie > h2.subt {
	font-size:28px;
	font-family:'Lato', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",Meiryo, sans-serif, "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	font-weight: 100;
	margin-bottom:15px;
	text-align:center;
}


#movie ul li {
	position:relative;
	width:382px;
	height:auto;
	margin:0 0 20px 20px;
	opacity:0;
	filter: alpha(opacity=0);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=0)";  /* ie 8 */
	-moz-opacity:0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0;              /* Safari 1.x */
	display:none;
	float:left;
}

#movie ul li:first-child {
	width:784px;
	height:auto;
}

#movie ul li img {
	width:100%;
	height:250px;
	object-fit: cover;
}

#movie ul li:first-child img {
	height:auto;
}

#movie ul li a[data-lity]::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background:url("../../img/movie/btn_play.svg") center no-repeat;
	display: block;
}

#movie ul li a .new {
	position:absolute;
	top:15px;
	left:10px;
	width: 70px;
	display:block;
	z-index:888;
}

#movie ul li a .name {
	position:absolute;
	bottom:0;
	left:0;
	color:#FFF;
	font-size: 1.2em;
	font-family:'Lato', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",Meiryo, sans-serif, "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	font-weight:100;
	padding:15px 17px;
	display:block;
	z-index:888;
}

#movie ul li a .line {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	filter: alpha(opacity=0);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=0)";  /* ie 8 */
	-moz-opacity:0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0;              /* Safari 1.x */
	text-align:left;
	border:5px solid #FFF;
	display:block;
	z-index:999;
}

#btn-movie-detail {
	position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    z-index: 10000;
}

#btn-movie-detail a {
	margin: 0 auto;
	padding: 10px 80px;
	border: 1px solid #fff;
	display: inline-block;
}



/* -----------------------------------------------------------------------------
 Detail
----------------------------------------------------------------------------- */
#detail {
	position:relative;
	width:780px;
	padding:85px 0 0 0;
	text-align:left;
	float:right;
	z-index:9999;
}

#detail .title {
	position:relative;
	padding-bottom:15px;
}

#detail .title h1 {
	font-size:2em;
	font-family:'Lato', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",Meiryo, sans-serif, "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	font-weight:100;
	line-height:1em;
}

#detail .title .ja {
	font-size:1.05em;
	padding-top:15px;
	line-height:1em;
}

#detail .title .cn {
	font-size:1em;
	padding-top:5px;
	line-height:1em;
}

#detail .title .date {
	font-size:1em;
	padding-top:25px;
	line-height:1em;
}

#detail .title .cat {
	position:absolute;
	bottom:15px;
	right:0;
	font-size:13px;
	padding:0 0 0 0;
	text-align:right;
}

#detail .title .cat span {
	min-height:18px;
	border-bottom:1px solid #FFF;
}

#detail .img {
	position: relative;
	text-align:center;
}

#detail .img a[data-lity]::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../../img/movie/btn_play.svg) center no-repeat;
    display: block;
}

#detail .img img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

#detail .movie {
	padding-bottom:20px;
	text-align:center;
}

#detail h2 {
	background:url(../../img/works/subt_bg.png) repeat-x;
}

#detail h2 img {
	width:auto;
	height:11px;
}

#detail .process h2 {
	margin-top:45px;
}

#detail .process .left {
	width:370px;
	margin-top:25px;
	float:left;
}

#detail .process .right {
	width:370px;
	margin-top:25px;
	float:right;
}

#detail .process .cap {
	margin-top:10px;
}

#detail .credit h2 {
	margin-top:85px;
}

#detail .credit p {
	margin-top:20px;
}

#detail .concept h2 {
	margin-top:85px;
}

#detail .concept .left {
	font-size:0.85em;
	width:226px;
	margin-top:25px;
	padding-right:25px;
	border-right:1px solid #FFF;
	float:left;
}

#detail .concept .center {
	font-size:0.85em;
	width:226px;
	margin:25px 0 0 25px;
	padding-right:25px;
	border-right:1px solid #FFF;
	float:left;
}

#detail .concept .right {
	font-size:0.85em;
	width:221px;
	margin:25px 0 0 25px;
	float:left;
}

#detail .concept .left .pagetop,
#detail .concept .center .pagetop {
	display:none;
}

#detail .btn-detail {
    margin: 60px auto 20px;
    text-align: center;
}

#detail .btn-detail a {
	margin: 0 auto;
	padding: 10px 80px;
	border: 1px solid #fff;
	display: inline-block;
}

#sidebar-list {
	display:none;
}

#sidebar ul.category li a {
	line-height:1em;
}

#sidebar ul.category li br {
	display:none;
}


#sidebar ul.feature {
	margin-bottom: 12px;
	letter-spacing:0.1em;
}

#sidebar ul.feature a {
	line-height:1.4em !important;
}


/* *****************************************************************************
   PC用のスタイル記述
@media screen and (min-width: 769px), print {
}
***************************************************************************** */


/* *****************************************************************************
   スマートフォン用のスタイル記述
***************************************************************************** */
@media screen and (max-width: 769px) {

/* -----------------------------------------------------------------------------
 List
----------------------------------------------------------------------------- */
#movie {
	width:100%;
	padding-top:20px;
	overflow:hidden;
	float:none;
}

#movie ul {
	width:103%;
}

#movie ul li {
	position:relative;
	width:97%;
	height:auto;
	margin:0 3% 3% 0;
	display:none;
	float:left;
}

#movie ul li:first-child {
	width:97%;
	height: auto;
}

#movie ul li a[data-lity]::before {
	background:url("../../img/movie/btn_play.svg") center no-repeat;
	background-size: 20%;
}

#movie ul li img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

#movie ul li a .name {
	font-size:1.05em;
}




/* -----------------------------------------------------------------------------
 Detail
----------------------------------------------------------------------------- */
#detail {
	position:relative;
	width:auto;
	padding:20px 0 0 0;
	float:none;
}

#detail .title {
	padding-bottom:15px;
}

#detail .title h1 {
	font-size:1.8em;
	font-weight:normal;
	line-height:1em;
}

#detail .title .date {
	font-size:12px;
	padding-top:25px;
	line-height:1em;
}

#detail .title .cat {
	font-size:10px;
	bottom:15px;
}

#detail .title .cat span {
	padding:5px 0 0 0;
}

#detail .img {
	text-align:center;
}

#detail .img a[data-lity]::before {
    background: url(../../img/movie/btn_play.svg) center no-repeat;
	background-size: 20%;
}

#detail .movie {
	padding-bottom:20px;
	text-align:center;
}

#detail .movie iframe {
	width:320px;
	height:205px;
}

#detail .process h2 {
	margin-top:45px;
}

#detail .process .left {
	width:auto;
	margin-top:25px;
	float:none;
}

#detail .process .right {
	width:auto;
	margin-top:25px;
	float:none;
}

#detail .process .cap {
	margin-top:10px;
}

#detail .credit h2 {
	margin-top:65px;
}

#detail .credit p {
	margin-top:20px;
}

#detail .concept h2 {
	margin-top:65px;
}

#detail .concept .left {
	font-size:0.85em;
	width:auto;
	margin-top:25px;
	padding:0 0 0 0;
	border-right:none;
	border-bottom:1px solid #FFF;
	float:none;
}

#detail .concept .center {
	font-size:0.85em;
	width:auto;
	margin:25px 0 0 0;
	padding:0 0 0 0;
	border-right:none;
	border-bottom:1px solid #FFF;
	float:none;
}

#detail .concept .right {
	font-size:0.85em;
	width:auto;
	margin:25px 0 0 0;
	padding:0 0 0 0;
	float:none;
}

#detail .concept .left .pagetop,
#detail .concept .center .pagetop {
	display:block;
}

#detail img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

#detail .btn-detail {
    margin: 40px auto 40px;
    text-align: center;
}

#sidebar {
	margin:0;
	padding:20px 0 40px;
}

#sidebar.list {
	display:none;
}

#sidebar h2 {
	width:49%;
	margin:2px 0 0 0;
	float:left;
}

#sidebar h2 a {
	padding:0.8em 5px 0.8em 25px;
	background:#4d4d4d url(../../img/sidebar_ico.png) 0.7em 1.3em no-repeat;
}

#sidebar h2 a:hover {
	background:#4d4d4d url(../../img/sidebar_ico.png) 0.7em 1.3em no-repeat;
}

#sidebar ul.category {
	padding:0;
	border:none;
}

#sidebar ul.category li.left {
	width:49%;
	margin:2px 0 0 0;
	float:left;
}

#sidebar ul.category li.right {
	width:50%;
	margin:2px 0 0 0;
	float:right;
}

#sidebar ul.category li a {
	padding:0.8em 5px 0.8em 25px;
	background:#4d4d4d url(../../img/sidebar_ico.png) 0.7em 1.3em no-repeat;
}

#sidebar ul.category li a:hover {
	background:#4d4d4d url(../../img/sidebar_ico.png) 0.7em 1.3em no-repeat;
}

#sidebar ul.archive,
#sidebar ul.lang,
#sidebar ul.view,
#sidebar ul.pdf {
	display:none;
}


#sidebar-list {
	margin:0;
	padding:20px 0 20px;
	border-bottom:1px solid #FFF;
	display:block;
}

#sidebar-list > p.feature {
	padding:0 7px;
}

#sidebar-list > p.feature a.active {
	color:#e1d600;
}

#sidebar-list ul.category.feature {
	padding:0 0 0 0;
}

#sidebar-list ul.category li {
	width:33%;
	margin:0;
	float:left;
	line-height:1.5em;
}

#sidebar-list ul.category li a {
	padding:0.5em 5px 0.5em 25px;
	background:url(../../img/sidebar_list_ico.png) 0.7em 1.2em no-repeat;
	display:block;
}

#sidebar-list ul.category li a.active {
	color:#fff000;
}

#sidebar-list ul.category li br {
	display:none;
}

}













