@charset "UTF-8";
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
共通
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.flex {
  display: flex;
}
.inner {
  width: 90%;
  margin: 0 auto;
}
img {
  width: 100%;
}
figure {
  line-height: 1;
}
a.btn {
  display: block;
  width: 85%;
  margin: 0 auto;
}
a,
button {
  display: block;
  transition: .3s;
}
a:hover,
button:hover {
  opacity: .6 !important;
}
.sp {
  display: none;
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.5s;
}
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
/* view_timer */
.view_timer {
  display: none;
}
.view_timer.view_timer-forcedDisplay {
  display: block !important;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
#mainLayout {
  position: relative;
}
.bg_fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.bg_fix>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gw_Wrap {
  display: flex;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
#left_Wrap,
#right_Wrap {
  position: fixed;
  top: 0;
  width: calc((100% - 460px) / 2);
  height: 100vh;
  z-index: 1;
}
#left_Wrap {
  left: 0;
  background: url(/img/summer/vol3/pc_l_bg.png) no-repeat center top;
  background-size: cover;
}
#right_Wrap {
  right: 0;
  background: url(/img/summer/vol3/pc_r_bg.png) no-repeat center top;
  background-size: cover;
}
#gw_Wrap>main {
  display: block;
  max-width: 460px;
  width: 90%;
  margin: 0 auto;
  z-index: 2;
}
#left_Wrap>section,
#right_Wrap>section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
/* 左側のコンテンツ */
#left_Wrap>section {
  max-width: 600px;
  width: 90%;
}
/* 右側のコンテンツ */
#right_Wrap>section {
  max-width: 350px;
  width: 80%;
}
#right_Wrap .menu_List {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}
#right_Wrap .menu_List>li:nth-child(1) {
  margin: 0 auto 20px;
}
#right_Wrap .app_Qr {
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
}
#right_Wrap .app_Qr>h2 {
  margin-bottom: 10px;
}
#right_Wrap .app_Qr>img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
/* 中央のコンテンツ */
#gw_Wrap>main>article {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
  position: relative;
}
.fixed_Bnr {
  display: none;
  background-color: #fff;
}
.sha_Btn {
  border-radius: 10px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, .5);
}
@media only screen and (max-width: 800px) {
  #left_Wrap,
  #right_Wrap,
  .bg_fix {
    display: none;
  }
  #gw_Wrap>main {
    max-width: 100%;
    width: 100%;
  }
  .fixed_Bnr {
    display: block;
    position: fixed;
    bottom: 0;
    /* left: 50%; */
    width: 100%;
    /* transform: translateX(-50%); */
    z-index: 100;
  }
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
main {
}
main .inner_90 {
  width: 90%;
  margin: 0 auto;
}
main .title {
}
main .title video {
  aspect-ratio: 768/1352;
  width: 100%;
}
main .title h2 {
  display: none;
}
main .title h2 {
}
main .title ul {
  margin: 0 0 0 0;
}
main .title ul li {
  margin: 0 0 20px 0;
}
main .title .title_note {
  position: absolute;
  bottom: 35px;
}
main .dot_bg_yellow {
  background: url(/img/summer/vol3/dot_bg_yellow.png);
}
main .menu {
  /* background: url(/img/summer/vol3/dot_bg_yellow.png); */
  /* ステージング用 */
  display: block;
  width: auto;
  height: auto;
  margin-top: 0;
  /* ステージング用 */
}
main .menu ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
  width: 90%;
  margin: 0 auto;
}
main .menu ul li {
  width: calc((100% - 20px) / 2);
  box-sizing: border-box;
}
main .menu .menu_note {
  width: 90%;
  margin: 4.5% auto 7%;
}
main #shaonsai_sale {
  background-color: #e3007f;
}
main #shaonsai_sale .sec7_ttl {
  padding-top: 5%;
}
main #shaonsai_sale .sec7_cnt-01 {
  margin-top: 7.5%;
}
main #shaonsai_sale .sec7_cnt-02 {
  position: relative;
  aspect-ratio: 1500/3408;
  margin-top: 7.5%;
}
main #shaonsai_sale .sec7_cnt-02 a {
  position: absolute;
  bottom: 6.4%;
}
main #shaonsai_sale .sec7_cnt-04 {
  margin-top: 11%;
}
main #shaonsai_sale .sec7_cnt-05 {
  margin-top: 16%;
}
main #shaonsai_sale .sec7_cnt-06 {
  margin-top: 8%;
}
main #shaonsai_sale .sec7_cnt-07 {
  margin-top: 6%;
}
main #shaonsai_sale .sec7_cnt-07_btn_tempo {
  margin-top: 13%;
}
main #shaonsai_sale .sec7_cnt-08 {
  position: relative;
  margin-top: 9%;
  padding-bottom: 10%;
  /* background-color: #fbe6ef; */
  /* padding: 40px 0 0 0; */
}
main #shaonsai_sale .sec7_cnt-08 a:nth-of-type(1) {
  position: absolute;
  width: 36%;
  top: 61%;
  left: 11%;
}
main #shaonsai_sale .sec7_cnt-08 a:nth-of-type(2) {
  position: absolute;
  width: 44%;
  top: 70.5%;
  left: 11%;
}
main #shaonsai_sale .sec7_cnt-08 a:nth-of-type(3) {
  position: absolute;
  width: 35%;
  top: 59%;
  left: 57%;
}
main #shaonsai {
  background-color: #b60081;
  background: url(/img/summer/vol3/sec1_bg.png);
  background-size: 100% auto;
}
main #shaonsai .sec1_ttl {
}
main #shaonsai .sec1_cnt-01 {
  margin-top: 7%;
}
main #shaonsai .sec1_cnt-02 {
  margin-top: 7%;
}
main #shaonsai .sec1_cnt-03 {
  padding-top: 8%;
}
main #shaonsai .sec1_cnt-04 {
  margin-top: 6%;
}
main #shaonsai .sec1_cnt-05 {
  margin-top: 4.5%;
}
main #shaonsai .sec1_cnt-06 {
  margin-top: 13.5%;
}
main #shaonsai .sec1_note {
  margin-top: 7%;
}
main #shaonsai .sec1_tento {
  position: relative;
  aspect-ratio: 1500/1354;
  margin-top: 2.5%;
}
main #shaonsai .sec1_tento a {
  position: absolute;
  bottom: 9%;
}
main #shaonsai .sec1_online {
  position: relative;
  aspect-ratio: 1500/1338;
  margin-top: 1%;
}
main #shaonsai .sec1_online a {
  position: absolute;
  bottom: 7.7%;
}
main #topics {
  background-color: #c5dc5d;
}
main #topics .movie_bg {
  background: url(/img/summer/vol3/sec2_cnt-06-2.png);
  background-size: 100% auto;
  padding: 4% 0 4%;
}
main #topics .movie_Box {
  width: 80%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  background: #000;
}
main #topics .movie_Box iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
main #topics .sec2_cnt-02 {
  position: relative;
  aspect-ratio: 1500/2193;
}
main #topics .sec2_cnt-02 a {
  position: absolute;
  bottom: 8.7%;
}
main #topics .sec2_cnt-03 {
  position: relative;
  aspect-ratio: 1500/2051;
}
main #topics .sec2_cnt-03 a {
  position: absolute;
  bottom: 10.9%;
}
main #topics .sec2_cnt-05 {
  position: relative;
  aspect-ratio: 1500/2652;
}
main #topics .sec2_cnt-05 a {
  position: absolute;
  bottom: 4.5%;
}
main #topics .sec2_cnt-08 {
  position: relative;
  aspect-ratio: 1500/4504;
}
main #topics .sec2_cnt-08 a {
  position: absolute;
  bottom: 50.8%;
}
main #topics .sec2_cnt-10 {
  position: relative;
  aspect-ratio: 1500/1970;
}
main #topics .sec2_cnt-10 a {
  position: absolute;
  bottom: 10.5%;
}
/* ---- sec2_cnt-14（土曜夜市：A画像 + B画像 の 2ブロック）---- */
/* 共通：ブロック間の余白はゼロにして A と B をピッタリくっつける */
main #topics .sec2_cnt-14 {
  position: relative;
  margin: 0;
}
/* Aブロック：A画像単体のアスペクト比に合わせる */
main #topics .sec2_cnt-14-A {
  aspect-ratio: 1500/2999;   /* ※A画像の実サイズに合わせて微調整してください */
}
/* Aブロック内の sec3_btn_tempo ボタンを A画像の下部に重ねる */
main #topics .sec2_cnt-14-A .call-modal {
  position: absolute;
  bottom: 3.5%;                /* ※画像下端からの位置。実表示を見て微調整 */
  margin: 0;
  z-index: 2;
}
/* Bブロック：B画像単体のアスペクト比に合わせる */
main #topics .sec2_cnt-14-B {
  aspect-ratio: 1500/1499;   /* ※B画像の実サイズに合わせて微調整してください */
}
/* Bブロック内の call-modal ボタンも A と同様に画像下部に重ねる */
main #topics .sec2_cnt-14-B .call-modal {
  position: absolute;
  bottom: 7%;                /* ※画像下端からの位置。実表示を見て微調整 */
  margin: 0;
  z-index: 2;
}
main #topics .sec2_cnt-15 {
  position: relative;
  aspect-ratio: 1500/1142;
  margin: 2.5% 0 6% 0;
}
main #topics .sec2_cnt-15 a {
  position: absolute;
  bottom: 24.3%;
}
main #topics .sec2_cnt-17 {
  position: relative;
  aspect-ratio: 1500/3500;
}
main #topics .sec2_cnt-17 a {
  position: absolute;
  bottom: 4.7%;
}
main #topics .sec2_cnt-18 {
  position: relative;
  aspect-ratio: 1500/2238;
}
main #topics .sec2_cnt-18 a {
  position: absolute;
  bottom: 9.9%;
}
main #topics .sec2_cnt-22 {
  position: relative;
  aspect-ratio: 1500/1836;
}
main #topics .sec2_cnt-22 a {
  position: absolute;
  bottom: 10.9%;
}
main #okaidoku_sale {
  background: url(/img/summer/vol3/dot_bg_green.png);
}
main #okaidoku_sale .sec3_cnt-02 {
  margin: 60px auto 0;
}
main #okaidoku_sale .sec3_cnt-03 {
  position: relative;
  aspect-ratio: 1500/4050;
}
main #okaidoku_sale .sec3_cnt-03 a {
  position: absolute;
  bottom: 16%;
}
main #okaidoku_sale .sec3_cnt-04 {
  position: relative;
  aspect-ratio: 1500/4289;
}
main #okaidoku_sale .sec3_cnt-04 a {
  position: absolute;
  bottom: 5.4%;
}
main #okaidoku_sale .sec3_cnt-05 {
  position: relative;
  /* background-color: #fbe6ef; */
  /* padding: 40px 0 0 0; */
}
main #okaidoku_sale .sec3_cnt-05 a:nth-of-type(1) {
  position: absolute;
  width: 36%;
  top: 55.5%;
  left: 11%;
}
main #okaidoku_sale .sec3_cnt-05 a:nth-of-type(2) {
  position: absolute;
  width: 44%;
  top: 67%;
  left: 11%;
}
main #okaidoku_sale .sec3_cnt-05 a:nth-of-type(3) {
  position: absolute;
  width: 35%;
  top: 53.5%;
  left: 57%;
}
main #okaidoku_sale .sec3_cnt-07 {
  margin: 7% auto 0;
}
main #okaidoku_sale .sec3_btn_tempo-01 {
  margin: 11% auto 4%;
}
main #okaidoku_sale .sec3_cnt-09 {
  margin: 7% auto 0;
}
main #okaidoku_sale .sec3_btn_tempo-02 {
  margin: 11% auto 4%;
}
main #okaidoku_sale .sec3_cnt-11 {
  margin: 7% auto 0;
}
main #okaidoku_sale .sec3_btn_tempo-03 {
  margin: 11% auto 4%;
}
main #okaidoku_sale .sec3_cnt-13 {
  margin: 7% auto 0;
}
main #okaidoku_sale .sec3_btn_tempo-04 {
  margin: 11% auto 4%;
}
main #online_gentei {
  background-color: #ffc100;
  padding-bottom: 11%;
}
main #online_gentei .sec4_cnt-01 {
  position: relative;
  aspect-ratio: 1500/2292;
  margin-top: 6%;
}
main #online_gentei .sec4_cnt-01 a {
  position: absolute;
  bottom: 6.1%;
}
main #online_gentei .sec4_cnt-02 {
  position: relative;
  aspect-ratio: 1500/3064;
  margin-top: 6%;
}
main #online_gentei .sec4_cnt-02 a {
  position: absolute;
  bottom: 2%;
}
main #online_gentei .sec4_cnt-03 {
  position: relative;
  aspect-ratio: 1500/1712;
  margin-top: 6%;
}
main #online_gentei .sec4_cnt-03 a {
  position: absolute;
  bottom: 3.5%;
}
main #online_gentei .sec4_cnt-04 {
  position: relative;
  aspect-ratio: 1500/1710;
  margin-top: 6%;
}
main #online_gentei .sec4_cnt-04 a {
  position: absolute;
  bottom: 3.5%;
}
main #online_gentei .sec4_cnt-05 {
  position: relative;
  aspect-ratio: 1500/1754;
  margin-top: 6%;
}
main #online_gentei .sec4_cnt-05 a {
  position: absolute;
  bottom: 3.7%;
}
main #online_gentei .sec4_cnt-06 {
  position: relative;
  aspect-ratio: 1500/1296;
  margin-top: 6%;
}
main #online_gentei .sec4_cnt-06 a {
  position: absolute;
  bottom: 5%;
}
main #online_gentei .sec4_cnt-07 {
  position: relative;
  aspect-ratio: 1500/2632;
  margin-top: 6%;
}
main #online_gentei .sec4_cnt-07 a {
  position: absolute;
  bottom: 2.4%;
}
main #aeonbike {
  background-color: #209cb5;
  padding-bottom: 11%;
}
main #aeonbike .sec5_btn_enjoycycle {
  margin-top: 12%;
}
main #aeonbike .sec5_note {
  margin-top: 4.5%;
}
main #homewide {
  background-color: #004093;
  padding-bottom: 10%;
}
main #homewide .sec6_btn_coupon {
  margin-top: 8%;
}
main #homewide .sec6_note {
  margin-top: 7%;
}
main #homewide .carousel {
  margin-top: 11%;
}
main #homewide .btn_detail {
  margin-top: 13%;
}
main #homewide .sec6_note-02 {
  margin-top: 7%;
}
main #otoku {
  background-color: #fbe6ef;
  padding: 0 0 40px 0;
}
main #otoku div {
  margin: 20px auto 0;
}
main #otoku .otoku_img-01 {
  position: relative;
  aspect-ratio: 1500/3242;
}
main #otoku .otoku_img-01 a {
  position: absolute;
  bottom: 35px;
}
main #otoku .otoku_img-03 {
  position: relative;
  aspect-ratio: 1500/4006;
}
main #otoku .otoku_img-03 a:nth-of-type(1) {
  position: absolute;
  bottom: 625px;
}
main #otoku .otoku_img-03 a:nth-of-type(2) {
  position: absolute;
  bottom: 40px;
}
main #otoku .gentei_img-02 {
  position: relative;
  aspect-ratio: 1500/1710;
}
main #otoku .gentei_img-02 a {
  position: absolute;
  bottom: 78px;
}
main #natsu_matsuri .sec2_cnt-04 {
  position: relative;
  aspect-ratio: 1500/2650;
}
main #natsu_matsuri .sec2_cnt-04 a {
  position: absolute;
  bottom: 3.9%;
}
main #natsu_matsuri .sec2_cnt-12 {
  position: relative;
  aspect-ratio: 1500/4758;
}
main #natsu_matsuri .sec2_cnt-12 .call-modal {
  position: absolute;
  bottom: 4.2%;
}
main #natsu_matsuri .sec2_cnt-13 {
  position: relative;
  aspect-ratio: 1500/4762;
}
main #natsu_matsuri .sec2_cnt-13 .call-modal {
  position: absolute;
  bottom: 4.3%;
}
/* carousel */
.slick-slide {
  height: auto;
}
.carousel {
  width: 85%;
  margin: 7% auto 7%;
  position: relative;
}
.carousel .icon {
  position: absolute;
  width: 90px;
  height: 90px;
  top: -30px;
  left: -10px;
  z-index: 5;
}
.carousel.blue2 {
  margin:  60px auto 0 auto;
}
main .aeon {
  background-color: #fff;
}
main .aeon figure{
  width: 40%;
  margin: 0 auto;
  padding: 20px 0 20px;
}
@media only screen and (max-width: 800px) {
  main .aeon {
    padding: 0 0 75px;
  }
}
/* modal */
#left_Wrap .modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
  z-index: 100;
  display: none;
}
#right_Wrap .modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
  z-index: 100;
  display: none;
}
.modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: none;
}
.modal .modal__bg {
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}
.modal .modal__container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}
.modal .modal__container .modal__close {
}
.modal .modal__container .modal__close-1 p {
  width: 14%;
  margin: 0 0 0 auto;
  transition: .3s;
  /* position: absolute;
  top: 0;
  right: 0; */
}
.modal .modal__container .modal__close-2 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 75%;
  bottom: 8%;
}
.modal .modal__container .modal__close-1 p,
.modal .modal__container .modal__close-2 p {
  transition: .3s;
}
.modal .modal__container .modal__close-1 p:hover,
.modal .modal__container .modal__close-2 p:hover {
  opacity: .6;
  cursor: pointer;
}
.modal .modal__content {
  background-color: #fff;
  padding: 0 0 50px 0;
}
.modal .modal__container .modal__content p {
  margin: 0 auto;
  padding: 20px 0;
}
.call-modal {
  transition: .3s;
}
.call-modal:hover {
  opacity: .6;
  cursor: pointer;
}
#modal-sec2-01.modal .modal__container .modal__close-2 {
  bottom: 4%;
}
#modal-sec2-02.modal .modal__container .modal__close-2 {
  bottom: 4%;
}
#modal-sec7-01.modal .modal__container .modal__close-2 {
  bottom: 4%;
}
#modal-sec7-02.modal .modal__container .modal__close-2 {
  bottom: 10%;
}
#modal-sec3-01.modal .modal__container .modal__close-2 {
  bottom: 8%;
}
#modal-sec3-02.modal .modal__container .modal__close-2 {
  bottom: 5.5%;
}
#modal-sec3-03.modal .modal__container .modal__close-2 {
  bottom: 5.5%;
}
#modal-sec3-04.modal .modal__container .modal__close-2 {
  bottom: 5.5%;
}
