@keyframes TitleFlash {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0.6;
  }
  2% {
    opacity: 0.2;
  }
  3% {
    opacity: 0.8;
  }
  4% {
    opacity: 0.3;
  }
  5% {
    opacity: 0.8;
  }
  6% {
    opacity: 0.5;
  }
  7% {
    opacity: 0.9;
  }
  8% {
    opacity: 0.3;
  }
  9% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes SectionLoopTextPC {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-85rem);
  }
}
@keyframes SectionLoopTextSP {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-42.5rem);
  }
}
@keyframes btnReflection {
  0% {
    transform: scale(0) rotate(-30deg);
    opacity: 0.5;
  }
  0.1% {
    transform: scale(4) rotate(-30deg);
    opacity: 0.9;
  }
  20% {
    transform: scale(50) rotate(-30deg);
    opacity: 0;
  }
  100% {
    transform: scale(50) rotate(-30deg);
    opacity: 0;
  }
}
@keyframes NewsTitleLoopPC {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25.6rem);
  }
}
@keyframes NewsTitleLoopSP {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-15.36rem);
  }
}
.p-news_in {
  position: relative;
  padding-top: 18rem;
  padding-bottom: 19.9rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-news_in {
    padding-top: 10rem;
    padding-bottom: 9.5rem;
  }
}
.p-news_in__title {
  width: 100%;
}
.p-news_in__title-img {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 7.35rem;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}
.on-load .p-news_in__title-img {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transition: opacity 0.5s var(--ease-out-quart) 0.2s, -webkit-clip-path 1s var(--ease-in-out-expo) 0.2s;
  transition: clip-path 1s var(--ease-in-out-expo) 0.2s, opacity 0.5s var(--ease-out-quart) 0.2s;
  transition: clip-path 1s var(--ease-in-out-expo) 0.2s, opacity 0.5s var(--ease-out-quart) 0.2s, -webkit-clip-path 1s var(--ease-in-out-expo) 0.2s;
}
@media screen and (max-width: 750px) {
  .p-news_in__title-img {
    padding-top: 4.41rem;
  }
}
.p-news_in__title-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  min-width: 51.2rem;
  height: 100%;
  background: url(../img/ttl/ttl_news2.png) repeat-x left center/auto 100%;
}
@media screen and (min-width: 751px) {
  .p-news_in__title-img::before {
    animation: NewsTitleLoopPC 10s linear infinite;
  }
}
@media screen and (max-width: 750px) {
  .p-news_in__title-img::before {
    animation: NewsTitleLoopSP 10s linear infinite;
  }
}
.p-news_in__body {
  width: 110rem;
  margin: 0 auto;
  margin-top: 7.9rem;
  transform: translateY(1.5rem);
  opacity: 0;
}
.on-load .p-news_in__body {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic) 0.8s, opacity 0.5s var(--ease-out-cubic) 0.8s;
}
@media screen and (max-width: 750px) {
  .p-news_in__body {
    width: 100%;
    margin-top: 4rem;
  }
}
.p-news_in__list-item {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.p-news_in__list-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.p-news_in__pagination {
  margin-top: 4.3rem;
}
@media screen and (max-width: 750px) {
  .p-news_in__pagination {
    margin-top: 2.2rem;
  }
}
.p-news_in__deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8.9rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-news_in__deco {
    height: 4.45rem;
  }
}
.p-news_in__deco::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  min-width: 170rem;
  height: 100%;
  background: url(../img/txt_loop.png) repeat-x center left/auto 100%;
}
@media screen and (min-width: 751px) {
  .p-news_in__deco::before {
    animation: SectionLoopTextPC 40s linear infinite;
  }
}
@media screen and (max-width: 750px) {
  .p-news_in__deco::before {
    animation: SectionLoopTextSP 20s linear infinite;
  }
}
.p-news_in__foot {
  margin-top: 4.3rem;
  transform: translateY(1.5rem);
  opacity: 0;
}
.on-load .p-news_in__foot {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1s var(--ease-out-cubic) 0.8s, opacity 0.5s var(--ease-out-cubic) 0.8s;
}
@media screen and (max-width: 750px) {
  .p-news_in__foot {
    margin-top: 3.5rem;
  }
}
.p-news_in__back-btn {
  width: 20rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-news_in__back-btn {
    width: 18rem;
  }
}

.p-news_in_item {
  position: relative;
}
.p-news_in_item__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.7rem;
  text-decoration: none;
  color: var(--color-white);
}
@media screen and (max-width: 750px) {
  .p-news_in_item__link {
    display: block;
    padding-top: 2rem;
    padding-bottom: 1.7rem;
  }
}
.p-news_in_item__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 97%;
  height: 80%;
  background: var(--gradient-red);
  border-radius: 5rem;
  opacity: 0;
  transition: opacity 0.8s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-news_in_item__link:hover::before {
    opacity: 0.3;
  }
}

.p-news_in_item__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  width: 2.5rem;
  height: 100%;
  background: url(../img/arrow.svg) no-repeat center center/100% auto;
  transition: transform 0.6s var(--ease-out-quart), opacity 0.3s var(--ease-out-quart);
}
@media (hover: hover) {
  .p-news_in_item__link:hover::after {
    transform: translateX(1rem);
    opacity: 0;
  }
}

@media screen and (max-width: 750px) {
  .p-news_in_item__link::after {
    width: 1.5rem;
  }
}
.p-news_in_item__date {
  position: relative;
  width: 11.8rem;
  margin-top: 0.4rem;
  font-family: var(--font-eng);
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-news_in_item__date {
    width: 90%;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.07em;
  }
}
.p-news_in_item__title {
  position: relative;
  width: 98rem;
  padding-right: 7rem;
}
@media screen and (max-width: 750px) {
  .p-news_in_item__title {
    width: 90%;
    margin: 0 auto;
    margin-top: 0.2rem;
    padding-right: 3rem;
  }
}
.p-news_in_item__title-text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 750px) {
  .p-news_in_item__title-text {
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
  }
}

.p-news_in_article {
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-news_in_article__head {
    width: 89%;
    margin: 0 auto;
  }
}
.p-news_in_article__date {
  font-family: var(--font-eng);
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .p-news_in_article__date {
    font-size: 1.2rem;
    line-height: 1;
  }
}
.p-news_in_article__title {
  margin-top: 0.8rem;
  font-size: 2.1rem;
}
@media screen and (max-width: 750px) {
  .p-news_in_article__title {
    margin-top: 0.2rem;
    font-size: 1.5rem;
  }
}
.p-news_in_article__body {
  margin-top: 3.1rem;
  padding-top: 3.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 750px) {
  .p-news_in_article__body {
    margin-top: 1.5rem;
    padding-top: 2.4rem;
  }
}
.p-news_in_article__content {
  font-size: 1.6rem;
  line-height: 1.78;
}
@media screen and (max-width: 750px) {
  .p-news_in_article__content {
    width: 90%;
    margin: 0 auto;
    font-size: 1.3rem;
  }
}
.p-news_in_article__content img {
  display: inline-block;
  max-width: 64rem;
  margin-top: 3.3rem;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 750px) {
  .p-news_in_article__content img {
    max-width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.3rem;
  }
}
.p-news_in_article__content a {
  color: var(--color-blue);
}
@media (hover: hover) {
  .p-news_in_article__content a:hover {
    text-decoration: none;
  }
}
.p-news_in_article__content iframe {
  display: inline-block;
  max-width: 64rem;
  margin-top: 3.3rem;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 750px) {
  .p-news_in_article__content iframe {
    max-width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.3rem;
  }
}
.p-news_in_article__content .red {
  color: var(--color-red);
}