@charset "UTF-8";
/*;
* Copyright(c) 2008- All Rights Reserved
* Tecto co.,ltd.
* http://www.tec-tec.co.jp/
*/
/* Scss Document */
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/font/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/font/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/font/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/font/NotoSerifJP-Regular.ttf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/font/NotoSerifJP-Medium.ttf") format("opentype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/bunjo/font/NotoSerifJP-Bold.ttf") format("opentype");
}
:root {
  --c-white01: #ffffff;
  --c-black01: #000000;
  --c-black02: #050505;
  --c-brown01: #827869;
  --c-brown02: #d0c0a8;
  --c-brown03: #504b41;
  --c-brown04: #f0eeeb;
  --c-blue01: #82c3cd;
  --tran-all-a: all .25s ease-out 0s;
  --container: 1150px;
  --container-big: 1295px;
  --padding-side: 20px;
  --section-title-height: 24.4px;
  --section-title-height-high: calc(24.4px + 0.17em);
  --bunjo-header-height: 69px;
  --bottom-menu-height: 69px;
}
@media screen and (max-width: 767px) {
  :root {
    --padding-side: 30px;
    --section-title-height: 17.5px;
    --section-title-height-high: calc(17.5px + 0.125em);
  }
}

html,
body {
  color: var(--c-brown01);
  font-size: 16px;
}

h1 {
  margin: 0;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  letter-spacing: 0;
}

h4 {
  margin: 0;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  letter-spacing: 0;
}

h5 {
  margin: 0;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  letter-spacing: 0;
}

h6 {
  margin: 0;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  letter-spacing: 0;
}

* {
  line-height: 1.75;
  box-sizing: border-box;
}

.wrapper {
  width: 100%;
}

a {
  color: var(--c-brown01);
  text-decoration: none;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  letter-spacing: 0;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}

p {
  margin: 0;
  color: var(--c-brown01);
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  letter-spacing: 0;
}

ul,
ol,
dl {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  letter-spacing: 0;
}

li {
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  letter-spacing: 0;
}

th,
td {
  color: var(--c-brown01);
  font-family: YakuHanMPs, "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  letter-spacing: 0;
}

main {
  display: block;
}

button {
  border: none;
  background: none;
  padding: 0;
}
button:focus {
  outline: none;
}

section {
  padding: 0;
  position: relative;
  width: auto;
}

picture {
  display: block;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.tel-link {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .tel-link {
    pointer-events: auto;
  }
}

.page-anchor {
  display: block;
  width: 0;
  height: 0;
  color: transparent;
  background: none;
  opacity: 0;
  position: absolute;
  z-index: -1;
  visibility: hidden;
  top: calc(0px - (var(--bottom-menu-height)));
}
@media screen and (max-width: 767px) {
  .page-anchor {
    top: 0;
  }
}

.body-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.first-section {
  margin-top: calc(var(--bunjo-header-height) + var(--bottom-menu-height));
}
@media screen and (max-width: 991px) {
  .first-section {
    margin-top: 0;
    transition: all 0.15s ease-out 0s;
  }
}

.bottom-menu__area {
  position: fixed;
  top: var(--bunjo-header-height);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding-inline: var(--padding-side);
  z-index: 100;
  min-height: 69px;
}
@media screen and (max-width: 991px) {
  .bottom-menu__area {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s ease-out, visibility 0s linear 0.15s;
    padding-inline: 15px;
  }
  .bottom-menu__area.is-show {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.15s ease-out, visibility 0s;
  }
}

.bottom-menu__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-inline: auto;
  width: 100%;
  max-width: 1222px;
  padding-block: 10px;
  padding-right: 4.8611111111vw;
}
@media screen and (max-width: 991px) {
  .bottom-menu__wrap {
    padding-block: 1px;
    padding-right: 0;
  }
}

.bottom-menu-logo__img-wrap {
  width: 100%;
  max-width: 144.3445px;
}

.bottom-menu__list {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  width: 100%;
  max-width: 884px;
}
@media screen and (max-width: 991px) {
  .bottom-menu__list {
    flex-wrap: wrap;
    gap: 0;
    position: relative;
  }
  .bottom-menu__list::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--c-brown03);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 991px) {
  .bottom-menu__item {
    min-height: 37.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .bottom-menu__item::before {
    content: "";
    width: 1px;
    height: 70%;
    background-color: var(--c-brown03);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
  }
}

/* --- 1段目：4つ (100% ÷ 4 = 25%) --- */
@media screen and (max-width: 991px) {
  .bottom-menu__item:nth-child(1),
  .bottom-menu__item:nth-child(2),
  .bottom-menu__item:nth-child(3),
  .bottom-menu__item:nth-child(4) {
    width: 25%;
  }
}

/* --- 2段目：5つ (100% ÷ 5 = 20%) --- */
@media screen and (max-width: 991px) {
  .bottom-menu__item:nth-child(5),
  .bottom-menu__item:nth-child(6),
  .bottom-menu__item:nth-child(7),
  .bottom-menu__item:nth-child(8),
  .bottom-menu__item:nth-child(9) {
    width: 20%;
  }
}

@media screen and (max-width: 991px) {
  .bottom-menu__item:nth-child(4)::before,
  .bottom-menu__item:nth-child(9)::before {
    display: none;
  }
}

.bottom-menu__link {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  transition: all 0.15s ease-out 0s;
  color: var(--c-black01);
}
.bottom-menu__link:hover {
  color: var(--c-blue01);
}
@media screen and (max-width: 991px) {
  .bottom-menu__link {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .bottom-menu__link {
    font-size: 10.5px;
    line-height: 1.2;
  }
}

.footer-menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-top: 50px;
  margin-inline: auto;
  width: 100%;
  max-width: 1060px;
}
@media screen and (max-width: 991px) {
  .footer-menu__list {
    display: none;
  }
}

.footer-menu__link {
  font-size: 0.8125rem;
  transition: all 0.15s ease-out 0s;
  color: var(--c-black01);
}

@media (any-hover: hover) {
  .footer-menu__link:hover {
    color: var(--c-blue01);
  }
}
.about .bottom-menu__link--about {
  color: var(--c-blue01);
}

.landscape .bottom-menu__link--landscape {
  color: var(--c-blue01);
}

.modelhouse .bottom-menu__link--modelhouse {
  color: var(--c-blue01);
}

.equipment .bottom-menu__link--equipment {
  color: var(--c-blue01);
}

.life .bottom-menu__link--life {
  color: var(--c-blue01);
}

.location .bottom-menu__link--location {
  color: var(--c-blue01);
}

.visible-xxs {
  display: none;
}
@media screen and (max-width: 575px) {
  .visible-xxs {
    display: block;
  }
}

.bottom-form__area {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 900px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease-out, visibility 0s linear 0.15s;
}
@media screen and (max-width: 991px) {
  .bottom-form__area {
    max-width: 100%;
  }
}
.bottom-form__area.is-show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s ease-out, visibility 0s;
}

.bottom-form__list {
  display: flex;
}

.bottom-form__item {
  width: 50%;
  min-height: 70px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .bottom-form__item {
    min-height: 50px;
  }
}

.bottom-form-tel__item {
  background-color: #526b7d;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-form-tel__item .bottom-form__img-wrap {
  max-width: 40px;
}
@media screen and (min-width: 768px) {
  .bottom-form-tel__item {
    display: none;
  }
}

.bottom-form-request__item {
  background-color: var(--c-brown01);
}
@media screen and (max-width: 767px) {
  .bottom-form-request__item {
    width: 37.5%;
  }
}

.bottom-form-reservation__item {
  background-color: var(--c-brown01);
}
@media screen and (max-width: 767px) {
  .bottom-form-reservation__item {
    width: 37.5%;
  }
}
.bottom-form-reservation__item a {
  border-left: solid 1px var(--c-white01);
}

.bottom-form-entry__item {
  background-color: var(--c-blue01);
  border-radius: 30px 0 0 0;
}
@media screen and (max-width: 991px) {
  .bottom-form-entry__item {
    border-radius: 0;
  }
}
.bottom-form-entry__item a {
  color: var(--c-brown03);
}
@media screen and (max-width: 767px) {
  .bottom-form-entry__item a {
    text-align: center;
    line-height: 1.2;
  }
}
.bottom-form-entry__item .bottom-form__link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--c-brown03);
  transition: opacity 0.15s ease-out 0s;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .bottom-form-entry__item .bottom-form__link {
    font-size: 0.875rem;
  }
}
.bottom-form-entry__item .bottom-form__link:hover {
  color: var(--c-brown03);
  opacity: 0.8;
}

.bottom-form__link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--c-white01);
  transition: opacity 0.15s ease-out 0s;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .bottom-form__link {
    font-size: 0.875rem;
  }
}
.bottom-form__link:hover {
  color: var(--c-white01);
  opacity: 0.8;
}

.bottom-form__img-wrap {
  max-width: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bottom-form__img-wrap {
    max-width: 18.5px;
  }
}

.other-contents__area {
  margin-top: 144px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .other-contents__area {
    padding-inline: 30px;
    margin-top: 100px;
  }
}

.other-contents__title-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .other-contents__title-wrap {
    width: 57.6vw;
  }
}

.other-contents__title > img {
  width: auto;
}

.other-contents__title-text {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .other-contents__title-text {
    font-size: 0.875rem;
  }
}

.other-contents__list {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .other-contents__list {
    gap: 15px;
  }
}

.other-contents__item {
  width: calc((100% - 60px) / 3);
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .other-contents__item {
    width: 100%;
  }
}
.other-contents__item::after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 22px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: var(--c-white01);
  border-radius: 50%;
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .other-contents__item::after {
    width: 12px;
    height: 12px;
    right: 20px;
    bottom: 12px;
  }
}
.other-contents__item:hover {
  background-color: color-mix(in srgb, var(--c-white01), #000 15%);
  color: var(--c-brown01);
}
.other-contents__item:hover::after {
  transform: translateY(-50%) scale(0.7);
}

@media screen and (max-width: 767px) {
  .other-contents__item--ttl {
    margin-bottom: 14px;
  }
}
.other-contents__item--ttl:hover {
  background-color: unset;
  color: unset;
}
.other-contents__item--ttl:hover::after {
  transform: unset;
}

.other-contents__link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .other-contents__link {
    width: 100%;
    height: 100%;
  }
}
@media (any-hover: hover) {
  .other-contents__link:hover .other-contents__img-wrap {
    transform: scale(1.05);
  }
}

.other-contents__img-wrap {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-out;
}
.other-contents__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.other-contents__item-title-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .other-contents__item-title-wrap {
    gap: 14px;
  }
}

.other-contents__item-title img {
  height: auto;
  width: 100%;
}
.other-contents__item-title--about {
  width: 6.5972222222vw;
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .other-contents__item-title--about {
    width: 19.0666666667vw;
  }
}
.other-contents__item-title--landscape {
  width: 18.0555555556vw;
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .other-contents__item-title--landscape {
    width: 52.2666666667vw;
  }
}
.other-contents__item-title--modelhouse {
  width: 13.75vw;
  max-width: 198px;
}
@media screen and (max-width: 767px) {
  .other-contents__item-title--modelhouse {
    width: 39.6vw;
  }
}
.other-contents__item-title--equipment {
  width: 10.8333333333vw;
  max-width: 156px;
}
@media screen and (max-width: 767px) {
  .other-contents__item-title--equipment {
    width: 31.4666666667vw;
  }
}
.other-contents__item-title--life {
  width: 9.1666666667vw;
  max-width: 132px;
}
@media screen and (max-width: 767px) {
  .other-contents__item-title--life {
    width: 26.2666666667vw;
  }
}
.other-contents__item-title--location {
  width: 18.9583333333vw;
  max-width: 273px;
}
@media screen and (max-width: 767px) {
  .other-contents__item-title--location {
    width: 206.5px;
    width: 55.0666666667vw;
  }
}

.other-contents__item-title-text {
  font-size: 1rem;
  color: var(--c-white01);
}
@media screen and (max-width: 991px) {
  .other-contents__item-title-text {
    font-size: 0.75rem;
  }
}

.other-contents__link-text {
  font-size: 1rem;
  color: var(--c-white01);
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 30px;
  bottom: 20px;
}
@media screen and (max-width: 991px) {
  .other-contents__link-text {
    font-size: 0.78125rem;
    right: 15px;
    bottom: 10px;
  }
}
.other-contents__link-text .arrow {
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: var(--c-white01);
  transform: rotate(45deg);
}

.form__area {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .form__area {
    margin-top: 70px;
  }
}

.top .form__area {
  padding-top: 140px;
  background-color: var(--c-white01);
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .top .form__area {
    padding-top: 70px;
    margin-top: 0;
  }
}

.form__link-wrap {
  display: flex;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .form__link-wrap {
    flex-direction: column;
    gap: 1px;
  }
}

.form__link {
  width: calc(50% - 2.5px);
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .form__link {
    width: 100%;
  }
}
@media (any-hover: hover) {
  .form__link:hover .form__img-wrap {
    transform: scale(1.05);
  }
  .form__link:hover .form__link-text {
    background-color: var(--c-white01);
    color: var(--c-brown01);
  }
  .form__link:hover .form__link-text .arrow {
    border-color: var(--c-brown01);
  }
}

.form__img-wrap {
  width: 100%;
  height: 100%;
  transition: all 0.15s ease-out 0s;
}

.form__text-area {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

.form__text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .form__text-wrap {
    gap: 12px;
  }
}

.form__title {
  font-size: 1.375rem;
  color: var(--c-white01);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .form__title {
    font-size: 0.9375rem;
  }
}

.form__text {
  font-size: 0.875rem;
  color: var(--c-white01);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form__text {
    font-size: 0.78125rem;
  }
}

.form__link-text {
  font-size: 1rem;
  color: var(--c-white01);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 60px;
  border-radius: 30px;
  border: solid 1px var(--c-white01);
  width: 100%;
  max-width: 250px;
  transition: all 0.15s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .form__link-text {
    font-size: 0.78125rem;
    min-height: 42px;
    max-width: 150px;
  }
}
.form__link-text .arrow {
  transition: all 0.15s ease-out 0s;
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: var(--c-white01);
  transform: rotate(45deg);
}

.footer-menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-top: 50px;
  margin-inline: auto;
  width: 100%;
  max-width: 1060px;
}
@media screen and (max-width: 991px) {
  .footer-menu__list {
    display: none;
  }
}

.footer-menu__link {
  font-size: 0.8125rem;
  transition: all 0.15s ease-out 0s;
}
@media (any-hover: hover) {
  .footer-menu__link:hover {
    color: var(--c-blue01);
  }
}

.banner__area {
  padding-inline: var(--padding-side);
  margin-top: 103px;
}
@media screen and (max-width: 767px) {
  .banner__area {
    margin-top: 53px;
  }
}

.banner__wrap {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .banner__wrap {
    flex-direction: column;
    width: 84vw;
    max-width: 560px;
    gap: 15px;
  }
}

.banner__link {
  width: calc(50% - 15px);
  display: block;
  transition: all 0.15s ease-out 0s;
}
@media screen and (max-width: 767px) {
  .banner__link {
    width: 100%;
  }
}
@media (any-hover: hover) {
  .banner__link:hover {
    opacity: 0.8;
  }
}

.footer__wrap {
  width: 100%;
  padding: 0 20px 40px;
  margin-top: 123px;
}
@media screen and (max-width: 991px) {
  .footer__wrap {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    padding-bottom: 87px;
    margin-top: 49px;
  }
}

.footer__logo {
  max-width: 340px;
  margin-inline: auto;
}
@media screen and (max-width: 575px) {
  .footer__logo {
    max-width: 219px;
  }
}

.footer__logo-img {
  width: 100%;
}

.footer__nav-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  gap: 20px;
  max-width: 1150px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 991px) {
  .footer__nav-list {
    display: none;
  }
}

.footer__nav-list-link {
  transition: var(--tran-all-a);
}
.footer__nav-list-link:hover, .footer__nav-list-link:focus {
  opacity: 0.7;
}
.footer__nav-list-link[tabindex="-1"] {
  color: #7d7d7d;
}
.footer__nav-list-link[tabindex="-1"]:hover, .footer__nav-list-link[tabindex="-1"]:focus {
  opacity: 1;
}

.footer__info {
  max-width: 1150px;
  margin-inline: auto;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .footer__info {
    margin-top: 35px;
  }
}

.footer__info-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 64px;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .footer__info-inner {
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }
}
@media screen and (max-width: 575px) {
  .footer__info-inner {
    gap: 22px;
    margin-bottom: 33px;
  }
}

.footer__info-company {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 991px) {
  .footer__info-company {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .footer__info-company {
    gap: 20px;
  }
}

.footer__info-logo {
  max-width: 238px;
}
@media screen and (max-width: 991px) {
  .footer__info-logo {
    max-width: 380px;
  }
}
@media screen and (max-width: 575px) {
  .footer__info-logo {
    max-width: 157px;
  }
}

.footer__info-logo-img {
  width: 100%;
  display: block;
}

.footer__info-cts {
  color: var(--c-brown01);
  padding: 0 0px 0 31px;
  border-left: 2px solid var(--c-brown01);
}
@media screen and (max-width: 991px) {
  .footer__info-cts {
    border-left: none;
  }
}
@media screen and (max-width: 575px) {
  .footer__info-cts {
    padding: 0 40px;
  }
}

.footer__info-name {
  font-weight: 600;
  font-size: 17px;
  color: var(--c-black01);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer__info-name {
    font-size: 0.875rem;
  }
}

.footer__info-address {
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0;
  font-size: 0.8125rem;
  color: var(--c-black01);
}
@media screen and (max-width: 575px) {
  .footer__info-address {
    font-size: 0.65625rem;
    letter-spacing: 0.035em;
  }
}

.footer__info-tel {
  display: block;
  max-width: 360px;
}
@media screen and (max-width: 991px) {
  .footer__info-tel {
    max-width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .footer__info-tel {
    margin-inline: auto;
  }
}

.footer__info-tel-img {
  width: 100%;
}

.footer__info-time {
  font-size: 14px;
  letter-spacing: 0.04rem;
  padding-top: 11px;
  display: block;
}
@media screen and (max-width: 575px) {
  .footer__info-time {
    font-size: 10px;
    padding-top: 3px;
    letter-spacing: 0.04rem;
    font-feature-settings: "palt";
  }
}

.footer__limited {
  max-width: 450px;
}
@media screen and (max-width: 1199px) {
  .footer__limited {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .footer__limited {
    padding-inline: 10px;
  }
}

.footer__limited-link {
  display: block;
  transition: var(--tran-all-a);
  position: relative;
  overflow: hidden;
}
.footer__limited-link:hover {
  opacity: 0.7;
}

.footer__limited-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.footer__limited-text {
  color: var(--c-white01);
  font-weight: 500;
  font-size: 16px;
  padding: 8px 24px;
}
@media screen and (max-width: 767px) {
  .footer__limited-text {
    font-size: 16px;
    padding: 6px 16px;
  }
}

.footer__limited-img {
  width: 100%;
}

.footer__info-copy {
  display: block;
  color: var(--c-black01);
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
}
@media screen and (max-width: 991px) {
  .footer__info-copy {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .footer__info-copy {
    font-size: 0.5rem;
  }
}

.limited-contents__area {
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 767px) {
  .limited-contents__area {
    padding-inline: 15px;
  }
}

.limited-contents__wrap {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
  background-image: url("/bunjo/info/frestier-kisarazu-jozai/img/limited-contents-bg-pc.webp");
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .limited-contents__wrap {
    background-image: url("/bunjo/info/frestier-kisarazu-jozai/img/limited-contents-bg-sp.webp");
  }
}

.limited-contents__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.limited-contents__release-date {
  color: var(--c-white01);
  font-size: 2.5rem;
  font-weight: 500;
  padding: 20px 60px;
  font-family: "Noto Serif JP", "YuMincho", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
}
@media screen and (max-width: 767px) {
  .limited-contents__release-date {
    font-size: 1.5rem;
    padding: 15px 40px;
  }
}

.limited-contents__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 78px 64px;
}
@media screen and (max-width: 767px) {
  .limited-contents__inner {
    padding-block: 38px;
  }
}

.limited-contents__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .limited-contents__title-wrap {
    gap: 12px;
  }
}

.limited-contents__title {
  width: 100%;
  max-width: 620px;
}
@media screen and (max-width: 767px) {
  .limited-contents__title {
    max-width: 272px;
  }
}

.limited-contents__title-text {
  font-size: 1.25rem;
  color: var(--c-white01);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .limited-contents__title-text {
    font-size: 0.875rem;
  }
}

.limited-contents__text {
  font-size: clamp(14px, 1.3888888889vw, 20px);
  text-align: center;
  color: var(--c-white01);
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  .limited-contents__text {
    font-size: 0.78125rem;
    margin-top: 13px;
  }
}

.limited-contents__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--c-brown01);
  border-radius: 40px;
  min-height: 70px;
  width: 100%;
  transition: all 0.15s ease-out 0s;
  position: relative;
  background-color: var(--c-white01);
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .limited-contents__link {
    font-size: 0.78125rem;
    min-height: 40px;
  }
}
.limited-contents__link::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: var(--c-brown01);
  border-radius: 50%;
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .limited-contents__link::after {
    width: 12px;
    height: 12px;
    right: 14px;
  }
}
.limited-contents__link:hover {
  background-color: color-mix(in srgb, var(--c-white01), #000 15%);
}
.limited-contents__link:hover::after {
  transform: translateY(-50%) scale(0.7);
}

.link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  color: var(--c-brown01);
  border-radius: 40px;
  min-height: 70px;
  width: 100%;
  transition: all 0.15s ease-out 0s;
  position: relative;
  border: solid 1px var(--c-brown03);
  background-color: var(--c-white01);
  text-align: center;
}
@media screen and (max-width: 991px) {
  .link-btn {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .link-btn {
    font-size: 12.5px;
    min-height: 40px;
  }
}
.link-btn::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: var(--c-brown01);
  border-radius: 50%;
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  .link-btn::after {
    right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .link-btn::after {
    width: 12px;
    height: 12px;
    right: 20px;
  }
}
.link-btn:hover {
  background-color: color-mix(in srgb, var(--c-white01), #000 15%);
}
.link-btn:hover::after {
  transform: translateY(-50%) scale(0.7);
}

.limited-contents__link-area {
  display: flex;
  gap: 30px;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .limited-contents__link-area {
    gap: 10px;
    margin-top: 24px;
    padding-inline: 10px;
  }
}

.limited-contents__link-wrap {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
  width: 100%;
  max-width: 295px;
}
@media screen and (max-width: 767px) {
  .limited-contents__link-wrap {
    gap: 2px;
  }
}

.limited-contents__link-text {
  font-size: 1rem;
  color: var(--c-white01);
}
@media screen and (max-width: 767px) {
  .limited-contents__link-text {
    font-size: 0.78125rem;
  }
}

.form__wrap {
  background-image: url("/bunjo/info/frestier-kisarazu-jozai/img/contact-bg-pc.webp");
  background-position: center;
  background-size: cover;
  min-height: 700px;
  padding: 100px 20px;
}
@media screen and (max-width: 767px) {
  .form__wrap {
    background-image: url("/bunjo/info/frestier-kisarazu-jozai/img/contact-bg-sp.webp");
    padding: 50px 20px;
  }
}

.form__ct {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .form__ttl {
    width: 100%;
    margin-bottom: 35px;
  }
}
.form__ttl img {
  width: clamp(0px, 20vw, 288px);
}
@media screen and (max-width: 767px) {
  .form__ttl img {
    width: clamp(0px, 61.3333333333vw, 460px);
  }
}

.form__link-wrap {
  display: flex;
  gap: clamp(0px, 3.1944444444vw, 46px);
}
@media screen and (max-width: 767px) {
  .form__link-wrap {
    width: 100%;
    gap: 24px;
    padding: 0 36px;
  }
}

.form__link {
  background-color: var(--c-white01);
  border-radius: 30px;
  padding: 25px 25px 75px;
  width: clamp(0px, 24.3055555556vw, 350px);
  position: relative;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .form__link {
    width: 100%;
    padding: 18px 18px 33px;
    border-radius: 20px;
  }
}
.form__link::after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 22px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: var(--c-brown01);
  border-radius: 50%;
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .form__link::after {
    width: 12px;
    height: 12px;
    right: 14px;
    bottom: 12px;
  }
}
.form__link:hover {
  background-color: color-mix(in srgb, var(--c-white01), #000 15%);
  color: var(--c-brown01);
}
.form__link:hover .form__link-img img {
  transform: scale(1.1);
}
.form__link:hover::after {
  transform: translateY(-50%) scale(0.7);
}

.form__link-img {
  width: 100%;
  margin-bottom: 25px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .form__link-img {
    margin-bottom: 18px;
  }
}
.form__link-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: transform 0.3s ease-out;
}

.form__link-ttl {
  margin-bottom: 25px;
}

.form__link-ttl--01 {
  width: clamp(0px, 97.6666666667%, 293px);
}

.form__link-ttl--02 {
  width: clamp(0px, 88%, 264px);
}

.form__link-txt {
  font-size: 14px;
  text-align: justify;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .form__link-txt {
    font-size: 12px;
  }
}

.about__area {
  margin-top: 110px;
  padding-inline: var(--padding-side);
}
@media screen and (max-width: 991px) {
  .about__area {
    margin-top: 55px;
  }
}

.about__wrap {
  margin-inline: auto;
  width: 100%;
  max-width: var(--container);
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .about__wrap {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .top .about__wrap {
    margin-bottom: 0;
  }
}

.about__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: start;
}
@media screen and (max-width: 991px) {
  .about__title-wrap {
    gap: 16px;
  }
}

.about__title {
  width: 273px;
}
@media screen and (max-width: 991px) {
  .about__title {
    width: 168px;
  }
}
.about__title > img {
  width: auto;
  height: 100%;
}

.about__title-text {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .about__title-text {
    font-size: 0.875rem;
  }
}

.about-text {
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .about-text {
    font-size: 14px;
  }
}

.about-ctt {
  margin-top: -120px;
}
@media screen and (max-width: 991px) {
  .about-ctt {
    margin-top: 0;
  }
}

.about-ctt__sentence-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  flex-wrap: wrap;
  text-orientation: upright;
  -moz-column-gap: 56px;
       column-gap: 56px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about-ctt__sentence-wrap {
    justify-content: left;
    row-gap: 28px;
    flex-direction: column;
  }
}

.about-ctt__sentence {
  writing-mode: vertical-rl;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .about-ctt__sentence {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 767px) {
  .about-ctt__sentence {
    writing-mode: unset;
  }
}

.about-ctt__logo {
  width: 225px;
  margin: 0 auto 78px;
}
@media screen and (max-width: 991px) {
  .about-ctt__logo {
    width: 132px;
    margin-top: 32px;
    margin-bottom: 40px;
  }
}

.contents__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--c-white01);
  border-radius: 40px;
  min-height: 60px;
  width: 100%;
  transition: all 0.15s ease-out 0s;
  position: relative;
  background-color: var(--c-brown01);
  transition: all 0.15s ease-out 0s;
  max-width: 300px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contents__btn {
    max-width: 225px;
    min-height: 45px;
    font-size: 0.78125rem;
  }
}
.contents__btn::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: var(--c-white01);
  border-radius: 50%;
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .contents__btn::after {
    width: 12px;
    height: 12px;
    right: 14px;
  }
}
.contents__btn:hover {
  background-color: color-mix(in srgb, var(--c-brown01), #000 15%);
  color: var(--c-white01);
}
.contents__btn:hover::after {
  transform: translateY(-50%) scale(0.7);
}

.contents__btn-brown {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--c-white01);
  border-radius: 40px;
  min-height: 60px;
  width: 100%;
  transition: all 0.15s ease-out 0s;
  position: relative;
  background-color: var(--c-brown01);
  transition: all 0.15s ease-out 0s;
  max-width: 300px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contents__btn-brown {
    max-width: 225px;
    min-height: 45px;
    font-size: 0.78125rem;
  }
}
.contents__btn-brown::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: var(--c-white01);
  border-radius: 50%;
  transition: transform 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .contents__btn-brown::after {
    width: 12px;
    height: 12px;
    right: 14px;
  }
}
.contents__btn-brown:hover {
  background-color: color-mix(in srgb, var(--c-brown01), #000 15%);
  color: var(--c-white01);
}
.contents__btn-brown:hover::after {
  transform: translateY(-50%) scale(0.7);
}

.animation-blur {
  transition: all 0.5s ease-out 0s;
  filter: blur(1.5rem);
  opacity: 0;
}

.animation-blur.active {
  filter: blur(0);
  opacity: 1;
}

.fade-in-bottom {
  transform: translateY(20px);
  opacity: 0;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.fade-in-bottom.visible {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=frestier-kisarazu-jozai-common.css.map */