@charset "UTF-8";
/* CSS Document */
body{
	font-family: /*游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "MS PGothic", Osaka, Arial, sans-serif;
}
a{
	text-decoration:none;
}
.thumb:hover,
.subscribe a img:hover{
	opacity: 0.8;
}

/*------------------
sns
--------------------*/
.sns {
	background: #ccc;
	padding: 9px 0 3px 0;
	position: relative;
}
.snsul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 170px !important;
}
.snsul li.tw a{
	font-size: 0;
}


/*------------------
メインコンテンツ
--------------------*/


article{
	padding: 0 0 20px;
	
	background-color: #000;
	background-image: 
		url(https://s.yimg.jp/images/bookstore/ebook/web/content/2019/0909_shingeki/pc/smoke_side.png),
		url(https://s.yimg.jp/images/bookstore/ebook/web/content/2019/0909_shingeki/pc/smoke_foot.png),
		url(https://s.yimg.jp/images/bookstore/ebook/web/content/2019/0909_shingeki/pc/bg_top.jpg),
		url(https://s.yimg.jp/images/bookstore/ebook/web/content/2019/0909_shingeki/pc/bg.jpg);
	background-position: 
		center top,
		bottom center,
		top center,
		top center;
	background-repeat: 
		no-repeat,
		no-repeat,
		no-repeat,
		repeat-y;
	background-attachment: 
		fixed,
		local,
		local,
		local;
	color: #fff;
	overflow: hidden;
}
.copy{
	text-align: center;
}
.mainTitle{
	width: 950px;
	max-width: 100%;
	height: 465px;
	margin: 0 auto 130px;
	padding: 20px 0 0 200px;
	overflow: hidden;
}
.mainTitle h2{
}
.mainTitle h2 img{
	vertical-align: bottom;
}
nav.tabnav{
	position: absolute;
	width: 100%;
	height: 100px;
	margin: -130px 0 0;
	background: rgba(0,0,0,0.6);
}
nav.tabnav.fixed {
  position: fixed;
  top: 0;
  margin-top: 0;
  z-index: 1000;
}
nav.tabnav ul{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
nav.tabnav ul li{
	position: relative;
	width: 300px;
	height: 100px;
	margin: 0;
	padding-top: 22px;
	line-height: 25px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	cursor:pointer;
	background-size: 0 8px;
	background-position: center 82px;
	transition: all 0.5s ease;
}
nav.tabnav > ul > li:after{
	position: absolute;
	display: block;
	content: '';
	width: 6px;
	height: 60px;
	top: 20px;
	right: 0;
	background: url(https://s.yimg.jp/images/bookstore/ebook/web/content/2019/0909_shingeki/pc/nav_border.png) right center no-repeat;
}
nav.tabnav ul li:last-child:after{
	content: none;
}
nav.tabnav ul li:hover {
	cursor: pointer;
}
nav.tabnav ul li.active{
	text-shadow:
		#b32d1b 2px 0px 5px,
		#b32d1b -2px 0px 5px,
		#b32d1b 0px 2px 5px,
		#b32d1b 0px -2px 5px,
		#b32d1b 2px 2px 5px,
		#b32d1b 2px -2px 5px,
		#b32d1b -2px -2px 5px,
		#b32d1b -2px 2px 5px,
		#b32d1b 0px 0px 5px;
	background: url(https://s.yimg.jp/images/bookstore/ebook/web/content/2019/0909_shingeki/pc/nav_active.png) center 82px no-repeat;
	background-size: 225px 8px;
	cursor: default;	
}
nav.tabnav ul li.active:hover {
	cursor: default;
}
nav.tabnav ul li.disable{
	position: relative;
	color: #555;
	cursor: default;
}
nav.tabnav ul li.disable .date{
	position: absolute;
	width: 300px;
	left:0;
	top:0;
	line-height: 90px;
	color: #bbb;
	text-align: center;
	font-weight: bold;
}
nav.tabnav ul li ul.submenu{
	position: absolute;
	display: none;
	width: 100%;
	top: 100px;
	left: 0;
}
nav.tabnav ul li ul.submenu.show{
	display: block;
}
nav.tabnav ul li ul.submenu li{
	width: 256px;
	height: 74px;
	margin: 0 auto;
	padding: 15px 0;
	line-height: 1;
	background: #000;
	background-size: 0 8px;
	background-position: center 60px;
}
nav.tabnav ul li ul.submenu li:after{
	position: absolute;
	display: block;
	content: '';
	width: 236px;
	height: 1px;
	bottom: 0;
	left: 10px;
	background: #7e7e7e;
}
nav.tabnav ul li ul.submenu li:last-child:after{
	content: none;
}
nav.tabnav ul li ul.submenu li.active{
	background: #000 url(https://s.yimg.jp/images/bookstore/ebook/web/content/2019/0909_shingeki/pc/nav_active.png) center 60px no-repeat;
	background-size: 180px 8px;
}
nav.tabnav ul li ul.submenu li .sub{
	font-size: 0.7em;
}





section{
	max-width: 1000px;
	margin: 0 auto 50px;
}
section section{
	padding: 0;
}
section h3{
	padding-bottom: 20px;
	text-align:center;
}

.campaign{
	background: url(https://s.yimg.jp/images/bookstore/ebook/web/content/2019/0909_shingeki/pc/eren.png) right 70px top 35px no-repeat;
	text-align: center;
}
.campaign h3{
	padding-bottom: 10px;
}
.campaign p.summaryText{
	text-align: left;
	padding: 60px 0 70px 140px;
}
.charasArea{
	text-align: center;
}

.saishin,
.arasuji{
	max-width: 870px;
	margin: 0 auto;
	padding: 0 0 5px;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.saishin .thumbArea,
.arasuji .thumbArea {
	width: 250px;
	text-align: right;

	-webkit-box-flex: 0.0;
	-ms-flex: 0 0 250px;
	flex: 0 0 250px;
}
.saishin .thumbArea .thumb,
.arasuji .thumbArea .thumb{
	display: inline-block;
	width: 250px;
	margin-bottom: 20px;
}
.saishin .thumbArea .thumb img,
.arasuji .thumbArea .thumb img{
	max-width: 100%;
	border: 1px solid #b32d1b;
	box-shadow: rgba(153,15,15,0.6) 2px 2px 12px;
}
.saishin .thumbArea .btns .btn,
.arasuji .thumbArea .btns .btn{
	max-width: 150px;
	margin: 0 auto;
}
.saishin .textArea,
.arasuji .textArea{
	width: auto;
	padding: 0 0 0 40px;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
	text-shadow:
		#b32d1b 2px 0px 5px,
		#b32d1b -2px 0px 5px,
		#b32d1b 0px 2px 5px,
		#b32d1b 0px -2px 5px,
		#b32d1b 2px 2px 5px,
		#b32d1b 2px -2px 5px,
		#b32d1b -2px -2px 5px,
		#b32d1b -2px 2px 5px,
		#b32d1b 0px 0px 5px;

	-webkit-box-flex: 1.0;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.arasuji .textArea{
	padding-top: 25px;
}
.saishin .title{
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}
.saishin .title .sub{
	font-size: 18px;
}
.saishin .author{
	margin-bottom: 15px;
	font-weight: bold;
}
.magazin{
	max-width: 656px;
	text-align: center;
}
.magazin,
.arasuji{
	margin: 0 auto;
	
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.magazin .thumbArea .thumb,
.arasuji .thumbArea .thumb{
	display: inline-block;
	width: 250px;
	margin-bottom: 20px;
}
.magazin .thumbArea .thumb img{
	width: 250px;
}
.magazin .thumbArea .thumb img,
.arasuji .thumbArea .thumb img{
	max-width: 100%;
	border: 1px solid #b32d1b;
	box-shadow: rgba(153,15,15,0.6) 2px 2px 12px;
}
.magazin .thumbArea .btns .btn,
.arasuji .thumbArea .btns .btn{
	max-width: 150px;
	margin: 0 auto;
}


ul.booklist{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
ul.booklist > li{
	width: 20%;
	padding: 0 25px 50px;
	text-align: center;
}
ul.booklist > li .thumb{
	height: 225px;
	margin-bottom: 20px;
}
ul.booklist > li .thumb > a,
.arasuji > .thumbArea > .thumb > a{
	position: relative;
}
ul.booklist > li.hiddenBook{
	display: none;
}
ul.booklist > li .thumb > a > span.label,
.arasuji > .thumbArea > .thumb > a > span.label{
	position: absolute;
	font-size: 12px;
	display: inline-block;
	border-radius: 99px;
	bottom: 7px;
	left: 3px;
    line-height: 1;
    padding: 3px 8px;
	font-weight: normal;
}
.arasuji > .thumbArea > .thumb > a > span.label{
    font-size: 14px;
    bottom: 10px;
    left: 6px;
    padding: 6px 12px;
}
ul.booklist > li .thumb img{
	max-width: 100%;
	max-height: 100%;
	box-shadow: rgba(153,15,15,0.6) 2px 2px 12px;
}
ul.booklist > li ul.btns li{
	padding: 0 5px;
}
.btn {
	display: block;
	height: auto;
	padding: 0;
	line-height: 40px;
	border: 1px solid #ccc;
	border-radius: 20px;
	background:#fff;
	color:#555;
	text-align: center;
	font-size: 16px;
}
.btn.free,
.label{
	border: 1px solid #f53c53;
	background:#f53c53;
	color:#fff;
	font-weight:bold;
}
.btn.off{
	color:#f8485e;
	font-weight:bold;
}
.lead{
	width: 750px;
	margin: 0 auto 30px;
	font-size: 20px;
	text-shadow:
		#b32d1b 2px 0px 5px,
		#b32d1b -2px 0px 5px,
		#b32d1b 0px 2px 5px,
		#b32d1b 0px -2px 5px,
		#b32d1b 2px 2px 5px,
		#b32d1b 2px -2px 5px,
		#b32d1b -2px -2px 5px,
		#b32d1b -2px 2px 5px,
		#b32d1b 0px 0px 5px;
}
.lead .sub{
	font-size: 16px;
}
ul.ranking{
	margin: 0 auto;
}
ul.ranking li .panel{
	margin: 20px auto 35px;
	text-align: center;
}
ul.ranking li .text + .panel{
	margin-top: -30px;
}
ul.ranking li .panel + .panel{
	margin-top: -30px;
}
ul.ranking li h4{
	margin-bottom: 20px;
	text-align: center;
}
ul.ranking li ul.koma{
	width: 720px;
	margin: 0 auto;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;

	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
ul.ranking li ul.koma li{
	width: 320px;
	margin: 0 20px 50px;
}
ul.ranking li ul.koma li img{
	max-width: 100%;
}
ul.ranking li .text{
	width: 680px;
	margin: -20px auto 50px;
	font-size: 15px;
	text-shadow:
		#b32d1b 2px 0px 5px,
		#b32d1b -2px 0px 5px,
		#b32d1b 0px 2px 5px,
		#b32d1b 0px -2px 5px,
		#b32d1b 2px 2px 5px,
		#b32d1b 2px -2px 5px,
		#b32d1b -2px -2px 5px,
		#b32d1b -2px 2px 5px,
		#b32d1b 0px 0px 5px;
}
ul.ranking li .text .hashlink2{
	text-decoration: underline;
}
.thanksArea{
	margin: 0 auto;
	text-align: center;
}

.subscribe{
	width: 100%;
	padding: 30px 0;
	background: url("https://s.yimg.jp/images/bookstore/ebook/web/content/2019/0909_shingeki/pc/autoBuy_bg.gif") repeat;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 50px;
}

.subscribe p:first-child{
	line-height: 1.75;
	margin-bottom: 20px;
}









/*------------------
ページトップへ
--------------------*/
#page-top {
	position: fixed;
	bottom: 50px;
	right: 100px;
}

/*------------------
フッター
--------------------*/
.footer{
}
.footer__link li a {
}