body {
  color: #2E2E2E;
}

.default-anchor {
  height: 60px;
  border-radius: 60px;
  margin: 0 auto;
}

.latest-news .default-anchor {
  background-color: transparent;
  display: flex;
  justify-content: left;

}

.heading-text__title-img {
  /* width: 83%; */
}

.pc_appear {
  display: block;
}

.sp_appear {
  display: none;
}

#news_release_info {
  width: 100%;
  margin: 40px auto;
  padding: 60px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
  text-align: left;
}

#news_release_info_content {
  font-size: 1.6rem;
  line-height: calc(32/16);
  letter-spacing: 1.6px;
}

#news_release_info_content img {
  max-width: 100%;
}

#news_release_info_title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: calc(48/26);
  letter-spacing: 2.6px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .pc_appear {
    display: none;
  }

  .sp_appear {
    display: block;
  }

  #news_release_info {
    width: 83%;
    padding: 40px 30px;
  }

  #news_release_info_title {
    font-size: 1.6rem;
    line-height: calc(28/16);
    letter-spacing: 1.6px;
    margin-bottom: 20px;
  }

  #news_release_info_content {
    /* padding: 15px 10px; */
    font-size: 1.4rem;
    line-height: calc(26/14);
    letter-spacing: 0.7px;
  }

  .default-anchor {
    width: 83%;
    max-width: 100%;
  }
}

.new_shop_area {
  margin: 80px 0;
}

.newshop .heading-text__jp,
.newshop .heading-text__en {
  color: #D60086;
}

.newshop_logo_area {
  width: min(1024px, 80%);
  margin: 50px auto 0;
}

.newshop_logo_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.newshop_logo_item {
  width: 24%;
  margin: 1% 0.5%;
}

.newshop_logo_item img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .new_shop_area {
    margin-top: 40px;
  }

  .newshop_logo_item {
    width: 45%;
    margin: 2.5% 5% 2.5% 0;
  }

  .newshop_logo_item:nth-child(2n) {
    margin-right: 0;
  }

  .newshop_logo_area {
    margin-top: 25px;
  }

  .main-banner-slider {
    margin-bottom: 0;
  }

  .global-header-nav__list:not(.global-header-nav__list.sns_list) {
    display: none;
  }
}



/* フロアガイドを消しているときだけ */
.fix-nav__item:first-child {
  width: 100%;
}

.global-header-kv {
  border: 1px solid #ccc;
  /* max-width: 1024px; */
  width: 100%;
  min-width: 1024px;
  max-width: 1600px;
  margin: 0 auto;
}

.global-header__top-inner {
  width: 100%;
  max-width: 1024px;
  min-width: 1024px;
  margin: 0 auto;
}

.global-header__logo-image {
  max-width: 190px;
  max-height: 100%;
}

.footer-img {
  width: 80%;
  min-width: 1024px;
  margin: 0 auto;
}

.footer-img__main {
  width: auto;
  height: auto;
}

.global-footer {
  width: 100%;
  min-width: 1600px;
  margin: 0 auto;
}

.global-footer-nav {
  padding: 0 3% 3%;
}

@media screen and (max-width: 767px) {
  .global-header__top-inner {
    width: 100%;
    max-width: none;
    min-width: auto;
    height: 54px;
  }

  .global-header-kv {
    width: 100%;
    min-width: auto;
  }

  .global-header__logo-image {
    max-width: 140px;
    max-height: 100%;
  }

  .global-footer {
    width: 100%;
    min-width: auto;
  }

  .footer-img {
    width: 100%;
    min-width: auto;
  }

  .global-footer-nav {
    padding: 0 0 3%;
  }
}

.opening-hours-ttl-outer {
  width: 100%;
  position: relative;
}

.opening-hours-ttl-outer img {
  margin: 0 auto;
  max-width: 508px;
}

/* .opening-hours-ttl-outer::after {
  content: '';
  display: block;
  width: 100%;
  height: 5.5px;
  background-color: #66a9dd;
  top: 50%;
  position: absolute;
  z-index: -1;
} */
.opening-hours .heading-text__jp {
  width: fit-content;
  background-color: #fff;
  padding: 0 30px;
  margin: 0 auto;
}

.sc-info__opening-hours {
  margin-top: 106px;
}

.sc-info__opening-hours .default-anchor {
  background-color: #B80083;
}

.latest-news__outer {
  background-color: #FFF5FF;
  margin-top: 40px;
}

#news_area .latest-news__content {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
  gap: 40px;
}

#news_area .news_release_info {
  width: 100%;
  /* margin: 25px 0 40px; */
  padding: 40px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
  display: flex;
  gap: 40px;
}

/* #news_area .news_release_info:not(:nth-child(3n)) {
  margin-right: 2%;
} */

#news_area.latest-news .default-anchor {
  width: auto;
}

#news_area .news_release_info_content {
  /* padding: 15px 10px; */
  /* font-size: 1.5rem; */
  max-width: 200px;
  width: 100%;
}

#news_area .news_release_info_content img {
  max-width: 100%;
}

#news_area .news_release_info_title {
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  line-height: calc(32/20);
  letter-spacing: 2px;
  margin-bottom: 20px;
}

#news_area .news_release_info_txt {
  font-size: 1.4rem;
  line-height: calc(28/14);
  letter-spacing: 0.7px;
  margin-bottom: 20px;
}

.heading-text.news .heading-text__title-img {
  max-width: 366px;
}

.heading-text.access .heading-text__title-img {
  max-width: 366px;
}

@media screen and (max-width: 1044px) {
  .opening-hours-ttl-outer::after {
    width: calc(100% - 40px);
    left: 20px;
  }
}

@media screen and (max-width: 767px) {

  .opening-hours-ttl-outer img {
    width: 100%;
  }

  .heading-text.news .heading-text__title {
    width: 83%;
    margin: 0 auto;
    padding: 0;
  }

  .heading-text.access .heading-text__title {
    width: 83%;
    margin: 0 auto;
    padding: 0;
  }

  .heading-text__title-img {
    width: 100%;
    max-width: 100%;
    padding: 0 40px;
  }

  #news_area .news_release_info {
    width: 80%;
    margin: 0 auto;
    flex-direction: column;
    gap: 20px;
  }

  #news_area .news_release_info:not(:nth-child(3n)) {
    margin-right: auto;
  }

  #news_area .news_release_info_title {
    font-size: 1.6rem;
    line-height: calc(28/16);
    letter-spacing: 1.6px;
    margin-bottom: 20px;
  }

  #news_area .news_release_info_content {
    /* padding: 15px 10px; */
    font-size: 1.4rem;
    line-height: calc(28/14);
    letter-spacing: 0.7px;
    max-width: 100%;
    text-align: center;
  }

  #news_area .news_release_info_txt {
    margin-bottom: 40px;
  }

  .latest-news__anchor {
    width: 100%;
  }

  .latest-news__anchor .default-anchor {
    height: auto;
  }

  .latest-news__anchor .default-anchor img {
    width: 100%;
  }

  .sc-info {
    padding: 0;
  }

  .sc-info__opening-hours {
    margin-top: 60px;
  }

  .opening-hours-ttl-outer {
    width: 83%;
    margin: 0 auto;
  }

  .opening-hours-ttl-outer::after {
    height: 3px;
  }

  .opening-hours .heading-text__jp {
    padding: 0 15px;
  }

  .sc-info__access-map {
    width: 83%;
    margin: 0 auto 20px;
  }
}

#news_area.latest-news {
  padding-bottom: 0;
}

.sc-info {
  padding-top: 0;
}

.global-header-nav__anchor {
  font-size: 1.6rem;
}

.aeonstyle-bnr {
  text-align: center;
  margin: 80px auto;
}

.aeonstyle-bnr img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .aeonstyle-bnr {
    width: 90%;
    margin: 40px auto;
  }



}

  .global-footer {
    min-width: 0;
  }