@media (max-width: 834px) {
  .news {
    padding: min(80px, 20vw) 0 min(120px, 30vw);
  }
}
@media (min-width: 835px) {
  .news {
    padding: 10rem 0;
  }
}

.news_header {
  position: relative;
}

.news_header__head {
  color: #9b9b9b;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
@media (max-width: 834px) {
  .news_header__head {
    font-size: min(40px, 10vw);
    margin-bottom: 1em;
  }
}
@media (min-width: 835px) {
  .news_header__head {
    font-size: 5rem;
    margin-bottom: 1em;
  }
}

.news_archive__date {
  line-height: 1;
  position: relative;
}

.news_archive__date__wrap {
  align-items: flex-end;
  display: flex;
  line-height: 1;
  position: relative;
}
@media (max-width: 834px) {
  .news_archive__date__wrap {
    font-size: min(42px, 10.5vw);
    margin-left: max(-15px, -3.75vw);
    margin-top: min(10px, 2.5vw);
  }
}
@media (min-width: 835px) {
  .news_archive__date__wrap {
    font-size: 4rem;
    margin-left: -1.25rem;
    margin-top: 0.9375rem;
  }
}

.news_archive__date__m {
  min-width: min(55px, 13.75vw);
  text-align: center;
}
@media (min-width: 835px) {
  .news_archive__date__m {
    min-width: 5rem;
  }
}

.news_archive__date__d {
  min-width: min(55px, 13.75vw);
  position: relative;
  text-align: center;
}
@media (min-width: 835px) {
  .news_archive__date__d {
    min-width: 5rem;
  }
}
.news_archive__date__d:before {
  background: #9b9b9b;
  content: "";
  height: 80%;
  translate: 0 -50%;
  width: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

.news_archive__date__dotw {
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  margin-left: 1.25rem;
  translate: 0 -20%;
}

.news_archive__date__y {
  font-size: 12px;
  font-variation-settings: "wght" 500;
  line-height: 1;
}
@media (min-width: 835px) {
  .news_archive__date__y {
    font-size: 14px;
  }
}

.news_archive__category {
  font-size: 12px;
  font-variation-settings: "wght" 500;
  line-height: 1;
}
@media (min-width: 835px) {
  .news_archive__category {
    font-size: 14px;
  }
}

.news_archive {
  color: #9b9b9b;
  position: relative;
}
@media (min-width: 835px) {
  .news_archive {
    margin: 0 auto;
    max-width: 1080px;
  }
}

.news_archive__articlelist {
  position: relative;
}

.news_archive__articlelist__item {
  position: relative;
}
.news_archive__articlelist__item a {
  border-top: 1px solid rgba(155, 155, 155, 0.2);
  display: block;
}
@media (max-width: 834px) {
  .news_archive__articlelist__item a {
    padding: 35px 20px;
  }
}
@media (min-width: 835px) {
  .news_archive__articlelist__item a {
    padding: 3.125rem 3.125rem;
    transition: all 0.2s 0s ease;
  }
}
@media (min-width: 835px) {
  .news_archive__articlelist__item a:hover {
    border-top: 1px solid rgba(155, 155, 155, 0.25);
    filter: brightness(1.3);
  }
}
.news_archive__articlelist__item:nth-child(odd) a {
  background: #061611;
}
.news_archive__articlelist__item:nth-child(even) a {
  background: #1a0004;
}

.news_archive__header {
  align-items: center;
  display: flex;
  position: relative;
}
@media (max-width: 834px) {
  .news_archive__header {
    gap: 10px;
  }
}
@media (min-width: 835px) {
  .news_archive__header {
    gap: 2.5rem;
  }
}

.news_archive__head {
  font-variation-settings: "wght" 600;
  text-align: justify;
}
@media (max-width: 834px) {
  .news_archive__head {
    font-size: 13.5px;
    line-height: 1.6296296296;
    padding-right: 55px;
  }
}
@media (min-width: 835px) {
  .news_archive__head {
    font-size: 1.0625rem;
  }
}

.news_archive__meta {
  position: relative;
}

.news_archive__metarow {
  display: flex;
  gap: 1em;
}
@media (max-width: 834px) {
  .news_archive__metarow {
    gap: 1.4em;
  }
}

.news_archive__arw {
  aspect-ratio: 1;
  background: black;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .news_archive__arw {
    position: absolute;
    top: 50%;
    right: 15px;
    translate: 0 -50%;
    width: 40px;
  }
}
@media (min-width: 835px) {
  .news_archive__arw {
    position: absolute;
    top: 50%;
    right: 3.125rem;
    translate: 0 -50%;
    width: 2.875rem;
  }
}
.news_archive__arw:after {
  aspect-ratio: 25.71/16.17;
  background: url("/wp/wp-content/themes/brotherash_official//assets/img/top/news/ico_arw.svg") no-repeat 0 0/100%;
  content: "";
  display: block;
  translate: -50% -50%;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media (min-width: 835px) {
  .news_archive__category {
    display: flex;
  }
}
.news_archive__category .item {
  position: relative;
}
@media (min-width: 835px) {
  .news_archive__category .item:before {
    content: ",";
    margin: 0 0.25em;
  }
}
.news_archive__category .item:first-child:before {
  display: none;
}

.news_single__body {
  margin-top: 3em;
}
@media (max-width: 834px) {
  .news_single__body {
    font-size: 14px;
    line-height: 2;
  }
}
@media (min-width: 835px) {
  .news_single__body {
    font-size: 1rem;
    line-height: 2;
  }
}

.news_single__body a {
  color: #52792a;
}
@media (min-width: 835px) {
  .news_single__body a:hover {
    text-decoration: underline;
  }
}
.news_single__body p {
  margin-top: 2em;
}
.news_single__body h3 {
  font-size: 110%;
  font-variation-settings: "wght" 700;
  margin-top: 4em;
}
.news_single__body h4 {
  font-variation-settings: "wght" 700;
  margin-top: 3em;
}
.news_single__body h4 + ul {
  margin-top: 1em;
}
.news_single__body ul {
  margin-top: 2em;
}
.news_single__body ul > li {
  margin-top: 1em;
}
.news_single__body ul > li > ul {
  margin-left: 1em;
  margin-top: 0;
}
.news_single__body ul > li > ul > li {
  margin-top: 0;
}
.news_single__body ul > li > ul > li > ul {
  margin-left: 2em;
  margin-top: 0;
}
.news_single__body ul > li > ul > li > ul > li {
  margin-top: 0;
}

.news_single__date {
  line-height: 1;
  position: relative;
}

.news_single__date__wrap {
  align-items: flex-end;
  display: flex;
  font-size: 5.3125rem;
  line-height: 1;
  margin-top: 0.9375rem;
  position: relative;
}

.news_single__date__d {
  padding-left: 2.5rem;
  position: relative;
}
.news_single__date__d:before {
  background: #9b9b9b;
  content: "";
  height: 75%;
  translate: 0 -50%;
  width: 1px;
  position: absolute;
  top: 50%;
  left: 1.25rem;
}

.news_single__date__dotw {
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  margin-left: 1.25rem;
  translate: 0 -20%;
}

.news_single__date__y {
  font-size: 0.875rem;
  font-variation-settings: "wght" 500;
  line-height: 1;
}
@media (max-width: 834px) {
  .news_single__date__y {
    font-size: 12px;
  }
}

.news_single__category {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  font-size: 12px;
  line-height: 1;
}
.news_single__category .item {
  position: relative;
}
.news_single__category .item:before {
  content: ",";
  margin: 0 0.25em;
}
.news_single__category .item:first-child:before {
  display: none;
}
@media (min-width: 835px) {
  .news_single__category {
    font-size: 0.875rem;
  }
}

.news_single {
  background: #061611;
  color: #9b9b9b;
  position: relative;
}
@media (max-width: 834px) {
  .news_single {
    border-bottom: 1px solid rgba(155, 155, 155, 0.2);
    border-top: 1px solid rgba(155, 155, 155, 0.2);
    padding: min(50px, 12.5vw) min(25px, 6.25vw);
  }
}
@media (min-width: 835px) {
  .news_single {
    border: 1px solid rgba(155, 155, 155, 0.2);
    margin: 0 auto;
    max-width: 1080px;
    padding: 5rem;
  }
}

.news_single__header {
  position: relative;
}

.news_single__head {
  font-variation-settings: "wght" 700;
  line-height: 2;
  margin-top: 3em;
}
@media (max-width: 834px) {
  .news_single__head {
    font-size: 17px;
  }
}
@media (min-width: 835px) {
  .news_single__head {
    font-size: 1.5rem;
  }
}

.news_single__meta {
  display: flex;
}

.news_single__eyecatch {
  margin-top: 1em;
}
@media (min-width: 835px) {
  .news_single__eyecatch {
    margin-top: 1.25rem;
  }
}