@charset "utf-8";

/*------------------------------------------------------------------------------
 RESET
 -------------------------------------------------------------------------------*/

body, div, p,  ul, ol, li, dl, dt, dd, table, th ,td, img,
h1, h2, h3 ,h4 ,h5, h6, form, select {
	margin: 0;
	padding: 0;
}
ul, ol		{ list-style: none; }
img		{ border: 0; vertical-align: bottom; }
table		{ border-collapse: collapse; }
a:focus { outline:none;}

/*------------------------------------------------------------------------------
 ANCHORS
 -------------------------------------------------------------------------------*/

a:link,
a:visited	{ color: #3b94da; text-decoration: none; }
a:hover,
a:active	{ color: #3b94da; text-decoration: underline; }

/*------------------------------------------------------------------------------
 FONTS
 -------------------------------------------------------------------------------*/

body, input, select, textarea, table, th, td, li ,a {
	font-family: Arial,'ＭＳ Ｐゴシック','MS P Gothic','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif,Helvetica;
}
body, input, select, textarea {
	font-size: 12px;
	*font-size: 75%;
	color: #333333;
	line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight:normal;
}
strong, em {
	font-style: normal;
	font-weight: bold;
}

/*------------------------------------------------------------------------------
 BODY
 -------------------------------------------------------------------------------*/
html {
    height: 100%;
}
body {
	overflow-y: scroll;
	*overflow-y: visible;
	background-color:#000;
	height:100%;
	height:auto !important;
	min-width: 1200px;
}
/*------------------------------------------------------------------------------
 WRAPPER
 -------------------------------------------------------------------------------*/
#wrapper {
	height:100%;
	min-height:100%;
	margin: 0;
	padding: 0;
	zoom:1;
	background:url(../img/bg.jpg) repeat left top;
}
body > #wrapper {
    height:auto;
}
/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}
#container {
	margin:0 auto;
	width:1000px;
	min-height:1523px;
	position:relative;
	overflow:hidden;
	background:url("../img/mv_250625.jpg") no-repeat left 1px;
}

#container.cast {
	margin:0 auto;
	width:1000px;
	min-height:1390px;
	position:relative;
	overflow:hidden;
	background:none;
	background-color: #293e5d;
}

h1 {
	margin:12px 0 0 50px;
}

h2 {
    margin: 0 auto;
    margin-bottom:20px;
    text-align:center;
}

/*------------------------------------------------------------------------------
 HEADER
 -------------------------------------------------------------------------------*/

#header {
	width: 100%;
	display: block;
	background-color: #ffffff;
	border-bottom:3px solid #e1b56d;
	height: 75px;
	position: fixed;
	z-index: 99;
	box-shadow:0px 2px 4px -2px rgba(0,0,0,0.20);
	-moz-box-shadow:0px 2px 4px -2px rgba(0,0,0,0.90);
	-webkit-box-shadow:0px 2px 4px -2px rgba(0,0,0,0.90);;
}
.pc_menu{
	margin: 0 auto;
	width: 1100px;
	height: 75px;
	text-align:center;
	background-color: #ffffff;
	position: relative;
}
.pc_menu ul{
	display: inline-block;
}
.pc_menu li{
	display: inline-block;
}
.pc_menu li:hover{

}
.pc_menu a{
	color: black;
	margin:0;
	padding: 0;
	text-decoration: none;
	display: block;
	font-size: 14px;
	letter-spacing: 2px;
}
.pc_menu .menu_last{
	border: none;
}
/*------------------------------------------------------------------------------
 CONTENTS
 -------------------------------------------------------------------------------*/
.newarrival-container {
    margin: 0;
    padding: 40px 60px;
    background-color: #fff;
    border-top: 6px solid #ba8632;
}

.intro-container {
    margin: 0;
    padding: 50px 60px;
}

.intro-container p {
    margin: 0 auto;
    margin-top:15px;
    text-align:center;
}

.chara-container {
    background-color: #c0aa87;
    border-top: 1px solid #a68c62;
    border-bottom: 1px solid #a68c62;
}

.chara-inner {
    margin: 0;
    padding: 40px 60px;
    background-color: #c0aa87;
    border-top: 1px solid #a68c62;
    border-bottom: 1px solid #a68c62;
    margin-top:6px;
    margin-bottom:6px;
    position: relative;
	background:url(../img/bg_chara.png) repeat left top;
}

.chara-inner ::before {
	content: '';            	/* 擬似要素に実体を持たせる */
	width: calc(100% + 6px);    /* 外側の線になる要素の幅を指定する*/
	height: calc(100% + 6px);   /* 外側の線になる要素の高さを指定する */
	border: 4px solid #a68c62;    	/* 外側の線になる一本線の枠線をひく*/
	position: absolute;        	/* 外側の線の位置を自由に動かせるようにする */
	top: -7px;            		/* 外側の線の位置を、内側の線から上に3pxずらす */
	left: -7px;            		/* 外側の線の位置を、内側の線から左に3pxずらす*/
}

.chara_list {
    margin-top:30px;
}

.chara_list ul li {
    width:430px;
    display: inline-block;
}

.chara_list ul li.chara_list_first {
    margin-right:15px;
}

.chara_list .chara_img {
    float:left;
    width:180px;
}

.chara_list .chara_txt {
    float:right;
    width:240px;
    font-size:14px;
}

.chara_list .chara_txt p {
    margin-top:8px;
}

.outline{
	padding:20px 24px;
	margin-top:10px;
	background:url(../img/bg_outline.gif) repeat left top;
	position: relative;
}

.outline h3 {
	color:#b98732;
	font-size:20px;
	font-weight: bold;
	margin-bottom:10px;
	padding-left:35px;
	background:url(../img/bg_h3.png) no-repeat left top;
	height:40px;
}

.outline .heading {
	margin-top:15px;
}

.outline p {
    margin-bottom:10px;
	font-size:14px;
}

.outline .txt_about {
	margin-bottom:15px;
	width:660px;
	line-height:170%;
	letter-spacing: 1px;
}

.outline .txt_story {
	width:830px;
	line-height:170%;
	letter-spacing: 1px;
}

.illust {
	position: absolute;
	top:-30px;
	right:20px;
}

.outline .text_note {
	margin-bottom:10px;
}

.outline p.atd_txt {
	margin:-10px 0 30px 0;
	font-size:13px;
	text-align:center;
}

.outline p span {
	font-size:16px;
	font-weight:bold;
}

.outline p span.name {
	font-size:16px;
	font-weight:bold;
}

.outline p span.line {
	font-size:14px;
	font-weight:normal;
	text-decoration: line-through;
}

.outline .info {
	margin-bottom:10px;
}

.outline h4 {
	margin-top:30px;
	padding:5px 10px;
	font-size:16px;
	font-weight:bold;
	background-color: #fff;
	border-left:10px solid #b98732;
}

.outline ul {
	margin-top:10px;
	font-size:14px;
	line-height: 165%;
}

.outline ul li .red{
	color: red;
}

.list_books{
    margin: 0 60px;
	margin-top:40px;	
}

.list_books h2 {
    margin:50px auto;
	margin-bottom:30px;	
    text-align:center;
}

.list_books h3 {
    margin:0 auto;
	margin-bottom:20px;	
    text-align:center;
}

.list_comic {
    margin: 0 60px;
	margin-top:50px;	
}

.list_comic h2 {
    margin:50px auto;
	margin-bottom:30px;	
    text-align:center;
}

.list_comic h3 {
	margin-bottom:20px;	
}

.list_goods {
	margin-top:50px;	
}

.list_goods h3 {
	margin-bottom:20px;	
}

.info_box{
	overflow: hidden;	
	margin-bottom:30px;	
}

.info_bn{
	position: absolute;
	top:95px;
	left:44px;
}

.book_box {
	position: relative;
	background-color:#fff;
	padding:25px;
	width:830px;
	overflow: hidden;
	margin-bottom:15px;
}

.book_box .badge_store {
	position: absolute;
	top:164px;
	left:96px;
}

.book_box .book_img {
	float:left;
	width:140px;
	margin-right:20px;
}

.book_box .book_info {
	float:left;
	width:660px;
}

.book_box .book_info h4 {
	margin-bottom:10px;
	padding-bottom:5px;
	line-height:120%;
	font-size:24px;
	font-weight:bold;
	border-bottom:2px solid #faea82;
}

.book_box .book_info h4 span {
	font-size:16px;
}
.book_box .book_info h5 {
	margin:8px 0 2px 0;
	font-size:16px;
	font-weight:bold;
}

.book_box .book_info p {
	font-size:12px;
}

.book_box .book_info .release {
	font-weight:bold;
	color:#ff0000;
}

.book_box .book_info ul {
	margin-top:15px;
}
.book_box .book_info ul li {
	display:inline;
}

.badge_tokuten {
    position: absolute;
    right: -4px;
    top: 168px;
}

.newarrival_box {
	position: relative;
	background-color:#fff;
	padding:25px 0 0 0;
	width:880px;
	overflow: hidden;
}

.newarrival_box .badge_store {
	position: absolute;
	top:164px;
	left:96px;
}

.newarrival_box .book_img {
	float:left;
	width:200px;
	margin-right:20px;
}

.newarrival_box .book_info {
	float:left;
	width:650px;
}

.newarrival_box .book_info h4 {
	margin-bottom:3px;
	line-height:120%;
	font-size:22px;
	font-weight:bold;
}

.newarrival_box .book_info h4 span {
	font-size:16px;
}
.newarrival_box .book_info h5 {
	margin:8px 0 2px 0;
	font-size:16px;
	font-weight:bold;
}

.newarrival_box .book_info p {
	font-size:14px;
}

.newarrival_box .book_info .book_read {
	font-size:16px;
    color:#ba8632;
    font-weight:bold;
    margin-bottom:5px;
}

.newarrival_box .book_info .book_authors {
	font-size:15px;
    font-weight:bold;
    margin-bottom:5px;
}

.newarrival_box .book_info .book_caption {
	font-size:16px;
    font-weight:bold;
    margin-top:8px;
}

.newarrival_box .book_info .book_caption span {
	font-size:13px;
    font-weight:bold;
    color:#646464;
}

.newarrival_box .book_info .release {
	font-weight:bold;
	color:#ff0000;
}

.newarrival_box .book_info ul {
	margin-top:5px;
}
.newarrival_box .book_info ul li {
	display:inline;
}

.reservation_list {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 20px;
	overflow: hidden;
	
}

.reservation_list h4 {
	font-weight: bold;
	font-size: 15px;
	line-height: 130%;
	margin: 6px 0 8px 0;
	color:#000;
}

.reservation_list .date {
	font-size: 12px;
	line-height: 130%;
	margin: 6px 0;
	color:#000;
}

.reservation_list .special_detail {
	font-size: 12px;
	font-weight: bold;
	color: #0066cc;
	margin: 0 0 7px 0;
}

.reservation_list .book_info {
	float:left;
	width:160px;
	margin-right: 20px;
    position: relative;
}

.reservation_list .book_info .badge_benefits {
    position: absolute;
    right:-9px;
    top:167px;
}

.reservation_list .book_info_last {
	float:left;
	width:184px;
}

.reservation_list .book_info .benefit {
    position: absolute;
    right:-10px;
    top:172px;
}
.reservation_list .btn_store li {
	margin-bottom: 5px;
}
.icon {
    color:#fff;
    font-weight: bold;
    border-radius: 15px;
    background-color: #a1be05;
    padding:1px 10px;
    display: inline-block;
}

.comic_box {
	position: relative;
	background-color:#fff;
	padding:25px;
	width:830px;
	overflow: hidden;
	margin-bottom:15px;
}

.comic_box .comic_img {
	float:left;
	width:282px;
	margin-right:20px;
}

.comic_box .comic_info {
	float:left;
	width:526px;
}

.comic_box .comic_info h4 {
	margin-bottom:10px;
	padding-bottom:5px;
	line-height:120%;
	font-size:24px;
	font-weight:bold;
	border-bottom:2px solid #faea82;
}

.comic_box .comic_info h4 span {
	font-size:16px;
}
.comic_box .comic_info h5 {
	margin:8px 0 2px 0;
	font-size:16px;
	font-weight:bold;
}

.comic_box .comic_info p {
	font-size:16px;
}

.comic_box .comic_info .release {
	font-weight:bold;
	color:#ff0000;
}

.comic_box .comic_info .release span {
	color:#000;
}

.comic_box .comic_info ul {
	margin-top:15px;
}
.comic_box .comic_info ul li {
	display:inline;
}

#contents {
	margin-top:864px;
	background:url(../img/contents_bg.jpg) repeat left top;
}

#contents.cast {
	margin-top:70px;
	padding:30px 60px;
	background-color:#aa9f81;
}

#book_kikan_list {
	margin:20px 0 20px 0;
	overflow: hidden;
}

#book_kikan_list img {
	float:left;
	margin-right:18px;
	margin-bottom:20px;
	width:170px;
}

.atd_txt p {
	margin-top:10px;
}

.atd_txt p span{
	font-weight:bold;
	font-size:14px;
}

#badge_circulation {
	position: absolute;
	top: 678px;
	left: 252px;
}

#badge_anime {
	position: absolute;
	top: 83px;
	left: 0px;
}

#badge_novel {
	position: absolute;
    top: 325px;
	left: 779px;
}

#badge_vote {
	position: absolute;
	top:168px;
	left:5px;
}

#bn_anime-bd {
	position: absolute;
	top: 568px;
	right: 284px;
	/* border: 1px solid #04afc9; */
}

#bn_stage {
	position: absolute;
	top: 568px;
	right: 15px;
	/* border: 1px solid #04afc9; */
}

#bn_dramacd {
	position: absolute;
	top: 690px;
	right: 15px;
	/* border: 1px solid #ba8632; */
}

#bn_dramacd3 {
	position: absolute;
	top: 690px;
	right: 284px;
	/* border: 1px solid #ba8632; */
}

.atd_txt p span.line_st{
	font-weight:normal;
	text-decoration: line-through;
}

#pagetop{
    margin: 0 auto;
    padding-bottom: 30px;
    width: 880px;
	text-align:right;
}

#btn_back {
	margin-bottom:30px;
}

#banner {
    margin: 40px auto;
    text-align:center;
}

#banner ul li {
    margin:0 5px;
    display:inline;
}

.audiobook_box {
	position: relative;
	background-color:#fff;
	padding:25px;
	width: 380px;
	overflow: hidden;
	margin-bottom:15px;
	display: flex;
}

.audiobook_box .badge_store {
	position: absolute;
	top:164px;
	left:96px;
}

.audiobook_box .book_img {
	float:left;
	width:140px;
	margin-right:20px;
}

.audiobook_box .book_info {
	float:left;
	width:660px;
}

.audiobook_box .book_info h4 {
	margin-bottom:10px;
	padding-bottom: 7px;
	line-height:120%;
	font-size: 15px;
	font-weight:bold;
	border-bottom:2px solid #faea82;
}

.audiobook_box .book_info h4 span {
	font-size: 13px;
}
.audiobook_box .book_info h5 {
	margin:8px 0 2px 0;
	font-size:16px;
	font-weight:bold;
}

.audiobook_box .book_info p {
	font-size:12px;
}

.audiobook_box .book_info .release {
	font-weight:bold;
	color:#ff0000;
}

.audiobook_box .book_info ul {
	margin-top:15px;
}
.audiobook_box .book_info ul li {
	display:inline;
}

.audiobook_box .book_info ul li img {
	display:inline;
    margin-bottom: 3px;
}


/*------------------------------------------------------------------------------
 FOOTER
 -------------------------------------------------------------------------------*/

#footer_copyright {
	float:left;
	margin:20px 0 20px 40px;
}

#footer {
	clear:both;
	height:30px;
	background:url(../img/bg_footer.jpg) repeat left top;
	padding:15px 0 10px 0;
	margin:0;
}

#footer_inner {
    margin:0 auto;
    text-align:center;
    width:1000px;
}

#footer #copyright {
	float:left;
	padding-top:3px;
	padding-left:20px;
}

#footer #copyright p {
	color:#fff;
}

#footer #copyright ul li {
	display:inline;
	color:#fff;
	vertical-align:top;
}

#footer #copyright ul li img {
	margin-top:-5px;
}

#footer #logo {
	float:right;
	padding:5px 20px 0 0;
}


/*------------------------------------------------------------------------------
 GENERAL CLASSES
 -------------------------------------------------------------------------------*/
/* WIDTH */
.wf			{ width: 100%; }
.wh			{ width: 50%; _width: 49.9%; }
.wq			{ width: 25%; }
.w85		{ width:85px;}
.w90		{ width:90px;}
.w95		{ width:95px;}
.w105		{ width:105px;}
.w150		{ width:150px;}
.w140		{ width:140px;}
.w160		{ width:160px;}
.w200		{ width:200px;}
.w265		{ width:265px;}
.w185		{ width:185px;}
.w190		{ width:190px;}
.w330		{ width:330px;}
.w350   	{ width:350px;}
.w325   	{ width:325px;}
.w420		{ width:420px;}
.w480		{ width:480px;}
.w490		{ width:490px;}
.w500		{ width:500px;}
.w510		{ width:510px;}
.w550		{ width:550px;}

/* HEIGHT */
.hf			{ height: 100%; }
.h75 		{ height:75px; }
.h170 		{ height:170px; }
.h160 		{ height:150px; }

/* MARGIN */
.mt3		{ margin-top: 3px; }
.mt5		{ margin-top: 5px; }
.mt8		{ margin-top: 8px; }
.mt10		{ margin-top: 10px; }
.mt10_n		{ margin-top: -10px; }
.mt15		{ margin-top: 15px; }
.mt20		{ margin-top: 20px; }
.mt25		{ margin-top: 25px; }
.mt30		{ margin-top: 30px; }
.mt35		{ margin-top: 35px; }
.mt40		{ margin-top: 40px; }
.mt45		{ margin-top: 45px; }
.mt50		{ margin-top: 50px; }
.mt105		{ margin-top: 105px; }
.mt150		{ margin-top: 150px; }
.mt330		{ margin-top: 330px; }
.mt455		{ margin-top: 455px; }
.mr5		{ margin-right: 5px; }
.mr10		{ margin-right: 10px; }
.mr15		{ margin-right: 15px; }
.mr20		{ margin-right: 20px; }
.mr25		{ margin-right: 25px; }
.mr30		{ margin-right: 30px; }
.mr50		{ margin-right: 50px; }
.mb3		{ margin-bottom: 3px; }
.mb5		{ margin-bottom: 5px; }
.mb10		{ margin-bottom: 10px; }
.mb15		{ margin-bottom: 15px; }
.mb20		{ margin-bottom: 20px; }
.mb30		{ margin-bottom: 30px; }
.ml5		{ margin-left: 5px; }
.ml10		{ margin-left: 10px; }
.ml15		{ margin-left: 15px; }
.ml20		{ margin-left: 20px; }
.ml25		{ margin-left: 25px; }
.ml30		{ margin-left: 30px; }
.ml35		{ margin-left: 35px; }
.ml45		{ margin-left: 45px; }
.ml50		{ margin-left: 50px; }
.pt5		{ padding-top:5px; }
.pt10		{ padding-top:10px; }
.pt20		{ padding-top:20px; }
.pt35		{ padding-top:35px; }
.pl10			{ padding-left:10px; }
.pl15			{ padding-left:15px; }
.pl20			{ padding-left:20px; }
.pl40			{ padding-left:40px; }
.pb15		{ padding-bottom:15px; }
.pb25		{ padding-bottom:25px; }
.pb30		{ padding-bottom:30px; }
.pb50		{ padding-bottom:50px; }

/* FLOAT */
.fl			{ float: left; }
.fr			{ float: right; }

/* LIST */
ul.menu li {
	float:left;
	position:relative;
}

/* CLEAR FIX */
.cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cf {zoom:1;}
.cf {display: inline-table;}
/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */

/* OFF LEFT */
.ol			{ text-indent: -9999px; overflow: hidden; }
.btOl 		{ border: 0 none; display: block; overflow: hidden; text-indent: -9999px; vertical-align: middle; }

/* FONT-SIZE */
.fs9		{ font-size: 75% !important; }
.fs10		{ font-size: 83% !important; }
.fs11		{ font-size: 91.6% !important; }
.fs12		{ font-size: 100% !important; }
.fs13		{ font-size: 108.3% !important; }
.fs14		{ font-size: 116.6% !important; }
.fs16		{ font-size: 132.8% !important; }
.fs18		{ font-size: 149.4% !important; }
.fs22		{ font-size: 183.3% !important; }

/* FONT-WEIGHT */
.b			{ font-weight: bold; }
.n			{ font-weight: normal; }

/* FONT-COLOR */
.fgRed	{ color: #e30000 !important; }
.fgGray	{ color: #999999 !important; }
.fgW		{ color: #ffffff !important; }
.fgB		{ color: #b28354 !important; }

/* BG-COLOR */
.bgW 	{ background-color:#ffffff; }

/* TEXT-ALIGN */
.tar		{ text-align: right; }
.tac		{ text-align: center; }
.tal		{ text-align: left; }

/* POSITION */
.pr			{ position: relative; zoom: 1; }
.pa			{ position: absolute; }

/* DISPLAY */
.db			{ display: block; }
.di			{ display: inline; }

/* LINE-HEIGHT */
.lh2		{ line-height: 2.0; }
.lh1		{ line-height: 1.0; }

/* BORDER */
.line_s1b 	{ border-bottom: solid 2px #555555; }
.line_d1b 	{ border-bottom:dotted 1px #e2e2e2; }
.line_d 	{ border-top:dotted 1px #e2e2e2; }
.bd_s1	{ border:solid 1px #e2e2e2; }
.line01	{ background: url(../img/bg_line01.gif) repeat-x left bottom; }

/* FADE */
a:hover img.fadeimg { opacity:0.8;filter:alpha(opacity=85);-ms-filter: "alpha( opacity=85 )"; }

/* LETTER SPACING */
.ls_s		{ letter-spacing: 0.08em; }

/* TEXT INDENT */
.ti1 {
	text-indent:1em;
}

.cb{
	clear:both;
}
