#globalNavBtn {
  display: block;
  position: relative;
  width: 2.8571428571rem;
  height: 1.7142857143rem;
  z-index: 10000;
  cursor: pointer
}
@media screen and (min-width: 1201px) {
  #globalNavBtn {
    display: none
  }
}
#globalNavBtn span {
  position: absolute;
  display: block;
  width: 100%;
  height: .1428571429rem;
  background: #f60;
  transition: .3s
}
#globalNavBtn span:nth-of-type(1) {
  top: 0
}
#globalNavBtn span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%)
}
#globalNavBtn span:nth-of-type(3) {
  top: 100%;
  transform: translateY(-100%)
}
#globalNavBtn.open span {
  background: #fff
}
#globalNavBtn.open span:nth-of-type(1) {
  top: 50%;
  transform: rotate(-45deg)
}
#globalNavBtn.open span:nth-of-type(2) {
  opacity: 0
}
#globalNavBtn.open span:nth-of-type(3) {
  top: 50%;
  transform: rotate(45deg)
}
#globalNav {
  position: fixed;
  top: 0;
  right: unset;
  bottom: unset;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  background: #f90
}
#globalNavBtn.open + #globalNav {
  display: flex;
  justify-content: center;
  justify-content_: left;
  align-items: center;
  align-items_: left;
  overflow: hidden scroll;
  padding-left_:10px;
}
@media screen and (min-width: 1201px) {
  #globalNav {
    display: block;
    position: relative;
    width: 100%;
    height: auto
  }
}
@media screen and (min-width: 901px) {
  #breadcrumbs {
    margin-bottom: 2.5rem
  }
}
@media screen and (max-width: 900px) {
  .article #breadcrumbs {
    margin-bottom: 1.4285714286rem
  }
}
.breadcrumbs_list {
  display: flex;
  justify-content: left;
  align-items: flex-start
}
.breadcrumbs_list__item {
  font-size: .8571428571rem
}
.breadcrumbs_list__item::before {
  display: inline-block;
  content: ">";
  margin: 0 .25em
}
.breadcrumbs_list__item:first-child::before {
  display: none
}
.pagination {
  text-align: center
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  width: 2.1428571429rem;
  aspect-ratio: 1;
  margin: 0 .1785714286rem;
  border: .0714285714rem solid #f90;
  border-radius: .3571428571rem;
  background: #f90;
  font-weight: 700;
  color: #fff
}
@media screen and (min-width: 751px) {
  .pagination .page-numbers {
    width: 2.5rem;
    border-width: 2px;
    border-radius: 6px
  }
}
.pagination .page-numbers.current {
  background: #fff;
  color: #f90
}
.pagination .page-numbers.prev {
  transform: rotate(180deg)
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  position: relative;
  color: #f90
}
.pagination .page-numbers.prev::before, .pagination .page-numbers.next::before {
  position: absolute;
  top: unset;
  right: unset;
  bottom: 50%;
  left: 50%;
  display: block;
  content: "";
  width: .0714285714rem;
  height: .5em;
  background: #fff;
  transform: translateY(15.5%) rotate(-45deg)
}
.pagination .page-numbers.prev::after, .pagination .page-numbers.next::after {
  position: absolute;
  top: 50%;
  right: unset;
  bottom: unset;
  left: 50%;
  display: block;
  content: "";
  width: .0714285714rem;
  height: .5em;
  background: #fff;
  transform: translateY(-15.5%) rotate(45deg)
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, .5);
  z-index: -1;
  opacity: 0;
  pointer-events: none
}
.is-modalOpen .modal {
  z-index: 10000;
  opacity: 1;
  pointer-events: unset
}
.modal__inner {
  width: 90%
}
.modal__inner img {
  margin: auto
}
.modal .btn_close {
  position: absolute;
  top: 0;
  right: 5%;
  bottom: unset;
  left: unset;
  color: #fff;
  font-size: 3rem
}
.modal .btn_close:hover {
  opacity: .6
}

