/* ================================================= *
 *        	common
 * ================================================= */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  overflow-x: hidden;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: sans-serif;
}

main {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

p, dl, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: currentColor;
  text-decoration: none;
  outline: none;
}

a:focus, *:focus {
  outline: none;
}

/* ------------------------------------
 *        	layout
------------------------------------ */
.over_area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.over_area_inner {
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

.container {
  width: min(92%, 1280px);
  margin-inline: auto;
}

@media (max-width: 480px) {
  .BReak:before {
    display: inline;
    content: "\a";
    white-space: pre;
  }
}
/* ------------------------------------
 *        	animation
------------------------------------ */
.bounceInDown,
.zoomInTrigger,
.flashTrigger,
.fadeInUpTrigger {
  opacity: 0;
}
.bounceInDown.animate__animated,
.zoomInTrigger.animate__animated,
.flashTrigger.animate__animated,
.fadeInUpTrigger.animate__animated {
  opacity: 1;
}

/* ------------------------------------
 *        	style
------------------------------------ */
.campaign_reserve {
  position: relative;
  margin-bottom: -20px;
  padding: 50px 0 80px;
  background: url(../img/aeon_event_20240420/reserve_bg.png) no-repeat center bottom/cover;
  z-index: 1;
}
.head_wrap .campaign_reserve {
  padding: 40px 0 60px;
}
@media (max-width: 768px) {
  .campaign_reserve {
    padding: 20px 0 40px;
  }
  .head_wrap .campaign_reserve {
    padding: 20px 0 30px;
  }
}
.campaign_reserve__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  width: min(92%, 746px);
  margin-inline: auto;
}

.reserve_link {
  position: relative;
}
.reserve_link__btn {
  position: absolute;
  right: 2.5%;
  bottom: 18%;
  width: 71%;
}
.large .reserve_link__btn {
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 2%;
}

/* ================================================= *
 *        	layout
 * ================================================= */
.head_wrap {
  position: relative;
  background: url(../img/aeon_event_20240420/appeal_bg.png) no-repeat center bottom/cover;
  margin-top: min(-4.2%, -16px);
  padding: min(9%, 90px) 0 30px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .head_wrap {
    margin-top: -90px;
    padding-top: 90px;
  }
}
.head_wrap .campaign_reserve {
  background: none;
}

/* ================================================= *
 *        	main_visual
 * ================================================= */
.main_visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: min(54.8898678414vw, 100vh);
  background: url(../img/aeon_event_20240420/main_bg.jpg) no-repeat center top/cover;
}
@media (max-width: 768px) {
  .main_visual {
    display: block;
    height: auto;
    background-image: none;
  }
}
.main_visual__title {
  position: relative;
  text-align: center;
  z-index: 2;
}
.main_visual__img {
  width: min(92vw, 100%);
  height: auto;
}
@media (max-width: 768px) {
  .main_visual__img {
    width: 100%;
    margin-top: 0;
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
}

/* ================================================= *
 *        	appeal
 * ================================================= */
.appeal__inner {
  position: relative;
  width: min(92%, 981px);
  margin-inline: auto;
}
.appeal__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(70%, 728px);
  height: auto;
  margin-top: min(-8%, -60px);
  z-index: 2;
}
@media (max-width: 768px) {
  .appeal__title {
    margin-top: min(-8%, -30px);
  }
}

/* ================================================= *
 *        	featured_car
 * ================================================= */
.featured_car {
  position: relative;
  margin-top: -35px;
  padding: 60px 0;
  background: url(../img/aeon_event_20240420/featured_car_bg.jpg) no-repeat center/cover;
  text-align: center;
}
@media (max-width: 768px) {
  .featured_car {
    margin-top: -10px;
    padding: 30px 0;
  }
}
.featured_car::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  aspect-ratio: 1280/691;
  background: url(../img/aeon_event_20240420/featured_car_bg_head.png) no-repeat center top/cover;
}
.featured_car__title, .featured_car__list {
  position: relative;
  z-index: 1;
}
.featured_car__list {
  margin: 60px 0;
}
@media (max-width: 768px) {
  .featured_car__list {
    margin: 30px 0 0;
  }
}
.featured_car__item:not(:first-of-type) {
  margin-top: min(5%, 30px);
}

/* ================================================= *
 *        	campaign_present
 * ================================================= */
.campaign_present {
  position: relative;
  padding: 60px 0;
  background: url(../img/aeon_event_20240420/present_bg.jpg) no-repeat center/cover;
  text-align: center;
}
@media (max-width: 768px) {
  .campaign_present {
    padding: 30px 0;
  }
}
.campaign_present::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  aspect-ratio: 1280/985;
  background: url(../img/aeon_event_20240420/present_bg_head.png) no-repeat center top/cover;
}
.campaign_present__title, .campaign_present__list {
  position: relative;
  z-index: 1;
}
.campaign_present__item:not(:first-of-type) {
  margin-top: 15px;
}

/* ================================================= *
 *        	movie
 * ================================================= */
.movie_wrap {
  position: relative;
  width: 100%;
  padding: min(24%, 200px) 0 min(40%, 300px);
  background: url(../img/aeon_event_20240420/movie_bg.jpg) no-repeat center bottom/cover;
}
.movie_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  aspect-ratio: 1280/882;
  background: url(../img/aeon_event_20240420/movie_bg_head.png) no-repeat center top/cover;
}
.movie_wrap::after {
  content: "";
  position: absolute;
  bottom: -3px;
  display: inline-block;
  width: 100%;
  height: min(30%, 359px);
  aspect-ratio: 844/359;
  background: url(../img/aeon_event_20240420/movie_bg_bottom.png) no-repeat center bottom/contain;
}

.movie {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: auto;
  z-index: 2;
}
.movie::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 115%;
  height: 130%;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 80% 0%, 50% 100%, 0 100%);
          clip-path: polygon(0 0, 80% 0%, 50% 100%, 0 100%);
  z-index: -1;
}
.movie::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 115%;
  height: 130%;
  background-color: #2b3038;
  -webkit-clip-path: polygon(80% 0%, 100% 0, 100% 100%, 50% 100%);
          clip-path: polygon(80% 0%, 100% 0, 100% 100%, 50% 100%);
  z-index: -1;
}
.movie__title {
  position: absolute;
  top: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 394px;
  width: 80%;
  z-index: 3;
}
@media (max-width: 768px) {
  .movie__title {
    margin-top: -2%;
  }
}

.youtube_wrapper {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: auto;
  aspect-ratio: 16/9;
}
.youtube_wrapper iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .movie_balloon {
    display: none;
  }
}
.movie_balloon__left .movie_car {
  position: absolute;
  left: 1%;
  bottom: min(4%, 60px);
  width: min(24.140625vw, 309px);
  z-index: 2;
}
.movie_balloon__right .movie_car {
  position: absolute;
  right: 1%;
  bottom: min(4%, 60px);
  width: min(24.0625vw, 308px);
  z-index: 2;
}

/* ================================================= *
 *        	recommended_points
 * ================================================= */
.recommended_points {
  position: relative;
  margin-bottom: 36px;
  padding: min(6%, 90px) 0;
  background: url(../img/aeon_event_20240420/recommended_points_bg.jpg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .recommended_points {
    margin-bottom: 18px;
  }
}
.recommended_points::after {
  position: absolute;
  bottom: -56px;
  content: "";
  display: inline-block;
  width: 100%;
  height: 57px;
  background: url(../img/aeon_event_20240420/report_head.png) no-repeat center/cover;
  z-index: 1;
}
@media (max-width: 768px) {
  .recommended_points::after {
    bottom: -29px;
    height: 30px;
  }
}
.recommended_points__title {
  text-align: center;
}
.recommended_points__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 20px;
  margin-top: min(5%, 60px);
}
@media (max-width: 768px) {
  .recommended_points__list {
    gap: 8px;
    margin-top: min(5%, 60px);
  }
}
.recommended_points__item {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 768px) {
  .recommended_points__item {
    width: calc((100% - 8px) / 2);
  }
}
.recommended_points__item img {
  width: 100%;
}

/* ================================================= *
 *        	campaign_report
 * ================================================= */
.campaign_report {
  position: relative;
  padding-top: min(22%, 220px);
  background: url(../img/aeon_event_20240420/report_bg.jpg) no-repeat center top/cover;
  text-align: center;
}
.campaign_report__title {
  max-width: 92%;
  margin-inline: auto;
}

.report_slide {
  padding: min(4%, 35px) 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.report_slide.slick-initialized {
  opacity: 1;
}
.report_slide img {
  width: 100%;
}

/* ================================================= *
 *        	maker_slide
 * ================================================= */
.maker_slide::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 65px;
  background: url(../img/aeon_event_20240420/reserve_bg.png) no-repeat center bottom/cover;
}
@media (max-width: 480px) {
  .maker_slide::after {
    height: 45px;
  }
}
.maker_slide__inner {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 250px;
  padding-top: 10px;
}
@media (max-width: 480px) {
  .maker_slide__inner {
    height: 150px;
  }
}
.maker_slide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
          animation: loop-slide 20s infinite linear 1s both;
}
@media (max-width: 480px) {
  .maker_slide__list {
    gap: 0;
  }
}
.maker_slide__item {
  width: 200px;
}
@media (max-width: 480px) {
  .maker_slide__item {
    width: 140px;
  }
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* ================================================= *
 *        	campaign_detail
 * ================================================= */
.campaign_detail {
  padding: 90px 0 60px;
  background-color: #fff;
}
@media (max-width: 480px) {
  .campaign_detail {
    padding: 30px 0;
  }
}
.campaign_detail__inner {
  position: relative;
  width: min(100%, 1094px);
  margin-inline: auto;
  border: 9px solid #ffb922;
}
@media (max-width: 768px) {
  .campaign_detail__inner {
    border: 6px solid #ffb922;
  }
}
.campaign_detail__title {
  position: relative;
  margin-top: -9px;
  text-align: center;
}
@media (max-width: 768px) {
  .campaign_detail__title {
    width: 60%;
    margin: auto;
    margin-top: -6px;
  }
}

.campaign_detail_info__wrap {
  width: min(100%, 980px);
  margin-inline: auto;
  padding: min(6%, 60px);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.campaign_detail_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  padding: 10px 0;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .campaign_detail_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 480px) {
  .campaign_detail_item {
    font-size: 1.4rem;
  }
}
.campaign_detail_item:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.campaign_detail_item__title {
  width: max(18%, 150px);
  color: #003c82;
}
@media (max-width: 768px) {
  .campaign_detail_item__title {
    width: 100%;
  }
}
.campaign_detail_item__data {
  width: 80%;
  color: #000;
}
@media (max-width: 768px) {
  .campaign_detail_item__data {
    margin-top: 5px;
    width: 100%;
  }
}
.campaign_detail_item__data p:nth-of-type(2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.campaign_detail_item__data .blue {
  color: #0071dd;
}
.campaign_detail_item__data .red {
  color: #ff3d1d;
}
.campaign_detail_item__data .note {
  margin-left: 1rem;
  font-size: 1.2rem;
  vertical-align: middle;
}
.campaign_detail_item__data .map_link {
  margin-left: 1rem;
  color: #f13f24;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .campaign_detail_item__data .map_link {
    display: block;
    margin-left: 0;
  }
}

.campaign_detail_map {
  margin-top: 60px;
}
@media (max-width: 480px) {
  .campaign_detail_map {
    margin-top: 30px;
  }
}