@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Slab:wght@100..900&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: Noto Sans JP, sans-serif;
  scroll-behavior: smooth;
}
* body.hb-open {
  overflow: hidden;
}
* .hidden {
  display: none;
}
* .wrapper {
  max-width: 1400px;
}
* .hb-screen {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  padding-top: 120px;
  z-index: 5;
  transition: all 0.2s ease;
  background-color: #A19975;
}
* .hb-screen .hb-con-c {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
* .hb-screen .hb-con-c .hb-link {
  text-decoration: none;
  color: #fff;
}
* .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  position: fixed;
  width: 100%;
  z-index: 99;
  color: #fff;
  transition: all 0.2s ease;
}
* .header .hb-menu {
  display: none;
}
* .header.scrolled {
  background-color: rgba(161, 153, 117, 0.8);
}
* .header .logo-c img {
  max-width: 160px;
}
* .header .links {
  display: flex;
  align-items: center;
  gap: 40px;
}
* .header .links a {
  text-decoration: none;
  color: unset;
}
* .hero {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("assets/images/zen-hero-pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}
* .hero .hero-logo-c img {
  max-width: 300px;
}
* .sec {
  padding: 50px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
* .sec .sec-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  flex-direction: column;
}
* .sec .sec-top .leaf {
  max-width: 80px;
}
* .sec .sec-top .img-head {
  max-width: 160px;
}
* .sec .sec-bot {
  display: flex;
  letter-spacing: 0.1em;
  position: relative;
}
* .sec .sec-bot .text-c {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 70%;
}
* .sec .sec-bot .text-c .sec-head {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 40px;
  color: #333;
}
* .sec .sec-bot .text-c .sec-desc {
  font-size: 0.81rem;
  color: #878787;
  line-height: 2;
}
* .sec .sec-bot img {
  box-shadow: 35px 35px 0px 0 rgb(211, 206, 202);
}
* .sec.sec1 {
  padding-bottom: 120px;
  mask: linear-gradient(to bottom, black 0%, black 80%, transparent 100%);
  -webkit-mask: linear-gradient(to bottom, black 0%, black 80%, transparent 100%);
}
* .sec.sec1 .blob {
  position: absolute;
  background-color: gray;
  width: 250px;
  height: 250px;
  border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;
  bottom: -72px;
  opacity: 20%;
  left: -35px;
}
* .sec.sec1 .sec-bot .text-c {
  padding-right: 64px;
}
* .sec.sec2 {
  padding-top: 0;
  position: relative;
  top: -50px;
}
* .sec.sec2 .blob {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background-color: gray;
  right: 36px;
  top: 53px;
  box-shadow: -12px 16px 0px 0 rgb(211, 206, 202);
  opacity: 25%;
}
* .sec.sec2 .sec-top .img-head {
  max-width: 136px;
}
* .sec.sec2 .sec-bot img {
  margin-right: 84px;
}
* .access {
  display: flex;
  justify-content: center;
  padding: 50px 50px 30px 50px;
}
* .access .wrapper {
  width: 100%;
}
* .access .top {
  display: flex;
  margin-bottom: 30px;
  gap: 10px;
  align-items: center;
}
* .access .top img {
  max-width: 136px;
  position: relative;
  top: -6px;
}
* .access .top .access-head {
  font-weight: 500;
  font-size: 1.4rem;
  color: #333;
}
* .access .gm-c {
  display: flex;
  justify-content: center;
}
* .access .gm-c iframe {
  width: 100%;
  flex-shrink: 0;
}
* .access .gm-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
* .access .gm-btn a {
  text-decoration: none;
  color: unset;
  font-size: 1.1rem;
}
* .info {
  display: flex;
  justify-content: center;
  padding: 20px 50px 70px 50px;
}
* .info .wrapper {
  width: 100%;
}
* .info .info-txt-c {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
* .info .info-txt-c .info-head {
  font-weight: 400;
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
* .info .info-txt-c .info-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  align-items: start;
}
* .cta {
  background-image: url("assets/images/cta-back.png");
}
* .cta .cta-btn-c {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  gap: 20px;
}
* .cta .cta-btn-c .cta-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 30px;
  width: 350px;
  gap: 16px;
}
* .cta .cta-btn-c .cta-btn .cta-btn-head {
  font-size: 1.25rem;
}
* .cta .cta-btn-c .cta-btn a {
  color: unset;
}
* .cta-float {
  display: none;
}
* .footer {
  background-color: #A19975;
  padding: 50px;
}
* .footer .ftop {
  display: flex;
  justify-content: center;
}
* .footer .ftop .left {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  font-size: 0.75rem;
  color: #333;
}
* .footer .ftop .left img {
  max-width: 200px;
  margin-bottom: 18px;
}
* .footer .ftop .left .foot-row {
  display: grid;
  grid-template-columns: 78px 1fr;
}
* .footer .ftop .right {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: #fff;
}
* .footer .ftop .right .foot-ico {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
* .footer .ftop .right .foot-ico .foot-ico-c {
  display: flex;
  gap: 10px;
}
* .footer .ftop .right .foot-ico .ico-c .insta {
  width: 40px;
}
* .footer .ftop .right .foot-ico .ico-c .tiktok {
  width: 28px;
  position: relative;
  top: 6px;
}
* .footer .ftop .right .foot-ico .ico-head {
  margin-bottom: 10px;
  color: #333;
  font-size: 0.75rem;
}
* .footer .ftop .right .foot-ico .links {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
* .footer .ftop .right .foot-ico .links a {
  text-decoration: none;
  color: unset;
}
* .footer .ftop .right .ico-btn-c {
  margin-top: 16px;
}
* .footer .ftop .right .ico-btn-c a {
  background-color: #5F5A4B;
  border: 1px solid #5F5A4B;
  color: unset;
  text-decoration: none;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 0.81rem;
  gap: 6px;
}
* .footer .ftop .right .ico-btn-c a img {
  width: 20px;
}
* .footer .fbot {
  margin-top: 40px;
  font-size: 0.81rem;
  color: #fff;
}

@media screen and (max-width: 850px) {
  .header .links {
    display: none !important;
  }
  .header .hb-menu {
    display: flex !important;
  }
  .header .hb-menu .sticks {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background: none;
  }
  .header .hb-menu .sticks .st {
    width: 34px;
    background-color: #fff;
    height: 4px;
    border-radius: 10px;
    transition: 0.2s ease-in-out;
  }
  .header .hb-menu .sticks.active .st:nth-child(1) {
    position: relative;
    top: 10px;
    transform: rotate(45deg);
    transition: 0.1s ease-in-out;
  }
  .header .hb-menu .sticks.active .st:nth-child(3) {
    position: relative;
    bottom: 14px;
    transform: rotate(-45deg);
    transition: 0.1s ease-in-out;
  }
  .header .hb-menu .sticks.active .st:nth-child(2) {
    opacity: 0;
  }
  .hero {
    background-image: url("assets/images/zen-hero-sm.png") !important;
  }
  .access .top {
    flex-direction: column;
  }
  .cta .cta-btn-c {
    flex-direction: column;
  }
  .sec {
    text-align: center;
  }
  .sec .sec-bot {
    flex-direction: column;
    align-items: center;
  }
  .sec .sec-bot img {
    max-width: 400px;
  }
  .sec .sec-bot .text-c {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: unset;
    padding: 0 !important;
    margin-bottom: 40px;
  }
  .sec .sec-bot .text-c .sec-head {
    white-space: nowrap;
  }
  .sec.sec2 .sec-bot img {
    margin-right: 0 !important;
    order: 2;
    width: 348px;
  }
  .sec.sec2 .sec-bot .text-c {
    order: 1;
  }
  .cta-float {
    display: flex !important;
    position: fixed;
    bottom: 0;
    padding: 10px;
    gap: 30px;
    width: 100%;
    justify-content: center;
    background-color: #5F5A4C;
  }
  .cta-float .float-btn {
    border-radius: 10px;
    padding: 5px;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .cta-float .float-btn:nth-child(1) img {
    position: relative;
    top: 2px;
  }
  .cta-float .float-btn img {
    width: 24px;
  }
  .footer {
    padding-bottom: 100px;
  }
  .footer .ftop {
    flex-direction: column;
    align-items: center;
  }
  .footer .ftop .right {
    order: 1;
    align-items: center;
    margin-bottom: 40px;
  }
  .footer .ftop .right .foot-ico {
    flex-direction: column;
    align-items: center;
  }
  .footer .ftop .right .foot-ico .links {
    flex-direction: column;
    align-items: center;
  }
  .footer .ftop .left {
    order: 2;
    align-items: center;
    text-align: center;
  }
  .footer .fbot {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 380px) {
  .access {
    padding: 50px 20px 30px 20px;
  }
  .info {
    padding: 20px 20px 70px 20px;
  }
}

/*# sourceMappingURL=styles.css.map */
