main {
  margin-top: var(--header_h);
  margin-bottom: var(--mb);
}

.news__area {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .news__area {
    margin-top: 50px;
  }
}
.news__inner {
  max-width: 810px;
  margin-inline: auto;
  width: 90%;
}
.news__date {
  font-size: 14px;
  font-weight: 700;
  color: var(--c_gold);
}
@media screen and (max-width: 767px) {
  .news__date {
    font-size: 12px;
  }
}
.news__title {
  font-size: 30px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .news__title {
    font-size: 24px;
    margin-top: 10px;
  }
}
.news__title:is(h3) {
  font-size: 24px;
  margin-block: 40px 15px;
}
@media screen and (max-width: 767px) {
  .news__title:is(h3) {
    font-size: 20px;
  }
}
.news__image {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news__image {
    margin-bottom: 20px;
  }
}
.news__text {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .news__text {
    font-size: 14px;
  }
}
.news__text--lg {
  font-size: 18px;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .news__text--lg {
    font-size: 16px;
  }
}
.news__link {
  color: var(--c_red);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1px;
  transition: border-bottom 0.3s;
}
@media (hover) {
  .news__link:hover {
    border-bottom: 1px solid var(--c_red);
  }
}
.news__thumb {
  width: 100%;
}
.news__content {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .news__content {
    margin-top: 25px;
  }
}
.news__subtitle {
  font-size: 24px;
  font-weight: 700;
  padding-left: 18px;
  border-left: 7px solid var(--c_gold);
  margin-bottom: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .news__subtitle {
    font-size: 20px;
  }
}
.news__block {
  padding: 30px;
  margin-top: 50px;
  background: var(--c_grey);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .news__block {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
    padding: 20px;
  }
}

.menu__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #eeeeee;
  margin-top: 50px;
  padding-top: 30px;
}
.menu__arrow {
  width: 24px;
}
.menu__arrow::before {
  width: 6px;
}
.menu__arrow--prev {
  rotate: 180deg;
}
.menu__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .menu__btn {
    font-size: 16px;
  }
}
.menu__btn--lineup {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .menu__btn--lineup {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .menu__btn {
    gap: 5px;
  }
}
@media (hover) {
  .menu__btn:hover .menu__arrow {
    background: var(--c_red);
  }
  .menu__btn:hover .menu__arrow::before {
    background: var(--c_white);
  }
  .menu__btn:hover .menu__icon--home {
    opacity: 0.7;
  }
  .menu__btn:hover .menu__text {
    opacity: 0.7;
  }
}
.menu__btn--disabled {
  opacity: 0.3;
  pointer-events: none;
}
.menu__text {
  transition: opacity 0.3s;
}
.menu__icon--home {
  mask-image: url(/news/img/home.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  background: var(--c_red);
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .menu__icon--home {
    width: 20px;
  }
}

/*# sourceMappingURL=pages.css.map */
