/* =======================================================
*
* 	Template Style
*
* ======================================================= */

body {
  background: #fff;
  box-sizing: border-box;
  color: #707070;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
}

ol,ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul .facebook {
  float: left;
  margin-right: 10px;
}

ul .twitter {
  float: left;
  margin-top: 8px;
}

.sns-btn {
  box-sizing: border-box;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 0 1%;
  width: 100%;
}

a {
  color: #707070;
  text-decoration: none;
  border: 0;
}

a:hover {
  color: #282828;
  text-decoration: underline;
  transition: .3s ease-in-out;
}

.slim-view {
  display: none;
}

.wide-view {
  display: block;
}

.container {
  margin: 0 auto;
  max-width: 880px;
  padding: 10px 0;
}

.bg-white {
  background: #fff;
}

.main-wrapper {
  text-align: center;
  overflow: hidden;
}

.main-wrapper h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0;
}

.minchou {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.marker {
  background:linear-gradient(transparent 75%, #ffdc00 75%);
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

/* ======== * button * ======= */

.btn {
  border-radius: 100px;
  margin: 10px auto 15px;
  max-width: 600px;
  text-align: center;
  box-shadow: 0 2px 5px 0px rgba(0,0,0,0.2);
}

.btn a {
  background: #e1325b;
  border-radius: 10px;
  color: #fff;
  display: block;
  padding: 10px 0;
  width: 100%;
}

.btn a:hover {
  background:#d03055;
  text-decoration: none;
}

.btn br {
  display: none;
}

button {
  border: 0;
  background: none;
  color: #707070;
  font-size: 0.8em;
}

/* =======================================================
*
* 	custom index
*
* ======================================================= */

.time-limit {
  background: #ffdc00;
  color: #001b43;
  font-size: 2rem;
  font-weight: 700;
}

.time-limit span {
  font-size: 1.3rem;
  font-weight: normal;
}

.time-start {
  background: #c41e1e;
  border-radius: 50px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 20px;
}

.time-end,
.time-plans {
  background: #bbb;
  border-radius: 50px;
  color: #fff;
  font-size: 1.2rem;
  padding: 20px;
}

.time-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.time-wrapper li {
  line-height: 1.7rem;
  margin-bottom: 10px;
}

.end-text {
  border: 1px solid #eee;
  font-size: 2rem;
  margin: 10px auto;
  padding: 20px;
  text-align: center;
  width: 80%;
}

/* ======== * book-list * ======= */

#book-list {
  background: #fff;
  padding: 30px 0;
  z-index: 0;
}

.book-list-wrapper {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.book-item {
  flex-basis: 17%;
  margin: 10px;
}

.product-book-image {
  height: 240px;
  overflow: hidden;
}

.product-book-image img {
  border: 1px solid #eee;
}

.product-book-image:hover {
  opacity: 0.6;
}

/* ======== * header * ======= */

.header {
  background: url(../images/bg.png) repeat #c41e1e;
}

.header h1 {
  line-height: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0;
  width: 90%;
}

/* ======== * footer * ======= */

footer {
  color: #282828;
  line-height: 2.5rem;
  text-align: center;
  padding: 40px 15px;
}

.audiobook {
  font-size: 1.5rem;
  font-weight: 700;
}

/* ======== * price * ======= */

.product-book-price {
  font-size: 0.5rem;
  line-height: normal;
}

.product-book-price div {
  display: block;
}

.price-list {
  font-size: 0.9rem;
}

.price-discount {
  color: #c41e1e;
  font-size: 1.5rem;
  font-weight: 700;
}

/* =======================================================
*
* 	smartphone
*
* ======================================================= */

@media screen and (max-width: 930px) {
  .slim-view {
    display: inline;
  }

  .sns-btn {
    padding: 3% 0 1% 2%;
  }

  .wide-view {
    display: none;
  }

  .container {
    max-width: 100%;
    padding: 0;
  }

  .main-wrapper {
    padding: 0 15px;
  }

  .main-wrapper h2 {
    font-size: 1.2rem;
  }

  .main-wrapper h2 br {
    display: none;
  }

  /* ======== * book-list * ======= */

  .book-item {
    flex-basis: 30%;
    margin: 15px 5px;
  }

  /* ======== * btn * ======= */

  .btn {
    margin: 10px auto;
    max-width: 100%;
  }

  .btn br {
    display: inline;
  }


  /* ======== * footer * ======= */

  footer {
    padding-bottom: 100px;
  }

  .audiobook {
    font-size: 1.2rem;
  }

  /* ======== * time-limit * ======= */

  .time-limit {
    font-size: 1rem;
  }

  .time-limit span {
    font-size: 0.5rem;
  }

  .time-start {
    font-size: 1.2rem;
    padding: 10px 20px;
  }

  .time-end,
  .time-plans {
    font-size: 1rem;
    padding: 10px 20px;
  }

  /* ======== * product * ======= */

  .product-book-image {
    height: 150px;
  }
}

@media (min-width: 500px) and (max-width: 920px) {
  .product-book-image {
    height: 200px;
  }
}

@media screen and (max-width: 320px) {
}