@charset "UTF-8";

html {
  scroll-behavior: smooth;
  text-align: center;
}
* {
  box-sizing: border-box;
}
body {
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}

img {
  max-width: 100%;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
section {
  padding: 50px 0;
}
.min {
  font-size: 0.8rem;
}
/**購入ボタン**********************/
.btn_by {
  width: 300px;
  position: fixed;
  z-index: 100;
  right: 10px;
  bottom: 10px;
  animation: bg-btn_by 2s ease-out;
}
@media (max-width: 700px) {
  .btn_by {
    width: 65%;
    right: 17.5%;
  }
}
@keyframes bg-btn_by {
  0% {
    bottom: -300px;
  }
  100% {
    bottom: 10px;
  }
}

/**スライダー**********************/
.slide-wrapper {
  max-width: 1100px;
  margin: 1rem auto 0;
  text-align: center;
}
.slide-item {
  width: 50%;
}
.slide img {
  margin: 10px auto;
  width: 98%;
}

/**NAV**********************/
.fix {
  position: fixed;
  width: 100%;
  z-index: 100;
}
nav {
  position: relative;
  background-color: #052337;
  height: 10vw;
}
h1 {
  position: absolute;
  width: 30vw;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.skids {
  position: absolute;
  width: 200px;
  right: 1%;
  top: 10%;
}
.shueisha_100th {
  position: absolute;
  width: 130px;
  left: 1%;
  top: 10%;
}
nav ul {
  position: absolute;
  width: 100%;
  top: 6vw;
  display: flex;
  justify-content: center;
}
nav ul li {
  width: 20%;
  margin: 5px;
}
nav ul li a {
  font-weight: bold;
  color: #b8973e;
  text-decoration: none;
  border-right: 1px solid #725913;
  display: block;
  padding: 0.4vw;
  font-size: 1.1vw;
  transition: all 0.5s;
}
nav ul li:first-child {
  border-left: 1px solid #725913;
}
nav ul li a:hover {
  color: #fff;
}

/**キャラクター**********************/
main {
  line-height: 0;
  padding-top: 10vw;
}
main img {
  width: 100%;
}
/**ロゴ**********************/
.read {
  position: relative;
  background: url(../_img/bar.png) repeat-x top center, url(../_img/bar.png) repeat-x bottom center;
  background-size: auto, auto;
  padding: 13% 0 5%;
}
.logo {
  position: absolute;
  width: 40%;
  top: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.read_txt {
  max-width: 50%;
  margin: 1rem auto 0;
}
.read2 {
  position: relative;
  padding: 3% 0;
}
.read2 p {
  max-width: 52vw;
  width: 95%;
  margin: 1rem auto;
  text-align: left;
  font-size: 1.4vw;
  line-height: 2;
}
.read2 p span {
  color: #3577c3;
  font-weight: bold;
}
.read_set {
  max-width: 70%;
  width: 95%;
  margin: 1rem auto 0;
}
.read_tameshiyomi {
  margin: 2rem auto 0;
  width: 60%;
}
.read_kazu {
  position: absolute;
  left: 3%;
  width: 22%;
  bottom: 11px;
}
.read2_kazu {
  position: absolute;
  left: 9%;
  width: 18%;
  bottom: 11px;
}
.read3_kazu {
  position: absolute;
  bottom: 0;
  right: 10%;
  font-size: 0;
  width: 22%;
}

.read_ando {
  position: absolute;
  right: 3%;
  width: 22%;
  bottom: 11px;
}
.tokuten {
  display: block;
  margin: 0.5rem auto 3rem;
}

/**一覧**********************/
section.book_wrap {
  position: relative;
  display: flex;
  background-color: #fffaea;
}
.book_ttl {
  width: 12%;
  padding: 0 2%;
  border-right: 1px solid #e7d0bf;
}
.book_list {
  width: 88%;
}

.book_list ul {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
}
.book_list ul li {
  padding: 1.5% 1.5% 3% 1.5%;
  width: 25%;
  text-align: left;
  font-size: 0.9vw;
  background-size: 115px 150px;
  background-repeat: repeat-x;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(255, 231, 144) 5px, rgba(255, 240, 185, 1) 10px);
  transition: all 1s;
}
.book_list ul li:hover {
  transform: translate(0, -10px) !important;
}
.book_list ul li img {
  border: 2px solid #000;
}

dt {
  margin-top: 0.3rem;
}
dt span {
  font-size: 1vw;
  font-weight: bold;
  color: #fff;
  background-color: #bfa548;
  padding: 0.2rem 1.5rem;
}
dd {
  border-bottom: 1px solid #bfa548;
  padding: 0.4rem 0;
}
dd a {
  color: #bfa548;
  font-weight: bold;
  text-align: right;
  display: block;
  text-decoration: none;
}

dd:nth-child(2) {
  font-size: 1.3vw;
  font-weight: bold;
  color: #bfa548;
}
dd:last-child {
  border: none;
}
/**本書案内**********************/
.book {
  background: url(../_img/bar.png) repeat-x top center, url(../_img/bar.png) repeat-x bottom center;
}
.book2 {
  margin: 1% auto;
  max-width: 650px;
  width: 80%;
}
/**バナー**********************/
.bnr {
  background-color: #f1f1f1;
}
/**ボタン注文書**********************/
.btn_tyumonsyo,
.btn_tyumonsyo {
  margin: 3rem auto 0;
  max-width: 600px;
  width: 90%;
}
.btn_tyumonsyo_margin {
  margin: 2rem auto !important;
}
.btn_tyumonsyo a {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  margin: auto;
  padding: 1rem 0;
  font-weight: bold;
  background: #3477c4;
  color: #fff;
  border-radius: 100vh;
  position: relative;
  transition: 0.5s;
}
.btn_tyumonsyo a::before,
.btn_tyumonsyo2 a::before {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.btn_tyumonsyo a:hover,
.btn_tyumonsyo2 a:hover {
  background: #8b7b40;
  color: #fff;
}
/**ボタン注文書2**********************/
.btn_tyumonsyo2 a {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  margin: auto;
  padding: 1rem 0;
  font-weight: bold;
  background: #d70000;
  color: #fff;
  border-radius: 100vh;
  position: relative;
  transition: 0.5s;
}
.read2_bottom {
  background: url(../_img/bar.png) repeat-x bottom center;
  padding-bottom: 5%;
}
.btn_mg {
  margin: 0 auto !important;
}

/**第２階層**********************/

.detail_wrap {
  background: url(../_img/detail_bg.png) repeat-y, url(../_img/detail_bg.png) repeat-y;
  background-position: left, right;
  background-size: 1%, 1%;
  padding: 14vw 0 5rem;
}
.detail {
  max-width: 750px;
  width: 95%;
  margin: 0 auto 7rem;
}
.detail_ttl {
  margin-bottom: 2rem;
}
.detail_cha {
  width: 70%;
  margin: 0 auto;
}
h3 {
  font-size: 1.8rem;
  text-align: left;
  color: #000;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.detail p {
  font-size: 1rem;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 1rem;
}
figure {
  margin: 0 0 2rem 0;
}
figure span {
  font-size: 0.8rem;
  color: #333;
  display: block;
}
.detail p span {
  color: #d70000;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #ffffac 50%);
}
span.marker {
  color: #d70000 !important;
  background: linear-gradient(transparent 50%, #fcff2f 50%);
}

/** youtube **********************/

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/**試し読み**********************/
ul.tameshiyomi {
  width: 95%;
  max-width: 700px;
  margin: 0 auto;
  user-select: none;
  pointer-events: none;
}
ul.tameshiyomi li {
  margin-bottom: 1rem;
}
ul.tameshiyomi img {
  border: 1px solid #333;
}

/**フッター**********************/
footer {
  background-color: #052337;
  padding: 3rem 0;
  color: #ccc;
  font-size: 0.8rem;
}

/*******************************************************/
/*******************************************************/
/*******************************************************/
/*******************************************************/
/*******************************************************/
/********************************SP*********************/

@media (max-width: 700px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  /**NAV**********************/
  nav {
    background-color: #052337;
    height: auto;
    padding-top: 11%;
  }
  h1 {
    width: 60%;
    top: 53%;
    left: 1%;
    transform: translate(0%, -50%);
  }
  .skids {
    width: 35%;
    right: 1%;
    top: 30%;
  }
  /**ロゴ**********************/
  .read {
    position: relative;
    background: url(../_img/bar.png) repeat-x top center, url(../_img/bar.png) repeat-x bottom center;
    background-size: auto, auto;
    padding: 35% 0 14%;
  }
  section.book_wrap {
    padding-bottom: 5%;
  }
  /**メイプル超合金**********************/
  .cha_list {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
  .read_kazu {
    position: static;
    left: 0;
    width: 32%;
    bottom: 0;
    margin-left: 15%;
  }
  .read_ando {
    position: static;
    right: 0;
    width: 34%;
    bottom: 0;
    margin-right: 15%;
  }
  .read2_kazu {
    position: absolute;
    left: 2%;
    width: 30%;
    bottom: 11px;
  }
  .read3_kazu {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 35%;
    font-size: 0;
    width: 30%;
  }

  .logo {
    position: absolute;
    width: 85%;
    top: 15%;
  }
  .read_txt {
    max-width: 95%;
    margin: 0 auto;
  }
  .read2 {
    padding: 10% 0;
  }
  .read2 p {
    max-width: 90%;
    width: 90%;
    margin: 1rem auto;
    text-align: left;
    font-size: 0.9rem;
    line-height: 2;
  }
  .read2_bottom {
    padding-bottom: 5%;
  }
  .read_set {
    max-width: 95%;
  }

  /**一覧**********************/

  .book_ttl {
    width: 12%;
    padding: 0 2%;
    border-right: 1px solid #e7d0bf;
  }
  .book_list {
    width: 88%;
  }
  .book_list ul li {
    width: 50%;
    font-size: 2.5vw;
  }
  dt span {
    font-size: 2vw;
  }
  dd:nth-child(2) {
    font-size: 3.5vw;
  }
  /**本書案内**********************/
  .book {
    padding: 50px 2%;
  }
  /**バナー**********************/
  .bnr {
    padding: 50px 2%;
  }
  /**ボタン注文書**********************/
  .btn_tyumonsyo {
    margin: 2rem auto 1rem;
  }
  .btn_tyumonsyo a {
    font-size: 1rem;
  }

  /**第２階層**********************/
  .detail_wrap {
    background-size: 2%, 2%;

    padding: 14vw 1rem 5rem;
  }
  .detail_cha {
    width: 90%;
  }
  h3 {
    font-size: 1.3rem;
  }
  figure span {
    font-size: 0.7rem;
  }
  /**フッター**********************/
  footer {
    padding: 1rem 0;
    font-size: 0.8rem;
  }
}
