@charset "utf-8";

/* 共通 */
body {
  color: #664937;
  font: 16px/2 "Helvetica Neue", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, sans-serif;
  letter-spacing: .1em;
  font-feature-settings: 'palt';
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.title {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  letter-spacing: .15em;
}

.wrapper {
  margin: 0 auto;
  max-width: 1000px;
}

*:focus {
  outline: none;
}

/* ヘッダー */
.header {
  position: relative;
}

.header:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #f1aaa8 url("../img/bg.jpg");
}

.header .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 204px;
  background: url(../img/header.png) center 100% no-repeat;
}

.main-title {
  font-size: 2.5rem;
  letter-spacing: .2em;
  font-feature-settings: initial;
}

.site-name {
  font-size: 1.375rem;
  display: block;
  margin-bottom: .5rem;
  letter-spacing: .05em;
}

/* グローバルナビ */
.search {
  display: flex;
  margin-bottom: 10px;
}

.search-label {
  background: #b33a36;
  color: #fff;
  position: relative;
  border-radius: 4px 0 0 4px;
  font-weight: bold;
  font-size: .875rem;
  padding: 6px 16px 6px 42px;
}

.search-label:before {
  left: 16px;
  top: 0;
  bottom: 0;
}

.booksrchForm {
  position: relative;
  flex-grow: 1;
}

.searchfield input {
  background: #fff;
  padding: .25rem 2.5rem .25rem 1rem;
  border-radius: 0 4px 4px 0;
  color: #664937;
  width: 100%;
  height: 40px;
}

::placeholder {
  color: #664937;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #664937;
}

/* IE対応 */
:-ms-input-placeholder {
  color: #664937;
}

.searchbtn {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
  height: 20px;
}

.more-search {
  margin-left: 10px;
}

.more-search a {
  text-align: center;
  font-weight: bold;
  font-size: .875rem;
  display: block;
  padding: 6px 42px 6px 28px;
  position: relative;
  background: #664937;
  color: #fff;
  border-radius: 4px;
}

.more-search a:after {
  content: '';
  display: block;
  position: absolute;
  right: 16px;
  top: 0;
  margin: auto;
  bottom: 0;
  background: url("../img/search-arrow.png");
  height: 6px;
  width: 5px;
}

.nav {
  background: #f1aaa8 url("../img/bg.jpg");
}

.nav .wrapper {
  padding: 10px;
}

.nav-list {
  background: #e6e6e6;
  border-radius: 4px;
  padding: 4px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.nav-list li {
  width: calc(25% - 8px);
  margin: 4px;
}

.nav-list li a {
  display: block;
  background: #fff;
  color: #664937;
  font-weight: bold;
  text-align: center;
  border: 2px solid #6cbed9;
  border-radius: 4px;
  position: relative;
  padding: .875rem 1rem .875rem 0;
}

.nav-list li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/link-arrow.png);
  right: 16px;
  width: 6px;
  height: 8px;
}

.nav-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-icons span {
  margin: 0 6px;
}

.nav-icons span img {
  display: block;
}

/* メイン */
.section {
  padding: 6rem 0 5rem;
}

.section-odd {
  background: #f3f3f3;
}

.section-title {
  font-size: 1.875rem;
  position: relative;
  margin-bottom: 2.5rem;
}

.section-title:before {
  content: '';
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../img/section.png");
  height: 31px;
  width: 24px;
}

.recommend-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recommend-list>li {
  width: 47.6%;
  margin-bottom: 3rem;
  display: flex;
}

.recommend-list>li>div {
  width: 100%;
}

.book-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: .5rem;
  line-height: 1.6;
}

.book-col {
  display: flex;
}

.book-cover {
  margin-right: .5rem;
}

.book-cover a,
.book-cover img {
  display: block;
}

.book-cover img {
  width: 160px;
  height: auto;
}

.book-detail {
  background: #fff;
  width: calc(100% - 168px);
  padding: 1.5rem;
}

.book-author {
  font-size: .875rem;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.6;
}

.book-author li {
  margin-bottom: .5rem;
}

.author-type {
  font-weight: normal;
}

.book-info {
  font-size: .75rem;
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.book-info li {
  margin-bottom: .25rem;
}

.recommend-btn {
  display: block;
  background: #b23a36;
  border-radius: 4px;
  color: #fff;
  font-size: .875rem;
  font-weight: bold;
  max-width: 220px;
  position: relative;
  padding: 10px 2rem;
}

.recommend-btn:after {
  top: 0;
  bottom: 0;
  right: 32px;
}

.download:after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  background: url("../img/download.png");
  height: 15px;
  width: 16px;
}

.netgalley-btn {
  margin-top: 1rem;
    background: #75AA3E;
    display: block;
    border-radius: 4px;
    color: #fff;
    font-size: .75rem;
    font-weight: bold;
    max-width: 220px;
    position: relative;
    padding: 10px 0;
    text-align: center;
}

.netgalley-caution {
  display: block;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 4px;
}
.movie-wrapper {
  margin-top: .5rem;
  position: relative;
}

.movie-wrapper:before,
.movie-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.movie-wrapper:before {
  height: 100%;
  width: 100%;
  background: rgba(34, 34, 34, .85);
}

.movie-wrapper:after {
  margin: auto;
  right: 0;
  bottom: 0;
  background: url("../img/youtube-icon.png");
  height: 61px;
  width: 86px;
}

.movie-wrapper .movie-title {
  position: absolute;
  color: #fff;
  font-size: .75rem;
  top: .5rem;
  left: 1rem;
}

.movie-wrapper img {
  height: auto;
  width: 100%;
  display: block;
}

.more-btn {
  text-align: center;
  font-weight: bold;
  max-width: 320px;
  padding: .75rem .875rem 1rem;
  position: relative;
  margin: -1rem auto 1.5rem;
  border: 2px solid #f1aaa8;
  background: #fff;
  border-radius: 4px;
}

.more-btn:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0;
  margin: auto;
  right: 0;
  background: url("../img/more-arrow.png");
  height: 6px;
  width: 8px;
}

.btn-none {
  display: none;
}

.order-list {
  display: flex;
  flex-wrap: wrap;
}

.order-list li {
  margin-bottom: 1rem;
  width: calc(25% - 12px);
  margin-right: 1rem;
}

.order-list li:nth-child(4n) {
  margin-right: 0;
}

.order-btn {
  text-align: center;
  display: block;
  background: #b23a36;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 1rem 0 2rem;
}

.order-btn:after {
  left: 0;
  bottom: 20px;
  right: 0;
}

.other-list {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}

.other-list li {
  width: calc(25% - 12px);
  margin-right: 1rem;
}

.other-list .order-btn {
  background: #664937;
}

.other-list .note:after,
.search .note:before {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  background: url("../img/note.png");
  height: 14px;
  width: 20px;
}

.address-wrapper {
  text-align: center;
  background: #fff;
  border-radius: 4px;
  padding: 2rem 2rem 2.5rem;
  font-weight: bold;
  margin-top: 1.5rem;
}

.mail,
.tel {
  font-size: .875rem;
  margin-bottom: .5rem;
}

.sp {
  display: none;
}

.mail a,
.tel a {
  color: #b23a36;
}

.address {
  margin-top: 1rem;
}

/* フッター */
.footer {
  background: #f1aaa8 url("../img/bg.jpg");
  padding: 1.5rem 1rem;
}

.footer-site-name {
  font-size: 1.125rem;
  margin-bottom: .5rem;
}

.copyright {
  text-align: center;
  font-size: 10px;
}

.fixed-btn {
  position: fixed;
  right: 0;
  bottom: 10%;
  width: 48px;
}

.fixed-btn a {
  display: block;
  border-radius: 4px 0 0 4px;
  border-left: 8px solid #b23a36;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(34, 34, 34, .4);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #664937;
  font-size: .875rem;
  font-weight: bold;
  padding: 2.25rem 6px 1rem;
  letter-spacing: .05em;
  height: 229px;
  position: relative;
  margin-bottom: 1rem;
}

.fixed-btn a:last-of-type {
  height: 186px;
}

.fixed-btn .note:after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 16px;
  background: url("../img/fixed-note.png");
  height: 14px;
  width: 20px;
}

.totop-btn {
  position: fixed;
  right: 0;
  bottom: 1rem;
}

.totop {
  display: block;
  height: 48px;
  width: 48px;
  border-radius: 24px 0 0 24px;
  background: #f1aaa8;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(34, 34, 34, .4);
}

.totop:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 20px;
  background: url("../img/totop-arrow.png");
  height: 11px;
  width: 14px;
}

/* -------------- 769px以上　PCのみ -------------- */
@media screen and (min-width: 769px) {

  a:hover,
  .movie-wrapper:hover,
  .more-btn:hover {
    opacity: .8;
  }

  .movie-wrapper:hover,
  .more-btn:hover {
    cursor: pointer;
  }

  .tel a {
    pointer-events: none;
  }
}

/* -------------- 1000px以下　調整 -------------- */
@media screen and (max-width: 1000px) {
  body {
    font-size: 14px;
  }

  .section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .searchfield input {
    font-size: 1rem;
  }

  .nav-list li {
    width: calc(50% - 8px);
  }

  .recommend-list>li {
    width: 100%;
  }

  .other-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .order-list li,
  .other-list li {
    width: calc(50% - 8px);
  }

  .order-list li:nth-child(2n),
  .other-list li:nth-child(2n) {
    margin-right: 0;
  }
}

/* -------------- 768px以下　タブレット -------------- */
@media screen and (max-width: 768px) {
  .header .wrapper {
    height: 150px;
    background-size: 500px auto;
  }

  .main-title {
    font-size: 2rem;
  }

  .site-name {
    font-size: 1.125rem;
  }

  .section {
    padding-top: 5rem;
  }

  .section-title {
    font-size: 1.25rem;
  }

  .section-title:before {
    top: -25px;
    height: 15px;
    width: 12px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .search {
    margin-bottom: 8px;
    flex-wrap: wrap;
  }

  .search-label {
    font-size: .75rem;
    padding: 6px 8px 6px 24px;
  }

  .other-list .note:after,
  .search .note:before {
    height: 7px;
    width: 10px;
    background-size: contain;
  }

  .search-label:before {
    left: 8px;
  }

  .booksrchForm {
    width: 10px;
  }

  .searchfield input {
    padding: 0 1.5rem 0 .5rem;
    height: 36px;
  }

  .searchbtn {
    line-height: 0;
    right: .5rem;
    height: 10px;
  }

  .searchbtn input {
    width: 10px;
    height: 10px;
  }

  .more-search {
    margin-left: 0;
    margin-top: 4px;
    width: 100%;
  }

  .more-search a {
    font-size: .75rem;
  }

  .more-search a:after {
    right: 8px;
    height: 3px;
    width: 3px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .nav .wrapper {
    padding: 4px;
  }

  .nav-list {
    padding: 2px;
  }

  .nav-list li {
    width: calc(50% - 4px);
    margin: 2px;
  }

  .nav-list li a {
    border-width: 1px;
    padding: 6px 8px 6px 0;
    font-size: .75rem;
  }

  .nav-list li a:after {
    right: 8px;
    width: 3px;
    height: 4px;
    background-size: contain;
  }

  .nav-icons span {
    margin: 0 4px 0 0;
    overflow: hidden;
  }

  .nav-icons span img {
    width: 50%;
    float: right;
  }

  .book-title {
    font-size: 1rem;
  }

  .book-detail {
    padding: 1rem;
  }

  .download:after {
    height: 7px;
    width: 8px;
    background-size: cover;
  }

  .recommend-btn, .netgalley-btn {
    font-size: .75rem;
    padding: 6px .5rem;
    text-align: center;
  }

  .recommend-btn:after {
    right: 8px;
  }

  .movie-wrapper:after {
    height: 30px;
    width: 43px;
    background-size: cover;
  }

  .more-btn {
    padding: .5rem .875rem .875rem;
  }

  .more-btn:after {
    height: 3px;
    width: 4px;
    background-size: contain;
  }

  .order-list li,
  .other-list li {
    margin-bottom: .5rem;
    width: calc(50% - 4px);
    margin-right: .5rem;
  }

  .order-btn {
    padding: .5rem 0 1.5rem;
    font-size: .75rem;
  }

  .order-btn:after {
    bottom: 16px;
  }

  .other-list {
    margin-top: .5rem;
  }

  .address-wrapper {
    padding: 2rem 1rem 2.5rem;
  }

  .footer {
    padding: 1rem .5rem;
  }

  .footer-site-name {
    font-size: 1rem;
  }

  .fixed-btn {
    width: 34px;
  }

  .fixed-btn a {
    border-left-width: 4px;
    box-shadow: 0 0 10px 0 rgb(34 34 34 / 40%);
    font-size: .75rem;
    padding: 1.5rem 3px 1rem;
    height: 192px;
  }

  .fixed-btn a:last-of-type {
    height: 155px;
  }

  .fixed-btn .note:after {
    top: 12px;
    height: 7px;
    width: 10px;
    background-size: contain;
  }

  .totop {
    height: 34px;
    width: 34px;
    border-radius: 17px 0 0 17px;
    box-shadow: 0 0 10px 0 rgb(34 34 34 / 40%);
  }

  .totop:after {
    bottom: 15px;
    height: 5px;
    width: 7px;
    background-size: cover;
  }
}

/* -------------- 480px以下　スマホ -------------- */
@media screen and (max-width: 480px) {
  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-title {
    font-size: 7vmin;
  }

  .site-name {
    font-size: 4vmin;
  }

  .book-col {
    flex-direction: column;
  }

  .book-cover {
    margin: 0 auto .5rem;
  }

  .book-detail {
    width: 100%;
  }

  .recommend-btn, .netgalley-btn {
    margin: 0 auto .75rem;
  }

  .totop {
    margin: 0 auto;
  }

  .other-list li {
    width: 100%;
    margin-right: 0;
  }

  .sp {
    display: block;
  }

  .totop-btn {
    bottom: .5rem;
  }
}