@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Reddit+Mono&display=swap);
.p-top-mv {
  background-color: #000;
  height: 100dvh;
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-top-mv > div {
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
.p-top-mv > div::before {
  clip-path: polygon(0% 0%, 5% 18%, 10% 34.17%, 15% 48%, 20% 60.83%, 25% 72%, 30% 82%, 35% 89.17%, 40% 95%, 45% 98%, 50% 100%, 55% 98%, 60% 95%, 65% 89.17%, 70% 82%, 75% 72%, 80% 60.83%, 85% 48%, 90% 34.17%, 95% 18%, 100% 0%, 100% 100%, 0% 100%);
  background: #fff;
  bottom: 69px;
  content: "";
  display: block;
  height: 70px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.p-top-mv > div::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 70px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.p-top-mv__slider {
  height: 100%;
  width: 50%;
  z-index: 2;
}
.p-top-mv__slider__item {
  border: 0 !important;
  height: 100dvh !important;
}
.p-top-mv__slider__item picture {
  display: block;
  height: 100%;
}
.p-top-mv__slider__item picture img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-top-mv__slider.--02 {
  background-color: #000;
  transform: rotateX(180deg);
}
.p-top-mv__slider.--02 .slick-slide {
  transform: rotateX(180deg);
}
.p-top-mv__copy {
  height: 60%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0%);
  top: 10%;
  z-index: 4;
}
.p-top-mv__copy img {
  height: 100%;
}
.p-top-mv::after {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.p-top-mv .l-gnav {
  bottom: 24px;
  font-size: 1.875rem;
  left: 50%;
  right: auto;
  top: auto;
  transform: translate(-50%, 0%);
  z-index: 6;
}
.p-top-mv .l-gnav ul li a {
  height: 6em;
  line-height: 1.6em;
  width: 6em;
}

.p-top-event {
  margin-top: 160px;
}
.p-top-event__slider {
  margin-left: auto;
  margin-right: auto;
  max-width: 939px;
  position: relative;
  width: 100%;
}
.p-top-event__slider__item {
  margin-left: 28px;
  margin-right: 28px;
  transform: scale(0.8487);
  transform-origin: 100% 50%;
  transition: 1s;
}
.p-top-event__slider__item.slick-active {
  transform: scale(1);
  transform-origin: 50% 50%;
}
.p-top-event__slider__item.slick-active + * {
  transform-origin: 0% 50%;
}
.p-top-event__slider .slick-list {
  overflow: visible;
}
.p-top-event__slider .u-slick-btn {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #C8C8C8;
  border-radius: 100vh;
  cursor: pointer;
  height: 64px;
  opacity: 0.8;
  position: absolute;
  top: 100%;
  width: 64px;
  z-index: 1;
}
.p-top-event__slider .u-slick-btn::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background: #000;
  content: "";
  display: block;
  height: 32px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
}
.p-top-event__slider .u-slick-btn.--prev {
  transform: translate(0%, -50%);
  left: -52px;
  top: 50%;
}
.p-top-event__slider .u-slick-btn.--prev::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.p-top-event__slider .u-slick-btn.--next {
  transform: translate(0%, -50%);
  right: -52px;
  top: 50%;
}
.p-top-event__slider .u-slick-btn.slick-disabled {
  opacity: 0.2;
}

.p-top-information {
  margin-top: 160px;
}
.p-top-information__list {
  list-style: none;
  margin-top: 32px;
  padding: 0;
}
.p-top-information__list__item {
  border-bottom: 1px solid #ddd;
}
.p-top-information__list__item:first-child {
  border-top: 1px solid #ddd;
}
.p-top-information__list__item a {
  align-items: center;
  color: #333;
  display: flex;
  gap: 1em;
  padding: 0.9em 0.5em;
  text-decoration: none;
}
.p-top-information__list__item a:hover {
  background-color: #f5faf5;
}
.p-top-information__list__item time {
  color: #888;
  flex-shrink: 0;
  font-size: 0.9rem;
  white-space: nowrap;
}
.p-top-information__cat {
  background-color: #4a9e4a;
  border-radius: 3px;
  color: #fff;
  flex-shrink: 0;
  font-size: 0.8rem;
  padding: 0.2em 0.6em;
  white-space: nowrap;
}
.p-top-information__title {
  font-size: 1rem;
  line-height: 1.6;
}
.p-top-information__btn-more {
  margin-top: 40px;
  text-align: right;
}
.p-top-information__btn-more a {
  color: #666;
  display: inline-block;
  font-size: 2rem;
  padding-left: 1.4375em;
  position: relative;
  text-decoration: none;
}
.p-top-information__btn-more a::after {
  background: url(../images/common/ico-arrow-circle-blk.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 0.9375em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.9375em;
}

.p-top-rumatip {
  background-color: #5AC221;
  margin-top: 160px;
  padding: 56px 24px;
  position: relative;
}
.p-top-rumatip::before, .p-top-rumatip::after {
  background: url(../images/top/bg-rumatip-01.svg) 0% 0% repeat-x;
  background-size: auto 100%;
  content: "";
  display: block;
  height: 13px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-top-rumatip::before {
  top: 0;
}
.p-top-rumatip::after {
  bottom: 0;
}
.p-top-rumatip__hd {
  text-align: center;
}
.p-top-rumatip__hd img {
  width: 80.5555555556%;
}
.p-top-rumatip figure {
  margin-top: 48px;
}
.p-top-rumatip__btns {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}
.p-top-rumatip__btns__btn {
  width: 45.1388888889%;
}
.p-top-rumatip__btns__btn a {
  box-shadow: inset 0 0 0 4px #fff;
  border-radius: 100vh;
  color: #fff;
  display: block;
  font-size: 1.875rem;
  line-height: 1;
  padding-bottom: 1.1666666667em;
  padding-top: 1.1666666667em;
  text-align: center;
  text-decoration: none;
}
.p-top-rumatip__btns__btn a span {
  display: inline-block;
  padding-left: 1.8666666667em;
  position: relative;
}
.p-top-rumatip__btns__btn a span::after {
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 1.6em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 1.6em;
}
.p-top-rumatip__btns__btn:nth-child(1) span::after {
  background-image: url(../images/top/ico-rumatip-01.svg);
}
.p-top-rumatip__btns__btn:nth-child(2) span::after {
  background-image: url(../images/top/ico-rumatip-02.svg);
}
@media screen and (max-width: 1272px){ /**/
}
@media screen and (max-width: 1200px){
  .p-top-rumatip__btns__btn a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1136px){
  .p-top-mv > div::before {
    bottom: 6.073943662vw;
    height: 6.161971831vw;
  }
  .p-top-mv > div::after {
    height: 6.161971831vw;
  }
  .p-top-mv .l-gnav {
    font-size: 2.6408450704vw;
  }
}
@media screen and (max-width: 767px){ /**/
  .p-top-mv > div {
    flex-direction: column;
  }
  .p-top-mv > div::before {
    display: none;
  }
  .p-top-mv > div::after {
    display: none;
  }
  .p-top-mv__slider {
    height: 50%;
    width: 100%;
  }
  .p-top-mv__slider__item {
    height: 100% !important;
  }
  .p-top-mv__slider__item picture {
    width: 100%;
  }
  .p-top-mv__slider.--02 {
    transform: rotateY(180deg);
  }
  .p-top-mv__slider.--02 .slick-slide {
    transform: rotateY(180deg);
  }
  .p-top-mv__copy {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .p-top-event {
    margin-top: 80px;
  }
  .p-top-event__slider .u-slick-btn {
    width: 40px;
  }
  .p-top-event__slider .u-slick-btn::after {
    height: 20px;
    width: 20px;
  }
  .p-top-event__slider .u-slick-btn.--prev {
    border-radius: 0 16px 16px 0;
    left: 0;
  }
  .p-top-event__slider .u-slick-btn.--next {
    border-radius: 16px 0 0 16px;
    right: 0;
  }
  .p-top-information {
    margin-top: 80px;
  }
  .p-top-information__list__item a {
    flex-wrap: wrap;
    gap: 0.5em;
  }
  .p-top-information__btn-more {
    margin-top: 24px;
  }
  .p-top-information__btn-more a {
    font-size: 1rem;
  }
  .p-top-rumatip {
    padding: 40px 24px 56px;
    margin-top: 80px;
  }
  .p-top-rumatip::before, .p-top-rumatip::after {
    height: 8px;
  }
  .p-top-rumatip__hd img {
    width: 100%;
  }
  .p-top-rumatip figure {
    margin-top: 24px;
  }
  .p-top-rumatip__btns {
    flex-direction: column;
    margin-top: 0;
  }
  .p-top-rumatip__btns__btn {
    margin-top: 24px;
    width: 100%;
  }
  .p-top-rumatip__btns__btn a {
    box-shadow: inset 0 0 0 2px #fff;
    font-size: 1rem;
  }
}
/*# sourceMappingURL=../map/top.css.map */
