.litepicker {
  display: block !important;
}
.litepicker--box {
  display: inline-block;
}
.litepicker--box .month-item {
  border-radius: 2rem;
  background-color: #f6f7fb;
  -webkit-box-shadow: 0px 0.6rem 1rem rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0.6rem 1rem rgba(0, 0, 0, 0.25);
}
.litepicker--box .month-item-header {
  padding: 2rem 3rem;
  background-color: #3b3f3d;
}
.litepicker--box .month-item-header::before {
  display: none;
}
.litepicker--box .month-item-weekdays-row {
  background-color: #fbf4eb;
}
.litepicker--box .month-item-weekdays-row::before {
  display: none;
}
.litepicker .month-item {
  position: relative;
  overflow: hidden;
}
.litepicker .month-item-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 2rem;
  color: #fff;
}
@media (min-width: 601px) {
  .litepicker .month-item-header {
    width: 35.5rem;
  }
}
.litepicker .month-item-header::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: -50vmax;
  right: -50vmax;
  background-color: #3b3f3d;
}
.litepicker .month-item-header button {
  position: relative;
  z-index: 1;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.litepicker .month-item-header button svg {
  pointer-events: none;
}
.litepicker .month-item-header div {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.litepicker .month-item-header .month-item-name,
.litepicker .month-item-header .month-iten-year {
  font-weight: 500;
  text-transform: uppercase;
}
.litepicker .month-item-header .month-item-year {
  margin-left: 0.5rem;
}
.litepicker .month-item-weekdays-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .litepicker .month-item-weekdays-row {
    padding: 1.8rem 1rem 1.6rem;
  }
}
@media (min-width: 601px) {
  .litepicker .month-item-weekdays-row {
    padding: 1.8rem 2rem 1.6rem;
    max-width: 35.5rem;
  }
}
.litepicker .month-item-weekdays-row::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: -50vmax;
  right: -50vmax;
  display: block;
  background-color: #f6f7fb;
}
.litepicker .month-item-weekdays-row div {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.litepicker .container__days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .litepicker .container__days {
    padding: 2rem 1rem;
  }
}
@media (min-width: 601px) {
  .litepicker .container__days {
    width: 35.5rem;
    padding: 2rem;
  }
}
.litepicker .container__days div {
  cursor: pointer;
  position: relative;
  margin: 0.5rem 0;
  height: 4.5rem;
}
@media (max-width: 600px) {
  .litepicker .container__days div {
    width: 14.28%;
  }
}
@media (min-width: 601px) {
  .litepicker .container__days div {
    width: 4.5rem;
  }
}
.litepicker .container__days div span {
  pointer-events: none;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 4.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 4.5rem;
}
.litepicker .container__days div.is-in-range span, .litepicker .container__days div.is-start-date span, .litepicker .container__days div.is-end-date span {
  color: #fff;
}
.litepicker .container__days div.is-in-range span {
  border-radius: 0;
  background-color: #fee6a7;
}
.litepicker .container__days div.is-start-date span, .litepicker .container__days div.is-end-date span {
  position: relative;
  background-color: #feca00;
}
.litepicker .container__days div.is-start-date::after, .litepicker .container__days div.is-end-date::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 3rem;
  background-color: #fee6a7;
}
.litepicker .container__days div.is-start-date::after {
  right: 0;
}
.litepicker .container__days div.is-start-date.is-flipped::after {
  right: auto;
  left: 0;
}
.litepicker .container__days div.is-end-date::after {
  left: 0;
}
.litepicker .container__days div.is-end-date.is-flipped::after {
  left: auto;
  right: 0;
}
.litepicker .container__days div.is-start-date.is-end-date span {
  border-radius: 50%;
}
.litepicker .container__days div.is-start-date.is-end-date::after {
  display: none;
}
.litepicker .container__tooltip {
  display: none;
}

.page-header {
  margin: 0 0 4.6rem;
}
@media (min-width: 1201px) {
  .page-header--single .page-header__inner {
    width: 65%;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 1.5rem;
}
.breadcrumbs .breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 11px;
}
.breadcrumbs .breadcrumb-item::after {
  content: "";
  display: inline-block;
  width: 0.9rem;
  height: 0.7rem;
  margin-left: 11px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIGZpbGw9IiNDNEI1QjIiIHZpZXdCb3g9IjAgMCA5IDkiPjxwYXRoIGQ9Ik00LjE0Niw4Ljg1M2EuNS41LDAsMCwxLDAtLjcwN0w3LjI5Myw1SC41YS41LjUsMCwxLDEsMC0xSDcuMjkzTDQuMTQ2Ljg1M0EuNS41LDAsMCwxLDQuODU0LjE0N0w4Ljg0NSw0LjEzOGEuNS41LDAsMCwxLDAsLjcyNUw0Ljg1NCw4Ljg1M2EuNS41LDAsMCwxLS43MDcsMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.breadcrumbs .breadcrumb-item:last-child::after {
  content: none;
}

.filter-select {
  position: relative;
}
.filter-select__input {
  display: none;
}
.filter-select__main {
  cursor: pointer;
}
@media (max-width: 600px) {
  .filter-select__main {
    width: 100%;
    text-align: left;
    padding: 2rem 3rem;
    border-top: 0.1rem solid #e6e7ea;
  }
}
@media (min-width: 601px) {
  .filter-select__main {
    padding: 1rem 1.5rem;
    border-radius: 3rem;
    border: 0.1rem solid #17110d;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
}
.filter-select__main:hover, .filter-select--open .filter-select__main {
  background-color: #fff;
}
.filter-select--open .filter-select__main {
  border-color: transparent;
}
@media (min-width: 601px) {
  .filter-select--filtered .filter-select__main {
    background-color: #fee6a7;
  }
}
@media (max-width: 600px) {
  .filter-select__options {
    display: none;
    padding: 1rem 3rem;
    text-align: center;
  }
}
@media (min-width: 601px) {
  .filter-select__options {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 50%;
    margin-left: -12rem;
    width: 24rem;
    max-height: 30rem;
    overflow-y: auto;
    padding: 3rem;
    border-radius: 2rem;
    background-color: #fff;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.6rem 1rem rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 601px) {
  .filter-select--open .filter-select__options {
    opacity: 1;
    margin-top: 1rem;
    visibility: visible;
  }
}
.filter-select__options li {
  margin-top: 1.5rem;
}
.filter-select__options li > button {
  font-weight: 500;
}
.filter-select__options li:first-child {
  margin-top: 0;
}
.filter-select__options li ul {
  border-top: 1px solid #e6e7ea;
  margin-top: 6px;
  padding-top: 10px;
  padding-left: 10px;
}
.filter-select__options li ul button {
  font-size: 1.4rem;
  font-weight: 400;
}
.filter-select__option {
  text-align: left;
}

.post-filters__main {
  display: block;
}

.post-filter-tag {
  cursor: pointer;
}
@media (max-width: 600px) {
  .post-filter-tag {
    padding: 2rem 3rem;
  }
}
@media (min-width: 601px) {
  .post-filter-tag {
    padding: 1rem 1.5rem;
    border-radius: 3rem;
    border: 0.1rem solid #17110d;
  }
}
.post-filter-tag.active {
  background-color: #fee6a7;
}

@media (max-width: 600px) {
  .post-filters-list {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 101;
    inset: 0;
    padding: 2rem;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
  }
}
@media (max-width: 600px) {
  .post-filters-list--open {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 601px) {
  .post-filters-list__open {
    display: none;
  }
}
@media (max-width: 600px) {
  .post-filters-list__open-wrap {
    text-align: right;
  }
}
@media (max-width: 600px) {
  .post-filters-list__inner {
    position: relative;
    background-color: #fff;
    border-radius: 2rem;
    padding: 6rem 0 1rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 601px) {
  .post-filters-list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75rem;
  }
}
@media (max-width: 600px) {
  .post-filters-list__items {
    overflow-y: auto;
    height: 100%;
  }
}
@media (min-width: 601px) {
  .post-filters-list__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 601px) {
  .post-filters-list__item {
    padding: 0 0.75rem;
  }
}
@media (max-width: 600px) {
  .post-filters-list__close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    padding: 1rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #feca00;
  }
}
@media (min-width: 601px) {
  .post-filters-list__close {
    display: none;
  }
}
.post-filters-list__clear {
  display: none;
}
.post-filters-list__clear--visible {
  display: block;
}
.post-filters-list__clear--pc {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  padding: 1.2rem;
  border: 0.1rem solid #17110d;
  background-color: #fee6a7;
}
@media (max-width: 600px) {
  .post-filters-list__clear--pc {
    display: none;
  }
}
@media (min-width: 601px) {
  .post-filters-list__clear--mobile {
    display: none;
  }
}
@media (max-width: 600px) {
  .post-filters-list__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
    padding: 2rem 3rem;
    border-top: 0.1rem solid #e6e7ea;
    background: white;
  }
}
@media (min-width: 601px) {
  .post-filters-list__footer {
    display: none;
  }
}

.post-filter-date {
  position: relative;
}
@media (max-width: 600px) {
  .post-filter-date {
    margin-top: 2rem;
  }
}
.post-filter-date__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -0.75rem;
}
.post-filter-date__item {
  padding: 0 0.75rem;
}
@media (max-width: 600px) {
  .post-filter-date__item--icon {
    display: none;
  }
}
@media (max-width: 600px) {
  .post-filter-date__item--date {
    width: 100%;
    max-width: 13rem;
  }
}
.post-filter-date__picker {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -17.7rem;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.post-filter-date__picker.open {
  margin-top: 1rem;
  opacity: 1;
  visibility: visible;
}
.post-filter-date__input {
  padding: 1rem 1.5rem;
  border-radius: 3rem;
  border: 0.1rem solid #17110d;
}
@media (max-width: 600px) {
  .post-filter-date__input {
    width: 100%;
    max-width: 15rem;
  }
}
@media (min-width: 601px) {
  .post-filter-date__input {
    width: 15rem;
  }
}
.post-filter-date__input span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.post-filter-date__clear {
  width: 3.8rem;
  height: 3.8rem;
  padding: 1.2rem;
  border-radius: 50%;
  border: 0.1rem solid #17110d;
}

.news-list {
  margin: 3.5rem 0 0;
}
.news-list__highlight {
  margin: 0 0 6.4rem;
}
.news-list__items {
  margin: 6.2rem 0 0;
}

.news-item {
  margin: 2rem 0 0;
  position: relative;
  background-color: #fff;
}
@media (min-width: 601px) {
  .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 601px) and (max-width: 901px) {
  .news-item {
    margin: 4rem 0 0;
  }
}
.news-item--highlight {
  border: 0.2rem solid #feca00;
}
.news-item__image {
  background-color: #e6e7ea;
}
@media (max-width: 600px) {
  .news-item__image {
    min-height: 22rem;
    height: 50vw;
  }
}
@media (min-width: 601px) {
  .news-item__image {
    height: 22rem;
    width: 27rem;
  }
}
.news-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 600px) {
  .news-item__content {
    padding: 3.2rem 2rem;
  }
}
@media (min-width: 901px) {
  .news-item__content {
    padding: 2.5rem 4rem;
    padding-right: 6rem;
  }
}
@media (min-width: 601px) and (max-width: 901px) {
  .news-item__content {
    padding: 2.5rem 3rem;
    padding-right: 6rem;
  }
}
.news-item__title {
  text-transform: uppercase;
}
@media (min-width: 601px) and (max-width: 901px) {
  .news-item__title {
    padding-right: 3rem;
  }
}
.news-item__num {
  padding-right: 8px;
  margin-right: 10px;
  border-right: 0.4rem solid #feca00;
}
.news-item__desc {
  margin: 1rem 0 0;
}
@media (min-width: 901px) {
  .news-item__desc {
    padding-right: 2rem;
  }
}
.news-item__favorite {
  position: absolute;
  z-index: 1;
}
@media (max-width: 600px) {
  .news-item__favorite {
    top: 2.2rem;
    right: 2.2rem;
  }
}
@media (min-width: 601px) and (max-width: 1201px) {
  .news-item__favorite {
    top: 2.5rem;
    right: 3rem;
  }
}
@media (min-width: 1201px) {
  .news-item__favorite {
    top: 2.5rem;
    right: 5rem;
  }
}
.news-item__view {
  position: absolute;
  z-index: 1;
  font-weight: 500;
}
@media (max-width: 600px) {
  .news-item__view {
    top: 50vw;
    right: 1rem;
    margin-top: -2.5rem;
  }
}
@media (min-width: 601px) and (max-width: 901px) {
  .news-item__view {
    margin-bottom: -2.5rem;
    right: 3rem;
    bottom: 0;
  }
}
@media (min-width: 901px) {
  .news-item__view {
    right: 2.5rem;
    bottom: 2.5rem;
  }
}
@media (min-width: 1201px) {
  .news-item__view {
    right: 5rem;
  }
}

.container > .news-item:last-child {
  margin-bottom: 6.4rem;
}

/*# sourceMappingURL=template-news.css.map*/