@charset "utf-8";

/* 共通 */
body {
  background: #fff;
  color: #1b1b1b;
  font: 16px/1.6 "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", sans-serif, "メイリオ", Meiryo, " ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  letter-spacing: 0.05rem;
}

.pc-none {
  display: none;
}

.text-link {
  color: #7f0000;
  text-decoration: underline;
}

.wrapper,
.nav-wrapper,
.pages-wrapper {
  margin: 0 auto;
  max-width: 1200px;
}

.logo,
.online a,
.section-title {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.logo a {
  background: url("../img/logo.gif") no-repeat;
  background-size: cover;
  display: block;
}

.sns {
  display: flex;
  justify-content: center;
}

.pages-list-title-container {
  border-bottom: 2px solid #696969;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}

.pages-list-title {
  border-left: 4px solid #7f0000;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 1rem;
}

.pages-list-wrapper {
  margin-bottom: 3.5rem;
  padding: 0 1.5rem;
}

.tag {
  display: flex;
  flex-wrap: wrap;
}

.tag li {
  margin: 0 0.5rem 0.5rem 0;
}

.tag .each-tag {
  background: #7f7f00;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.3rem 1rem;
  border-radius: 4px;
  color: #fff;
  display: block;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
input[type="submit"],
input[type="checkbox"],
input[type="radio"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
}

/* ヘッダー */
.header-container {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}

.header .logo a {
  height: 48px;
  width: 282px;
}

.header-right-container {
  align-items: center;
  display: flex;
  justify-content: center;
}

.search {
  margin-right: 8px;
  position: relative;
}

.search-box {
  background: #fff;
  border: 1px solid #696969;
  padding: 10px 48px 11px 16px;
}

.search-box:placeholder-shown {
  color: #696969;
}

.search-box:-ms-input-placeholder {
  color: #696969;
}

.search-btn {
  background: #7f0000;
  border-radius: 4px;
  height: 38px;
  padding: 8px 9px 10px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 38px;
}

.contact-btn {
  background: #7f0000;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 13px 3rem 13px 1rem;
  position: relative;
}

.contact-btn2 {
  background: #7f0000;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 13px 3rem 13px 1rem;
  position: relative;
  width:180px;
}

.contact-btn:after {
  background: url("../img/contact-icon.png") no-repeat;
  background-size: cover;
  bottom: 16px;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 16px;
  width: 24px;
}

.contact-btn2:after {
  background: url("../img/contact-icon.png") no-repeat;
  background-size: cover;
  bottom: 16px;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 16px;
  width: 24px;
}

/* グローバルナビ */
.sp-nav {
  display: none;
}

.nav {
  background: #7f0000;
}

.g-nav {
  display: flex;
}

.g-nav li {
  background: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  width: calc(100% / 7);
}

.g-nav li.new {
  flex-basis: 13%;
}

.g-nav li.dropdown {
  flex-grow: 1;
}

.g-nav li a,
.g-nav li.dropdown span {
  background: #7f0000;
  display: block;
  color: #fff;
  padding: 1rem;
}

.g-nav li a.non-publish {
  background: #fff;
  border-top: 2px solid #7f0000;
  padding: 0.875rem 0;
  border-bottom: 2px solid #7f0000;
  color: #7f0000;
  border-left: 2px solid #7f0000;
}

.g-nav li a.bookmark {
  font-size: 1rem;
  line-height: 1.25;
  padding: 0.65rem;
}

/*.g-nav li a.g-nav-print {
  padding: 1rem 0;
}
.g-nav li a.non-publish {
  background: #7f7f00;
}*/
/* トップメイン */
.section {
  margin-bottom: 2.5rem;
}

.section-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.section-title {
  background-size: cover;
  margin: 2.5rem 0 2rem;
}

#new-book .section-title {
  background-image: url("../img/newbook-title.gif");
  height: 28px;
  width: 60px;
}

#coming-book .section-title {
  background-image: url("../img/comingbook-title.gif");
  height: 28px;
  width: 193px;
}

#info .section-title {
  background-image: url("../img/information-title.gif");
  height: 28px;
  width: 110px;
  margin-top: 0;
}

#series .section-title {
  background-image: url("../img/series-title.gif");
  height: 30px;
  width: 108px;
}

#twitter .section-title {
  background-image: url("../img/twitter-title.gif");
  height: 24px;
  width: 106px;
}

/* .each-index {
  color: #7f0000;
  font-size: .875rem;
  font-weight: bold;
  text-decoration: underline;
} */

/* .sp-each-index {
  display: none;
} */

.present {
  color: #7f0000;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.present span {
  background: #7f0000;
  color: #fff;
  display: inline-block;
  padding: 0 0.5rem;
  margin-right: 1rem;
}

.cmn-btn.sp-each-index {
  display: block;
  margin-top: 1rem;
}

.slider-container {
  opacity: 0;
  transition: 0.3s;
  position: relative;
}

.slider-container.initialized {
  opacity: 1;
}

.top-slider.slick-dotted.slick-slider {
  margin: 0 0 5rem;
}

.top-slider .slick-dots {
  bottom: -30px;
}

.top-slider .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(50%);
  -moz-filter: opacity(50%);
  -o-filter: opacity(50%);
  -ms-filter: opacity(50%);
  filter: opacity(50%);
  transition: 0.2s linear;
}

@media screen and (min-width: 1200px) {
  .top-slider .slider-area {
    overflow: hidden;
  }

  .top-slider .slick-slide {
    max-width: 1200px;
    width: 100%;
  }

  .top-slider .slick-current {
    max-width: 1200px;
    width: 100%;
    margin: auto;
  }
}

.top-each img {
  height: auto;
  width: 100%;
}

.slide-arrow {
  background: rgba(27, 27, 27, 0.8);
  margin-top: -28px;
  /* 高さの半分だけネガティブマージン */
  cursor: pointer;
  top: 50%;
  position: absolute;
  z-index: 10;
  /* 重要 */
}

.prev-arrow {
  padding: 16px 24px 16px 20px;
  left: -40px;
}

.next-arrow {
  padding: 16px 20px 16px 24px;
  right: -40px;
}

.next-arrow,
.prev-arrow {
  height: 56px;
  width: 56px;
}

.book-slider .slick-list {
  margin-right: -1rem;
  margin-left: -1rem;
}

.book-each {
  margin: 0 1rem;
}

.book-each a {
  color: #7f0000;
  display: block;
}

.book-each img {
  border: 1px solid #ccc;
  height: auto;
  width: 100%;
}

.slider-title {
  font-weight: bold;
  margin: 0.5rem 0;
}

.slider-subtitle {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0.75em 0 0.5rem;
}

.info-col {
  display: flex;
  padding-bottom: 2rem;
}

.info-movie {
  width: 50%;
}

.info-text {
  width: 50%;
  padding-left: 3rem;
}

.info-list {
  display: flex;
  padding: 1.25em 0;
}

.info-list:first-of-type {
  padding-top: 0;
}

.info-list + .info-list {
  border-top: 1px dotted #696969;
}

.info-list:last-of-type {
  margin-bottom: 3rem;
}

.info-list dt {
  font-weight: bold;
  width: 11rem;
}

.info-list dd {
  width: calc(100% - 11rem);
}

.info-list dd a {
  color: #7f0000;
}

.series-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.series-box {
  border: 1px solid #696969;
  display: flex;
  margin-bottom: 2rem;
  width: calc(50% - 16px);
}

.series-txt {
  padding: 1.5rem;
  width: calc(100% / 3 * 2);
}

.series-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.cmn-s-btn {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 1rem auto 0;
  max-width: 260px;
  text-align: center;
}

.cmn-s-btn a {
  background: #7f0000;
  border-radius: 4px;
  color: #fff;
  display: block;
  padding: 0.875rem 1rem;
}

.series-slider-container {
  opacity: 0;
  transition: 0.3s;
  position: relative;
  width: calc(100% / 3);
}

.series-slider-container.initialized {
  opacity: 1;
}

.series-each a {
  display: block;
}

.series-each img {
  border: 1px solid #ccc;
  height: auto;
  width: 100%;
}

/*
.series-box .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.series-box .slick-dots {
  background: rgba(27, 27, 27, .8);
  bottom: 0;
  padding: .5rem 0;
}
*/
.top-slider .slick-dots li button:before,
.series-box .slick-dots li button:before {
  color: #696969;
  font-size: 15px;
  height: 20px;
  line-height: 20px;
  opacity: 1;
}

.top-slider .slick-dots li.slick-active button:before,
.series-box .slick-dots li.slick-active button:before {
  color: #7f0000;
  opacity: 1;
}

.twitter-container {
  margin: 0 auto;
  max-width: 700px;
}

/* フッター */
.footer {
  border-top: 3px solid #7f0000;
  margin-top: 4.5rem;
}

.adjust-footer {
  margin-top: 1.5rem;
}

.footer-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 2.5rem;
}

.footer .logo a {
  height: 56px;
  width: 329px;
}

.footer-sns li img {
  height: 32px;
  width: 32px;
}

.footer-sns li:first-child {
  margin-right: 1rem;
}

.footer-nav-container {
  display: flex;
}

.footer-nav {
  width: calc(100% / 3);
}

.footer-nav li a {
  color: #7f0000;
}

.footer-nav > li {
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.sub-footer-nav {
  font-size: 0.875rem;
  padding-left: 1rem;
}

.sub-footer-nav li {
  font-weight: normal;
  margin: 1rem 0;
}

.copyright {
  font-size: 0.75rem;
  text-align: center;
  margin: 2rem 0;
}

/* 下層ページ */
.page-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.page-title img {
  width: 100%;
  height: auto;
}

.page-lead {
  margin-top: -0.875rem;
}

.page-nav {
  display: flex;
  font-size: 0.75rem;
  flex-wrap: wrap;
  margin: 1.5rem 0 2rem;
}

.page-nav li {
  margin-top: 0.5rem;
}

.page-nav li + li {
  margin-left: 2.5rem;
  position: relative;
}

.page-nav li + li:before {
  background: url(../img/arrow-pagenav.gif) no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: -1.5rem;
  height: 11px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 6px;
}

.page-nav li a {
  text-decoration: underline;
  color: #7f0000;
}

/* 書籍詳細 */
.detail-overview {
  display: flex;
}

.overview-image {
  width: 50%;
}

.detail-slider-container {
  opacity: 0;
  transition: 0.3s;
}

.detail-slider-container.initialized {
  opacity: 1;
}

.detail-book-slider .book-each {
  margin: 0 1rem;
}

.detail-book-slider > .book-each {
  display: block;
  margin: 0 110px;
}

.detail-book-slider .slick-track {
  display: flex;
  align-items: center;
}

#cboxCurrent {
  color: transparent;
}

.cmn-btn {
  font-weight: bold;
  text-align: center;
  margin: 2.5rem auto 0;
  max-width: 300px;
}

.cmn-btn a,
.cmn-btn button {
  background: #7f0000;
  border-radius: 4px;
  display: block;
  color: #fff;
  padding: 1rem;
  width: 100%;
}

.cmn-btn-2 {
  font-weight: bold;
  text-align: center;
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.cmn-btn-2 li {
  margin: 0 0.5rem;
  min-width: 170px;
}

.cmn-btn-2 a,
.cmn-btn-2 button {
  background: #7f0000;
  border-radius: 4px;
  display: block;
  color: #fff;
  padding: 1rem;
  width: 100%;
}

.cmn-btn-2 button.btn-back {
  background: #696969;
}

.overview-txt {
  margin: 1rem 0 3.5rem;
  padding-left: 4rem;
  width: 50%;
}

.book-status {
  border: 1px solid #7f0000;
  border-radius: 14px;
  display: inline-block;
  color: #7f0000;
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.75rem;
}

.book-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.book-title + .book-subtitle,
.book-subtitle + .book-title {
  margin-top: 0.125rem;
}

.book-title + .tag {
  margin-top: 1rem;
}

.book-subtitle + .tag {
  margin-top: 1.125rem;
}

.book-subtitle {
  font-size: 1.125rem;
  font-weight: bold;
}

.book-author {
  font-weight: bold;
  margin-top: 1rem;
}

.book-author a {
  color: #7f0000;
}

.book-resource {
  border-bottom: 1px solid #696969;
  border-top: 1px solid #696969;
  margin-top: 2rem;
}

.book-resource dl {
  display: flex;
  font-size: 0.875rem;
  padding: 0.75rem 1em;
  width: 100%;
}

.book-resource dt {
  font-weight: bold;
  width: 6em;
}

.book-resource dl + dl {
  border-top: 1px dotted #696969;
}

.detail-sns {
  margin: 1.5rem auto;
}

.detail-sns img {
  height: 40px;
  width: 40px;
}

.detail-sns li:first-child {
  margin-right: 1rem;
}

.overview-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 1rem 0 0.5rem;
}

.overview-contents {
  border-bottom: 1px solid #696969;
  padding-bottom: 1.5rem;
}

.overview-contents video {
  width: 100%;
}

.overview-freespace {
  margin-top: 1.5rem;
}

.pc-movie {
  width: 50%;
}

.movie-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}

.movie-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.rakuten-bnr {
  margin: 2rem auto;
  width: 60%;
}

.rakuten-bnr img {
  width: 100%;
  height: auto;
}

.pages-list-wrapper .book-author {
  margin-bottom: 0.5rem;
}

.related-books {
  display: flex;
  flex-wrap: wrap;
}

.related-books li {
  width: calc((100% - 96px) / 4);
}

.related-books li + li {
  margin-left: 2rem;
}

.related-books li:nth-child(4n + 1) {
  margin-left: 0;
}

.related-books li a {
  color: #7f0000;
  display: block;
}

.related-books img {
  border: 1px solid #ccc;
  height: auto;
  width: 100%;
}

.related-title {
  font-weight: bold;
  margin: 0.5rem 0;
}

.related-subtitle {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 0.5rem;
}

#related-info .pages-list-wrapper {
  margin-bottom: 0.5rem;
}

.related-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.related-info > li {
  margin-bottom: 3rem;
  width: calc((100% - 2.5rem) / 2);
}

.related-info li a {
  display: block;
}

.info-box {
  display: flex;
}

.info-image {
  width: 160px;
  height: 160px;
}

.info-image img {
  border: 1px solid #ccc;
  max-height: 160px;
  max-width: 160px;
  margin: 0 auto;
}

.info-txt {
  margin-left: 1.5rem;
  width: calc(100% - 1.5rem - 160px);
}

.info-date {
  color: #1b1b1b;
  font-weight: bold;
  margin: 0.5rem 0;
}

.info-title {
  color: #7f0000;
  margin-top: 0.5rem;
}

.online {
  display: flex;
  flex-wrap: wrap;
}

.online li {
  border: 1px solid #696969;
  margin: 0 1.5rem 1.5rem 0;
  width: calc((100% - 120px) / 6);
}

.online li:nth-child(6) {
  margin-right: 0;
}

.online a {
  display: block;
  height: 64px;
}

.online .amazon a {
  background: url("../img/amazon.gif") no-repeat center;
  background-size: 75px 35px;
}

.online .kino a {
  background: url("../img/kinokuniya.gif") no-repeat center;
  background-size: 109px 19px;
}

.online .honto a {
  background: url("../img/honto.gif") no-repeat center;
  background-size: 75px 35px;
}

.online .rakuten a {
  background: url("../img/rakuten.gif") no-repeat center;
  background-size: 125px 21px;
}

.online .e-hon a {
  background: url("../img/e-hon.gif") no-repeat center;
  background-size: 59px 33px;
}

.online .honya a {
  background: url("../img/honya.gif") no-repeat center;
  background-size: 105px 30px;
}

.online .seven a {
  background: url("../img/sevennet.gif") no-repeat center;
  background-size: 95px 48px;
}

.online .hmv a {
  background: url("../img/hmv.gif") no-repeat center;
  background-size: 106px 40px;
}

.online .bookfan a {
  background: url("../img/bookfan.gif") no-repeat center;
  background-size: 106px 29px;
}

.online .yodobashi a {
  background: url("../img/yodobashi.gif") no-repeat center;
  background-size: 158px 16px;
}

.online .tsutaya a {
  background: url("../img/tsutaya.gif") no-repeat center;
  background-size: 99px 39px;
}

/* 一覧ページ */
.list-addition-title {
  background: #696969;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.5rem 1.5rem;
}

.list-addition {
  background: #e5e5e5;
  font-size: 0.875rem;
  margin-bottom: 2rem;
  padding: 1.25rem 1.5rem 2rem;
}

.list-order-container {
  display: flex;
  font-size: 0.875rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.sort {
  font-weight: bold;
}

.each-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}

.list-image {
  width: 266px;
}

.list-image a {
  display: block;
}

.list-image img {
  border: 1px solid #ccc;
  height: auto;
  width: 100%;
}

.list-txt {
  width: calc(100% - 298px);
}

.book-title a,
.book-subtitle a {
  color: #7f0000;
}

#list .book-resource + p {
  margin-top: 1rem;
}

.list-pager {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.list-pager li {
  color: #fff;
  margin: 0 4px 8px;
  line-height: 48px;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  width: 48px;
}

.list-pager li a {
  background: #696969;
  color: #fff;
  display: block;
  height: 48px;
  position: relative;
}

.pager-current {
  background: #7f0000;
}

.list-pager img {
  height: 12px;
  width: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

/* お知らせ一覧 */
#info .related-info {
  margin: 1.5rem 0 1rem;
}

#info .info-image {
  height: 200px;
  width: 200px;
}

#info .info-image img {
  max-height: 200px;
  max-width: 200px;
}

#info .info-txt {
  margin-left: 1.5rem;
  width: calc(100% - 1.5rem - 200px);
}

#info .info-title {
  margin-top: 0.875rem;
}

.pager-order {
  font-size: 0.875rem;
}

/* お知らせ詳細 */
#info-detail .info-date-container .info-date {
  margin-top: 0;
}

.info-date-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-sns li:first-child {
  margin-right: 1rem;
}

.info-sns img {
  height: 40px;
  width: 40px;
}

#info-detail .page-title {
  margin-top: 1rem;
}

.freespace-image img {
  margin: 0 auto 2.5rem;
  max-width: 802px;
}

.info-freespace,
.info-freespace p {
  margin-bottom: 3.5rem;
}

.info-freespace a {
  color: #7f0000;
  text-decoration: underline;
}

#info-detail .footer {
  margin-top: 1.5rem;
}

/* 書店様向けページ */
#bookstore .page-lead {
  margin-bottom: 3.5rem;
}

.cmn-s-btn-2 {
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 1rem;
  display: flex;
  text-align: center;
}

.cmn-s-btn-2 li {
  min-width: 112px;
}

.cmn-s-btn-2 li + li {
  margin-left: 1rem;
}

.cmn-s-btn-2 a {
  background: #7f0000;
  border-radius: 4px;
  color: #fff;
  display: block;
  padding: 0.875rem 1rem;
}

.each-download-container {
  margin-bottom: 3rem;
}

.each-download-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

#bookstore .freespace-image img {
  margin-top: 2.5rem;
}

/* 会社概要 */
.company-table-container {
  margin-bottom: 3.5rem;
}

.company-table,
.basic-table {
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  width: 100%;
}

.company-table th,
.basic-table th {
  background: #e5e5e5;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding: 1.25rem 1.5rem;
  text-align: left;
  vertical-align: top;
  width: 10rem;
}

.company-table td,
.basic-table td {
  border-bottom: 1px solid #ccc;
  padding: 1.25rem 1.5rem;
}

.table-inner-title {
  font-weight: bold;
}

.list-items li {
  padding-left: 1rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.list-items li:before {
  content: "";
  background: #7f0000;
  border-radius: 4px;
  height: 8px;
  width: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}

.history dt {
  background: #7f0000;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1px;
  padding: 1rem;
  position: relative;
  width: 100%;
}

.history dt:after {
  background: url("../img/arrow-history.png") no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 7px;
  width: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
}

.history dt.history-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}

.history dt.history-open:after {
  transform: rotate(180deg);
}

.history dt.history-open + dd {
  display: block;
  margin-bottom: 0.5rem;
}

.history dd {
  border-bottom: 1px solid #7f0000;
  border-left: 1px solid #7f0000;
  border-right: 1px solid #7f0000;
  border-radius: 0 0 4px 4px;
  display: none;
}

.history-table {
  border-collapse: collapse;
  width: 100%;
}

.history-table th {
  font-weight: bold;
  padding: 1.25rem 0.5rem 1.25rem 1.5rem;
  text-align: center;
  line-height: 1.4;
  vertical-align: middle;
  width: 6.5rem;
}

.history-era {
  font-size: 0.875rem;
}

.history-table td.history-month {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 4rem;
}

.history-table td {
  padding: 1.25rem 1.5rem 1.25rem 0;
  vertical-align: middle;
}

.history-even {
  background: #e5e5e5;
}

.emblem-col {
  display: flex;
  justify-content: space-between;
}

.emblem-col .fig {
  flex-shrink: 0;
}

.emblem-col .text {
  margin-left: 2rem;
}

.emblem-col .text p {
  margin-bottom: 1rem;
}

.emblem-col .text .fig-col {
  display: flex;
  justify-content: space-around;
}

.emblem-col p.figcap {
  font-size: 0.75rem;
  text-align: center;
  margin: 0.5rem 0 2rem;
}

/* お問い合わせ */
#contact .page-lead {
  margin-bottom: 2.5rem;
}

.contact-flow {
  display: flex;
  margin-bottom: 2rem;
}

.contact-flow li {
  background: #696969;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 0 0.5rem 0.5rem;
  position: relative;
  width: calc(100% / 3);
}

.contact-flow li.current-flow {
  background: #7f0000;
}

.contact-flow li:first-child:after,
.contact-flow li:nth-child(2):after {
  background-size: cover;
  content: "";
  display: block;
  height: 40px;
  width: 22px;
  right: -22px;
  top: 0;
  position: absolute;
  z-index: 10;
}

.contact-flow li:first-child:after,
.contact-flow li:nth-child(2):after {
  background-image: url("../img/contact-flow-normal.png");
}

.contact-flow li.current-flow:after {
  background-image: url("../img/contact-flow-current.png");
}

.current-flow {
  background: #7f0000;
}

.contact-table {
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  width: 100%;
}

.contact-table th {
  background: #e5e5e5;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding: 1.25rem 1.5rem;
  text-align: left;
  vertical-align: top;
  width: 16rem;
}

.required {
  background: #ea4335;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
  margin-left: 0.5rem;
  padding: 2px 1rem 3px;
}

.contact-table td {
  border-bottom: 1px solid #ccc;
  padding: 1.5rem 1.5rem 2rem;
}

.contact-table input,
.contact-table textarea {
  background: #fff;
  border: 1px solid #696969;
  padding: 10px 16px 11px;
  width: 100%;
}

.name-col {
  display: flex;
}

.name-col div {
  width: 33%;
}

.name-col div + div {
  margin-left: 1.5rem;
}

.contact-table input.code-col {
  width: 10rem;
}

.contact-table input + p {
  margin-top: 1.75rem;
}

.contact-table input[type="radio"] {
  display: none;
}

.contact-table label {
  position: relative;
  padding-left: 28px;
  margin: 1rem 1rem 0 0;
  display: inline-block;
}

.contact-table label:after {
  content: "";
  display: block;
  border: 1px solid #696969;
  border-radius: 12px;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-table label:before {
  content: "";
  display: block;
  background: #ea4335;
  border-radius: 6px;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 6px;
  left: 6px;
  opacity: 0;
}

input[type="radio"]:checked + label:before {
  opacity: 1;
}

.agreement {
  margin-top: 2rem;
  text-align: center;
}

.agreement input[type="checkbox"] {
  display: none;
}

.agreement label {
  padding-left: 40px;
  position: relative;
}

.agreement label:after {
  content: "";
  display: block;
  border: 1px solid #696969;
  height: 32px;
  width: 32px;
  position: absolute;
  left: 0;
  top: -6px;
}

.agreement label:before {
  background: url("../img/form-check.gif") no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  height: 18px;
  width: 26px;
  opacity: 0;
}

.agreement input[type="checkbox"]:checked + label:before {
  opacity: 1;
}

.contact-address {
  background: #e5e5e5;
  padding: 1.25rem 1.5rem 2rem;
}

#contact .contact-address {
  margin-top: 2rem;
}

.contact-name {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

/* 所在地 */
.location-map {
  margin: 0 auto 2rem;
  max-width: 577px;
}

.location-map img {
  height: auto;
  width: 100%;
}

.basic-table-container {
  margin-bottom: 3.5rem;
}

.location.basic-table th {
  width: 17rem;
}

.location-tel {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  display: block;
}

.location-way {
  color: #7f0000;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  margin: 2rem 0 0.25rem;
}

.location-way:before {
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.train {
  padding-left: 26px;
}

.car {
  padding-left: 33px;
}

.train:before {
  background-image: url("../img/train-icon.gif");
  height: 25px;
  width: 18px;
}

.car:before {
  background-image: url("../img/car-icon.gif");
  height: 22px;
  width: 25px;
}

/* ミュージアムショップ一覧 */
#museumshop .page-lead {
  margin-bottom: 1.5rem;
}

.museum-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.museum-list li {
  margin: 0 1% 1rem 0;
  width: 15.75%;
}

.museum-list li:nth-child(6n) {
  margin-right: 0;
}

.museum-list li a {
  display: block;
  background: #7f0000;
  border-radius: 4px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.875em;
  text-align: center;
}

#museumshop .overview-image .detail-slider-container + p {
  margin-top: 2rem;
}

#museumshop .overview-txt {
  margin: 0;
}

.museum-address {
  background: #e5e5e5;
  font-size: 0.875rem;
  padding: 1.25rem 1.5rem 2rem;
}

.museum-map-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.5rem;
}

.museum-map a {
  color: #fff;
  font-weight: bold;
  display: block;
  background: #ea4335;
  border-radius: 4px;
  padding: 0.25rem 1rem;
}

/* プライバシーポリシー */
.privacy-policy {
  margin: 1.5rem 0;
  list-style-type: decimal;
  padding-left: 1.5rem;
}

.privacy-policy li {
  margin-bottom: 0.5rem;
}

.privacy-author {
  text-align: right;
  margin-bottom: 2rem;
}

#privacy .contact-address {
  font-size: 0.875rem;
}

.privacy-list {
  margin: 1.5rem 0;
}

.privacy-list li {
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  position: relative;
}

.privacy-list li a {
  color: #7f0000;
}

.privacy-list li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  height: 0;
  width: 0;
  border-bottom: 10px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #7f0000;
}

.privacy-heading {
  border-left: 4px solid #7f0000;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 1rem;
  margin: 2.5rem 0 1rem;
}

.privacy-subheading {
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0 0.5rem;
}

.list-item-notes {
  font-size: 0.875rem;
}

#privacy .contact-address + .list-addition-title {
  margin-top: 1.5rem;
}

.solo-paragraph {
  margin-bottom: 1.5rem;
}

.privacy9.basic-table th {
  width: 22rem;
}

.privacy9.basic-table .cmn-s-btn-2 {
  margin-top: 0;
}

.table-notes {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.privacy10.basic-table th {
  width: 4rem;
}

.privacy10-2.basic-table th {
  width: 15rem;
}

.table-heading {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

/* 映像事業部 */
.visual-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.visual-list li {
  margin: 0 1% 1rem 0;
  width: 19.2%;
}

.visual-list li:nth-child(5n) {
  margin-right: 0;
}

.visual-list li a {
  display: block;
  background: #7f0000;
  border-radius: 4px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.875em;
  text-align: center;
}

.visual-image-title {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 2.5rem;
}

.visual-images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.visual-images li {
  width: calc(50% - 0.75rem);
  margin-top: 1.5rem;
}

.visual-images img {
  height: auto;
  width: 100%;
}

#visual p + p {
  margin-top: 1rem;
}

/* 印刷事業部 */
.print-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.print-list li {
  margin-bottom: 1rem;
  width: 20%;
}

.print-list li a {
  border-radius: 4px;
  color: #7f0000;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
  max-width: 240px;
}

#print .print-list li a img {
  margin-bottom: 0.5rem;
  width: 100%;
  height: auto;
  /*width: 152px;*/
}

.print-contact {
  border-radius: 4px;
  background: #ea4335;
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  width: 25rem;
  margin: 4rem auto 0;
}

.print-form-btn,
.print-phone-btn {
  background: #ea4335;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 4px 24px 4px 56px;
}

.print-form-btn {
  margin-right: 1px;
}

.print-form-btn:after {
  background: #fff;
  content: "";
  display: block;
  right: -1px;
  top: 0;
  height: 100%;
  width: 1px;
  z-index: 100;
  position: absolute;
}

.print-form-btn:before,
.print-phone-btn:before {
  position: absolute;
  background-size: cover;
  content: "";
  display: block;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.print-form-btn:before {
  background-image: url("../img/contact-icon.png");
  width: 24px;
  height: 16px;
}

.print-phone-btn:before {
  background-image: url("../img/phone-icon.png");
  width: 25px;
  height: 27px;
}

#print-each.main p {
  margin: 0 auto;
  max-width: 800px;
}

#print-each .print-contact {
  margin: 2.5rem auto 3.5rem;
}

#print-each .print-list li a {
  font-size: 0.875rem;
  padding: 0.5rem;
  flex-direction: row;
}

#print-each .print-list li a img {
  margin-right: 0.5rem;
}

/* 360°撮影 */
.view-slider-container {
  max-width: 800px;
  margin: 0 auto;
  opacity: 0;
  transition: 0.3s;
}

.view-slider-container.initialized {
  opacity: 1;
}

.view-slider-each {
  max-width: 800px;
  margin: 0 auto 1.5rem;
}

.view-slider-each > div {
  height: 0;
  padding-top: 100%;
  position: relative;
  width: 100%;
}

.view-slider-each > div > iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.view-nav {
  margin: 2rem 0;
}

.view-nav-img {
  margin-right: 20px;
  max-width: 100px;
}

.view-nav-img img {
  width: 100%;
  height: auto;
}

/* しおり・ブックマーク */
.page-intro {
  margin-bottom: 2.5rem;
}

.visual-list li a.bookmark {
  background: #7f7f00;
}

.pages-list-title.bookmark {
  border-left-color: #7f7f00;
}

#bookmark .pages-list-wrapper > img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

#bookmark .related-books li {
  margin-bottom: 2rem;
}

#bookmark p + .related-books {
  margin-top: 2.5rem;
}

.bookmark-contact {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.bookmark-contact a {
  color: #fff;
  font-weight: bold;
  position: relative;
  display: block;
  background: #7f0000;
  border-radius: 4px;
  padding: 1rem 0 1rem 2rem;
  width: 300px;
  text-align: center;
}

.bookmark-contact a:before {
  position: absolute;
  background-size: cover;
  content: "";
  display: block;
  left: 5.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/contact-icon.png);
  width: 24px;
  height: 16px;
}

/* -------------- 1280px以下　切れ防止 -------------- */
@media screen and (max-width: 1280px) {
  .next-arrow {
    right: 0;
  }

  .prev-arrow {
    left: 0;
  }
}

/* -------------- 1200px以下　切れ防止 -------------- */
@media screen and (max-width: 1200px) {
  .wrapper,
  .pages-wrapper {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .online li {
    width: calc((100% - 48px) / 3);
  }

  .online li:nth-child(3n) {
    margin-right: 0;
  }

  .top-slider .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(100%);
    -moz-filter: opacity(100%);
    -o-filter: opacity(100%);
    -ms-filter: opacity(100%);
    filter: opacity(100%);
  }
}

/* -------------- 961px以上　PCのみ リンクホバー・グローバルナビプルダウン -------------- */
@media screen and (min-width: 961px) {
  a:hover,
  .search-btn:hover,
  .g-nav li.dropdown span:hover,
  .sub-g-nav li:hover,
  .slide-arrow:hover,
  .sns li:hover,
  .history dt:hover,
  input[type="submit"]:hover,
  button[type="submit"]:hover,
  button[type="button"]:hover,
  label:hover,
  input[type="checkbox"]:hover,
  input[type="radio"]:hover {
    opacity: 0.8;
  }

  a,
  .search-btn,
  .g-nav li.dropdown span,
  .sub-g-nav li,
  .slide-arrow,
  .sns li,
  .history dt,
  input[type="submit"],
  button[type="submit"],
  button[type="button"].btn-back,
  label,
  input[type="checkbox"],
  input[type="radio"] {
    transition: 0.1s;
  }

  .g-nav li a.non-publish:hover {
    background: #7f000029;
    opacity: 1;
  }

  .history dt,
  input[type="submit"],
  label,
  input[type="checkbox"],
  input[type="radio"] {
    cursor: pointer;
  }

  .header-sp-nav {
    display: none;
  }

  .g-nav li.dropdown {
    position: relative;
  }

  .sub-g-nav {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    width: 100%;
  }

  .sub-g-nav li {
    overflow: hidden;
    width: 100%;
    height: 0;
    font-size: 0.875rem;
    font-weight: normal;
    text-align: left;
  }

  .sub-g-nav li a {
    background: rgba(27, 27, 27, 0.9);
    padding: 1em 0 1em 1rem;
  }

  .g-nav li.dropdown:hover .sub-g-nav li {
    overflow: visible;
    height: auto;
    background: none;
  }

  .g-nav li.dropdown:hover .sub-g-nav li + li {
    border-top: 1px solid #ccc;
  }

  .sub-g-nav li a:hover {
    opacity: 0.9;
  }

  .pc-online {
    display: block;
  }

  .pc-online .online {
    margin: 3rem 0;
  }

  .pc-online .online li {
    margin: 0 0.5% 1%;
    width: 32%;
  }

  .sp-online {
    display: none;
  }
}

/* -------------- 960px以下　グローバルナビハンバーガー化 -------------- */
@media screen and (max-width: 960px) {
  /* ヘッダー */
  .header {
    border-bottom: 2px solid #7f0000;
  }

  .header-container {
    align-items: center;
  }

  .header-right-container {
    display: none;
  }

  .header-sp-nav {
    display: block;
  }

  .sp-nav-btn {
    background: #1b1b1b;
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 32px;
  }

  .sp-nav-btn + .sp-nav-btn {
    margin-top: 8px;
  }

  .sp-nav-btn {
    transition: 0.2s;
  }

  .nav-open {
    height: 32px;
    position: relative;
    width: 32px;
  }

  .nav-open .sp-nav-btn:nth-child(1),
  .nav-open .sp-nav-btn:nth-child(3) {
    top: 0;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
  }

  .nav-open .sp-nav-btn:nth-child(1) {
    transform: rotate(-45deg);
  }

  .nav-open .sp-nav-btn:nth-child(3) {
    transform: rotate(45deg);
  }

  .nav-open .sp-nav-btn:nth-child(2) {
    display: none;
  }

  /* グローバルナビ */
  .nav {
    display: none;
  }

  .sp-nav {
    background: #1b1b1b;
    position: absolute;
    z-index: 1000;
    width: 100%;
  }

  .sp-nav .search {
    border-bottom: 1px solid #ccc;
    margin-right: 0;
    padding: 1rem;
  }

  .sp-nav .search-box {
    border: 0;
    width: 100%;
  }

  .search-btn {
    right: 20px;
    top: 20px;
  }

  .sp-g-nav {
    font-size: 1.125rem;
    padding: 1rem 1rem 0.5rem;
  }

  .sp-g-nav li {
    margin-bottom: 1rem;
    padding-left: 1rem;
  }

  .sp-g-nav,
  .sp-g-nav a {
    color: #fff;
  }

  .sp-sub-g-nav {
    display: flex;
    font-size: 0.875rem;
    font-weight: bold;
    flex-wrap: wrap;
  }

  .sp-sub-g-nav li {
    margin: 1rem 0 0;
    width: 50%;
  }

  .sp-g-nav .block {
    border-top: 1px dotted #ccc;
    margin-top: 1.5rem;
    padding-top: 1rem;
  }

  .pc-online {
    display: none;
  }

  .sp-online {
    display: block;
  }
}

/* -------------- 768px以下　タブレット -------------- */
@media screen and (max-width: 768px) {
  /* 共通 */
  body {
    font-size: 14px;
  }

  .sp-none {
    display: none;
  }

  .pc-none {
    display: block;
  }

  #bookstore .page-lead,
  #contact .page-lead {
    margin-bottom: 2rem;
  }

  input[type="submit"] {
    font-size: 0.875rem;
  }

  /* ヘッダー */
  .header .logo a {
    height: 40px;
    width: 235px;
  }

  /* トップメイン */
  .section-title {
    margin: 1.5rem 0 1rem;
  }

  /* .each-index {
    display: none;
  } */

  /* .cmn-btn.sp-each-index {
    display: block;
    margin-top: 1rem;
  } */

  .book-slider .slick-list {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }

  .book-each {
    margin: 0 0.75rem;
  }

  .slider-subtitle {
    font-size: 0.75rem;
  }

  .series-box {
    margin-bottom: -1px;
    width: 100%;
  }

  .top-slider.slick-dotted.slick-slider {
    margin-bottom: 3rem;
  }

  .info-col {
    flex-direction: column;
  }

  .info-movie {
    width: 80%;
    margin: 0 auto 2rem;
  }

  .info-text {
    width: 100%;
    padding-left: 0;
  }

  .present,
  .present2 {
    font-size: 1rem;
  }

  .info-list {
    flex-wrap: wrap;
  }

  .info-list:last-of-type {
    margin-bottom: -0.5rem;
  }

  .info-list dt {
    width: 100%;
  }

  .info-list dd {
    width: 100%;
  }

  .series-txt {
    padding: 1rem;
  }

  .series-title {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }

  .cmn-s-btn {
    max-width: 100px;
  }

  .twitter-container {
    max-height: 500px;
    overflow: hidden;
  }

  .twitter-container img {
    max-width: 100%;
  }

  /* フッター */
  .footer {
    border-top-width: 2px;
    margin-top: 4rem;
  }

  .adjust-footer {
    margin-top: 1.5rem;
  }

  .footer-container {
    margin: 1.5rem 0 2rem;
  }

  .footer-sns li:first-child {
    margin-right: 0.75rem;
  }

  .footer-nav-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer .logo a {
    height: 40px;
    width: 235px;
  }

  .footer-nav {
    width: 48%;
  }

  .footer-nav > li {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .sub-footer-nav {
    font-size: 0.75rem;
    padding-left: 0.5rem;
  }

  .copyright {
    font-size: 0.6rem;
    margin: 1.125rem 0 2rem;
  }

  /* 下層ページ */
  .pages-wrapper {
    margin-right: 0;
    margin-left: 0;
  }

  .pages-list-wrapper {
    margin-bottom: 2rem;
    padding: 0 1rem;
  }

  .pages-list-title-container {
    color: #fff;
    background: #1b1b1b;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 1.25rem;
  }

  .pages-list-title {
    border-left-width: 8px;
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
  }

  .page-nav {
    font-size: 0.6rem;
    margin: 0.25rem 0 1.5rem;
  }

  .page-nav li + li {
    margin-left: 1.5rem;
  }

  .page-nav li + li:before {
    left: -0.875rem;
  }

  .cmn-btn {
    margin: 1.75rem auto 0;
    max-width: 250px;
  }

  .cmn-btn a,
  .cmn-btn-2 a {
    font-size: 1rem;
  }

  .cmn-btn-2 {
    margin-top: 1.75rem;
  }

  /* 書籍詳細 */
  .detail-overview {
    flex-wrap: wrap;
  }

  .overview-image {
    width: 100%;
  }

  .detail-book-slider .book-each {
    margin: 0 0.75rem;
  }

  .detail-book-slider > .book-each {
    margin: 0 calc(20% + 0.75rem);
  }

  .overview-txt {
    padding-left: 0;
    width: 100%;
    margin: 1.5rem 1rem 2rem;
  }

  .book-status {
    border-radius: 13px;
    font-size: 0.6rem;
    margin-bottom: 0.25rem;
    padding: 0.25rem 0.6rem;
  }

  .book-subtitle {
    font-size: 1rem;
  }

  .book-title {
    font-size: 1.25rem;
  }

  .book-title + .tag {
    margin-top: 0.875rem;
  }

  .tag .each-tag {
    font-size: 0.75rem;
    padding: 0.3rem 0.75rem;
  }

  .book-author {
    margin-top: 0.5rem;
    font-size: 1rem;
  }

  .book-resource {
    margin-top: 1.5rem;
  }

  .book-resource dl {
    font-size: 0.75rem;
    padding: 0.5rem 1em;
  }

  .detail-sns {
    margin: 1.25rem auto;
  }

  .detail-sns li:first-child {
    margin-right: 0.75rem;
  }

  .overview-title {
    font-size: 0.875rem;
    margin: 1rem 0 0.25rem;
  }

  .pages-list-wrapper .book-author {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }

  #related-books .pages-list-wrapper {
    margin-bottom: 0.25rem;
  }

  .related-books li {
    margin-bottom: 1.25rem;
    width: calc(50% - 0.75rem);
  }

  .related-books li + li {
    margin-left: 0;
  }

  .related-books li:nth-child(even) {
    margin-left: 1.5rem;
  }

  .related-subtitle {
    font-size: 0.75rem;
  }

  .related-info > li {
    margin-bottom: 1.875rem;
    width: 100%;
  }

  .info-image {
    width: 125px;
    height: 125px;
  }

  .info-image img {
    max-height: 125px;
    max-width: 125px;
  }

  .info-txt {
    margin-left: 1rem;
    width: calc(100% - 1rem - 125px);
  }

  .info-title {
    margin-top: 0.25rem;
  }

  .online {
    margin-bottom: 3.5rem;
  }

  .online li {
    margin: 0 -1px -1px 0;
    width: 50%;
  }

  .online li:nth-child(3n) {
    margin-right: -1px;
  }

  /* 一覧ページ */
  .page-title {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .list-addition-title {
    padding: 0.25rem 1rem;
  }

  .list-addition {
    font-size: 0.75rem;
    margin-bottom: 1.5rem;
    padding: 0.875rem 1rem 1rem;
  }

  .list-order-container {
    font-size: 0.75rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }

  .each-list {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }

  #list .book-title {
    font-size: 0.875rem;
  }

  #list .book-subtitle {
    font-size: 0.75rem;
  }

  #list .book-author {
    font-size: 0.875rem;
  }

  #list .book-resource + p {
    font-size: 0.75rem;
  }

  .each-list .pc-none {
    font-size: 0.75rem;
    margin-top: 1rem;
    width: 100%;
  }

  .list-image {
    width: 40%;
  }

  .list-txt {
    width: calc(60% - 16px);
  }

  .list-pager li {
    line-height: 56px;
    width: 56px;
  }

  .list-pager li a {
    height: 56px;
  }

  /* お知らせ一覧 */
  #info .related-info {
    margin: 1rem 0 0.5rem;
  }

  #info .info-title {
    margin-top: 0.25rem;
  }

  #info .info-image {
    width: 125px;
    height: 125px;
  }

  #info .info-image img {
    max-width: 125px;
    max-height: 125px;
  }

  #info .info-txt {
    margin-left: 1rem;
    width: calc(100% - 1rem - 125px);
  }

  .pager-order {
    font-size: 0.75rem;
  }

  /* お知らせ詳細 */
  .info-sns li:first-child {
    margin-right: 0.75rem;
  }

  #info-detail .page-title {
    margin-top: 0.25rem;
  }

  .freespace-image img {
    margin-bottom: 1.5rem;
  }

  .freespace-image img {
    height: auto;
    width: 100%;
  }

  .info-freespace,
  .info-freespace p {
    margin-bottom: 2rem;
  }

  /* 書店様向けページ */
  .each-download-container {
    margin-bottom: 2rem;
  }

  .each-download-title {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }

  /* 会社概要 */
  .company-table-container {
    margin-bottom: 2rem;
  }

  .company-table th,
  .basic-table.privacy10 th {
    padding: 0.875rem 1rem;
  }

  .company-table th {
    width: 8rem;
  }

  .company-table td {
    padding: 0.875rem 1rem;
  }

  .list-items li:before {
    top: 7px;
  }

  .history dt {
    padding: 0.875rem;
  }

  .history dt:after {
    right: 16px;
  }

  .history-table th {
    padding: 0.875rem 0 0.875rem 0.875rem;
    width: 4.5rem;
  }

  .history-era {
    font-size: 0.75rem;
  }

  .history-table td {
    padding: 0.875rem 0.875rem 0.875rem 0;
  }

  .history-table td.history-month {
    font-size: 0.75rem;
    padding-right: 0.5rem;
    width: 3.5rem;
  }

  .emblem-col,
  .emblem-col .text .fig-col {
    flex-direction: column;
    align-items: center;
  }

  .emblem-col .text {
    margin-left: 0;
    margin-top: 1rem;
  }

  /* お問い合わせ */
  .contact-flow {
    margin-bottom: 1.5rem;
  }

  .contact-flow li {
    padding: 0.25rem 0 0.25rem 0.25rem;
  }

  .contact-flow li:first-child:after,
  .contact-flow li:nth-child(2):after {
    height: 30px;
    width: 16px;
    right: -16px;
  }

  .contact-table th,
  .location.basic-table th,
  .basic-table.privacy9 th,
  .basic-table.privacy10-2 th {
    display: block;
    border-bottom: 0;
    padding: 10px 1rem;
    width: 100%;
  }

  .required {
    margin-left: 1em;
    padding: 2px 10px 3px;
  }

  .contact-table td {
    display: block;
    padding: 1rem 1rem 1.5rem;
    width: 100%;
  }

  .name-col div + div {
    margin-left: 1rem;
  }

  .name-col div {
    width: 50%;
  }

  .contact-table input + p {
    margin-top: 1.25rem;
  }

  .contact-table label:after {
    border-radius: 11px;
    height: 22px;
    width: 22px;
  }

  .contact-table label:before {
    top: 5px;
    left: 5px;
  }

  .contact-address {
    padding: 0.875rem 1rem 1rem;
  }

  /* 所在地 */
  .basic-table-container {
    margin-bottom: 2rem;
  }

  .basic-table td {
    display: block;
    padding: 0.875rem 1rem;
    width: 100%;
  }

  .location-way {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }

  .location-tel {
    font-size: 0.75rem;
  }

  /* ミュージアムショップ一覧 */
  .museum-list {
    margin-bottom: 1.5rem;
  }

  .museum-list li {
    margin: 0 0.5rem 0.5rem 0;
    width: calc((100% - 8px) / 2);
  }

  .museum-list li:nth-child(even) {
    margin-right: 0;
  }

  .museum-list li a {
    padding: 0.875rem 0;
  }

  #museumshop .overview-image .detail-slider-container + p {
    margin-top: 1.75rem;
  }

  .museum-map-container {
    margin-bottom: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .museum-address {
    font-size: 0.75rem;
    padding: 0.875rem 1rem 1rem;
    margin-top: 1.5rem;
  }

  .museum-map {
    margin-top: 0.5rem;
  }

  .museum-map a {
    padding: 0.25rem 0.5rem;
  }

  /* プライバシーポリシー */
  .privacy-heading {
    padding-left: 0.5rem;
  }

  .privacy-subheading,
  .table-heading {
    font-size: 0.875rem;
  }

  .privacy-list li a:before {
    top: 6px;
  }

  .privacy10.basic-table th {
    width: 3rem;
  }

  .list-item-notes,
  .table-notes {
    font-size: 0.75rem;
  }

  /* 映像事業部 */
  .visual-list {
    margin-bottom: 1.5rem;
  }

  .visual-list li,
  .visual-list li:nth-child(5n) {
    margin: 0 0.5rem 0.5rem 0;
    width: calc((100% - 8px) / 2);
  }

  .visual-list li:nth-child(even) {
    margin-right: 0;
  }

  /* .visual-list li a {
    padding: 0.875rem 0;
  } */

  .visual-image-title {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }

  .visual-images li {
    width: calc(50% - 0.5rem);
    margin-top: 1rem;
  }

  /* 印刷事業部 */
  .print-contact {
    margin: 3.5rem auto 0;
  }

  #print .print-list li a {
    padding: 0.5rem;
  }

  #print-each .print-list li {
    width: calc((100% - 16px) / 3);
    margin-bottom: 0.5rem;
  }

  #print-each .print-list li:nth-child(3n + 2):last-child {
    margin-right: calc((100% + 8px) / 3);
  }

  #print-each .print-list li a {
    justify-content: flex-start;
    align-items: flex-start;
  }

  #print-each .print-contact {
    margin: 1.5rem auto 2.5rem;
  }

  /* しおり・ブックマーク */
  .page-intro {
    margin-bottom: 2rem;
  }

  #bookmark .pages-list-wrapper > img {
    margin-bottom: 1.25rem;
}

  #bookmark .related-books li {
    margin-bottom: 1.25rem;
  }

  #bookmark p + .related-books {
    margin-top: 1.5rem;
  }

  .bookmark-contact {
    margin-top: 1.5rem;
  }
}

/* -------------- 480px以下　スマホ -------------- */
@media screen and (max-width: 480px) {
  /* 共通 */
  /* ヘッダー */
  /* グローバルナビ */
  /* メイン */
  .series-txt {
    width: 60%;
  }

  .series-slider-container {
    width: 40%;
  }

  .top-slider .slick-dots li,
  .series-box .slick-dots li {
    height: 15px;
    margin: 0 3px;
    width: 15px;
  }

  .top-slider .slick-dots li button,
  .series-box .slick-dots li button {
    height: 15px;
    width: 15px;
  }

  .top-slider .slick-dots li button:before,
  .series-box .slick-dots li button:before {
    font-size: 12px;
    height: 15px;
    width: 15px;
    line-height: 10px;
  }

  .top-each img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

  .cmn-btn-2 li {
    min-width: 112px;
  }

  .list-order-container {
    flex-direction: column;
  }

  /* 会社概要 */
  .emblem-col .fig,
  .emblem-col .text .fig-col div {
    width: 60%;
  }

  .emblem-col .fig img,
  .emblem-col .fig-col img {
    height: auto;
    width: 100%;
  }

  /* 印刷事業部 */
  .print-list li {
    width: 33%;
  }

  .print-contact {
    padding: 4px 0;
    flex-direction: column;
    align-items: center;
    width: 13rem;
  }

  .print-form-btn,
  .print-phone-btn {
    padding: 16px 24px 16px 56px;
  }

  .print-form-btn {
    margin-right: 0;
    margin-bottom: 1px;
  }

  .print-form-btn:after {
    height: 1px;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -1px;
    top: inherit;
  }

  #print-each .print-list li {
    width: calc(50% - 4px);
  }
}

/* -------------- 320px以下　スマホ -------------- */
@media screen and (max-width: 320px) {
  .online .yodobashi a {
    background-size: 90%;
  }
  .footer .logo a {
    height: 32px;
    width: 188px;
  }
}
