@charset "utf-8";

/* 元テンプレ調整用 */
#mid {
  max-width: 100%;
  width: unset;
  padding: 0;
}

#site_aside2 {
  display: none;
}

#header {
  display: block !important;
}

#header.hide {
  opacity: 1;
}

#mid {
  margin-top: 0;
}

#outer {
  margin-top: 0;
  margin-bottom: 0;
}

#footer {
  position: relative;
  z-index: 99999999;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
共通
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.flex {
  display: flex;
}

.inner {
  width: 90%;
  margin: 0 auto;
}

#all_Wrap a,
#all_Wrap button {
  display: block;
  transition: .3s;
}

#all_Wrap a:hover,
#all_Wrap button:hover {
  opacity: .6;
}

#all_Wrap img {
  width: 100%;
}

#all_Wrap figure {
  line-height: 1;
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

.sp {
  display: none;
}

/* コンテンツ */
#all_Wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}

.left_Box {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: calc((100% - 460px) / 2);
  height: 100%;
  z-index: 1;
  /* margin-top: 5%; */
  background: url(../img/pc_l_bg.png) no-repeat center top;
  background-size: cover;
}

.left_Box>figure {
  position: absolute;
  top: 45%;
  left: 50%;
  max-width: 500px;
  width: 80%;
  padding: 0;
  text-align: center;
  transform: translate(-50%, -45%);
  box-sizing: border-box;
}

.right_Box {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  width: calc((100% - 460px) / 2);
  height: 100%;
  z-index: 1;
  /* margin-top: 5%; */
  background: url(../img/pc_r_bg.png) no-repeat center top;
  background-size: cover;
}

.right_Box>.r_menu {
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: center;
  /* gap: 15px; */
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 400px;
  width: 80%;
  padding: 0;
  text-align: center;
  transform: translate(-50%, -50%);
  box-sizing: border-box;

}

.right_Box>.r_menu li {
  /* background-color: #fff; */
  /* border-radius: 15px; */
  /* width: 50%; */
  width: 100%;
  margin: 0 auto 6%;
}
.right_Box>.r_menu li.half {
  /* background-color: #fff; */
  /* border-radius: 15px; */
  width: 50%;
  /* margin: 0 auto 20px; */
}
.right_Box>.r_menu li.pc_image {
  width: 100%;
}

.right_Box .page_top a {
  margin: 0 auto;
  width: 30%;
  max-width: 80px;
}

.bg_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  /* background: url(../img/pc_bg.png) no-repeat center top;
  background-size: cover; */
  z-index: -1;
}

#all_Wrap main {
  position: relative;
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  /* background-color: #8d0f7d; */
  /* 右側のみ(↓) */
  /* box-shadow: 5px 5px 5px rgba(0, 0, 0, .3); */
  /* 左右(↓) */
  box-shadow: 0 0 15px rgba(0, 0, 0, .3);
  /* border-left: 1px solid #eee; */
}

.inner_90 {
  width: 90%;
  margin: 0 auto;
}

.inner_85 {
  width: 85%;
  margin: 0 auto;
}

.inner_80 {
  width: 80%;
  margin: 0 auto;
}


@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .left_Box {
    display: none;
  }

  .right_Box {
    display: none;
  }

  .bg_wrap {
    display: none;
  }

  #all_Wrap main {
    max-width: 100%;
    width: 100%;
    box-shadow: none;
    overflow: hidden;
    margin-top: 20px;
  }
}



/* タイトル部分 */
/* ロゴ */
.title {

}

.title .logo {
  width: 58.5%;
  margin: 0 auto;
  padding: 4% 0;
}

.title .cm {
  position: relative;
  aspect-ratio: 1500/3494;
}

.title .cm figure {
  position: absolute;
}

.title .cm .movie_Box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3%;
}


/* movie */

.movie_Box {
  width: 90%;
  margin: 0 auto;
  aspect-ratio: 16/9;
}

.movie_Box iframe {
  width: 100%;
  height: 100%;
}



/* もっと見る */

#all_Wrap .list {
  position: relative;
}

#all_Wrap .list ul {
  height: 200vw;
  overflow: hidden;
}

#all_Wrap .list ul li {
  margin: 0 0 5% 0;
}

#all_Wrap .show_more {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 100px 0 20px 0;
}

/* #all_Wrap .list.open ul {
  height: auto;
  overflow: unset;
} */

#all_Wrap .list.open .show_more {
  position: static;
  padding: 10px 0 20px 0;
}

#all_Wrap .list .show_more figure {
  transition: .3s;
  cursor: pointer;
}

#all_Wrap .list .show_more figure:hover {
  opacity: .6;
}

#all_Wrap .list .show_more img.open {
  display: block;
}
#all_Wrap .list .show_more img.close {
  display: none;
}
#all_Wrap .list.open .show_more img.open {
  display: none;
}
#all_Wrap .list.open .show_more img.close {
  display: block;
}

/* RENEWAL SPOT */
.spot {
  padding: 2% 0 16% 0;
}
.spot .spot_ttl {
  margin: 0 0 0.7% 0;
}
.spot .spot_img-1 {
  margin: 0 auto 6%;
}
.spot .spot_img-2 {
  margin: 0 auto 6%;
}
.spot .spot_icheck {
  margin: 0 auto 6%;
}
.spot .main_btn-1 {
  margin: 0 auto 7%;
}


/* PICK UP EVENT */
.pickup {
  padding: 2% 0 12% 0;
  background-color: #fceef4;
}
.pickup .pickup_ttl {
  margin: 0 0 0.7% 0;
}

#all_Wrap .pickup .show_more {
  background: linear-gradient(180deg, rgb(252, 238, 244, 0) 0%, rgb(252, 238, 244, 1) 50%);
}


/* NEW & RENEWAL SHOP */
.shop {
  padding: 12% 0 12% 0;
  background-color: #5db6e7;
}

.shop .option_btn a {
  margin: 4% auto 0;
}

#all_Wrap .shop .show_more {
  background: linear-gradient(180deg, rgb(93, 182, 231, 0) 0%, rgb(93, 182, 231, 1) 50%);
}


/* NEW & RENEWAL */
.renewal {
  padding: 12% 0 12% 0;
  background-color: #0068b6;
}

.renewal .renewal_ttl {
  margin: 0 0 2% 0;
}

#all_Wrap .renewal .show_more {
  background: linear-gradient(180deg, rgb(0, 105, 182, 0) 0%, rgb(0, 105, 182, 1) 50%);
}


/* APPLICATION */
.appli {
  background-color: #5db6e7;
}


/* iAEON APPLICATION */
.appli {
  padding: 12% 0 12% 0;
}

.appli .iaron_app {
  position: relative;
  aspect-ratio: 1500/1940;
  margin: 0 auto 10%;
}

.appli .iaron_app figure,
.appli .iaron_app a {
  position: absolute;
}

.appli .iaron_app a:nth-of-type(1) {
  width: 37%;
  left: 9.5%;
  top: 58.5%;
}

.appli .iaron_app a:nth-of-type(2) {
  width: 45%;
  left: 9.5%;
  top: 70.5%;
}

.appli .iaron_app a:nth-of-type(3) {
  width: 35.5%;
  left: 55%;
  top: 56%;
}


/* SNS */
.appli .sns {
  margin: 0 auto 10%;
}

.appli .sns figure {
  margin: 0 auto 5%;
}

.appli .sns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
}

.appli .sns ul li {
  width: 30%;
}

.appli .official_site figure {
  margin: 0 auto 5%;
}


/* FOOTER */
.footer_wrap {
  padding: 6% 0;
}
.footer_wrap h2 {
  width: 29.3%;
  margin: 0 auto;
}

.footer_wrap .footer_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  display: none;
}

.footer_wrap .footer_btn li:nth-of-type(1) {
  width: 41.33%;
}

.footer_wrap .footer_btn li:nth-of-type(2) {
  width: 41.33%;
}

.footer_wrap .footer_btn li:nth-of-type(3) {
  width: calc(100% - 41.33% - 41.33%);
}


/* FOOTER BUTTON */
@media only screen and (max-width: 768px) {
  .footer_wrap {
    padding: 6% 0 24% 0;
  }
  .footer_wrap .footer_btn {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 5;
  }
}










































/* modal */
.left_Box .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_Box .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: 414px;
  width: 100%;
  margin: 0 auto;
}
.modal .modal__container .modal__close {
  /* position: relative; */
}
.modal .modal__container .modal__close p {
  width: 16%;
  transition: .3s;
  position: absolute;
  top: -1%;
  right: -4%;
  /* margin: 20px 0 0 auto; */
}
.modal .modal__container .modal__close 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; */
  width: 70%;
  transition: .3s;
}
.modal .modal__container .modal__content p:hover {
  opacity: .6;
  cursor: pointer;
}
.call-modal {
  transition: .3s;
}
.call-modal:hover {
  opacity: .6;
  cursor: pointer; 
}

.modal.modal4 .modal__content {
  padding: 0;
}



