.re-2604_contents html {
  scroll-behavior: smooth;
}

.re-2604_contents a {
  cursor: pointer;
}

.re-2604_contents {
  box-sizing: border-box;
  background-image: url(../img/260410_aeon/bg-pc.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.re-2604_contents-max {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}

.re-2604_contents a img,
.re-2604_contents img {
  display: block;
  width: 100%;
}

.re-2604_contents a {
  display: block;
  width: 100%;
  transition: all 0.2s ease;
  overflow: visible;
}

.re-2604_contents a:hover img {
  transform: translateY(-4px);
  transition: all 0.2s ease;
  opacity: 1;
}

.re-2604_contents a::after {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 30%;
  height: 100%;
  transition: left 0.6s ease;
  pointer-events: none;
}

/* mv */
.re-2604_contents-mv {
  background-image: url(../img/260410_aeon/mv-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 4vw 6vw;
}

.re-2604_contents-top-main {
  /* padding-top: 40px; */
  background-color: #a5c636;
}

.re-2604_contents-mv-date {
  display: block;
  width: 90%;
  margin: 0 auto 8vw;
}

.re-2604_contents-mv-ttl {
  width: 90%;
  margin: 0 auto;
}

.re-2604_contents-mv-pop {
  position: relative;
}

.re-2604_contents-mv-char-1,
.re-2604_contents-mv-char-2 {
  width: 25%;
}

.re-2604_contents-mv-char-1 {
  position: absolute;
  top: 66%;
  left: 1%;
}

.re-2604_contents-mv-char-2 {
  position: absolute;
  top: 66%;
  right: 1%;
}

.re-2604_contents-top-nav {
  position: relative;
  background-color: #a5c636;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 85%;
  margin: 0 auto;
  padding-bottom: 6vw;
}

.re-2604_contents-top-nav li {
  display: block;
  width: 100%;
}

.re-2604_contents-top-nav-02 {
  background-color: unset;
}

.re-2604_contents-top-nav-type-02 {
  margin-top: -9vw;
}

.re-2604_contents-mv-popup {
  background-image: url(../img/260410_aeon/mv-popup-bg.png);
}

@media screen and (max-width: 767px) {
  .re-2604_contents-max {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .re-2604_contents-top-nav {
    gap: 8px;
    padding-bottom: 8%;
  }

  .re-2604_contents-mv {
    padding: 4% 6% 3%;
  }

  .re-2604_contents-mv-char-1,
  .re-2604_contents-mv-char-2 {
    width: 22%;
  }

  .re-2604_contents-mv-char-1 {
    top: 66%;
    left: 3%;
  }

  .re-2604_contents-mv-char-1 {
    top: 66%;
    right: 3%;
  }
}

/*  */
.re-2604_s01 {
  padding: 8vw 0;
  position: relative;
}

.re-2604_s01-airplane {
  width: 25vw;
  position: absolute;
  top: -5vw;
  right: 2vw;
  transition: opacity 0.3s ease;
  z-index: 6;
}

.re-2604_s01-airplane.is-stuck {
  position: fixed;
  top: unset;
  bottom: 40px;
  z-index: 6;
}

.re-2604_s01-airplane.original {
  width: 25vw;
  position: absolute;
  top: -5vw;
  right: 2vw;
  z-index: 6;
}

.re-2604_s01-airplane.fixed-version {
  position: fixed;
  top: unset;
  bottom: 2vw;
  right: calc((100vw - 390px) / 2 + 2vw);
  width: 25vw;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.re-2604_s01-airplane.fixed-version.is-visible {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .re-2604_s01-airplane.fixed-version {
    right: 2vw;
    bottom: 20vw;
  }
}

.re-2604_s01-ttl {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2%;
}

.re-2604_s01 {
  background-image: url(../img/260410_aeon/s01-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.re-2604_s01-moving figure {
  height: auto;
}

.re-2604_s01-moving {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 15vw;
  gap: 4%;
  margin-bottom: 3%;
}

.re-2604_s01-moving-sun {
  align-self: flex-start;
  width: 10%;
}

.re-2604_s01-moving-car {
  width: 15%;
}

.re-2604_s01-ttl .re-2604_s01-ttl-img-01 {
  width: 70%;
}

.swiper-wrapper {
  align-items: flex-end;
}

.re-2604_s01-swiper-slide {
  position: relative;
  display: block;
}

.swiper-slide {
  transition: transform 0.3s ease !important;
  transform: scale(0.9) !important;
  padding-top: 10vw;
}

.swiper-slide .re-2604_s01-swiper-img {}

.swiper-slide-active {
  transform: scale(1) !important;
}

.swiper-slide-active .re-2604_s01-swiper-img {}

.re-2604_s01-swiper-img img {
  width: 100%;
  height: auto;
  display: block;
}

.re-2604_s01-swiper-slide .swiper-popup {
  width: 28%;
  position: absolute;
  top: -6%;
  left: 0;
}

.swiper {
  width: 100%;
  height: auto;
  padding: 0;
}

.swiper-button-next,
.swiper-button-prev {
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 12vw;
  height: 12vw;
  position: static;
}

.swiper-button-next {
  background-image: url(../img/260410_aeon/next-btn.png);
}

.swiper-button-prev {
  background-image: url(../img/260410_aeon/prev-btn.png);
}

.swiper-btns {
  width: 95%;
  display: flex;
  justify-content: flex-end;
  gap: 4vw;
  margin-top: 16vw;
}

.re-2604_s01-swiper-img {
  position: relative;
}

.re-2604_header {
  background-color: #fff;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2% 4%;
}

.re-2604_header-link {
  display: block;
  width: 35% !important;
}

.re-2604_header-link-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4%;
  flex: 0.9;
}

.re-2604_header-link-3 {
  flex: 0.8;
}

.swiper .re-2604_s01-swiper-slide-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 51%;
  position: absolute;
  bottom: 21%;
  left: 49%;
  transform: translate(-50%, 0);
}

.re-2604_s01-main-txt {
  width: 88%;
  margin: 20vw auto 0;
}

.re-2603_contents .swiper-pagination {
  bottom: 10px;
}

.swiper-pagination-bullet {
  width: 2.4vw;
  height: 2.4vw;
  background: #fff;
  border-radius: 10000px;
  border: 2px solid #000;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #000;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: fit-content;
  left: 4vw;
  bottom: 12vw !important;
}

@media screen and (min-width: 768px) {
  .re-2604_s01 {
    padding: 7% 0;
  }

  .re-2604_s01-moving {
    height: 50px;
  }

  .re-2604_s01-moving figure img {
    width: 100%;
  }

  .swiper {
    padding: 0;
    margin-top: 0px;
  }

  .re-2604_s01-swiper-slide .swiper-popup {
    width: 27%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 48px;
    height: 48px;
  }

  .swiper-btns {
    gap: 10px;
    margin-top: 10%;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 4%;
    bottom: 5% !important;
  }

  .swiper-slide {
    padding-top: 34px;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 10000px;
    border: 2px solid #000;
    opacity: 1;
  }

  .re-2604_s01-main-txt {
    margin: 20% auto 0;
  }

  .re-2604_s01-airplane {
    width: 26%;
    top: -2%;
    right: 2%;
  }

  .re-2604_s01-airplane.is-stuck {
    width: 8%;
  }

  .swiper-pagination-bullet-active {
    background: #000;
  }

  .ania-img-btn {
    padding-bottom: 8% !important;
  }

  .bus {
    margin: 0 auto 4% !important;
  }

  .re-2604_contents-mv-date {
    margin: 0 auto 5% !important;
  }
}

/* re-2604_s02 */
.re-2604_s02 {
  padding: 5vw 4vw 4vw;
  background-image: url(../img/260410_aeon/s02-bg.png);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

.re-2604_item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  justify-content: flex-start;
  align-items: center;
}

.re-2604_item-list .full-width {
  width: 100%;
}

.re-2604_item-list li {
  width: 48.8%;
}

.re-2604_item-list-item-video {
  position: relative;
}

.re-2604_item-list-item-video a {
  opacity: 1;
  transform: unset;
}

.re-2604_item-list-btn:hover img {
  transform: none !important;
  transition: none !important;
}

.re-2604_item-list-btn:hover {
  opacity: 0.7;
}

.re-2604_item-list-item-video-2 a:hover img {
  transform: none;
  transition: none;
  opacity: 1 !important;
}

.re-2604_item-list-item-video iframe {
  width: 94%;
  position: absolute;
  top: 3vw;
  left: 2.5vw;
  aspect-ratio: 16 / 9;
  margin: 0 auto 6%;
}

.shinkansen {
  display: block !important;
  width: 40%;
  margin: 0 auto;
}

.re-2604_s02-ttl {
  width: 90%;
  margin: 2vw auto 7vw;
}

.re-2604_s02-btn {
  display: block;
  width: 90%;
  margin: 0 auto 2vw;
}

@media screen and (min-width: 768px) {
  .shinkansen {
    margin-bottom: 2%;
  }

  .re-2604_item-list-item-video iframe {
    top: 2%;
    left: 3%;
  }

  .re-2604_item-list li {
    width: 48%;
  }

  .re-2604_item-list {
    gap: 12px;
    row-gap: 8px;
  }

  .re-2604_s07-tab-pane-ttl {
    margin: 0 auto 6% !important;
  }

  .swiper .re-2604_s01-swiper-slide-btn {
    bottom: 21%;
    left: 49%;
  }
}

/*  */
.re-2604_s03 {
  padding-top: 6vw;
  background-image: url(../img/260410_aeon/s03-bg.png);
}

.bus {
  width: 17%;
  margin: 0 auto 3vw;
}

.re-2604_s04 {
  padding-top: 4vw;
  background-image: url(../img/260410_aeon/s04-bg.png);
}

.train {
  display: block !important;
  width: 30%;
  margin: 0 auto 20px;
}

.rocket {
  margin-right: unset;
  margin-bottom: 0;
}

.moon {
  margin-left: unset;
  margin-bottom: 0;
}

/*  */
.re-2604_s05 {
  background-image: url(../img/260410_aeon/s05-bg.png);
}

.re-2604_item-list-05 li {
  position: relative;
}

.re-2604_item-list-btn {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.blocks {
  width: 20%;
  margin: 0 auto;
}

/*  */
.re-2604_s06-ttl {
  width: 68%;
  margin: 4vw auto 0;
}

.re-2604_s06-ttl-2 {
  margin-top: 0;
}

.re-2604_s06-movement {
  display: flex;
  width: 50%;
  margin: 6vw auto 2vw;
  gap: 12px;
}

/*  */
.re-2604_socials-info {
  background-color: #fff;
}

.re-2604_socials-info-bonus {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  background-color: #fff9da;
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.re-2604_socials-info-bonus picture {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.re-2604_socials-info-bonus a {
  display: block;
  width: 85%;
  margin: 0 auto;
}

.re-2604_socials-info-coupon {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  padding: 6vw 0;
}

.re-2604_socials-info-socials {
  background-color: #fff9da;
  padding: 8vw 0 4vw;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}

.ftr-text {
  margin-top: 4vw;
}

.re-2604_socials-info-socials-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}

.re-2604_socials-info-socials-list li {
  display: block;
  width: 90%;
}

.ftr-text {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.re-2604_socials-info-socials-ttl {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.re-2604_s07 {
  padding: 5vw 0 6vw;
}

.re-2604_s07-rainbow {
  width: 20%;
  margin: 0 auto 4%;
}

.re-2604_s07-tab-container {
  width: 90%;
  margin: 0 auto;
}

.re-2604_s07-ttl {
  width: 71%;
  margin: 0 auto 4%;
}

.re-2604_s07-message-bubble {
  width: 70%;
  margin: 4% auto;
}

.re-2604_s07-tab-nav {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: -1px;
}

.re-2604_s07-tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2%;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  text-align: center;
  flex: 1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.re-2604_s07-tab-item.active {
  color: #fff;
  border-bottom: none;
}

.re-2604_s07-tab-content-wrap {
  background-color: #51c073;
  padding: 6vw 3vw 2vw;
  position: relative;
  min-height: 350px;
  transition: background-color 0.3s ease;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.re-2604_s07-tab-pane {
  display: none;
}

.ania-img-btn {
  padding-bottom: 6vw;
}

.re-2604_s07-tab-pane.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

.re-2604_s07-tab-item img {
  width: 80%;
}

.re-2604_item-tab-list-btn {
  /* bottom: -7vw; */
}

.re-2604_s07-tab-pane-ttl {
  width: 80%;
  margin: 0 auto 4vw;
}

#rika .re-2604_s07-tab-pane-ttl {
  width: 60%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 768px) {
  .re-2604_s01-airplane.original {
    width: 22%;
    top: -2%;
    right: 4%;
  }

  .re-2604_socials-info-socials-list {
    gap: 16px;
  }

  .re-2604_socials-info-socials {
    padding: 48px 0 24px;
    gap: 20px;
  }

  .re-2604_socials-info-coupon {
    gap: 14px;
    padding: 40px 0;
  }

  .re-2604_socials-info-bonus {
    gap: 18px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .re-2604_s07 {
    padding: 20px 0 20px;
  }

  .re-2604_s07-tab-content-wrap {
    padding: 32px 12px 12px;
    min-height: 334px;
  }

  .re-2604_s02-btn {
    margin: 0 auto 12px;
  }

  .re-2604_s02-ttl {
    width: 80%;
    margin: 0 auto 28px;
  }

  .re-2604_s03 .re-2604_s02-ttl,
  .re-2604_s05 .re-2604_s02-ttl {
    width: 100%;
  }

  .re-2604_s05 .re-2604_s02-ttl {
    width: 90%;
  }

  .re-2604_s06-movement {
    margin: 22px auto 12px;
  }

  .re-2604_s02 {
    padding: 5% 6% 7%;
  }

  .re-2604_s06 {
    padding-top: 7%;
  }

  .bus {
    width: 14% !important;
  }

  .re-2604_s01-airplane.fixed-version {
    width: 20%;
    right: 20px;
    bottom: 10px;
  }

  .re-2604_s06-ttl {
    margin: 0 auto 0;
  }

  .re-2604_contents-top-nav-type-02 {
    margin-top: -8%;
  }

  .blocks {
    margin-bottom: 4% !important;
  }

  .re-2604_s07-ttl {
    margin-bottom: 6%;
  }

  #aipri .re-2604_s07-tab-pane-ttl {
    width: 97%;
  }

  #rika .re-2604_s07-tab-pane-ttl {
    width: 60%;
  }
}

@media screen and (max-width: 1024px) {}

@media screen and (min-width: 1024px) {
  .re-2604_s01-airplane.fixed-version {
    width: 12%;
    max-width: 150px;
    right: unset;
    left: 50%;
    transform: translateX(210px);
    bottom: 40px;
  }
}

@media screen and (min-width: 1200px) {}

.u-anim {
  opacity: 0;
  visibility: hidden;
  transition: all 0.9s ease;
  will-change: opacity, transform;
}

/* When active */
.u-anim.is-active {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.u-anim--fade-up {
  transform: translateY(40px);
}

.u-anim--left {
  transform: translateX(-40px);
}

.u-anim--right {
  transform: translateX(40px);
}

.u-anim--pop {
  transform: scale(0.7);
  transition: all 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.u-anim--pop-2 {
  transform: scale(0.7);
  transition:
    opacity 1.2s ease-out,
    transform 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.u-delay-1 {
  transition-delay: 0.2s;
}

.u-delay-2 {
  transition-delay: 0.4s;
}

.u-delay-3 {
  transition-delay: 0.6s;
}

.u-delay-4 {
  transition-delay: 0.8s;
}

@keyframes u-swing {
  0% {
    transform: rotate(-10deg);
  }

  15% {
    transform: rotate(8deg);
  }

  30% {
    transform: rotate(-6deg);
  }

  45% {
    transform: rotate(10deg);
  }

  60% {
    transform: rotate(-4deg);
  }

  75% {
    transform: rotate(6deg);
  }

  100% {
    transform: rotate(-10deg);
  }
}

@keyframes u-swing-reverse {
  0% {
    transform: rotate(10deg);
  }

  15% {
    transform: rotate(-8deg);
  }

  30% {
    transform: rotate(6deg);
  }

  45% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(4deg);
  }

  75% {
    transform: rotate(-6deg);
  }

  100% {
    transform: rotate(10deg);
  }
}

@keyframes u-pop-strong {
  0% {
    transform: scale(0.6) translateY(20px);
    opacity: 0;
  }

  60% {
    transform: scale(1.1) translateY(-5px);
    opacity: 1;
  }

  80% {
    transform: scale(0.95) translateY(2px);
  }

  100% {
    transform: scale(1) translateY(0);
  }
}

.u-anim--pop-strong {
  animation: u-pop-strong 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.u-swing {
  display: inline-block;
  animation: u-swing 4s linear infinite;
  transform-origin: top center;
}

.u-swing--reverse {
  animation: u-swing-reverse 4s linear infinite;
}

.swiper-popup {
  opacity: 0;
  transform: scale(0.8);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes u-pop {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }

  60% {
    transform: scale(1.15);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.swiper-popup {
  transform: scale(1.05);
}

.swiper-slide-active .swiper-popup {
  animation: u-pop 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.floating-bnr {
  display: none;
}

@media screen and (max-width: 767px) {
  .floating-bnr {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    display: flex;
    justify-content: center;

    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.4s ease;
  }

  .floating-bnr.is-visible {
    opacity: 1;
    transform: translateY(0);
    display: block !important;
  }

  .floating-bnr.is-hidden {
    opacity: 0;
    transform: translateY(-20px);
    display: none !important;
  }
}

.re-2604_s07 {
  height: 100%;
  background: repeating-linear-gradient(135deg, #e0e64c, #e0e64c 50px, #ffd603 50px, #ffd603 100px);
}

.re-2604_s06 {
  height: 100%;
  background: repeating-linear-gradient(135deg, #f6cdff, #f6cdff 50px, #c0c1f6 50px, #c0c1f6 100px);
}
