@charset "utf-8";

/*-----------------------------------------------
 body
-----------------------------------------------*/

body{
	overflow-x: hidden;
	background-color: #071a2b;
	
}

.bg{
	display: none;
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/randomwalker/bg.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#content{
	z-index: 10;
	width: 1200px;
	margin: 0 auto;
}

#content > .inner{
	padding-top: 40px;
	background-color: rgba(40,211,193,0.4);
}

/*-----------------------------------------------
 keyvisual
-----------------------------------------------*/

#keyvisual{
	position: relative;
	height: 1272px;
}

#keyvisual h1{
	display: none;
    position: absolute;
    z-index: 10;
    top: 5px;
    left: 144px;
}

#keyvisual .medal{
	display: none;
	position: absolute;
	z-index: 10;
    top: 0;
    left: 4px;
}

#keyvisual .info{
	position: relative;
	display: none;
	z-index: 10;
}

#keyvisual .cover{
	position: absolute;
	z-index: 10;
    top: 751px;
    left: 187px;
	width: 164px;
	border: 1px solid #187a83;
	box-shadow: 0px 2px 12px 0px #000;
	line-height: 0;
}

#keyvisual .cover img{
	width: 100%;
}

#keyvisual .catch{
	display: none;
	position: absolute;
	z-index: 10;
	top: 230px;
    left: 672px;
}

#keyvisual .catch2{
	display: none;
	position: absolute;
	z-index: 10;
	top: 230px;
    left: 604px;
}

#keyvisual .catch3{
	display: none;
	position: absolute;
	z-index: 10;
    top: 232px;
    left: 534px;
}

#keyvisual .catch4{
	display: none;
	position: absolute;
	z-index: 10;
    top: 231px;
    left: 465px;
}

#keyvisual .release{
	position: absolute;
	z-index: 10;
	top: 821px;
    left: 370px;
}

#keyvisual .bakudan{
	position: absolute;
	top: 730px;
    left: 930px;
}

#keyvisual ul.linkList{
	position: absolute;
	z-index: 10;
    top: 874px;
    left: 372px;
	font-size: 0;
}

#keyvisual ul.linkList li{
	display: inline-block;
	position: relative;
	margin-right: 10px;
	vertical-align: middle;
}

#keyvisual ul.linkList li span{
	position: absolute;
    top: -30px;
    right: -15px;
}

#keyvisual ul.linkList li{
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

#keyvisual ul.bnrList{
	position: absolute;
	top: 1014px;
	left: 33px;
	width: 1142px;
	box-sizing: border-box;
	text-align: center;
	font-size: 0;
}

#keyvisual ul.bnrList li{
	display: inline-block;
	margin: 0 5px;
}

#keyvisual .news{
	position: absolute;
	z-index: 10;
	top: 1178px;
	left: 33px;
	width: 1136px;
	height: 90px;
	border: 1px solid #000;
	box-sizing: border-box;
	background-color: #fff;
}

#keyvisual .news dl{
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
	height: 70px;
	padding-top: 10px;
}

#keyvisual .news dl dt{
	position: absolute;
	top: 10px;
	left: 10px;
	height: 60px;
	padding-right: 10px;
	border-right: 1px dotted #000;
	font-size: 18px;
	font-weight: bold;
}

#keyvisual .news dl dd{
	padding: 0 0 0 140px;
	font-size: 16px;
}

#keyvisual .news dl dd span{
    display: inline-block;
    min-width: 100px;
    font-weight: bold;
    color: #ff0100;
}

/*-----------------------------------------------
 intro
-----------------------------------------------*/

#intro h2{
	padding: 50px 0;
	text-align: center;
	line-height: 0;
}

/*-----------------------------------------------
 episode
-----------------------------------------------*/

#episode{
    padding-bottom: 40px;
}

#episode h2{
	text-align: center;
	line-height: 0;
}

#episode div.preview{
	margin-bottom: 20px;
	text-align: center;
	line-height: 0;
}

#episode div.preview div{
	display: none;
}

/*-----------------------------------------------
 comment
-----------------------------------------------*/

#comment{
	margin-bottom: 40px;
	height: 512px;
	background-image: url(../img/randomwalker/comment-bg.png);
}

#comment h2{
	position: absolute;
	top: 0;
	left: 20px;
}

#comment ul.commentList{
	padding-top: 88px;
	font-size: 0;
}

#comment ul.commentList li{
	margin-bottom: 13px;
	text-align: center;
}

/*-----------------------------------------------
 notice
-----------------------------------------------*/

#notice{
	position: relative;
	margin-bottom: 40px;
}

#notice h2{
	text-align: center;
}

/*-----------------------------------------------
 story
-----------------------------------------------*/

#story{
	position: relative;
	height: 499px;
	margin-bottom: 40px;
	background-image: url(../img/randomwalker/story-bg.png);
	background-repeat: no-repeat;
}

#story h2{
	position: absolute;
	top: 0;
	left: 20px;
}

#story p{
	padding-top: 126px;
	text-align: center;
}

/*-----------------------------------------------
 character
-----------------------------------------------*/

#character{
	position: relative;
	height: 782px;
	margin-bottom: 60px;
	background-image: url(../img/randomwalker/character-bg.png);
	background-repeat: no-repeat;
}

#character h2{
	position: absolute;
	top: 0;
	left: 20px;
}

#character ul.characterList{
	font-size: 0;
}

#character ul.characterList li{
	position: absolute;
}

#character ul.characterList li:nth-child(1){
	z-index: 2;
	top: 100px;
	left: 0;
}

#character ul.characterList li:nth-child(2){
	z-index: 1;
	top: 120px;
	right: 0;
}

/*-----------------------------------------------
 cover
-----------------------------------------------*/

#cover{
	position: relative;
	height: 1345px;
	margin-bottom: 60px;
	background-image: url(../img/randomwalker/cover-bg.png);
	background-repeat: no-repeat;
}

#cover h2{
	position: absolute;
	top: 0;
	left: 20px;
}

#cover div{
	padding-top: 88px;
	text-align: center;
}

#coverPreview ul li{
	line-height: 0;
	text-align: center;
}

#coverPreview{
	display: none;
	cursor: pointer;
	overflow-y: scroll;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	background-image: url(../img/global/btn-close.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: right 20px top 20px;
}

#coverPreview div.inner{
	display: none;
	position: absolute;
	z-index: 2;
	top: 40px;
	width: 100%;
	margin-bottom: 40px;
	padding: 20px;
}

#coverPreview div.close{
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#imagePreview ul li{
	line-height: 0;
	text-align: center;
}

#imagePreview{
	display: none;
	cursor: pointer;
	overflow-y: scroll;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	background-image: url(../img/global/btn-close.png);
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: right 20px top 20px;
}

#imagePreview div.inner{
	display: none;
	position: absolute;
	z-index: 2;
	top: 40px;
	width: 100%;
	margin-bottom: 40px;
	padding: 20px;
}

#imagePreview div.close{
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
}

/*-----------------------------------------------
 twitter
-----------------------------------------------*/

#twitter{
	margin-bottom: 20px;
	padding-bottom: 40px;
	background-color: #00c0f0;
}

#twitter h2{
	margin-bottom: 10px;
	text-align: center;
}

#twitter h2 img{
	margin-top: -50px;
}

#twitter h3{
	margin: 0 30px 20px;
	padding: 10px 0;
	border: 3px solid #fff;
	font-size: 40px;
	text-align: center;
	color: #fff;
}

#twitter p.text{
	margin: 0 30px 50px;
	font-size: 22px;
}

#twitter p.text a{
	color: #ffff00;
}

#twitter p.text2{
	margin: 0 30px 10px;
	font-size: 22px;
}

#twitter p.text2 a{
	color: #ffff00;
}

#twitter div.notice h4{
	margin: -50px 0 10px;
	padding: 10px 0;
	font-size: 38px;
	color: #ffff00;
	background-color: #ff0000;
}

#twitter div.notice{
	position: relative;
	margin: 0 30px 20px;
	padding: 20px 30px;
	border: 6px solid #ff0000;
	background-color: #ffff00;
	text-align: center;
}

#twitter div.notice p{
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
}

#twitter div.notice p.timelimit{
	margin-bottom: 0;
	font-size: 32px;
	color: #ff0000;
}

#twitter .twitter{
	margin-bottom: 10px;
	text-align: center;
}

#twitter .btn-twitter{
	width: 845px;
	margin: 0 auto 70px;
	text-align: center;
}

#twitter .get{
	margin-bottom: 40px;
	text-align: center;
}

#twitter .get a{
	font-size: 20px;
	font-weight: bold;
	color: #ffff00;
}

#twitter div.timeline-wrap{
	width: 1020px;
	margin: 0 auto;
}

#twitter .timeline{
	float: left;
	position: relative;
	width: 550px;
	margin-bottom: 40px;
	background-color: #fff;
	border: 5px solid #003399;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#twitter .timeline div.inner{
	height: 418px;
	padding: 40px 10px 0;
}

#twitter .timeline h4{
	position: absolute;
	top: -34px;
    left: -21px;
}

#twitter .timeline-wrap .text{
	float: right;
	width: 452px;
	text-align: center;
}

#twitter .guideline{
	position: relative;
	width: 990px;
	margin: 0 auto 60px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
}

#twitter .guideline .closed{
	position: absolute;
	top: 126px;
	width: 952px;
	height: 97px;
	background-image: url(../img/global/works/guideline-closed.png);
}

#twitter .guideline h4{
	border-bottom: 1px solid #000;
	text-align: center;
	font-size: 26px;
}

#twitter .guideline dl{
	padding: 10px 0;
	border-bottom: 1px solid #d9d9d9;
}

#twitter .guideline dl dt{
	float: left;
	width: 135px;
	font-size: 16px;
	font-weight: bold;
}

#twitter .guideline dl dd{
	float: left;
	width: 815px;
	font-size: 16px;
	font-weight: bold;
}

#twitter .guideline dl dd span{
	color: #ff0000;
}

#twitter .guideline dl dd h5{
	cursor: pointer;
	margin-bottom: 10px;
	padding: 2px 5px;
	border: 1px solid #000;
	font-size: 14px;
	color: #ff0000;
}

#twitter .guideline dl dd ul{
	margin-bottom: 20px;
}

#twitter .guideline dl dd ul li{
	font-size: 14px;
	font-weight: normal;
}

#twitter .result h4{
	margin-bottom: 20px;
	text-align: center;
}

#twitter .result .catch{
	margin-bottom: 20px;
	text-align: center;
}

#twitter .result .comment{
	width: 1110px;
	margin: 0 auto;
}

#twitter .result .comment .head{
	height: 20px;
	background-image: url(../img/global/works/twitter-fukidashi-top.png);
	background-repeat: repeat-y;
}

#twitter .result .comment .inner{
	padding: 10px 40px;
	background-image: url(../img/global/works/twitter-fukidashi-repeat.png);
	background-repeat: repeat-y;
}

#twitter .result .comment .inner p{
	text-align: left;
	font-size: 24px;
	color: #ff3e85;
}

#twitter .result .comment .inner p.name{
	text-align: right;
	font-size: 18px;
	color: #143e85;
}

#twitter .result .comment .foot{
	height: 33px;
	background-image: url(../img/global/works/twitter-fukidashi-bottom.png);
	background-repeat: repeat-y;
}

#twitter .result .notice{
	font-size: 16px;
	color: #fff;
	text-align: center;
}

/*-----------------------------------------------
 interview
-----------------------------------------------*/

#interview{
	margin-bottom: 20px;
	background-color: #fff;
}

#interview h2{
	margin-bottom: 12px;
	padding-left: 90px;
	background-color: #072d38;
	background-image: url(../img/global/works/interview-icon.png);
	background-repeat: no-repeat;
	background-position: 12px bottom;
	font-size: 30px;
	line-height: 2;
	color: #ffff00;
}

#interview .inner{
	border: 2px solid #072d38;
}

#interview .inner h3{
	border-bottom: 9px solid #072d38;
	font-size: 60px;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", “メイリオ”, Meiryo, serif;
	text-align: center;
}

#interview .inner .inside{
	padding: 20px;
}

#interview .inner .name{
	display: inline-block;
	margin-right: 20px;
	font-size: 60px;
	font-weight: bold;
}

#interview .inner .name ruby rt{
	font-size: 16px;
}

#interview .inner .title{
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
}

#interview .inner .profile-wrap{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 3px solid #072d38;
}

#interview .inner .profile{
	float: left;
	width: 140px;
	padding: 15px 0;
	border: 2px solid #072d38;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #072d38;
}

#interview .inner .text{
	float: right;
	width: 1006px;
}

#interview .inner .text p{
	font-size: 18px;
}

#interview .inner p.q::before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-image: url(../img/global/works/interview-q.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #072d38;
	text-align: center;
}

#interview .inner p.q{
	position: relative;
	height: 60px;
	margin-bottom: 10px;
	padding-left: 70px;
	font-size: 24px;
	font-weight: bold;
	line-height: 70px;
	color: #072d38;
}

#interview .inner p.a{
	margin-bottom: 30px;
	font-size: 18px;
}

#interview .message{
	padding: 20px;
	background-color: #072d38;
}

#interview .message p.message-title{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
	font-size: 28px;
	font-weight: bold;
	color: #ffff00;
}

#interview .message p{
	font-size: 18px;
	color: #fff;
}


/*-----------------------------------------------
 books
-----------------------------------------------*/

#books{
	padding: 30px 0;
}

#books h2{
	margin-bottom: 30px;
	padding: 10px 0;
	background-color: #ff0000;
	font-size: 36px;
	text-align: center;
	color: #ffff00;
}

#books ul.bookList{
	margin: 0 32px;
	padding: 40px 0;
	background-color: #fff;
}

#books ul.bookList > li{
	position: relative;
	margin-bottom: 20px;
}

#books ul.bookList > li:last-child{
	margin-bottom: 0;
}

#books ul.bookList > li figure .dokidoki{
    position: absolute;
    top: -62px;
    left: 740px;
}

#books ul.bookList > li figure{
	width: 780px;
	margin: 0 auto;
}

#books ul.bookList > li figure .cover{
	float: left;
	width: 210px;
	margin-right: 30px;
	border: 1px solid #ccc;
    box-sizing: border-box;
	line-height: 0;
}

#books ul.bookList > li figure .cover img{
	width: 100%;
}

#books ul.bookList > li figure .detail{
	float: left;
	width: 540px;
}

#books ul.bookList > li figure .detail p.release{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

#books ul.bookList > li figure .detail p.logo{
}

#books ul.bookList > li figure .detail figcaption{
	margin-bottom: 10px;
	font-size: 46px;
	font-weight: bold;
	line-height: 1;
}

#books ul.bookList > li figure .detail p.author{
	margin-bottom: 20px;
	font-size: 16px;
}

#books ul.bookList > li figure .detail ul {
	font-size: 0;
}

#books ul.bookList > li figure .detail ul li{
	display: inline-block;
	margin-right: 5px;
}

#books div.noticeArea{
	margin-bottom: 30px;
	padding: 0 32px 0;
}

#books div.notice{
	position: relative;
	margin-bottom: 20px;
	padding: 20px 30px;
	border: 6px solid #ff0000;
	background-color: #ffff00;
}

#books div.notice p{
	font-size: 24px;
	font-weight: bold;
}

#books div.notice h3{
	position: absolute;
	top: -20px;
	left: 10px;
	padding: 0 10px;
	background-color: #ff0000;
	font-size: 26px;
	color: #ffff00;
}