@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  メイン画像　＋　検索・ログインボタン

---------------------------------*/
#topMain {
  position: relative;
  margin: 0 auto 5rem;
}
/*---------------------------------
  mainvisual
---------------------------------*/
#mainvisual {
  overflow: hidden;
}
#mainvisual .l-inner {
  position: relative;
  margin: 0 auto;
  max-width: 120rem;
  width: 90%;
}
#mainvisual .splide__track {
  overflow: visible;
}
#mainvisual .slider {}
#mainvisual .slider .splide__slide {
  border: 1px solid #f6f6f6;
  border-radius: 2rem;
  overflow: hidden;
}
#mainvisual .slider .splide__slide a {
  display: block;
}
#mainvisual .slider .splide__slide a:hover {
  opacity: .8;
}
#mainvisual .slider .splide__slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#mainvisual .splide__pagination {
  justify-content: flex-start;
  gap: .7rem;
  margin-right: 2rem;
}
#mainvisual .splide__pagination li {}
#mainvisual .splide__pagination li .splide__pagination__page {
  -webkit-appearance: none;
  background-color: #e6e6e6;
  background-image: none;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: 1rem;
  height: 1rem;
}
#mainvisual .splide__pagination li .splide__pagination__page.is-active {
  background-color: #0092d8;
}
#mainvisual .splide__arrows {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 3rem;
  margin-top: 2rem;
}
#mainvisual .splide__arrows .splide__arrow {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  border: 1px solid #ccc;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 3rem;
  height: 100%;
}
#mainvisual .splide__arrows .splide__arrow:hover {}
#mainvisual .splide__arrows .splide__arrow svg {
  display: none;
}
#mainvisual .splide__arrows .splide__arrow.splide__arrow--prev {
  background-image: url("../images/pickup_arr_prev.svg");
}
#mainvisual .splide__arrows .splide__arrow.splide__arrow--next {
  background-image: url("../images/pickup_arr_next.svg");
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  #topMain {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #mainvisual .splide__arrows {
  justify-content: center;
}
  #mainvisual .splide__pagination {
    margin: 0 1rem;
    order: 1;
  }
  #mainvisual .splide__arrows .splide__arrow.splide__arrow--next {
    order: 2;
  }
}
/*---------------------------------
  userBox
---------------------------------*/
#userBox {
  background: #fff;
  border-left: 1px solid #ccc;
  padding: 0 3rem;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50rem;
  width: 100%;
  height: 100%;
}
#userBox .inner {}
#userBox .inner > div {
  border-radius: 1rem;
  padding: 1.5rem;
}
#userBox .inner > div ._btn {}
#userBox .inner > div ._btn a {
  background: var(--grd-yo);
  border-radius: 1rem;
  display: block;
  padding: 1.5rem 1rem;
  text-align: center;
}
#userBox .inner > div ._btn a span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.2;
  text-align: left;
}
#userBox .inner > div ._btn a span::before {
  content: '';
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 3rem;
  height: 3rem;
}
#userBox .inner > div ._btn a:hover {
  box-shadow: 0 .5rem 0 0 rgba(167, 151, 125, 0.2);
  transform: translateY(-.5rem);
}
/*----searchBox*/
#userBox .inner .searchBox {
  background: var(--bg-col);
  margin-bottom: 1rem;
}
#userBox .inner .searchBox .wrap {}
#userBox .inner .searchBox .wrap ._ttl {
  font-weight: 700;
  letter-spacing: .12em;
}
#userBox .inner .searchBox .wrap form {
  margin: .5rem 0;
  position: relative;
}
#userBox .inner .searchBox .wrap form input.search {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: .5rem;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.7em 0.7em;
  width: 100%;
  box-shadow: inset 3px 3px 5px rgba(0, 0, 0, .1);
}
#userBox .inner .searchBox .wrap form input.search:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
#userBox .inner .searchBox .wrap form input.searchBtn {
  -webkit-appearance: none;
  background: url("../images/b_i_search_w.svg") no-repeat center/130%;
  border: none;
  border-radius: .2rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  right: .7rem;
  bottom: 0;
  width: 4rem;
  height: 4rem;
}
#userBox .inner .searchBox .wrap form + p {
  color: #4d4d4d;
  font-size: 1.5rem;
}
#userBox .inner .searchBox ._btn {
  margin-top: 1.5rem;
}
#userBox .inner .searchBox ._btn a {
  background: var(--grd-yo);
  color: #4d4d4d;
}
#userBox .inner .searchBox ._btn a span::before {
  background-image: url("../images/b_i_search.svg");
  padding-top: .5rem;
  padding-bottom: .5rem;
}
/*----mypageBox*/
#userBox .inner .mypageBox {
  border: 1px solid #ccc;
}
#userBox .inner .mypageBox ._btn {
  margin-bottom: 1rem;
}
#userBox .inner .mypageBox ._btn a {
  background: var(--grd-gb);
  color: #fff;
}
#userBox .inner .mypageBox ._btn a span::before {
  background-image: url("../images/b_i_login.svg");
}
#userBox .inner .mypageBox ul {
  color: #4d4d4d;
  font-size: 1.5rem;
  margin: 1rem 3rem 0;
}
#userBox .inner .mypageBox ul li {}
@media screen and (max-width: 1024px) {
  #userBox {
    border-left: none;
    padding: 3rem;
    position: inherit;
    max-width: none;
    width: 100%;
    height: auto;
  }
  #userBox .inner {
    display: flex;
    gap: 3rem;
  }
  #userBox .inner > div {
    flex-basis: 50%;
  }
  #userBox .inner .searchBox {
    margin: 0;
  }
}
@media screen and (max-width: 896px) {
  #userBox .inner {
    flex-direction: column;
    gap: 2rem;
  }
}
@media screen and (max-width: 480px) {}
/*---------------------------------

  共通

---------------------------------*/
section {
  padding: 7rem 0;
}
section .l-inner {
  max-width: 120rem;
  margin: 0 auto;
  width: 90%;
}
section h2._title {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
section h2._title._deco {
  position: relative;
}
section h2._title._deco::before {
  content: '';
  background: var(--grd-or);
  border-radius: 0 .2rem .2rem 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: .7rem;
  height: 4rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  section h2._title {
    font-size: 3rem;
  }
  section h2._title._deco::before {
    height: 3rem;
  }
}
@media screen and (max-width: 480px) {
  section {
    padding: 4rem 0;
  }
  section h2._title {
    font-size: 2.2rem;
  }
  section h2._title._deco::before {
    height: 2.5rem;
  }
}
/*---------------------------------

  informationBlock

---------------------------------*/
.informationBlock {
  background: var(--bg-col);
}
.informationBlock .wrap {
  display: grid;
  grid-template-columns: 73rem 40rem;
  /*grid-template-rows: repeat(2, 1fr);*/
  grid-column-gap: 7rem;
  grid-row-gap: 5rem;
}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1024px) {
  .informationBlock .wrap {
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------
  お知らせ
---------------------------------*/
.informationBlock .infoBox {}
.informationBlock .infoBox ._ttlbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  margin-bottom: 2rem;
}
.informationBlock .infoBox ._ttlbox h2 {}
/*--------- タブ */
.informationBlock .infoBox ._ttlbox .tabList {
  display: flex;
  gap: .5rem;
  list-style: none;
  font-size: .9em;
  font-weight: 700;
}
.informationBlock .infoBox ._ttlbox .tabList .tab {
  border-radius: 3rem;
  cursor: pointer;
  padding: 0.1rem 1.5rem;
}
.informationBlock .infoBox ._ttlbox .tabList .tab.is-active, .informationBlock .infoBox ._ttlbox .tabList .tab:hover {
  background: var(--grd-gb);
  color: #fff;
}
/*--------- 一覧 */
.informationBlock .infoBox .info-list {}
.informationBlock .infoBox .info-list ul {
  border-top: 1px solid #b3b3b3;
  list-style: none;
}
.informationBlock .infoBox .info-list ul li {
  border-bottom: 1px solid #b3b3b3;
}
.informationBlock .infoBox .info-list ul li a {
  color: var(--base-col);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 2rem;
  padding: 1.5rem .8rem;
}
.informationBlock .infoBox .info-list ul li a time {
  color: #808080;
  font-size: .9em;
  font-weight: 500;
}
.informationBlock .infoBox .info-list ul li a .ctag {
  background: #ccc;
  border-radius: 2rem;
  color: #fff;
  font-size: .7em;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: .1rem 1.5rem;
}
.informationBlock .infoBox .info-list ul li a .ctag.news {
  background: #0092d8;
}
.informationBlock .infoBox .info-list ul li a .ctag.event {
  background: #16b39b;
}
.informationBlock .infoBox .info-list ul li a .ctag.child {
  background: #df644e;
}
.informationBlock .infoBox .info-list ul li a p {
  flex-basis: 100%;
  font-weight: 700;
}
.informationBlock .infoBox .info-list ul li a:hover {
  background: #fff;
}
.informationBlock .infoBox .info-list ul li a:hover p {
  text-decoration: underline;
}
.informationBlock .infoBox .btn {
  margin-left: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .informationBlock .infoBox ._ttlbox {
    gap: 0.5rem;
    flex-direction: column;
  }
  .informationBlock .infoBox ._ttlbox .tabList {
    gap: .2rem;
  }
  .informationBlock .infoBox ._ttlbox .tabList .tab {
    padding: 0.1rem 1.2rem;
  }
}
/*---------------------------------
　タブ切り替えスタイル
---------------------------------*/
.tab__outer .panel {
  display: none;
}
.tab__outer .panel.is-show {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}
@keyframes tabAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*---------------------------------
  PICKUP
---------------------------------*/
.informationBlock .pickupBox {}
.informationBlock .pickupBox h2 {
  font-size: 1.3em;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 2rem;
  padding-left: 2rem;
  position: relative;
}
.informationBlock .pickupBox h2::before {
  content: '';
  background: url("../images/pickup_i.svg") no-repeat center / contain;
  display: block;
  position: absolute;
  top: .5rem;
  left: -4.5rem;
  width: 6.8rem;
  height: 5.2rem;
  transform: rotate(-15deg);
}
.informationBlock .pickupBox .slider {
  background: #fff;
  border-radius: 2rem;
  padding: 3rem 3rem 7rem;
  position: relative;
}
.informationBlock .pickupBox .slider ._item {}
.informationBlock .pickupBox .slider ._item a {
  color: var(--base-col);
  display: block;
  font-weight: 500;
}
.informationBlock .pickupBox .slider ._item a figure {
  border-radius: 1.2rem;
  overflow: hidden;
}
.informationBlock .pickupBox .slider ._item a figure img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.informationBlock .pickupBox .slider ._item a time {
  display: block;
  color: #808080;
  margin: 1rem 0 .2rem;
}
.informationBlock .pickupBox .slider ._item a p {}
.informationBlock .pickupBox .slider ._item a:hover img {
  transform: scale(1.1);
}
.informationBlock .pickupBox .slider ._item a:hover p {
  text-decoration: underline;
}
.informationBlock .pickupBox .slider .splide__arrows {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 6rem;
}
.informationBlock .pickupBox .slider .splide__arrows .splide__arrow {
  background-color: var(--bg-col);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 6rem;
  height: 100%;
}
.informationBlock .pickupBox .slider .splide__arrows .splide__arrow:hover {
  background-color: #EFE8E3;
}
.informationBlock .pickupBox .slider .splide__arrows .splide__arrow svg {
  display: none;
}
.informationBlock .pickupBox .slider .splide__arrows .splide__arrow.splide__arrow--prev {
  border-top-left-radius: 1rem;
  background-image: url("../images/pickup_arr_prev.svg");
}
.informationBlock .pickupBox .slider .splide__arrows .splide__arrow.splide__arrow--next {
  background-image: url("../images/pickup_arr_next.svg");
}
/* 1枚の時は矢印を消す */
.informationBlock .pickupBox .slider:not(.is-overflow) .splide__arrows {
  display: none;
}
@media screen and (max-width: 1024px) {
  .informationBlock .l-inner {
    background: url("../images/pickup_bg.svg") no-repeat center top/120%;
    width: 100%;
  }
  .informationBlock .l-inner .wrap {
    margin: auto;
    width: 90%;
  }
  .informationBlock .pickupBox {
    order: -1;
    margin: auto;
    max-width: 40rem;
  }
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .informationBlock .l-inner {
    background-size: 180%;
  }
  .informationBlock .pickupBox {
     width: 85%; 
  }
  .informationBlock .pickupBox h2 {
    top: -1.5rem;
    margin-bottom: 0;
    position: absolute;
    transform: rotate(-7deg);
    width: fit-content;
  }
  .informationBlock .pickupBox h2::before {
    top: 0rem;
    left: -3.5rem;
    width: 4.8rem;
    height: 3.2rem;
    transform: rotate(0);
  }
}
/*---------------------------------
  図書館情報
---------------------------------*/
.informationBlock .libraryBox {
  grid-area: 2 / 2 / 3 / 3;
}
.informationBlock .libraryBox .btn {
  border-radius: 1rem;
  font-size: 1.2em;
  max-width: inherit;
}
.informationBlock .libraryBox .btn a {
  border-radius: 1rem;
  display: flex;
  padding: 2rem 1.5rem;
}
.informationBlock .libraryBox .btn a span {
  padding: 0 1rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------

  menuBlock

---------------------------------*/
.menuBlock {}
/*---------------------------------
  施設紹介
---------------------------------*/
.menuBlock .facilityBox {
  background: #f7f4e3;
  border-radius: 2rem;
}
.menuBlock .facilityBox .ttl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-right: 3rem;
}
.menuBlock .facilityBox .ttl-wrap ._title {
  padding-left: 3rem;
}
.menuBlock .facilityBox .ttl-wrap .btn {}
.menuBlock .facilityBox .fac-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  padding: 3rem;
}
.menuBlock .facilityBox .fac-list li {
  background: #fff;
}
.menuBlock .facilityBox .fac-list li:nth-child(-n + 4) {
  border-bottom: 1px solid #ccc;
}
.menuBlock .facilityBox .fac-list li:not(:nth-child(4n)) {
  border-right: 1px solid #ccc;
}
.menuBlock .facilityBox .fac-list li a {
  color: var(--base-col);
  display: block;
  font-weight: 700;
  padding: 2rem;
  position: relative;
  height: 100%;
}
.menuBlock .facilityBox .fac-list li a ._fa_ttl {
  font-size: 1.2em;
  line-height: 1.3;
}
.menuBlock .facilityBox .fac-list li a ._time {
  background: url("../images/i_time.svg") no-repeat center left/1em;
  padding-left: 1.5em;
}
.menuBlock .facilityBox .fac-list li a::after {
  content: '';
  background: url("../images/arr_s_w.svg"), var(--grd-or);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: .5rem, auto;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2rem;
  height: 2rem;
}
.menuBlock .facilityBox .fac-list li a:hover {
  background: #eee;
  opacity: .8;
}
@media screen and (max-width: 1024px) {
  .menuBlock .facilityBox .fac-list li a {
    padding: 1.5rem;
    height: 100%;
  }
}
@media screen and (max-width: 896px) {
  .menuBlock .facilityBox .fac-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .menuBlock .facilityBox .fac-list li:nth-child(-n + 6) {
    border-bottom: 1px solid #ccc;
  }
  .menuBlock .facilityBox .fac-list li:not(:nth-child(4n)) {
    border-right: none;
  }
  .menuBlock .facilityBox .fac-list li:not(:nth-child(2n)) {
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 480px) {
  .menuBlock .facilityBox .ttl-wrap {
    padding-top: 2rem;
    padding-right: 2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .menuBlock .facilityBox .ttl-wrap ._title {
    padding-left: 2rem;
  }
  .menuBlock .facilityBox .ttl-wrap .btn {
    margin: auto;
  }
  .menuBlock .facilityBox .fac-list {
    padding: 2rem;
  }
  .menuBlock .facilityBox .fac-list li a ._fa_ttl {
    font-size: 1em;
  }
}
/*---------------------------------
  利用者メニュー+電子図書館
---------------------------------*/
.menuBlock .userBox {
  background: var(--bg-col);
  margin-top: 7rem;
  border-radius: 2rem;
  overflow: hidden;
}
.menuBlock .userBox h2 {
  background: var(--grd-gb);
  color: #fff;
  font-size: 2rem;
  padding: 1rem 2rem;
}
.menuBlock .wrap {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  padding: 3rem;
}
.menuBlock .wrap > div {}
.menuBlock .wrap .smartmenuBox {
  flex-basis: 65%;
}
.menuBlock .wrap .smartmenuBox .sm-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  list-style: none;
}
.menuBlock .wrap .smartmenuBox .sm-list li {}
.menuBlock .wrap .smartmenuBox .sm-list li a {
  background: #fff;
  border-radius: 2rem;
  color: var(--base-col);
  display: block;
  padding: 2rem .5rem;
  text-align: center;
}
.menuBlock .wrap .smartmenuBox .sm-list li a img {
  object-fit: contain;
  width: 100%;
  height: 6.5rem;
  transition: all .3s;
}
.menuBlock .wrap .smartmenuBox .sm-list li a p {
  font-weight: 600;
  margin-top: .5rem;
}
.menuBlock .wrap .smartmenuBox .sm-list li a:hover {
  box-shadow: 0 .5rem 0 0 rgba(167, 151, 125, 0.3);
  color: var(--hover-col);
  transform: translateY(-.5rem);
}
.menuBlock .wrap .smartmenuBox .sm-list li a:hover img {
  transform: scale(1.15);
}
.menuBlock .wrap .libraryBox {
  flex-basis: 35%;
}
.menuBlock .wrap .libraryBox a {
  border-radius: 2rem;
  display: block;
}
.menuBlock .wrap .libraryBox img {
  border-radius: 2rem;
  width: 100%;
  vertical-align: bottom;
}
.menuBlock .wrap .libraryBox a:hover {
  box-shadow: 0 .5rem 0 0 rgba(167, 151, 125, 0.3);
  color: var(--hover-col);
  transform: translateY(-.5rem);
}
@media screen and (max-width: 1024px) {
  .menuBlock .wrap {
    display: block;
  }
  .menuBlock .wrap .libraryBox {
    margin: 3rem auto 0;
    max-width: 50rem;
  }
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .menuBlock .userBox {
    margin-top: 3rem;
  }
  .menuBlock .wrap {
    padding: 2rem;
  }
  .menuBlock .wrap .smartmenuBox .sm-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .menuBlock .wrap .libraryBox {
    margin-top: 2rem;
  }
}
/*---------------------------------

  libraryBlock

---------------------------------*/
.libraryBlock {
  background: var(--bg-col);
  border-top: .5rem solid #aa988c;
  border-bottom: .6rem solid #aa988c;
  padding-bottom: 20rem;
  position: relative;
}
.libraryBlock::after {
  content: '';
  background: url("../images/library-bg.png") no-repeat center bottom/contain;
  /*mix-blend-mode: multiply;*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.libraryBlock .wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 3rem;
  position: relative;
  z-index: 1;
}
.libraryBlock .wrap ._box {
  flex-basis: calc(100%/3);
}
.libraryBlock .wrap ._box a {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.1);
  color: var(--base-col);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 2rem 2rem 0;
}
.libraryBlock .wrap ._box ._title {
  font-size: 3rem;
  padding: 1rem 3rem;
  padding-right: 0;
}
.libraryBlock .wrap ._box ._title::before {
  height: 3rem;
}
.libraryBlock .wrap ._box a::after {
  content: '';
  background: url("../images/arr_b_w.svg"), var(--grd-gb);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.2rem, auto;
  border-radius: 50%;
  display: block;
  width: 2.7rem;
  height: 2.7rem;
}
.libraryBlock .wrap ._box a:hover {
  box-shadow: 0 1.5rem 2rem 0 rgba(0, 0, 0, 0.15);
  transform: translateY(-.5rem);
}
/* 色変え */
.libraryBlock .wrap ._box:nth-child(2) a {}
.libraryBlock .wrap ._box:nth-child(2) ._title::before {
  background: var(--grd-gb);
}
.libraryBlock .wrap ._box:not(:nth-child(2)) a::after {
  background: url("../images/arr_b_w.svg"), var(--grd-or);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.2rem, auto;
}
@media screen and (max-width: 1024px) {
  .libraryBlock::after {
    background-size: cover;
    height: 15rem;
  }
}
@media screen and (max-width: 896px) {
  .libraryBlock .wrap {
    flex-wrap: wrap;
    gap: 3rem;
  }
  .libraryBlock .wrap ._box {
    flex-basis: calc(100%/2 - 2rem);
  }
  .libraryBlock .wrap ._box:nth-child(1) {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 480px) {
  .libraryBlock {
    padding-bottom: 15rem;
  }
  .libraryBlock::after {
    height: 15rem;
  }
  .libraryBlock .wrap {
    gap: 2rem;
  }
  .libraryBlock .wrap ._box {
    flex-basis: calc(100%/1);
  }
  .libraryBlock .wrap ._box a {
    padding: 1rem 2rem 1rem 0;
  }
  .libraryBlock .wrap ._box ._title {
    font-size: 2.2rem;
  }
  .libraryBlock .wrap ._box .lib-list {}
}
/*---------------------------------

  bunner

---------------------------------*/
#bunner {
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #f7f1e5 50%, #f7f1e5 100%);
  margin-top: -10.5rem;
  position: relative;
}
#bunner #bunner-slider {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 2rem 2rem 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 120rem;
  padding: 5rem 5%;
  position: relative;
  width: 90%;
}
#bunner #bunner-slider .item {
  padding: 1px;
}
#bunner #bunner-slider .item a {
  border: 1px solid #ccc;
  display: block;
}
#bunner #bunner-slider .item a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#bunner #bunner-slider .splide__arrows {}
#bunner #bunner-slider .splide__arrows .splide__arrow {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6rem;
  height: 6rem;
}
#bunner #bunner-slider .splide__arrows .splide__arrow.splide__arrow--prev {
  background-image: url("../images/bu_arr_prev.svg");
  left: -3rem;
}
#bunner #bunner-slider .splide__arrows .splide__arrow.splide__arrow--next {
  background-image: url("../images/bu_arr_next.svg");
  right: -3rem;
}
#bunner #bunner-slider .splide__arrows .splide__arrow svg {
  display: none;
}
@media screen and (max-width: 1024px) {
  #bunner {
    margin-top: -11.7rem;
  }
}
@media screen and (max-width: 896px) {
  #bunner {
    margin-top: -10rem;
  }
}
@media screen and (max-width: 480px) {
  #bunner {
    margin-top: -7.8rem;
  }
  #bunner #bunner-slider {
    max-width: 120rem;
    padding: 3rem 10%;
    width: 85%;
  }
  #bunner #bunner-slider .splide__arrows .splide__arrow {
    width: 4.5rem;
    height: 4.5rem;
  }
  #bunner #bunner-slider .splide__arrows .splide__arrow.splide__arrow--prev {
    left: -2rem;
  }
  #bunner #bunner-slider .splide__arrows .splide__arrow.splide__arrow--next {
    right: -2rem;
  }
}