@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;
}
#header ~ *{
	opacity: 0;
	-webkit-transition:opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.loaded #header ~ *{
	opacity: 1;
}

#content #history{
	background: url(../../img/lupin_world/history_bg01.png) repeat-y 15% 0;
	background-size:15px auto;
	padding:23px 0 0;
}
#history .historyList > li{
	position: relative;
}
#history .historyList > li ~ li{
	margin-top: 16px;
}
#history .historyList > li .box{
	position: relative;
	background-color: rgba(255,255,255,.1);
	padding: 12px;
	text-align: left;
	margin-left:35%;
	-webkit-transform: translate(10%, 0);
	    -ms-transform: translate(10%, 0);
	        transform: translate(10%, 0);
	opacity: 0;
	-webkit-transition:all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
#history .historyList > li .box ~ .box{
	margin-top: 10px;
}
#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:2px;
	left:2px;
	width: 9px;
	height: 9px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	opacity: .3;
}
#history .historyList > li .box:after{
	content: "";
	position: absolute;
	top:2px;
	right:2px;
	width: 9px;
	height: 9px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	opacity: .3;
}
#history .historyList > li .inner:before{
	content: "";
	position: absolute;
	bottom:2px;
	left:2px;
	width: 9px;
	height: 9px;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	opacity: .3;
}
#history .historyList > li .inner:after{
	content: "";
	position: absolute;
	bottom:2px;
	right:2px;
	width: 9px;
	height: 9px;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	opacity: .3;
}
#history .historyList > li .inner img:first-child{
	display: block;
	margin:0 auto 10px;
}
#history .historyList > li .tag li{
	width: 32px;
}
#history .historyList > li .ttl{
	position: relative;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
}
#history .historyList > li .ttl:before{
	content: "";
	width: 4px;
	height: 1.2em;
	position: absolute;
	top: .2em;
	left:0;
	background-color: #d51717;
}
#history .historyList > li .date{
	position: absolute;
	top: 0;
	left:0;
	font-size: 20px;
	text-align: right;
	width: 35%;
	padding:0 8% 0 0;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
}
#history .historyList > li .date:after{
	content: "";
	position: absolute;
	top: 50%;
	right:0;
	width: 20%;
	height: 0;
	border-top:1px solid #d51717;
	-webkit-transform: translate(0,-50%);
	    -ms-transform: translate(0,-50%);
	        transform: translate(0,-50%);
}
#history .historyList > li p{
	font-size: 12px;
	font-weight: normal;
	color: #c5c5c5;
}
#history .writing{
	text-align: center;
	color: #5a5a5a;
	margin-top: 30px;
}

#historyArea{
	position: relative;
	margin:0 -10px 45px;
	background:url(../../img/sp/lupin_world/index_bg_history.png) no-repeat center 0;
	background-size:100% auto;
	width: 110%;
	height: 0;
	padding-top: 80%;
}
#historyArea .btn{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

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

#character{
	margin: 0 auto;
	text-align: left;
}
#character li{
	position: relative;
}
#character li .inner{
	position: relative;
	margin:20px 0 50px;
	display: none;
}
#character li:after{
	content: "";
	clear: both;
	display: block;
}
#character li h3{
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
}
#character li .slider{
	width: 57%;
	margin-left:43%;
	float: left;
	height: 280px;
}
#character li .slide{
	outline: 0;
}
#character li .slide img{
	max-height: 470px;
	width: auto;
	height: auto;
}
#character li .slick-dots{
	position: absolute;
	top:50%;
	left:0;
	-webkit-transform: translate(-65%,-20%);
	    -ms-transform: translate(-65%,-20%);
	        transform: translate(-65%,-20%);
	width: 100%;
	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-color: transparent;
	outline: none;
}
#character li .slick-dots li.slick-active button{
	color: #000;
	border: 1px solid #fff;
	background-color: #fff;
}
#character li .data:before{
	content: "";
	clear: both;
	display: block;
}
#character li .acdBtn img{
	width: 100%;
}
#character li .data .img{
	margin:25px 0 20px;
	text-align: center;
}
#character li .data [colspan]{
	padding: 10px 15px;
	vertical-align: top;
}

#author{
	margin: 0 auto;
	text-align: left;
}
#author .name{
	margin:70px 0 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
#author .name dt{
	font-size: 13px;
	padding:.2em 2em 0 0;
	margin:0 0 16px 0;
	font-weight: normal;
	line-height: 1.2;
}
#author .name dd{
	border-left: 1px 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: 21px;
	font-weight: normal;
}
#author .name em{
	font-size: 8px;
}
#author .data dt{
	font-size: 20px;
	margin:0 0 15px;
}
#author .data dd{
	margin:0 0 45px;
	font-size: 12px;
}
#author .img{
	max-width: 46.45%;
	margin: 0 auto 18px;
}
#author p{
	font-size: 12px;
}
[id*="mapster"]{
	margin: 0 auto;
}

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