.visually-hidden {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media screen and (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767.99px) {
  .visible-pc {
    display: none !important;
  }
}

.snippets-sns {
  display: inline-flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.snippets-sns li a svg {
  vertical-align: middle;
}

.section {
  width: 100%;
  margin: 0;
}

.front-page .section .section-front-page__heading {
  writing-mode: vertical-rl;
  align-self: flex-start;
}
.front-page .section .section-front-page__heading .heading__title {
  margin: 0 0 0 4rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 1.625rem;
  letter-spacing: 0.175rem;
}
.front-page .section .section-front-page__heading .heading__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
.front-page .section .section-front-page__heading .heading__content p {
  margin: 0;
  line-height: 1.75;
}
.front-page .section .section-front-page__heading .heading__content a {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767.99px) {
  .front-page .section .section-front-page__heading {
    align-self: stretch;
    writing-mode: horizontal-tb;
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
  }
  .front-page .section .section-front-page__heading .heading__title {
    margin: 0;
    writing-mode: vertical-rl;
    font-size: 1.125rem;
    font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    font-size: 1.125rem;
    letter-spacing: 0.225rem;
  }
  .front-page .section .section-front-page__heading .heading__content {
    flex-grow: 1;
    padding-top: 3.5rem;
    gap: 2rem;
    letter-spacing: 0;
  }
  .front-page .section .section-front-page__heading .heading__content p {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
  .front-page .section .section-front-page__heading .heading__content a {
    justify-content: flex-start;
    font-size: 0.8125rem;
  }
}
.front-page .section.fv {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100vh;
  background-color: #404A4D;
}
.front-page .section.fv .fv__movie {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media not screen and (min-width: 640px) {
  .front-page .section.fv .fv__movie {
    background-image: image-set(url("../img/front-page_fv_thumbnail_sp.webp") type("image/webp"), url("../img/front-page_fv_thumbnail_sp.jpg") type("image/jpeg")), -webkit-image-set(url("../img/front-page_fv_thumbnail_sp.webp") type("image/webp"), url("../img/front-page_fv_thumbnail_sp.jpg") type("image/jpeg"));
  }
}
@media screen and (min-width: 640px) {
  .front-page .section.fv .fv__movie {
    background-image: image-set(url("../img/front-page_fv_thumbnail.webp") type("image/webp"), url("../img/front-page_fv_thumbnail.jpg") type("image/jpeg")), -webkit-image-set(url("../img/front-page_fv_thumbnail.webp") type("image/webp"), url("../img/front-page_fv_thumbnail.jpg") type("image/jpeg"));
  }
}
.front-page .section.fv .fv__movie::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.1) 50%), rgba(0, 0, 0, 0.1);
}
.front-page .section.fv .fv__movie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: unset;
}
@media not screen and (min-width: 640px) {
  .front-page .section.fv .fv__movie .fv__movie--horizontal {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .front-page .section.fv .fv__movie .fv__movie--horizontal iframe {
    width: 177.7777777778vh;
    height: 56.25vw;
  }
}
@media not screen and (min-width: 640px) {
  .front-page .section.fv .fv__movie .fv__movie--vertical iframe {
    width: 56.25vh;
    height: 177.7777777778vw;
  }
}
@media screen and (min-width: 640px) {
  .front-page .section.fv .fv__movie .fv__movie--vertical {
    display: none;
  }
}
.front-page .section.fv .fv__text-container {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 3.25rem;
  padding: 0 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767.99px) {
  .front-page .section.fv .fv__text-container {
    bottom: 2rem;
    padding: 0 1.5rem;
  }
}
.front-page .section.fv .fv__text-container .fv__greeting {
  color: #ffffff;
  font-size: 1.625rem;
  line-height: 1.8;
  font-weight: normal;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767.99px) {
  .front-page .section.fv .fv__text-container .fv__greeting {
    font-size: 1.125rem;
  }
}
.front-page .section.fv .fv__text-container .fv__article {
  margin-left: auto;
  color: #ffffff;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767.99px) {
  .front-page .section.fv .fv__text-container .fv__article {
    writing-mode: vertical-rl;
    font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    font-size: 0.75rem;
    letter-spacing: 0.15rem;
  }
}
.front-page .section.fv .fv__text-container .fv__article a {
  color: #ffffff;
}
@media (any-hover: hover) {
  .front-page .section.fv .fv__text-container .fv__article a:where(:any-link, :enabled, summary):hover {
    color: rgba(255, 255, 255, 0.7);
  }
  .front-page .section.fv .fv__text-container .fv__article a:where(:any-link, :enabled, summary):hover svg {
    opacity: 0.7;
  }
}
.front-page .section.about {
  position: relative;
  background-image: image-set(url("../img/front-page_about.webp") type("image/webp"), url("../img/front-page_about.jpg") type("image/jpeg")), -webkit-image-set(url("../img/front-page_about.webp") type("image/webp"), url("../img/front-page_about.jpg") type("image/jpeg"));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.front-page .section.about::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 254, 250, 0.92);
}
.front-page .section.about .about__content {
  width: 100%;
  padding: 12.5rem 1rem;
  min-height: max-content;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #404A4D;
}
@media screen and (max-width: 767.99px) {
  .front-page .section.about .about__content {
    padding: 4rem 2.5rem;
    flex-direction: row-reverse;
  }
}
.front-page .section.about .about__title {
  margin: 0 0 0 5rem;
  font-size: 1.5rem;
  line-height: 2.375rem;
  font-weight: normal;
}
@media screen and (max-width: 767.99px) {
  .front-page .section.about .about__title {
    margin: 0;
  }
}
.front-page .section.about .about__text {
  gap: 0;
}
.front-page .section.about .about__text p {
  margin: 0;
  line-height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .front-page .section.about .about__text p:not(:last-of-type) {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 767.99px) {
  .front-page .section.about .about__text p:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
.front-page .section.about .about__more-view {
  margin: auto 5.5rem 0 0;
  align-self: flex-end;
}
@media (any-hover: hover) {
  .front-page .section.about .about__more-view:where(:any-link, :enabled, summary):hover {
    color: #666152;
  }
}
@media screen and (max-width: 767.99px) {
  .front-page .section.about .about__more-view {
    margin: 4rem 0 0 0;
    align-self: flex-start;
  }
}
.front-page .section.works .works__inner {
  width: 100%;
  max-width: 1366px;
  position: relative;
  padding: 10rem 0;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "title content";
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 767.99px) {
  .front-page .section.works .works__inner {
    padding: 5rem 0;
  }
}
.front-page .section.works .works__inner .works__title {
  grid-area: title;
  writing-mode: vertical-rl;
  margin: 0 7.5rem;
  line-height: 1;
  font-weight: normal;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 1.625rem;
  letter-spacing: 0.325rem;
}
@media screen and (max-width: 767.99px) {
  .front-page .section.works .works__inner .works__title {
    margin: 0 2.5rem;
    font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    font-size: 1.1875rem;
    letter-spacing: 0.2375rem;
  }
}
.front-page .section.works .works__inner .works__content {
  grid-area: content;
}
.front-page .section.works .works__inner .works__lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 4rem 5rem;
}
@media screen and (max-width: 767.99px) {
  .front-page .section.works .works__inner .works__lists {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.front-page .section.works .works__inner .works__lists .works__list .works__list__img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767.99px) {
  .front-page .section.works .works__inner .works__lists .works__list .works__list__content {
    margin-right: 2.5rem;
  }
}
.front-page .section.works .works__inner .works__lists .works__list .works__list__content .works__list__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2.5rem 0 1.5rem 0;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767.99px) {
  .front-page .section.works .works__inner .works__lists .works__list .works__list__content .works__list__title {
    margin: 1.5rem 0 1.5rem 0;
  }
}
.front-page .section.works .works__inner .works__lists .works__list .works__list__content .works__list__title h3 {
  margin: 0;
  font-size: 1.3125rem;
  line-height: 1;
  font-weight: normal;
}
@media screen and (max-width: 767.99px) {
  .front-page .section.works .works__inner .works__lists .works__list .works__list__content .works__list__title h3 {
    font-size: 1.0625rem;
  }
}
.front-page .section.works .works__inner .works__lists .works__list .works__list__content .works__list__title a {
  font-size: 0.9375rem;
}
@media (any-hover: hover) {
  .front-page .section.works .works__inner .works__lists .works__list .works__list__content .works__list__title a:where(:any-link, :enabled, summary):hover {
    color: #666152;
  }
}
@media screen and (max-width: 767.99px) {
  .front-page .section.works .works__inner .works__lists .works__list .works__list__content .works__list__title a {
    font-size: 0.8125rem;
  }
}
.front-page .section.works .works__inner .works__lists .works__list .works__list__content .works__list__text {
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.99px) {
  .front-page .section.works .works__inner .works__lists .works__list .works__list__content .works__list__text {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
.front-page .section.showroom {
  background-color: #EAEAEA;
}
.front-page .section.showroom .showroom__inner {
  width: 100%;
  max-width: 1366px;
  position: relative;
  padding: 10rem 7.5rem 10rem 7.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.99px) {
  .front-page .section.showroom .showroom__inner {
    padding: 4rem 0 0 0;
  }
}
.front-page .section.showroom .showroom__inner .showroom__heading__wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 4rem;
  min-height: 24.75rem;
}
@media screen and (max-width: 767.99px) {
  .front-page .section.showroom .showroom__inner .showroom__heading__wrapper {
    flex-direction: column;
    min-height: unset;
  }
}
.front-page .section.showroom .showroom__inner .showroom__heading {
  max-height: 24.75rem;
}
@media screen and (max-width: 767.99px) {
  .front-page .section.showroom .showroom__inner .showroom__heading {
    max-height: unset;
    padding: 0 2.5rem;
  }
}
@media (any-hover: hover) {
  .front-page .section.showroom .showroom__inner .showroom__heading .showroom__more-view:where(:any-link, :enabled, summary):hover {
    color: #666152;
  }
}
.front-page .section.showroom .showroom__inner .showroom__img {
  flex: 1 1 auto;
  display: block;
}
.front-page .section.showroom .showroom__inner .showroom__img img {
  display: block;
  width: 100%;
  max-height: 24.75rem;
  object-fit: cover;
}
@media screen and (max-width: 767.99px) {
  .front-page .section.showroom .showroom__inner .showroom__img {
    width: 100%;
    height: auto;
    aspect-ratio: 709/355;
  }
}
.front-page .section.showroom .showroom__inner .showroom__link-items {
  border-top: 1px solid #404A4D;
  border-bottom: 1px solid #404A4D;
  margin: 7.5rem 0;
  padding: 1.5rem 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: stretch;
}
@media screen and (max-width: 767.99px) {
  .front-page .section.showroom .showroom__inner .showroom__link-items {
    margin: 4rem 2.5rem;
    padding: 0 0;
    flex-direction: column;
  }
}
.front-page .section.showroom .showroom__inner .showroom__link-items::before {
  content: "";
  width: 1px;
  background-color: #404A4D;
}
@media screen and (max-width: 767.99px) {
  .front-page .section.showroom .showroom__inner .showroom__link-items::before {
    width: auto;
    height: 1px;
  }
}
.front-page .section.showroom .showroom__inner .showroom__link-items .showroom__link-item {
  margin: 0;
  padding: 4rem 0;
  position: relative;
  flex-grow: 1;
  flex-basis: 23.5rem;
  max-width: 23.5rem;
  color: #404A4D;
  text-align: center;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
@media (any-hover: hover) {
  .front-page .section.showroom .showroom__inner .showroom__link-items .showroom__link-item:where(:any-link, :enabled, summary):hover {
    color: #666152;
  }
}
@media screen and (max-width: 767.99px) {
  .front-page .section.showroom .showroom__inner .showroom__link-items .showroom__link-item {
    margin: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    flex-basis: auto;
  }
}
.front-page .section.showroom .showroom__inner .showroom__link-items .showroom__link-item:first-of-type {
  order: -1;
}
.front-page .section.showroom .showroom__inner .showroom__movie {
  padding: 56.25% 0 0 0;
  position: relative;
}
.front-page .section.blog {
  position: relative;
  background-image: image-set(url("../img/front-page_about.webp") type("image/webp"), url("../img/front-page_about.jpg") type("image/jpeg")), -webkit-image-set(url("../img/front-page_about.webp") type("image/webp"), url("../img/front-page_about.jpg") type("image/jpeg"));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.front-page .section.blog::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 254, 250, 0.92);
}
.front-page .section.blog .blog__inner {
  width: 100%;
  max-width: 1366px;
  position: relative;
  padding: 10rem 7.5rem 10rem 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 767.99px) {
  .front-page .section.blog .blog__inner {
    padding: 4rem 2.5rem;
    flex-direction: column;
  }
}
@media (any-hover: hover) {
  .front-page .section.blog .blog__inner .blog__more-view:where(:any-link, :enabled, summary):hover {
    color: #666152;
  }
}
.front-page .section.blog .blog__article-lists {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(296px, 1fr));
  gap: 1.5rem;
}
@media screen and (max-width: 767.99px) {
  .front-page .section.blog .blog__article-lists {
    grid-template-columns: unset;
  }
  .front-page .section.blog .blog__article-lists .component__blogcard {
    width: 100%;
  }
}/*# sourceMappingURL=front-page.css.map */