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: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000 url(../images/pc_bg.webp) center top / cover no-repeat;
  z-index: -1;
  pointer-events: none;
}
.pc_bg,
.stars {
  position: fixed;
  z-index: 0 !important;
  pointer-events: none !important;
}

.wrapper{
  position: relative;
  max-width: 768px;
  width: 100%;
  padding: 0 6%;
  margin: 0 auto;
}
.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;
}
.item_box::after {
  content: '＋';
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  background-color: #ea9312;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.item_box img{
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .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%;
  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.4rem;
  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%;
  }
}

/* 固定ボタンなど */
#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 + 2%);
  transform: translate(-100%, -50%);
}
#pcbox_right{
  left: calc(50% + 768px / 2 - 2%);
  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%;
    padding: 0 6%;
    margin: 20px auto 0;
    z-index: 10;
  }
  #foot_btn a.item_btn{
    display: block;
    width: 50%;
    line-height: 0;
  }

  #foot_btn .item_btn:hover{
    background: rgba(248,229,109,0.5);
  }
}
@media screen and (max-width: 768px){
  footer{
    padding: 60px 0 100px;
  }
  #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;
}
#fvArea,
.img_position{
  position: relative;
}
.img_position{
  z-index: 10;
}
.fv_img{
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 94%;
}
.fv_santa{
  position: absolute;
  top: 42%;
  left: 25%;
  display: block;
  max-width: 400px;
  height: auto;
  z-index: 1;
}
.head_leaf{
  position: fixed;
  top: 0;
  background: url(../images/fv_leaf.webp) repeat-x top center;
  background-size: auto 100px;
  width: 100%;
  height: 100px;
  z-index: 10;
}
@media screen and (max-width: 768px){
  .fv_img{
    width: 100%;
    top: 0;
  }
  .fv_santa{
  top: 33%;
  left: 8%;
  max-width: 300px;
}
}

main.wrapper{
  margin: -270px auto 0;
}

#main_head h1 img{
  display: block;
  width: 90%;
  margin: 0 auto;
}
h2 img{
  display: block;
  width: 50%;
  margin: 80px auto 20px;
}

.main_maru{
  position: relative;
  background-image: linear-gradient(90deg, rgba(239, 163, 190, 1), rgba(251, 196, 0, 1) 50%, rgba(140, 208, 218, 1));
  width: 100%;
  height: 100%;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
  border-top-left-radius: 35vw;
  border-top-right-radius: 35vw;
  padding: 30px 0;
  overflow-x: hidden;
  z-index: 1;
}


@media screen and (max-width: 768px){
  h2 img{
    width: 55%;
    margin: 30px auto 20px;
  }
  .main_maru{
    border-top-left-radius: 50vw;
    border-top-right-radius: 50vw;
    padding-top: 20px;
  }

}

/* ==============================
    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;
}




