@charset "UTF-8";
/* ------------------------------------
メインヴィジュアル
------------------------------------ */
#mv {
  background: #000;
}
#mv .swiper-pagination .swiper-pagination-bullet {
  background: #444;
  opacity: 1;
}
#mv .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 0.8;
}
#mv .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff661;
}
#mv .swiper-button-box {
  position: absolute;
  top: 182px;
}
#mv .swiper-button-box .swiper-button-next:hover,
#mv .swiper-button-box .swiper-button-prev:hover {
  opacity: 0.8;
}
#mv .swiper-button-box .swiper-button-next {
  background-image: url(../images/common/slider_next.png);
  background-repeat: no-repeat;
}
#mv .swiper-button-box .swiper-button-prev {
  background-image: url(../images/common/slider_prev.png);
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #mv .swiper-container {
    width: 100%;
    max-width: 840px !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }
  #mv .swiper-container img {
    width: 100%;
    height: 45.333vw;
    max-height: 340px;
  }
  #mv .swiper-pagination {
    bottom: 5px;
  }
  #mv .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin: 0 3px;
  }
  #mv .swiper-button-box {
    width: 100%;
  }
  #mv .swiper-button-box .swiper-button-next,
#mv .swiper-button-box .swiper-button-prev {
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
  }
  #mv .swiper-button-box .swiper-button-next {
    right: -30px;
  }
  #mv .swiper-button-box .swiper-button-prev {
    left: -30px;
  }
}
@media screen and (min-width: 769px) {
  #mv .mv-inner {
    padding: 0 40px;
  }
  #mv .swiper-slide-next img,
#mv .swiper-slide-prev img {
    opacity: 0.3;
  }
  #mv .swiper-container {
    width: 100%;
    max-width: 840px !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }
  #mv .swiper-container img {
    width: 100%;
    height: 380px;
  }
  #mv .swiper-pagination {
    bottom: 15px;
  }
  #mv .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
  }
  #mv .swiper-button-box {
    width: 100%;
  }
  #mv .swiper-button-box .swiper-button-next,
#mv .swiper-button-box .swiper-button-prev {
    background-size: 60px 60px;
    width: 60px;
    height: 60px;
  }
  #mv .swiper-button-box .swiper-button-next {
    right: -30px;
  }
  #mv .swiper-button-box .swiper-button-prev {
    left: -30px;
  }
}
/* ------------------------------------
雑誌・定期刊行物
------------------------------------ */
#magazine > .row {
  display: flex;
  justify-content: flex-start;
}
#magazine .item .item-img {
  position: relative;
}
#magazine .item .item-img:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #d7ece1;
  width: 100%;
  height: 100%;
}
#magazine .item .item-name {
  color: #272727;
}
#magazine .item .item-num {
  color: #9d9d9d;
}

@media screen and (max-width: 768px) {
  #magazine .section-ttl {
    margin-bottom: 14px;
  }
  #magazine .item {
    width: 33.333%;
    max-width: 229px;
  }
  #magazine .item:nth-child(n+2) {
    margin-left: 18px;
  }
  #magazine .item .item-img:after {
    display: none;
  }
  #magazine .item figcaption {
    max-width: 215px;
  }
  #magazine .item .item-name {
    font-size: calc(1.6rem - 0.4rem);
    line-height: 1.5;
    margin-top: 6px;
  }
  #magazine .item .item-num {
    font-size: calc(1.2rem - 0.2rem);
    line-height: 2;
  }
}
@media screen and (min-width: 769px) {
  #magazine .section-ttl {
    margin-bottom: 42px;
  }
  #magazine .row {
    padding-right: 2.25%;
  }
  #magazine .item {
    width: 33.333%;
    max-width: 210px;
    margin-right: 9.7%;
  }
  #magazine .item:last-child {
    margin-right: 0;
  }
  #magazine .item .item-img:after {
    top: -6.04%;
    right: -8.57%;
  }
  #magazine .item figcaption {
    max-width: 215px;
  }
  #magazine .item .item-name {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 15px;
  }
  #magazine .item .item-num {
    font-size: 1.2rem;
    line-height: 2;
  }
}
/* ------------------------------------
新刊のご案内
------------------------------------ */
#newbook .newbook-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
#newbook .newbook-list li {
  margin: 0 1% 20px;
}
#newbook .bnr {
  display: block;
}
#newbook .bnr img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #newbook {
    margin-top: 17px;
  }
  #newbook .section-ttl {
    margin-bottom: 15px;
  }
  #newbook .newbook-list {
    justify-content: space-between;
  }
  #newbook .newbook-list li {
    width: calc(30.333% - 1%);
  }
  #newbook .bnr {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #newbook .newbook-list li {
    width: calc(18.333333% - 1%);
  }
}
@media screen and (min-width: 769px) {
  #newbook {
    margin-top: 20px;
  }
  #newbook .section-ttl {
    margin-bottom: 26px;
  }
  #newbook .newbook-list li {
    width: calc(19% - 1%);
  }
  #newbook .bnr {
    margin-top: 60px;
  }
}
/* ------------------------------------
お知らせ
------------------------------------ */
#news .entry-wrap .entry-list li {
  border-bottom: 1px solid #ebebeb;
}
#news .entry-wrap .entry-list li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  #news {
    margin-top: 40px;
  }
  #news .entry-wrap .entry-list li {
    line-height: 1.2;
    padding: 1em 0;
  }
  #news .bnr-row {
    margin-top: 10px;
  }
  #news .bnr-row .bnr-item a {
    max-width: 195px;
  }
}
@media screen and (min-width: 769px) {
  #news {
    margin-top: 83px;
  }
  #news .section-ttl {
    margin-bottom: 12px;
  }
  #news .entry-wrap .entry-list li {
    line-height: 3.125;
  }
  #news .bnr-row {
    margin-top: 37px;
  }
  #news .bnr-row .bnr-item:nth-child(n+2) {
    margin-left: 25px;
  }
  #news .bnr-row .bnr-item a {
    max-width: 250px;
  }
}
/* ------------------------------------
書店様へ
------------------------------------ */
@media screen and (max-width: 768px) {
  #bookstore {
    margin-top: 40px;
  }
  #bookstore .section-ttl {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  #bookstore {
    margin-top: 79px;
  }
  #bookstore .section-ttl {
    margin-bottom: 30px;
  }
}