@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;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
GW 下層イベント
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
#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/goldenweek/26/pc_bg.png) no-repeat center top;
  background-size: cover;
}
#right_Wrap {
  right: 0;
  background: url(/img/goldenweek/26/pc_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: 400px;
  width: 80%;
}
/* 右側のコンテンツ */
#right_Wrap>section {
  max-width: 400px;
  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;
  }
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
GW Index
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
main {
}
main .inner_90 {
  width: 90%;
  margin: 0 auto;
}
main .title {
  position: relative;
  background-image: url(/img/goldenweek/26/sp/vol2_title_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1500/3864;
}
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 #event {
  background-color: #43a5fb;
  padding: 40px 0 50px 0;
}
main #event .vol2_event_ttl {
  margin-bottom: 20px;
}
main #event li {
  margin: 8px auto 0;
}
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 #sale {
  background-color: #dff2fc;
  padding: 0 0 40px 0;
}
main #sale .sale_note {
  margin: 10px auto 0;
}
main #sale .sale_img-01 {
  margin: 40px auto 0;
}
main #sale .sale_img-02 {
  margin: 40px auto 0;
}
main #sale .vol2_sale_img-01 {
  margin: 90px auto 0;
}
main #sale .vol2_sale_img-02 {
  margin: 50px auto 0;
}
main #sale .call-modal.modal1 {
  margin: 60px auto 0;
}
main #sale .vol2_sale_img-03 {
  margin: 60px auto 0;
}
main #sale .vol2_sale_img-04 {
  margin: 80px auto 0;
}
main #sale .call-modal.modal2 {
  margin: 60px auto 0;
}
main #france {
  padding: 40px 0 40px 0;
}
main #france .carousel {
  padding: 20px 0 5px 0;
}
main #france .france_img-02 a {
  margin: 10px auto 0;
}
main #kidsfestival {
  position: relative;
  background-image: url(/img/goldenweek/26/sp/kidsfestival_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1500/3048;
  padding: 55% 0 0 0;
}
main #kidsfestival figure {
  position: absolute;
  bottom: 85px;
}
main #kidsfestival .carousel {
  width: 81%;
}
main #app {
  position: relative;
  background-color: #fbe6ef;
  padding: 40px 0 0 0;
}
main #app a:nth-of-type(1) {
  position: absolute;
  width: 37%;
  top: 59%;
  left: 11%;
}
main #app a:nth-of-type(2) {
  position: absolute;
  width: 45%;
  top: 68%;
  left: 11%;
}
main #app a:nth-of-type(3) {
  position: absolute;
  width: 34%;
  top: 58%;
  left: 57%;
}
main #online {
  background-color: #fffde5;
  padding: 40px 0 45px 0;
}
main #online a {
  margin: 25px auto 0;
}
main #aeonbike {
  background-color: #e0f0e2;
  padding: 50px 0 50px 0;
}
main #aeonbike .bg {
  position: relative;
  background-image: url(/img/goldenweek/26/sp/bike_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1500/4516;
  margin: 30px auto 0;
  padding: 72% 0 0 0;
}
main #aeonbike .carousel {
  width: 81%;
  margin: 10px auto 40px;
  position: relative;
}
main #aeonbike .bike_btn-1 {
  margin: 90px auto 0;
}
main #aeonbike .bike_sale {
  margin: 20px auto 0;
}
main #aeonbike .bike_btn-2 {
  margin: 20px auto 0;
}
main #homewide {
  background-color: #d3edfb;
  padding: 40px 0 50px 0;
}
main #homewide .homewide_btn {
  margin: 30px auto 0;
}
main #homewide .coupon_img {
  margin: 30px auto 0;
}
main #homewide .coupon_btn {
  margin: 30px auto 0;
}
/* carousel */
.slick-slide {
  height: auto;
}
.carousel {
  width: 85%;
  margin: 10px auto 40px;
  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: 70%;
  bottom: 70px
}
.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;
}
@media screen and (max-width: 767px){
main #otoku .otoku_img-03 a:nth-of-type(1) {
  position: absolute;
  bottom: 510px;
}
}
