/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
@media screen and (min-width: 768px) {
  .p_event {
    padding-bottom: 155px;
  }
}
.p_event_sec01 {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p_event_sec01 {
    padding-top: 71px;
  }
}
.p_event_sec01__schedule {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px 15px;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_event_sec01__schedule {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 32px clamp(1.25rem, 2.4038461538vw + 0.0961538462rem, 2.5rem);
    margin-top: 77px;
  }
}
.p_event_sec01__schedule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 15px;
}
@media screen and (min-width: 768px) {
  .p_event_sec01__schedule__item {
    gap: 10px 30px;
  }
}
.p_event_sec01__schedule__img {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .p_event_sec01__schedule__img {
    width: 100px;
    top: 3px;
  }
}
.p_event_sec01__schedule__infor {
  width: calc(100% - 60px);
}
@media screen and (min-width: 768px) {
  .p_event_sec01__schedule__infor {
    width: calc(100% - 100px);
  }
}
.p_event_slider {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p_event_slider {
    max-width: 960px;
  }
}
.p_event_slider__top {
  position: relative;
  height: 350px;
}
@media screen and (min-width: 768px) {
  .p_event_slider__top {
    height: 617px;
  }
}
.p_event_slider__top__prev, .p_event_slider__top__next {
  position: absolute;
  z-index: 1;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .p_event_slider__top__prev, .p_event_slider__top__next {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    top: calc(50% - 21px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_event_slider__top__prev:not(.swiper-button-disabled):hover, .p_event_slider__top__next:not(.swiper-button-disabled):hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.p_event_slider__top__prev::before, .p_event_slider__top__next::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p_event_slider__top__prev::before, .p_event_slider__top__next::before {
    width: 40px;
    height: 40px;
  }
}
.p_event_slider__top__prev {
  left: 19px;
}
@media screen and (min-width: 768px) {
  .p_event_slider__top__prev {
    left: 28px;
  }
}
.p_event_slider__top__prev::before {
  -webkit-transform: rotate(45deg) scale(-1);
          transform: rotate(45deg) scale(-1);
}
.p_event_slider__top__next {
  right: 48px;
}
@media screen and (min-width: 768px) {
  .p_event_slider__top__next {
    right: 69px;
  }
}
.p_event_slider__top .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_event_slider__thumb {
  height: 80px;
}
@media screen and (min-width: 768px) {
  .p_event_slider__thumb {
    height: 100px;
  }
}
.p_event_slider__thumb .swiper-slide {
  position: relative;
  width: 105px;
}
@media screen and (min-width: 768px) {
  .p_event_slider__thumb .swiper-slide {
    width: 155px;
  }
}
.p_event_slider__thumb .swiper-slide::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #777777;
  mix-blend-mode: multiply;
  -webkit-mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}
.p_event_slider__thumb .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_event_slider__thumb .swiper-slide-thumb-active::before {
  content: none;
}
.p_event_slider__thumb__prev, .p_event_slider__thumb__next {
  position: absolute;
  z-index: 1;
  background: url(../images/common/icon_arrow_slider.svg) no-repeat center/contain;
  width: 26px;
  height: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p_event_slider__thumb__prev, .p_event_slider__thumb__next {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 30px;
    height: 30px;
  }
  .p_event_slider__thumb__prev:not(.swiper-button-disabled):hover, .p_event_slider__thumb__next:not(.swiper-button-disabled):hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.p_event_slider__thumb__prev {
  -webkit-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
  left: 10px;
}
.p_event_slider__thumb__next {
  right: 10px;
}