.p-news {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-news {
    padding-top: 1rem;
  }
}
.p-news__inner {
  display: block;
  position: relative;
}
.p-news__list {
  display: block;
  position: relative;
}
.p-news__list-item {
  display: block;
  position: relative;
}
.p-news__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-line);
}
.p-news__footer {
  width: 100%;
  display: block;
  position: relative;
  margin: 4.4rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-news__footer {
    margin-top: 4.2rem;
  }
}
.p-news__pagination {
  display: block;
  position: relative;
}

.p-news_single {
  display: block;
  position: relative;
}
.p-news_single__header {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 4.6rem 5rem 4.6rem 0;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .p-news_single__header {
    padding: 2rem 3rem 2rem 0;
  }
}
.p-news_single__date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  font-family: var(--font-en);
}
@media screen and (max-width: 960px) {
  .p-news_single__date {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}
.--new .p-news_single__date::after {
  content: "NEW!";
  display: inline-block;
  position: relative;
  margin-left: 1em;
  color: var(--color-red);
}
.p-news_single__title {
  display: block;
  position: relative;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-news_single__title {
    font-size: 1.5rem;
    line-height: 1.45;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-news_single__title {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .p-news_single__header:hover .p-news_single__title {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .p-news_single__header:hover .p-news_single__title {
      text-decoration: underline;
    }
  }
}
.p-news_single__deco {
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: calc(50% + 1.2rem);
  right: 2rem;
  transform: translate(0, -50%);
  background: url("../img/icon_accordion.svg") no-repeat center/contain;
  transition: transform 0.3s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-news_single__deco {
    width: 1.3rem;
    height: 1.3rem;
    top: 50%;
    right: 0.2rem;
  }
}
.is-drawer-open .p-news_single__deco {
  transform: translate(0, -50%) rotate(45deg);
}
.p-news_single__inner {
  display: none;
  position: relative;
  padding: 3rem 0 4rem;
}
@media screen and (max-width: 960px) {
  .p-news_single__inner {
    padding: 2rem 0;
  }
}
.p-news_single__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-news_single__text {
    font-size: 1.4rem;
  }
}
.p-news_single__text a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-news_single__text a:hover {
    text-decoration: none;
  }
}
.p-news_single__text img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-news_single__text iframe {
  width: 100% !important;
  height: auto !important;
  display: block;
  position: relative;
  margin: 0 auto;
}
@supports (aspect-ratio: 16/9) {
  .p-news_single__text iframe {
    aspect-ratio: 16/9;
  }
}
/*# sourceMappingURL=puffy.info.css.map */