.p-news {
  padding-top: 245px;
  margin-bottom: 101px;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-top: 29%;
    margin-bottom: 3%;
  }
}
.p-news__ttl {
  max-width: 610px;
  width: 64%;
  position: absolute;
  top: 40px;
  right: 79px;
}
@media screen and (max-width: 767px) {
  .p-news__ttl {
    width: 65%;
    right: 14px;
    top: 14px;
  }
}
.p-news .l-section__inner {
  width: 100%;
  max-width: none;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-news .l-section__inner {
    flex-direction: column-reverse;
    width: 94%;
    padding-bottom: 90px;
  }
}
.p-news__ticketbtn {
  position: -webkit-sticky;
  position: sticky;
  top: 75%;
  left: 0;
  height: 100%;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-news__ticketbtn {
    width: 74px;
    position: fixed;
    top: auto;
    height: auto;
    z-index: 1;
    left: 20px;
    bottom: 20px;
    margin-top: 0;
    transform: translateY(0);
  }
}
.p-news__ticketbtn-inner {
  transform: translateY(30px);
  opacity: 0;
}
.is-active .p-news__ticketbtn-inner {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
.p-news__ticketbtn a {
  display: block;
  width: 72%;
  max-width: 155px;
  transform: translateX(19%);
}
@media screen and (max-width: 767px) {
  .p-news__ticketbtn a {
    transform: translateX(0);
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-news__ticketbtn a:hover img {
    animation: hover 0.6s linear;
  }
}
.p-news__content {
  transform: translateY(30px);
  opacity: 0;
  width: 100%;
  margin-left: auto;
  background-color: #ffffff;
  position: relative;
}
.is-active .p-news__content {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (max-width: 767px) {
  .p-news__content {
    width: 100%;
  }
}
.p-news__content::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: -2px 4px 12px 3px #000000;
  opacity: 0.1;
}
.p-news__content-inner {
  padding: 9px 5.3% 53px;
}
@media screen and (max-width: 767px) {
  .p-news__content-inner {
    padding: 9px 8.3% 30px;
  }
}
.p-news__list-item {
  border-bottom: 1px solid #E0E4E7;
}
.p-news__list-item a {
  display: block;
  padding-top: 41px;
  padding-bottom: 30px;
  display: flex;
  text-decoration: none;
  color: #000000;
  transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .p-news__list-item a:hover {
    color: #E0E4E7;
  }
}
@media screen and (max-width: 767px) {
  .p-news__list-item a {
    padding-top: 18px;
    padding-bottom: 15px;
    display: block;
  }
}

.p-news_article__date {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  width: 125px;
  font-size: 15px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-news_article__date {
    font-size: 13px;
    width: 100%;
    margin-bottom: 16px;
  }
}
.p-news_article__title {
  margin-top: -9px;
  line-height: 2.2;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-news_article__title {
    font-size: 12.5px;
    line-height: 1.75;
  }
}

.p-news_in {
  padding-top: 41px;
  padding-right: 4%;
}
@media screen and (max-width: 767px) {
  .p-news_in {
    padding-right: 0;
  }
}
.p-news_in__footer {
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .p-news_in__footer {
    margin-top: 17px;
  }
}

.p-news_single__header {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-news_single__header {
    margin-bottom: 36px;
  }
}
.p-news_single__header-date {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-news_single__header-date {
    margin-bottom: 7px;
    font-size: 12px;
  }
}
.p-news_single__header-title {
  line-height: 1.8;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .p-news_single__header-title {
    font-size: 16px;
  }
}
.p-news_single__inner {
  line-height: 2.2;
  border-bottom: 1px solid #E0E4E7;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-news_single__inner {
    padding-bottom: 30px;
    line-height: 2;
  }
}
.p-news_single__text {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-news_single__text {
    font-size: 13px;
  }
}
.p-news_single__text iframe {
  width: 100%;
  max-width: 1000px;
  display: block;
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .p-news_single__text iframe {
    aspect-ratio: 16/9;
  }
}
.p-news_single__text img {
  max-width: 600px !important;
  width: auto !important;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .p-news_single__text img {
    width: 100% !important;
  }
}
.p-news_single__text span, .p-news_single__text a, .p-news_single__text strong {
  vertical-align: baseline;
}
.p-news_single__text a {
  color: #E9453B;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-news_single__text a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .p-news_single__text a {
    font-size: 12px;
  }
}