.fv {
  position: relative;
  margin-bottom: -15px;
}
.fv__contents {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 50%;
  left: 0;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .fv__contents {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.fv__contents p {
  color: #fff;
  text-shadow: 0 0 5px rgb(0, 0, 0.4);
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .fv__contents p {
    font-size: 3.4666666667vw;
  }
}
.fv__title {
  text-shadow: 0 0 5px rgb(0, 0, 0.4);
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 65px;
  font-family: "IBM Plex Sans JP", sans-serif;
  margin-bottom: 150px;
}
@media screen and (max-width: 1320px) {
  .fv__title {
    font-size: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 10.1333333333vw;
    letter-spacing: 0.1em;
  }
}
.fv__title span {
  display: inline-block;
  line-height: 1.4;
}
.fv__title .min {
  font-size: 54px;
}
@media screen and (max-width: 1320px) {
  .fv__title .min {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .fv__title .min {
    font-size: 8vw;
  }
}
.fv__title .line {
  background: linear-gradient(transparent 60%, #952122 40%);
}
.fv__btns {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .fv__btns {
    display: block;
  }
}
.fv__btns a {
  display: block;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  padding: 14px 60px;
  padding-right: 80px;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .fv__btns a {
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    padding: 12px 45px;
    margin-bottom: 20px;
    padding-right: 55px;
  }
}
.fv__btns a:first-child {
  background: #952122;
  color: #fff;
  background-image: url(../img/arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: 90%;
}
@media screen and (max-width: 768px) {
  .fv__btns a:first-child {
    background-position: 130%;
  }
}
.fv__btns a:nth-child(2) {
  background: #fff;
  color: #952122;
  background-image: url(../img/arrow_right_red.svg);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: 90%;
}
@media screen and (max-width: 768px) {
  .fv__btns a:nth-child(2) {
    background-position: 130%;
  }
}
.fv__inner {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.fv__img img {
  vertical-align: bottom;
}

.event {
  padding: 80px 40px;
  background: url(../img/event-bg.png) repeat;
  background-size: contain;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .event {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.event__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .event__lists {
    padding: 0 30px;
  }
}
.event__lists .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1320px) {
  .event__lists .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .event__lists .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}
.event__lists {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.event__list {
  margin: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 20px 15px;
}
.event__list--img {
  position: relative;
}
.event__list--img .icon {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 60px;
  height: 60px;
  background: #839f3b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border-radius: 50%;
}
.event__list--img .icon.end {
  background: #727171;
}
.event__list--head {
  margin: 10px 0;
  background: #727171;
  color: #fff;
  text-align: center;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 6px;
  font-weight: bold;
}
.event__list--head span {
  font-size: 13px;
}
.event__list--bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event__list--bottom .title {
  width: 60%;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
}
.event__list--bottom .more {
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  font-weight: bold;
  border-radius: 100px;
  background: #952122;
  font-size: 11px;
}
.event .swiper-button-prev,
.event .swiper-button-next {
  display: none;
}
@media screen and (max-width: 768px) {
  .event .swiper-button-prev,
  .event .swiper-button-next {
    display: block;
  }
}
.event .swiper-button-prev {
  left: -10px;
}
.event .swiper-button-next {
  right: -10px;
}

.works {
  padding: 80px 40px;
  background: url(../img/works-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .works {
    padding: 13.3333333333vw 8vw;
    background: url(../img/works-bg-sp.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.works__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .works__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.works__list {
  position: relative;
}
.works__list--img {
  padding: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: #fff;
}
.works__list--contents {
  width: 95%;
  margin: 0 auto;
  margin-top: -20px;
  position: relative;
  z-index: 2;
  background: #952122;
}
.works__list--contents p {
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
  font-weight: bold;
  padding: 10px 20px;
}
.works__list--contents p span {
  font-size: 8px;
}

.guide {
  padding: 80px 40px;
  background: url(../img/event-bg.png) repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .guide {
    padding: 13.3333333333vw 0;
  }
}
.guide__text {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.6;
  margin-bottom: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .guide__text {
    font-size: 2.6666666667vw;
    padding: 0 5px;
  }
}
.guide .section__title span {
  margin-bottom: -15px;
}
.guide__img {
  margin-bottom: 50px;
}

.plan {
  padding: 80px 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .plan {
    padding: 13.3333333333vw 5.3333333333vw 0;
  }
}
.plan .section__title {
  margin-bottom: 50px;
}
.plan .section__title span {
  margin-bottom: -15px;
}
.plan__item {
  position: relative;
  margin-bottom: 100px;
}
.plan__item--scroll {
  position: absolute;
  right: -2%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .plan__item--scroll {
    display: none;
  }
}
.plan__item--btn {
  display: block;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 40px;
  background: #839f3b;
  color: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .plan__item--btn {
    margin-top: 10px;
  }
}
.plan__item--title {
  display: block;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  background: #af4e3a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  padding: 4px 20px;
  margin-bottom: 30px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .plan__item--title {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.plan__item--lists .swiper-button-prev,
.plan__item--lists .swiper-button-next {
  display: none;
}
@media screen and (max-width: 768px) {
  .plan__item--lists .swiper-button-prev,
  .plan__item--lists .swiper-button-next {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .plan__item--lists .swiper-controls {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    right: 0;
    top: 55%;
  }
}
.plan__item--lists .swiper-button-prev {
  position: unset;
  width: 30px;
  height: 30px;
}
.plan__item--lists .swiper-button-next {
  position: unset;
  width: 30px;
  height: 30px;
}
.plan__item--list {
  background: #fff;
  padding: 0 30px 40px;
}
@media screen and (max-width: 768px) {
  .plan__item--list {
    padding: 0 0 30px;
  }
}
.plan__item--list .img img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.plan__item--list .contents .title {
  margin: 15px 0 20px;
  padding-left: 10px;
  border-left: 8px solid #952122;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
}
.plan__item--list .contents .cost {
  padding-bottom: 10px;
  border-bottom: 2px solid #952122;
  margin-bottom: 10px;
}
.plan__item--list .contents .cost__title {
  font-size: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}
.plan__item--list .contents .cost__price {
  font-weight: bold;
  font-size: 22px;
}
.plan__item--list .contents .detail {
  background: #952122;
  padding: 8px;
}
.plan__item--list .contents .detail__title {
  text-align: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 15px;
}
.plan__item--list .contents .detail__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 5px;
}
.plan__item--list .contents .detail__list {
  background: #af4e3a;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 10px 15px;
}
.plan__item:nth-of-type(odd) .plan__item--title {
  background: #c96c28;
}
.plan__item:nth-of-type(odd) .plan__item--list .contents .title {
  border-color: #c96c28 !important;
}
.plan__item:nth-of-type(odd) .plan__item--list .contents .detail {
  background: #c96c28;
}
.plan__item:nth-of-type(odd) .plan__item--list .contents .detail__list {
  background: #de8130;
}

.point {
  padding: 80px 40px;
  background: url(../img/event-bg.png) repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .point {
    padding: 13.3333333333vw 8vw;
  }
}
.point__lists {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .point__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
  }
}
.point__list img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .point__list img {
    width: 100%;
  }
}
.point__list:nth-child(3), .point__list:nth-child(4) {
  text-align: right;
}

.about {
  padding: 80px 40px;
  background: url(../img/about-bg.png) repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.about__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .about__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 35px;
  }
}
.about__list {
  display: block;
  padding: 12px 20px;
  padding-right: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  background-color: #952122;
  background-image: url(../img/arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: 105%;
  letter-spacing: 0.05em;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .about__list {
    padding: 14px 20px;
  }
}
.about__list:nth-child(2) {
  background-color: #ad251c;
}
.about__list:nth-child(3) {
  background-color: #bd271b;
}

.column {
  padding: 80px 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .column {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.column .section__title span {
  margin-bottom: -20px;
}
.column__lists {
  margin-top: 50px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .column__lists {
    padding: 0 30px;
  }
}
.column__lists .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .column__lists .swiper-wrapper {
    display: flex;
    gap: 0;
  }
}
.column__lists .swiper-button-prev,
.column__lists .swiper-button-next {
  display: none;
}
@media screen and (max-width: 768px) {
  .column__lists .swiper-button-prev,
  .column__lists .swiper-button-next {
    display: block;
  }
}
.column__lists .swiper-button-prev {
  left: -10px;
}
.column__lists .swiper-button-next {
  right: -10px;
}
.column__list {
  display: block;
}
.column__list--img {
  position: relative;
}
.column__list--img .icon {
  position: absolute;
  left: -3px;
  top: -3px;
  z-index: 2;
  width: 92px;
}
.column__list--date {
  position: relative;
  margin: 10px 0;
}
.column__list--date::after {
  content: "";
  height: 3px;
  background: #952122;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.column__list--date span {
  display: inline-block;
  background: #fff;
  padding-right: 8px;
  z-index: 2;
  font-weight: bold;
  font-size: 12px;
  position: relative;
}
.column__list--title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}/*# sourceMappingURL=top.css.map */