@charset "UTF-8";
html {
  font-size: 10px;
}

body {
  color: #711C13;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

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

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  display: inline-block;
}
a:link, a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  opacity: 0.7;
}

ul,
ol {
  list-style: none;
}

section,
.section {
  position: relative;
}

.container {
  max-width: 100%;
  width: 100%;
  padding: 0 2.3rem;
  margin: auto;
}

.btn_list {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}
.btn_list li {
  width: 100%;
}
.btn_list li a {
  display: grid;
  place-content: center;
  color: #fff;
  padding: 8px 2rem 1.5rem;
  border: 1px solid;
  border-radius: 1rem;
  text-align: center;
  height: 100%;
  position: relative;
}
.btn_list li a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  bottom: 8px;
  left: 50%;
  rotate: 45deg;
  translate: -50% 0;
}
.btn_list li a.btn_5 {
  background-color: #981231;
}
.btn_list li a.btn_6 {
  background-color: #C16000;
}
.btn_list li a.btn_noren {
  background-color: #68841A;
}

.bound.inview {
  animation: poyon 0.75s ease-in-out forwards;
}

@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
.swing1 {
  animation: swing1 1.5s infinite;
  animation-timing-function: steps(2, end);
}
.swing1.inview {
  animation: swing1 1.5s infinite;
  animation-timing-function: steps(2, end);
}

@keyframes swing1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.swing2 {
  animation: swing1 1.3s infinite;
  animation-timing-function: steps(2, end);
}
.swing2.inview {
  animation: swing1 1.3s infinite;
  animation-timing-function: steps(2, end);
}

@keyframes swing2 {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
}
.fade.inview {
  opacity: 1;
  transition-delay: 2;
}

.fade2 {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
}
.fade2.inview {
  opacity: 1;
}

.loop_box {
  display: flex;
  overflow: hidden;
}
.loop_box img {
  flex: 0 0 auto;
  white-space: nowrap;
  animation: wrap-scroll 30s linear 0s normal infinite;
}
@keyframes wrap-scroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

#main {
  background: url(../img/bg.webp) center/100% repeat-y;
}

#main_cont_wrap {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #main_cont_wrap {
    display: flex;
    align-items: flex-start;
    overflow: visible;
  }
  #main_cont_wrap .cont_main {
    max-width: 375px;
    width: 100%;
  }
}
#main_cont_wrap .cont_left,
#main_cont_wrap .cont_right {
  width: calc(100% - 187.5px);
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
#main_cont_wrap .cont_left .loop_box,
#main_cont_wrap .cont_right .loop_box {
  position: absolute;
  bottom: 10%;
}
#main_cont_wrap .cont_left .pic,
#main_cont_wrap .cont_right .pic {
  position: absolute;
}
#main_cont_wrap .cont_left .pic.pic1,
#main_cont_wrap .cont_right .pic.pic1 {
  width: 86px;
  top: 13%;
  left: 2%;
  animation: clatter1 2.5s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite normal;
}
#main_cont_wrap .cont_left .pic.pic2,
#main_cont_wrap .cont_right .pic.pic2 {
  width: 80px;
  top: 47%;
  left: 83%;
  rotate: 2deg;
  animation: clatter2 2.5s cubic-bezier(0.19, 1, 0.22, 1) 1s infinite normal;
}
#main_cont_wrap .cont_left .pic.pic3,
#main_cont_wrap .cont_right .pic.pic3 {
  width: 135px;
  top: 54%;
  left: 10%;
  animation: clatter1 2.5s cubic-bezier(0.19, 1, 0.22, 1) 2s infinite normal;
}
#main_cont_wrap .cont_left .pic.pic4,
#main_cont_wrap .cont_right .pic.pic4 {
  width: 90px;
  top: 30%;
  left: 10%;
  animation: clatter2 2.5s cubic-bezier(0.19, 1, 0.22, 1) 1s infinite normal;
}
#main_cont_wrap .cont_left .pic.pic5,
#main_cont_wrap .cont_right .pic.pic5 {
  max-width: 103px;
  top: 42%;
  right: 3%;
  animation: clatter1 2.5s cubic-bezier(0.19, 1, 0.22, 1) 2s infinite normal;
}
#main_cont_wrap .cont_left .pic.pic6,
#main_cont_wrap .cont_right .pic.pic6 {
  max-width: 100px;
  top: 60%;
  left: 6%;
  animation: clatter2 2.5s cubic-bezier(0.19, 1, 0.22, 1) 2s infinite normal;
}
#main_cont_wrap .cont_left {
  background: url(../img/bg_left_pc.webp) center top/cover no-repeat;
  left: 0;
}
#main_cont_wrap .cont_right {
  background: url(../img/bg_right_pc.webp) center top/cover no-repeat;
  right: 0;
}
#main_cont_wrap .cont_right .btn_list {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 45%;
  flex-direction: column;
  gap: 1.5rem;
}
#main_cont_wrap .cont_right .btn_list li a {
  padding: 1rem 1.3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
#main_cont_wrap .cont_right .btn_list li a::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 3.7rem;
  height: 3.7rem;
}
#main_cont_wrap .cont_right .btn_list li a::after {
  width: 8px;
  height: 8px;
  bottom: 45%;
  left: auto;
  right: 1.7rem;
}
#main_cont_wrap .cont_right .btn_list li a.btn_5::before {
  background-image: url(../img/icon_chochin01.svg);
}
#main_cont_wrap .cont_right .btn_list li a.btn_6::before {
  background-image: url(../img/icon_chochin02.svg);
}
#main_cont_wrap .cont_right .btn_list li a.btn_noren::before {
  background-image: url(../img/icon_noren.svg);
}

@keyframes clatter1 {
  0%, 50% {
    transform: rotate(0deg);
  }
  62.5%, 87.5% {
    transform: rotate(-1deg) translateY(-3px);
  }
  75%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes clatter2 {
  0%, 50% {
    transform: rotate(0deg);
  }
  62.5%, 87.5% {
    transform: rotate(2deg) translateY(-1px);
  }
  75%, 100% {
    transform: rotate(0deg);
  }
}
.mv .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  max-width: calc(100% - 4.6rem);
}
.mv .parts_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mv .parts_box .parts {
  position: absolute;
  z-index: 5;
}
.mv .parts_box .parts.p1 {
  width: 70px;
  top: 22%;
  left: 4%;
}
.mv .parts_box .parts.p2 {
  width: 88px;
  top: 1.5%;
  left: 9%;
}
.mv .parts_box .parts.p3 {
  width: 92px;
  top: 1.5%;
  left: 63%;
}
.mv .parts_box .parts.p4 {
  width: 75px;
  top: 7%;
  left: 78%;
}
.mv .parts_box .parts.p5 {
  width: 131px;
  top: 64%;
  left: -20px;
}
.mv .parts_box .parts.p6 {
  width: 113px;
  top: 73.5%;
  left: 41%;
}
.mv .parts_box .parts.p7 {
  width: 96px;
  top: 72%;
  left: 75%;
}

.lead {
  padding: 2.5rem 0 5.5rem;
}
.lead .l_ttl {
  text-align: center;
  margin-bottom: 8px;
}
.lead .l_ttl.inview {
  animation-delay: 0.5s;
}
.lead .l_ttl img {
  max-width: 26.4rem;
}
.lead .l_txt {
  text-align: center;
  line-height: 1.85;
  margin-bottom: 2.7rem;
}
.lead .btn_list {
  margin-bottom: 3.5rem;
}
.lead .banner {
  margin: -8px 0 0 -6px;
}
.lead .loop_box {
  margin: 3.5rem -2.3rem 0;
}

.a_ttl {
  text-align: center;
  margin-bottom: 2rem;
}
.a_ttl img {
  max-width: 17.5rem;
}

.shop_list_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.2rem 1rem;
  position: relative;
  z-index: 1;
}
.shop_list_box .shop_item {
  background-color: #fff;
  border: 2px solid #EFC85D;
  border-radius: 1rem;
  overflow: hidden;
}
.shop_list_box .shop_item .thumb {
  position: relative;
}
.shop_list_box .shop_item .thumb .num {
  color: #fff;
  border: 1px solid;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-content: center;
  line-height: 1;
}
.shop_list_box .shop_item .desc {
  padding: 1rem 1.2rem 1.6rem;
}
.shop_list_box .shop_item .desc .shop {
  font-size: 1.2rem;
  line-height: 1.33;
  margin-bottom: 3px;
}
.shop_list_box .shop_item .desc .category {
  font-size: 1.1rem;
  line-height: 1.45;
}
.shop_list_box .shop_item.item_last {
  grid-column: 1/-1;
  overflow: visible;
  position: relative;
}
.shop_list_box .shop_item.item_last a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 0;
}
.shop_list_box .shop_item.item_last .thumb .num {
  top: 30%;
  left: 1.3rem;
}
.shop_list_box .shop_item.item_last .thumb img {
  padding-left: 4rem;
  height: 8.4rem;
  width: auto;
}
.shop_list_box .shop_item.item_last .desc {
  padding: 0;
  flex-grow: 1;
}
.shop_list_box .shop_item.item_last::after {
  content: "";
  display: inline-block;
  background: url(../img/shop_parts06.webp) center/contain no-repeat;
  width: 8.3rem;
  height: 13.3rem;
  position: absolute;
  top: -10px;
  right: 5px;
}

.area5 {
  background: url(../img/bg_area5.webp) center/cover repeat-y;
  padding: 2.8rem 0;
}
.area5::before, .area5::after {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x;
  width: 100%;
  height: 2rem;
  position: absolute;
  left: 0;
  z-index: 1;
  background-image: url(../img/bg_wave_area5.webp);
}
.area5::before {
  top: -2rem;
}
.area5::after {
  bottom: -2rem;
  rotate: 180deg;
}
.area5 .shop_list_box .shop_item .thumb .num {
  background-color: #981231;
}
.area5 .parts {
  position: absolute;
}
.area5 .parts.p1 {
  width: 100px;
  top: 0;
  left: 0;
}
.area5 .parts.p2 {
  width: 75px;
  top: 10px;
  right: 10px;
}

.area6 {
  background: url(../img/bg_area6.webp) center/cover repeat-y;
  padding: 6.2rem 0 5.2rem;
}
.area6 .shop_list_box .shop_item .thumb .num {
  background-color: #C16000;
}
.area6 .parts {
  position: absolute;
}
.area6 .parts.p1 {
  width: 100px;
  top: 30px;
  right: 0;
  scale: -1 1;
}
.area6 .parts.p2 {
  width: 86px;
  top: 55px;
  left: 0;
}

.noren {
  background: url(../img/bg_noren.webp) center/cover repeat-y;
  padding: 4.2rem 0 4rem;
}
.noren::before {
  content: "";
  background: url(../img/shop_parts04.webp) center top -1px/100% no-repeat;
  width: 100%;
  height: 14.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.noren::after {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: repeat-x;
  width: 100%;
  height: 2rem;
  position: absolute;
  left: 0;
  z-index: 1;
  background-image: url(../img/bg_wave_noren.webp);
  width: 99.99%;
  bottom: -1.95rem;
}
.noren > .container {
  position: relative;
  z-index: 1;
}
.noren .shop_list_box .shop_item .thumb .num {
  background-color: #68841A;
}
.noren .parts {
  position: absolute;
  bottom: 5%;
  right: 11%;
  width: 10rem;
}

.floormap {
  padding: 6.5rem 0 3.6rem;
}
.floormap .f_ttl {
  text-align: center;
  margin-bottom: 2rem;
}
.floormap .f_ttl img {
  max-width: 14.4rem;
}
.floormap .map_box {
  position: relative;
  background-color: #fff;
  border-radius: 1.5rem;
}
.floormap .map_box .draggable_inner {
  padding: 1.8rem;
}
.floormap .map_box .zoom_btn_box {
  position: absolute;
  bottom: 1.7rem;
  right: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.floormap .map_box .zoom_btn_box .zoom {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid;
  border-radius: 50%;
  background-color: #fff;
}
.floormap .map_box .zoom_btn_box .zoom.zoom_in::before {
  content: "＋";
}
.floormap .map_box .zoom_btn_box .zoom.zoom_out::before {
  content: "−";
}
.floormap .map_box.map_chochin {
  border: 2px solid #DB6337;
  margin-bottom: 1.5rem;
}
.floormap .map_box.map_chochin .zoom_btn_box .zoom {
  color: #DB6337;
}
.floormap .map_box.map_noren {
  border: 2px solid #68841A;
}
.floormap .map_box.map_noren .zoom_btn_box .zoom {
  color: #68841A;
}

.footer {
  padding: 0 0 12rem;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 0 0 4.5rem;
  }
}
.footer .btn_link_box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 24rem;
  margin: 0 auto 4rem;
}
.footer .btn_link_box a {
  display: grid;
  place-content: center;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border: 1px solid;
  border-radius: 1.5rem;
  width: 100%;
  height: 6.5rem;
  position: relative;
}
.footer .btn_link_box a.btn_app {
  background: #D9202C url(../img/bg_btn_app.webp) no-repeat left bottom -1px/contain;
  padding-left: 1rem;
}
.footer .btn_link_box a.btn_web {
  background-color: #F05E9C;
}
.footer .btn_link_box a::after {
  content: "";
  background: url(../img/icon_btn_arrow.svg) center/contain no-repeat;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  right: 1.4rem;
  translate: 0 -50%;
}
.footer .copyright {
  font-size: 1rem;
  text-align: center;
}

.pagetop {
  position: fixed;
  z-index: 100;
  bottom: 9.5rem;
  right: 0.9rem;
  background: url(../img/icon_pagetop_sp.svg) center/contain no-repeat;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .pagetop {
    background-image: url(../img/icon_pagetop_pc.svg);
    bottom: 25%;
    right: 3%;
  }
}

.fixed_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  background-color: #EFC85D;
  padding: 1rem 2.2rem;
}