html{
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body{
  position: relative;
  font-family: "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;
  margin: 0;
  padding: 0;
  z-index: 0;
}
body::before{
  content: "";
  background: url(../images/bg_main02.webp) no-repeat top center / cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 768px) {

}

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

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

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

.bg_mainArea{
  position: relative;
  margin-top: 43rem;
  padding-top: 8rem;
  /* padding: 8rem 0 6rem; */
  background: #f7ebdc;
  border-radius: 0 0 30px 30px;
}
/* 丸い半円部分 */
.bg_mainArea::before {
  content: "";
  position: absolute;
  width: 768px;
  height: 768px;
  left: 50%;
  top: -384px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #f7ebdc;
  z-index: 0;
}
/* 本文 */
.bg_mainArea > * {
  position: relative;
  z-index: 1;
}
/* 本文を半円の中央付近から開始 */
.bg_mainArea > header {
  position: relative;
  z-index: 1;
  margin-top: -38rem;
}

@media (max-width: 768px) {
  .bg_mainArea{
    padding-top: 24rem;
    margin-top: 20rem;
  }
  .bg_mainArea::before {
    width: 90vw;
    height: 90vw;
    top: -45vw;
  }
}

/* ==============================
    固定ボタン
=============================== */
#fixity_left{
  position: fixed;
  top: 38%;
  left: 20px;
  min-width: 200px;
  width: 18vw;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1214px){
  #fixity_left{display: none;}
}

/* ==============================
    header
=============================== */
.hd_img img{
  display: block;
  max-width: 410px;
  width: 65%;
  height: auto;
  margin: 0 auto 50px;
}
.hd_txt{
  display: flex;
  align-items: flex-end;;
  justify-content: center;
  gap: 0;
  color: #3f210e;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 500;
  line-height: 2.0;
  margin-bottom: 50px;
}
.diamond_line {
  position: relative;
  width: 70%;
  height: 16px;
  overflow: hidden;
  margin: 0 auto 40px;
}
.diamond_line::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpolygon points='8,0 16,8 8,16 0,8' fill='%233f210e'/%3E%3C/svg%3E");

  background-repeat: repeat-x;
}

@media screen and (max-width: 768px){
  .hd_img img{margin: 0 auto 40px;}
  .diamond_line{
    width: 82%;
    margin: 0 auto 25px;
  }
  .diamond_line::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpolygon points='5,0 10,5 5,10 0,5' fill='%233f210e'/%3E%3C/svg%3E");
  }

}

/* ==============================
  footer
=============================== */
footer{
  background: #fff;
}
#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: #f3e7da;
  border-radius: 18px;
  color: #3f210e;
  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: #df852a;
}
#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) {
  footer.wrapper{
    width: 100%;
  }
  .logo_aeon{
    max-width: initial;
    width: 70%;
  }

}

/* ==============================
  main
=============================== */
#item_menu{
  position: relative;
}
.item_fujidashi{
  position: absolute;
  top: 0;
  right: 30px;
  display: block;
  max-width: 320px;
  width: 42%;
  height: auto;
}

.item_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 80px;
  align-items: start;
  padding-bottom: 320px;
}
.item {
  width: 100%;
}
/* 右側の商品を下げる */
.item:nth-child(2),
.item:nth-child(4),
.item:nth-child(6),
.item:nth-child(8),
.item:nth-child(10),
.item:nth-child(12) {
  transform: translateY(220px);
}


#shop_detail > div{
  display: block;
  line-height: 0;
  margin: 50px auto 0;
}


@media (max-width: 768px) {
  #shop_detail {
    padding-bottom: 50px;
  }
  .item_list {
    row-gap: 30px;
    padding-bottom: 130px;
  }
  .item:nth-child(2),
  .item:nth-child(4),
  .item:nth-child(6),
  .item:nth-child(8),
  .item:nth-child(10),
  .item:nth-child(12) {
    transform: translateY(100px);
  }

}