@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&family=Noto+Sans+JP:wght@100..900&display=swap');

html{
  font-size: 62.5%;
}
body{
  font-family:'Noto Sans JP',"Helvetica Neue", "Helvetica", "Noto Sans Japanese","メイリオ",Meiryo,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
  background: #f53528;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;

}
p{font-size: 1.6rem;}

.pc_case{display: block;}
.sp_case{display: none;}

a,
a:hover,
a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover img{opacity: 0.85;}

.wrapper{
  box-sizing: border-box;
  max-width: 750px;
  width: 92.1875%;
  margin: 0 auto;
}

.containerbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.itembox{
  width: 32%;
  margin-bottom: 2%;
}
.itembox02{
  width: 49%;
  margin-bottom: 2%;
}
#fashionArea .containerbox,
#goodsArea .containerbox,
#serviceArea .containerbox,
#gourmetArea .containerbox{
  margin: 0 auto 80px;
}
#fashionArea .containerbox::after,
#goodsArea .containerbox::after,
#serviceArea .containerbox::after,
#gourmetArea .containerbox::after{
  content: "";
  display: block;
  width: 32%;
}
img{
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px){
  .pc_case{display: none;}
  .sp_case{display: block;}
  .itembox{
    width: 48%;
    margin-bottom: 4%;
  }
  .itembox02{
    width: 100%;
    margin-bottom: 4%;
  }
  #fashionArea .containerbox,
  #goodsArea .containerbox,
  #serviceArea .containerbox,
  #gourmetArea .containerbox{
    margin: 0 auto 50px;
  }
}

header{
  background: url(../images/bg_header.png) no-repeat center / 100%;
  padding-top: 30px;
}
header .wrapper{
  position: relative;
  max-width: 980px;
  z-index: 1;
}
main.bg_cont{
  background: url(../images/bg_cnt.png) repeat-y top center / 100%;
}
@media screen and (max-width: 768px){
  header{padding-top: 15px;}
  header,
  main.bg_cont{
    background-size: 120%;
  }
}

#gnav .wrapper {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.navbar {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  z-index: 10;
}
.btn_navi{
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: none;
  padding: 0;
  margin: 0;
}
.navbar button {
  background: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: none;
  cursor: pointer;
}
.navbar button img {
  width: 90%;
  height: auto;
}
.navbar button:hover {
  opacity: 0.95;
}
.sticky {
  position: fixed;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 750px;
  width: 100%;
  z-index: 10;
  background: #f53528;
}

.popup {
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 750px;
  width: 100%;
  max-height: 600px;
  overflow-y: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
  background: #fff;
  padding: 0 20px;
  border-radius: 5px;
  z-index: 100;
}
.popup::before {
  content: "";
  position: absolute;
  top: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #fff transparent;
}

#fashionPopup.popup::before{
  left: 90px;
}
#goodsPopup.popup::before{
  left: 270px;
}
#servicePopup.popup::before{
  right: 270px;
}
#gourmetPopup.popup::before{
  right: 85px;
}
#fashionPopup .containerbox,
#goodsPopup .containerbox,
#servicePopup .containerbox,
#gourmetPopup .containerbox{
  justify-content: flex-start;
}
.popup img {
  width: 100%;
  display: block;
}
.popup a {
  box-sizing: border-box;
  width: 20%;
  padding: 0 15px;
}
.popup a:hover{opacity: 0.7;}
.popup.show {display: block;}
.noscroll {overflow: hidden;}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 999;
  display: none;
}
.popup-overlay.show {
  display: block;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: red;
  color: white;
  border: none;
  padding: 5px;
  font-size: 16px;
}


.titlelink_fashion,
.titlelink_goods,
.titlelink_service,
.titlelink_gourmet{
  width: 100%!important;
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
  padding: 20px 15px 0!important;
  margin-bottom: 10px;
}

.titlepopup_fashion,
.titlepopup_goods,
.titlepopup_service,
.titlepopup_gourmet{
  font-size: 2.0rem;
  font-weight: 700;
  padding: 0 15px;
  position: relative;
  display: flex;
  align-items: center;
}
.titlelink_fashion,
.titlepopup_fashion{
  color: #f844a6;
}
.titlelink_goods,
.titlepopup_goods{
  color: #00b781;
}
.titlelink_service,
.titlepopup_service{
  color: #00c6f2;
}
.titlelink_gourmet,
.titlepopup_gourmet{
  color: #ff900a;
}

.titlepopup_fashion::after,
.titlepopup_goods::after,
.titlepopup_service::after,
.titlepopup_gourmet::after{
  content: "";
  flex-grow: 1;
  margin-left: 10px;
}
.titlepopup_fashion::after{border-bottom: 5px dotted #f844a6;}
.titlepopup_goods::after{border-bottom: 5px dotted #00b781;}
.titlepopup_service::after{border-bottom: 5px dotted #00c6f2;}
.titlepopup_gourmet::after{border-bottom: 5px dotted #ff900a;}

.icon_yajirushi{
  display: inline-block!important;
  width: 18px!important;
  height: auto;
  vertical-align: middle;
  margin-left: 10px;
}
.target_link {
  scroll-margin-top: 200px;
}

@media screen and (max-width: 768px){
  .popup {
    position: fixed;
    top: auto;
    bottom: 95px;
    left: 0;
    width: 100%;
    max-width: 100%;
    transform: none;
    z-index: 1000;
    padding: 0 20px;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px 10px 0 0;
  }
  .popup::before {
    top: auto;
    bottom: -15px;
    border-width: 20px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
  }
  .navbar {
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f53528;
    z-index: 999;
    justify-content: space-around;
    margin-top: 0;
    padding: 3px 0;
  }
  .navbar button img{
    width: 80%;
  }
  .btn_navi{
    padding: 3px 0;
  }
  .btnArea_bg01{background: #ec759f;}
  .btnArea_bg02{background: #71bb46;}
  .btnArea_bg03{background: #2aa8d4;}
  .btnArea_bg04{background: #f8b61c;}

  .popup a {
    width: 33.33%;
  }
  .target_link {
    scroll-margin-top: 20px;
  }

  .titlelink_fashion,
  .titlelink_goods,
  .titlelink_service,
  .titlelink_gourmet{
    font-size: 1.6rem;
    padding: 10px 10px 0!important;
  }
  .titlepopup_fashion,
  .titlepopup_goods,
  .titlepopup_service,
  .titlepopup_gourmet{
    font-size: 1.6rem;
    padding: 0 10px!important;
  }
}

.title_item{
  color: #fff000;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.0;
  padding: 10px 0 2px;
  margin-bottom: 20px;
}
#fashionArea .title_item{
  background: #f844a6;
}
#goodsArea .title_item{
  background: #00b781;
}
#serviceArea .title_item{
  background: #00c6f2;
}
#gourmetArea .title_item{
  background: #ff900a;
}
@media screen and (max-width: 768px){
  .title_item{
    font-size: 3.0rem;
  }
}


/* footer */
footer{
  background: #fff;
  text-align: center;
  padding: 60px 0 40px;
}
footer p{
  color: #222;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.logo_aeon{
  max-width: 240px;
  width: 70%;
  margin: 0 auto 10px;
}
a:link.btn_aeon,
a:visited.btn_aeon{
  box-sizing: border-box;
  display: block;
  background: #e50012;
  border-radius: 30px;
  color: #fff;
  font-size: 1.4rem;
  max-width: 400px;
  width: 100%;
  text-align: center;
  line-height: 36px;
  padding:0 20px;
  margin: 0 auto;
}
a:hover.btn_aeon{
  background: #f53528;
}
#page_top{
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
  width: 60px;
  height: 60px;
}
#page_top:hover{opacity: 0.95;}

/* 固定ボタンなど */
#btn_left{
  position: fixed;
  bottom: 5%;
  left: calc(((100% - 550px)  - 50%) / 2 );
  width: 200px;
  height: auto;
  z-index: 0;
}
#btn_right{
  position: absolute;
  top: 25%;
  right: 0;
  width: 300px;
  height: auto;
  z-index: 0;
}

@media screen and (max-width: 1160px){
  #btn_left{
    display: none;
  }
}

@media screen and (max-width: 768px){
  #btn_right{
    display: none;
  }
  footer{
    padding: 30px 20px 120px;
  }
  .logo_aeon{
    max-width: initial;
    width: 70%;
  }
  #page_top{display: none;}
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}