body {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #162e48;
  letter-spacing: 0.05em;
  background-color: #f9faf9;
}

main {
  position: relative;
}

a {
  transition: 0.3s;
}

img {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  html {
    scroll-snap-type: y proximity;
    scroll-padding-top: 70px;
    scroll-behavior: smooth;
  }
  body {
    font-size: 16px;
  }
  .pcnone {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
  .spnone {
    display: none !important;
  }
}
.container {
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  border-left: 1px solid #c18a00;
  border-right: 1px solid #c18a00;
  width: 534px;
  background-color: #f9faf9;
}

.inner_wrap {
  padding: 0 30px 20px;
}

@media (max-width: 767.98px) {
  .container {
    width: 100%;
    border: none;
  }
  .inner_wrap {
    padding: 0 25px 20px;
  }
}
@media (min-width: 768px) {
  .pc_back {
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
  }
  .pc_back > img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .pc_back > .deco01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
  }
  .anchor_link {
    padding-top: 50px;
    margin-top: -50px;
  }
}
@media (max-width: 767.98px) {
  .pc_back {
    display: none;
  }
  .anchor_link {
    padding-top: 30px;
    margin-top: -30px;
  }
}
.scroll img {
  display: block;
  margin: 2rem auto 3rem;
  animation: arrow-move06 1.5s ease-in-out infinite;
  width: 7%;
}

@keyframes arrow-move06 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .main {
    position: relative;
  }
  .main .scroll {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 420px;
  }
}
.btn_box {
  display: flex;
  padding: 0 5%;
  gap: 1em;
}

.btn_box2 {
  position: relative;
  z-index: 0;
}
.btn_box2::before {
  content: "";
  background-image: url(../img/shop/btn2_back.jpg);
  background-size: 100%;
  position: absolute;
  left: 0;
  aspect-ratio: 1000/202;
  width: 100%;
  z-index: -1;
}

@media (min-width: 768px) {
  .btn_box2 {
    margin: 30px 0 70px;
  }
  .btn_box2::before {
    bottom: -70px;
  }
}
@media (max-width: 767.98px) {
  .btn_box2 {
    margin: 30px 0 70px;
  }
  .btn_box2::before {
    bottom: -70px;
  }
}
.floor_ttl {
  position: relative;
  z-index: 0;
  margin: 50px 0 30px;
}
.floor_ttl.f9::before {
  content: "";
  background-image: url(../img/shop/ttl_9f_back.avif);
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 853/451;
  z-index: -1;
}
.floor_ttl.f10::before {
  content: "";
  background-image: url(../img/shop/ttl_10f_back.avif);
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 853/331;
  z-index: -1;
}

.shop_wrap {
  z-index: 0;
  position: relative;
  padding: 0 4%;
}
.shop_wrap .shop_box {
  position: relative;
  background-image: radial-gradient(circle, #c18a00 1.5px, transparent 1.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 3px;
  padding: 5% 0;
}
.shop_wrap .shop_box::before {
  content: "";
  width: 109%;
  aspect-ratio: 853/201;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: -4.5%;
  z-index: -1;
}
.shop_wrap .shop_box:nth-child(3n+1)::before {
  background-image: url(../img/shop/back01.jpg);
}
.shop_wrap .shop_box:nth-child(3n+2)::before {
  background-image: url(../img/shop/back02.jpg);
}
.shop_wrap .shop_box:nth-child(3n+3)::before {
  background-image: url(../img/shop/back03.jpg);
}

.footer {
  position: relative;
}
.footer .btn_box {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto 0;
}

.wrapper {
  position: fixed;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  background-image: url(../img/pc_back.avif);
  background-size: 660px;
  background-repeat: no-repeat;
  background-position: top left;
}

.left {
  width: 840px;
  margin: 0 auto;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
.left .logo {
  width: auto;
  margin: 0 auto;
  aspect-ratio: 840/660;
}
.left .logo img {
  width: 100%;
  height: 100%;
}
.left .pc_menu_box {
  width: 100%;
  max-width: 840px;
}
.left .pc_menu_box > .pc_menu_btn {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
  padding: 0 40px;
}
.left .pc_menu_box > .pc_menu_btn > a {
  max-width: 300px;
}
.left .pc_menu_box > .pc_menu_btn > a img {
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .left .logo {
    height: 70vh;
  }
  .left .pc_menu_box > .pc_menu_btn {
    height: 25vh;
  }
}
@media (max-width: 950px) {
  .left .pc_menu_box {
    display: none;
  }
}
@media (min-width: 768px) {
  .center {
    width: 534px;
    flex-shrink: 0;
  }
}
.right {
  width: 200px;
  min-width: 100px;
  height: 100vh;
  display: flex;
  justify-content: unset;
  flex-direction: column;
  align-items: center;
}
.right .right_inner {
  width: 100px;
  display: flex;
  justify-content: center;
}
.right .right_inner > img {
  height: calc(100vh - 80px);
  width: auto;
}

.container_wrapper {
  display: flex;
  justify-content: flex-end;
}
.container_wrapper .left, .container_wrapper .right {
  z-index: -1;
}

.page-top {
  position: fixed;
  transition: 0.5s;
  z-index: 9;
}

.page-top > .page-top_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-top.show_btn {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .page-top {
    width: 60px;
    height: 60px;
    bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .page-top {
    width: 55px;
    height: 55px;
    bottom: 10px;
    right: 10px;
  }
}/*# sourceMappingURL=style.css.map */