@charset "UTF-8";
@import url(https://use.fontawesome.com/releases/v5.7.1/css/all.css);
@import url(https://fonts.googleapis.com/css?family=Lato&display=swap);

/*--------------------------------------------------------------------*/
/* 日本ヴォーグ社の本 */
/*--------------------------------------------------------------------*/

/** {
	margin: 0;
	padding: 0;
}
html {
  font-size: 62.5%;
}
body {
	min-width: 320px;
	margin: 0 auto;
	background: #fff;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height: 1.5;
	letter-spacing: .1em;
}*/

/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

img,video {
  max-width: 100%;
  height: auto;
}
.ie8 img{
  width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.3;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
em {
	font-style: normal;
}


/* 新タウン追記
--------------------------------------------------------------------*/
.pane-main {
}
/*.block-globalnav,*/
.block-category-globalnav,
.block-category-list--header,
.block-category-list--comment,
.block-category-list--goods {
	display: none;
}
.wrapper {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.pane-main .container {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.freespace {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/*layout
--------------------------------------------------------------------*/
#books-wrap {
	margin: 0 10px;
	background: #fff;
}
#books-wrap h1 {
	text-align: center;
	margin: 0 0 10px 0;
}

@media print, screen and (min-width:980px){
	#books-wrap {
		margin: 0 20px;
	}
}


.apology {
	text-align: right;
	padding: 0 1em;
}
/*.apology a {
 color: #5e382c;
	text-decoration: none;
}
.apology a:hover{
 color: #d14f27;
}*/
.apology a::after {
	content: "\f138";
	font-family: FontAwesome;
	margin-left: .5em;
}

.tachiyomi-guide {
  text-align: right;
	padding: 0 1em;
}
.tachiyomi-guide::after {
  color: #d66372;
  content: "\f518";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
	margin-left: .5em;
}


/*Slider
--------------------------------------------------------------------*/
#slider{
	max-width: 100%;
	margin: 0 auto 30px;
}
#slider .item{
  margin: 3px;
}
#slider .item img{
  display: block;
  width: 100%;
  height: auto;
}


/* Books
--------------------------------------------------------------------*/
.books {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.books li {
  width: 50%;
	box-sizing: border-box;
	padding: 2%;
}

.books li span {
	display: block;
}
.books li .thumb {
	text-align: center;
  padding: 10px;
  background: #f0f0f0 url("/img/usr/category/books/cover_bg.png") repeat;
}
.books.applemints li .thumb {
	background: #F1F2EC;
}
.books li .thumb img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  vertical-align: bottom;
}
.books li .date {
	display: inline-block;
	background: #888;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: .3em .8em;
  margin-top: 1em;
}
.books li .tachiyomi {
	display: inline-block;
  color: #d66372;
	line-height: 1;
  margin-top: 1em;
}
.books li .notice {
  color: #b81c22;
  font-size: 14px;
  /*font-size: 1.4rem;*/
  line-height: 1.2;
  margin: .5em 0 0;
}
.books li .name {
  font-size: 14px;
  /*font-size: 1.4rem;*/
  line-height: 1.2;
  margin: .5em 0;
}
.books li a {
	display: block;
	color: #333;
	text-decoration: none;
}
.books li a:hover {
	opacity: 1;
	-webkit-animation-duration: 1s;
	-webkit-animation-name: flash;
	animation-duration: 1s;
	animation-name: flash;
}

/* 発売前 */
.books li.pre a {
	pointer-events: none;
}
.books li.pre .date {
	display: inline-block;
	background: #d66372;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	font-size: 12px;
 /*font-size: 1.2rem;*/
	line-height: 1;
	padding: .3em .8em;
}
.books.applemints li.pre .date {
	background: #B11528;
}
.books li.pre .date::after {
	content: "予定";
}


/* 在庫切れ・完売 */
.books li.soldout {
}
.books li.soldout a {
	pointer-events: none;
}
.books li.soldout .thumb {
	position: relative;
}
.books li.soldout .thumb img {
	-webkit-filter: brightness(0.7);
	-moz-filter: brightness(0.7);
	-o-filter: brightness(0.7);
	-ms-filter: brightness(0.7);
	filter: brightness(0.7);
}
.books li.soldout .thumb:after {
  content: "SOLD OUT";
  position: absolute;
  top: 45%;
  left: 0px;
  width: 100%;
  /*background: rgba(0, 0, 0, .6);*/
  color: #fff;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  -webkit-text-shadow: 1px 1px 3px #000;
  -moz-text-shadow: 1px 1px 3px #000;
  text-shadow: 1px 1px 3px #000;
  letter-spacing: .1em;
  text-align: center;
  z-index: 2;
}

.books li.pre .tachiyomi,
.books li.soldout .tachiyomi {
	display: none;
}

.books li.pre a.exc-link,
.books li.soldout a.exc-link {
	pointer-events: inherit;
	color: #444;
  font-size: 14px;
}
.books li.pre a.exc-link:hover,
.books li.soldout a.exc-link:hover {
  color: #d66372;
  text-decoration: none;
}
.books li.pre a.exc-link::before ,
.books li.soldout a.exc-link::before {
	content: "\f138";
	color: #d66372;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.3em;
}
.books li.pre a.exc-link:hover::before,
.books li.soldout a.exc-link:hover::before{
  text-decoration: none !important;
}

@media print, screen and (min-width:480px){
	.books li {
		width: 33.3333%;
	}
}
@media print, screen and (min-width:768px){
	.books li {
		width: 25%;
	}
}
@media print, screen and (min-width:980px){
	.books li {
		width: 20%;
    padding: 1%;
	}
  .books li .thumb img {
    height: 240px;
  }
}
@media print, screen and (min-width:1024px){
	.books {
		margin: 0 auto;
	}
}



@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}


/* Book selection
--------------------------------------------------------------------*/
.book-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  padding: 5px;
}
.book-selection li {
  width: 49%;
}



/*Genre nav
--------------------------------------------------------------------*/
/*.genre-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
}
.genre-nav li {
  width: 50%;
	box-sizing: border-box;
	padding: 5px;
}
.genre-nav li a {
  display: block;
	border: 1px solid #444;
  font-size: 12px;
	text-align: center;
  padding: .5em 0;
}
.genre-nav li a:hover {
  background: #f0f0f0;
  text-decoration: none;
}

@media print, screen and (min-width:480px){
	.genre-nav li {
		width: 33.3333%;
	}
}
@media print, screen and (min-width:768px){
	.genre-nav li {
		width: 25%;
	}
}
@media print, screen and (min-width:980px){
	.genre-nav li {
		width: 20%;
	}
}
@media print, screen and (min-width:1024px){
	.genre-nav {
		margin: 0 auto;
	}
  .genre-nav li a {
    font-size: 14px;
    padding: .7em 0;
  }
}*/


/*Page navi
--------------------------------------------------------------------*/
.page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
   -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	margin: 0 auto;
	padding: 10px 0;
}
.page-nav li {
	width: 25%;
  font-family: 'Lato', sans-serif;
}
.page-nav li.now {
  font-size: 28px;
  text-align: center;
}
.page-nav li.prev {
	font-size: 18px;
	text-align: left;
}
.page-nav li.next {
	font-size: 18px;
	text-align: right;
}
.page-nav li a {
  display: inline-block;
  color: #999;
  text-decoration: none;
}
.page-nav li a:hover {
  color: #d66372;
}
.page-nav li.prev a::before {
  color: #d66372;
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: .5em;
}
.page-nav li.next a::after {
  color: #d66372;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .5em;
}

@media print, screen and (min-width:480px){
  .page-nav li {
    width: 20%;
  }
}
@media print, screen and (min-width:768px){
  .page-nav li {
    width: 15%;
  }
}
@media print, screen and (min-width:980px){
  .page-nav li {
    width: 15%;
  }
  .page-nav li.now {
    font-size: 40px;
  }
  .page-nav li.prev {
    font-size: 24px;
  }
  .page-nav li.next {
    font-size: 24px;
  }
}


