body {
  height: auto;
  background: none;
}
body::before {
  z-index: -1;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F5F1E8 url(../images/home/body-bg-sp.png) top center/100% no-repeat;
}
@media (min-width: 769px) {
  body::before {
    background: #F5F1E8 url(../images/home/body-bg-pc.png) top center/100% no-repeat;
  }
}

@media (max-width: 768px) {
  .home_mv {
    z-index: 0;
    margin-top: -5.3333333333vw;
    padding-bottom: 1px;
    background: url(../images/home/mv-wave-sp.svg) bottom center/100% no-repeat;
  }
}
@media (min-width: 769px) {
  .home_mv {
    padding-top: 40px;
    background: url(../images/home/mv-wave-pc.png) bottom center/100% no-repeat;
  }
}
@media screen and (min-width: 1366px) {
  .home_mv {
    background: url(../images/home/mv-wave-pc.png) top 246px center/100% no-repeat;
  }
}
.home_mv__in {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .home_mv__in {
    width: calc(100% - 40px);
    max-width: var(--cont-w);
    margin: 0 auto;
  }
}
.home_mv__pict01 {
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home_mv__pict01 {
    transform: translateX(10.6666666667vw);
  }
  .home_mv__pict01 img {
    width: 94.6666666667vw;
  }
}
@media (min-width: 769px) {
  .home_mv__pict01 {
    border-radius: 50px;
    width: 61.4%;
    max-width: 700px;
    margin-left: auto;
  }
  .home_mv__pict01 img {
    width: 100%;
  }
}
.home_mv__pict02 {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home_mv__pict02 {
    margin: 6.6666666667vw 2.6666666667vw 0 auto;
    width: 46.1333333333vw;
  }
}
@media (min-width: 769px) {
  .home_mv__pict02 {
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 34.2%;
    max-width: 390px;
  }
  .home_mv__pict02 img {
    width: 100%;
  }
}
.home_mv__text {
  position: relative;
  z-index: 1;
  margin-left: 2.6666666667vw;
  margin-top: -8vw;
}
@media (min-width: 769px) {
  .home_mv__text {
    position: absolute;
    margin: 0;
    left: 0;
    bottom: 2.1929824561vw;
  }
}
@media screen and (min-width: 1140px) {
  .home_mv__text {
    bottom: 25px;
  }
}
.home_mv__text p {
  margin-top: 4px;
}
.home_mv__text span {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.home_mv__text span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5A4838;
}
.home_mv__text img {
  width: auto;
  height: 10.6666666667vw;
}
@media (min-width: 769px) {
  .home_mv__text img {
    height: 5.2631578947vw;
  }
}
@media screen and (min-width: 1140px) {
  .home_mv__text img {
    height: 60px;
  }
}

.home_information {
  background: #F5F1E8;
  padding: 40px 0 17px;
}
@media (min-width: 769px) {
  .home_information {
    padding: 100px 20px 0;
  }
}
.home_information__in {
  padding: 0 5.3333333333vw;
}
@media (min-width: 769px) {
  .home_information__in {
    padding: 0;
    max-width: var(--cont-w);
    margin: 0 auto;
  }
}
.home_information__ttl {
  font-size: 40px;
  margin-bottom: 11px;
}
@media (min-width: 769px) {
  .home_information__ttl {
    font-size: 60px;
    margin-bottom: 26px;
  }
}
@media (min-width: 769px) {
  .home_information__list {
    width: 89.8%;
    max-width: 1024px;
    margin-left: auto;
  }
}
.home_information__list li {
  background: #fff;
  border-radius: 20px;
}
.home_information__list li:not(:first-child) {
  margin-top: 10px;
}
.home_information__list .info-box {
  display: block;
  padding: 20px 23px;
}
@media (min-width: 769px) {
  .home_information__list .info-box {
    display: flex;
    width: 100%;
    padding: 30px 30px 30px 37px;
  }
}
.home_information__list .date {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .home_information__list .date {
    width: 115px;
    line-height: 1;
    margin-bottom: 0;
  }
}
.home_information__list .text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71428571;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 769px) {
  .home_information__list .text {
    flex: 1;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.home_concept {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #F5F1E8 url(../images/home/concept-bg-sp.png) bottom center/100% no-repeat;
  padding: 40px 0 44px;
}
@media (min-width: 769px) {
  .home_concept {
    background: #F5F1E8;
    padding: 0;
  }
}
.home_concept__in {
  position: relative;
}
@media (min-width: 769px) {
  .home_concept__in {
    position: relative;
    max-width: 1366px;
    margin: 0 auto;
    background: url(../images/home/concept-bg-pc.png) top 110px right -60px/949px 642px no-repeat;
    padding: 56px 0 30px;
  }
}
.home_concept__contents {
  width: 100%;
  overflow: hidden;
  padding: 0 17.6vw 0 5.3333333333vw;
}
@media (min-width: 769px) {
  .home_concept__contents {
    position: relative;
    padding: 0 0 0 7.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    overflow: visible;
  }
}
@media screen and (min-width: 1367px) {
  .home_concept__contents {
    overflow: visible;
  }
}
.home_concept__ttl {
  position: absolute;
  right: -1px;
  top: 0;
  width: 11.4666666667vw;
  width: clamp(43px, 11.4666666667vw, 58px);
}
@media (min-width: 769px) {
  .home_concept__ttl {
    position: relative;
    width: 94px;
    order: 2;
    right: 0;
  }
}
@media (min-width: 769px) {
  .home_concept__text {
    width: 48%;
    max-width: 530px;
  }
}
.home_concept__text .lead-ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.66666667;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .home_concept__text .lead-ttl {
    font-size: clamp(24px, 3.3333333333vw, 30px);
  }
}
.home_concept__text .text-wrap {
  padding-right: 5px;
}
.home_concept__text p {
  font-size: 16px;
  line-height: 2.125;
}
.home_concept__image {
  position: relative;
  margin: 22px 0 0;
}
@media (min-width: 769px) {
  .home_concept__image {
    width: 40%;
    aspect-ratio: 490/443;
  }
}
.home_concept__image .square {
  opacity: 0;
  width: 41.0666666667vw;
  transform: translateX(8.8vw);
  margin-left: auto;
}
@media (min-width: 769px) {
  .home_concept__image .square {
    width: 49%;
    transform: none;
  }
}
.home_concept__image .triangle {
  opacity: 0;
  width: 42.1333333333vw;
  margin: 5.3333333333vw 0 0 26.6666666667vw;
}
@media (min-width: 769px) {
  .home_concept__image .triangle {
    width: 49.6%;
    margin: 6.3% 0 0 31%;
  }
}
.home_concept__image .circle {
  opacity: 0;
  position: absolute;
  width: 36vw;
  top: 20%;
  left: 1%;
}
@media (min-width: 769px) {
  .home_concept__image .circle {
    width: 42.8%;
    top: 16%;
    left: 0;
  }
}
.home_concept__image.is-active .square {
  animation: fadeIn 0.6s forwards;
}
.home_concept__image.is-active .triangle {
  animation: fadeIn 0.6s 1s forwards;
}
.home_concept__image.is-active .circle {
  animation: fadeIn 0.6s 0.5s forwards;
}

.chara01 {
  position: relative;
  width: 100%;
  height: 0;
}
@media (max-width: 768px) {
  .chara01 {
    display: none;
  }
}
.chara01 span {
  display: inline-block;
  z-index: 5;
  position: absolute;
  top: -55px;
  left: 50%;
  margin-left: -222px;
}

.home_playpark {
  position: relative;
  background: #77A55B;
  color: #F5F1E8;
}
@media (min-width: 769px) {
  .home_playpark {
    width: 100%;
    overflow: hidden;
  }
}
.home_playpark::before, .home_playpark::after {
  z-index: 2;
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
  background: url(../images/home/wave-sp.svg) top left/250px 20px repeat-x;
}
@media (min-width: 769px) {
  .home_playpark::before, .home_playpark::after {
    position: absolute;
    height: 62px;
    background: url(../images/home/wave-pc.svg) top left/360px 62px repeat-x;
  }
}
.home_playpark::after {
  top: auto;
  bottom: 0;
  transform: scale(1, -1);
}
.home_playpark__in {
  position: relative;
  padding: 80px 0;
}
@media (min-width: 769px) {
  .home_playpark__in {
    padding: 186px 0 202px;
    max-width: 1026px;
    margin: 0 auto;
    z-index: 0;
  }
}
.home_playpark__loop {
  position: relative;
  width: 100%;
  height: 110px;
}
@media (min-width: 769px) {
  .home_playpark__loop {
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
  }
}
.home_playpark__loop .loop-in {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .home_playpark__loop._top {
    z-index: 10;
  }
  .home_playpark__loop._top::before {
    z-index: 2;
    content: "";
    position: absolute;
    top: -54px;
    right: 8%;
    width: 103px;
    height: 65px;
    background: url(../images/home/playpark-bubble-t.svg) center/103px 65px no-repeat;
  }
  .home_playpark__loop._top .loop-in {
    background: url(../images/home/playpark-loop-t.webp) center/600px 110px repeat-x;
    animation: loopLtoR 15s linear infinite;
  }
  .home_playpark__loop._bottom {
    margin-top: 70px;
  }
  .home_playpark__loop._bottom::before {
    z-index: 2;
    content: "";
    position: absolute;
    top: -54px;
    left: 4%;
    width: 110px;
    height: 70px;
    background: url(../images/home/playpark-bubble-b.svg) center/100% no-repeat;
  }
  .home_playpark__loop._bottom .loop-in {
    background: url(../images/home/playpark-loop-b.webp) center/600px 110px repeat-x;
    animation: loopLtoR 15s linear reverse infinite;
  }
}
@media (min-width: 769px) {
  .home_playpark__loop._top {
    z-index: 2;
    left: -132px;
  }
  .home_playpark__loop._top::before {
    content: "";
    position: absolute;
    top: 36%;
    right: -80px;
    width: 96px;
    height: 269px;
    background: url(../images/home/playpark-bubble-l.svg) center/100% no-repeat;
    opacity: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 885px) {
  .home_playpark__loop._top::before {
    opacity: 1;
    z-index: 2;
  }
}
@media (min-width: 769px) {
  .home_playpark__loop._top .loop-in {
    background: url(../images/home/playpark-loop-l.webp) center/200px 1050px repeat-y;
    animation: loopBtoT 15s linear reverse infinite;
  }
  .home_playpark__loop._bottom {
    left: auto;
    right: -132px;
  }
  .home_playpark__loop._bottom::before {
    content: "";
    position: absolute;
    top: 123px;
    left: -80px;
    width: 96px;
    height: 287px;
    background: url(../images/home/playpark-bubble-r.svg) center/100% no-repeat;
    opacity: 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 885px) {
  .home_playpark__loop._bottom::before {
    opacity: 1;
    z-index: 2;
  }
}
@media (min-width: 769px) {
  .home_playpark__loop._bottom .loop-in {
    background: url(../images/home/playpark-loop-r.webp) center/200px 1050px repeat-y;
    animation: loopBtoT 15s linear infinite;
  }
}
.home_playpark__content {
  position: relative;
  z-index: 5;
}
.home_playpark__title {
  z-index: 1;
  position: relative;
  padding: 48px 0 14px;
  font-size: 52px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 769px) {
  .home_playpark__title {
    padding: 0;
    font-size: 90px;
    margin-bottom: 20px;
  }
}
.home_playpark__title span {
  display: inline-block;
  position: relative;
}
.home_playpark__title span::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -60px;
  left: -49px;
  width: 106px;
  height: 130px;
  background: url(../images/home/playpark-mud-sp.svg) center/100% no-repeat;
}
@media (min-width: 769px) {
  .home_playpark__title span::before {
    top: -85px;
    left: -80px;
    width: 130px;
    height: 134px;
    background: url(../images/home/playpark-mud-pc.svg) center/100% no-repeat;
  }
}
.home_playpark__text {
  font-size: 16px;
  line-height: 2.125;
  text-align: center;
  padding: 0 5.3333333333vw 50px;
}
@media (min-width: 769px) {
  .home_playpark__text {
    font-size: 15px;
    line-height: 2;
  }
}
.home_playpark__text .link-text {
  text-decoration: underline;
}
.home_playpark__text .link-text.comingsoon {
  text-decoration: none;
  pointer-events: none;
}

.cmn-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 442px;
  height: 80px;
  margin: 0 auto;
  background: #5a4838;
  border-radius: 16px;
  position: relative;
}
.cmn-btn p {
  text-align: center;
  color: #f5f1e8;
  font-size: 16px;
  line-height: 24px;
}

.btn-playpark {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .btn-playpark {
    margin-top: 30px;
  }
}

.btn-evergreen {
  margin-top: 30px;
  background: #239681;
}
@media (min-width: 769px) {
  .btn-evergreen {
    margin-top: 50px;
  }
}

.cmn-insta-block .insta-ttl {
  color: #F5F1E8;
  font-size: 44px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 20px;
}
@media (min-width: 769px) {
  .cmn-insta-block .insta-ttl {
    font-size: 60px;
    padding-bottom: 26px;
  }
}
.cmn-insta-block .insta-wrap {
  position: relative;
}
.cmn-insta-block .insta-wrap::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 96%;
  aspect-ratio: 360/140;
  background: #F5F1E8;
  border-radius: 500px;
}
@media (min-width: 769px) {
  .cmn-insta-block .insta-wrap::before {
    max-width: 690px;
    aspect-ratio: 690/266;
  }
}
.cmn-insta-block .insta-list {
  position: relative;
  width: 77%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px 8px;
  grid-auto-flow: row;
  grid-template-areas: "photo02 photo03 photo01 photo01" "photo04 photo05 photo01 photo01";
}
@media (min-width: 769px) {
  .cmn-insta-block .insta-list {
    max-width: 500px;
    gap: 10px 10px;
  }
  .cmn-insta-block .insta-list a {
    transition: filter 0.4s;
  }
  .cmn-insta-block .insta-list a:hover {
    opacity: 1;
    filter: brightness(1.1);
  }
}
.cmn-insta-block .insta-list li:nth-child(1) {
  grid-area: photo01;
}
.cmn-insta-block .insta-list li:nth-child(2) {
  grid-area: photo02;
}
.cmn-insta-block .insta-list li:nth-child(3) {
  grid-area: photo03;
}
.cmn-insta-block .insta-list li:nth-child(4) {
  grid-area: photo04;
}
.cmn-insta-block .insta-list li:nth-child(5) {
  grid-area: photo05;
}
.cmn-insta-block .insta-list img, .cmn-insta-block .insta-list video {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.cmn-insta-block .account {
  position: relative;
  text-align: center;
  font-size: 4.8vw;
  color: #5A4838;
  padding: 4.2666666667vw 0 5.8666666667vw;
}
@media (min-width: 769px) {
  .cmn-insta-block .account {
    font-size: 16px;
    padding: 30px 0;
  }
}

[data-insta=shop] .insta-ttl {
  color: #5A4838;
}
[data-insta=shop] .insta-wrap::before {
  background: #5A4838;
}
[data-insta=shop] .insta-list {
  grid-template-areas: "photo01 photo01 photo02 photo03" "photo01 photo01 photo04 photo05";
}
[data-insta=shop] .account {
  color: #F5F1E8;
}

.footprints-wrap {
  position: absolute;
  top: -82px;
  right: 5.3333333333vw;
  width: 124px;
  height: 136px;
}
@media (min-width: 769px) {
  .footprints-wrap {
    top: -165px;
    right: auto;
    left: 50%;
    margin-left: 210px;
    width: 179px;
    height: 198px;
  }
}
.footprints-wrap .foot {
  opacity: 0;
  position: absolute;
  display: inline-block;
}
.footprints-wrap .foot:nth-child(1) {
  width: 34px;
  height: 38px;
  left: 0;
  bottom: 0;
}
@media (min-width: 769px) {
  .footprints-wrap .foot:nth-child(1) {
    width: 50px;
    height: 55px;
  }
}
.footprints-wrap .foot:nth-child(2) {
  width: 29px;
  height: 43px;
  bottom: 22px;
  right: 46px;
}
@media (min-width: 769px) {
  .footprints-wrap .foot:nth-child(2) {
    width: 42px;
    height: 62px;
    bottom: 34px;
    right: 62px;
  }
}
.footprints-wrap .foot:nth-child(3) {
  width: 34px;
  height: 38px;
  top: 20px;
  left: 44px;
}
@media (min-width: 769px) {
  .footprints-wrap .foot:nth-child(3) {
    width: 50px;
    height: 55px;
    top: 24px;
    left: 65px;
  }
}
.footprints-wrap .foot:nth-child(4) {
  width: 29px;
  height: 43px;
  top: 0;
  right: 0;
}
@media (min-width: 769px) {
  .footprints-wrap .foot:nth-child(4) {
    width: 42px;
    height: 62px;
  }
}
.footprints-wrap img {
  width: 100%;
}

.footprints-wrap.is-active .foot:nth-child(1) {
  animation: fadeIn 0.6s 0s forwards;
}
.footprints-wrap.is-active .foot:nth-child(2) {
  animation: fadeIn 0.6s 0.6s forwards;
}
.footprints-wrap.is-active .foot:nth-child(3) {
  animation: fadeIn 0.6s 1.2s forwards;
}
.footprints-wrap.is-active .foot:nth-child(4) {
  animation: fadeIn 0.6s 1.8s forwards;
}

.home_shop {
  position: relative;
  z-index: 2;
  background: #F5F1E8;
}
.home_shop__in {
  position: relative;
  padding: 100px 0 70px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .home_shop__in {
    max-width: 1366px;
    margin: 0 auto;
    padding: 150px 9.4% 42px;
  }
}
@media screen and (min-width: 1366px) {
  .home_shop__in {
    overflow: visible;
  }
}
.home_shop__ttl {
  position: absolute;
  left: -1px;
  top: 60px;
  width: 11.4666666667vw;
}
@media (min-width: 769px) {
  .home_shop__ttl {
    width: 7.4%;
    max-width: 101px;
    left: -2px;
  }
}
.home_shop__catch {
  padding: 0 5.3333333333vw 0 21.3333333333vw;
  font-size: 20px;
  line-height: 1.9;
  font-weight: 700;
}
@media (min-width: 769px) {
  .home_shop__catch {
    padding: 0;
    text-align: center;
    font-size: clamp(20px, 2.196193265vw, 30px);
    line-height: 1.66666667;
  }
}
.home_shop__cont {
  margin-bottom: 37px;
}
@media (min-width: 769px) {
  .home_shop__cont {
    display: flex;
    justify-content: space-between;
    margin: 63px auto 70px;
  }
  .home_shop__cont.col_1 {
    justify-content: center;
  }
}
.home_shop__slide {
  margin: 20px 2.6666666667vw 0 11.4666666667vw;
}
@media (min-width: 769px) {
  .home_shop__slide {
    margin: 0;
    width: 49.5%;
  }
}
.home_shop__slide-in {
  position: relative;
}
.home_shop__slide .splide {
  margin-left: 8vw;
}
@media (min-width: 769px) {
  .home_shop__slide .splide {
    width: 73.8%;
    margin-left: 18%;
  }
}
.home_shop__slide .slide-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.home_shop__slide .splide__pagination {
  bottom: 0;
}
.home_shop__slide .splide__pagination li {
  margin: 0 5px;
}
.home_shop__slide .splide__pagination button {
  display: block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50px;
}
.home_shop__slide .splide__pagination button.is-active {
  background: #4B3A2B;
}
.home_shop__slide .splide__arrows {
  height: 14px;
  display: flex;
  align-items: center;
}
.home_shop__slide .splide__arrows img {
  vertical-align: top;
}
.home_shop__slide .splide__arrow {
  height: 14px;
}
.home_shop__slide .splide__arrow--prev {
  margin-right: 40px;
}
.home_shop__slide .splide__arrow--next {
  margin-left: 40px;
  transform: scale(-1, 1);
}
.home_shop__info {
  padding: 25px 5.3333333333vw 0 22.1333333333vw;
}
@media (min-width: 769px) {
  .home_shop__info {
    padding: 0;
    width: 47.4%;
    margin-top: 30px;
  }
}
.home_shop__logo {
  text-align: center;
}
.home_shop__logo figure, .home_shop__logo .logo-link {
  background: #fff;
}
.home_shop__logo .logo-link {
  position: relative;
  display: inline-block;
  width: 100%;
}
.home_shop__logo .logo-link::after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #5A4838 transparent;
}
.home_shop__logo img {
  width: 84%;
}
@media (min-width: 769px) {
  .home_shop__logo img {
    width: 265px;
  }
}
.home_shop__logo figcaption {
  margin-top: 12px;
  font-size: 16px;
}
@media (min-width: 769px) {
  .home_shop__logo figcaption {
    margin-top: 7px;
  }
}
.home_shop__list {
  margin-top: 40px;
}
.home_shop__list dt {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid #4B3A2B;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 13px;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .home_shop__list dt {
    font-size: clamp(14px, 1.1713030747vw, 16px);
  }
}
.home_shop__list dt p:not(.floor) {
  flex: 1;
  line-height: 1;
}
@media (min-width: 769px) {
  .home_shop__list dt p:not(.floor) {
    line-height: 1.4375;
  }
}
.home_shop__list dt span {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 8px;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .home_shop__list dt span {
    font-size: clamp(12px, 1.0248901903vw, 14px);
    margin-bottom: 0;
  }
}
.home_shop__list .floor {
  font-size: 50px;
  margin-right: 9.6vw;
}
@media (min-width: 769px) {
  .home_shop__list .floor {
    font-size: clamp(50px, 4.39238653vw, 60px);
    margin-right: 18px;
  }
}
@media (max-width: 768px) {
  .home_shop__list [data-floor="1f"] {
    align-items: center;
  }
  .home_shop__list [data-floor="2f"] .floor {
    margin-right: 6.9333333333vw;
  }
}
.home_shop__list dd {
  font-size: 16px;
  line-height: 1.75;
}
@media (min-width: 769px) {
  .home_shop__list dd {
    font-size: 14px;
  }
}
.home_shop__list dd + dt {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .home_shop__list dd + dt {
    margin-top: 40px;
  }
}

.home_shop__bottom {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
}
@media (min-width: 769px) {
  .home_shop__bottom {
    padding-top: 90px;
  }
}
.home_shop__bottom::before {
  z-index: -2;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 375/34;
  background: #77A55B;
  transform: rotate(5deg);
  transform-origin: left top;
}
@media (min-width: 769px) {
  .home_shop__bottom::before {
    width: 101%;
    aspect-ratio: 1366/134;
  }
}
.home_shop__bottom::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 375/34;
  background: #5A4838;
  bottom: 0;
  right: 0;
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
}
@media (min-width: 769px) {
  .home_shop__bottom::after {
    width: 101%;
    aspect-ratio: 1366/134;
  }
}
.home_shop__bottom .animation-object {
  z-index: 0;
}

.home_rule {
  position: relative;
  z-index: 2;
  background: #5A4838;
  margin-top: -1px;
}
.home_rule__in {
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 769px) {
  .home_rule__in {
    max-width: 1366px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
.home_rule__ttl {
  position: absolute;
  top: -7px;
  right: 0;
  width: 42px;
  height: 160px;
}
@media (min-width: 769px) {
  .home_rule__ttl {
    top: -55px;
    width: 92px;
    height: 347px;
  }
}

.rule_box {
  padding: 0 5.3333333333vw;
}
@media (min-width: 769px) {
  .rule_box {
    padding: 0;
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
  }
}
.rule_box_ttl {
  padding: 41px 0 61px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #F5F1E8;
  line-height: 1.46153846;
}
@media (min-width: 769px) {
  .rule_box_ttl {
    font-size: 38px;
    padding: 32px 0 46px;
  }
}
.rule_box_in {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 54px 23px 20px;
}
@media (min-width: 769px) {
  .rule_box_in {
    padding: 30px 69px;
  }
}
.rule_box_in::before, .rule_box_in::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #5A4838;
  border-radius: 50px;
  top: 20px;
  left: 20px;
}
@media (min-width: 769px) {
  .rule_box_in::before, .rule_box_in::after {
    width: 20px;
    height: 20px;
    top: 30px;
    left: 30px;
  }
}
.rule_box_in::after {
  left: auto;
  right: 20px;
}
.rule_box_in .head {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  padding-bottom: 26px;
  border-bottom: 2px solid;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .rule_box_in .head {
    padding-bottom: 46px;
    margin: 23px 0 12px;
  }
}
.rule_box_in .body {
  position: relative;
  font-size: 14px;
  line-height: 1.71428571;
  padding-bottom: 36px;
}
@media (min-width: 769px) {
  .rule_box_in .body {
    line-height: 2.14285714;
  }
}
.rule_box_in .body::before, .rule_box_in .body::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #5A4838;
  border-radius: 50px;
  bottom: 0;
  left: -3px;
}
@media (min-width: 769px) {
  .rule_box_in .body::before, .rule_box_in .body::after {
    width: 20px;
    height: 20px;
    left: -39px;
  }
}
.rule_box_in .body::after {
  left: auto;
  right: -3px;
}
@media (min-width: 769px) {
  .rule_box_in .body::after {
    right: -39px;
  }
}
.rule_box_in .body p:not(.no-indent) {
  text-indent: -1em;
  padding-left: 1em;
}
.rule_box_in .body .fwb {
  font-weight: 700;
}
.rule_box_in .body .mds {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  padding-left: 17px;
  margin: 30px 0 15px;
}
.rule_box_in .body .mds::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
  background: #4B3A2B;
  border-radius: 1.5px;
}
.rule_box_in .body .tamokuteki p {
  line-height: 2.14285714;
}

.home_rule__bottom {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
}
@media (min-width: 769px) {
  .home_rule__bottom {
    padding-top: 90px;
  }
}
.home_rule__bottom::after {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 375/34;
  background: #77A55B;
  transform: rotate(-5deg);
  transform-origin: right top;
  bottom: 0;
  right: 0;
}
@media (min-width: 769px) {
  .home_rule__bottom::after {
    width: 100%;
    aspect-ratio: 1366/114;
    content: "";
    transform: skewY(-4.7deg);
    transform-origin: bottom right;
  }
}

.home_access {
  background: #5A4838;
}
@media (max-width: 768px) {
  .home_access {
    position: relative;
    margin-top: -1px;
    z-index: 2;
  }
}
.home_access__in {
  position: relative;
}
.home_access__ttl {
  position: absolute;
  width: 101px;
  height: 579px;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .home_access__ttl {
    display: none;
  }
}
.home_access__map {
  z-index: 1;
}
.home_access__map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .home_access__map iframe {
    aspect-ratio: 375/300;
  }
}
@media (min-width: 769px) {
  .home_access__map iframe {
    height: 576px;
  }
}
.home_access__content {
  text-align: center;
  padding: 53px 43px 60px;
  color: #fff;
}
@media (min-width: 769px) {
  .home_access__content {
    padding: 70px 20px;
  }
}
.home_access__detail .ttl {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.home_access__detail p {
  font-size: 14px;
  line-height: 1.78571429;
}
.home_access__detail p + p {
  margin-top: 15px;
}
@media (min-width: 769px) {
  .home_access__detail p + p {
    margin-top: 8px;
  }
}
.home_access .note {
  font-size: 12px;
  line-height: 1.66666667;
}
.home_access .transportation-wrap {
  margin: 25px 0 23px;
}
@media (min-width: 769px) {
  .home_access .transportation-wrap {
    margin: 40px auto;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .home_access .transportation-wrap .transportation {
    width: 50%;
  }
}
.home_access .transportation-wrap .transportation.train {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .home_access .transportation-wrap .transportation.train {
    padding: 0;
    margin: 0;
    padding-right: 90px;
    display: flex;
    justify-content: flex-end;
  }
}
.home_access .transportation-wrap .transportation.train::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(to right, #413428, #413428 8px, transparent 8px, transparent 12px);
}
@media (min-width: 769px) {
  .home_access .transportation-wrap .transportation.train::after {
    width: 2px;
    height: 100%;
    left: auto;
    right: 0;
    background-image: repeating-linear-gradient(to bottom, #413428, #413428 8px, transparent 8px, transparent 12px);
  }
}
@media (min-width: 769px) {
  .home_access .transportation-wrap .transportation.bus {
    padding-left: 90px;
    display: flex;
    justify-content: flex-start;
  }
}
.home_access .transportation-wrap .icon {
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .home_access .transportation-wrap .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
  }
}
.home_access .transportation-wrap .text1 {
  font-size: 18px;
  line-height: 1.33333333;
  font-weight: 700;
  margin-bottom: 5px;
}
.home_access .transportation-wrap .text2 {
  font-size: 14px;
  line-height: 1.71428571;
}

.home_contact__bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  margin-top: -100vh;
  margin-top: -100lvh;
  z-index: -1;
}
.home_contact__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_contact {
  position: relative;
  padding: 50px 0 135px;
  text-align: center;
}
@media (min-width: 769px) {
  .home_contact {
    padding: 76px 0 168px;
  }
}
.home_contact__ttl {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #5A4838;
}
@media (min-width: 769px) {
  .home_contact__ttl {
    font-size: 80px;
  }
}
.home_contact p {
  font-size: 16px;
}
.home_contact .contact-box {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(50%) translateX(-50%);
}
.home_contact .contact-box a {
  position: relative;
  width: 184px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #4B3A2B;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 700;
  background: url(../images/home/loop-contact-bg.svg) center/100% no-repeat;
}
@media (min-width: 769px) {
  .home_contact .contact-box a {
    width: 220px;
    height: 214px;
  }
}
.home_contact .contact-box a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/home/loop-contact-text.svg) center/100% no-repeat;
  animation: rotate 10s linear infinite;
}

.footer {
  z-index: 1;
  padding: 130px 0 50px;
}
@media (min-width: 769px) {
  .footer {
    padding: 150px 0 60px;
  }
}
/*# sourceMappingURL=map/home.css.map */