@charset "UTF-8";

#history .historyList > li .ttl,
#author .name,
#history .historyList > li .date{
	font-family:"ヒラギノ明朝 ProN","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}

#footer,
#content{
	opacity: 0;
	-webkit-transition:opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.loaded #footer,
.loaded #content{
	opacity: 1;
}
#content {
	background-image: url(../img/lupin_world/history_bg02.jpg);
	background-size: 100% auto;
    background-repeat: repeat-y;
}
#content #history{
	background: url(../img/lupin_world/history_bg01.png) repeat-y center 0;
	padding:90px 0 180px;
	margin-bottom: -180px;
}
#history .historyList > li{
	position: relative;
	margin-top: 20px;
}
#history .historyList > li:after{
	content: "";
	clear: both;
	display: block;
}
#history .historyList > li .box{
	position: relative;
	background-color: rgba(255,255,255,.1);
	width: 296px;
	padding: 22px;
	text-align: left;
	margin-top: 20px;
	opacity: 0;
	-webkit-transition:all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
#history .historyList > li .box.left{
	float: left;
	-webkit-transform: translate(-10%, 0);
	    -ms-transform: translate(-10%, 0);
	        transform: translate(-10%, 0);
}
#history .historyList > li .box.right{
	float: right;
	-webkit-transform: translate(10%, 0);
	    -ms-transform: translate(10%, 0);
	        transform: translate(10%, 0);
}
#history .historyList > li .box.on{
	opacity: 1;
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
}
#history .historyList > li .box:before{
	content: "";
	position: absolute;
	top:4px;
	left:4px;
	width: 17px;
	height: 17px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	opacity: .3;
}
#history .historyList > li .box:after{
	content: "";
	position: absolute;
	top:4px;
	right:4px;
	width: 17px;
	height: 17px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	opacity: .3;
}
#history .historyList > li .inner:before{
	content: "";
	position: absolute;
	bottom:4px;
	left:4px;
	width: 17px;
	height: 17px;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	opacity: .3;
}
#history .historyList > li .inner:after{
	content: "";
	position: absolute;
	bottom:4px;
	right:4px;
	width: 17px;
	height: 17px;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	opacity: .3;
}
#history .historyList > li .inner img:first-child{
	display: block;
	margin-bottom: 10px;
}
#history .historyList > li .tag li{
	width: 32px;
}
#history .historyList > li .ttl{
	position: relative;
	padding-left: 17px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
}
#history .historyList > li .on .ttl{
	/*animation: blink .4s ease-in 1s;*/
}
@-webkit-keyframes blink{
	0%{opacity: 0}
	25%{opacity: 1}
	50%{opacity: 0}
	100%{opacity: 1}
}
@keyframes blink{
	0%{opacity: 0}
	25%{opacity: 1}
	50%{opacity: 0}
	100%{opacity: 1}
}
#history .historyList > li .ttl:before{
	content: "";
	width: 7px;
	height: 1.4em;
	position: absolute;
	top: .2em;
	left:0;
	background-color: #d51717;
}
#history .historyList > li .date{
	position: absolute;
	top: 40px;
	left:50%;
	font-size: 40px;
	text-align: center;
	width: 280px;
	color: #fff;
	font-weight: bold;
	-webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
}
#history .historyList > li .line{
	display: block;
	position: absolute;
	top: 50px;
	width: 50px;
	height: 0;
	border-top:2px solid #d51717;
}
#history .historyList > li .left .line{
	right: 0;
	-webkit-transform: translate(100%,0);
	    -ms-transform: translate(100%,0);
	        transform: translate(100%,0);
}
#history .historyList > li .right .line{
	left: 0;
	-webkit-transform: translate(-100%,0);
	    -ms-transform: translate(-100%,0);
	        transform: translate(-100%,0);
}
#history .historyList > li p{
	color: #c5c5c5;
	font-size: 15px;
	font-weight: normal;
}
#history .historyList > li .dlTypeA{
	margin-bottom: 0;
}
#history .writing{
	text-align: right;
	font-size: 15px;
	color: #5a5a5a;
	margin-top: 150px;
}

#historyArea{
	background: url(../img/lupin_world/index_bg_history.png) no-repeat center -70px;
	margin-bottom: 44px;
	padding-top: 90px;
}
#historyArea .btn{
	text-align: center;
	margin-bottom: 60px;
}

#historyArea ~ .contentInner{
	margin-bottom: 90px;
	text-align: center;
}

#character{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 100px;
}
#character li{
	position: relative;
	margin-bottom: 100px;
}
#character li:after{
	content: "";
	clear: both;
	display: block;
}
#character li h3{
	position: absolute;
	top: 0;
	left: 0;
}
#character li .slider{
	width: 325px;
	margin-left:255px;
	float: left;
}
#character li .slide{
	outline: 0;
}
#character li .slick-dots{
	position: absolute;
	top:50%;
	left:0;
	-webkit-transform: translate(-100%,-10%);
	    -ms-transform: translate(-100%,-10%);
	        transform: translate(-100%,-10%);
	width: 255px;
	text-align: center;
}
#character li .slick-dots li{
	display: inline-block;
	margin-right: 10px;
}
#character li .slick-dots li button{
	width: 32px;
	height: 32px;
	line-height: 30px;
	vertical-align: middle;;
	text-align: center;
	padding: 0;
	border: 1px solid #fff;
	color: #fff;
	background:url(../img/common/blank.gif) repeat 0 0;
	outline: none;
}
#character li .slick-dots li.slick-active button{
	color: #000;
	border: 1px solid #fff;
	background-color: #fff;
}
#character li .data{
	float: right;
	width: 380px;
}
#character li .data .img{
	margin-bottom: 50px;
}
#character li .data [colspan]{
	padding: 10px 15px;
	height:90px;
	vertical-align: top;
}
#character li .data th{
	width: 100px;
}

#character .inner{
	display: block !important;
}

#author{
	width: 920px;
	padding-left: 40px;
	margin: 0 auto;
	text-align: left;
}
#author .name{
	display: inline-block;
	margin-bottom: 40px;
	display: inline-block;
}
#author .name dt{
	float: left;
	clear: left;
	text-align: right;
	margin:0 30px 0 0;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.2;
}
#author .name dd{
	overflow: hidden;
border-left: 2px solid #c31414;
	-webkit-transform: translate(-1em, -.2em);
	    -ms-transform: translate(-1em, -.2em);
	        transform: translate(-1em, -.2em);
	padding-left: 1em;
	line-height: 1.2;
}
#author .name dd strong{
	font-size: 36px;
	font-weight: normal;
}
#author .name em{
	font-size: 16px;
}
#author .data dt{
	font-size: 30px;
	margin:0 30px 60px 0;
}
#author .data dd{
	margin:0 0 60px;
	font-size: 14px;
}
#author .img{
	float: right;
	margin-left: 45px;
}
#author .img ~ *{
	overflow: hidden;
}
[id*="mapster"]{
	margin: 0 auto;
}

#history .historyList li {
	position: relative;
}
#history .historyList .bg {
	transform: scale(0);
	position: absolute;
    left: 140px;
    top: -70px;
	pointer-events: none;
	z-index: 1;
}