.p-in-hero {
  width: 330px;
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-in-hero {
    width: 165px;
    left: 8px;
    top: 8px;
  }
}

/*============================
#p-news.p-news
============================*/
.p-news__inner {
  padding-top: 115px;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    padding-top: 133px;
    padding-bottom: 90px;
  }
}
.p-news__contents {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news__body {
    width: 100%;
  }
}
.p-news__more {
  width: 71%;
  margin: 48px auto 0 0;
}
@media screen and (max-width: 767px) {
  .p-news__more {
    width: 72%;
    margin: 22px auto 0;
  }
}

.p-newss {
  margin: 27px auto 0;
}
@media screen and (max-width: 767px) {
  .p-newss {
    margin-top: 10px;
  }
}
.p-newss__list-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.p-newss__list-item:nth-last-of-type(1) {
  border-bottom: none;
}
.p-newss__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 39px 0 39px;
  text-decoration: none;
  color: #000;
  transition: color 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (min-width: 768px) {
  .p-newss__link:hover {
    color: #821818;
  }
}
@media screen and (max-width: 767px) {
  .p-newss__link {
    display: block;
    padding: 27px 0 30px;
  }
}
.p-newss__day {
  width: 150px;
  font-family: swear-display, zen-old-mincho, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #821818;
}
@media screen and (max-width: 767px) {
  .p-newss__day {
    width: 100%;
    font-size: 14px;
  }
}
.p-newss__cap {
  width: calc(100% - 150px);
  font-size: 20px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .p-newss__cap {
    width: 100%;
    margin: 7px auto 0;
    font-size: 13px;
    letter-spacing: -0.01em;
  }
}

.p-news__detail {
  margin: 60px auto 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-news__detail {
    margin-top: 37px;
    font-size: 12px;
  }
}
.p-news__detail-day {
  font-family: swear-display, zen-old-mincho, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 19px;
  color: #821818;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .p-news__detail-day {
    width: 100%;
    font-size: 13px;
  }
}
.p-news__detail-cap {
  position: relative;
  margin: 4px auto 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 55px;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-news__detail-cap {
    width: 100%;
    margin: 6px auto 0;
    padding-bottom: 34px;
    font-size: 16px;
    line-height: 1.7;
  }
}
.p-news__detail-body {
  padding: 51px 0 20px;
}
@media screen and (max-width: 767px) {
  .p-news__detail-body {
    padding: 43px 0 20px;
  }
}
.p-news__detail p + p {
  margin-top: 29px;
}
@media screen and (max-width: 767px) {
  .p-news__detail p + p {
    margin-top: 35px;
  }
}
.p-news__detail a {
  color: #821818;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: opacity 0.4s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .p-news__detail a:hover {
    opacity: 0.7;
  }
}
.p-news__detail img {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 16px auto 16px 0;
}
@media screen and (max-width: 767px) {
  .p-news__detail img {
    margin: 11px auto 11px 0;
  }
}

.p-iframe_wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 16px auto 16px 0;
  padding-top: 56.25%;
}
@media screen and (max-width: 767px) {
  .p-iframe_wrap {
    margin: 11px auto 11px 0;
  }
}
.p-iframe_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.p-back {
  width: 220px;
  margin: 74px auto 80px;
}
@media screen and (max-width: 767px) {
  .p-back {
    width: 240px;
    margin: 49px auto 30px;
  }
}
.p-back__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid var(--color-pink);
  border-radius: 60px;
  padding: 17px 0 15px;
  font-family: var(--font-en);
  font-size: 16px;
  color: var(--color-pink);
  transition: background-color 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s, transform 0.4s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .p-back__link:hover {
    background-color: var(--color-pink);
    color: #fff;
  }
  .p-back__link:hover::before {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-back__link {
    padding: 14px 0 13px;
    font-size: 11px;
  }
}
.p-back__link::before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  left: 9%;
  top: 50%;
  background-color: var(--color-pink);
  -webkit-mask: url(../img/icon_arrow.svg) center center no-repeat;
  mask: url(../img/icon_arrow.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: translate(0%, -50%) scale(-1, 1);
  transition: background-color 0.4s ease-in-out 0s;
}
@media screen and (max-width: 767px) {
  .p-back__link::before {
    left: 7%;
  }
}
.p-back__txt {
  position: relative;
}