@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, summary {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.pc {
  display: initial !important;
}

.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: initial !important;
  }
}
:root {
  --primary: #F08200;
  --accent: #58B531;
  --accent-pale: #B9DA98;
  --bg: #F5F3EA;
  --white: #fff;
}

@-webkit-keyframes light1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes light1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes boundIn {
  0% {
    transform: scale(0) translateY(30px);
  }
  50% {
    transform: scale(1.1) translateY(10px);
  }
  70% {
    transform: scale(0.9) translateY(0px);
  }
  90% {
    transform: scale(1.05) translateY(0px);
  }
  100% {
    transform: scale(1) translateY(0px);
  }
}
@keyframes boundIn {
  0% {
    transform: scale(0) translateY(30px);
  }
  50% {
    transform: scale(1.1) translateY(10px);
  }
  70% {
    transform: scale(0.9) translateY(0px);
  }
  90% {
    transform: scale(1.05) translateY(0px);
  }
  100% {
    transform: scale(1) translateY(0px);
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    bottom: -200px;
  }
  100% {
    opacity: 1;
    bottom: -150px;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    bottom: -200px;
  }
  100% {
    opacity: 1;
    bottom: -150px;
  }
}
@-webkit-keyframes fall {
  0% {
    transform: translateY(0) rotate(0deg) translateX(0vw);
    opacity: 1;
  }
  50% {
    transform: translateY(50vh) rotate(-180deg) translateX(5vw) skew(30deg);
    opacity: 0.7;
  }
  100% {
    transform: translateY(100vh) rotate(-360deg) translateX(0vw);
    opacity: 0;
  }
}
@keyframes fall {
  0% {
    transform: translateY(0) rotate(0deg) translateX(0vw);
    opacity: 1;
  }
  50% {
    transform: translateY(50vh) rotate(-180deg) translateX(5vw) skew(30deg);
    opacity: 0.7;
  }
  100% {
    transform: translateY(100vh) rotate(-360deg) translateX(0vw);
    opacity: 0;
  }
}
@-webkit-keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
h1.site-title {
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -100px;
  left: -100px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.parts-heading {
  font-size: clamp(1.25rem, 0.6785714286rem + 1.4285714286vw, 1.75rem);
  line-height: 1.4;
}

.section-copy {
  font-size: clamp(1.25rem, 0.3928571429rem + 2.1428571429vw, 2rem);
  line-height: 1.8;
  padding-bottom: 0.125em;
  border-bottom: 2px dashed var(--primary);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.section-copy.mi-auto {
  margin-inline: auto;
}

.text-l {
  font-size: clamp(1rem, 0.7142857143rem + 0.7142857143vw, 1.25rem);
  line-height: 2;
}

.lead {
  font-size: clamp(0.875rem, 0.5892857143rem + 0.7142857143vw, 1.125rem);
  line-height: 2.4;
}

.text {
  font-size: clamp(0.875rem, 0.7321428571rem + 0.3571428571vw, 1rem);
  line-height: 1.8;
}

.note {
  font-size: clamp(0.75rem, 0.6071428571rem + 0.3571428571vw, 0.875rem);
  line-height: 1.5;
}

.text-s {
  font-size: clamp(0.625rem, 0.4821428571rem + 0.3571428571vw, 0.75rem);
  line-height: 1.2;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.marker {
  background: linear-gradient(to top, var(--marker) 50%, transparent 50%);
}

.accent-color {
  color: var(--accent);
}

.underline {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.kome {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.kome::before {
  content: "※";
}

.header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.header .inner {
  width: 92%;
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
}

.site-logo {
  width: 200px;
}
@media (max-width: 767px) {
  .site-logo {
    width: 150px;
  }
}

.gnav {
  margin-left: auto;
}
.gnav > ul {
  display: flex;
  gap: 20px;
}
.gnav > ul > li a {
  color: var(--primary);
  font-size: clamp(0.875rem, 0.5892857143rem + 0.7142857143vw, 1.125rem);
  font-weight: 700;
  cursor: pointer;
}
.gnav > ul > li a:hover {
  color: var(--accent);
}

.footer {
  position: relative;
  background: var(--primary);
  color: #fff;
  padding: clamp(56px, 6.6666666667vw, 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.list-normal > li {
  position: relative;
  padding-left: 1em;
}
.list-normal > li::before {
  content: "";
  width: 1em;
  height: 1lh;
  background: radial-gradient(var(--text) 0.2em, transparent 0.2em) no-repeat center/1em 1em;
  position: absolute;
  inset: 0;
}

.list-counter {
  counter-reset: list-counter;
}
.list-counter > li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 1em;
}
.list-counter > li::before {
  content: counter(list-counter) ". ";
  position: absolute;
  inset: 0;
}

.link-text {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.link-text-outside {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 0.25em;
  padding-right: 1.25em;
  position: relative;
  display: inline-block;
}
.link-text-outside::after {
  content: "";
  width: 1em;
  height: 1lh;
  background: url(../images/outside-link.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
}

.btn {
  border-radius: 8px;
  padding: 1em 2em;
  display: grid;
  place-items: center;
  line-height: 1;
}
.btn.btn-primary {
  background: var(--primary);
  border: 2px solid var(--primary);
  color: #fff;
  font-size: clamp(0.875rem, 0.7321428571rem + 0.3571428571vw, 1rem);
}
.btn.btn-primary:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
}
.btn.btn-negative {
  background: var(--negative);
  border: 2px solid var(--negative);
  color: var(--primary);
  font-size: clamp(0.875rem, 0.7321428571rem + 0.3571428571vw, 1rem);
}
.btn.btn-negative:hover {
  background: var(--negative-hover);
  border-color: var(--negative-hover);
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.sec {
  container-type: inline-size;
  overflow-x: clip;
}
.sec .container {
  height: 100dvh;
  position: relative;
  z-index: 1;
}

.fullwide {
  margin-inline: calc(50% - 50cqi);
  width: 100cqi;
}

.left-content {
  margin-left: calc(50% - 50cqi);
}

.right-content {
  margin-right: calc(50% - 50cqi);
}

.w960 {
  width: min(960px, 100%);
  margin-inline: auto;
}

.w800 {
  width: min(800px, 100%);
  margin-inline: auto;
}

.w640 {
  width: min(640px, 100%);
  margin-inline: auto;
}

.grid {
  display: grid;
}
.grid.grid21 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .grid.grid21 {
    grid-template-columns: 1fr;
  }
}
.grid.grid31 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .grid.grid31 {
    grid-template-columns: 1fr;
  }
}
.grid.grid41 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .grid.grid41 {
    grid-template-columns: 1fr;
  }
}
.grid.grid42 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .grid.grid42 {
    grid-template-columns: 1fr 1fr;
  }
}
.grid.grid12fr {
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 767px) {
  .grid.grid12fr {
    grid-template-columns: 1fr;
  }
}
.grid.grid13fr {
  grid-template-columns: 1fr 3fr;
}
@media (max-width: 767px) {
  .grid.grid13fr {
    grid-template-columns: 1fr;
  }
}
.grid.grid21fr {
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 767px) {
  .grid.grid21fr {
    grid-template-columns: 1fr;
  }
}
.grid.grid31fr {
  grid-template-columns: 3fr 1fr;
}
@media (max-width: 767px) {
  .grid.grid31fr {
    grid-template-columns: 1fr;
  }
}

.flex {
  display: flex;
}

.flex-sp-block {
  display: flex;
}
@media (max-width: 767px) {
  .flex-sp-block {
    flex-direction: column;
  }
}

.flex-block {
  display: flex;
  flex-direction: column;
}

.jc-center {
  justify-content: center;
}

.al-center {
  align-items: center;
}

.flex1 {
  flex: 1;
}

.gap48 {
  gap: clamp(16px, 4vw, 48px);
}

.gap32 {
  gap: clamp(16px, 2.6666666667vw, 32px);
}

.gap24 {
  gap: clamp(16px, 2vw, 24px);
}

.gap16 {
  gap: clamp(8px, 1.3333333333vw, 16px);
}

.gap8 {
  gap: 8px;
}

.mt96 {
  margin-top: clamp(64px, 8vw, 96px);
}

.mt80 {
  margin-top: clamp(56px, 6.6666666667vw, 80px);
}

.mt64 {
  margin-top: clamp(40px, 5.3333333333vw, 64px);
}

.mt48 {
  margin-top: clamp(36px, 4vw, 48px);
}

.mt40 {
  margin-top: clamp(32px, 3.3333333333vw, 40px);
}

.mt32 {
  margin-top: clamp(24px, 2.6666666667vw, 32px);
}

.mt24 {
  margin-top: clamp(16px, 2vw, 24px);
}

.mt16 {
  margin-top: clamp(12px, 1.3333333333vw, 16px);
}

.mt8 {
  margin-top: 8px;
}

.mt4 {
  margin-top: 4px;
}

.tab-primary {
  display: flex;
  justify-content: center;
  gap: 8px;
  border-bottom: 1px solid var(--text);
}
.tab-primary > li {
  flex: 1 1 auto;
  cursor: pointer;
}

.tab-primary-content > li {
  display: none;
}
.tab-primary-content > li.is-active {
  display: initial;
}

.js-accordion {
  cursor: pointer;
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-out;
}
.accordion-content.open {
  grid-template-rows: 1fr;
}
.accordion-content > div {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}
html.lock {
  overflow: hidden;
}

body {
  background: var(--bg);
  font-feature-settings: "palt";
  font-size: clamp(0.875rem, 0.7321428571rem + 0.3571428571vw, 1rem);
  letter-spacing: 0.05em;
  line-height: 1.15;
  font-optical-sizing: auto;
  color: var(--primary);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: normal;
  overflow-x: clip;
  font-weight: 700;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

.circle {
  display: block;
  width: 320px;
  aspect-ratio: 1;
  background: #fff;
  opacity: 0.7;
  border-radius: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.confetti-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}

.fv {
  height: 400vh;
  position: relative;
}
@media (max-width: 767px) {
  .fv {
    height: 200vh;
  }
}
.fv .container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.light1 {
  width: 40px;
  aspect-ratio: 1;
  -webkit-mask: url(../images/light1.svg) no-repeat center/contain;
          mask: url(../images/light1.svg) no-repeat center/contain;
  background: var(--primary);
  position: fixed;
  -webkit-animation: light1 1s linear infinite;
          animation: light1 1s linear infinite;
  z-index: -1;
}
.light1:nth-child(1) {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}
.light1:nth-child(2) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
.light1:nth-child(3) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.light1:nth-child(4) {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}
.light1:nth-child(5) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.light1:nth-child(6) {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
.light1:nth-child(7) {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.light1:nth-child(8) {
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms;
}
.light1:nth-child(9) {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
.light1:nth-child(10) {
  -webkit-animation-delay: 2700ms;
          animation-delay: 2700ms;
}
.light1:nth-child(11) {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
.light1:nth-child(12) {
  -webkit-animation-delay: 3300ms;
          animation-delay: 3300ms;
}
.light1:nth-child(13) {
  -webkit-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
.light1:nth-child(14) {
  -webkit-animation-delay: 3900ms;
          animation-delay: 3900ms;
}
.light1:nth-child(15) {
  -webkit-animation-delay: 4200ms;
          animation-delay: 4200ms;
}
.light1:nth-child(16) {
  -webkit-animation-delay: 4500ms;
          animation-delay: 4500ms;
}
.light1:nth-child(17) {
  -webkit-animation-delay: 4800ms;
          animation-delay: 4800ms;
}
.light1:nth-child(18) {
  -webkit-animation-delay: 5100ms;
          animation-delay: 5100ms;
}
.light1:nth-child(19) {
  -webkit-animation-delay: 5400ms;
          animation-delay: 5400ms;
}
.light1:nth-child(20) {
  -webkit-animation-delay: 5700ms;
          animation-delay: 5700ms;
}

.kami1 {
  width: 8px;
  height: 11px;
  position: absolute;
  z-index: 1;
}

.sec.purpose {
  height: 400vh;
  position: relative;
}
@media (max-width: 767px) {
  .sec.purpose {
    height: 200vh;
  }
}
.sec.purpose .container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec.message {
  padding: clamp(40px, 6.6666666667vw, 80px) 0;
  min-height: 100vh;
  position: relative;
  padding-top: 100vh;
}
.sec.message .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.message-photo {
  border-radius: 16px;
  overflow: hidden;
}

.logo-anniversary {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.logo-anniversary > img {
  width: 280px;
}
@media (max-width: 767px) {
  .logo-anniversary > img {
    width: 200px;
  }
}

.rinen-text {
  font-size: clamp(1.25rem, 0.1071428571rem + 2.8571428571vw, 2.25rem);
  width: 300px;
}
@media (max-width: 767px) {
  .rinen-text {
    width: 240px;
  }
}
.rinen-text img {
  width: 100%;
}

.illust-wrap {
  position: absolute;
  margin-bottom: 50px;
  width: min(960px, 100%);
  height: max(480px, 50%);
}
@media (max-width: 767px) {
  .illust-wrap {
    height: 70%;
    overflow: hidden;
    margin-bottom: 15%;
  }
}
.illust-wrap .illust-wrap-inner {
  width: 100%;
  height: 100%;
}
.illust-wrap .illust-wrap-inner > img {
  position: absolute;
  transform: scale(0) translateY(30px);
  -webkit-animation: boundIn 0.5s linear forwards;
          animation: boundIn 0.5s linear forwards;
}
.illust-wrap .illust-wrap-inner > img:nth-child(1) {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}
.illust-wrap .illust-wrap-inner > img:nth-child(2) {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}
.illust-wrap .illust-wrap-inner > img:nth-child(3) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.illust-wrap .illust-wrap-inner > img:nth-child(4) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
.illust-wrap .illust-wrap-inner .bag {
  width: 140px;
  top: -5%;
  left: 10%;
}
@media (max-width: 767px) {
  .illust-wrap .illust-wrap-inner .bag {
    width: 100px;
    top: 5%;
    left: 4%;
  }
}
.illust-wrap .illust-wrap-inner .laundry {
  width: 110px;
  top: -20%;
  right: 30%;
}
@media (max-width: 767px) {
  .illust-wrap .illust-wrap-inner .laundry {
    width: 80px;
    top: 1%;
    right: 25%;
  }
}
.illust-wrap .illust-wrap-inner .locker {
  width: 145px;
  top: 8%;
  right: 8%;
}
@media (max-width: 767px) {
  .illust-wrap .illust-wrap-inner .locker {
    width: 80px;
    top: 8%;
    right: -2%;
  }
}
.illust-wrap .illust-wrap-inner .coat {
  width: 260px;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .illust-wrap .illust-wrap-inner .coat {
    width: 130px;
    bottom: 20%;
    left: -10%;
  }
}
.illust-wrap .illust-wrap-inner .shoes {
  width: 240px;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .illust-wrap .illust-wrap-inner .shoes {
    width: 130px;
    bottom: 18%;
    right: -10%;
  }
}

.fv-lead {
  line-height: 1.5;
}

.service-logo {
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  gap: 40px;
  background: #fff;
  padding: 24px;
  opacity: 0;
  -webkit-animation: fadeUp 1s 1s ease-out forwards;
          animation: fadeUp 1s 1s ease-out forwards;
  z-index: 1;
}
.service-logo img {
  height: 40px;
}
@media (max-width: 767px) {
  .service-logo img {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .service-logo {
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    place-items: center;
  }
}

.town-illust-wrap {
  width: 100%;
  height: 120px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.town-illust-wrap .inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2008px;
  display: flex;
}
.town-illust-wrap .inner img {
  width: 1004px;
}

.purpose-illust, .purpose-illust-shoes-repair {
  width: max(240px, 30%);
  position: absolute;
  bottom: 8vh;
  left: 10vw;
}

.purpose-illust-shoes-repair {
  left: initial;
  right: 10vw;
}
@media (max-width: 767px) {
  .purpose-illust-shoes-repair {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 5vh;
  }
}

.purpose-text {
  position: relative;
}

.purpose-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.purpose-img .service {
  position: absolute;
  z-index: -1;
  -webkit-animation: floating 3s ease-in-out infinite;
          animation: floating 3s ease-in-out infinite;
}
.purpose-img .service:nth-child(1) {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}
.purpose-img .service:nth-child(2) {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.purpose-img .service:nth-child(3) {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.purpose-img .service:nth-child(4) {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
.purpose-img .service:nth-child(5) {
  -webkit-animation-delay: 4000ms;
          animation-delay: 4000ms;
}
.purpose-img .purpose-shoes {
  width: clamp(200px, 26.6666666667vw, 320px);
  top: -50%;
  left: -20vw;
}
@media (max-width: 767px) {
  .purpose-img .purpose-shoes {
    top: initial;
    bottom: -32vh;
    left: -15%;
  }
}
.purpose-img .purpose-machine {
  width: clamp(160px, 20vw, 240px);
  top: 45%;
  left: -22vw;
}
@media (max-width: 767px) {
  .purpose-img .purpose-machine {
    top: initial;
    bottom: -50vh;
    left: 50%;
  }
}
.purpose-img .purpose-sewing {
  width: clamp(280px, 33.3333333333vw, 400px);
  bottom: -50%;
  right: -25vw;
}
@media (max-width: 767px) {
  .purpose-img .purpose-sewing {
    width: 280px;
    bottom: -120vh;
    right: -70px;
  }
}
.purpose-img .purpose-storage {
  width: clamp(120px, 20.8333333333vw, 250px);
  top: -50%;
  right: -17vw;
}
@media (max-width: 767px) {
  .purpose-img .purpose-storage {
    width: 120px;
    top: -100px;
    right: -30px;
  }
}
.purpose-img .purpose-laundry {
  width: clamp(180px, 18.3333333333vw, 220px);
  bottom: -50%;
  left: -10vw;
}
@media (max-width: 767px) {
  .purpose-img .purpose-laundry {
    width: 180px;
    bottom: -80vh;
    left: -30px;
  }
}

.message-wrap {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: clamp(40px, 6.6666666667vw, 80px);
}
@media (max-width: 767px) {
  .message-wrap {
    grid-template-columns: 1fr;
    width: 88%;
    margin-inline: auto;
  }
}
.message-wrap .photo {
  position: relative;
}
@media (max-width: 767px) {
  .message-wrap .photo {
    height: 100%;
    width: 70%;
    margin-inline: auto;
  }
}
.message-wrap .photo .inner {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 767px) {
  .message-wrap .photo .inner {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
}

.comming-soon {
  background: var(--white);
  border: 2px solid var(--primary);
  padding: 1em 0.25em;
  width: min(640px, 88%);
  border-radius: 16px;
  margin-inline: auto;
}
.comming-soon .lead {
  line-height: 1.5;
}

.f-service-logo {
  margin-inline: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  gap: 40px;
  background: #fff;
  padding: 24px;
  z-index: 1;
}
.f-service-logo img {
  height: 40px;
}
@media (max-width: 767px) {
  .f-service-logo img {
    height: 26px;
  }
}
@media (max-width: 767px) {
  .f-service-logo {
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    place-items: center;
  }
}
/*# sourceMappingURL=style.css.map */