/* @mixin MQ_OVER {
    @media (min-width: 1000px) {
        @content;
    }
} */
:root {
  --articleHeight: 0px;
}

.news__content {
  position: relative;
}

.news__content__inner {
  height: 100%;
  position: relative;
}

.news-detail {
  opacity: 0;
}
.news-detail.-active {
  animation: itemInBT 0.4s ease-out forwards;
  display: block;
}

.news-detail__main {
  background: #f7f7f2;
}

.news-detail__head {
  background: #323232;
  color: #fff;
  position: relative;
}
.news-detail__head .news-detail__back {
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../../assets/img/common/ico/ico_arw.svg) no-repeat center left/contain;
  transform: translateY(-50%);
  height: 5vw;
  width: 5vw;
}
.news-detail__head .title {
  font-weight: 800;
}
.news-detail__head .date {
  display: block;
  line-height: 1;
  margin-top: 0.6em;
}

.news-detail__content {
  font-weight: 600;
}
.news-detail__content a {
  color: #b9658d;
  text-decoration: underline;
}
.news-detail__content img {
  display: block;
  margin: 2em auto;
}
.news-detail__content iframe {
  aspect-ratio: 16/9;
  height: 100%;
  pointer-events: initial !important;
  width: 100%;
}

.news-delail__pager__item {
  cursor: pointer;
  font-size: 4.5vw;
  position: relative;
}
.news-delail__pager__item span {
  border-bottom: 1px #323232 solid;
  display: inline-block;
  line-height: 1;
}
.news-delail__pager__item.-latest::before, .news-delail__pager__item.-old::before {
  position: absolute;
  top: 50%;
  aspect-ratio: 28/26;
  background: url(../../assets/img/common/ico/ico_arw.svg) no-repeat center/contain;
  content: "";
  display: block;
  width: 3.5vw;
}
.news-delail__pager__item.-latest {
  padding-left: 5.7vw;
}
.news-delail__pager__item.-latest::before {
  left: 0;
  transform: translate(0, -50%);
}
.news-delail__pager__item.-old {
  padding-right: 5.7vw;
}
.news-delail__pager__item.-old::before {
  right: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.news-delail__pager__item.-disabled {
  visibility: hidden;
}

.news-list {
  position: relative;
}
.news-list::after {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #cccccc;
  content: "";
  display: block;
  width: 0;
  transition: width 0.4s ease-out;
}
.-ready .news-list::after {
  width: 100%;
}

.news-list__item {
  position: relative;
}
.news-list__item a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #f7f7f2;
  height: 100%;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: -1;
}
.news-list__item::after {
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #cccccc;
  content: "";
  display: block;
  width: 0;
  transition: width 0.4s ease-out;
}
.news-list__item.-active a::before {
  transform: scaleX(1);
}
.news-list__item:hover a::before {
  transform: scaleX(1);
}
.-ready .news-list__item::after {
  width: 100%;
}

.news-list__item__inner {
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s 0.2s ease-out;
  display: flex;
}
.news-list__item__inner .date {
  white-space: nowrap;
  min-width: 30%;
}
.news-list__item__inner .title {
  font-weight: 600;
}
.-ready .news-list__item__inner {
  opacity: 1;
}
@media (max-width: 799px) {
  .news__content {
    margin-top: 17px;
  }
  .news__content.-active {
    height: var(--articleHeight);
  }
  .news-detail {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #cccccc;
    height: 100%;
    width: 100%;
    display: none;
  }
  body[data-news-hash=none] .news-detail {
    display: none !important;
    opacity: 0;
  }
  .news-detail__head {
    padding: 6.3vw;
  }
  .news-detail__head .title {
    font-size: 5.5vw;
    line-height: 1.35;
  }
  .news-detail__head .date {
    font-size: 3.5vw;
  }
  .news-detail__content {
    font-size: 3.8vw;
    line-height: 2;
    padding: 6.3vw;
  }
  .news-delail__pager {
    display: flex;
    margin: 40px 6.3vw 0;
    justify-content: space-between;
  }
  .news-list {
    height: 100%;
    margin: 0 6.3vw;
    overflow: hidden;
  }
  .-active .news-list {
    opacity: 0;
  }
  .news-list__title {
    font-size: 9.1vw;
    line-height: 1.0833333333;
  }
  .news-list__item a::before {
    display: none;
  }
  .news-list__item__inner {
    font-size: 4vw;
    padding: 3.8vw 2.5vw 3.8vw 0vw;
  }
  .news-list__item__inner .title {
    line-height: 1.25;
  }
}
@media (min-width: 800px) {
  .news__content {
    padding: 0 4.5vw;
  }
  .news__content__inner {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
  .news__left {
    width: 29.3%;
  }
  .news-detail {
    width: 62.8%;
    display: block;
    opacity: 1;
  }
  .news-detail__head {
    padding: clamp(28px, 19.4285714286px + 1.0714285714vw, 60px) clamp(61.6px, 42.7428571429px + 2.3571428571vw, 132px);
  }
  .news-detail__head .title {
    font-size: clamp(21px, 14.5714285714px + 0.8035714286vw, 45px);
    line-height: 1.25;
  }
  .news-detail__head .date {
    font-size: clamp(12.6px, 8.7428571429px + 0.4821428571vw, 27px);
  }
  .news-detail__content {
    font-size: clamp(14px, 9.7142857143px + 0.5357142857vw, 30px);
    line-height: 2.2;
    padding: clamp(49px, 34px + 1.875vw, 105px) clamp(61.6px, 42.7428571429px + 2.3571428571vw, 132px);
  }
  .news-detail__content img {
    max-width: 880px;
  }
  .news-list {
    margin-top: clamp(35px, 24.2857142857px + 1.3392857143vw, 75px);
    width: 100%;
  }
  .news-list__title {
    font-size: clamp(56px, 38.8571428571px + 2.1428571429vw, 120px);
    margin-top: clamp(-7px, -4.8571428571px + -0.2678571429vw, -15px);
    line-height: 1;
  }
  .news-list__item__inner {
    font-size: clamp(12.6px, 8.7428571429px + 0.4821428571vw, 27px);
    padding: clamp(15.4px, 10.6857142857px + 0.5892857143vw, 33px) clamp(11.9px, 8.2571428571px + 0.4553571429vw, 25.5px) clamp(13.3px, 9.2285714286px + 0.5089285714vw, 28.5px);
    line-height: 1.1111111111;
  }
  .news-list__item__inner .date {
    min-width: clamp(77px, 53.4285714286px + 2.9464285714vw, 165px);
  }
  .news-list__item__inner .title {
    line-height: 1.5555555556;
  }
}