@charset "UTF-8";
/** @format */
/*scssをインポート*/
/* 設定用。変数の宣言はここ*/
/** @format */
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/*----------------------------------------------------
	色の設定
----------------------------------------------------*/
/* リセットCSS、フォントサイズ*/
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* ミックスイン、@extend、CSS3など*/
/** @format */
/* clearfix */
.clearfix, .footer_review {
  *zoom: 1;
}
.clearfix:after, .footer_review:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/**
 * ----------------------------------------------------
 * コメント部分の基本設定
 * ----------------------------------------------------
 *
 * @format
 */
body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
  overflow: hidden;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#koishi_bookshelf {
  padding-top: 4rem;
}

.bookshelf_introduction {
  text-align: center;
  max-width: 80%;
  margin: 2rem auto;
}

.koishi_comment_preview {
  background: url(../../_assets/images/bg_all.webp);
}

.bookshelf_title {
  width: 100%;
  display: block;
  margin: 1rem auto;
  border-bottom: #d6b0c3 solid 20px;
}
.bookshelf_title img {
  width: 80%;
  vertical-align: bottom;
  margin: 0;
}
@media all and (max-width: 640px) {
  .bookshelf_title img {
    width: 90%;
    vertical-align: bottom;
    margin: 0;
  }
}

.bookshelf_wrapper {
  width: 100%;
  margin: 3rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
  border-bottom: #d6b0c3 solid 20px;
}
.bookshelf_wrapper .bookshelf--bookbox {
  margin: 1rem 0 0;
  width: 26.6666666667%;
}
.bookshelf_wrapper .bookshelf--bookbox .speech_bubble {
  margin: 0 auto 4rem;
  filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.6));
}
.bookshelf_wrapper .bookshelf--bookbox .speech_bubble--double {
  margin: 0 auto 4rem;
  width: 80%;
  filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.6));
}
.bookshelf_wrapper .bookshelf--bookbox .book_cover {
  width: 60%;
  margin: 0 auto;
  padding: 0;
  filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.6));
}
.bookshelf_wrapper .bookshelf--bookbox .book_cover_goth {
  display: flex;
  width: 60%;
  margin: 0 auto;
}
.bookshelf_wrapper .bookshelf--bookbox .book_cover_goth a {
  margin: 0 2px 0;
}
.bookshelf_wrapper .bookshelf--bookbox--double {
  width: 53%;
}
@media all and (max-width: 640px) {
  .bookshelf_wrapper {
    width: 100%;
    margin: 3rem auto 6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    border-bottom: #d6b0c3 solid 20px;
  }
  .bookshelf_wrapper .bookshelf--bookbox {
    margin: 1rem 0 0;
    width: 42%;
  }
  .bookshelf_wrapper .bookshelf--bookbox .speech_bubble {
    margin: 0 auto 2rem;
    filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.6));
  }
  .bookshelf_wrapper .bookshelf--bookbox .speech_bubble--double {
    margin: 0 auto 2rem;
    width: 60%;
    filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.6));
  }
  .bookshelf_wrapper .bookshelf--bookbox .book_cover {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.6));
  }
  .bookshelf_wrapper .bookshelf--bookbox .book_cover_goth {
    display: flex;
    width: 80%;
    margin: 0 auto;
  }
  .bookshelf_wrapper .bookshelf--bookbox .book_cover_goth a {
    margin: 0 2px 0;
  }
  .bookshelf_wrapper .bookshelf--bookbox--double {
    width: 80%;
  }
  .bookshelf_wrapper .bookshelf--bookbox--koishi {
    width: 50%;
  }
}

.zoomFade {
  animation: zoomFade 2s ease-in-out infinite;
}

/* zoomFade */
@keyframes zoomFade {
  0% {
    transform: scale(1.2);
  }
  30% {
    transform: scale3d(1.25, 1.25, 1);
  }
  to {
    transform: scale(1.2);
  }
}
.footer_review .copyright {
  color: #000068;
}/*# sourceMappingURL=bookshelf.css.map */