.re-2603_contents html {
  scroll-behavior: smooth;
}
.re-2603_contents a {
  cursor: pointer;
}
.re-2603_contents {
  box-sizing: border-box;
}

.re-2603_contents a {
  position: relative;
  display: inline-block;
}

.re-2603_contents a img {
  display: block;
  width: 100%;
}
.re-2603_contents a {
  display: block;
  width: 100%;
  transition: all 0.2s ease;
  overflow: visible;
}

.re-2603_contents a:hover img {
  transform: translateY(-4px);
  transition: all 0.2s ease;
  opacity: 1;
}

.re-2603_contents a::after {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 30%;
  height: 100%;
  transition: left 0.6s ease;
  pointer-events: none;
}
.re-2603_nav a::after {
  background: unset;
  transform: unset;
  transition: unset;
}

.re-2603_contents a:hover::after {
  left: 150%;
}
.re-2603_contents {
  width: 100% !important;
}
.re-2603_btn {
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 19vw;
  height: auto;
  transition: top 0.35s ease;
}

.re-2603_btn.re-2603_scrolled {
  top: 60px !important;
}
.re-2603_block-01 {
  position: relative;
}

.re-2603_btn {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 2;
  width: 19vw;
  height: auto;
  transition: none;
}

.re-2603_btn.is-stopped {
  position: absolute;
  top: 60px !important;
  right: 0;
}

.re-2603_btn.active {
  position: fixed !important;
  top: 0px !important;
  right: 0 !important;
}

.re-2603_icon {
  position: absolute;
  width: 19vw;
  height: auto;
  opacity: 0;
}

.re-2603_icon.active {
  opacity: 1;
  position: relative;
}

.re-2603_nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 70vw;
  height: 100vh;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  z-index: 1;
  padding-top: 22vw;
}

.re-2603_nav.active {
  transform: translateX(0);
}

.re-2603_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  list-style: none;
  padding: 0;
  margin: 0 3vw;
}

.re-2603_list li {
}

.re-2603_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 167, 182, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  z-index: 999;
}

.re-2603_overlay.active {
  opacity: 1;
  visibility: visible;
}

.re-2603_contents {
  width: 100%;
  position: relative;
}

.re-2603_main-contents {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fff;
}

/*  */
.re-2603_block-01 {
  position: relative;
}
.re-2603_block-01-main-img {
  display: block;
  width: 100%;
  height: 100%;
}
.re-2603_block-01-main-img a {
  display: block;
}
.re-2603_block-01-main-img a img {
  display: block;
  width: 100%;
  height: 100%;
}
.re-2603_block-01-btns {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.2vw;
  position: absolute;
  bottom: 8vw;
}
.re-2603_block-01-btns li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 78vw;
}

/* b2 */
.re-2603_block-02 {
  margin-top: -3%;
  position: relative;
  z-index: 2;
}
/* 3 */

.re-2603_block-03 {
  background-image: url(../img/260320_aeon/block-03-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10vw 2vw;
}
.re-2603_block-03-top-ttl,
.re-2603_block-03-btm-ttl {
  width: 90%;
  margin: 0 auto;
}
.re-2603_block-03-top-txt {
  width: 90%;
  margin: 0 auto;
  padding-top: 4vw;
}
.re-2603_block-03-main {
  width: 94%;
  margin: 0 auto;
  margin-top: 5vw;
  position: relative;
}
.re-2603_block-03-main-btn {
  position: absolute;
  bottom: 0;
}
.re-2603_block-03-main-img-expand {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

.re-2603_block-03-main-img-expand.open {
  max-height: 400vw;
}
.re-2603_block-03-main-img img.fade-out {
  opacity: 0;
}
.re-2603_block-03-btm {
  margin-top: 7vw;
}

.re-2603_block-03-btm-list {
  margin-top: 6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10vw;
  width: 100%;
}

.re-2603_block-03-btm-list-item {
  display: flex;

  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  gap: 4.5vw;
}
/*  */
/* 4 */
.re-2603_block-04 {
  padding: 10vw 4vw;
  background-color: #f6c0ce;
  position: relative;
}
.re-2603_block-04-ttl {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.re-2603_block-04::before {
  content: '';
  display: block;
  width: 100%;
  height: 54vw;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/260320_aeon/re-2603_block-04-top-bg-01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 2;
}
.re-2603_block-04-main-02 {
  position: relative;
}

.re-2603_block-04-main-01 {
  background-color: #f688b8;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 3vw;
  margin-top: 3vw;
  position: relative;
  z-index: 4;
}
.re-2603_block-04-main-02 {
  background-color: rgb(158, 207, 93);
  margin-top: 15vw;
}
.re-2603_block-04-main-02-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.re-2603_block-04-main-02-wrap::before {
  content: '';
  display: block;
  width: 100vw;
  height: 137vw;
  position: absolute;
  top: -59vw;
  left: -3vw;
  background-image: url(../img/260320_aeon/re-2603_block-04-top-bg-02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  z-index: 1;
}
.re-2603_block-04-list-01 {
  display: flex;

  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3.5vw;

  margin-top: 5vw;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  transition: max-height 0.6s ease;
  position: relative;
}
.re-2603_block-04-list-02 {
  gap: 3vw;
  row-gap: 3.5vw;
}
.re-2603_block-04-l-02-item-01,
.re-2603_block-04-l-02-item-02,
.re-2603_block-04-l-02-item-03 {
  position: relative;
}
.re-2603_block-iframe {
  display: block;
  width: 94%;
  position: relative;
  aspect-ratio: 16/9;
  margin: 0 auto 6%;
}
.re-2603_insta-container {
  width: 100%;
  max-width: 65vw;
  /* max-width: 63vw; */
  margin: 0 auto;
  height: 91vw;
  overflow: hidden;
  position: absolute;
  top: 4vw;
  left: 50%;
  transform: translate(-50%);
  aspect-ratio: 9 / 16;
}

.re-2603_insta-container iframe {
  position: absolute;
  top: -55px;
  left: 0;
  /* transform: translate(-50%); */
  width: 100%;
  height: 100%;
  aspect-ratio: 9 / 16;
  /* transform: scale(1.15);
  transform-origin: center center; */
}

.re-2603_block-04-list-02-vid,
.re-2603_block-04-list-02-vid-02,
.re-2603_block-04-list-02-vid-03,
.re-2603_block-17-vid {
  display: block;
  width: 94%;
  position: absolute;
  top: 3vw;
  left: 2.5vw;
}

.re-2603_block-04-l-01-item-02 {
  position: relative;
}
.re-2603_block-04-list-01-vid {
  display: block;
  width: 53%;
  position: absolute;
  top: 3vw;
  left: 20vw;
}
.re-2603_block-04-l-02-item-04,
.re-2603_block-04-l-02-item-05,
.re-2603_block-04-l-02-item-07,
.re-2603_block-04-l-02-item-08,
.re-2603_block-04-l-02-item-09,
.re-2603_block-04-l-02-item-10,
.re-2603_block-04-l-02-item-11,
.re-2603_block-04-l-02-item-12,
.re-2603_block-04-l-02-item-13,
.re-2603_block-04-l-02-item-14,
.re-2603_block-04-l-02-item-15,
.re-2603_block-04-l-02-item-16,
.re-2603_block-04-l-02-item-17,
.re-2603_block-04-l-02-item-18,
.re-2603_block-04-l-02-item-19,
.re-2603_block-04-l-02-item-20,
.re-2603_block-04-l-02-item-21 {
  width: 48%;
}
.re-2603_block-04-viewmore {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
}
.re-2603_block-04-list-01::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  pointer-events: none;

  background: linear-gradient(to bottom, rgba(246, 192, 206, 0) 0%, rgba(246, 136, 184, 0.9) 50%, rgba(246, 136, 184, 1) 100%);

  opacity: 1;
  transition: opacity 0.4s ease;
}
.re-2603_block-04-main-02 .re-2603_block-04-list-01::after {
  background: linear-gradient(to bottom, rgba(246, 192, 206, 0) 0%, rgba(158, 207, 93, 0.9) 70%, rgba(158, 207, 93, 1) 100%);
}
.re-2603_block-04-list-01.re-2603_open::after {
  opacity: 0;
}
.re-2603_block-04-list-01-status {
  text-align: center;
  font-size: 4vw;
  font-family: 'Noto Sans JP';
  line-height: 34px;
  letter-spacing: 0.1;
  color: #000;
  margin-top: 9vw;
  position: relative;
  z-index: 2;
}
.re-2603_block-04-list-01-btn {
  width: 60%;
  margin: 0 auto;
  margin-bottom: -10vw;
  cursor: pointer;
}
/*  */
.re-2603_nav-pc {
  display: none;
}

/* 16 */
.re-2603_block-16 {
  padding: 8vw 0;
  padding-bottom: 0;
  background-color: #ffdb32;
}
.re-2603_block-16-ttl {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 6vw;
}
.re-2603_block-16-top-video {
  display: block;
  width: 90%;
  margin: 0 6vw;
  margin-bottom: 8vw;
}
/* 17 */
.re-2603_block-17-ttl {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 6vw;
}
.re-2603_block-17-top-video {
  display: block;
  width: 97%;
  margin: 0 auto;
  margin-bottom: 7vw;
}
.re-2603_block-17 {
  padding: 18vw 4vw;
  background-image: url(../img/260320_aeon/block-17-bg.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.re-2603_block-17-list-01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 4vw;
  row-gap: 2vw;
  margin-bottom: 15vw;
}
.re-2603_block-17-list-01 li {
  width: 47.5%;
}
.re-2603_block-17-list-02 {
  margin-bottom: 40vw;
}
.re-2603_block-17-list-03 {
  margin-bottom: 8vw;
  row-gap: 1vw;
}
.re-2603_block-17-ttl-2 {
  margin-bottom: 5vw;
}
/*  */

.re-2603_block-18 {
  background-color: #e6291d;
  padding: 14vw 0;
  padding-top: 12vw;
}
.re-2603_block-18-ttl {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 6vw;
}
.re-2603_block-18-list {
  padding: 0 4vw;
  padding-top: 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6vw;
}
/*  */
.re-2603_block-19 {
  padding: 10vw 4vw;
  padding-top: 16vw;
  background-color: #fff;
}
.re-2603_block-19-btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 6vw;
}
/*  */
.re-2603_block-20 {
  background-color: #f7f1d5;
  padding: 8vw 4vw;
}
.re-2603_block-20-btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 6vw;
}

.re-2603_ftr {
  background-color: #fff;

  padding: 12vw 6vw;
}

.re-2603_ftr-ttl {
  margin-bottom: 7vw;
}

.re-2603_ftr-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5vw;
}
.re-2603_ftr-txt {
  margin-top: 10vw;
}

/*  */
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-button-next,
.swiper-button-prev {
}
.swiper-button-next,
.swiper-button-prev {
  width: 12vw !important;
  height: auto;
}
.swiper-button-next {
  right: 8vw !important;
}
.swiper-button-prev {
  left: 8vw !important;
}

.swiper-button-next img,
.swiper-button-prev img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-slide {
  position: relative;
}
.swiper_btn {
  position: absolute;
  bottom: 0;
}

.re-2603_block-15 {
  background-color: #00a326;
  padding: 8vw 0;
}
.re-2603_block-15-ttl {
  width: 80%;
  margin: 0 auto;
}
.re-2603_block-15-ttl-txt {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 4vw;
}

.swiper-wrapper {
  padding-bottom: 3vw;
}
.re-2603_slider-02,
.re-2603_slider-03 {
  margin-top: 10vw;
  padding: 0.5vw 0;
}
.re-2603_slider-02-txt-2 {
  margin-top: 8vw;
}
.re-2603_slider-02-txt,
.re-2603_slider-03-txt {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 4vw;
}
.slider-blue {
  background-color: #4bb9e4;
}
.slider-pink {
  background-color: #ff80b4;
}
.re-2603_block-14 {
  padding-bottom: 16vw;
}
.re-2603_slider-02-txt-2 {
  margin-top: 4vw;
}
.re-2603_block-14 .re-2603_slider-02 {
  margin-top: 5vw;
}

.re-2603_block-03-main-btn:hover img {
  transition: unset;
  transform: unset;
  cursor: pointer;
}
.re-2603_slider-02,
.re-2603_slider-03 {
  padding: 0.5vw 0 !important;
}
/*  */
@media screen and (min-width: 768px) {
  .re-2603_nav-pc {
    display: flex;
    width: 40%;
    max-width: 455px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 33%;
    right: 5vw;
  }
  .re-2603_contents {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    background-image: url('../img/260320_aeon/pc-bg.png');
    background-repeat: no-repeat;
    background-position: center 100px;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    transition: background-position 0.1s ease-in-out;
  }

  .re-2603_main-contents {
    width: 53%;
    max-width: unset;
    margin: 0 auto;
    position: relative;
    margin-left: 0;
  }
  .re-2603_btn,
  .re-2603_nav,
  .re-2603_overlay {
    display: none !important;
  }
  .re-2603_block-01 {
    width: 100%;
  }
  .re-2603_block-01-btns {
    width: 100%;
    gap: 14px;
    bottom: 38px;
  }
  .re-2603_block-01-btns li {
    width: 81%;
  }

  /*  */
  .re-2603_ftr {
    padding: 34px 18px;
  }
  .re-2603_ftr-btns {
    gap: 12px;
  }
  .re-2603_ftr-txt {
    margin-top: 34px;
  }
  .re-2603_ftr-ttl {
    margin-bottom: 30px;
  }
  .re-2603_block-20 {
    padding: 40px 20px;
  }
  .re-2603_block-20-btn {
    margin-top: 34px;
  }
  .re-2603_block-20-btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 34px;
  }
  .re-2603_list {
    gap: 10px;
  }
  .re-2603_block-19 {
    padding: 40px 20px;
  }
  .re-2603_block-19-btn {
    margin-top: 24px;
  }
  .re-2603_block-18 {
    padding: 80px 0;
    padding-top: 48px;
  }
  .re-2603_block-18-list {
    padding: 0 16px;
    padding-top: 16px;

    gap: 16px;
  }
  .re-2603_block-18-ttl {
    margin-bottom: 28px;
  }
  .re-2603_block-17 {
    padding: 72px 20px;
  }
  .re-2603_block-17-list-01 {
    gap: 16px;
    row-gap: 12px;
    margin-bottom: 64px;
  }
  .re-2603_block-17-list-02 {
    margin-bottom: 180px;
  }
  .re-2603_block-17-list-03 {
    margin-bottom: 20px;
  }
  .re-2603_block-17-top-video {
    margin-bottom: 40px;
  }
  .re-2603_block-16 {
    padding-top: 28px;
  }
  .re-2603_block-16-ttl {
    margin-bottom: 24px;
  }
  .re-2603_block-16-top-video {
    margin: 0 auto;
    width: 85%;
    margin-bottom: 30px;
  }
  .re-2603_block-14 {
    padding-bottom: 40px;
  }
  .re-2603_block-15 {
    padding: 40px 0;
  }
  .re-2603_slider-02,
  .re-2603_slider-03 {
    margin-top: 20px;
    padding: 10px !important;
  }
  .swiper-button-next {
    right: 8% !important;
  }
  .swiper-button-prev {
    left: 8% !important;
  }
  .re-2603_slider-02-txt,
  .re-2603_slider-03-txt,
  .re-2603_block-15-ttl-txt {
    margin-bottom: 28px;
  }
  .re-2603_block-04-main-02 {
    margin-top: 100px;
  }
  .re-2603_block-04-main-01 {
    margin-top: 54px;
    padding: 16px;
    padding-bottom: 68px;
  }
  .re-2603_block-04::before {
    height: 9%;
  }
  .re-2603_slider-02-txt-2 {
    margin-top: 20px;
  }
  .re-2603_block-04-list-01-vid {
    width: 52%;

    top: 2.5%;
    left: 24%;
  }
  .re-2603_block-04-list-02-vid,
  .re-2603_block-04-list-02-vid-02,
  .re-2603_block-04-list-02-vid-03,
  .re-2603_block-17-vid {
    width: 92%;

    top: 3.5%;
    left: 4%;
  }
  .re-2603_block-iframe {
    /* width: 92%; */
  }
  .re-2603_insta-container {
    top: 6%;
    width: 73%;

    height: 74%;
  }
  .re-2603_block-17-ttl {
    margin-bottom: 28px;
  }
  .re-2603_block-04-l-02-item-04,
  .re-2603_block-04-l-02-item-05,
  .re-2603_block-04-l-02-item-07,
  .re-2603_block-04-l-02-item-08,
  .re-2603_block-04-l-02-item-09,
  .re-2603_block-04-l-02-item-10,
  .re-2603_block-04-l-02-item-11,
  .re-2603_block-04-l-02-item-12,
  .re-2603_block-04-l-02-item-13,
  .re-2603_block-04-l-02-item-14,
  .re-2603_block-04-l-02-item-15,
  .re-2603_block-04-l-02-item-16,
  .re-2603_block-04-l-02-item-17,
  .re-2603_block-04-l-02-item-18,
  .re-2603_block-04-l-02-item-19,
  .re-2603_block-04-l-02-item-20,
  .re-2603_block-04-l-02-item-21 {
    width: 46%;
  }
  .re-2603_block-04-list-01 {
    gap: 20px;
    margin-top: 28px;
  }
  .re-2603_block-04-list-01-btn {
    margin-bottom: -27%;
  }
  .re-2603_block-03-btm-list-item {
    width: 48%;
    gap: 20px;
  }
  .re-2603_block-03-btm-list-item figure {
    width: 85%;
  }
  .re-2603_block-03-btm-list {
    margin-left: auto;
    margin-right: auto;
    margin-top: 21px;
    gap: 20px;
  }
  .re-2603_block-04-list-01-status {
    margin-top: 30px;
    font-size: 20px;
    position: relative;
    z-index: 3;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 48px !important;
  }
  .re-2603_block-14 .re-2603_slider-02 {
    margin-top: 40px !important;
  }
  .swiper-wrapper {
    padding-bottom: 0 !important;
  }
  .re-2603_slider-02,
  .re-2603_slider-03 {
    margin-top: 40px !important;
  }
  .re-2603_block-04-main-02-wrap::before {
    width: 118%;
    height: 100%;
    top: -16%;
    left: -9%;
  }
  .re-2603_block-17-ttl-2 {
    margin-bottom: 20px;
  }

  .re-2603_slider-02 .swiper-wrapper,
  .re-2603_slider .swiper-wrapper {
    margin-bottom: 24px;
  }
  .re-2603_slider-1 .swiper-wrapper {
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .re-2603_main-contents {
    width: 51%;
    max-width: unset;
  }
  .re-2603_block-01-btns {
    gap: 8px;
    bottom: 30px;
  }
  .re-2603_nav-pc {
    width: 25%;

    top: 26%;
    right: 13vw;
  }
  .re-2603_block-03 {
    padding: 40px 8px;
  }
  .re-2603_block-03-top-txt {
    padding-top: 18px;
  }
  .re-2603_block-03-main {
    margin-top: 14px;
  }
  .re-2603_block-03-btm {
    margin-top: 28px;
  }
  .re-2603_block-03-btm-list {
    margin-top: 20px;

    gap: 40px;
  }
  .re-2603_list {
    margin: 0;
    gap: 10px;
  }
  .re-2603_block-03-btm-list-item {
    gap: 20px;
  }
  .re-2603_block-04 {
    padding: 54px 16px;
  }
  .re-2603_block-04-list-01 {
    gap: 16px;
    margin-top: 18px;
  }
  .re-2603_block-04-list-01-status {
    font-size: 18px;
    margin-top: 36px;
  }
  .re-2603_block-04::before {
    height: 8%;
  }

  .re-2603_block-04-list-01-btn {
    margin-bottom: -21%;
  }
  .re-2603_block-04-l-02-item-21 {
    margin-right: auto;
  }
  .re-2603_insta-container {
    top: 6%;
    width: 73%;
    max-width: 383px;
    height: 74%;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 45px !important;
  }

  .re-2603_block-17 .re-2603_block-iframe {
    width: 95%;
  }
  @media screen and (min-width: 768px) {
    .re-2603_block-04-l-02-item-04,
    .re-2603_block-04-l-02-item-05,
    .re-2603_block-04-l-02-item-07,
    .re-2603_block-04-l-02-item-08,
    .re-2603_block-04-l-02-item-09,
    .re-2603_block-04-l-02-item-10,
    .re-2603_block-04-l-02-item-11,
    .re-2603_block-04-l-02-item-12,
    .re-2603_block-04-l-02-item-13,
    .re-2603_block-04-l-02-item-14,
    .re-2603_block-04-l-02-item-15,
    .re-2603_block-04-l-02-item-16,
    .re-2603_block-04-l-02-item-17,
    .re-2603_block-04-l-02-item-18,
    .re-2603_block-04-l-02-item-19,
    .re-2603_block-04-l-02-item-20,
    .re-2603_block-04-l-02-item-21 {
      width: 48.2%;
    }
  }
}

@media screen and (min-width: 1100px) {
  .re-2603_main-contents {
    margin: 0 auto;
    width: 60%;
    max-width: 390px;
  }
  .re-2603_nav-pc {
    right: 5vw;
  }
  .re-2603_block-04-list-01 {
    justify-content: center;
  }
  .re-2603_block-04-list-01-status {
    margin-top: 12%;
  }
  .re-2603_block-04-list-01-btn {
    margin-bottom: -28%;
  }
  .re-2603_insta-container {
    top: 3%;
    width: 74%;
    max-width: 280px;
  }
  @media screen and (min-width: 768px) {
    .re-2603_block-04-l-02-item-04,
    .re-2603_block-04-l-02-item-05,
    .re-2603_block-04-l-02-item-07,
    .re-2603_block-04-l-02-item-08,
    .re-2603_block-04-l-02-item-09,
    .re-2603_block-04-l-02-item-10,
    .re-2603_block-04-l-02-item-11,
    .re-2603_block-04-l-02-item-12,
    .re-2603_block-04-l-02-item-13,
    .re-2603_block-04-l-02-item-14,
    .re-2603_block-04-l-02-item-15,
    .re-2603_block-04-l-02-item-16,
    .re-2603_block-04-l-02-item-17,
    .re-2603_block-04-l-02-item-18,
    .re-2603_block-04-l-02-item-19,
    .re-2603_block-04-l-02-item-20,
    .re-2603_block-04-l-02-item-21 {
      width: 47%;
    }
  }
}

@media screen and (min-width: 1200px) {
  .re-2603_nav-pc {
    top: 22%;
    right: 5vw;
  }
}

@media screen and (min-width: 1600px) {
  .re-2603_nav-pc {
    right: 7vw;
  }
}
.re-2603_block-04-main-02 .re-2603_block-04-list-01 {
  display: flex;
}

.re-2603_block-04-l-02-item-01 a,
.re-2603_block-04-l-02-item-01 a:hover img {
  transition: unset;
}
#re-2603_btn.active {
  top: 0 !important;
}
#re-2603_btn.re-2603_scrolled.active {
  top: 0;
}

.re-2603_contents {
  box-sizing: border-box;
}
.re-2603_contents picture,
.re-2603_contents picture img,
.re-2603_contents img {
  display: block;
  width: 100%;
  height: 100%;
}

.re-2603_block-01 {
  position: relative;
}

.re-2603_btn {
  right: 0;
  width: 19vw;
  height: auto;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 5;
}

.re-2603_btn.is-stopped {
  position: absolute;
  top: 0 !important;
  right: 0 !important;
}

.re-2603_btn.re-2603_scrolled {
  position: fixed;
  top: 70px !important;
}

.re-2603_btn.active {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 100;
}
.swiper {
  z-index: 0 !important;
}
.re-2603_overlay {
  z-index: 7;
}
.re-2603_nav {
  z-index: 7;
}
.re-2603_display-none {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .re-2603_nav-pc {
    position: fixed;
    right: 5vw;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
  }
}

.re-2603_nav-pc.re-2603_pushed {
  right: 36vw !important;
}

/* .breadcrumbs ul {
  width: 960px;
  display: flex;
  gap: 3%;
  margin: 0 auto;
}
.header-menu li a span:first-child {
  width: fit-content;
  margin: 0 auto;
}
.h-block h1 img {
  margin: 0 auto;
}
.breadcrumbs ul li {
  position: relative;
}
.breadcrumbs ul li::after {
  position: absolute;
  top: 40%;
  left: 104%;
}

@media screen and (max-width: 425px) {
  .breadcrumbs ul li {
    font-size: 8.9px;
  }
}

@media (max-width: 768px) {
  .breadcrumbs ul li::after {
    margin: 0 6px 2px;
  }
}

@media (min-width: 769px) {
  .breadcrumbs ul li::after {
    position: absolute;
    top: 40%;
    left: 95%;
  }
} */
.swiper-button-next,
.swiper-button-prev {
  svg {
    display: none !important;
  }
}
