.p-content {
  padding-bottom: 74px;
}

.p-news__item:not(:first-of-type) .p-news__item-inner {
  border-top: 1px solid rgba(183, 30, 156, 0.25);
}

.p-news__item-inner {
  margin-top: 28px;
}

.p-news__item-date {
  font-family: "Kaisei Opti", serif;
  font-size: 1.4rem;
  font-weight: bold;
}

.p-news__item-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-top: 12px;
}

.p-news__item-content {
  margin-top: 12px;
}

.p-news__item-content-box {
  position: relative;
}
.p-news__item-content-box:not(:first-of-type) {
    margin-top: 70px;
}
.p-news__item-content-box:not(:first-of-type)::before {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    display: block;
    width: 30%;
    height: 75px;
    margin: 0px auto 0;
    content: "";
    background: url(../../images/i_news_ribbon.svg) center no-repeat;
    background-size: 100% auto;
}

.p-news__item-content-image {
  margin-top: 40px;
}

.p-news__item-content-image-src {
  width: 100%;
  display: block;
}

.p-news__item-content-text {
  font-size: 1.4rem;
  color: #625962;
  margin-top: 8px;
}

.p-news__item-content-title {
  font-size: 1.6rem;
  color: #625962;
  margin-top: 10px;
  font-weight: 500;
}
.p-news__item-content-title + .p-news__item-content-text {
  margin-top: 0;
}

.p-news__item-content-title-span {
  position: relative;
  padding-bottom: 2px;
}
.p-news__item-content-title-span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  content: "";
  background-size: 4px 2px;
  background-image: linear-gradient(to right, #E64099 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.p-news__item-content-title-small {
  font-size: 1.8rem;
  margin-top: 16px;
  position: relative;
  padding-left: 1em;
}
.p-news__item-content-title-small::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 8px;
  height: 12px;
  margin: auto;
  content: "";
  -webkit-mask-image: url("../../images/p_news_title_rhombus.svg");
          mask-image: url("../../images/p_news_title_rhombus.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #E64099;
}
.p-news__item-content-title-small + .p-news__item-content-text {
  margin-top: 0;
}

.u-box-modal {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px;
}

.u-box-modal__content {
  width: 90%;
  padding: 0;
  border: 0;
}

.u-box-modal__content::-webkit-backdrop {
  background-color: #776F96;
}

.u-box-modal__content::backdrop {
  background-color: #776F96;
  opacity: 0.8;
}

.u-box-modal__content.u-box-modal__content--youtube {
  overflow: visible;
  background-color: transparent;
}

.u-box-modal__content.u-box-modal__content--youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
}

.u-box-modal__content.u-box-modal__content--youtube .u-box-modal__content-close {
  bottom: -80px;
  right: 0;
  left: 0;
  top: auto;
  max-width: 345px;
  margin-inline: auto;
}

/* .u-box-modal__btn {} */
.u-box-modal__content-inner {
  padding: 15px;
}

.u-box-modal__content-header {
  padding-right: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
}

/* .u-box-modal__content-body {}

.u-box-modal__content-footer {} */
.u-box-modal__content-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.u-box-modal__content-close-btn {
  display: block;
  padding: 14px;
  background-color: transparent;
  border: 1px solid transparent;
  margin-inline: auto;
  transition: 0.2s;
}

[data-whatinput=keyboard] .u-box-modal__content-close-btn-txt:focus {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.u-box-modal__content-close-btn .u-box-modal__content-close-btn-txt {
  display: inline-block;
  color: #fff;
  padding-left: 28px;
  font-size: 24px;
  line-height: 1.5625;
  position: relative;
  transition: 0.2s ease-out;
}

.u-box-modal__content-close-btn .u-box-modal__content-close-btn-txt:before {
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  display: block;
  width: 19px;
  height: 19px;
  margin: auto;
  content: "";
  background: url(../..//images/i_modal__content_close_btn_.svg) center no-repeat;
  background-size: 100% auto;
}

.u-box-modal__content-close-btn .u-box-modal__content-close-btn-txt:before {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  top: 4px;
}

.p-movie__image-link-src {
  transition: 0.2s ease-out;
}

[data-whatinput=keyboard] .p-movie__image-link-src:focus {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.p-movie__image-link-src:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.p-news__item-link:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

a {
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  .p-content {
    padding-bottom: 150px;
  }
  .p-news__item-inner {
    margin-top: 80px;
  }
  .p-news__item-date {
    font-size: 1.6rem;
  }
  .p-news__item-title {
    font-size: 2.4rem;
    margin-top: 20px;
  }
  .p-news__item-content {
    margin-top: 20px;
  }
  .p-news__item-content-box:not(:first-of-type) {
    margin-top: 100px;
  }
  .p-news__item-content-box:not(:first-of-type)::before {
    top: -50px;
    width: 138px;
    height: 21px;
  }
  .p-news__item-content-image {
    margin-top: 60px;
  }
  .p-news__item-content-text {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .p-news__item-content-title {
    font-size: 2rem;
  }
  .p-news__item-content-title-small {
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .p-news__item-content-title-small::before {
    width: 10px;
    height: 16px;
  }
}