@charset "UTF-8";
/* Box Sizing */
/* line 2, sass/foundation/_base.scss */
footer,
header,
nav,
section,
div,
p,
ul,
li,
a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 16, sass/foundation/_base.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Font */
/* line 22, sass/foundation/_base.scss */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background-color: #eff7f4;
  color: #000;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', YuGothic, '游ゴシック体', 'メイリオ', 'Meiryo', Helvetica, sans-serif;
  font-size: 12px;
  line-break: strict;
  line-height: 1;
  width: auto;
  word-break: normal !important;
  word-wrap: break-word;
}

/* line 36, sass/foundation/_base.scss */
a {
  color: #000;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}

/* line 44, sass/foundation/_base.scss */
span.supText {
  font-size: 75.5%;
  position: relative;
  top: -.1em;
  vertical-align: top;
}

/* line 52, sass/foundation/_base.scss */
p {
  vertical-align: top;
}

/* Image */
/* line 57, sass/foundation/_base.scss */
img {
  -webkit-backface-visibility: hidden;
}

/* line 67, sass/foundation/_base.scss */
section {
  margin-bottom: 40px;
}

/* line 71, sass/foundation/_base.scss */
input, button, textarea, select {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', YuGothic, '游ゴシック体', 'メイリオ', 'Meiryo', Helvetica, sans-serif;
}

/* プレースホルダ */
/* line 4, sass/layout/_header-sp.scss */
.l-nav .l-nav__first .l-nav__first-item-headings::after, .l-nav .l-nav__first .l-nav__first-item:nth-child(-n+4) .l-nav__first-item-headings::after, .l-nav .l-nav__second__top-item::after, .l-nav .l-nav__second__bottom-wrapper .l-nav__second-list-item::after, .c-pager__item.u-top a::after, .c-pager__item.u-end a::after {
  color: #81cc8d;
  content: '\f105';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
}

/* ヘッダー */
/* line 16, sass/layout/_header-sp.scss */
.l-header {
  background-color: #fff;
  height: 55px;
  left: 0;
  padding: 8px 0 13px;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 25;
}

/* line 26, sass/layout/_header-sp.scss */
.l-header > .l-container {
      -ms-flex-align: center;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
          justify-content: space-between;
  width: 95vw;
}

/* line 35, sass/layout/_header-sp.scss */
.l-header__logo {
  margin-left: 1.25vw;
  width: 142px;
}

/* line 40, sass/layout/_header-sp.scss */
.l-header__btn {
      -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2.5vw;
}

/* line 47, sass/layout/_header-sp.scss */
.l-header__btn__search {
  width: 34px;
}

/* line 51, sass/layout/_header-sp.scss */
.l-header__btn__hamburger {
  margin-right: 15px;
  width: 28px;
}

/* line 58, sass/layout/_header-sp.scss */
.l-header__search {
  background-color: #fff;
  position: relative;
  text-align: center;
}

/* line 64, sass/layout/_header-sp.scss */
.l-header__search.u-pc {
  display: none;
}

/* line 70, sass/layout/_header-sp.scss */
.l-header__search__input input {
  border: 1px solid #828787;
  border-radius: 20px;
  font-size: 12px;
  height: 40px;
  line-height: 38px;
  margin: 15px auto 20px;
  padding: 0 15px;
  width: 90vw;
}

/* line 85, sass/layout/_header-sp.scss */
.l-header__search__input .l-header__btn-search {
  background-color: #fff;
  border: 1px solid #828787;
  border-radius: 50%;
  height: 30px;
  position: absolute;
  right: calc(5vw + 5px);
  text-align: center;
  top: 20px;
  width: 30px;
}

/* line 96, sass/layout/_header-sp.scss */
.l-header__search__input .l-header__btn-search.has-value {
  background-color: #81cc8d;
  border: 1px solid #81cc8d;
}

/* line 100, sass/layout/_header-sp.scss */
.l-header__search__input .l-header__btn-search.has-value i {
  color: #fff;
}

/* line 106, sass/layout/_header-sp.scss */
.l-header__search__input .l-header__btn-search i {
  color: #828787;
  font-size: 14px;
  line-height: 30px;
}

/* line 115, sass/layout/_header-sp.scss */
.l-header__search__detail {
  font-size: 12px;
  margin-right: 5vw;
  padding-bottom: 15px;
  text-align: right;
}

/* line 124, sass/layout/_header-sp.scss */
.l-header .l-header__btn-close {
  display: none;
  position: absolute;
  right: 5vw;
  top: 8px;
  width: 34px;
  z-index: 22;
}

/* line 132, sass/layout/_header-sp.scss */
.l-header .l-header__btn-close.is-menu {
  right: calc(5vw + 46px);
}

/* ナビ */
/* line 140, sass/layout/_header-sp.scss */
.l-nav {
  background-color: #fff;
  padding-top: 55px;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 20;
}

/* line 148, sass/layout/_header-sp.scss */
.l-nav__inner {
  height: calc(100vh - 55px);
  overflow-x: scroll;
  width: 100vw;
}

/* line 153, sass/layout/_header-sp.scss */
.l-nav__inner::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}

/* line 160, sass/layout/_header-sp.scss */
.l-nav .l-nav__first {
  margin: 0 auto;
  width: 90.625vw;
}

/* line 166, sass/layout/_header-sp.scss */
.l-nav .l-nav__first .l-nav__first-item-headings {
  border-bottom: 1px solid #828787;
  height: 45px;
  position: relative;
}

/* line 171, sass/layout/_header-sp.scss */
.l-nav .l-nav__first .l-nav__first-item-headings img {
  height: 45px;
  width: 200px;
}

/* line 176, sass/layout/_header-sp.scss */
.l-nav .l-nav__first .l-nav__first-item-headings::after {
  font-size: 14px;
  line-height: 45px;
  right: 1.09375vw;
  top: 0;
}

/* line 190, sass/layout/_header-sp.scss */
.l-nav .l-nav__first .l-nav__first-item:nth-child(-n+4) .l-nav__first-item-headings::after {
  -webkit-transform: rotate(90deg);
  font-size: 14px;
  line-height: 45px;
  right: 1.09375vw;
  top: 0;
          transform: rotate(90deg);
}

/* line 201, sass/layout/_header-sp.scss */
.l-nav .l-nav__first .l-nav__first-item:nth-child(-n+4) .l-nav__first-item-headings.is-open::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* line 216, sass/layout/_header-sp.scss */
.l-nav .l-nav__second {
  display: none;
  width: 91.40625vw;
}

/* line 220, sass/layout/_header-sp.scss */
.l-nav .l-nav__second__top {
  padding: 15px 0 25px;
}

/* line 223, sass/layout/_header-sp.scss */
.l-nav .l-nav__second__top-item {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

/* line 228, sass/layout/_header-sp.scss */
.l-nav .l-nav__second__top-item::after {
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 0;
}

/* line 236, sass/layout/_header-sp.scss */
.l-nav .l-nav__second__top-item:first-child {
  margin-right: 20px;
}

/* line 240, sass/layout/_header-sp.scss */
.l-nav .l-nav__second__top-item.c-childrenbook {
  width: 104px;
}

/* line 244, sass/layout/_header-sp.scss */
.l-nav .l-nav__second__top-item.c-ranking {
  width: 100px;
}

/* line 248, sass/layout/_header-sp.scss */
.l-nav .l-nav__second__top-item.c-reference {
  width: 155px;
}

/* line 252, sass/layout/_header-sp.scss */
.l-nav .l-nav__second__top-item.c-mook {
  width: 130px;
}

/* line 256, sass/layout/_header-sp.scss */
.l-nav .l-nav__second__top-item.c-magazine {
  width: 69px;
}

/* line 265, sass/layout/_header-sp.scss */
.l-nav .l-nav__second__bottom-headings {
  margin-bottom: 15px;
}

/* line 268, sass/layout/_header-sp.scss */
.l-nav .l-nav__second__bottom-headings.c-genre {
  width: 52px;
}

/* line 272, sass/layout/_header-sp.scss */
.l-nav .l-nav__second__bottom-headings.c-target-age {
  width: 58px;
}

/* line 279, sass/layout/_header-sp.scss */
.l-nav .l-nav__second__bottom-wrapper .l-nav__second-list {
  font-size: 12px;
}

/* line 282, sass/layout/_header-sp.scss */
.l-nav .l-nav__second__bottom-wrapper .l-nav__second-list:last-child {
  margin-bottom: 25px;
}

/* line 287, sass/layout/_header-sp.scss */
.l-nav .l-nav__second__bottom-wrapper .l-nav__second-list-item {
  border-bottom: 1px solid #828787;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  position: relative;
}

/* line 294, sass/layout/_header-sp.scss */
.l-nav .l-nav__second__bottom-wrapper .l-nav__second-list-item::after {
  font-size: 14px;
  left: 0;
  top: 0;
}

/* line 1, sass/layout/_footer-sp.scss */
footer {
  background-color: #fff;
  width: 100vw;
}

/* line 6, sass/layout/_footer-sp.scss */
footer .footer__link {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.83;
  padding: 20px 0 30px;
  text-align: center;
}

li.footer__link-list-item.sns {
  margin-top: 10px;
  width: 40px;
  height: 40px;
  display: inline-block;
}

/* line 14, sass/layout/_footer-sp.scss */
footer .footer__copyright {
  background-color: #eff7f4;
  font-size: 12px;
  height: 50px;
  text-align: center;
}

/* line 20, sass/layout/_footer-sp.scss */
footer .footer__copyright-text {
  line-height: 50px;
}

/* line 1, sass/layout/_main-sp.scss */
.l-container {
  margin: 0 auto;
  position: relative;
  width: 95vw;
}

/* line 6, sass/layout/_main-sp.scss */
.l-container.l-section {
  background-color: #fff;
  padding: 7.5vw 5vw;
}

/* line 13, sass/layout/_main-sp.scss */
#l-overlay {
  background: rgba(255, 255, 255, 0);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10;
}

/* line 23, sass/layout/_main-sp.scss */
#l-overlay.u-odal-open {
  z-index: 30;
}

/* line 28, sass/layout/_main-sp.scss */
#l-overlay--modal {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
}

/* line 39, sass/layout/_main-sp.scss */
#l-btn--close {
  display: none;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 30;
}

/* line 46, sass/layout/_main-sp.scss */
#l-btn--close img {
  height: 20px;
  width: 20px;
}

/* line 51, sass/layout/_main-sp.scss */
#l-btn--close:hover {
  cursor: pointer;
}

/* line 56, sass/layout/_main-sp.scss */
.l-modal {
  display: none;
  position: absolute;
  z-index: 40;
}

/* スライダー */
/* line 2, sass/component/_parts-sp.scss */
.slide-arrow {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 16.5625vw;
          transform: translateY(-50%);
  z-index: 2;
}

/* line 10, sass/component/_parts-sp.scss */
.prev-arrow {
  height: 6.25vw;
  left: -3.9375vw;
  width: 6.25vw;
}

/* line 17, sass/component/_parts-sp.scss */
.next-arrow {
  height: 6.25vw;
  right: -3.9375vw;
  width: 6.25vw;
}

/* ページャー */
/* line 24, sass/component/_parts-sp.scss */
.c-pager {
      -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}

/* line 28, sass/component/_parts-sp.scss */
.c-pager__list {
      -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 34, sass/component/_parts-sp.scss */
.c-pager__item {
  background-color: #fff;
  border: 2px solid #81cc8d;
  border-radius: 6px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 28px;
  margin-right: 15px;
  position: relative;
  text-align: center;
  width: auto;
  min-width: 28px;
}

/* line 47, sass/component/_parts-sp.scss */
.c-pager__item span {
  display: inline-block;
  height: 100%;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 100%;
}

/* line 57, sass/component/_parts-sp.scss */
.c-pager__item a {
  color: #81cc8d;
  height: 24px;
  margin: 0 auto;
  width: auto;
}

/* line 64, sass/component/_parts-sp.scss */
.c-pager__item.u-current {
  background-color: #81cc8d;
  color: #fff;
}

/* line 68, sass/component/_parts-sp.scss */
.c-pager__item.u-current a {
  color: #fff;
}

/* line 75, sass/component/_parts-sp.scss */
.c-pager__item.u-top {
  background-color: #eff7f4;
  border: 2px solid #eff7f4;
}

/* line 82, sass/component/_parts-sp.scss */
.c-pager__item.u-top a::after {
  content: '\f100' !important;
  left: 4px;
  top: 4px;
}

/* line 92, sass/component/_parts-sp.scss */
.c-pager__item.u-previous {
  display: none;
}

/* line 96, sass/component/_parts-sp.scss */
.c-pager__item.u-end {
  background-color: transparent;
  border: #eff7f4;
}

/* line 102, sass/component/_parts-sp.scss */
.c-pager__item.u-end a::after {
  content: '\f101' !important;
  left: 4px;
  top: 4px;
}

/* line 113, sass/component/_parts-sp.scss */
.c-pager__item.u-next {
  display: none;
}

/* line 1, sass/component/_headings-sp.scss */
h1 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

/* line 6, sass/component/_headings-sp.scss */
h1 img {
  height: 18px;
  width: auto;
}

/* line 13, sass/component/_headings-sp.scss */
h2 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

/* line 18, sass/component/_headings-sp.scss */
h2 img {
  height: 16px;
  width: auto;
}

/* line 23, sass/component/_headings-sp.scss */
h2 span {
  font-size: 10px;
}

/* line 29, sass/component/_headings-sp.scss */
h3 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

/* line 34, sass/component/_headings-sp.scss */
h3 img {
  height: 16px;
  width: auto;
}

/* line 42, sass/component/_headings-sp.scss */
h4 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

/* line 48, sass/component/_headings-sp.scss */
p {
  color: #000;
  font-size: 14px;
  line-height: 25px;
}

/* line 54, sass/component/_headings-sp.scss */
.c-caption {
  color: #000;
  font-size: 12px;
  line-height: 14px;
}

/* line 60, sass/component/_headings-sp.scss */
.c-credit {
  color: #000;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
}

/* チェックボックス --------------------------------------------------------------------- */
/* line 2, sass/component/_input-sp.scss */
.c-checkbox {
  color: #000;
  display: inline-block;
  height: auto;
  min-height: 34px;
  position: relative;
}

/* line 9, sass/component/_input-sp.scss */
.c-checkbox label {
      -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  left: 20px;
  line-height: 20px;
  margin-left: 25px;
  padding-bottom: 2px;
  padding-top: 6px;
  text-align: left;
  z-index: 5;
}

/* line 23, sass/component/_input-sp.scss */
.c-checkbox input {
  background-image: url("../img/bg__checkbox__off.png");
  height: 20px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 20px;
  z-index: 2;
}

/* line 33, sass/component/_input-sp.scss */
.c-checkbox input:checked + .c-checkbox__icon {
  background-image: url("../img/bg__checkbox__on.png");
}

/* line 37, sass/component/_input-sp.scss */
.c-checkbox input:focus + .c-checkbox__icon {
  -webkit-box-shadow: 0 0 8px #48a1e3;
  border-radius: 4px;
          box-shadow: 0 0 8px #48a1e3;
}

/* line 44, sass/component/_input-sp.scss */
.c-checkbox__icon {
  background-image: url("../img/bg__checkbox__off.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 20px;
}

/* セレクトボックス --------------------------------------------------------------------- */
/* line 57, sass/component/_input-sp.scss */
.c-selectbox {
  display: inline-block;
  font-size: 0;
  height: 32px;
  vertical-align: top;
}

/* line 64, sass/component/_input-sp.scss */
.c-selectbox label {
  color: #000;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  margin-right: 5px;
}

/* line 72, sass/component/_input-sp.scss */
.c-selectbox select {
  background-color: #fff;
  background-image: url("../img/icon__select-arrow.png");
  background-position: right 5px top 11px;
  background-repeat: no-repeat;
  border: 2px solid #bababa;
  border-radius: 4px;
  color: #000;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  padding: 0 30px 0 5px;
  vertical-align: top;
}

/* line 86, sass/component/_input-sp.scss */
.c-selectbox select::-ms-expand {
  display: none;
}

/* line 90, sass/component/_input-sp.scss */
.c-selectbox select:hover {
  cursor: pointer;
}

/* line 94, sass/component/_input-sp.scss */
.c-selectbox select:disabled {
  background-color: rgba(186, 186, 186, 0.5);
  background-image: url("../img/icon__select-arrow-disabled.png");
  color: #505050;
  pointer-events: none;
}

/* line 102, sass/component/_input-sp.scss */
.c-selectbox select:focus {
  -webkit-box-shadow: 0 0 4px #48a1e3;
          box-shadow: 0 0 4px #48a1e3;
}

/* インプット --------------------------------------------------------------------- */
/* line 111, sass/component/_input-sp.scss */
.c-input {
  display: inline-block;
  font-size: 0;
  height: 32px;
  vertical-align: top;
}

/* line 117, sass/component/_input-sp.scss */
.c-input label {
  font-size: 14px;
  line-height: 32px;
}

/* line 122, sass/component/_input-sp.scss */
.c-input input {
  border: 2px solid #bababa;
  border-radius: 4px;
  font-size: 14px;
  height: 32px;
  padding: 5px;
  vertical-align: top;
}

/* line 130, sass/component/_input-sp.scss */
.c-input input:focus {
  -webkit-box-shadow: 0 0 4px #48a1e3;
          box-shadow: 0 0 4px #48a1e3;
}

/* トップへ戻るボタン */
/* line 2, sass/component/_button-sp.scss */
.c-pagetop {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 50%;
  bottom: 30px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 30px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 30px;
  z-index: 10;
}

/* line 15, sass/component/_button-sp.scss */
.c-pagetop i {
  color: #000;
  font-size: 28px;
  line-height: 30px;
}

/* line 25, sass/component/_button-sp.scss */
.c-button--active {
  background-color: #81cc8d;
  border-radius: 4px;
  color: #fff;
}

/* line 33, sass/component/_button-sp.scss */
.c-button--buy {
  background-color: #f0be5a;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}

/* line 41, sass/component/_button-sp.scss */
.c-button--sub1 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 18px;
  color: #000;
  font-size: 12px;
}

/* line 50, sass/component/_button-sp.scss */
.c-button--sub2 {
  background-color: #fff;
  border: 1px solid #81cc8d;
  border-radius: 4px;
  color: #81cc8d;
}

/* line 58, sass/component/_button-sp.scss */
.c-icon--ebook {
  background-color: #bababa;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  width: 85px;
}

/* line 71, sass/component/_button-sp.scss */
.c-icon--dvd {
  border: 1px solid #4bb65c;
  border-radius: 4px;
  color: #4bb65c;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 18px;
  text-align: center;
  width: 70px;
}
.c-icon--dvd.mp3 {
  width: 130px;
}
/* line 86, sass/component/_button-sp.scss */
.c-label, .c-label--circle {
      -ms-flex-align: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
          align-items: center;
  background-color: #fff;
  border: 2px solid #4bb65c;
  border-radius: 4px;
  color: #4bb65c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  font-weight: bold;
  height: 30px;
          justify-content: center;
  padding: 0 10px;
  text-align: center;
}

/* line 102, sass/component/_button-sp.scss */
.c-label--circle {
  border-radius: 50%;
  line-height: 30px;
  padding: 0;
  width: 30px;
}

/* line 112, sass/component/_button-sp.scss */
.c-btn-share {
  text-align: center;
}

/* line 115, sass/component/_button-sp.scss */
.c-btn-share-item {
  display: inline-block;
  margin-right: 15px;
  width: 40px;
}

/* line 120, sass/component/_button-sp.scss */
.c-btn-share-item:last-child {
  margin-right: 0;
}

/* line 124, sass/component/_button-sp.scss */
.c-btn-share-item a {
  width: 100%;
}

/* line 127, sass/component/_button-sp.scss */
.c-btn-share-item a img {
  width: 40px;
}

/* line 4, sass/component/_section-sp.scss */
.l-nav .l-nav__first .l-nav__first-item-headings::after, .l-nav .l-nav__first .l-nav__first-item:nth-child(-n+4) .l-nav__first-item-headings::after, .l-nav .l-nav__second__top-item::after, .l-nav .l-nav__second__bottom-wrapper .l-nav__second-list-item::after, .c-pager__item.u-top a::after, .c-pager__item.u-end a::after {
  color: #81cc8d;
  content: '\f105';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
}

/* line 15, sass/component/_section-sp.scss */
.c-book-button .c-button--sub1, .c-event-button .c-button--sub1, .c-recommend-article-button .c-button--sub1 {
  height: 36px;
  width: 140px;
}

/* line 23, sass/component/_section-sp.scss */
section {
  margin-bottom: 20px;
}

/* line 26, sass/component/_section-sp.scss */
section h2 {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

/* line 35, sass/component/_section-sp.scss */
.c-mv {
  height: 48.75vw;
  margin-bottom: 0;
  margin-top: 55px;
  overflow: hidden;
  width: 100vw;
}

/* line 42, sass/component/_section-sp.scss */
.c-mv-slider {
  height: 41.25vw;
  margin: 0  auto;
  width: 90vw;
}

/* line 47, sass/component/_section-sp.scss */
.c-mv-slider-item {
  width: 90vw;
}

/* line 52, sass/component/_section-sp.scss */
.c-mv .slick-slide {
  -webkit-transition: .5s;
  opacity: .5;
  transition: .5s;
}

/* line 57, sass/component/_section-sp.scss */
.c-mv .slick-current {
  opacity: 1;
}

/* line 61, sass/component/_section-sp.scss */
.c-mv .slide-dots {
  font-size: 0;
  height: 5vw;
  padding-top: 2.5vw;
  position: relative;
  text-align: center;
  width: 90vw;
}

/* line 69, sass/component/_section-sp.scss */
.c-mv .slide-dots ul {
  position: absolute;
  top: 0;
}

/* line 74, sass/component/_section-sp.scss */
.c-mv .slide-dots li {
  display: inline-block;
  height: 1.25vw;
  margin: 0 1.875vw;
  position: relative;
  width: 1.25vw;
}

/* line 81, sass/component/_section-sp.scss */
.c-mv .slide-dots li button {
  height: 1.25vw;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.25vw;
}

/* line 88, sass/component/_section-sp.scss */
.c-mv .slide-dots li button:hover {
  cursor: pointer;
}

/* line 92, sass/component/_section-sp.scss */
.c-mv .slide-dots li button::before {
  background-color: #d0d9d9;
  border-radius: .625vw;
  content: '';
  display: block;
  height: 1.25vw;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.25vw;
}

/* line 108, sass/component/_section-sp.scss */
.c-mv .slide-dots li.slick-active button::before, .c-mv .slide-dots li:hover button::before {
  background-color: #262626;
}

/* line 118, sass/component/_section-sp.scss */
.c-book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 121, sass/component/_section-sp.scss */
.c-book > .l-container {
  background-color: #fff;
  padding: 7.5vw 2.1875vw;
}

/* line 126, sass/component/_section-sp.scss */
.c-book h2 {
  margin-left: 2.8125vw;
  margin-right: 2.8125vw;
}

/* line 132, sass/component/_section-sp.scss */
.c-book .c-book-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 85vw;
}

/* line 139, sass/component/_section-sp.scss */
.c-book .c-book-item {
  margin-bottom: 24px;
  margin-right: 6.25vw;
  width: 39.375vw;
}

/* line 144, sass/component/_section-sp.scss */
.c-book .c-book-item:nth-child(2n) {
  margin-left: 0;
  margin-right: 0;
}

/* line 149, sass/component/_section-sp.scss */
.c-book .c-book-item:nth-child(2n+1) {
  margin-left: 0;
}

/* line 153, sass/component/_section-sp.scss */
.c-book .c-book-item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

/* line 160, sass/component/_section-sp.scss */
.c-book .c-book-list.c-book-slider {
  margin: 0 auto 24px;
  width: 91.25vw;
}

/* line 164, sass/component/_section-sp.scss */
.c-book .c-book-list.c-book-slider .c-book-item {
  margin: 0 10px;
  position: relative;
  width: 45.625vw;
}

/* line 169, sass/component/_section-sp.scss */
.c-book .c-book-list.c-book-slider .c-book-item a {
  display: block;
  min-height: 190px;
}

/* line 178, sass/component/_section-sp.scss */
.c-book-image {
  height: 33.125vw;
  margin: 3.125vw;
  margin-top: 0;
  position: relative;
}

/* line 184, sass/component/_section-sp.scss */
.c-book-image img {
  -webkit-transform: translate(-50%, -50%);
  border: 1px solid #bababa;
  height: auto;
  left: 50%;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
          transform: translate(-50%, -50%);
  width: auto;
}

/* line 199, sass/component/_section-sp.scss */
.c-book-subtitle {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}

/* line 205, sass/component/_section-sp.scss */
.c-book-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
}

/* line 211, sass/component/_section-sp.scss */
.c-book-author {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}

/* line 217, sass/component/_section-sp.scss */
.c-book-releasedate {
  font-size: 10px;
  line-height: 18px;
  margin-bottom: 10px;
}

/* line 223, sass/component/_section-sp.scss */
.c-book-button {
  text-align: center;
}

/* line 231, sass/component/_section-sp.scss */
.c-book .c-icon--ebook {
  margin: 0 auto;
}

/* line 242, sass/component/_section-sp.scss */
.c-keyword > .l-container {
  padding-bottom: calc(7.5vw - 8px);
}

/* line 252, sass/component/_section-sp.scss */
.c-keyword-list {
  font-size: 0;
}

/* line 255, sass/component/_section-sp.scss */
.c-keyword-list-item {
  border: 1px solid #000;
  border-radius: 4px;
  color: #000;
  display: inline-block;
  font-size: 12px;
  height: 28px;
  line-height: 26px;
  margin: 0 8px 8px 0;
  padding: 0 5px 0 25px;
  position: relative;
}

/* line 267, sass/component/_section-sp.scss */
.c-keyword-list-item a {
  color: #000;
  display: block;
  height: 100%;
  width: 100%;
}

/* line 274, sass/component/_section-sp.scss */
.c-keyword-list-item::before {
  content: '\f02b';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  left: 10px;
  position: absolute;
  top: 2px;
}

/* line 304, sass/component/_section-sp.scss */
.c-event h4 {
  margin-bottom: 10px;
}

/* line 308, sass/component/_section-sp.scss */
.c-event-button {
  margin-top: 24px;
  text-align: center;
}

/* line 318, sass/component/_section-sp.scss */
.c-event a {
  left: 0;
  position: absolute;
  top: 0;
}

/* line 326, sass/component/_section-sp.scss */
.c-event-list-item {
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

/* line 333, sass/component/_section-sp.scss */
.c-event-list-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 340, sass/component/_section-sp.scss */
.c-event-list-image {
  margin-right: 2.5vw;
}

/* line 343, sass/component/_section-sp.scss */
.c-event-list-image img {
  width: 20vw;
  border: 1px solid #CCC;
}

/* line 349, sass/component/_section-sp.scss */
.c-event-list-text {
  width: 62.5vw;
}

/* line 353, sass/component/_section-sp.scss */
.c-event-list-date {
  font-size: 12px;
  line-height: 1.5;
}

/* line 358, sass/component/_section-sp.scss */
.c-event-list-caption {
  font-size: 12px;
  line-height: 1.5;
}

/* line 364, sass/component/_section-sp.scss */
.c-event-list + .c-event-button {
  margin: 24px auto;
}

/* line 371, sass/component/_section-sp.scss */
.c-event-notice-list-item {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

/* line 377, sass/component/_section-sp.scss */
.c-event-notice-list-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 383, sass/component/_section-sp.scss */
.c-event-notice-list-item.u-warning {
  border-bottom: 1px solid #828787;
}

/* line 389, sass/component/_section-sp.scss */
.c-event-notice-list-date {
  font-size: 12px;
  line-height: 18px;
}

/* line 394, sass/component/_section-sp.scss */
.c-event-notice-list-caption {
  font-size: 12px;
  line-height: 18px;
}

/* line 404, sass/component/_section-sp.scss */
.c-banner {
  margin-bottom: 40px;
}

/* line 407, sass/component/_section-sp.scss */
.c-banner-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

/* line 411, sass/component/_section-sp.scss */
.c-banner-list-item {
  margin-bottom: 8px;
  margin-right: 2.5vw;
  width: 46.25vw;
}

/* line 416, sass/component/_section-sp.scss */
.c-banner-list-item:nth-child(2n) {
  margin-right: 0;
}

/* line 420, sass/component/_section-sp.scss */
.c-banner-list-item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

/* line 425, sass/component/_section-sp.scss */
.c-banner-list-item img {
  border: 1px solid #bababa;
}

/* line 434, sass/component/_section-sp.scss */
.c-pagetitle {
  margin-bottom: 10px;
  padding-top: 75px;
}

/* line 438, sass/component/_section-sp.scss */
.c-pagetitle > .l-container {
      -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}

/* line 452, sass/component/_section-sp.scss */
.c-pagetitle__genre-link a {
  font-size: 12px;
  height: 22px;
}

/* line 457, sass/component/_section-sp.scss */
.c-pagetitle__genre-link img {
  width: 75px;
}

/* line 462, sass/component/_section-sp.scss */
.c-pagetitle__genre-link i {
  color: #81cc8d;
}

/* line 471, sass/component/_section-sp.scss */
.c-btn-select {
  background-color: #81cc8d;
  border-radius: 8px;
  font-size: 14px;
  height: 48px;
  margin: 0 auto;
  text-align: center;
  width: 95vw;
}

/* line 480, sass/component/_section-sp.scss */
.c-btn-select img {
  height: 14px;
  margin-top: 17px;
  padding-left: 20px;
  width: auto;
}

/* line 487, sass/component/_section-sp.scss */
.c-btn-select span {
  height: 14px;
  position: relative;
}

/* line 491, sass/component/_section-sp.scss */
.c-btn-select span::after {
  -webkit-transform: rotate(90deg);
  color: #fff;
  content: '\f105';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: bold;
  left: 0;
  position: absolute;
  top: 0;
          transform: rotate(90deg);
}

/* line 508, sass/component/_section-sp.scss */
.c-btn-select.is-open span::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* line 519, sass/component/_section-sp.scss */
.c-polular-series {
  font-size: 0;
}

/* line 533, sass/component/_section-sp.scss */
.c-polular-series-list {
      -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
}

/* line 540, sass/component/_section-sp.scss */
.c-polular-series-item {
  color: #000;
  display: list-item;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  list-style: disc;
  margin-bottom: 8px;
  margin-left: 1em;
  width: 100%;
}

/* line 551, sass/component/_section-sp.scss */
.c-polular-series-item:last-child {
  margin-bottom: 0;
}

/* line 560, sass/component/_section-sp.scss */
.c-button {
  text-align: center;
}

/* line 563, sass/component/_section-sp.scss */
.c-button .c-button--sub1 {
  display: block;
  height: 36px;
  margin: 0 auto 15px;
  width: 180px;
}

/* line 587, sass/component/_section-sp.scss */
.c-recommend-article-list {
  margin-bottom: 20px;
}

/* line 591, sass/component/_section-sp.scss */
.c-recommend-article-item {
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  position: relative;
  width: 100%;
}

/* line 598, sass/component/_section-sp.scss */
.c-recommend-article-item:first-child {
  padding-top: 0;
}

/* line 602, sass/component/_section-sp.scss */
.c-recommend-article-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/* line 607, sass/component/_section-sp.scss */
.c-recommend-article-item a {
  left: 0;
  position: absolute;
  top: 0;
}

/* line 614, sass/component/_section-sp.scss */
.c-recommend-article-image {
  margin-right: 2.5vw;
  width: 20vw;
  height: 20vw;
  overflow: hidden;
  border: 1px solid #CCC;
  box-sizing: border-box;
  flex-shrink: 0;
}

/* line 617, sass/component/_section-sp.scss */
.c-recommend-article-image img {
  width: 20vw;
}

/* line 623, sass/component/_section-sp.scss */
.c-recommend-article-caption {
  font-size: 12px;
  line-height: 18px;
}

/* line 628, sass/component/_section-sp.scss */
.c-recommend-article-button {
  text-align: center;
}

/* line 651, sass/component/_section-sp.scss */
.c-special__banner-list {
      -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  margin-bottom: 30px;
}

/* line 658, sass/component/_section-sp.scss */
.c-special__banner-list-item {
  margin-bottom: 10px;
  margin-right: 2.5vw;
  width: 41.25vw;
}

/* line 663, sass/component/_section-sp.scss */
.c-special__banner-list-item img {
  border: 1px solid #bababa;
  width: 100%;
}

/* line 668, sass/component/_section-sp.scss */
.c-special__banner-list-item:nth-child(2n) {
  margin-right: 0;
}

/* line 672, sass/component/_section-sp.scss */
.c-special__banner-list-item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

/* line 682, sass/component/_section-sp.scss */
.c-special__issue-item {
  color: #000;
  display: list-item;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  list-style: disc;
  margin-bottom: 8px;
  margin-left: 1em;
}

/* line 692, sass/component/_section-sp.scss */
.c-special__issue-item:last-child {
  margin-bottom: 0;
}

/* line 700, sass/component/_section-sp.scss */
.c-related-site {
  color: #000;
  margin-bottom: 40px;
}

/* line 715, sass/component/_section-sp.scss */
.c-related-site-item {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

/* line 721, sass/component/_section-sp.scss */
.c-related-site-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding: 0;
}

/* line 729, sass/component/_section-sp.scss */
.c-related-site-sitename {
  -webkit-text-decoration-color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 6px;
  padding-left: 14px;
  position: relative;
          text-decoration-color: #fff;
}

/* line 739, sass/component/_section-sp.scss */
.c-related-site-sitename::after {
  content: '●';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

/* line 749, sass/component/_section-sp.scss */
.c-related-site-caption {
  font-size: 12px;
  line-height: 18px;
}

/* line 759, sass/component/_section-sp.scss */
.c-free-item {
  border-bottom: 1px solid #dcdcdc;
  color: #000;
  font-size: 15px;
  line-height: 25px;
  padding: 20px 0;
}

/* line 766, sass/component/_section-sp.scss */
.c-free-item:first-child {
  padding-top: 0;
}

/* line 770, sass/component/_section-sp.scss */
.c-free-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.c-free-item a {
    display: inline;
    color: #1ea1f2;
    font-weight: bold;
}

.c-free-item a:hover {
  border-bottom: 1px solid #1ea1f2;
}

.c-free-item b,.c-free-item strong,.c-free-item .bold{
  font-weight: bold;
}

.c-free-item i,.c-free-item em,.c-free-item .italic {
  font-style: italic;
}

/* line 782, sass/component/_section-sp.scss */
.c-index .c-free-text {
  color: #000;
  font-size: 15px;
  line-height: 25px;
}
@media only screen and (max-width: 768px) {
  /* line 62, sass/foundation/_base.scss */
  img {
    width: 100%;
  }
}
