.latest-news {
  margin-block-start: 160px;
}

main {
  overflow: hidden;
  font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.w-100-h-auto-image {
  width: 100%;
  height: auto;
}


.global-footer-nav__list {
  width: 100%;
}

.global-footer-nav__list-each {
  width: 29%;
}

/* swiper 
---------------------------- */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper.global-header-kv {
  position: relative;
  /* max-width: 1024px; */
  width: 100%;
  min-width: 1024px;
  max-width: 1280px;
  margin: 0 auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
}

.swiper-button-prev,
.swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #c3c5c7;
  line-height: 1;
  position: relative;
  border: .1em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
  cursor: pointer;
  margin-top: 0;
}

.swiper-button-prev::after, 
.swiper-button-next::after {
  content: "";
    color: #fff;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 7px 13px;
    border-left-color: currentColor;
    border-right: 0;
    transform: translateX(15%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.swiper-button-prev::after {
  transform: rotate(-180deg);
}

@media(max-width: 767px) {
  .swiper {
    overflow: visible;
  }

  .swiper.global-header-kv {
    width: 100%;
    min-width: auto;
    margin-bottom: 30px;
  }

  .swiper-navigation {
    position: relative;
    height: auto;
    width: 72%;
    margin: auto;
  }

  .no-sliding .swiper-navigation {
    display: none;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 15px;
    height: 15px;
  }

  .swiper-button-prev::after, 
  .swiper-button-next::after {
    border-width: 3.375px 5.8456875px;
  }

  .swiper-button-prev {
    left: 6.7%; 
  }

  .swiper-button-next {
    right: 6.7%; 
  }

  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: static;
    width: 70%;
    margin: 17px auto;
  }
}

/* end swiper 
---------------------------- */


@media(max-width: 767px) {
  .latest-news {
    padding: 30px 0 10px
  }
}

.latest-news__outer {
  position: relative;
}

.latest-news__outer::before {
  content: '';
  display: block;
  margin: 0 calc(50% - 100vw);
  height: 392px;
	width: 200vw;
  background: repeating-linear-gradient(-45deg, #C9EAFA 0, #C9EAFA 10px, #D2EEFB 10px, #D2EEFB 14px);
  background: repeating-linear-gradient(-45deg, #C9EAFA 0 10px, #D2EEFB 10px 14px);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 110px;
}

.latest-news__content {
  width: 1020px;
  margin: 0 auto
}

@media(max-width: 767px) {
  .latest-news__content {
    width: 100%;
  }
}

.latest-news__anchor {
  /* margin-top: 20px */
}

.sc-info {
  padding: 60px 20px 70px
}

@media(max-width: 767px) {
  .sc-info {
    padding: 0
  }
}

.sc-info__section {
  max-width: 1024px;
  margin: 80px auto 0;
  width: 92%;
}

.sc-info__section:not(:first-child) {
  margin-top: 60px
}

@media(max-width: 767px) {
  .sc-info__section {
    width: 90%;
    margin-top: 80px
  }
}

.sc-info__floor-guide {
  margin-bottom: 120px
}

@media(max-width: 767px) {
  .sc-info__floor-guide {
    margin-bottom: 60px
  }
}

.sc-info .heading-text {
  margin-bottom: 40px
}

.sc-info__opening-hours-contents {
  margin: 40px auto;
  padding: 20px 20%;
  border-radius: 15px;
  background-color: #fff;
  border: 2px dotted #ccc
}

@media(max-width: 767px) {
  .sc-info__opening-hours-contents {
    width: 80%;
    padding: 20px
  }
}

.sc-info__to-shoplist {
  color: #3d3d3d;
  -webkit-text-decoration-color: #1da1ed;
  text-decoration-color: #1da1ed;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  transition: .3s cubic-bezier(0.13, 0.78, 0.38, 0.98)
}

body:not(.o-touch_device) .sc-info__to-shoplist:hover {
  text-decoration: none;
  opacity: .5
}

.sc-info__access-map {
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: #fff
}

.sc-info__access-map-wrapper {
  padding-bottom: 540px;
  position: relative
}

/* テスト用 */
.sc-info__access-map-wrapper img {
  width: 100%;
  margin: 0 auto;
}
@media(max-width: 767px) {
  .sc-info__access-map {
    padding: 0;
  }

  .sc-info__access-map-wrapper img {
    padding-bottom: 120%;
  }
}

.sc-info__access-map-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.sc-info__address {
  margin: 30px auto;
  padding: 20px 30px;
  border-radius: 15px;
  background-color: #fff;
  border: 2px dotted #ccc
}

@media(max-width: 767px) {
  .sc-info__address {
    padding: 30px 20px
  }
}

.sc-info__address-name {
  font-size: 2rem;
  font-weight: 700;
  color: #1da1ed
}

.sc-info__address-icon {
  margin-right: 10px;
  fill: #1da1ed
}

.sc-info__address-main {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: calc(26 / 15)
}

.sc-info__button-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

@media(max-width: 767px) {
  .sc-info__button-list {
    display: block
  }
}

.sc-info__button-item:not(:last-child) {
  margin-right: 40px
}

@media(max-width: 767px) {
  .sc-info__button-item:not(:last-child) {
    margin-right: 0
  }

  .sc-info__button-item:not(:first-child) {
    margin-top: 20px
  }
}

/* ------------------------------------------------------- */
/* -------------- custom.cssの内容を貼り付け ---------------- */
/* ------------------------------------------------------- */

.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: 19%;
  padding: 10px;
  margin: 1% 0.5%;
  border: 1px solid #ccc;
}

.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__top-inner {
  width: 80%;
  max-width: 1280px;
  min-width: 1024px;
}
.global-header__logo-image {
  max-height: 40px;
}

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

.footer-img__main {
  width: auto;
  height: auto;
}
.global-footer {
  width: 80%;
  min-width: 1024px;
  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;
  }
  .global-header-kv {
    width: 100%;
    min-width: auto;
    margin-bottom: 30px;
  }
  .global-header__logo-image {
    max-height: 35px;
  }

  .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::after {
  content: '';
  display: block;
  width: 100%;
  height: 5.5px;
  background-color: #005BAC;
  top: 75%;
  position: absolute;
  z-index: -1;
}
#opening_hours .opening-hours-ttl-outer .heading-text__jp,
#opening_hours .heading-text__en{
  color: #005BAC;
}
.opening-hours .heading-text__jp {
  width: fit-content;
  background-color: #fff;
  padding: 0 30px;
  margin: 0 auto;
}

/* .sc-info__opening-hours {
  margin-top: 25px;
} */
.sc-info__opening-hours .default-anchor {
  background-color: #005BAC;
  margin-bottom: 40px;
  border-radius: 40px;
}
.sc-info__access .default-anchor {
  border-radius: 40px;
}


#news_area {
  padding-inline: 20px;
}

#news_area .news_release_info {
  width: 32%;
  margin: 40px 0 40px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  height: auto;
}

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

#news_area.latest-news .default-anchor {
  width: auto;
  border-radius: 40px;
}

#news_area .news_release_info_content {
  padding: 15px 0;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.5;
  flex-grow: 1;
}

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

#news_area .news_release_info_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

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

@media screen and (max-width: 767px) {
  #news_area {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }


  #news_area .news_release_info {
    width: 80%;
    margin: 30px auto 6px;
  }

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

  #news_area .news_release_info_title {
    font-size: 1.9rem;
  }

  #news_area .news_release_info_content {
    padding: 15px 0;
    font-size: 1.5rem;
    line-height: 1.714;
  }
  
  .sc-info__opening-hours {
    margin-top: 25px;
  }
  .opening-hours-ttl-outer::after {
    width: calc(100% - 10px);
    left: 5px;
    height: 3px;
  }
  .opening-hours .heading-text__jp {
    padding: 0 15px;
  }
}

#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;
  }
}

/* 新規追加 2025/07/14
------------------------------------*/

/*--ABOUT SOYORA--*/
.about_soyora {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  column-gap: 5%;
  margin-top: 40px;
  width: 100%;
}

.about_soyora .about_soyora_info .about_soyora_title {
  margin: 0 auto;
}

.about_soyora .about_soyora_info .about_soyora_title img{
  width: 100%;
  height: auto;
}

.about_soyora .about_soyora_info {
  width: 30%;
}

.about_soyora_middle_title {
  font-size: 16px;
  color: #fff;
  background: #00A0E9;
  padding: 15px;
  margin-block-start: 30px;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
}

.about_soyora_description {
  font-size: 14px;
  margin-top: 20px;
}

/*--ABOUT KNOW SOYORAN--*/
.about_know_soyoran {
  padding-inline: 20px;
  margin: 160px auto 0;
}

.about_know_soyoran_title {
  max-width: 646px;
  margin: 0 auto;
}

.about_know_soyoran_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 0;
  max-width: 890px;
  margin: 10px auto 0;
}

.about_know_soyoran_txt {
  color: #005BAC;
  font-size: 24px;
  line-height: 2.25;
  font-weight: bold;
  font-weight: 500;
  width: 44%;
}

.about_know_soyoran_btn .default-anchor{
  border-radius: 40px;
  margin-block-start: 40px;
}

/*--OTOKU INFO--*/
.otoku_info {
  padding-inline: 20px;
  margin: 160px auto 0;
  width: 80%;
}

.otoku_info .otoku_info_title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #005BAC;
  position: relative;
  letter-spacing: 0.1em;
}

.otoku_info .otoku_info_title_inner {
  position: relative;
}

.otoku_info .otoku_info_title_inner::after {
  content: '';
  display: block;
  width: 25px;
  height: 30px;
  background: url('../../img/img-otoku_txt_decoration.png');
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -40px;
  transform: scaleX(-1);
}

.otoku_info .otoku_info_title_inner::before {
  content: '';
  display: block;
  width: 25px;
  height: 30px;
  background: url('../../img/img-otoku_txt_decoration.png');
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -40px;
}

.otoku_info .otoku_info_contents {
  max-width: 719px;
  margin: 0 auto;
}

.otoku_info_image {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-block-start: 60px;
}

.otoku_info_image.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 65px;
}

.otoku_info_image_item.kurashiru{
  max-width: 386px;
}

.otoku_info_image_item.tokubai{
  max-width: 252px;
}

.otoku_info_image_item.line{
  max-width: 130px;
}

.otoku_info_image_item.x{
  max-width: 130px;
}

.otoku_info_image_item.instagram{
  max-width: 130px;
}

@media (hover: hover) and (pointer: fine) {
  .otoku_info_image_item:hover {
    opacity: .5
  }
}


/*--News--*/
#news_release_info {
  width: 32%;
}

#news_release_info_content {
  padding: 15px 10px;
  font-size: 1.5rem;
}

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

#news_release_info_title {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
}

.swiper_news {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

.swiper_news.swiper-initialized {
  max-width: 305px;
}

.swiper_news .latest-news__content {
  /* justify-content: space-around; */
  width: 100%;
}

.sp_appear {
  display: none;
}

.sp_appear_inline {
  display: none;
}

/*--swiper_news Swiper--*/
.swiper_news .swiper-navigation{
  display: none;
}

.swiper_news.swiper-initialized .swiper-navigation{
  display: block;
}

.swiper_news .swiper-pagination {
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}
  
.swiper_news .swiper-pagination-current {
  margin-right: 10px;
}

.swiper_news .swiper-pagination-total {
  margin-left: 10px;
}

.swiper_news .swiper-navigation {
  width: 100%;
}

.swiper_news .swiper-button-prev,
.swiper_news .swiper-button-next {
  width: 60px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #D5D5D5;
  background-color: rgba(0, 0, 0, 0.3);
  left: -40px;
}

.swiper_news .swiper-button-next {
  left: inherit;
  right: -40px;
}

.swiper_news .swiper-button-prev::after,
.swiper_news .swiper-button-next::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
}

.swiper_news .swiper-button-prev::after {
  transform: rotate(-135deg);
  left: -15px;
}


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

  .sp_appear_inline {
    display: inline;
  }

  #news_release_info {
    width: 80%;
  }

  #news_release_info_title {
    font-size: 1.9rem;
  }

  #news_release_info_content {
    padding: 15px 10px;
    font-size: 1.5rem;
  }

  /*--ABOUT SOYORA--*/
  .about_soyora {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 40px;
    margin-top: 30px;
    width: 100%;
  }

  .about_soyora .about_soyora_info {
    width: 100%;
  }

  .about_soyora_middle_title {
    margin-block-start: 20px;
  }

  .about_soyora .about_soyora_info .about_soyora_title {
    max-width: 312px;
  }

  #news_area.latest-news {
    margin-block-start: 80px;
  }

  /*--News Area--*/
  .latest-news__anchor {
    font-size: 1.6rem;
  }

  .heading-text.news .heading-text__title {
    padding: 0;
  }

  /*--ABOUT KNOW SOYORAN--*/
  .about_know_soyoran_title {
    width: 90%;
  }

  .about_know_soyoran {
    margin-top: 120px;
  }

  .about_know_soyoran_contents {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .about_know_soyoran_txt {
    width: 100%;
    text-align: center;
    line-height: 1.8;
    font-size: 18px;
  }

  .about_know_soyoran_image {
    width: 100%;
  }

  /*--OTOKU INFO--*/
  .otoku_info {
    width: 100%;
    margin-block-start: 120px;
    padding-block-end: 40px;
  }

  .otoku_info .otoku_info_title {
    font-size: 22px;
  }

  .otoku_info .otoku_info_title_inner {
    display: inline-block;
  }

  .otoku_info .otoku_info_title_inner::after {
    right: -40px;
  }

  .otoku_info .otoku_info_title_inner::before {
    left: -40px;
  }

  .otoku_info_image {
    margin-block-start: 40px;
  }

  .otoku_info_image.sns {
    column-gap: 8%;
  }

  .otoku_info_image_item.kurashiru{
    width: 58%;
  }

  .otoku_info_image_item.tokubai{
    max-width: 33%;
  }

  .otoku_info_image.sns .otoku_info_image_item {
    width: 19%;
  }
  
  /*--swiper_news Swiper--*/
  .swiper_news {
    max-width: 355px;
    width: 90%;
    margin: 0 auto;
  }

  .swiper_news.swiper-initialized {
    max-width: 335px;
    width: 100%;
  }

  .swiper_news .swiper-pagination {
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
  }

  .swiper_news .latest-news__content {
    margin-left: -5%;
  }

  .swiper_news .swiper-pagination-current {
    margin-right: 20px;
  }

  .swiper_news .swiper-pagination-total {
    margin-left: 20px;
  }

  .swiper_news .swiper-navigation {
    width: 100%;
  }

  .swiper_news .swiper-button-prev,
  .swiper_news .swiper-button-next {
    width: 60px;
    height: 40px;
    border-radius: 30px;
    border: 1px solid #D5D5D5;
    background-color: #707070;
    left: -15px;
  }

  .swiper_news .swiper-button-next {
    left: inherit;
    right: -15px;
  }

  .swiper_news .swiper-button-prev::after,
  .swiper_news .swiper-button-next::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto;
  }

  .swiper_news .swiper-button-prev::after {
    transform: rotate(-135deg);
    left: -15px;
  }

  .sc-info .heading-text {
    margin-bottom: 30px;
  }
}
