.p-inner {
  position: relative;
  width: 85.2%;
  margin: 0 auto;
}
@media screen and (min-width: 1401px) {
  .p-inner {
    width: calc(100% - 210px);
    max-width: 1600px;
  }
}
@media screen and (max-width: 850px) {
  .p-inner {
    width: 88%;
  }
}

.p-news {
  margin-top: 58px;
}
@media screen and (max-width: 850px) {
  .p-news {
    margin-top: 40px;
  }
}
.p-news__category {
  position: relative;
  transform: translateY(10px);
  opacity: 0;
}
.on-load .p-news__category {
  transform: translateX(0);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 1.4s, opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 1.4s;
}
.p-news__inner {
  transform: translateY(10px);
  opacity: 0;
}
.on-load .p-news__inner {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 1.7s, opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 1.7s;
}
.on-load .l-section--detail .p-news__inner {
  transition-delay: 1.4s, 1.4s;
}
.p-news__list {
  position: relative;
  margin-top: 31px;
}
@media screen and (max-width: 850px) {
  .p-news__list {
    margin-top: 10px;
  }
}
.p-news__pagination {
  margin-top: 57px;
}
@media screen and (max-width: 850px) {
  .p-news__pagination {
    margin-top: 32px;
  }
}
.p-news__article {
  position: relative;
}
.p-news__pageback {
  margin-top: 56px;
  transform: translateY(10px);
  opacity: 0;
}
@media screen and (max-width: 850px) {
  .p-news__pageback {
    margin-top: 41px;
  }
}
.on-load .p-news__pageback {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 1.4s, opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 1.4s;
}

.p-news_item {
  position: relative;
  border-bottom: 1px solid var(--color-gray);
}
.p-news_item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 55%);
  width: 14px;
  padding-top: 15.037037037px;
  background: url(../img/star_grey.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 850px) {
  .p-news_item::before {
    width: 10px;
    padding-top: 10.7407407407px;
  }
}
.p-news_item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 55%);
  width: 14px;
  padding-top: 15.037037037px;
  background: url(../img/star_grey.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 850px) {
  .p-news_item::after {
    width: 10px;
    padding-top: 10.7407407407px;
  }
}
.p-news_item__link {
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
  color: var(--color-black);
}
.p-news_item__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-brown);
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .p-news_item__link:hover::before {
    opacity: 0.15;
  }
}

.p-news_item__inner {
  position: relative;
  width: calc(100% - 28px);
  margin: 0 auto;
  padding-top: 26px;
  padding-bottom: 28px;
}
@media screen and (max-width: 850px) {
  .p-news_item__inner {
    width: 99%;
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
.p-news_item__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .p-news_item__content {
    display: block;
  }
}
.p-news_item__date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-news_item__date-ym {
  width: 43px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media screen and (max-width: 1000px) {
  .p-news_item__date-ym {
    width: 36px;
  }
}
@media screen and (max-width: 850px) {
  .p-news_item__date-ym {
    width: 30px;
  }
}
.p-news_item__date-ym-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: var(--font-eng);
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 850px) {
  .p-news_item__date-ym-text {
    font-size: 11.5px;
    line-height: 1.1;
  }
}
.p-news_item__date-d {
  width: 89px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-left: 7px;
  padding-top: 2px;
}
@media screen and (max-width: 1000px) {
  .p-news_item__date-d {
    width: 60px;
  }
}
@media screen and (max-width: 850px) {
  .p-news_item__date-d {
    padding-top: 1px;
  }
}
.p-news_item__date-d-text {
  font-family: var(--font-eng);
  font-size: 28px;
  font-weight: 200;
  letter-spacing: 0.06em;
}
.p-news_item__title {
  flex-basis: 0;
  flex-grow: 1;
  padding-top: 1px;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .p-news_item__title {
    margin-top: 8px;
  }
}
.p-news_item__title-text {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 850px) {
  .p-news_item__title-text {
    font-size: 13px;
    line-height: 1.5;
    white-space: normal;
    text-overflow: clip;
  }
}
.p-news_item__category {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 10px;
}
@media screen and (max-width: 850px) {
  .p-news_item__category {
    position: absolute;
    top: 27px;
    right: -1px;
    margin-left: 0;
  }
}
.p-news_item__category-tag {
  position: relative;
  box-sizing: content-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 5px;
  padding: 5px 8px 0;
  color: var(--color-brown);
  font-family: var(--font-eng);
  font-size: 10px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 850px) {
  .p-news_item__category-tag {
    margin-left: 4px;
    letter-spacing: 0.1em;
  }
}
.p-news_item__category-tag:first-child {
  margin-left: 0;
}
.p-news_item__category-tag.--info {
  color: var(--color-green);
}
.p-news_item__category-tag.--live {
  color: var(--color-blue);
}
.p-news_item__category-tag.--media {
  color: var(--color-purple);
}
.p-news_item__category-tag.--release {
  color: var(--color-orange);
}
.p-news_item__category-tag::before {
  content: "(";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
.p-news_item__category-tag::after {
  content: ")";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
}

.p-news_article {
  position: relative;
}
.p-news_article__inner {
  width: 97.5%;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .p-news_article__inner {
    width: 98.5%;
  }
}
.p-news_article__head {
  position: relative;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--color-gray);
}
@media screen and (max-width: 850px) {
  .p-news_article__head {
    padding-bottom: 21px;
  }
}
.p-news_article__head::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 55%);
  width: 14px;
  padding-top: 15.037037037px;
  background: url(../img/star_grey.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 850px) {
  .p-news_article__head::before {
    width: 10px;
    padding-top: 10.7407407407px;
  }
}
.p-news_article__head::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 55%);
  width: 14px;
  padding-top: 15.037037037px;
  background: url(../img/star_grey.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 850px) {
  .p-news_article__head::after {
    width: 10px;
    padding-top: 10.7407407407px;
  }
}
.p-news_article__data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-news_article__data-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-news_article__data-date-ym {
  text-align: center;
  font-family: var(--font-eng);
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 850px) {
  .p-news_article__data-date-ym {
    font-size: 11.5px;
    line-height: 1.1;
  }
}
.p-news_article__data-date-d {
  margin-left: 18px;
  padding-top: 2px;
  font-family: var(--font-eng);
  font-size: 28px;
  font-weight: 200;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 850px) {
  .p-news_article__data-date-d {
    margin-left: 7px;
    padding-top: 1px;
  }
}
.p-news_article__data-category {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-left: 18px;
}
@media screen and (max-width: 850px) {
  .p-news_article__data-category {
    margin-left: 10px;
  }
}
.p-news_article__data-category-tag {
  position: relative;
  margin-right: 4px;
  padding: 6px 9px 0;
  color: var(--color-pink);
  font-family: var(--font-eng);
  font-size: 11.5px;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 850px) {
  .p-news_article__data-category-tag {
    padding: 6px 9px 0;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
}
.p-news_article__data-category-tag.--info {
  color: var(--color-green);
}
.p-news_article__data-category-tag.--live {
  color: var(--color-blue);
}
.p-news_article__data-category-tag.--media {
  color: var(--color-purple);
}
.p-news_article__data-category-tag.--release {
  color: var(--color-orange);
}
.p-news_article__data-category-tag::before {
  content: "(";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 850px) {
  .p-news_article__data-category-tag::before {
    top: 6px;
  }
}
.p-news_article__data-category-tag::after {
  content: ")";
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
}
@media screen and (max-width: 850px) {
  .p-news_article__data-category-tag::after {
    top: 6px;
  }
}
.p-news_article__title {
  margin-top: 11px;
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 850px) {
  .p-news_article__title {
    margin-top: 7px;
    font-size: 15px;
    line-height: 1.6;
  }
}
.p-news_article__body {
  position: relative;
  padding-top: 33px;
  padding-bottom: 33px;
  border-bottom: 1px solid var(--color-gray);
}
@media screen and (max-width: 850px) {
  .p-news_article__body {
    padding-top: 19px;
    padding-bottom: 30px;
  }
}
.p-news_article__body::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 55%);
  width: 14px;
  padding-top: 15.037037037px;
  background: url(../img/star_grey.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 850px) {
  .p-news_article__body::before {
    width: 10px;
    padding-top: 10.7407407407px;
  }
}
.p-news_article__body::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 55%);
  width: 14px;
  padding-top: 15.037037037px;
  background: url(../img/star_grey.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 850px) {
  .p-news_article__body::after {
    width: 10px;
    padding-top: 10.7407407407px;
  }
}
.p-news_article__content {
  line-height: 1.8;
}
@media screen and (max-width: 850px) {
  .p-news_article__content {
    font-size: 12px;
    line-height: 1.9;
  }
}
.p-news_article__content a {
  color: var(--color-black);
  transition: color 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .p-news_article__content a:hover {
    color: var(--color-pink);
  }
}
.p-news_article__content span {
  color: var(--color-pink);
}