html{
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body{
  font-family: "Inter", "Noto Sans JP", "Meiryo", "Yu Gothic", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", sans-serif;
  position: relative;
  color: #7f4f21;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}

*, *::before, *::after {
  box-sizing: border-box;
}

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.9;}

[id]::before {
  content: "";
  display: block;
  height: 20px;
  margin-top: -20px;
}

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

.pc_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pc_bg.webp) repeat-y center top;
  background-size: 100% auto;
  z-index: -1;
  pointer-events: none;
}

.wrapper{
  position: relative;
  max-width: 768px;
  width: 92.1875%;
  /* padding: 0 6%; */
  margin: 0 auto;
}
.sec{padding: 80px 0 0;}

.itemArea{padding: 0 6%;}

.containerbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.containerbox::after{
  content: "";
  display: block;
  width: 31.333%;
}
.item_box{
  position: relative;
  width: 31.333%;
  margin-bottom: 20px;
  box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.2);
}
.item_box::after {
  content: '＋';
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-color: #d2391f;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.item_box img{
  display: block;
  width: 100%;
}
a.special_box{
  display: block;
  box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
}
a.special_box img{
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .sec{padding: 30px 0 0;}
  .item_box{width: 48%;}

  .pc_case{display: none;}
  .sp_case{display: block;}
  .wrapper{padding: 0;}
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* ==============================
    footer
=============================== */
#foot_shop{
  position: relative;
  padding: 40px 6% 180px;
  z-index: 10;
}
#foot_shop p{
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.logo_aeon{
  display: block;
  max-width: 240px;
  width: 70%;
  margin: 0 auto 10px;
}

a:link.btn_aeon,
a:visited.btn_aeon{
  box-sizing: border-box;
  display: block;
  background: #fef8ec;
  border-radius: 18px;
  color: #7f4f21;
  font-size: 1.3rem;
  max-width: 400px;
  width: 100%;
  text-align: center;
  line-height: 36px;
  padding:0 20px;
  margin: 0 auto;
}
a:hover.btn_aeon{
  color: #fff;
  background: #9e005d;
}
#page_top{
  position: fixed;
  right: 0;
  bottom: -80px;
  display: block;
  width: 60px;
  height: 60px;
}
#page_top:hover{opacity: 0.95;}

footer{
  position: relative;
  z-index: 20;
}

@media (max-width: 768px) {
  .logo_aeon{
    max-width: initial;
    width: 70%;
  }
  #foot_shop{
    padding: 40px 6%;
  }
}

/* 固定ボタンなど */
#pcbox_left,
#pcbox_right{
  position: fixed;
  min-width: 200px;
  width: 18vw;
  top: 50%;
  z-index: 10;
  /* transform: translateY(-50%); */
}
#pcbox_left{
  left: calc(50% - 768px / 2 - 1.5%);
  transform: translate(-100%, -50%);
}
#pcbox_right{
  left: calc(50% + 768px / 2 + 1.5%);
  transform: translateY(-50%);
}
#pcbox_right a img{
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

@media screen and (max-width: 1214px){
  #pcbox_left,
  #pcbox_right{
    display: none;
  }
}

#foot_btn{
  display: none;
}
@media screen and (max-width: 1214px){
  footer.wrapper{
    padding: 0 6% 80px;
  }
  #foot_btn{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 768px;
    width: 100%;
    margin: 20px auto 0;
    z-index: 10;
  }
  #foot_btn a.item_btn{
    display: block;
    width: 25%;
    line-height: 0;
    border-right: 1px solid #fff;
  }
  #foot_btn a.item_btn:last-of-type{
    border-right: 0;
  }

  #foot_btn .item_btn:hover{
    background: rgba(248,229,109,0.5);
  }
}
@media screen and (max-width: 768px){
  footer{
    padding: 20px 0 60px;
  }
  #foot_btn{padding: 0;}
  #foot_btn .btm_event{font-size: 1.5rem;}
  #foot_btn .item_btn{font-size: 1.4rem;}
  #foot_btn .item_btn b{font-size: 1.1rem;}
  #left_box,
  #right_box{
  display: none;
}
}


/* ==============================
    main
=============================== */
header{
  position: relative;
  z-index: 0;
}
.fv_uma{
  position: absolute;
  top: 30px;
  right: -5.5%;
  display: block;
  width: 36%;
  height: auto;
}
main.wrapper{
  /* margin: -270px auto 0; */
  background: #f5efdd;
}
@media screen and (max-width: 768px){
  main{overflow: hidden;}
}

/* ==============================
    title
=============================== */
.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;
}
h2.title_img img{
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto 30px;
}
.title_special img{
  display: block;
  width: 95%;
  height: auto;
  margin: 0 auto 15px;
}

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