/* Footer
----------------------------------------------- */
.footer {
  margin: 60px 0 0;
  padding: 0 0 73px;
  background: #EEE; }
  @media screen and (max-width: 950px) {
    .footer {
      margin: 20px 0 0;
      padding: 0; } }
  .footer__inner {
    max-width: 1140px;
    width: 100%;
    padding: 26px 20px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box; }
  .footer__fnav {
    width: 340px;
    float: left;
    border-left: #CCC 1px solid;
    border-right: #CCC 1px solid; }
    @media screen and (max-width: 950px) {
      .footer__fnav {
        width: 50%;
        box-sizing: border-box; } }
    @media screen and (max-width: 768px) {
      .footer__fnav {
        width: 100%;
        margin: 0 0 15px;
        border-left: #CCC 1px solid;
        border-right: none; } }
    .footer__fnav--right {
      width: auto;
      float: left;
      border: none; }
      @media screen and (max-width: 768px) {
        .footer__fnav--right {
          width: 100%;
          margin: 0 0 15px;
          border-left: #CCC 1px solid;
          border-right: none; } }
  .footer__fnav-ttl {
    margin: 0 0 7px;
    display: block;
    padding: 2px 15px;
    font-size: 12px; }
    @media screen and (max-width: 950px) {
      .footer__fnav-ttl {
        margin: 0 0 7px;
        display: block;
        padding: 2px 15px;
        font-size: 12px; } }
  .footer__fnav-ttl-links {
    display: block;
    padding: 2px 15px;
    font-size: 12px; }
    @media screen and (max-width: 950px) {
      .footer__fnav-ttl-links {
        display: block;
        padding: 2px 15px;
        font-size: 12px; } }
  .footer__credit {
    position: absolute;
    bottom: 26px;
    right: 20px; }
    @media screen and (max-width: 950px) {
      .footer__credit {
        position: static;
        clear: both;
        padding: 30px 0 0;
        margin: 0; } }
    @media screen and (max-width: 768px) {
      .footer__credit {
        padding: 15px 0 0; } }
  .footer__credit-copyright {
    font-size: 10px;
    float: left;
    margin: 18px 0 0;
    font-weight: bold;
    letter-spacing: .1em; }
    @media screen and (max-width: 950px) {
      .footer__credit-copyright {
        margin: 0 0 15px; } }
  .footer__credit-img {
    width: 76px;
    float: left;
    margin: 0 0 0 30px; }
    @media screen and (max-width: 950px) {
      .footer__credit-img {
        float: none;
        margin: 0; } }

.sns {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  max-width: 800px;
  margin: 50px auto;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center; }
  @media (max-width: 480px) {
    .sns {
      margin: 30px auto; } }
  .sns__item {
    width: 120px;
    padding: 0 20px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .sns__item {
        width: 120px;
        padding: 0 20px;
        text-align: center; } }
    @media (max-width: 480px) {
      .sns__item {
        width: 33%;
        padding: 0; } }
  @media (max-width: 480px) {
    .sns__item-links {
      display: block; } }
  @media (max-width: 480px) {
    .sns__item-img {
      width: 50%;
      height: auto; } }
  .sns__item-name {
    color: #35518E;
    display: block;
    margin-top: 5px;
    text-align: center; }

/* ==================================================================================
/
/  toshokan3 SCSS
/
================================================================================== */
.content-line::before, .content-line::after, .content-line--hatanaka::before, .content-line--hatanaka::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  height: 1px;
  border-width: 0;
  background-image: -webkit-linear-gradient(left, transparent 0%, #283593 50%, transparent 100%);
  background-image: linear-gradient(90deg, transparent 0%, #283593 50%, transparent 100%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.container br.sp {
  display: block; }
  @media screen and (max-width: 414px) {
    .container br.sp {
      display: none; } }

.container {
  width: 800px;
  margin: 0 auto;
  line-height: 1.8 !important;
  text-align: center;
  color: #000;
  font-size: 14px !important; }
  @media screen and (max-width: 768px) {
    .container {
      width: 100%;
      margin: 0 auto 30px;
      line-height: 1.8 !important;
      color: #000;
      font-size: 14px !important; } }
  @media screen and (max-width: 414px) {
    .container {
      width: 100%;
      margin: 0 auto 30px;
      line-height: 1.8 !important;
      text-align: left;
      color: #000;
      font-size: 14px !important; } }
  @media screen and (max-width: 768px) {
    .container__inner {
      padding: 0 3%; } }

.content-line {
  position: relative;
  margin: 0;
  padding: 25px 0 30px; }
  .content-line--hatanaka {
    position: relative;
    margin: 0 0 30px;
    padding: 25px 0 30px;
    font-weight: bold;
    line-height: 2; }
    .content-line--hatanaka::before {
      bottom: 0;
      top: auto; }
    .content-line--hatanaka-name {
      display: block;
      margin: 20px auto 0; }

.detail {
  max-width: 600px;
  text-align: left;
  margin: 80px auto; }
  @media screen and (max-width: 414px) {
    .detail {
      margin: 10vw auto 15vw; } }
  .detail__ttl {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center; }
  .detail__list-item {
    margin: 0 0 20px; }
    .detail__list-item--center {
      margin: 0 0 30px;
      text-align: center; }
  .detail__list-item-inner {
    margin: 10px 0; }
  .detail__list-item-sns {
    display: flex; }
    .detail__list-item-sns:first-child {
      margin-bottom: 5px; }
    @media screen and (max-width: 414px) {
      .detail__list-item-sns {
        display: block; } }
  .detail__list-item-sns-item {
    display: block;
    width: 80px;
    padding-right: 5px;
    font-weight: bold;
    position: relative; }
    .detail__list-item-sns-item::after {
      content: ":";
      position: absolute;
      right: 0;
      top: 0; }
      @media screen and (max-width: 414px) {
        .detail__list-item-sns-item::after {
          content: none; } }
  .detail__list-item-txt {
    margin-left: 1em;
    text-indent: -1em; }
  .detail__list-item-txt-ttl {
    margin: 0 auto 10px;
    font-weight: bold;
    position: relative;
    padding-right: 10px;
    margin-right: 5px;
    line-height: 1.4; }
    @media screen and (max-width: 414px) {
      .detail__list-item-txt-ttl {
        display: block;
        padding-right: 0;
        margin-right: 0; } }
    .detail__list-item-txt-ttl::after {
      content: ":";
      position: absolute;
      right: 0;
      top: 0; }
      @media screen and (max-width: 414px) {
        .detail__list-item-txt-ttl::after {
          content: none; } }
  .detail__list-item-links {
    display: block;
    margin-left: 5px; }
    @media screen and (max-width: 414px) {
      .detail__list-item-links {
        margin-left: 0; } }

.banner__inner {
  max-width: 800px;
  padding: 0 20px; }
  @media (max-width: 480px) {
    .banner__inner {
      padding: 0 10px; } }
.banner__item {
  height: auto;
  display: block;
  margin: 30px auto 0;
  border: 1px solid #b6cde2;
  border-radius: 10px;
  overflow: hidden; }

.line {
  width: 100%;
  max-width: 644px;
  padding: 0 20px;
  margin: 60px auto; }
  @media (max-width: 480px) {
    .line {
      margin: 40px auto;
      padding: 0 10px; } }

.otherBannerList {
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .otherBannerList {
      padding: 0 10px; } }
  .otherBannerList li {
    width: 30%;
    padding: 20px 0; }
    @media (max-width: 414px) {
      .otherBannerList li {
        margin: -10% 0 0;
        width: 50%; } }
    .otherBannerList li:nth-child(2) {
      width: 35%; }
      @media (max-width: 414px) {
        .otherBannerList li:nth-child(2) {
          margin: 0;
          width: 40%; } }
    .otherBannerList li:nth-child(3) {
      width: 25%; }
      @media (max-width: 414px) {
        .otherBannerList li:nth-child(3) {
          margin: -20% 0 0;
          width: 50%; } }
    .otherBannerList li:nth-child(4) {
      width: 20%; }
      @media (max-width: 414px) {
        .otherBannerList li:nth-child(4) {
          margin: -5% 0 0 10%;
          width: 38%; } }
    .otherBannerList li:nth-child(5) {
      width: 25%; }
      @media (max-width: 414px) {
        .otherBannerList li:nth-child(5) {
          margin: -13% 0 0 10%;
          width: 30%; } }
    .otherBannerList li:nth-child(6) {
      width: 40%; }
      @media (max-width: 414px) {
        .otherBannerList li:nth-child(6) {
          margin: -2% 5% 0 0; } }
    @media (max-width: 414px) {
      .otherBannerList li:nth-child(7) {
        margin: 0; } }

.impressions__img1, .impressions__img2, .impressions__img3, .impressions__img4, .impressions__img5, .impressions__img6, .impressions__img7, .impressions__img8, .impressions__img9 {
  padding-top: 30px;
  margin: 0 auto; }

.impressions__img1 {
  max-width: 619px; }
.impressions__img2 {
  max-width: 533px; }
.impressions__img3 {
  max-width: 488px; }
.impressions__img4 {
  max-width: 545px; }
.impressions__img5 {
  max-width: 483px; }
.impressions__img6 {
  max-width: 511px; }
.impressions__img7 {
  max-width: 450px; }
.impressions__img8 {
  max-width: 441px; }
.impressions__img9 {
  max-width: 400px; }

.container .hatanaka {
  position: relative;
  padding: 40px 0;
  margin: 40px 0;
  font-weight: bold;
  line-height: 2; }

.container .hatanaka__lead {
  font-weight: normal;
  margin-bottom: 30px; }

.container .hatanaka::after,
.container .hatanaka::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  height: 1px;
  border-width: 0;
  background-image: -webkit-linear-gradient(left, transparent 0%, #283593 50%, transparent 100%);
  background-image: linear-gradient(90deg, transparent 0%, #283593 50%, transparent 100%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.container .hatanaka::before {
  bottom: 0;
  top: auto; }

.container .hatanaka .name {
  display: block;
  margin: 20px auto 0; }

.container .bookName {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 15px; }
  @media screen and (max-width: 414px) {
    .container .bookName {
      font-size: 1.2rem; } }

.impressions {
  margin: 30px 0 0;
  position: relative; }

.impressions::before,
.container .impressions_inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  height: 1px;
  border-width: 0;
  background-image: -webkit-linear-gradient(left, transparent 0%, #283593 50%, transparent 100%);
  background-image: linear-gradient(90deg, transparent 0%, #283593 50%, transparent 100%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.impressions_inner {
  margin: 0;
  padding: 25px 0 30px;
  position: relative; }
  .impressions_inner:first-child {
    padding: 0 0 30px; }

.impressions_inner .name {
  display: block;
  margin: 20px 0 0; }

.container .impressions_inner.ex {
  padding: 30px 0; }

.otherBannerList2 {
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .otherBannerList2 {
      padding: 0 10px; } }
  .otherBannerList2 li {
    width: 30%;
    padding: 20px 0; }
    .otherBannerList2 li:first-child {
      width: 25%; }
      @media (max-width: 414px) {
        .otherBannerList2 li:first-child {
          width: 30%;
          margin: -5% 0 0 10%; } }
    .otherBannerList2 li:nth-child(2) {
      width: 30%;
      padding: 20px 0; }
      @media (max-width: 414px) {
        .otherBannerList2 li:nth-child(2) {
          margin: -10% 0 0;
          width: 50%; } }
    .otherBannerList2 li:nth-child(3) {
      width: 35%; }
      @media (max-width: 414px) {
        .otherBannerList2 li:nth-child(3) {
          margin: 0 0 0 4%;
          width: 40%; } }
    .otherBannerList2 li:nth-child(4) {
      width: 25%; }
      @media (max-width: 414px) {
        .otherBannerList2 li:nth-child(4) {
          margin: -20% 0 0;
          width: 50%; } }
    .otherBannerList2 li:nth-child(5) {
      width: 20%; }
      @media (max-width: 414px) {
        .otherBannerList2 li:nth-child(5) {
          margin: -5% 0 0 10%;
          width: 38%; } }
    .otherBannerList2 li:nth-child(6) {
      width: 40%; }
      @media (max-width: 414px) {
        .otherBannerList2 li:nth-child(6) {
          margin: -20% 5% 0 0; } }
    @media (max-width: 414px) {
      .otherBannerList2 li:nth-child(7) {
        margin: 0;
        width: 50%; } }
