:root {
  --in-sine: cubic-bezier(.47, 0, .745, .715);
  --out-sine: cubic-bezier(.39, .575, .565, 1);
  --in-out-sine: cubic-bezier(.445, .05, .55, .95);
  --in-quad: cubic-bezier(.55, .085, .68, .53);
  --out-quad: cubic-bezier(.25, .46, .45, .94);
  --in-out-quad: cubic-bezier(.455, .03, .515, .955);
  --in-cubic: cubic-bezier(.55, .055, .675, .19);
  --out-cubic: cubic-bezier(.215, .61, .355, 1);
  --in-out-cubic: cubic-bezier(.645, .045, .355, 1);
  --in-quart: cubic-bezier(.895, .03, .685, .22);
  --out-quart: cubic-bezier(.165, .84, .44, 1);
  --in-out-quart: cubic-bezier(.77, 0, .175, 1);
  --in-quint: cubic-bezier(.755, .05, .855, .06);
  --out-quint: cubic-bezier(.23, 1, .32, 1);
  --in-out-quint: cubic-bezier(.86, 0, .07, 1);
  --in-expo: cubic-bezier(.95, .05, .795, .035);
  --out-expo: cubic-bezier(.19, 1, .22, 1);
  --in-out-expo: cubic-bezier(1, 0, 0, 1);
  --in-circ: cubic-bezier(.6, .04, .98, .335);
  --out-circ: cubic-bezier(.075, .82, .165, 1);
  --in-out-circ: cubic-bezier(.785, .135, .15, .86);
  --in-back: cubic-bezier(.6, -.28, .735, .045);
  --out-back: cubic-bezier(.175, .885, .32, 1.275);
  --in-out-back: cubic-bezier(.68, -.55, .265, 1.55);
}

.p-news__tab {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 4.3rem;
}
.is-load .p-news__tab {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 899px) {
  .p-news__tab {
    margin: 0 auto 2.5rem;
    width: 100%;
    padding: 0 1px;
  }
}
@media screen and (min-width: 900px) {
  .p-news__content .c-category__list-item {
    width: 13.4%;
  }
  .p-news__content .c-category__list-item:nth-child(6n) {
    margin-right: 1%;
  }
}
.p-news__none {
  text-align: center;
  transform: translateY(35px);
  opacity: 0;
}
.is-load .p-news__none {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.6s;
}
.p-news__list {
  transform: translateY(35px);
  opacity: 0;
}
.is-load .p-news__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.6s;
}
.p-news__list-item {
  position: relative;
}
.p-news__list-item:first-of-type {
  border-top: 1px solid rgba(179, 146, 67, 0.4);
}
.p-news__list-item:first-of-type::before, .p-news__list-item:first-of-type::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0;
  background: url(../img/common/deco_line.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.4;
  transform: translateY(-55%);
}
@media screen and (min-width: 900px) {
  .p-news__list-item:first-of-type::before, .p-news__list-item:first-of-type::after {
    transform: translateY(-50%);
    width: 1.7rem;
    height: 1.7rem;
  }
}
.p-news__list-item:first-of-type::before {
  left: -0.1rem;
}
@media screen and (min-width: 900px) {
  .p-news__list-item:first-of-type::before {
    left: -0.2rem;
  }
}
.p-news__list-item:first-of-type::after {
  right: -0.1rem;
}
@media screen and (min-width: 900px) {
  .p-news__list-item:first-of-type::after {
    right: -0.2rem;
  }
}
.p-news__list-item:first-of-type .p-news__list-inner {
  padding-top: 2.6rem;
}
@media screen and (max-width: 899px) {
  .p-news__list-item:first-of-type .p-news__list-inner {
    padding-top: 2rem;
  }
}
.p-news__list-item + .p-news__list-item .p-news__list-inner {
  padding-top: 2.6rem;
}
@media screen and (max-width: 899px) {
  .p-news__list-item + .p-news__list-item .p-news__list-inner {
    padding-top: 2rem;
  }
}
.p-news__list-inner {
  display: block;
  text-decoration: none;
  color: #000;
  padding-bottom: 2.6rem;
  border-bottom: 1px solid rgba(179, 146, 67, 0.4);
  position: relative;
  transition: color 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (hover: hover) {
  .p-news__list-inner:hover {
    color: #b39242;
  }
}
@media screen and (max-width: 899px) {
  .p-news__list-inner {
    padding-bottom: 1.6rem;
  }
}
.p-news__list-inner::before, .p-news__list-inner::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  bottom: 0;
  background: url(../img/common/deco_line.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.4;
  transform: translateY(55%);
}
@media screen and (min-width: 900px) {
  .p-news__list-inner::before, .p-news__list-inner::after {
    transform: translateY(53%);
    width: 1.7rem;
    height: 1.7rem;
  }
}
.p-news__list-inner::before {
  left: -0.1rem;
}
@media screen and (min-width: 900px) {
  .p-news__list-inner::before {
    left: -0.2rem;
  }
}
.p-news__list-inner::after {
  right: -0.1rem;
}
@media screen and (min-width: 900px) {
  .p-news__list-inner::after {
    right: -0.2rem;
  }
}
.p-news__list-content {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .p-news__list-content {
    flex-wrap: wrap;
  }
}
.p-news__date {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-family: "Vidaloka", serif;
  font-weight: 400;
  position: relative;
  padding-right: 3.3rem;
  width: 16rem;
  margin-right: 2%;
}
@media screen and (max-width: 899px) {
  .p-news__date {
    width: 8.3rem;
    padding-right: 1.4rem;
    padding-left: 0.3rem;
  }
}
.p-news__date::after {
  content: "";
  width: 1.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/common/deco_star.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .p-news__date::after {
    top: -0.1rem;
    width: 1.2rem;
    right: 0.2rem;
  }
}
@media screen and (max-width: 899px) {
  .-no-category .p-news__date::after {
    content: none;
  }
}
.p-news__date .p-in_year {
  writing-mode: vertical-lr;
  font-size: 1.4rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 899px) {
  .p-news__date .p-in_year {
    writing-mode: unset;
    font-size: 1.2rem;
    margin-right: 0;
    position: relative;
  }
  .p-news__date .p-in_year::after {
    content: ".";
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.p-news__date .p-in_date {
  font-size: 4.2rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 899px) {
  .p-news__date .p-in_date {
    font-size: 1.2rem;
  }
}
.p-news__category {
  flex-shrink: 0;
  width: 10rem;
  text-align: right;
  font-family: "Vidaloka", serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #e9578b;
}
@media screen and (max-width: 899px) {
  .p-news__category {
    position: absolute;
    top: 0;
    left: 8.7rem;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    width: auto;
  }
}
.p-news__text {
  flex-grow: 1;
  line-height: 1.5;
}
@media screen and (max-width: 899px) {
  .p-news__text {
    margin-top: 1rem;
    width: 100%;
    line-height: 1.7;
    font-size: 1.2rem;
  }
}
.p-news__pagination {
  margin-top: 59px;
  transform: translateY(35px);
  opacity: 0;
}
.is-load .p-news__pagination {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.9s;
}
@media screen and (max-width: 899px) {
  .p-news__pagination {
    margin-top: 48px;
  }
}

.p-news_detail {
  position: relative;
}
.p-news_detail__ttl {
  flex-shrink: 0;
  width: 100%;
  border-bottom: 1px solid rgba(179, 146, 67, 0.4);
  padding-bottom: 33px;
  position: relative;
  transform: translateY(25px);
  opacity: 0;
}
.is-load .p-news_detail__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 899px) {
  .p-news_detail__ttl {
    padding-bottom: 25px;
  }
}
.p-news_detail__ttl::before, .p-news_detail__ttl::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  bottom: 0;
  background: url(../img/common/deco_line.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.4;
  transform: translateY(55%);
}
@media screen and (min-width: 900px) {
  .p-news_detail__ttl::before, .p-news_detail__ttl::after {
    width: 1.7rem;
    height: 1.7rem;
    transform: translateY(53%);
  }
}
.p-news_detail__ttl::before {
  left: -0.1rem;
}
@media screen and (min-width: 900px) {
  .p-news_detail__ttl::before {
    left: -0.2rem;
  }
}
.p-news_detail__ttl::after {
  right: -0.1rem;
}
@media screen and (min-width: 900px) {
  .p-news_detail__ttl::after {
    right: -0.2rem;
  }
}
@media screen and (max-width: 899px) {
  .p-news_detail__ttl {
    width: 100%;
    padding-bottom: 24px;
    max-width: none;
  }
}
.p-news_detail__ttl-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 899px) {
  .p-news_detail__ttl-content {
    padding: 0;
  }
}
.p-news_detail__ttl-date {
  display: flex;
  font-family: "Vidaloka", serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 899px) {
  .p-news_detail__ttl-date {
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
}
.p-news_detail__ttl-date .p-in_date {
  margin-right: 10px;
}
@media screen and (max-width: 899px) {
  .p-news_detail__ttl-date .p-in_date {
    margin-right: 4px;
  }
}
.p-news_detail__ttl-date .p-in_category {
  padding-left: 25px;
  position: relative;
  letter-spacing: 1px;
  color: #e9578b;
}
@media screen and (max-width: 899px) {
  .p-news_detail__ttl-date .p-in_category {
    padding-left: 19px;
  }
}
.p-news_detail__ttl-date .p-in_category::before {
  content: "";
  width: 1.5rem;
  height: 100%;
  position: absolute;
  top: 36%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/common/deco_star.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .p-news_detail__ttl-date .p-in_category::before {
    top: 35%;
    width: 1.3rem;
  }
}
.p-news_detail__ttl-date .p-in_category + .p-in_category {
  margin-left: 1.5rem;
}
@media screen and (max-width: 899px) {
  .p-news_detail__ttl-date .p-in_category + .p-in_category {
    margin-left: 1rem;
  }
}
.p-news_detail__ttl-text {
  line-height: 1.6;
  font-size: 22px;
  letter-spacing: 2px;
}
@media screen and (max-width: 899px) {
  .p-news_detail__ttl-text {
    line-height: 1.7;
    font-size: 16px;
  }
}
.p-news_detail__contents {
  padding-top: 3.2rem;
  flex-grow: 1;
  line-height: 1.8;
  font-size: 1.6rem;
  letter-spacing: 1px;
  transform: translateY(25px);
  opacity: 0;
}
.is-load .p-news_detail__contents {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.6s;
}
@media screen and (max-width: 899px) {
  .p-news_detail__contents {
    padding-top: 25px;
    font-size: 13px;
    line-height: 1.85;
  }
}
.p-news_detail__contents iframe {
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 900px) {
  .p-news_detail__contents iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 899px) {
  .p-news_detail__contents iframe {
    height: 51.73vw !important;
  }
}
.p-news_detail__contents img {
  height: auto !important;
  width: auto !important;
}
.p-news_detail__contents strong {
  vertical-align: baseline;
}
.p-news_detail__contents a {
  color: #e9578b;
}
@media screen and (min-width: 900px) {
  .p-news_detail__contents a:hover {
    text-decoration: none;
  }
}
.p-news_detail__back {
  margin-top: 5.2rem;
}
@media screen and (min-width: 900px) {
  .p-news_detail__back {
    transform: translateY(25px);
    opacity: 0;
  }
  .is-load .p-news_detail__back {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: 0.8s;
  }
}
@media screen and (max-width: 899px) {
  .p-news_detail__back {
    margin: 2.4rem auto 0;
    width: 11rem;
  }
}