@charset "utf-8";
:root{
  /* Base Font Size 1.0rem = 10px */
  font-size: 10px;
}
@media screen and (max-width: 374px){
    :root{
        font-size: 9px;
    }
}

*, *::before, *::after {
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
body{
  position: relative;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #222;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

body::before{
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg_main.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 768px) {
  body::before {
    background-image: url("../images/bg_main_sp.webp");
    background-size: 100% auto;
    background-position: top center;
  }
}

p{
  text-align: justify;
  font-size: 1.6rem;
}
img{
  width: 100%;
  height: auto;
}
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.8;}

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

main{
  width: 100%;
  overflow: hidden;
}
main,
.wrapper{
  position: relative;
  max-width: 768px;
  width: 92.1875%;
  margin: 0 auto;
  z-index: 10;
}
.containerbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#itemArea .containerbox::after{
  content: "";
  display: block;
  width: 31.333%;
}
.item03{
  width: 31.333%;
  margin-bottom: 3%;
  line-height: 0;
}
.item_box{
  position: relative;
  background: #fff;
  width: 31.333%;
  margin-bottom: 20px;
  aspect-ratio: 1 / 1;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
  z-index: 10;
}
#fashion .item_box{
  background: none;
  box-shadow: none;
}
#fashion .item_box img{
  filter: drop-shadow(0 5px 5px rgba(0,0,0,.5));
}
.item_img{
  position: relative;
  display: block;
}
.item_box img{
  display: block;
  max-width: 100%;
  height: auto;
}
.item_box::after{
  content: '＋';
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-color: #171c61;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 768px) {
  .pc_case{display: none!important;}
  .sp_case{display: block!important;}
  .item03,
  .item_box{
    width: 48%;
  }
}

/* header */
header{
  padding-top: 30px;
}
.title_fv img{
  display: block;
  width: 85%;
  height: auto;
  margin: auto;
}
@media (max-width: 768px) {
  .title_fv img{width: 100%;}

}

/* footer */
#fototerArea{
  padding: 25px 0;
  margin-top: 60px;
}
#fototerArea p{
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.logo_aeon{
  display: block;
  width: 240px;
  margin: 0 auto 10px;
}

a:link.btn_aeon,
a:visited.btn_aeon{
  box-sizing: border-box;
  display: block;
  background: #171c61;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  line-height: 36px;
  padding:0 20px;
  margin: 0 auto;
}
a:hover.btn_aeon{
  background: #ee86a9;
}
#page_top{
  position: fixed;
  right: 0;
  bottom: -100px;
  display: block;
  width: 60px;
  height: 60px;
  z-index: 100;
}
#page_top:hover{opacity: 0.95;}

/* 固定ボタンなど */
#left_fixity,
#right_fixity{
  position: fixed;
  top: 20px;
  width: 120px;
  height: auto;
}
#left_fixity{
  left: 20px;
}
#right_fixity{
  right: 20px;
}
#fixity_left,
#fixity_right{
  position: fixed;
  min-width: 200px;
  width: 18vw;
  height: 100%;
  z-index: 1;
}
#fixity_left{
  top: 15%;
  left: 20px;
}
#fixity_right{
  top: 15%;
  right: 30px;
}
.bg_right{
  background: url(../images/pc_side/fixity_right_bg.gif);
  box-shadow: 5px 5px 10px -5px #666;
  border-radius: 15px;
  padding: 15px;
}
.title_content_btn{
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.1em;
  padding: 0 0 5px;
  margin-bottom: 5px;
}
.title_content_btn img{
  display: block;
  width: 70%;
  margin: 0 auto;
}
.pcbox_inner img{
  display: block;
  width: auto;
  height: 50px;
}

#fixity_right::before{
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  display: block;
  background: url(../images/pc_side/btn_sclool.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 220px;
}
#fixity_right .pcbox_inner{
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  gap: 5px;
  width: fit-content;
  margin: 0 auto;
}

img.pc_illust{
  position: absolute;
  left: 16%;
  bottom: 17%;
  display: block;
  width: 74%;
  height: auto;
}
img.pc_illust_r{
  position: absolute;
  bottom: 17%;
  right: 10%;
  display: block;
  width: 80%;
  height: auto;
}
#foot_btn{
  display: none;
}

@media screen and (max-width: 1214px){
  main{
    padding-bottom: 120px;
  }
  #foot_btn{
    background: url(../images/bg_footer_btn.gif);
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 20px auto 0;
    border-top: 1px solid #fff;
  }
  .footer_btnList{
    text-align: center;
  }
  .footer_btnList:first-of-type{
    margin: 10px 0;
  }
  .footer_btnList:last-of-type{
    margin-bottom: 5px;
  }
  .footer_btn{
    display: inline-block;
    margin: 0 10px;
  }
  .footer_btn img{
    display: block;
    width: auto;
    height: 45px;
  }
  .footer_btn:hover{
    opacity: 0.95;
  }
  #fixity_left,
  #fixity_right{
    display: none;
  }
}

@media screen and (max-width: 768px){
  #foot_btn{
    background: url(../images/bg_footer_btn.gif) no-repeat center /cover;
  }
  .footer_btn img{
    height: 30px;
  }
  #left_fixity,
  #right_fixityy{
  display: none;
}

}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.visuall_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.title_img img{
  display: block;
  width: auto;
  height: 80px;
  margin: 60px auto 30px;
}

@media screen and (max-width: 768px){
  .title_img img{height: 60px;}
}