@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap");
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, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  background: #F1F2F2;
  color: #231815;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: 0.2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type=image] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type=submit], input[type=button], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type=image]:hover {
  opacity: 0.7;
}

p {
  line-height: inherit;
}
p * {
  line-height: inherit;
}

p, dd {
  word-break: break-all;
}

main {
  overflow: hidden;
}

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.g_ft {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
}

.ft_e {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.24em;
}

.ft_msc {
  font-family: "Marcellus SC", serif;
  font-weight: 400;
  font-style: normal;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -14rem;
}
@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -8rem;
  }
}

@media screen and (min-width: 768px) {
  .c_wrap {
    margin-left: 32rem;
  }
}
@media screen and (min-width: 768px) {
  .c_wrap.b {
    margin-left: 0;
  }
}
@media screen and (min-width: 1800px) {
  .c_wrap.b {
    margin-left: 0;
  }
}

.c_mail a {
  border: solid 1px #231815;
  text-align: center;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.28em;
  padding: 0.8em 0;
  display: inline-block;
  width: 21rem;
}
.c_mail a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  border: solid 1px #231815;
}
.c_mail a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: solid 1px #231815;
  width: 6rem;
  left: -3rem;
  animation: pathmove2 1.4s ease-in-out infinite;
}

.c_ttl2 {
  color: #9F8A65;
  position: relative;
  font-size: 2.2rem;
  padding-top: 11rem;
  text-align: center;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .c_ttl2 {
    font-size: 1.2rem;
    padding-top: 7rem;
    margin-bottom: 4.5rem;
  }
}
.c_ttl2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-left: solid 1px #9F8A65;
  height: 9.6rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c_ttl2:before {
    height: 5.6rem;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
    height: 45%;
  }
  100% {
    height: 0;
    opacity: 0;
    top: 74%;
  }
}
@keyframes pathmove2 {
  0% {
    width: 0;
    left: -3.5rem;
    opacity: 0;
  }
  30% {
    opacity: 1;
    width: 3.5rem;
  }
  100% {
    width: 0;
    opacity: 0;
    left: 3.5rem;
  }
}
/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u_inner {
    width: 112.8rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .u_inner {
    margin: 0 3rem;
  }
}

html {
  font-size: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    pointer-events: none;
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
}
/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  inset: 0 auto auto 0;
  width: 100vw;
  z-index: 10;
  background-color: #ffffff;
  height: 8rem;
  margin-bottom: -8rem;
}
@media screen and (max-width: 767px) {
  #header {
    height: 5rem;
    margin-bottom: -5rem;
  }
}

.h_logo {
  position: absolute;
  z-index: 10;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.h_logo::after {
  content: attr(data-caption);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: fit-content;
  line-height: 2;
  white-space: nowrap;
}
.h_logo a {
  display: block;
}
.h_logo img {
  display: block;
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .h_logo img {
    width: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .h_logo.b img {
    width: 18rem;
  }
}
@media screen and (min-width: 768px) {
  .h_logo {
    position: fixed;
  }
  body.abs .h_logo {
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .h_logo {
    top: 3.7333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .h_inner {
    width: 21rem;
  }
}

.h_nav li {
  font-size: 2.2rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .h_nav li {
    font-size: 2.4rem;
    margin-bottom: 0.35em;
  }
}
.h_nav a {
  position: relative;
  display: block;
}
.h_nav a:hover {
  opacity: 1;
}
.h_nav a:hover i {
  opacity: 0;
}
.h_nav a:hover span {
  opacity: 1;
}
.h_nav a:hover span:before {
  transform: none;
}
.h_nav a i, .h_nav a span {
  transition: opacity 0.5s;
}
.h_nav a span {
  position: absolute;
  left: 0;
  opacity: 0;
  white-space: nowrap;
}
.h_nav a span:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: solid 1px #231815;
  bottom: 0;
  transform: scale(0, 1);
  transition: transform 0.5s;
  transform-origin: left bottom;
}

.h_mail {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .h_mail {
    margin-top: 4rem;
  }
}

.h_menu {
  position: fixed;
  right: 5rem;
  top: 2rem;
  cursor: pointer;
  z-index: 15;
  width: 3rem;
  height: 4rem;
  padding-top: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .h_menu {
    width: 4rem;
    height: 4rem;
    top: 2vw;
    right: 2.6666666667vw;
  }
}
.h_menu img {
  width: 4rem;
}
body.open .h_menu {
  color: #231815;
}
.h_menu:before {
  content: "MENU";
  font-family: "Poppin", sans-serif;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .h_menu:before {
    font-size: 1.1rem;
  }
}
body.open .h_menu:before {
  content: "CLOSE";
  letter-spacing: 0.1em;
  margin-left: -0.1em;
}
.h_menu_w::before {
  color: #fff;
}
body.open .h_menu_w::before {
  color: #231815;
}

.h_menu_icon {
  position: relative;
  display: block;
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .h_menu_icon {
    width: 4rem;
  }
}
.h_menu_icon:before, .h_menu_icon:after, .h_menu_icon span {
  display: block;
  width: 100%;
  height: 2px;
  background: #231815;
  transition: transform 0.6s, opacity 0.6s;
}
@media screen and (max-width: 1500px) {
  .h_menu_icon:before, .h_menu_icon:after, .h_menu_icon span {
    height: 1px;
  }
}
.h_menu_w .h_menu_icon:before, .h_menu_w .h_menu_icon:after, .h_menu_w .h_menu_icon span {
  background: #fff;
}
.h_menu_icon:before, .h_menu_icon:after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .h_menu_icon:before, .h_menu_icon:after {
    top: -0.75rem;
  }
}
.h_menu_icon:after {
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .h_menu_icon:after {
    top: 0.75rem;
  }
}
body.open .h_menu_icon {
  background: transparent;
  transition: none;
}
body.open .h_menu_icon:before, body.open .h_menu_icon:after {
  top: 0;
  background: #231815;
}
body.open .h_menu_icon:before {
  transform: rotate(25deg);
}
body.open .h_menu_icon:after {
  transform: rotate(-25deg);
}
body.open .h_menu_icon span {
  opacity: 0;
}

.h_close {
  position: absolute;
  z-index: 1;
}

#toggle_menu {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 48rem;
  overflow-y: auto;
  height: 100%;
  right: 0;
  background: #E8E9E9;
  padding: 8rem 9rem 0;
  display: none;
}
@media screen and (max-width: 767px) {
  #toggle_menu {
    width: 100%;
    padding: 8rem 3rem 3rem;
  }
}

body.open {
  overflow-y: hidden;
}

.f_info {
  background: #e7e9e9;
  padding-bottom: 6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .f_info {
    padding-bottom: 8rem;
  }
  .f_info .u_inner {
    width: 145.3rem;
  }
}
.f_info .contact {
  margin-top: 2.5rem;
}
.f_info .contact a {
  display: block;
  position: relative;
  margin: 0 auto;
  position: relative;
}
.f_info .contact a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: solid 1px #A08A65;
}
@media screen and (max-width: 767px) {
  .f_info .contact a:before {
    width: calc(100% - 1.6rem);
    height: calc(100% - 1.6rem);
  }
}
@media screen and (min-width: 768px) {
  .f_info .contact a {
    width: 57rem;
  }
}
.f_info .contact p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  letter-spacing: 0.12em;
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .f_info .contact p {
    font-size: 2.4rem;
  }
}
.f_info .contact i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 2.8em;
  font-style: italic;
  color: #9F8A65;
  padding-right: 1em;
  font-size: 0.55em;
}
.f_info .contact i img {
  display: block;
}
@media screen and (max-width: 767px) {
  .f_info .contact i {
    font-size: 0.9em;
    margin-top: 1.5em;
  }
}
.f_info .contact i:after {
  content: "";
  background: url(../img/ico_arrow_g.svg) no-repeat 50%/contain;
  position: absolute;
  width: 0.6rem;
  height: 100%;
  top: 0;
  right: 0;
  animation: move 1.75s infinite;
}
.f_info .owner {
  margin: 5rem 0;
}
@media screen and (min-width: 768px) {
  .f_info .owner {
    margin: 7.5rem 0 6rem;
    display: flex;
    justify-content: center;
    gap: 6.8rem;
  }
}
@media screen and (max-width: 767px) {
  .f_info .owner li {
    margin-top: 2.5rem;
  }
}
.f_info .owner small {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  text-align: left;
  margin-bottom: 0.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .f_info .owner small {
    margin: 0 0 0.5em;
    text-align: center;
  }
}
.f_info .owner img {
  height: 5.1rem;
}
@media screen and (max-width: 767px) {
  .f_info .owner img {
    height: 4rem;
  }
}
.f_info .owner li:nth-child(1) img {
  height: 3rem;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .f_info .owner li:nth-child(1) img {
    margin-top: 0;
  }
}
.f_info .note {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: left;
}

@keyframes move {
  0% {
    right: 0.5rem;
  }
  50% {
    right: 0;
  }
  100% {
    right: 0.5rem;
  }
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    margin-top: 100px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
.fadeTrigger {
  opacity: 0;
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.splash {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  transition: background-color 2s 1.5s ease-in, opacity 1.2s 3s ease;
}
.splash .elem {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 20px;
  width: 50%;
  height: fit-content;
  -webkit-mask-image: radial-gradient(circle at center, black 0%, transparent 100%);
  mask-image: radial-gradient(circle at center, black 0%, transparent 100%);
  -webkit-mask-size: 0% 0%;
  mask-size: 0% 0%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  scale: 1;
  opacity: 0;
  filter: blur(10px);
  transition: mask-size 1.5s ease, scale 1.5s ease, opacity 1.5s ease, -webkit-mask-size 1.5s ease, filter 0.6s 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .splash .elem {
    width: 80%;
  }
}
.splash .elem .text {
  width: 60%;
}
.splash .elem .logo {
  width: 45%;
}
.splash .elem .logo img {
  width: 100%;
}
.splash.reveal {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
}
.splash.reveal .elem {
  -webkit-mask-size: 300% 300%;
  mask-size: 300% 300%;
  scale: 1;
  opacity: 1;
  filter: blur(0px);
}

.top_main .mv {
  position: relative;
  width: 100vw;
  max-width: 1920px;
  height: 100vh;
  min-height: 930px;
  max-height: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_main .mv {
    height: 153.3333333333vw;
    min-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_main .mv .pc {
    display: none;
  }
}
.top_main .mv .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_main .mv .sp {
    display: revert;
  }
}
.top_main .mv__main {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .top_main .mv__main {
    padding-top: 5rem;
  }
}
.top_main .mv__text {
  position: absolute;
  bottom: 6rem;
  left: 18rem;
}
@media screen and (max-width: 767px) {
  .top_main .mv__text {
    bottom: 3rem;
    left: 2rem;
  }
}
.top_main .mv__text .title {
  position: relative;
  width: fit-content;
  font-family: "Poppin", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #997700;
  margin-bottom: 2.5rem;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .top_main .mv__text .title {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.top_main .mv__text .title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  background-color: #997700;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .top_main .mv__text .text {
    font-weight: 300;
  }
}
.top_main .mv__text .text01 {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top_main .mv__text .text01 {
    margin-bottom: 1rem;
  }
}
.top_main .mv__text .text01 p {
  font-size: 3rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .top_main .mv__text .text01 p {
    font-size: 1.3rem;
    letter-spacing: 0.16em;
  }
}
.top_main .mv__text .text01 p + p {
  font-size: 3.2rem;
  line-height: 3.2rem;
  margin-left: -0.5em;
}
@media screen and (max-width: 767px) {
  .top_main .mv__text .text01 p + p {
    font-size: 1.6rem;
    line-height: 1.1;
    letter-spacing: 0.04em;
  }
}
.top_main .mv__text .text01 p + p small {
  font-size: 0.8em;
  margin-left: -1rem;
}
@media screen and (max-width: 767px) {
  .top_main .mv__text .text01 p + p small {
    margin-left: -0.5rem;
  }
}
.top_main .mv__text .text01 p + p span {
  color: #997700;
}
.top_main .mv__text .text01 p + p span strong {
  font-weight: normal;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .top_main .mv__text .text01 p + p span {
    display: block;
    padding-left: 7rem;
  }
  .top_main .mv__text .text01 p + p span strong {
    padding-inline: 0.2rem;
    font-size: 190%;
  }
}
@media screen and (max-width: 767px) {
  .top_main .mv__text .text02 {
    margin-left: -0.8rem;
  }
}
.top_main .mv__text .text02 p {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top_main .mv__text .text02 p {
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .top_main .mv__text .text02 p + p {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top_main .mv__text .text02 p small.a {
    display: block;
    padding-left: 0.9rem;
    font-size: 50%;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_main .mv__text .text02 p small.b {
    font-size: 0.8em;
    margin-left: -0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top_main .mv__text .text02 p span {
    display: block;
    padding-left: 7rem;
    line-height: 0.8;
  }
  .top_main .mv__text .text02 p span strong {
    color: #997700;
    padding-inline: 0.2rem;
    font-weight: normal;
    font-size: 190%;
  }
}
.top_main .mv__slide {
  width: calc(100% - 60rem);
  height: calc(100% - 10rem);
}
@media screen and (max-width: 767px) {
  .top_main .mv__slide {
    position: absolute;
    top: 12rem;
    right: 0;
    width: 83%;
    height: 22rem;
  }
}
.top_main .mv__slide .slick-list {
  width: 100%;
  height: 100%;
}
.top_main .mv__slide .slide {
  width: 100%;
  height: 100%;
}
.top_main .mv__slide .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_main .mv__slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top_main .mv__copy {
  position: absolute;
  top: 50%;
  left: 26rem;
  transform: translateY(calc(-50% - 13rem));
}
@media screen and (max-width: 767px) {
  .top_main .mv__copy {
    width: 90%;
    top: 6.8rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top_main .mv__copy .copy-image {
  display: block;
  width: 38rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .top_main .mv__copy .copy-image {
    width: 100%;
    margin: 0;
  }
}
.top_main .mv__copy .copy-text p {
  font-size: 3.2rem;
  letter-spacing: 0.06em;
}
.top_main .mv__copy .copy-text p span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top_main .mv__copy .copy-text p {
    font-size: 1.6rem;
  }
}
.top_main .mv__bld {
  position: absolute;
  bottom: 0;
  left: 52%;
  width: auto;
  height: calc(100% - 10rem);
}
@media screen and (max-width: 767px) {
  .top_main .mv__bld {
    top: 11rem;
    left: auto;
    right: 0;
    height: 49rem;
  }
}
.top_main .mv__bld img {
  width: auto;
  height: 100%;
}
.top_main .mv__helper {
  position: absolute;
  bottom: 8rem;
  left: 0;
  transform: translateY(-100%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .top_main .mv__helper {
    bottom: -4rem;
  }
}
.top_main .mv__helper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1.5rem);
  background-color: #656664;
  width: 100%;
  height: 1px;
  animation: pathmove 1.4s ease-in-out infinite;
}
@keyframes pathmove {
  0% {
    width: 0;
    left: calc(100% + 1.5rem);
    opacity: 0;
  }
  30% {
    width: 30px;
    opacity: 1;
  }
  100% {
    width: 0;
    left: calc(200% + 1.5rem);
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_main .mv__helper::after {
    left: calc(100% + 1rem);
  }
}
.top_main .mv__helper span {
  font-family: "Poppin", sans-serif;
  font-weight: 500;
  color: #656664;
}
@media screen and (max-width: 767px) {
  .top_main .mv__helper span {
    font-size: 1rem;
  }
}
.top_main .cap {
  position: absolute;
  right: 9.6%;
  bottom: 1rem;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}
.top_main .lead {
  font-size: 2.2rem;
  letter-spacing: 0.2em;
}
.top_main .lead small {
  display: block;
  margin-top: 1em;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .top_main .lead {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .top_main .lead {
    font-size: 1.6rem;
  }
}
.top_main .name {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  right: 5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_main .name {
    right: 3.5rem;
  }
}
.top_main .name::after {
  content: "";
  background: #000;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 3rem;
  animation: pathmove3 1.4s ease-in-out infinite;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .top_main .lead, .top_main .c_mail {
    left: 5.4%;
  }
}
@media screen and (max-width: 767px) {
  .top_main .c_mail {
    margin-top: 2rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .top_main .c_mail {
    position: absolute;
    bottom: 16rem;
  }
}

@keyframes pathmove3 {
  0% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
  30% {
    height: 3rem;
    opacity: 1;
  }
  100% {
    height: 0;
    top: calc(100% + 5rem);
    opacity: 0;
  }
}
.top_about dt {
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .top_about dt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .top_about dt {
    white-space: nowrap;
  }
}
.top_about dt em {
  display: block;
  color: #9F8A65;
  font-weight: bold;
  font-size: 3.3rem;
  letter-spacing: 0.2em;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .top_about dt em {
    font-size: 2.8rem;
  }
}
.top_about dd {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .top_about dd {
    margin-top: 2rem;
    letter-spacing: 0.08em;
  }
}
.top_about .btn {
  margin-top: 5.6rem;
  text-align: center;
}
.top_about .btn a {
  display: inline-block;
  background: linear-gradient(90deg, #c7baa3 0%, #9f8a65 74.88%, #9f8a65 100%);
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 2.6875;
  width: 21.875em;
  max-width: 100%;
  position: relative;
}
.top_about .btn a:before {
  content: "";
  position: absolute;
  background: url(../img/ico_arrow_w.svg) no-repeat 50%/contain;
  width: 0.6rem;
  height: 100%;
  top: 0;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .top_about figure {
    margin-top: 2rem;
  }
}
.top_about figure img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top_about figure figcaption {
    position: absolute;
    inset: auto 1rem 0.5rem auto;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .top_about figure figcaption {
    padding-top: 0.5rem;
    font-size: 1.2rem;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .top_about .u_inner {
    width: 140rem;
  }
  .top_about .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .top_about dl {
    flex-basis: 48%;
  }
  .top_about figure {
    position: relative;
    flex-basis: 48%;
  }
  .top_about figure.about-image::before {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(3rem, 3rem);
    background-color: #fff;
    width: 50%;
    height: 50%;
  }
  .top_about figure.about-image > span {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(90deg) translate(calc(100% - 1rem), calc(-100% + 1rem));
    transform-origin: right;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #9A7701;
  }
}

.top_nav {
  position: relative;
  overflow: hidden;
  padding: 8.5rem 3.1%;
}
.top_nav ul {
  display: flex;
  color: #fff;
  text-align: center;
  gap: 0 1.66%;
}
@media screen and (max-width: 767px) {
  .top_nav ul {
    flex-wrap: wrap;
    gap: 0;
  }
}
.top_nav ul:after {
  content: "all image photo";
  position: absolute;
  bottom: 6rem;
  right: 5rem;
  font-size: 1.2rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .top_nav ul:after {
    right: 1.3rem;
  }
}
.top_nav li {
  width: 25%;
  overflow: hidden;
  position: relative;
}
.top_nav li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #231815;
  top: 0;
  left: 0;
  z-index: 2;
  transform-origin: left bottom;
}
.top_nav li.evt {
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .top_nav li {
    width: 50%;
  }
}
.top_nav li.show:before {
  transition: transform 2s;
  transform: scale(1, 0);
}
@media screen and (max-width: 767px) {
  .top_nav video {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .top_nav img {
    opacity: 1;
  }
  .top_nav video {
    display: none;
  }
}
.top_nav img {
  width: 100%;
  object-fit: cover;
  height: 108rem;
  transition: transform 0.5s;
}
@media screen and (max-width: 767px) {
  .top_nav img {
    height: 40rem;
  }
}
.top_nav a {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_nav a img {
    transform: scale(1.05);
  }
  .top_nav a:hover {
    opacity: 1;
  }
  .top_nav a:hover img {
    transform: scale(1);
  }
  .top_nav a.show:before {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_nav a:before {
    content: "";
    background: #898989;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    z-index: 1;
    transition: opacity 0.3s;
  }
}
.top_nav i {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
  left: 0;
  font-size: 2.2rem;
  padding-top: 16rem;
}
@media screen and (max-width: 767px) {
  .top_nav i {
    font-size: 1rem;
    padding-top: 5.5rem;
  }
}
.top_nav i:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-left: solid 1px #fff;
  height: 15.5rem;
  top: 0;
  animation: pathmove 1.4s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .top_nav i:before {
    height: 5rem;
  }
}
.top_nav p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  z-index: 2;
  height: calc(100% - 8rem);
  bottom: 0;
  display: flex;
}
.top_nav p span {
  display: block;
  font-weight: 400;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .top_nav p {
    font-size: 1.4rem;
    height: calc(100% - 5rem);
  }
}

.caution {
  padding: 0 0 6rem;
}
.caution p {
  position: initial;
  width: fit-content;
  height: 100%;
  transform: none;
  font-size: 1rem;
  margin: 0 auto;
}

.low {
  position: relative;
}
.low .c_wrap {
  padding: 1px 0 10rem;
}
@media screen and (max-width: 767px) {
  .low .c_wrap {
    padding-bottom: 9rem;
  }
}
.low p,
.low dd {
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.2em;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .low p {
    line-height: 1.8;
  }
}
.low .c_cap {
  font-size: 1.2rem;
  text-align: right;
}
.low .c_cap.caution {
  padding: 10rem 0 0;
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
}
.low .c_cap.caution p {
  position: initial;
  width: fit-content;
  height: 100%;
  transform: none;
  font-size: 1rem;
  margin: 0 auto;
}
.low sup {
  font-size: 1.2rem;
  vertical-align: top;
}

.c_note {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .c_note {
    padding-top: 9rem;
  }
}
.c_note p {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c_note p {
    font-size: 1.1rem;
  }
}

.env_label {
  width: 30rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .env_label {
    width: 65%;
  }
}
.env_label img {
  width: 100%;
}

.low_header {
  position: relative;
  height: 100vh;
}
.low_header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .low_header {
    position: fixed;
    width: 32rem;
    bottom: 0;
    z-index: 3;
  }
  body.abs .low_header {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .low_header {
    height: 30vh;
  }
}
.low_header .ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.1rem;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  z-index: 1;
  color: #fff;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .low_header .ttl {
    top: 25%;
  }
}
@media screen and (max-width: 767px) {
  .low_header .ttl {
    font-size: 2.3rem;
    writing-mode: inherit;
    transform: translate(-50%, -50%);
  }
}
.low_header .ttl span {
  display: block;
  opacity: 0;
  transform: translateY(3rem);
  white-space: nowrap;
}
.low_header .ttl.show span {
  transition: opacity 1s, transform 0.6s;
  transition-delay: 0.3s;
  opacity: 1;
  transform: none;
}
.low_header .cap {
  color: #fff;
  position: absolute;
  inset: auto 1rem 1rem auto;
  font-size: 1.2rem;
  line-height: 1;
  text-shadow: 0 0 3px #000;
}
.low_header .nav {
  color: #fff;
  position: absolute;
  inset: auto auto 4.4rem 4.4rem;
  width: calc(100% - 4.4rem);
  font-size: 1.8rem;
  white-space: nowrap;
}
.low_header .nav * {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .low_header .nav {
    display: none;
  }
}
.low_header .nav li + li {
  margin-top: 0.5rem;
}
.low_header .nav a {
  display: block;
  position: relative;
}
.low_header .nav a i {
  transition: opacity 0.5s;
}
.low_header .nav a span {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.low_header .nav a:hover {
  opacity: 1;
}
.low_header .nav a:hover i {
  opacity: 0;
}
.low_header .nav a:hover span {
  opacity: 1;
}
.low_header .nav::before {
  content: "menu";
  display: block;
  position: absolute;
  inset: -12rem auto auto 0;
  width: 7rem;
  height: 3rem;
  font-size: 1.5rem;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.24em;
  border-bottom: 2px solid #fff;
  transform: rotate(90deg);
  transform-origin: left bottom;
  animation: anchor_menu1 1s ease-in-out infinite;
}
.low_header .nav::after {
  content: "";
  background: #fff;
  position: absolute;
  inset: -2rem auto auto 0;
  width: 1.5rem;
  height: 2px;
  transform: rotate(-45deg);
  transform-origin: left;
  animation: anchor_menu2 1s ease-in-out infinite;
}

@keyframes anchor_menu1 {
  0% {
    inset: -12rem auto auto 0;
  }
  50% {
    inset: -11rem auto auto 0;
  }
  0% {
    inset: -12rem auto auto 0;
  }
}
@keyframes anchor_menu2 {
  0% {
    inset: -2rem auto auto 0;
  }
  50% {
    inset: -1rem auto auto 0;
  }
  0% {
    inset: -2rem auto auto 0;
  }
}
.low_ttl {
  font-size: 4.5rem;
  letter-spacing: 0.24em;
  margin: 10rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .low_ttl {
    margin: 5rem 0 3rem;
    font-size: 3.5rem;
  }
}
.low_ttl i {
  display: inline-block;
  line-height: 1;
}
.low_ttl i.active a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .low_ttl i:not(.active) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .low_ttl i:not(.active) {
    color: #B4B4B5;
  }
}
@media screen and (min-width: 768px) {
  .low_ttl i.passive {
    position: relative;
    /* 擬似要素の基準にするため */
    padding-left: 0.8em;
    /* 擬似要素分のスペース */
  }
  .low_ttl i.passive:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.1em;
    height: 0.8em;
    border-left: solid 1px #231815;
  }
}

.c_ttl {
  font-size: 3.3rem;
  letter-spacing: 0.2em;
  line-height: 1.69;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 1.79rem;
    letter-spacing: 0.15em;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .c_ttl.--01 {
    word-break: normal;
  }
}

.life_sec .c_ttl {
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  .life_sec .txt1 {
    font-size: 1.2rem;
    letter-spacing: 0.09em;
  }
}
.life_sec .img2 {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .life_sec .img2 {
    margin-top: 3.5rem;
    margin-bottom: 2rem;
  }
}
.life_sec .img2 figcaption {
  padding-top: 0.5rem;
  font-size: 1.2rem;
  text-align: right;
}
.life_sec .movie {
  overflow: hidden;
}
.life_sec .movie video {
  display: block;
  width: 114%;
  height: 100%;
  margin-left: -7%;
}
.life_sec .img1 {
  position: relative;
  display: grid;
  grid-template: "area01 area01 area04" "area01 area01 area05" "area02 area03 area05"/1fr 1fr 1fr;
  gap: 3rem;
  margin: 3rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .life_sec .img1 {
    margin: 1rem 0 5rem;
    gap: 1rem;
  }
}
.life_sec .img1 figcaption {
  position: absolute;
  inset: calc(100% + 0.5rem) 0 auto auto;
  font-size: 1.2rem;
}
.life_sec .map {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .life_sec .map {
    margin-bottom: 3rem;
  }
}
.life_sec .map iframe {
  width: 100%;
  height: 74.5rem;
}
@media screen and (max-width: 767px) {
  .life_sec .map iframe {
    height: auto;
    aspect-ratio: 330/254;
  }
}
.life_sec .school {
  background: #fff;
  position: relative;
  padding: 2.5rem;
  margin-bottom: 5rem;
}
.life_sec .school .img.dummy {
  position: relative;
}
.life_sec .school .img.dummy::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  width: 100%;
  height: 100%;
}
.life_sec .school .img p {
  letter-spacing: 0;
  font-size: 1rem;
  margin-top: 0.7em;
  line-height: 1.5;
}
.life_sec .school .cap {
  position: absolute;
  inset: auto 1rem 0 auto;
  font-size: 1.2rem;
}
.life_sec .school .img {
  position: relative;
}
.life_sec .school .img figcaption {
  position: absolute;
  inset: auto 1rem 0.5rem auto;
  font-size: 1.2rem;
  text-shadow: 0 0 5px #fff;
}
@media screen and (max-width: 767px) {
  .life_sec .school .img figcaption {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .life_sec .school {
    padding: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8rem;
  }
  .life_sec .school dl {
    width: 47rem;
  }
  .life_sec .school .img {
    width: 52rem;
  }
}
@media screen and (max-width: 767px) {
  .life_sec .school .img {
    margin-top: 2.5rem;
  }
  .life_sec .school .img p small {
    display: block;
  }
  .life_sec .school .cap {
    font-size: 1rem;
  }
}
.life_sec .school dt {
  font-size: 2.2rem;
  letter-spacing: 0.14em;
  line-height: 1.95;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 767px) {
  .life_sec .school dt {
    font-size: 1.8rem;
  }
}
.life_sec .school dd {
  font-size: 1.4rem;
  letter-spacing: 0.09em;
  line-height: 2.58;
}
.life_sec .ttl {
  background: #DCDDDD;
  letter-spacing: 0.2em;
  padding: 0.25em 1.2em;
  margin: 0 0 1.3em;
}
@media screen and (max-width: 767px) {
  .life_sec .ttl {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding: 0.3em 0.6em;
    margin: 0 0 0.7em;
  }
}
.life_sec .list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .life_sec .list {
    gap: 1rem;
  }
}
.life_sec .list li {
  width: calc(25% - 1.5rem);
}
@media screen and (max-width: 767px) {
  .life_sec .list li {
    width: calc(50% - 0.5rem);
  }
}
.life_sec .list figure {
  position: relative;
}
.life_sec .list figure figcaption {
  color: #fff;
  position: absolute;
  inset: auto 0.4rem 0.2rem auto;
  font-size: 1.2rem;
  text-shadow: 0 0 3px #000;
}
.life_sec .list p {
  letter-spacing: 0;
  font-size: 1rem;
  margin-top: 0.7em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .life_sec .list p small {
    display: block;
  }
}
.life_sec .list.dummy li {
  position: relative;
}
.life_sec .list.dummy li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .access_sec .txt1 {
    font-size: 1.2rem;
    letter-spacing: 0.09em;
  }
}
.access_sec .img1 {
  margin: 4rem 0 8rem;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .access_sec .img1 {
    margin: 2rem 0 6rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .access_sec .sub_ttl {
    margin-top: 6rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .access_sec ul {
    display: flex;
    gap: 2rem;
  }
  .access_sec ul + p {
    margin-top: 3rem;
  }
}
.access_sec li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .access_sec li {
    margin-top: 1rem;
  }
  .access_sec li:first-child {
    margin-top: 0;
  }
}
.access_sec li:has(.dummy)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  width: 100%;
  height: 100%;
}
.access_sec li:has(.dummy) p {
  z-index: 1;
}
.access_sec li img {
  width: 100%;
}
.access_sec li p {
  position: absolute;
  font-size: 2.8rem;
  letter-spacing: 0.12em;
  text-align: center;
  width: 100%;
  bottom: 0.5em;
  left: 0;
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 5px #000;
  white-space: nowrap;
}
.access_sec li p small {
  font-size: 70%;
}
.access_sec li p em {
  display: inline-block;
  translate: 0 0.2rem;
}
@media screen and (max-width: 767px) {
  .access_sec li p em {
    translate: 0 0.1rem;
  }
}
.access_sec li p span.a {
  display: inline-block;
  position: relative;
}
.access_sec li p span.a small {
  position: absolute;
  inset: -0.5rem auto auto 1.5rem;
}
@media screen and (max-width: 767px) {
  .access_sec li p span.a small {
    inset: 0.5rem auto auto 1rem;
  }
}
@media screen and (max-width: 767px) {
  .access_sec li p {
    font-size: 2.5rem;
  }
}
.access_sec li p.cap {
  color: #000;
  position: absolute;
  inset: 102% auto auto 0;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: left;
  text-shadow: none;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .access_sec li p.cap {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .access_sec .img_list1 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
  }
  .access_sec .img_list1 li:not(:first-child) {
    width: calc(50% - 0.5rem);
  }
  .access_sec .img_list1 li:not(:first-child) p {
    font-size: 1.9rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 768px) {
  .switch_area > * {
    display: none;
  }
  .switch_area > *.active {
    display: block;
  }
}
.lead_sec {
  margin-top: 17rem;
}
.lead_sec p {
  font-size: 3.3rem;
  letter-spacing: 0.2em;
  line-height: 1.69;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .lead_sec {
    margin-top: 4.5rem;
  }
  .lead_sec p {
    font-size: 1.79rem;
    letter-spacing: 0.15em;
  }
}

.plan_sec .c_ttl {
  margin-bottom: 7.3rem;
}
@media screen and (max-width: 767px) {
  .plan_sec .c_ttl {
    letter-spacing: 0.1em;
    word-break: break-all;
  }
}
.plan_sec .row {
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .plan_sec .row {
    margin: 4rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4rem;
  }
  .plan_sec .row figure.a {
    width: calc(50% - 4rem);
  }
  .plan_sec .row figure.b {
    width: 50%;
  }
  .plan_sec .row figcaption {
    margin-top: 0.5em;
    text-align: right;
  }
  .plan_sec .row .desc {
    width: 100%;
  }
  .plan_sec .row .desc .cap {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .plan_sec .row figure {
    margin-bottom: 3rem;
  }
  .plan_sec .row figure img {
    width: 100%;
  }
  .plan_sec .row figcaption {
    text-align: right;
    font-size: 1.2rem;
  }
}
.plan_sec .desc {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .plan_sec .desc {
    margin-bottom: 5rem;
  }
}
.plan_sec .desc .cap {
  font-size: 1.2rem;
}
.plan_sec .column {
  margin-bottom: 8rem;
}
.plan_sec .column > div {
  border: 1px solid #490509;
}
.plan_sec .column > div + * {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .plan_sec .column .column1 {
    width: calc(50% - 2rem);
  }
  .plan_sec .column .column2 {
    width: 100%;
  }
}
.plan_sec .column_ttl {
  background: #490509;
  color: #fff;
  width: 100%;
  padding: 1.2rem 0;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan_sec .column_ttl {
    font-size: 1.4rem;
  }
}
.plan_sec .column_row {
  display: flex;
}
@media screen and (max-width: 767px) {
  .plan_sec .column_row {
    flex-direction: column;
  }
}
.plan_sec .column_row .item {
  flex: 1;
  padding: 2rem;
}
.plan_sec .column_row .item .txt {
  padding-bottom: 1em;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}
.plan_sec .column_row .item figure {
  position: relative;
}
.plan_sec .column_row .item figure figcaption {
  color: #fff;
  position: absolute;
  inset: auto auto 0.2rem 1rem;
  font-size: 1.2rem;
  text-shadow: 0 0 3px #000;
}
.plan_sec .column_row .item figure img {
  width: 100%;
}
.plan_sec .column .note {
  padding: 0 2rem 2rem;
}
.plan_sec .column .note p {
  font-size: 1.2rem;
  line-height: 1.4;
}
.plan_sec .column p.desc {
  font-size: 1.6rem;
}
.plan_sec .column p.cap {
  font-size: 1.2rem;
}
.plan_sec .bnr {
  margin: 8rem 0 9rem;
}
@media screen and (max-width: 767px) {
  .plan_sec .bnr {
    margin: 4rem 0;
  }
}
.plan_sec .bnr a {
  display: block;
  position: relative;
}
.plan_sec .bnr img {
  width: 100%;
}
.plan_sec .bnr .cap {
  color: #fff;
  position: absolute;
  inset: auto 1rem 0.5rem auto;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .plan_sec .bnr .cap {
    inset: auto 1rem 0 auto;
    font-size: 1rem;
  }
}
.plan_sec .typeselect {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .plan_sec .typeselect {
    flex-flow: column nowrap;
    gap: 0;
  }
}
.plan_sec .typeselect .button {
  cursor: pointer;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: rgba(35, 24, 22, 0.4);
  padding: 1rem;
  margin-bottom: 3rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .plan_sec .typeselect .button {
    margin-bottom: 0.2rem;
  }
  .plan_sec .typeselect .button:last-child {
    margin-bottom: 3rem;
  }
}
.plan_sec .typeselect .button .type {
  font-size: 1.3rem;
}
.plan_sec .typeselect .button .type i {
  font-size: 1.8rem;
}
.plan_sec .typeselect .button.active {
  background-color: rgba(35, 24, 22, 0.4);
  color: #fff;
}
.plan_sec .typewrapper {
  display: none;
}
.plan_sec .typewrapper.active {
  display: revert;
}
.plan_sec .head {
  margin-bottom: 3rem;
}
.plan_sec .head p {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .plan_sec .head {
    display: flex;
    align-items: center;
  }
  .plan_sec .head .area {
    padding-top: 1em;
    font-size: 1.6rem;
  }
}
.plan_sec .head + .head {
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  .plan_sec .head + .head {
    margin-top: -2rem;
  }
}
.plan_sec .type {
  font-size: 3rem;
  letter-spacing: 0.11em;
}
.plan_sec .type i {
  font-size: 4.2rem;
  line-height: 1;
}
.plan_sec .floor {
  font-size: 2.6rem;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .plan_sec .floor {
    border-left: solid 1px #231815;
    padding: 0 1em;
    margin: 0 1em;
  }
  .plan_sec .floor:has(+ .area) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .plan_sec .floor {
    position: relative;
    top: -0.2em;
    font-size: 2rem;
    line-height: 1.1 !important;
    margin: 1rem 0;
  }
}
.plan_sec .floor i {
  font-size: 3.4rem;
}
.plan_sec .floor small {
  font-size: 1.6rem;
}
.plan_sec .area {
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .plan_sec .area {
    border-left: solid 1px #231815;
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .plan_sec .area {
    font-size: 1.4rem;
    line-height: 1.42;
    letter-spacing: 0;
  }
}
.plan_sec .img1 {
  position: relative;
  margin-bottom: 11rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan_sec .img1 {
    margin-bottom: 7rem;
  }
}
.plan_sec .img1 img {
  width: 51.1rem;
}
.plan_sec .img1 img.d, .plan_sec .img1 img.e {
  width: 63rem;
}
.plan_sec .img1 figcaption {
  margin-top: 2em;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-align: left;
}
.plan_sec .portion {
  position: absolute;
  inset: 2.4rem 10rem auto auto;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .plan_sec .portion {
    inset: 1.6rem -1.5rem auto auto;
    width: 8rem;
  }
  .plan_sec .portion p {
    font-size: 1rem;
  }
}

.site_sec figure {
  width: 100%;
  margin: 10rem auto;
}
@media screen and (max-width: 767px) {
  .site_sec figure {
    margin: 5rem auto;
  }
}
.site_sec figure p {
  text-align: center;
}
.site_sec img {
  width: 100%;
}
.site_sec .img2 {
  text-align: right;
}
.site_sec .img2 img {
  width: 80%;
}

.premium_sec {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .premium_sec {
    margin-bottom: 4rem;
  }
}
.premium_sec .mv {
  position: relative;
  margin: 17rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .premium_sec .mv {
    margin: 9rem 0 5rem;
  }
}
.premium_sec .mv .cap {
  position: absolute;
  inset: auto 1rem 0 auto;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .premium_sec .mv .cap {
    font-size: 1rem;
  }
}
.premium_sec .ttl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  font-size: 4.5rem;
  line-height: 1.1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .premium_sec .ttl {
    font-size: 2.8rem;
  }
}
.premium_sec .ttl small {
  display: block;
  font-size: 0.73em;
  letter-spacing: 0.24em;
}
.premium_sec .lead {
  text-align: center;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .premium_sec .lead p {
    text-align: left;
    line-height: 1.8;
  }
  .premium_sec .lead p br {
    display: none;
  }
}
.sauna_sec {
  background: #fff;
  padding: 7.6rem 7rem 6.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sauna_sec {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sauna_sec p {
    line-height: 1.8;
    text-align: left;
  }
}
.sauna_sec .ttl2 {
  font-size: 2.2rem;
  letter-spacing: 0.14em;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 767px) {
  .sauna_sec .ttl2 {
    font-size: 1.9rem;
  }
}

.sauna_harvia {
  margin-bottom: 8rem;
}
.sauna_harvia .logo {
  margin-bottom: 3.5rem;
}
.sauna_harvia .logo img {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .sauna_harvia .logo img {
    width: 10rem;
  }
}
.sauna_harvia .link {
  font-size: 1.3rem;
  text-decoration: underline;
}
.sauna_harvia .link a::after {
  content: "";
  background: url(../img/ico_blank.svg) no-repeat center/cover;
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  margin-left: 1rem;
  vertical-align: text-bottom;
}
.sauna_harvia ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
  margin: 3.5rem 0 3rem;
}
.sauna_harvia ul li {
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .sauna_harvia ul {
    gap: 1.5rem;
  }
}

.sauna_pickup .icon {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .sauna_pickup .icon {
    margin-bottom: 4rem;
  }
}
.sauna_pickup .icon img {
  width: 9.7rem;
}
@media screen and (max-width: 767px) {
  .sauna_pickup .icon img {
    width: 8rem;
  }
}
.sauna_pickup ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .sauna_pickup ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sauna_pickup figure img {
  width: 100%;
}
.sauna_pickup dt {
  font-size: 2rem;
  color: #9F8A65;
  margin: 1em 0 0.2em;
}
@media screen and (max-width: 767px) {
  .sauna_pickup dt {
    font-size: 1.8rem;
  }
}
.sauna_pickup dd {
  font-size: 1.2rem;
  text-align: left;
}

.design_sec .low_ttl {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .design_sec .low_ttl {
    margin-bottom: 1.5rem;
  }
}
.design_sec figure {
  margin-top: 0;
}
.design_sec figure + figure {
  margin-top: 5rem;
}
.design_sec figure figcaption {
  padding-top: 0.5em;
  font-size: 1.2rem;
  text-align: right;
}
.design_sec figure img {
  width: 100%;
}
.design_sec .txt_area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.design_sec .txt_area .txt {
  color: #231815;
  display: inline-block;
  margin-top: 1em;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .design_sec .txt_area .txt {
    font-size: 1.6rem;
  }
}
.design_sec .txt_area .txt small {
  display: block;
  margin-top: 1em;
  font-size: 1.2rem;
  text-align: left;
  letter-spacing: 0.01em;
}

.equipment_sec {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
}
.equipment_sec h4 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec h4 {
    flex-direction: column;
    align-items: flex-start;
    font-size: 2.6rem;
    gap: 0.3em;
    margin-bottom: 0.5rem;
  }
}
.equipment_sec h4 i {
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .equipment_sec h4 i {
    font-weight: 700;
    letter-spacing: 0.08em;
  }
}
.equipment_sec h4 span {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec h4 span {
    font-size: 1.4rem;
  }
}
.equipment_sec img {
  width: 100%;
}
.equipment_sec .low_ttl {
  width: 100%;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  margin: 10rem 0 7.5rem;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .equipment_sec .low_ttl {
    margin: 5rem 0 7.5rem;
  }
}
.equipment_sec .low_ttl.ft_e {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .equipment_sec .low_ttl.ft_e {
    grid-template-columns: none;
  }
}
.equipment_sec .low_ttl .active {
  color: #fff;
  background-color: #231815;
  position: relative;
}
.equipment_sec .low_ttl .active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 0.5px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .equipment_sec .low_ttl .active::after {
    width: 25px;
  }
}
.equipment_sec .low_ttl .passive::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 0.5px;
  background-color: #b3b3b4;
}
.equipment_sec .low_ttl .ja {
  font-size: 2rem;
  padding: 0 2rem 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec .low_ttl .ja {
    font-size: 1.5rem;
  }
}
.equipment_sec .low_ttl i {
  padding: 1.5rem;
  background-color: #e4e4e4;
  font-size: 3.5rem;
}
.equipment_sec .low_ttl i::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .equipment_sec .low_ttl i {
    font-size: 2.8rem;
  }
}
.equipment_sec :is(.pet, .internet, .security, .structure, .disaster) h4 span {
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .equipment_sec .img-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .equipment_sec .img-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .equipment_sec .img-pc {
    display: none !important;
  }
}
.equipment_sec .block .sec_ttl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: flex;
  margin-bottom: 3rem;
  justify-content: space-between;
  align-items: center;
}
.equipment_sec .block .sec_ttl .sub_ttl {
  font-weight: 600;
  color: #a46f58;
}
@media screen and (max-width: 767px) {
  .equipment_sec .block .sec_ttl .sub_ttl {
    font-weight: 700;
  }
}
.equipment_sec .block .sec_ttl .sec_ttl_right {
  font-size: 2.2rem;
  color: #000000;
  font-weight: 300;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec .block .sec_ttl .sec_ttl_right {
    padding: 0.5rem 0 0 0;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .equipment_sec .block .sec_ttl {
    display: block;
  }
  .equipment_sec .block .sec_ttl .sec_ttl_left {
    display: flex;
    align-items: center;
  }
  .equipment_sec .block .sec_ttl .sec_ttl_left .sub_ttl {
    padding: 0 0 0 0.8rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .equipment_sec .block .list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .equipment_sec .block .list1 li {
    display: flex;
    flex-direction: column;
  }
  .equipment_sec .block .list1 li.sp_col2, .equipment_sec .block .list1 li.col4 {
    grid-column: span 2;
  }
  .equipment_sec .block .list1 li figure, .equipment_sec .block .list1 li picture {
    order: -1;
    margin-bottom: 0;
  }
  .equipment_sec .block .list1 li p:not(.ttl) {
    display: none;
  }
}
.equipment_sec .pet h4 {
  color: #a46f58;
}
.equipment_sec .internet :is(h4, .ttl) {
  color: #a46f58;
}
.equipment_sec .security h4 {
  color: #a46f58;
}
.equipment_sec .kitchen :is(h4, .ttl) {
  color: #a46f58;
}
.equipment_sec .dressing :is(h4, .ttl) {
  color: #a46f58;
}
.equipment_sec .bath :is(h4, .ttl) {
  color: #a46f58;
}
.equipment_sec .toilet :is(h4, .ttl) {
  color: #a46f58;
}
.equipment_sec .comfortable :is(h4, .ttl) {
  color: #a46f58;
}
.equipment_sec .others :is(h4, .ttl) {
  color: #a46f58;
}
.equipment_sec .block {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec .block {
    margin-top: 5rem;
  }
}
.equipment_sec .block.security {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec .block.security {
    margin-top: 5rem;
  }
}
.equipment_sec ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem 3rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.5rem;
  }
}
.equipment_sec .group-2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 3rem;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .equipment_sec .group-2 ul {
    grid-template-columns: none;
  }
}
.equipment_sec .group-3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 3rem;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .equipment_sec .group-3 ul {
    grid-template-columns: none;
    gap: 3rem 3rem;
  }
}
@media screen and (min-width: 768px) {
  .equipment_sec li.col2 {
    grid-column: span 2;
  }
  .equipment_sec li.col3 {
    grid-column: span 3;
  }
  .equipment_sec li.col4 {
    grid-column: span 4;
  }
  .equipment_sec li.row2 {
    grid-row: span 2;
  }
}
.equipment_sec li .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.equipment_sec li.rakka {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec li.rakka {
    gap: 1.5rem;
  }
}
.equipment_sec li.rakka .ttl {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .equipment_sec li.rakka .ttl {
    margin-bottom: 0;
  }
}
.equipment_sec .group-2,
.equipment_sec .group-3 {
  margin: 5rem 0 0 0;
}
.equipment_sec .row-center {
  display: grid;
  place-items: center;
}
.equipment_sec .row-center .ttl {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .equipment_sec .row-center {
    margin-top: -3rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .equipment_sec .col2.row-center {
    margin-top: -2rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .equipment_sec .group-2 .row-center {
    margin-top: -4.5rem;
    margin-bottom: 1rem;
  }
}
.equipment_sec .ttl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #a46f58;
  margin-top: 1.5rem;
}
.equipment_sec .ttl .sml {
  display: inline-block;
  font-size: 1.8rem;
}
.equipment_sec .ttl .sml2 {
  display: inline-block;
  font-size: 1.8rem;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .equipment_sec .ttl {
    font-size: 1.6rem;
  }
}
.equipment_sec .ttl.under {
  position: relative;
  padding-bottom: 0.4em;
}
.equipment_sec .ttl.under::before {
  content: "";
  background: #A5B4A8;
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 1px;
}
.equipment_sec figure {
  position: relative;
  margin-bottom: 1rem;
}
.equipment_sec figure img {
  display: block;
}
.equipment_sec .imgcenter {
  width: 100%;
  background-color: #e9e9e9;
}
@media screen and (min-width: 768px) {
  .equipment_sec .imgcol2 {
    height: 20.5rem;
    object-fit: cover;
  }
}
.equipment_sec figcaption {
  color: #fff;
  position: absolute;
  inset: auto 1rem 0.3rem auto;
  font-size: 1.2rem;
  line-height: 1.4;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .equipment_sec figcaption {
    font-size: 0.8rem;
  }
}
.equipment_sec figcaption.--01 {
  top: 100%;
}
.equipment_sec figcaption.--02 {
  bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec figcaption.--02 {
    bottom: 3.5rem;
  }
}
.equipment_sec figcaption.--03 {
  left: 1rem;
}
.equipment_sec figcaption.--04 {
  top: 20rem;
  left: 12.3rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec figcaption.--04 {
    top: 12rem;
    left: 6.3rem;
  }
}
.equipment_sec figcaption.--05 {
  top: 17rem;
  right: 4rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec figcaption.--05 {
    top: 10.2rem;
    right: 2.7rem;
  }
}
.equipment_sec figcaption.--06 {
  bottom: 0.3rem;
  left: 15rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec figcaption.--06 {
    left: 27.4rem;
  }
}
.equipment_sec figcaption.black {
  color: #231815;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
}
.equipment_sec p {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .equipment_sec p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.equipment_sec p small {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.equipment_sec p small.right {
  display: block;
  text-align: right;
}
.equipment_sec p .sml {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec p .sml {
    font-size: 1rem;
  }
}
.equipment_sec p .sml2 {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec p .sml2 {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .equipment_sec p .large {
    font-size: 1.6rem;
  }
}
.equipment_sec .pet li.col4 {
  background: #fff;
  padding: 2rem;
  border: 1px solid #A5B4A8;
}
@media screen and (min-width: 768px) {
  .equipment_sec .pet .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
  .equipment_sec .pet .row .a {
    width: calc(40% - 2rem);
  }
  .equipment_sec .pet .row .b {
    width: 63rem;
  }
  .equipment_sec .pet .ttl {
    font-size: 2rem;
  }
  .equipment_sec .pet .txt {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .equipment_sec .pet .txt small {
    font-size: 1.2rem;
  }
  .equipment_sec .pet figcaption {
    letter-spacing: 0.2em;
  }
}
.equipment_sec .pet figure {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .equipment_sec .pet figure {
    margin-top: 1rem;
  }
}
.equipment_sec .internet li.col4 {
  background: #fff;
  padding: 2rem;
  border: 1px solid #A5B4A8;
}
.equipment_sec .internet .txt {
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .equipment_sec .internet .spec {
    margin-top: 1rem;
  }
}
.equipment_sec .internet .spec p {
  background: #E3E8D1;
  position: relative;
  margin-bottom: 2rem;
  padding: 1.2rem 1.2rem 1.2rem 4.5rem;
  font-size: 1.4rem;
  font-weight: normal;
  border: 1px solid #5B9C8F;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .equipment_sec .internet .spec p {
    margin-bottom: 1rem;
    padding: 1rem 1rem 1rem 2.5rem;
    font-size: 1rem;
  }
}
.equipment_sec .internet .spec p span {
  color: #5A9C90;
  position: absolute;
  inset: 0 auto auto 1.2rem;
  height: 100%;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .equipment_sec .internet .spec p span {
    inset: 0 auto auto 0.7rem;
    font-size: 1.3rem;
  }
}
.equipment_sec .internet figure {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .equipment_sec .internet .ttl {
    font-size: 2rem;
  }
  .equipment_sec .internet .row {
    display: flex;
    justify-content: space-between;
  }
  .equipment_sec .internet .a {
    width: 59.2rem;
  }
  .equipment_sec .internet .b {
    width: calc(100% - 61.8rem);
  }
  .equipment_sec .internet .row2 {
    display: flex;
    align-items: center;
    gap: 3rem;
    border-radius: 10rem;
  }
  .equipment_sec .internet .row2 figure {
    width: 30.5rem;
  }
  .equipment_sec .internet .row2 p {
    width: calc(100% - 36rem);
  }
}
.equipment_sec .internet .connectix .box {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
  padding: 1rem 2rem;
  border: 1px solid #000;
  border-radius: 100rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec .internet .connectix .box {
    flex-direction: column;
    padding: 2rem 2rem 1.5rem;
    border-radius: 0;
  }
}
.equipment_sec .internet .connectix .box .logo {
  width: min(100%, 20rem);
}
.equipment_sec .internet .connectix .box p {
  flex: 1;
}
.equipment_sec .internet .connectix .cap {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .equipment_sec .internet .connectix .cap {
    text-align: left;
  }
}
.equipment_sec .security ul {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 6rem 4rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec .security ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.equipment_sec .security li figure,
.equipment_sec .security li picture img {
  margin-top: 1.5rem;
}
.equipment_sec .kitchen .ttl {
  margin-top: 1.5rem;
}
.equipment_sec .kitchen .img-small {
  width: 22rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec .kitchen .img-small {
    width: 16rem;
  }
  .equipment_sec .kitchen .img-small.--01 {
    display: block;
    margin: 0 auto;
    width: 16rem;
    max-width: 100%;
    height: auto;
  }
}
.equipment_sec .kitchen .col4 .wrap {
  display: grid;
  grid-template-columns: 50% 1fr 1fr;
  place-items: start;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec .kitchen .col4 .wrap {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }
}
.equipment_sec .kitchen .col4 .wrap figure {
  width: 100%;
}
.equipment_sec .kitchen .col4 .wrap figure p {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .equipment_sec .kitchen .col2 .wrap {
    gap: 0.5rem;
  }
}
.equipment_sec .dressing .ttl {
  margin-top: 1.5rem;
}
.equipment_sec .bath .ttl {
  margin-top: 1.5rem;
}
.equipment_sec .bath .bathroom-door {
  margin: 10rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .equipment_sec .bath .bathroom-door {
    margin: -4rem 0 0 0;
  }
}
.equipment_sec .toilet .ttl {
  margin-top: 1.5rem;
}
.equipment_sec .comfortable .ttl {
  margin-top: 1.5rem;
}
.equipment_sec .comfortable .topmargin {
  margin: 5rem 0;
}
.equipment_sec .others .wrapper {
  width: 100%;
  height: auto;
  padding-block: 1rem;
  border: 0.1rem solid #a46f58;
  display: flex;
}
@media screen and (max-width: 767px) {
  .equipment_sec .others .wrapper {
    flex-direction: column;
  }
}
.equipment_sec .others .parts {
  padding: 2rem 6rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec .others .parts {
    padding: 1rem 1rem;
  }
}
.equipment_sec .others .ttl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #a46f58;
}
@media screen and (max-width: 767px) {
  .equipment_sec .others .ttl {
    padding-bottom: 0.4rem;
  }
}
.equipment_sec .others ul {
  display: grid;
  grid-template-columns: 4fr 3fr;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .equipment_sec .others ul {
    gap: 0.3rem;
  }
}
.equipment_sec .others li {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 100;
  letter-spacing: -0.05rem;
  white-space: nowrap;
  padding-left: 2.4rem;
  position: relative;
}
.equipment_sec .others li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background-color: #a46f58;
}
@media screen and (max-width: 767px) {
  .equipment_sec .others li {
    padding-left: 1.2rem;
    font-size: 1rem;
  }
  .equipment_sec .others li::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.quality_sec .block {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .quality_sec .block {
    margin-top: 5rem;
  }
}
.quality_sec .block .sec_ttl .sub_ttl {
  color: #3f6678;
}
.quality_sec .ttl {
  color: #3f6678;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .quality_sec figure {
    margin: 1rem 0 0;
  }
}
.quality_sec li {
  border: none;
}
.quality_sec h4 {
  color: #3f6678;
}
.quality_sec .structure .st-top {
  background-color: #fff;
  padding: 5rem 5rem 3rem 5rem;
}
@media screen and (max-width: 767px) {
  .quality_sec .structure .st-top {
    padding: 1rem 2.5rem 2rem;
  }
}
.quality_sec .structure .st-top figure {
  margin: 4rem 0 2rem 0;
}
@media screen and (max-width: 767px) {
  .quality_sec .structure .st-top figure {
    margin: 2rem 0 1rem 0;
  }
}
.quality_sec .structure .structure ul {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 6rem 4rem;
}
.quality_sec .structure .line-break {
  display: block;
  padding: 1rem 0 0 0;
}
.quality_sec .structure .water-supply-piping {
  margin: -5rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .quality_sec .structure .water-supply-piping {
    margin: -3rem 0 0 0;
  }
}
.quality_sec .disaster {
  margin-top: 15rem;
}
.quality_sec .disaster .Earthquake-control-operation {
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .quality_sec .disaster .Earthquake-control-operation {
    margin: -3rem 0 0 0;
  }
}
.quality_sec .disaster .shoukaki {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 3rem;
}
.quality_sec .disaster .shoukaki .txt_content {
  grid-column: span 2;
}
@media screen and (min-width: 768px) {
  .quality_sec .disaster .shoukaki .txt_content .ttl {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .quality_sec .disaster .shoukaki {
    display: block;
  }
}

.outline_sec dl {
  display: flex;
  flex-wrap: wrap;
}
.outline_sec dt,
.outline_sec dd {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .outline_sec dt,
  .outline_sec dd {
    font-size: 1.4rem;
  }
}
.outline_sec dt {
  width: 20%;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .outline_sec dt {
    padding: 1em 0 0;
    width: 100%;
    border-bottom: none;
  }
}
.outline_sec dd {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .outline_sec dd {
    width: 100%;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .map_sec {
    width: 104rem;
    margin: 0 auto;
  }
}

.modal_popup {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100vh;
  z-index: 15;
  overflow: scroll;
}
.modal_popup .box {
  position: absolute;
  inset: 5rem auto auto 50%;
  translate: -50% 0;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .modal_popup .box {
    width: 120rem;
  }
}
@media screen and (max-width: 767px) {
  .modal_popup .box {
    inset: 50% auto auto 50%;
    translate: -50% -50%;
    width: 100%;
    padding-bottom: 0;
  }
}
.modal_popup .box > * {
  display: none;
}
.modal_popup .box img {
  display: block;
  width: auto;
  height: calc(100vh - 12rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .modal_popup .box img {
    width: 100%;
    height: auto;
  }
}

body.modal_open {
  overflow: hidden;
}

.js-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #ffff66, #ffff66);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 30%;
  transition: all 1s ease-in-out;
  font-weight: bold;
}

.js-marker.inview {
  background-size: 100% 30%;
}

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