@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 {
  *zoom: 1;
}
.clearfix:after, footer:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* メインのスタイル */
/** @format */
html {
  scroll-behavior: smooth;
  text-align: center;
  background-color: #000068;
}

a {
  text-decoration: none;
  color: #fff;
  scrollbar-width: none;
}

p {
  scrollbar-width: none;
}

a img {
  border: none;
}

button {
  cursor: pointer;
}

.txt_center {
  text-align: center;
}

.nopc {
  display: none;
}
@media all and (max-width: 1024px) {
  .nopc {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .nopc {
    display: block;
  }
}
@media all and (max-width: 320px) {
  .nopc {
    display: block;
  }
}

.notablet {
  display: block;
}
@media all and (max-width: 1024px) {
  .notablet {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .notablet {
    display: none;
  }
}
@media all and (max-width: 320px) {
  .notablet {
    display: none;
  }
}

.nosp {
  display: block;
}
@media all and (max-width: 1024px) {
  .nosp {
    display: block;
  }
}
@media all and (max-width: 640px) {
  .nosp {
    display: none;
  }
}
@media all and (max-width: 320px) {
  .nosp {
    display: none;
  }
}

img {
  max-width: 100%;
}

li {
  list-style-type: none;
}

.txt_bold {
  font-weight: 900;
  font-style: normal;
}

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;
  background: url(../../_assets/images/bg_all.webp);
}

/*----------------------------------------------------
アンカー設定
----------------------------------------------------*/
/*----------------------------------------------------
全体の設定
----------------------------------------------------*/
#koishi {
  margin: 0% auto;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 400;
  font-style: normal;
}
@media all and (max-width: 1024px) {
  #koishi {
    width: 100%;
  }
}
/****************************************
ヘッダー（ヒーロー画面）
*****************************************/
/*----------------------------------------------------
各セクションの基本設定
----------------------------------------------------*/
section {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
section h2 {
  margin: 0 auto;
}
section p {
  font-size: 1.2rem;
  text-align: left;
  line-height: 2rem;
  margin: 5% auto;
}
section .caption {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.2rem;
  margin: 5% auto;
}
@media all and (max-width: 640px) {
  section h2 {
    margin: 0 auto 0;
  }
  section h2 img {
    display: block;
    margin: 0 auto;
    height: 3em;
  }
  section p {
    font-size: 1rem;
    text-align: left;
    line-height: 1.6rem;
    margin: 5% auto;
  }
}
/*----------------------------------------------------
あらすじ基本設定
----------------------------------------------------*/
.story_wrapper {
  margin: 2rem auto;
}
.story_wrapper .box_story {
  width: 70%;
  margin: 0 auto;
  display: block;
  background-color: rgba(229, 0, 116, 0.9);
  padding: 1rem 1rem;
  color: #fff;
}
.story_wrapper .box_story p {
  width: 80%;
}
.story_wrapper .box_story p span {
  color: rgb(255, 243, 63);
}
.story_wrapper .btn_tameshiyomi {
  width: 40%;
  margin: -2rem auto 0;
  background-color: #000;
  filter: drop-shadow(0px 0px 30px rgb(229, 0, 106));
  padding: 1rem 1rem;
}
@media all and (max-width: 640px) {
  .story_wrapper {
    margin: 2rem auto;
  }
  .story_wrapper .box_story {
    width: 80%;
    margin: 0 auto;
    display: block;
    background-color: rgba(229, 0, 116, 0.9);
    padding: 0.5rem;
    color: #fff;
  }
  .story_wrapper .box_story p {
    width: 90%;
    margin-bottom: 4rem;
  }
  .story_wrapper .btn_tameshiyomi {
    width: 70%;
    margin: -2rem auto 0;
    background-color: #000;
    filter: drop-shadow(0px 0px 20px rgb(229, 0, 106));
    padding: 1rem 1rem;
  }
  .story_wrapper .btn_tameshiyomi img {
    width: 100%;
  }
}

/*----------------------------------------------------
書誌情報基本設定
----------------------------------------------------*/
.bookinfo_wrapper {
  width: 100%;
  margin: 6rem auto 4rem;
}
.bookinfo_wrapper .bookinfo_box {
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../../_assets/images/bg_bookinfo.webp);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
}
.bookinfo_wrapper .bookinfo_box .ph_cover_bookinfo {
  width: 18%;
  padding-right: 1rem;
}
.bookinfo_wrapper .bookinfo_box .txt_cover_bookinfo {
  width: 40%;
}
.bookinfo_wrapper .bookinfo_box .txt_cover_bookinfo .btn_box_bookinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem auto 0;
}
.bookinfo_wrapper .bookinfo_box .txt_cover_bookinfo .btn_box_bookinfo a {
  width: 43%;
  padding: 0.6rem;
  background-color: #000068;
  color: #ffff00;
  font-size: 1.4rem;
  font-weight: bold;
}
.bookinfo_wrapper .zettai_upsidedown {
  transform: scale(-1, 1);
  opacity: 0.5;
}
@media all and (max-width: 640px) {
  .bookinfo_wrapper {
    width: 100%;
    margin: 6rem auto 4rem;
  }
  .bookinfo_wrapper .bookinfo_box {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../../_assets/images/bg_bookinfo.webp);
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .bookinfo_wrapper .bookinfo_box .ph_cover_bookinfo {
    width: 30%;
    padding-right: 1rem;
  }
  .bookinfo_wrapper .bookinfo_box .txt_cover_bookinfo {
    width: 60%;
  }
  .bookinfo_wrapper .bookinfo_box .txt_cover_bookinfo .btn_box_bookinfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem auto 0;
  }
  .bookinfo_wrapper .bookinfo_box .txt_cover_bookinfo .btn_box_bookinfo a {
    width: 40%;
    padding: 0.6rem;
    background-color: #000068;
    color: #ffff00;
    font-size: 1.2rem;
    font-weight: bold;
  }
}

/*----------------------------------------------------
オンライン書店案内　基本設定
----------------------------------------------------*/
.online_bookshop_info {
  width: 70%;
}
.online_bookshop_info p {
  width: 80%;
  margin: 0rem auto;
  text-align: center;
  font-size: 1.4rem;
}
.online_bookshop_info .btn_box_online_bookshop_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem auto 0;
}
.online_bookshop_info .btn_box_online_bookshop_info a {
  width: 21%;
  padding: 0.6rem;
  background-color: #e2dfef;
  color: #080059;
  font-size: 1.4rem;
  font-weight: bold;
}
@media all and (max-width: 1024px) {
  .online_bookshop_info {
    width: 90%;
  }
  .online_bookshop_info p {
    width: 100%;
    margin: 0rem auto;
    text-align: center;
    font-size: 1.2rem;
  }
  .online_bookshop_info .btn_box_online_bookshop_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 2rem auto 0;
  }
  .online_bookshop_info .btn_box_online_bookshop_info a {
    width: 40%;
    margin: 0 auto 1.4rem;
    padding: 0.6rem;
    background-color: #e2dfef;
    color: #080059;
    font-size: 1.2rem;
    font-weight: bold;
  }
}

.btn_shogakukan_SOL {
  width: 35%;
  margin: 2rem auto 0;
  padding: 0.6rem;
  background-color: #e2dfef;
  font-size: 1.4rem;
  font-weight: bold;
}
.btn_shogakukan_SOL a {
  color: #080059;
}
@media all and (max-width: 640px) {
  .btn_shogakukan_SOL {
    width: 55%;
    margin: 1.4rem auto;
    padding: 0.6rem;
    background-color: #e2dfef;
    color: #080059;
    font-size: 1.2rem;
    font-weight: bold;
  }
}

/*----------------------------------------------------
表面コメントバナー基本設定
----------------------------------------------------*/
.preview_banner_wrapper {
  margin: 4rem auto;
}
@media all and (max-width: 640px) {
  .preview_banner_wrapper h2 img {
    display: block;
    height: 4rem;
  }
}
.preview_banner_wrapper .comment_wrapper_index {
  width: 80%;
  margin: 2rem auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  /* 空きをつめて気持ちよく詰める */
  grid-auto-flow: row dense;
}
.preview_banner_wrapper .comment_wrapper_index .comment_txtbox {
  color: #fff;
  display: grid;
  place-items: center;
  border: #fff solid 1px;
  padding: 0.3rem;
  background-color: rgba(229, 0, 106, 0.2);
}
.preview_banner_wrapper .comment_wrapper_index .comment_txtbox .honmon {
  width: auto;
  margin: 0.5rem auto;
  font-size: clamp(10px, 1.5vw, 18px);
  line-height: 1.6;
  text-align: center;
}
.preview_banner_wrapper .comment_wrapper_index .comment_txtbox .enph {
  color: #ffff00;
  font-size: clamp(12px, 1.8vw, 20px);
  line-height: 1.4;
}
.preview_banner_wrapper .comment_wrapper_index .comment_txtbox .hommmon_small {
  font-size: 14px;
  line-height: 1.4;
}
.preview_banner_wrapper .comment_wrapper_index .comment_txtbox .enph_small {
  color: #ffff00;
  font-size: clamp(12px, 1.8vw, 20px);
  line-height: 1.4;
}
.preview_banner_wrapper .comment_wrapper_index .comment_txtbox .namae {
  display: block;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  margin: 1rem auto 0;
}
.preview_banner_wrapper .comment_wrapper_index .comment_txtbox .namae span {
  display: block;
  font-size: 1rem;
}
.preview_banner_wrapper .comment_wrapper_index .tall {
  grid-column: 3; /* 3列目に置く */
  grid-row: 2/span 2; /* 2行目から3行ぶち抜き */
}
@media all and (max-width: 1024px) {
  .preview_banner_wrapper .comment_wrapper_index {
    width: 90%;
    margin: 2rem auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .preview_banner_wrapper .comment_wrapper_index .comment_txtbox .honmon {
    margin: 0.5rem auto;
    display: grid;
    place-items: center;
    font-size: clamp(12px, 1.5vw, 18px);
    line-height: 1.6;
    text-align: center;
  }
  .preview_banner_wrapper .comment_wrapper_index .comment_txtbox .enph {
    color: #ffff00;
    font-size: clamp(14px, 1.7vw, 20px);
  }
  .preview_banner_wrapper .comment_wrapper_index .comment_txtbox .hommmon_small {
    font-size: clamp(12px, 1.5vw, 18px);
    line-height: 1.6;
  }
  .preview_banner_wrapper .comment_wrapper_index .comment_txtbox .enph_small {
    color: #ffff00;
    font-size: clamp(14px, 1.7vw, 20px);
  }
  .preview_banner_wrapper .comment_wrapper_index .comment_txtbox .namae {
    font-size: clamp(14px, 4.2vw, 20px);
    text-align: center;
    line-height: 1.2;
    margin: 1rem auto 0;
  }
  .preview_banner_wrapper .comment_wrapper_index .comment_txtbox .namae span {
    display: block;
    font-size: clamp(10px, 2.4vw, 10px);
  }
  .preview_banner_wrapper .comment_wrapper_index .tall {
    /* 2カラム時は“6”を横に2マスぶち抜き */
    grid-column: span 2;
    grid-row: auto; /* 縦は普通に1マスだけ */
    /*aspect-ratio: 2 / 1; 横長に見せるための比率 */
  }
}
@media all and (max-width: 640px) {
  .preview_banner_wrapper .comment_wrapper_index {
    width: 90%;
    margin: 2rem auto;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .preview_banner_wrapper .comment_wrapper_index .comment_txtbox .honmon {
    margin: 0.2rem auto;
    font-size: clamp(10px, 1vw, 14px);
    text-align: center;
  }
  .preview_banner_wrapper .comment_wrapper_index .comment_txtbox .enph {
    color: #ffff00;
    font-size: clamp(10px, 2vw, 14px);
  }
  .preview_banner_wrapper .comment_wrapper_index .comment_txtbox .hommmon_small {
    font-size: 12px;
    line-height: 1.4;
  }
  .preview_banner_wrapper .comment_wrapper_index .comment_txtbox .enph_small {
    font-size: 12px;
    font-size: clamp(10px, 2vw, 14px);
  }
  .preview_banner_wrapper .comment_wrapper_index .comment_txtbox .namae {
    font-size: clamp(12px, 4vw, 18px);
    text-align: center;
    line-height: 1.4;
  }
  .preview_banner_wrapper .comment_wrapper_index .comment_txtbox .namae span {
    display: block;
    font-size: clamp(10px, 1vw, 12px);
  }
}
.preview_banner_wrapper .box_preview_banner {
  width: 70%;
  margin: 0 auto 2rem;
  background: url(../../_assets/images/bg_banner_preview.webp);
  background-position: center center;
  background-size: 100%;
  background-repeat: repeat;
}
.preview_banner_wrapper .box_preview_banner .ph_banner {
  width: 80%;
  margin: 1rem auto;
}
@media all and (max-width: 640px) {
  .preview_banner_wrapper {
    margin: 2rem auto 0;
  }
  .preview_banner_wrapper .box_preview_banner {
    width: 100%;
    margin: 0 auto 2rem;
    background: url(../../_assets/images/bg_banner_preview.webp);
    background-position: center center;
    background-size: 100%;
    background-repeat: repeat;
  }
  .preview_banner_wrapper .box_preview_banner .ph_banner {
    width: 80%;
    margin: 1rem auto;
  }
}

/*----------------------------------------------------
裏面コメントバナー基本設定
----------------------------------------------------*/
.review_banner_wrapper {
  margin: 4rem auto;
}
.review_banner_wrapper .box_review_banner {
  width: 70%;
  margin: 0 auto;
  padding: 1rem 0;
  background: url(../../_assets/images/bg_banner_review.webp);
  background-position: center center;
  background-size: 100%;
  background-repeat: repeat;
}
.review_banner_wrapper .box_review_banner .ph_banner {
  width: 80%;
  padding: 1rem 0 0 0;
  margin: 1rem auto 0;
}
@media all and (max-width: 640px) {
  .review_banner_wrapper {
    margin: 0rem auto 2rem;
  }
  .review_banner_wrapper .box_review_banner {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
    background: url(../../_assets/images/bg_banner_review.webp);
    background-position: center center;
    background-size: 100%;
    background-repeat: repeat;
  }
  .review_banner_wrapper .box_review_banner .ph_banner {
    width: 90%;
    padding: 0;
    margin: 0rem auto;
  }
}

.password {
  width: 50%;
  margin: 0rem auto;
  padding: 1rem 0 2rem;
  color: #fff;
  font-size: 2rem;
}
.password button {
  background-color: #e5006a;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  font-family: "Shippori Antique", sans-serif;
  border: none;
}
.password input {
  font-size: 1.6rem;
  padding: 0.1rem 0;
}
@media all and (max-width: 640px) {
  .password {
    width: 90%;
    margin: 0rem auto 2rem;
    padding: 0;
  }
}

.txt_password {
  margin: 1rem auto;
  text-align: center;
}

.error-message {
  color: red;
  width: 80%;
  font-weight: bold;
  margin: 1rem auto;
  text-align: center;
}

/*----------------------------------------------------
裏面コメントバナー基本設定
----------------------------------------------------*/
.character_wrapper {
  margin: 4rem auto;
}
.character_wrapper .character_box {
  width: 70%;
  margin: 0 auto;
  display: grid;
  gap: 40px 20px;
  align-items: stretch; /* 同じ行のアイテムを行の高さまで伸ばす */
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.character_wrapper .character_box .li_koishi {
  grid-column: 1/2;
  grid-row: 1/2;
  display: block;
  height: 100%;
  background-color: #ccccd9;
  background-blend-mode: screen;
  padding: 0.5rem;
}
.character_wrapper .character_box .li_renjo {
  grid-column: 2/3;
  grid-row: 1/2;
  height: 100%;
  display: block;
  background-color: #ccccd9;
  background-blend-mode: screen;
  padding: 0.5rem;
}
.character_wrapper .character_box .li_hinami {
  grid-column: 1/2;
  grid-row: 2/3;
  height: 100%;
  background-color: #ccccd9;
  background-blend-mode: screen;
  padding: 0.5rem;
}
.character_wrapper .character_box .li_kataya {
  grid-column: 2/3;
  grid-row: 2/3;
  height: 100%;
  background-color: #ccccd9;
  background-blend-mode: screen;
  padding: 0.5rem;
}
.character_wrapper .character_box .ph_character {
  width: 70%;
  margin: 2rem auto;
}
.character_wrapper .character_box .ph_character .name_character {
  width: 100%;
  background-color: #e5006a;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.5rem 0;
  margin: 0.5rem auto;
}
.character_wrapper .character_box .ph_character .name_character .ruby {
  font-size: 1.2rem;
}
.character_wrapper .character_box .txt_character {
  width: 90%;
  margin: 0 auto;
  color: #080059;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left;
}
.character_wrapper .character_box .txt_character .name_character {
  width: 80%;
  text-align: center;
  margin: 0.5rem auto;
  background-color: #e5006a;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.5rem 0;
}
.character_wrapper .character_box .txt_character .name_character .ruby {
  font-size: 1.2rem;
}
@media all and (max-width: 640px) {
  .character_wrapper .character_box {
    width: 80%;
    margin: 0 auto;
    grid-template-columns: 1fr; /* 1カラムに */
    align-items: start; /* 高さ揃え解除（自然高さ） */
    gap: 40px;
  }
  .character_wrapper .character_box .li_koishi {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .character_wrapper .character_box .li_renjo {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .character_wrapper .character_box .li_hinami {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .character_wrapper .character_box .li_kataya {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .character_wrapper .character_box .ph_character {
    width: 70%;
    margin: 2rem auto;
  }
  .character_wrapper .character_box .ph_character .name_character {
    width: 100%;
    background-color: #e5006a;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.5rem 0;
    margin: 0.5rem auto;
  }
  .character_wrapper .character_box .ph_character .name_character .ruby {
    font-size: 0.8rem;
  }
  .character_wrapper .character_box .txt_character {
    width: 90%;
    color: #080059;
    font-size: 1.1rem;
    line-height: 1.7rem;
    text-align: left;
  }
  .character_wrapper .character_box .txt_character .name_character {
    width: 70%;
    background-color: #e5006a;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.5rem 0;
    margin-bottom: 1rem;
  }
  .character_wrapper .character_box .txt_character .name_character .ruby {
    font-size: 0.8rem;
  }
}

/*----------------------------------------------------
著者コメント画像基本設定
----------------------------------------------------*/
.author_comment_wrapper {
  margin: 4rem auto;
}
.author_comment_wrapper .mori_comment {
  margin: 0 auto;
  width: fit-content;
}
@media all and (max-width: 640px) {
  .author_comment_wrapper .mori_comment {
    margin: 0 auto;
    width: 90%;
  }
}
.author_comment_wrapper .author_profile {
  width: 50%;
  margin: 2rem auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.author_comment_wrapper .author_profile .ph_author {
  width: 30%;
}
.author_comment_wrapper .author_profile .txt_profile {
  width: 65%;
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-align: left;
}
.author_comment_wrapper .author_profile .txt_profile .author_name {
  display: block;
  font-size: 1.6rem;
}
.author_comment_wrapper .author_profile .txt_profile .author_name span {
  font-size: 0.8rem;
}
@media all and (max-width: 640px) {
  .author_comment_wrapper .author_profile {
    width: 80%;
    margin: 2rem auto;
    display: block;
  }
  .author_comment_wrapper .author_profile .ph_author {
    width: 70%;
    margin: 0 auto;
  }
  .author_comment_wrapper .author_profile .txt_profile {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: left;
  }
  .author_comment_wrapper .author_profile .txt_profile .author_name {
    display: block;
    font-size: 1.6rem;
    text-align: center;
  }
  .author_comment_wrapper .author_profile .txt_profile .author_name span {
    font-size: 0.8rem;
  }
}

/*----------------------------------------------------
蓮杖カット　基本設定
----------------------------------------------------*/
.renjo_comment_wrapper {
  margin: 4rem auto;
  width: 100%;
  background: url(../../_assets/images/bg_bookinfo.webp);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
}
.renjo_comment_wrapper .ph_renjo_comment {
  display: block;
  margin: 0 auto;
  width: 70%;
  line-height: 0;
}
@media all and (max-width: 640px) {
  .renjo_comment_wrapper .ph_renjo_comment {
    width: 100%;
    padding: 2rem 0 0 0;
  }
}

/*----------------------------------------------------
ページ下部の書誌情報基本設定
----------------------------------------------------*/
.bottom_bookinfo_wrapper {
  width: 100%;
  margin: 6rem auto 4rem;
}
.bottom_bookinfo_wrapper .bookinfo_box {
  width: 90%;
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom_bookinfo_wrapper .bookinfo_box .ph_cover_bookinfo {
  width: 15%;
  padding-right: 1rem;
}
.bottom_bookinfo_wrapper .bookinfo_box .txt_cover_bookinfo {
  width: 40%;
}
.bottom_bookinfo_wrapper .bookinfo_box .txt_cover_bookinfo .btn_box_bookinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem auto 0;
}
.bottom_bookinfo_wrapper .bookinfo_box .txt_cover_bookinfo .btn_box_bookinfo a {
  width: 43%;
  padding: 0.6rem;
  background-color: #0072cb;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
.bottom_bookinfo_wrapper .zettai_upsidedown {
  transform: scale(-1, 1);
  opacity: 0.5;
}
@media all and (max-width: 640px) {
  .bottom_bookinfo_wrapper .bookinfo_box .ph_cover_bookinfo {
    width: 25%;
    padding-right: 1rem;
  }
  .bottom_bookinfo_wrapper .bookinfo_box .txt_cover_bookinfo {
    width: 55%;
  }
  .bottom_bookinfo_wrapper .bookinfo_box .txt_cover_bookinfo .btn_box_bookinfo {
    display: flex;
    margin: 2rem auto 0;
  }
  .bottom_bookinfo_wrapper .bookinfo_box .txt_cover_bookinfo .btn_box_bookinfo a {
    width: 38%;
    padding: 0.6rem;
    background-color: #0072cb;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
  }
}

/*----------------------------------------------------
更新履歴表示の基本設定
----------------------------------------------------*/
.latest_info {
  width: 50%;
  max-height: 12rem;
  scroll-behavior: auto;
  overflow: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
  margin: 0 auto;
  padding: 0.5rem 0 0.5rem 1rem;
  border: #fff solid 0.1rem;
  border-radius: 0 1rem 0 1rem;
  background-image: linear-gradient(0deg, rgb(33, 79, 132), rgb(0, 0, 0));
}
.latest_info .new_icon {
  background-color: #d20012;
  padding: 0.1rem 0.4rem;
  margin-right: 1rem;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 0.5rem;
}
.latest_info .latest_info_txt {
  width: 94%;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6rem;
  margin: 0 auto 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed #fff;
}
.latest_info .latest_info_txt:last-child {
  padding-bottom: 0rem;
  border-bottom: none;
}
@media all and (max-width: 1024px) {
  .latest_info {
    width: 70%;
  }
}
@media all and (max-width: 640px) {
  .latest_info {
    width: 90%;
    margin: 0 auto;
    padding: 0.5rem 0 0.5rem 1rem;
    border: #fff solid 0.05rem;
    border-radius: 0 1rem 0 1rem;
    background-image: linear-gradient(0deg, rgb(33, 79, 132), rgb(0, 0, 0));
  }
  .latest_info .new_icon {
    background-color: #d20012;
    padding: 0.07rem 0.4rem;
    margin-right: 1rem;
    color: #fff;
    font-size: 0.6rem;
    font-weight: bold;
    border-radius: 0.5rem;
  }
  .latest_info .latest_info_txt {
    color: #fff;
    font-size: 1rem;
    line-height: 1.3rem;
    margin: 0 auto 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px dashed #fff;
  }
}

.latest_info::-webkit-scrollbar {
  display: none;
}

/* 点滅 */
.blinking {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  -moz-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*----------------------------------------------------
動画の基本設定
----------------------------------------------------*/
.mov_box {
  width: 100%;
  margin: 5% auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.mov_box .each_mov_box,
.mov_box .each_mov_box_latest {
  margin: 2% auto;
}
.mov_box .each_mov_box .btn_original,
.mov_box .each_mov_box_latest .btn_original {
  width: 80%;
  margin: 3% auto;
  padding: 2% 0;
  font-size: 1rem;
  color: #dfff00;
  background: #000;
  text-align: center;
  font-weight: 700;
}
.mov_box .each_mov_box {
  width: 45%;
}
.mov_box .each_mov_box_latest {
  width: 60%;
}
@media all and (max-width: 640px) {
  .mov_box {
    width: 90%;
    display: block;
  }
  .mov_box .each_mov_box,
  .mov_box .each_mov_box_latest {
    width: 100%;
    margin: 2% auto;
  }
  .mov_box .each_mov_box .btn_original,
  .mov_box .each_mov_box_latest .btn_original {
    width: 100%;
    margin: 3% auto 10%;
    padding: 2% 0;
    font-size: 1rem;
    color: #dfff00;
    background: #000;
    text-align: center;
    font-weight: 700;
  }
}

/*----------------------------------------------------
著者紹介の基本設定
----------------------------------------------------*/
.author {
  width: 100%;
  margin: 3rem auto;
  display: block;
  color: #fff;
}
.author h2 {
  width: 70%;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 600;
  font-size: 2rem;
}
.author .author_wrapper {
  width: 60%;
  margin: 1rem auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.author .txt_author {
  width: 50%;
  margin: 0 auto 2rem;
}
.author .txt_author .name_author {
  font-size: 1.8rem;
  display: block;
  text-align: left;
}
.author .txt_author .ruby_author {
  font-size: 1rem;
  text-align: left;
  padding-left: 1rem;
}
.author .txt_author p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 5% auto;
  text-align: left;
}
.author .ph_author {
  width: 40%;
  margin: 0 auto;
}
.author .ph_author span {
  font-size: 0.8rem;
  display: block;
  text-align: right;
  margin: 0.5rem 0 0 0;
}
.author .ph_author img {
  max-width: 100%;
  margin: 0 auto;
}
.author .banner_author_x {
  width: 100%;
  margin: 1rem auto;
  display: block;
  background-color: #000;
  border: #fff solid 2px;
  border-radius: 2rem;
  padding: 0.5rem 0;
  font-size: 1rem;
}
@media all and (max-width: 640px) {
  .author {
    width: 65%;
    margin: 3% auto;
    display: block;
  }
  .author h2 {
    width: 70%;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: 600;
    font-size: 2rem;
  }
  .author .author_wrapper {
    width: 100%;
    margin: 1rem auto;
    display: block;
  }
  .author .txt_author {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .author .txt_author .name_author {
    font-size: 1.8rem;
    display: block;
    text-align: center;
  }
  .author .txt_author .ruby_author {
    font-size: 1rem;
    text-align: center;
    display: block;
    padding-left: 0;
  }
  .author .txt_author p {
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 5% auto;
    text-align: left;
  }
  .author .ph_author {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .author .ph_author span {
    font-size: 0.8rem;
    display: block;
    text-align: right;
    margin: 0.8rem 0 0 0;
  }
  .author .ph_author img {
    max-width: 100%;
    margin: 0 auto;
  }
  .author .banner_author_x {
    width: 100%;
    margin: 1rem auto;
    display: block;
    background-color: #000;
    border: #fff solid 2px;
    border-radius: 2rem;
    padding: 0.5rem 0;
    font-size: 1rem;
  }
}
/*----------------------------------------------------
本文引用設定
----------------------------------------------------*/
.bg_dialogue {
  background: url(../../_assets/images/bg_dialogue_pc.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  background-color: #000;
  padding: 0;
}
@media all and (max-width: 640px) {
  .bg_dialogue {
    background: url(../../_assets/images/bg_dialogue_sp.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #000;
    padding: 0;
  }
}

.dialogue_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 0;
}
.dialogue_area li {
  width: 24%;
}
.dialogue_area li img {
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.8));
}
@media all and (max-width: 640px) {
  .dialogue_area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    justify-content: space-between;
    padding: 5rem 0;
  }
  .dialogue_area li {
    width: 48%;
  }
  .dialogue_area li img {
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.8));
  }
  .dialogue_area .dialogue_001 {
    order: 3;
  }
  .dialogue_area .dialogue_002 {
    order: 4;
  }
  .dialogue_area .dialogue_003 {
    order: 1;
  }
  .dialogue_area .dialogue_004 {
    order: 2;
  }
}

/*----------------------------------------------------
レコメンド設定
----------------------------------------------------*/
.title_voice {
  margin: -5rem 0 0 -2rem;
}
@media all and (max-width: 640px) {
  .title_voice {
    width: 70%;
    margin: -4rem 0 0 0rem;
  }
}

.reccomend_img_wrapper {
  width: 80%;
  margin: 3rem auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: left;
}
.reccomend_img_wrapper li {
  width: 30%;
  margin: 0 0.2rem;
}
@media all and (max-width: 640px) {
  .reccomend_img_wrapper {
    width: 100%;
    margin: 3rem auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
  .reccomend_img_wrapper li {
    width: 45%;
    margin: 0 0.2rem;
  }
}

.reccomend_wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.reccomend_wrapper li {
  margin: 2rem auto;
  text-align: center;
  padding: 1rem;
  width: 45%;
  color: white;
}
.reccomend_wrapper li p {
  margin: 0 auto 1rem;
  font-size: 1.2rem;
  text-align: center;
}
.reccomend_wrapper li .tinted {
  color: #eec6dc;
  font-weight: bold;
}
.reccomend_wrapper li .position {
  display: block;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: normal;
}
.reccomend_wrapper li .position .name {
  font-size: 1rem;
  margin-top: 0.5rem;
}
@media all and (max-width: 640px) {
  .reccomend_wrapper {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .reccomend_wrapper li {
    margin: 2rem auto;
    text-align: center;
    padding: 1rem;
    width: 90%;
    font-size: 1.2rem;
    color: white;
  }
  .reccomend_wrapper li .position {
    display: block;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: normal;
  }
  .reccomend_wrapper li .position .name {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

/*----------------------------------------------------
プロフィール設定
----------------------------------------------------*/
.profile {
  width: 70%;
  margin: 0 auto;
  padding: 5% 0 5% 0;
  background: #fff;
}
.profile .profile_ph {
  width: 50%;
  margin: 0 auto 3%;
}
.profile p {
  margin: 0 auto 5%;
  width: 70%;
  font-size: 1.2rem;
  line-height: 1.8em;
  text-align: left;
}
@media all and (max-width: 640px) {
  .profile {
    width: 80%;
    margin: 0 auto;
    padding: 5% 0 5% 0;
  }
  .profile .profile_ph {
    width: 70%;
    margin: 0 auto 3%;
  }
  .profile p {
    width: 90%;
    margin: 0 auto 3%;
    font-size: 0.9rem;
    line-height: 1.6em;
    text-align: left;
  }
}
@media all and (max-width: 320px) {
  .profile {
    width: 100%;
  }
  .profile p {
    margin: 0 auto 3%;
    font-size: 0.7rem;
    line-height: 1.4rem;
    text-align: left;
  }
}

/*----------------------------------------------------
動画の埋め込み
----------------------------------------------------*/
.video {
  position: relative;
  width: 80%;
  padding-top: 56.25%;
  margin: 5% auto 0%;
}
@media all and (max-width: 640px) {
  .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------
twitter部分設定
----------------------------------------------------*/
.twitterbox {
  width: 50%;
  margin: 3% auto 3%;
  text-align: center;
}
@media all and (max-width: 640px) {
  .twitterbox {
    width: 90%;
    text-align: center;
  }
}

/*----------------------------------------------------
	SNS投稿ボタンの基本設定
----------------------------------------------------*/
.sns_Area {
  width: 50%;
  margin: 5% auto;
  text-align: center;
}
.sns_Area ul {
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.sns_Area ul .bt_sns {
  width: 30%;
  margin: 1rem auto;
  padding: 0.5rem 0;
  border-radius: 3rem;
  border: #fff solid 2px;
  font-size: 1.4rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.sns_Area ul .bg_twitterX {
  background-color: #000;
}
.sns_Area ul .bg_facebook {
  background-color: #003c8c;
}
.sns_Area ul .bg_LINE {
  background-color: #00c200;
}
@media all and (max-width: 640px) {
  .sns_Area {
    width: 90%;
  }
  .sns_Area ul .bt_sns {
    width: 26.6666666667%;
    margin: 1rem auto;
    padding: 0.5rem 0;
    border-radius: 3rem;
    border: #fff solid 2px;
    font-size: 0.8rem;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
  }
}

/*----------------------------------------------------
宣伝物DLバナー
----------------------------------------------------*/
.banner_PR_tool {
  width: 30vw;
  display: block;
  margin: 5rem auto;
}
@media all and (max-width: 640px) {
  .banner_PR_tool {
    width: 70vw;
  }
}

/*----------------------------------------------------
コンテンツバナー
----------------------------------------------------*/
.btnbox_contents {
  width: 70%;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.btnbox_contents .banner_img {
  width: 20%;
  margin: 0 auto;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.btnbox_contents .banner_img_wide {
  width: 40%;
  margin: 0 auto;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
@media all and (max-width: 640px) {
  .btnbox_contents {
    width: 90%;
  }
  .btnbox_contents .banner_img {
    width: 40%;
    margin: 0 auto;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  }
  .btnbox_contents .banner_img_wide {
    width: 100%;
    margin: 0 auto 1rem;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  }
}

/*----------------------------------------------------
予約ボタン
----------------------------------------------------*/
.btnbox_reservation {
  margin: 0 auto;
  font-family: "Noto Sans JP", serif;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.btnbox_reservation .btn {
  margin: 0 auto;
  background-color: #fc4100;
  color: #fff;
  padding: 1rem 0;
  font-size: 1.4rem;
  font-weight: 900;
}
.btnbox_reservation .btn_widen {
  width: 42%;
  margin: 0 auto 2rem;
}
.btnbox_reservation .btn_red {
  background-color: #d20012;
}
.btnbox_reservation .btn_orange {
  background-color: #fd4500;
}
@media all and (max-width: 1024px) {
  .btnbox_reservation .btn {
    width: 42%;
  }
  .btnbox_reservation .btn_widen {
    width: 60%;
    margin: 0 auto 1rem;
  }
  .btnbox_reservation .btn_red {
    background-color: #d20012;
  }
}
@media all and (max-width: 640px) {
  .btnbox_reservation .btn {
    width: 45%;
    margin: 0 auto 1rem;
    padding: 1rem 0;
    font-size: 1rem;
  }
  .btnbox_reservation .btn_widen {
    width: 90%;
    margin: 0 auto 1rem;
  }
  .btnbox_reservation .btn_red {
    background-color: #d20012;
  }
}
.btnbox_width_SOL {
  width: 60%;
  margin: 0 auto;
}
.btnbox_width_SOL .btn {
  margin: 0 auto;
  width: 47%;
}
@media all and (max-width: 640px) {
  .btnbox_width_SOL {
    width: 100%;
    margin: 0 auto;
  }
  .btnbox_width_SOL .btn {
    margin: 0 auto;
    width: 47%;
  }
}

.btnbox_width_outer {
  width: 80%;
}
.btnbox_width_outer .btn {
  margin: 0 auto;
  width: 23.5%;
  font-size: 1rem;
}
@media all and (max-width: 640px) {
  .btnbox_width_outer {
    width: 100%;
  }
  .btnbox_width_outer .btn {
    margin: 1rem auto 0;
    width: 47%;
  }
}

.btn_tameshiyomi {
  width: 60%;
  margin: 1rem auto;
}
.btn_tameshiyomi img {
  width: 100%;
}
@media all and (max-width: 640px) {
  .btn_tameshiyomi {
    width: 80%;
  }
  .btn_tameshiyomi img {
    width: 80%;
  }
}

.bottom_bookinfo_banner {
  display: block;
  width: 60%;
  margin: 1rem auto 3rem;
}
.bottom_bookinfo_banner img {
  width: 100%;
}
@media all and (max-width: 640px) {
  .bottom_bookinfo_banner {
    width: 98%;
  }
}

/*----------------------------------------------------
固定購入ボタン
----------------------------------------------------*/
#btn_buy_pinned {
  z-index: 99998;
  position: fixed;
  bottom: 0px;
  left: 0px;
}

#btn_buy_pinned a {
  display: block;
  width: 250px;
  opacity: 1;
  background-color: #fc4100;
  border-top-right-radius: 2rem;
  font-size: 1.4rem;
  font-weight: 900;
  font-family: "Noto Sans JP", serif;
  color: #fff;
  padding: 0.5rem 0;
}

#btn_buy_pinned a span {
  vertical-align: middle;
}

#btn_buy_pinned a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*----------------------------------------------------
フッター
----------------------------------------------------*/
footer {
  width: 100%;
  padding: 5% 0 10rem 0;
  height: 30vh;
}
footer img {
  width: 7%;
}
footer .copyright {
  text-align: center;
  font-size: 100%;
  line-height: 1.6em;
  padding: 2em;
}
footer .copyright p {
  margin-bottom: 1em;
  color: #fff;
}
@media all and (max-width: 1024px) {
  footer .copyright {
    text-align: center;
    font-size: 80%;
    line-height: 1.6em;
    padding: 2em;
  }
  footer .copyright p {
    margin-bottom: 1em;
  }
}
@media all and (max-width: 640px) {
  footer img {
    width: 15%;
  }
  footer .copyright {
    max-width: 100%;
    text-align: center;
    font-size: 90%;
    line-height: 1.6em;
    padding: 3em 1em;
  }
  footer .copyright p {
    text-align: center;
    margin-bottom: 1em;
  }
}
@media all and (max-width: 320px) {
  footer .copyright {
    text-align: center;
    font-size: 60%;
    line-height: 1.6em;
    padding: 3em 1em;
  }
  footer .copyright p {
    text-align: center;
    margin-bottom: 1em;
  }
}/*# sourceMappingURL=koishi.css.map */