@charset "utf-8";

.g-wrap .popup_title,
.g-wrap .pickup_link,
.g-wrap .home_section_title-sub {
  font-weight: 700;
}

/* footer調整 */
.g-wrap {
  background-color: #fff;
}

.g-wrap .g-inner._inr-l {
  background: transparent;
}

.g-wrap .footer_border {
  border: none;
}

/*======================================================================
 * home
======================================================================*/
.g-wrap .home_section {
  padding: 100px 0;
  position: relative;
}

.g-wrap .section_content {
  margin-top: 90px;
}

@media (max-width: 1400px) {
  .g-wrap .home_section {
    padding: 60px 0;
  }

  .g-wrap .section_content {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .g-wrap .home_section {
    padding: 50px 0;
  }

  .g-wrap .section_content {
    margin-top: 38px;
  }
}

/*  */
.g-wrap .home_banner_area {
  padding-bottom: 30px;
  background: #F4F2EF;
  border-bottom: 8px solid #004471;
}

.g-wrap .swi_home img.ofi-c {
  aspect-ratio: 594/445;
}

.g-wrap .swi_home {
  max-width: 1800px;
  width: calc(100% + clamp(30px, 5vw, 96px));
  margin-inline: calc(clamp(30px, 5vw, 96px) / -2);
  overflow-y: visible;
  padding: 60px 0 calc(30px + 9px);
  padding: 1rem 0 calc(30px + 9px);
}

@media (min-width: 1860px) {
  .g-wrap .swi_home {
    width: 100%;
    margin: 0 auto;
  }
}

.g-wrap .swiper.swi_home::before,
.g-wrap .swiper.swi_home::after {
  content: none;
}

.g-wrap .home_bnr img {
  box-shadow: 8px 8px 12px rgba(71, 71, 71, 0.15);
  transition: 0.5s;
}

.g-wrap .swi_home .swiper-pagination-bullet {
  margin: 0 12px !important;
  width: 9px !important;
  height: 9px !important;
}

.g-wrap .swi_home .l-swiper_btn {
  width: 50px;
  top: calc(50% + 10px);
}

.g-wrap .swi_home .swiper-button-prev {
  left: 50px;
}

.g-wrap .swi_home .swiper-button-next {
  right: 50px;
}

@media (min-width: 1860px) {
  .g-wrap .swi_home .swiper-button-prev {
    left: 20px;
  }

  .g-wrap .swi_home .swiper-button-next {
    right: 20px;
  }
}

@media (max-width: 1400px) {
  .g-wrap .home_banner_area .l-swiper_area {
    width: 100%;
  }

  .g-wrap .swi_home .l-swiper_btn {
    width: 3.6vw;
  }

  .g-wrap .swi_home .swiper-button-prev {
    left: 3vw;
  }

  .g-wrap .swi_home .swiper-button-next {
    right: 3vw;
  }
}

@media (max-width: 768px) {

  .g-wrap .home_banner_area {
    padding-bottom: 13px;
    border-bottom: 2px solid #004471;
  }

  .g-wrap .swi_home {
    padding: 18px 0 calc(13px + 6px);
  }

  .g-wrap .swi_home .l-swiper_btn {
    width: 6.2%;
    top: 50%;
    transform: translateY(-50%);
  }

  .g-wrap .swi_home .swiper-button-prev {
    left: 5%;
  }

  .g-wrap .swi_home .swiper-button-next {
    right: 5%;
  }

  .g-wrap .swi_home .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 6px !important;
    height: 6px !important;
  }
}

/* section_search */
.g-wrap .home_section._search {
  background: #fff;
}

/* section_newopen */
.g-wrap .home_section._newopen {
  background: #F8F8F8;
  box-shadow: 0 8px 3px -3px rgba(0, 0, 0, 0.16) inset;
}

.g-wrap .home_section._newopen p.shop_open_ribbon {
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  position: relative;
  padding: 0 10px;
  margin: 20px 0;
}
.g-wrap .home_section._newopen p.shop_open_ribbon>span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.g-wrap .home_section._newopen p.shop_open_ribbon._new>span {
  background: #FF0000;
  color: #fff;
}
.g-wrap .home_section._newopen p.shop_open_ribbon._renewal>span {
  background: #004471;
  color: #fff;
}
.g-wrap .home_section._newopen p.shop_open_ribbon._limited>span {
  background: #FDD000;
  color: #004471;
}
.g-wrap .home_section._newopen p.shop_open_ribbon>span span {
  transform: translateY(0.1em);
}
.g-wrap .home_section._newopen p.shop_open_ribbon>span::before,
.g-wrap .home_section._newopen p.shop_open_ribbon>span::after {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 19 / 52;
  background-repeat: no-repeat;
  background-size: auto calc(100% + 2px);
  background-position: center;
  background-image: url(../images/shop_open/shop_ribbon_left.svg);
  position: absolute;
  top: 0;
}
.g-wrap .home_section._newopen p.shop_open_ribbon>span::before {
  left: 0;
}
.g-wrap .home_section._newopen p.shop_open_ribbon>span::after {
  right: 0;
}
.g-wrap .home_section._newopen p.shop_open_ribbon._new>span::before {
  background-image: url(../images/shop_open/shop_ribbon_left.svg);
}
.g-wrap .home_section._newopen p.shop_open_ribbon._new>span::after {
  background-image: url(../images/shop_open/shop_ribbon_right.svg);
}
.g-wrap .home_section._newopen p.shop_open_ribbon._renewal>span::before {
  background-image: url(../images/shop_open/shop_ribbon_left_navy.svg);
}
.g-wrap .home_section._newopen p.shop_open_ribbon._renewal>span::after {
  background-image: url(../images/shop_open/shop_ribbon_right_navy.svg);
}
.g-wrap .home_section._newopen p.shop_open_ribbon._limited>span::before {
  background-image: url(../images/shop_open/shop_ribbon_left_yellow.svg);
}
.g-wrap .home_section._newopen p.shop_open_ribbon._limited>span::after {
  background-image: url(../images/shop_open/shop_ribbon_right_yellow.svg);
}
@media (max-width: 1400px) {
  .g-wrap .home_section._newopen p.shop_open_ribbon {
    font-size: 14px;
    padding: 0 8px;
    margin: 10px 0;
  }
}
@media (max-width: 768px) {
  .g-wrap .home_section._newopen p.shop_open_ribbon {
    font-size: 13px;
    padding: 0 7px;
    margin: 0;
    letter-spacing: 0;
  }

  .g-wrap .home_section._newopen p.shop_open_ribbon>span {
    height: 24px;
  }
}


/* section_pickup */
.g-wrap .home_section._shopnews._pickup {
  box-shadow: 0 0 0 0 transparent;
}

.g-wrap .pickup_link {
  text-align: right;
  margin-bottom: 30px;
}

.g-wrap .pickup_link a {
  display: inline-block;
  border-bottom: 1px solid;
  padding: 0 2px 1px 5px;
  letter-spacing: 0.08em;
}

.g-wrap .pickup_link a::after {
  content: ">";
  display: inloine-block;
  margin-left: 3px;
}

@media (max-width: 1600px) {
  .g-wrap .pickup_link {
    padding-right: 2.2vw;
  }
}

@media (max-width: 1400px) {
  .g-wrap .pickup_link {
    padding-right: 3.5vw;
  }
}

@media (max-width: 768px) {
  .g-wrap .pickup_link {
    padding-right: 0;
    font-size: 13px;
    margin-bottom: 15px;
  }
}

/* section_shopnews */
.g-wrap .home_section._shopnews {
  background: #fff;
  box-shadow: 0 8px 3px -3px rgba(0, 0, 0, 0.16) inset;
}

/* section_cinema */
.g-wrap .home_section._cinema {
  background: #F8F8F8;
  box-shadow: 0 8px 3px -3px rgba(0, 0, 0, 0.16) inset;
}

.g-wrap .home_section_title-sub {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .g-wrap .home_section_title-sub {
    font-size: 14px;
    margin-top: 20px;
  }
}

/* section_sevent */
.g-wrap .home_section._event {
  background: #fff;
}

.g-wrap .home_section._event .link_button_area {
  max-width: 700px;
}

@media (max-width: 1400px) {
  .g-wrap .home_section._event .link_button_area {
    max-width: 500px;
  }

}


/* section_special */
.g-wrap .home_section._special {
  background: #FAF7F2;
  box-shadow: 0 8px 3px -3px rgba(0, 0, 0, 0.16) inset;
}

/* section_feature */
.g-wrap .home_section._feature {
  background: #FAF7F2;
}

.g-wrap .home_section._feature::before {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  max-width: 1280px;
  background: #004471;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* section_guide */
.g-wrap .home_section._guide {
  background: #fff;
}

.g-wrap .guide_title {
  font-weight: 400;
  font-size: 38px;
  text-align: center;
  margin-bottom: 1.4em;
}

.g-wrap .guide_title span {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.g-wrap .guide_title span::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.1em);
  left: 0;
  transform: translateY(-50%);
}

.g-wrap .guide_title._twitter span {
  padding-left: calc(1em + 0.5em);
}

.g-wrap .guide_title._twitter span::before {
  width: 1em;
  aspect-ratio: 38/35;
  background-image: url(../images/common/icon_twitter_skyblue.svg);
}

@media (max-width: 1400px) {
  .g-wrap .guide_title {
    font-size: 30px;
  }

  .g-wrap .guide_content {
    max-width: 800px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .g-wrap .guide_title {
    font-size: 23px;
    margin-bottom: 1.1em;
  }
}

/* twitter */
.g-wrap .twitter_box {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #004471;
}

.g-wrap .twitter_box .r-140t1nj {
  border-color: #004471;
}

@media (max-width: 768px) {
  .g-wrap .twitter_box {
    border-radius: 12px;
  }
}

/* section_information */
.g-wrap .home_section._information {
  background: #F8F8F8;
  box-shadow: 0 8px 3px -3px rgba(0, 0, 0, 0.16) inset;
}

.g-wrap .info_list {
  font-size: 15px;
  letter-spacing: 0.045em;
}

.g-wrap .info_item {
  padding: 2em 0;
  display: flex;
  align-items: center;
}

.g-wrap .info_item:not(:first-child) {
  border-top: 1px solid #004471;
}

.g-wrap .info_date {
  flex-shrink: 0;
  width: 13em;
  margin-right: 2em;
  letter-spacing: 0.045em;
  position: relative;
  line-height: 1;
}

.g-wrap .info_item._new .info_date::after {
  content: "NEW";
  white-space: nowrap;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  /*semibold*/
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #fff;
  background-color: #FF0000;
  padding: 6px 10px 3px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1400px) {
  .g-wrap .info_list {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .g-wrap .info_list {
    font-size: 12px;
  }

  .g-wrap .info_item {
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .g-wrap .info_date {
    font-size: 12px;
    width: auto;
    margin-right: 0;
    padding-right: 50px;
  }

  .g-wrap .info_item._new .info_date::after {
    padding: 4px 5px 1px;
    font-size: 10px;
  }

  .g-wrap .info_title {
    font-size: 14px;
    width: 100%;
  }

  .g-wrap .info_title a {
    display: block;
    padding-top: 8px;
  }
}

/*======================================================================
 * swi_shop_listなどswiper
======================================================================*/
.g-wrap ._shopnews .swi_shop_list,
.g-wrap .swi_3col-home {
  margin-left: -76px;
  padding-left: 76px;
  margin-right: -76px;
  padding-right: 76px;
}

.g-wrap ._shopnews .swi_shop_list::before,
.g-wrap ._shopnews .swi_shop_list::after,
.g-wrap .swi_3col-home::before,
.g-wrap .swi_3col-home::after {
  width: 56px;
}

.g-wrap .swi_3col-home::before,
.g-wrap .swi_3col-home::after {
  background: #FAF7F2;
}

.g-wrap ._shopnews .swi_shop_list .l-swiper_btn,
.g-wrap .swi_3col-home .l-swiper_btn {
  width: 56px;
}

/* drop-shadow */
.g-wrap .swi_3col-home img {
  box-shadow: 4px 4px 6px rgba(71, 71, 71, 0.15);
}

.g-wrap .swi_3col-home {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

@media (max-width: 1600px) {
  .g-wrap .home_section .l-swiper_area {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .g-wrap ._shopnews .swi_shop_list,
  .g-wrap .swi_3col-home {
    margin-left: -3vw;
    padding-left: 3vw;
    margin-right: -3vw;
    padding-right: 3vw;
  }

  .g-wrap ._shopnews .swi_shop_list::before,
  .g-wrap ._shopnews .swi_shop_list::after,
  .g-wrap .swi_3col-home::before,
  .g-wrap .swi_3col-home::after {
    width: 2vw;
  }

  .g-wrap ._shopnews .swi_shop_list .l-swiper_btn,
  .g-wrap .swi_3col-home .l-swiper_btn {
    width: 2.5vw;
  }
}

@media (max-width: 1400px) {
  .g-wrap .home_section .l-swiper_area {
    width: 92%;
  }
}

@media (max-width: 768px) {
  .g-wrap .home_section .l-swiper_area {
    width: 100%;
  }

  .g-wrap ._shopnews .swi_shop_list::before,
  .g-wrap ._shopnews .swi_shop_list::after,
  .g-wrap .swi_3col-home::before,
  .g-wrap .swi_3col-home::after {
    content: none;
  }

  .g-wrap .swi_shop_list,
  .g-wrap .swi_3col-home {
    /* スライダー用 */
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
  }

  .g-wrap .swi_3col-home {
    padding-bottom: 35px;
    margin-bottom: 0;
  }
}

/*======================================================================
 * popup
======================================================================*/
.g-wrap .popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  top: 0;
  left: 0;
  z-index: 9999;
  letter-spacing: 0.04em;
  transition: opacity 0.5s;
}

/* line-height相殺 */
.g-wrap .popup p::before,
.g-wrap .popup p::after {
  content: "";
  display: block;
}

.g-wrap .popup p::before {
  margin-top: -0.3em;
}

.g-wrap .popup p::after {
  margin-bottom: -0.3em;
}

.g-wrap .popup_bg {
  background: #262626;
  opacity: 0.55;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.g-wrap .popup_box {
  background: #F4F4F4;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 40px 20px 30px;
  margin: 30px auto;
  width: calc(100% - 30px);
  max-width: 350px;
  position: relative;
  word-wrap: break-word;
}

.g-wrap .popup_close {
  width: 40px;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: right;
  padding: 10px;
}

/* popup_content_area */
.g-wrap .popup_img img.ofi-c {
  aspect-ratio: 155/116;
}

.g-wrap .popup_title {
  margin-top: 30px;
  font-size: 22px;
  text-align: center;
  line-height: 1.7;
}

.g-wrap .popup_text {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.6;
}

.g-wrap .popup .link_button_area {
  margin-top: 40px;
  letter-spacing: 0.12em;
}

/* popup_sns */
.g-wrap .popup_sns {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #004471;
}

.g-wrap .popup_sns_title {
  font-size: 30px;
  text-align: center;
  line-height: 1;
}

.g-wrap .popup_sns_title span {
  display: inline-block;
  position: relative;
  /* padding-left: 1.3em; */
}

.g-wrap .popup_sns_title span::before {
  content: "";
  display: inline-block;
  height: 0.9em;
  aspect-ratio: 38/35;
  background: url('https://qs-mall.jp/abeno/theme/abenoqsmall/assets/images/common/icon-x.svg') no-repeat center/ contain;
  position: absolute;
  top: -10%;
  left: 0;
}

.g-wrap .popup_sns_follow {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.g-wrap .popup_sns_img {
  width: 23%;
  flex-shrink: 0;
}

.g-wrap .popup_sns_text {
  font-size: 20px;
  margin-left: 2.5%;
  line-height: 1.6;
}

.g-wrap .popup_sns_id {
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
}

.g-wrap .popup .link_button {
  min-width: auto;
  width: 100%;
}

@media (max-width: 1400px) {
  .g-wrap .popup .link_button_area {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .g-wrap .popup_box {
    margin-bottom: calc(30px + 78px);
  }
}

/* popup非表示 */
.g-wrap .popup._js-hidden {
  opacity: 0;
  pointer-events: none;
}

/*======================================================================
 * 公開初期表示
======================================================================*/
.i-wrap .home_section._information {
  background: #fff;
  box-shadow: none;
}

.i-wrap .home_section._floormap {
  background: #F8F8F8;
  box-shadow: 0 8px 3px -3px rgba(0, 0, 0, 0.16) inset;
}

.i-wrap .home_section._shoplist {
  box-shadow: 0 8px 3px -3px rgba(0, 0, 0, 0.16) inset;
}

.i-wrap .home_section._access {
  background: #F8F8F8;
  box-shadow: 0 8px 3px -3px rgba(0, 0, 0, 0.16) inset;
}

.i-wrap .shop_item {
  margin-top: 60px;
}

@media (max-width: 1400px) {
  .i-wrap .shop_item {
    margin-top: 40px;
  }
}

@media (max-width: 1000px) {
  .i-wrap .shop_item {
    width: 23%;
  }
}

@media (max-width: 768px) {
  .i-wrap .shop_item {
    width: 48%;
  }
}

@media (max-width: 600px) {
  .i-wrap .shop_item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .i-wrap .shop_img {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .i-wrap .shop_text {
    width: 48%;
  }
}

.i-wrap .guide_content {
  max-width: 1040px;
  margin: 90px auto 0;
}

@media (max-width: 1400px) {
  .i-wrap .guide_content {
    max-width: 800px;
    margin-top: 60px;
  }
}

@media (max-width: 936px) {
  .g-wrap .guide_content {
    padding: 0 5px;
  }
}

@media (max-width: 768px) {
  .g-wrap .guide_content {
    margin-top: 38px;
  }
}

.g-wrap .guide_link {
  display: block;
}

.i-wrap .access_map {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #004471;
  margin-top: 80px;
}

@media (max-width: 1400px) {
  .i-wrap .access_map {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .i-wrap .access_map {
    border-radius: 12px;
  }
}

.i-wrap .access_map iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1040/625;
}

@media (max-width: 768px) {
  .i-wrap .access_map iframe {
    aspect-ratio: 1;
  }
}

.i-wrap .access_detail {
  margin-top: 20px;
  display: flex;
}

@media (max-width: 1400px) {
  .i-wrap .access_detail {
    display: block;
  }
}

@media (max-width: 768px) {
  .i-wrap .access_detail {
    margin-top: 18px;
  }
}

.i-wrap .access_name {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .i-wrap .access_name {
    font-size: 15px;
  }
}

.i-wrap .access_list {
  font-size: 16px;
  margin-top: 0.8em;
}

@media (max-width: 768px) {
  .i-wrap .access_list {
    font-size: 12px;
    margin-top: 1em;
  }
}

.i-wrap .access_list li {
  display: inline-block;
  padding: 0.2em 0;
}

.i-wrap .footer_contact {
  text-align: center;
  padding: 100px 0;
}

@media (max-width: 1400px) {
  .i-wrap .footer_contact {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .i-wrap .footer_contact {
    padding: 50px 0;
  }
}

.i-wrap .contact_title {
  font-size: 36px;
}

@media (max-width: 1400px) {
  .i-wrap .contact_title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .i-wrap .contact_title {
    font-size: 20px;
  }
}

.i-wrap .contact_text {
  font-size: 21px;
  margin-top: 55px;
}

@media (max-width: 1400px) {
  .i-wrap .contact_text {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .i-wrap .contact_text {
    font-size: 14px;
  }
}

.i-wrap .contact_text span {
  font-size: 28px;
  margin-top: 19px;
  display: block;
}

@media (max-width: 1400px) {
  .i-wrap .contact_text span {
    font-size: 26px;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .i-wrap .contact_text span {
    font-size: 16px;
  }
}

.i-wrap .footer_border {
  padding-bottom: 60px;
  border-top: 1px solid #004471;
}

@media (max-width: 768px) {
  .i-wrap .footer_border {
    padding-bottom: 25px;
  }
}