@charset "UTF-8";


/*===================================================


	reset.css


====================================================*/
*{
	-webkit-touch-callout: none;
	user-select: none;
	outline:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}


html,body {
font-family: "Helvetica Neue",Arial,'ヒラギノ角ゴ ProN',"Hiragino Kaku Gothic ProN","Hiragino Sans",'メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	font-smoothing: antialiased;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: antialiased;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
ul, ol {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	text-decoration: none;
	color: inherit;
}
input, select {
	vertical-align:middle;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	line-height: 1.0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

img {
	width:100%;
	vertical-align: bottom;
	line-height: 1.0;
}



.section-tit {
    margin-bottom: 50px;
    font-size: 29px;
    font-weight: 400;
    line-height: 1;
    width: 100%;
    text-align: center;
}
.list--contents {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.list--contents li a {
  display: block;
  height: 100%;
  background: #141414;
  color: #fff;
  padding: 10px;
  position: relative;
}
.list--contents li {
    margin-bottom: 10px;
    width: 33%;
}
.list--contents .tit {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.5;
    font-weight: bold;
}
.list--contents .date {
    opacity: 0.5;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: 0;
    font-size: 10px;
    margin: 0;
}
.list--contents li a:hover {
    -webkit-transform: translateY(-10px);
   transform: translateY(-10px);
}
.list--contents li a .thumb {
    margin-bottom: 15px;
}  
.thumb img {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.detail__btn {
    text-align: center;
    margin-top: 60px;
}
.detail__btn a {
display: inline-block;
    position: relative;
    line-height: 1;
    font-size: 13px;
    transition: 0.4s;
}
  .detail__btn a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #141414;
    position: absolute;
    bottom: -2px;
    left: 0;
    -webkit-transform-origin: right;
            transform-origin: right;
    transition: all 0.3s 0s ease;
    -webkit-transform: none;
    transform: none;
  }
  .detail__btn a:hover::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  
  
  
@media screen and (min-width: 1px) and (max-width: 960px){
.wrap:not(.page--home) {
    padding-top: 120px;
    padding-bottom: 200px;
}
.section-tit {
    margin-bottom: 30px;
    font-size: 23px;
}
.list--contents li {
    margin-bottom: 10px;
    width: 100%;
}
.list--contents li a:hover {
    -webkit-transform: translateY(0);
   transform: translateY(0);
}
#bookList {
    position: relative;
}
  #bookList li:first-child {
    position: relative;
    z-index: 2;
  }
  #bookList li:nth-child(n+2) {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }

.detail__btn {
    position: absolute;
    bottom: 100px;
    width: 60px;
}
.detail__btn a {
    display: inline-block;
    position: relative;
    line-height: 0;
    font-size: 13px;
    font-weight: 600;
    padding: 0 0 0 30px;
    margin-bottom: 10px;
}
.detail__btn a::after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background: #141414;
    position: absolute;
    top: -1px;
    left: 0;
}
  .detail__btn a:hover::after {
    -webkit-transform:none;
            transform: none;
  }

.txt {
    margin-top: 30px;
    font-size: 13px;
    text-indent: -1em;
    padding-left: 1em;
}

}