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: #222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  background: url(../images/bg_sakura_left.png) repeat-y left top / auto 20%,
  url(../images/bg_sakura_right.png) repeat-y right top / auto 20%,
  url(../images/bg_brick.webp) repeat-y top center / 100% auto;
}
@media (max-width: 768px) {
  body {
  background: url(../images/bg_sakura.png) repeat-y top center / 100% auto,
  url(../images/bg_brick.gif) repeat-y top center / 240% auto;
}
}

*, *::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;}

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

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

.containerbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.containerbox::after{
  content: "";
  display: block;
  width: 31.333%;
}
.item_box03{
  position: relative;
  width: 31.333%;
  margin-bottom: 20px;
  aspect-ratio: 1 / 1;
  z-index: 10;
}
.btn_item03 img{
  display: block;
  max-width: 100%;
  height: auto;
}
.img_position{
  position: relative;
  z-index: 0;
}
.slideimg{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .sec{padding: 30px 0 0;}
  .item_box03{width: 48%;}
  .pc_case{display: none;}
  .sp_case{display: block;}
}

/* ==============================
    header
=============================== */
.hd_sakura{
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: auto;
  z-index: 10;
}
.btn_rainbow{
  display: block;
  border-radius: 30px;
  background-image: linear-gradient(90deg, rgba(163, 215, 205, 1), rgba(239, 139, 179, 1) 20%, rgba(247, 231, 94, 1) 40%, rgba(246, 175, 99, 1) 55%, rgba(202, 180, 214, 1) 70%, rgba(213, 236, 250, 1) 80%, rgba(176, 201, 233, 1) 90%);
  width: 55%;
  height: auto;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 10px;
  margin: 20px auto;
}
.hd_img{
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto 30px;
}
.hd_txt{
  display: flex;
  align-items: flex-end;;
  justify-content: center;
  gap: 0;
  color: #726256;
  text-align: center;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 600;
  line-height: 2.0;
}
.hd_txt::before,
.hd_txt::after{
  content: "";
  background-color: #726256;
  width: clamp(40px, 10vw, 100px);
  height: clamp(2px, 0.5vw, 3px);
  margin: 0;
}
.hd_txt::before{
  transform: translateY(-40px) rotate(60deg);
}
.hd_txt::after{
  transform: translateY(-40px) rotate(-60deg);
}

@media screen and (max-width: 768px){
  .hd_sakura{width: 50%;}
  .btn_rainbow{
    width: 95%;
    font-size: 2.0rem;
  }
  .hd_txt::before{
    transform: translateY(-25px) rotate(60deg);
  }
  .hd_txt::after{
    transform: translateY(-25px) rotate(-60deg);
  }

}

/* ==============================
    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: #f6b599;
  border-radius: 18px;
  color: #fff;
  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: #ef8a8a;
}
#page_top{
  position: fixed;
  right: 0;
  bottom: -80px;
  display: block;
  width: 60px;
  height: 60px;
  z-index: 100;
}
#page_top.show {
  bottom: 20px;
}
#page_top:hover{opacity: 0.95;}

@media (max-width: 768px) {
  .logo_aeon{
    max-width: initial;
    width: 70%;
  }

}


/* ==============================
    main
=============================== */
.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;
}
#shop_detail > div{
  display: block;
  margin-bottom: 30px;
}