@charset "UTF-8";
.p-in__title {
  width: 26rem;
}
@media screen and (max-width: 960px) {
  .p-in__title {
    width: 13rem;
  }
}

.p-news {
  display: block;
  position: relative;
}
.p-news__container {
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-news__header {
  display: block;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .p-news__header {
    margin-bottom: 1.8rem;
  }
}
.p-news__title {
  width: 100%;
  max-width: 27rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-news__title {
    width: 13.8rem;
  }
}
.p-news__list {
  display: block;
  position: relative;
}
.p-news__list-item {
  display: block;
  position: relative;
}
.p-news__list-item::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-gold);
}
.p-news__list-item::after {
  content: "";
  width: 100%;
  height: 1rem;
  display: block;
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  background: url("../img/point.svg") no-repeat left center/0.8rem auto, url("../img/point.svg") no-repeat right center/0.8rem auto;
  transform: translate(0, 50%);
}
@media screen and (max-width: 960px) {
  .p-news__list-item::after {
    bottom: 0;
    background-size: 0.4rem auto;
  }
}
.p-news__footer {
  width: 100%;
  display: block;
  position: relative;
  margin: 7.6rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-news__footer {
    margin-top: 4rem;
  }
}

.p-news_data {
  display: block;
  position: relative;
  padding: 3rem 0;
}
@media screen and (min-width: 961px) {
  .p-news_data {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .p-news_data {
    padding: 2rem 0;
  }
}
.p-news_data::after {
  content: "";
  width: 4rem;
  height: 20rem;
  display: block;
  position: absolute;
  top: calc(100% - 1rem);
  left: 14rem;
  background: url("../img/deco_pen03.png") no-repeat center bottom/contain;
  pointer-events: none;
  animation: quill-circle 4s linear infinite;
  opacity: 0;
  transform: translate(calc(-50% - 5rem), -100%) rotate(20deg);
}
@media screen and (max-width: 960px) {
  .p-news_data::after {
    width: 3rem;
    height: 15rem;
    left: calc(100% + 1rem);
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news_data::after {
    transition: opacity 0.3s var(--ease_out), left 0.4s var(--ease_out), transform 0.4s var(--ease_out);
  }
  .p-news_data:hover::after {
    opacity: 1;
    transform: translate(-50%, -100%) rotate(20deg);
  }
}
.p-news_data__date {
  width: 16rem;
  display: block;
  position: relative;
  font-size: 1.9rem;
  font-family: "Amiri", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  color: var(--color-gold);
}
@media screen and (min-width: 961px) {
  .p-news_data__date {
    top: 1rem;
    padding-top: 0.2rem;
    margin-right: 6rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news_data__date {
    padding-top: 0.1rem;
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    padding-left: 1.4rem;
  }
}
.p-news_data__date::after {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  background: url("../img/point.svg") no-repeat center/contain;
  transform: translate(50%, -50%);
}
@media screen and (min-width: 961px) {
  .p-news_data__date::after {
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-news_data__date::after {
    width: 1.2rem;
    height: 1.2rem;
    left: 0;
    transform: translate(0, -50%);
    background-position: left center;
  }
}
.p-news_data__title {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 1.85;
  letter-spacing: -0.05rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-news_data__title {
    min-width: 0;
    flex: 1 1 0;
  }
}
@media screen and (max-width: 960px) {
  .p-news_data__title {
    font-size: 1.3rem;
    line-height: 1.6;
    -webkit-line-clamp: 3;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news_data__title {
    transition: color 0.5s var(--ease_inout);
  }
  .p-news_data:hover .p-news_data__title {
    color: var(--color-gold);
  }
}

.p-news_in {
  display: block;
  position: relative;
  padding-top: 5rem;
}
@media screen and (max-width: 960px) {
  .p-news_in {
    padding-top: 2rem;
  }
}
.p-news_in__inner {
  display: block;
  position: relative;
}
.p-news_in__footer {
  display: block;
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 960px) {
  .p-news_in__footer {
    margin-top: 3rem;
  }
}
.p-news_in__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}

.p-news_single {
  display: block;
  position: relative;
}
.p-news_single__header {
  display: block;
  position: relative;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__header {
    padding-bottom: 2.2rem;
  }
}
.p-news_single__header::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-gold);
}
.p-news_single__header::after {
  content: "";
  width: 100%;
  height: 1rem;
  display: block;
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  background: url("../img/point.svg") no-repeat left center/0.8rem auto, url("../img/point.svg") no-repeat right center/0.8rem auto;
  transform: translate(0, 50%);
}
@media screen and (max-width: 960px) {
  .p-news_single__header::after {
    bottom: 0;
    background-size: 0.4rem auto;
  }
}
.p-news_single__date {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
  font-size: 2.2rem;
  font-family: "Amiri", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.1rem;
  line-height: 1;
  font-weight: 600;
  color: var(--color-gold);
}
@media screen and (max-width: 960px) {
  .p-news_single__date {
    font-size: 1.5rem;
  }
}
.p-news_single__title {
  display: block;
  position: relative;
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: -0.05rem;
}
@media screen and (min-width: 961px) {
  .p-news_single__title {
    min-width: 0;
    flex: 1 1 0;
  }
}
@media screen and (max-width: 960px) {
  .p-news_single__title {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}
.p-news_single__inner {
  display: block;
  position: relative;
  padding: 4.5rem 0 6rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__inner {
    padding: 1.6rem 0;
  }
}
.p-news_single__inner::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-gold);
}
.p-news_single__inner::after {
  content: "";
  width: 100%;
  height: 1rem;
  display: block;
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  background: url("../img/point.svg") no-repeat left center/0.8rem auto, url("../img/point.svg") no-repeat right center/0.8rem auto;
  transform: translate(0, 50%);
}
@media screen and (max-width: 960px) {
  .p-news_single__inner::after {
    bottom: 0;
    background-size: 0.4rem auto;
  }
}
.p-news_single__text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-news_single__text {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.p-news_single__text a {
  color: var(--color-gold);
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-news_single__text a:hover, .p-news_single__text a:focus-visible {
    text-decoration: none;
  }
}
.p-news_single__text img {
  max-width: 100%;
  height: auto !important;
  position: relative;
}
.p-news_single__text iframe {
  max-width: 70%;
}
@supports (aspect-ratio: 16/9) {
  .p-news_single__text iframe {
    width: 70%;
    display: block;
    height: auto !important;
    aspect-ratio: 16/9;
  }
}