:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

html {
  background: #121516;
}

body {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100svh;
}
@media screen and (max-width: 550px) {
  body {
    display: block;
    min-height: auto;
  }
}

main {
  position: relative;
  height: auto;
  overflow: hidden;
  background: #f4f4ef;
  z-index: 0;
}
@media screen and (max-width: 550px) {
  main {
    height: 100%;
  }
}

* {
  color: #121516;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Cinzel", sans-serif;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.1em;
}

a > *,
button > * {
  pointer-events: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

a,
button {
  display: block;
}

span {
  display: inline-block;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

span.attention {
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

span.attention > * {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
span.attention > * > * {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.section-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(1rem, 10px);
}
.section-title::before {
  content: "";
  position: relative;
  width: max(1.65rem, 16.5px);
  height: 1.5px;
  background: #121516;
}
.section-title h2 {
  position: relative;
  font-size: max(1.8rem, 18px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.section-title p {
  -ms-flex-item-align: end;
      align-self: end;
  color: #847344;
  font-family: YakuHanJP, "Cinzel", sans-serif;
  font-size: max(1.4rem, 14px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.screen__bg {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 550px) {
  .screen__bg {
    display: block;
  }
}
.screen__bg img {
  width: 100%;
  height: 100%;
}
.screen__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #121516;
  z-index: 10;
  opacity: 0.7;
}

.header {
  position: relative;
  z-index: 0;
}
.header__bg {
  position: relative;
  z-index: -1;
}
.header__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 21, 22, 0.5);
}
.header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer {
  width: 100%;
  background: #f4f4ef;
}
.footer__wrapper {
  padding-top: max(1.8rem, 18px);
  padding-bottom: max(1.5rem, 15px);
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: max(3rem, 30px);
}
.footer__sns__link {
  width: max(3rem, 30px);
  height: auto;
}
.footer__hp {
  width: 100%;
  margin-top: max(2.4rem, 20px);
}
.footer__hp__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: max(1.5rem, 15px) 5%;
  background: #1C2123;
}
.footer__hp__link span {
  color: #fff;
  font-size: max(1.3rem, 13px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.footer__hp__link svg {
  width: max(1rem, 10px);
  height: auto;
}
.footer__copyright {
  text-align: center;
  margin-top: max(2.7rem, 22px);
}
.footer__copyright p {
  color: #1C2123;
  font-family: YakuHanJP, "Cinzel", sans-serif;
  font-size: max(0.9rem, 9px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

#front {
  position: relative;
}
#front .housing__wrapper {
  padding-top: max(3.3rem, 15px);
}
#front .housing__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: max(1rem, 10px);
  padding-bottom: max(1rem, 10px);
  border-bottom: 1px solid rgba(18, 21, 22, 0.2);
}
#front .housing__link__icon {
  width: max(1.5rem, 15px);
  height: auto;
}
#front .select__wrapper {
  padding-top: max(3.2rem, 30px);
  padding-bottom: max(3.5rem, 30px);
}
#front .select__list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: max(1.7rem, 17px);
}
#front .select__link {
  position: relative;
  z-index: 0;
}
#front .select__link__bg {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 81/17;
  z-index: -1;
  overflow: hidden;
}
#front .select__link__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 21, 22, 0.6);
  z-index: 10;
}
#front .select__link__bg img {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
#front .select__link__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: max(1.5rem, 15px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
#front .select__link__arrow {
  position: absolute;
  right: max(1rem, 10px);
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  display: grid;
  place-items: center;
  width: max(3.5rem, 35px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: max(0.1rem, 1px) solid #fff;
}
#front .select__link__arrow svg {
  width: 30%;
  height: auto;
}
#front .select__link:hover .select__link__bg img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#front .search__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(0.9rem, 6px);
  margin-top: max(2.6rem, 20px);
}
#front .search__item {
  position: relative;
  z-index: 0;
}
#front .search__item__supplement {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  padding: 3px;
  aspect-ratio: 1/1;
  text-align: center;
  -webkit-transform: translate(20%, -50%);
          transform: translate(20%, -50%);
  background: #121516;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
}
#front .search__item__supplement p {
  color: #fff;
  font-size: max(0.9rem, 9px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
#front .search__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  height: auto;
  gap: max(0.5rem, 5px);
  aspect-ratio: 1/1;
  background: #847344;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
}
#front .search__link__icon {
  width: 55%;
  margin: 0 auto;
}
#front .search__link__title {
  color: #fff;
  font-size: max(1.4rem, 12px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}/*# sourceMappingURL=style.css.map */