@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
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, b, 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;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2vw;
  }
}

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

body {
  font-size: 1.6rem;
  line-height: 1.5;
  background: #fff;
  color: #231815;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
}

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;
}

main {
  overflow: hidden;
}

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

.ft_e {
  font-family: "Open Sans", sans-serif;
}

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

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

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

.scroll-to-top {
  z-index: 8;
  position: fixed;
  top: calc(100vh - 10px);
  right: 4rem;
  transform: translateY(-100%);
  width: fit-content;
  text-align: center;
}
.scroll-to-top .paws {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  margin-bottom: 10px;
}
.scroll-to-top .paw {
  background-image: url("../img/icon-paw.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 2rem;
  height: auto;
  aspect-ratio: 17.63/17.77;
}
.scroll-to-top .paw-01 {
  margin-left: 0.8rem;
  transform: scale(0.8);
}
.scroll-to-top .paw-02 {
  margin-left: 2.6rem;
  transform: scale(0.9) rotate(-10deg);
}
.scroll-to-top .paw-03 {
  transform: rotate(10deg);
}
.scroll-to-top span {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
}
.scroll-to-top a:hover {
  opacity: 1;
}
.scroll-to-top a:hover .paw-01 {
  animation: paw01 0.3s 0.4s ease forwards;
}
.scroll-to-top a:hover .paw-02 {
  animation: paw02 0.3s 0.2s ease forwards;
}
.scroll-to-top a:hover .paw-03 {
  animation: paw03 0.3s ease forwards;
}
@keyframes paw01 {
  0%, 100% {
    transform: scale(0.8);
  }
  10% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.2);
  }
}
@keyframes paw02 {
  0%, 100% {
    transform: scale(0.9) rotate(-10deg);
  }
  10% {
    transform: scale(0) rotate(0deg);
  }
  80% {
    transform: scale(1.2) rotate(0deg);
  }
}
@keyframes paw03 {
  0%, 100% {
    transform: scale(1) rotate(10deg);
  }
  10% {
    transform: scale(0) rotate(0deg);
  }
  80% {
    transform: scale(1.2) rotate(0deg);
  }
}

.blur {
  animation-name: blurAnime;
  animation-duration: 0.6s;
  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;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-delay: 0.3s;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

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

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
  .is_tel {
    pointer-events: none;
    cursor: default;
  }
  .is_tel:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .is_pc {
    display: none;
  }
}
/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
  display: block;
}

#header {
  background: #fff;
  height: 8rem;
  padding-top: 2rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  #header {
    height: 6.6rem;
    padding-top: 1.5rem;
  }
}

.h_logo {
  text-align: center;
}
.h_logo a {
  display: inline-block;
}
.h_logo img {
  width: 16.7rem;
}
@media screen and (max-width: 767px) {
  .h_logo img {
    width: 15rem;
  }
}

.h_nav {
  margin-bottom: 8rem;
  color: #fff;
}
.h_nav li {
  font-size: 1.9rem;
  margin-bottom: 1.8em;
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .h_nav li {
    font-size: 2.4rem;
    margin-bottom: 1em;
  }
}
.h_nav a[href="#"] {
  pointer-events: none;
  opacity: 0.3;
}
.h_nav a.active {
  position: relative;
}
.h_nav a.active:before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: -4rem;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/icon-paw.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.h_nav .new {
  background: #A29587;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0;
  padding: 0.2rem 0.4rem;
  display: inline-block;
  margin-left: 1rem;
}
.h_nav .update {
  background: #493411;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0;
  padding: 0.2rem 0.4rem;
  display: inline-block;
  margin-left: 1rem;
}

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

#header .h_inner {
  margin: 0;
}

.h_row {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  gap: 22rem;
}
@media screen and (max-width: 767px) {
  .h_row {
    display: block;
  }
}

.h_imgs {
  position: relative;
  width: 60rem;
  height: 72rem;
}
@media screen and (max-width: 767px) {
  .h_imgs {
    display: none;
  }
}
.h_imgs figure {
  opacity: 0;
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  transition: opacity 1s;
}
.h_imgs figure.active {
  opacity: 1;
}
.h_imgs figure figcaption {
  color: #fff;
  position: absolute;
  inset: auto 1rem 1rem auto;
  font-size: 1.2rem;
  line-height: 1;
}

.h_mail {
  margin-top: 5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .h_mail {
    margin-top: 4rem;
  }
}
.h_mail a {
  border: solid 1px #fff;
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.28em;
  padding: 0.8em 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  width: 21rem;
  height: 5rem;
}
.h_mail a:before {
  content: "";
  background: url(../img/icon-mail.svg) no-repeat 50%/contain;
  width: 2rem;
  height: 1.5rem;
}
.h_mail a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -3rem;
  transform: translateY(-50%);
  width: 6rem;
  border-bottom: solid 1px #fff;
  animation: pathmove2 1.4s ease-in-out infinite;
}

.h_menu {
  position: fixed;
  right: 4rem;
  top: 2rem;
  cursor: pointer;
  z-index: 15;
  width: 3.5rem;
  height: 4.2rem;
  padding-top: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .h_menu {
    height: 4.5rem;
    top: 1.5rem;
    right: 2rem;
  }
}
.h_menu .icon {
  position: relative;
  display: block;
  width: 3.5rem;
}
.h_menu .icon:before, .h_menu .icon:after,
.h_menu .icon span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 3em;
  background: #231815;
  transition: transform 0.6s, opacity 0.6s;
}
.h_menu .icon:before, .h_menu .icon:after {
  content: "";
  position: absolute;
  top: -0.85rem;
  left: 50%;
  translate: -50% 0;
}
.h_menu .icon:after {
  top: 0.85rem;
}
body.open .h_menu .icon {
  background: transparent;
  transition: none;
}
body.open .h_menu .icon:before, body.open .h_menu .icon:after,
body.open .h_menu .icon span {
  background: #fff;
  width: 4rem;
}
@media screen and (max-width: 767px) {
  body.open .h_menu .icon:before, body.open .h_menu .icon:after,
  body.open .h_menu .icon span {
    width: 4.5rem;
  }
}
body.open .h_menu .icon:before, body.open .h_menu .icon:after {
  top: 0;
}
body.open .h_menu .icon:before {
  transform: rotate(45deg);
}
body.open .h_menu .icon:after {
  transform: rotate(-45deg);
}
body.open .h_menu .icon span {
  opacity: 0;
}
.h_menu img {
  width: 4rem;
}
body.open .h_menu {
  color: #231815;
}
.h_menu:before {
  content: "MENU";
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.04em;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .h_menu:before {
    font-size: 1.25rem;
  }
}
body.open .h_menu:before {
  content: "CLOSE";
  color: #fff;
  bottom: -0.5rem;
}

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

#toggle_menu {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  overflow-y: auto;
  height: 100%;
  right: 0;
  background: #9e4343;
  display: none;
}
@media screen and (max-width: 767px) {
  #toggle_menu {
    padding: 8rem 3rem 3rem 7rem;
  }
}
#toggle_menu::before {
  content: "";
  background: url(../img/menu-logo.svg) no-repeat center/cover;
  position: absolute;
  inset: auto 0 3rem auto;
  width: 19.2rem;
  height: 16rem;
}
#toggle_menu .h_logo {
  position: absolute;
  inset: 3rem auto auto 3rem;
  width: 14rem;
}
@media screen and (max-width: 767px) {
  #toggle_menu .h_logo {
    display: none;
  }
}
#toggle_menu .video_wrap {
  position: absolute;
  inset: auto auto 0 0;
  width: 18rem;
  pointer-events: none;
}
#toggle_menu .video_wrap:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #9e4343;
  mix-blend-mode: lighten;
  pointer-events: none;
}
#toggle_menu .video_wrap video {
  width: 100%;
  display: block;
}

body.open {
  overflow-y: hidden;
}

body.open #toggle_menu {
  display: block;
  animation: itemFadeIn 1s;
}
body.close #toggle_menu {
  display: none;
  animation: itemFadeOut 0.8s;
}

@keyframes itemFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes itemFadeOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  body.abs #header.page .h_logo {
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
  }
}

.f_info {
  background: #e7e9e9;
  padding: 4rem 0 6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .f_info {
    padding: 5rem 0 8rem;
  }
  .f_info .u_inner {
    width: 145.3rem;
  }
}
.f_info .contact {
  margin: 6.3rem 0;
}
.f_info .contact a {
  display: block;
  position: relative;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .f_info .contact a {
    width: 57rem;
  }
}
.f_info .contact p {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 50%;
  translate: 0 -50%;
  white-space: nowrap;
  letter-spacing: 0.3em;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .f_info .contact p {
    font-size: 2rem;
  }
}
.f_info .contact p img {
  width: 6rem;
  margin-left: 1rem;
}
.f_info .contact p span {
  background: url(../img/info-img01_arrow1.png) no-repeat center/cover;
  display: block;
  position: relative;
  width: 5rem;
  height: 5rem;
  margin-left: 1rem;
}
.f_info .contact p span::before {
  content: "";
  background: url(../img/info-img01_arrow2.png) no-repeat right center/cover;
  position: absolute;
  inset: 0 auto auto -1rem;
  height: 100%;
  aspect-ratio: 102/129;
  animation: contact_arrow 1s ease-in-out infinite;
}
@keyframes contact_arrow {
  0% {
    inset: 0 auto auto -1rem;
  }
  50% {
    inset: 0 auto auto 0;
  }
  0% {
    inset: 0 auto auto -1rem;
  }
}
.f_info .contact i {
  display: inline-block;
  position: relative;
}
.f_info .contact i img {
  width: 8.7rem;
}
.f_info .contact i:after {
  content: "";
  position: absolute;
  background: url(../img/info-arrow.png) no-repeat center/contain;
  position: absolute;
  inset: 50% -3rem auto auto;
  translate: 0 -40%;
  width: 1.6rem;
  height: 3.2rem;
  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.1em;
  text-align: left;
}

@keyframes move {
  0% {
    inset: 50% -3rem auto auto;
  }
  50% {
    inset: 50% -4rem auto auto;
  }
  100% {
    inset: 50% -3rem auto auto;
  }
}
/*--------------------------------------------------------------
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;
  mask-image: radial-gradient(circle at center, black 0%, transparent 100%);
  mask-size: 0% 0%;
  mask-position: center;
  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, 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 {
  mask-size: 300% 300%;
  scale: 1;
  opacity: 1;
  filter: blur(0px);
}

.top_main {
  position: relative;
  background: url(../img/mv-bg.jpg) no-repeat center top/cover;
  display: flex;
  margin-top: 8rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top_main {
    flex-wrap: wrap;
    margin-top: 6.6rem;
  }
}
.top_main:before {
  width: 100vw;
  max-width: 190rem;
  aspect-ratio: 1907/102;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  background: url(../img/mv-txt02.png) center/contain no-repeat;
  content: "";
  z-index: 10;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .top_main:before {
    display: none;
  }
}
.top_main .name {
  position: relative;
  width: 10.5%;
}
@media screen and (max-width: 767px) {
  .top_main .name {
    width: calc(100% - 38rem);
  }
}
.top_main .name i {
  position: absolute;
  top: 26%;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.18em;
  right: 20%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_main .name i {
    top: 2rem;
    right: 10%;
  }
}
.top_main .name i:after {
  content: "";
  background: #231815;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  height: 3rem;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .top_main .name {
    right: 3.5rem;
  }
}
.top_main .swiper {
  width: 62.5%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .top_main .swiper {
    width: 38rem;
    max-width: none;
  }
}
.top_main .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}
.top_main figure {
  position: relative;
}
.top_main figcaption {
  position: absolute;
  bottom: 0.3em;
  right: 1.5em;
  font-size: 1.2rem;
  z-index: 1;
  color: #fff;
}
.top_main figcaption.b {
  color: #231815;
}
@media screen and (min-width: 768px) {
  .top_main picture {
    display: block;
    aspect-ratio: 120/80;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .top_main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
.top_main .catch_area {
  width: 27%;
  position: relative;
  background: url(../img/c-logo.svg) right top/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .top_main .catch_area {
    width: 100%;
    box-sizing: border-box;
    order: 3;
    padding: 4rem 3rem 8rem;
    background: none;
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_main .catch_area:before {
    width: 33rem;
    aspect-ratio: 44/25;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/c-logo-sp.svg) center top/contain no-repeat;
    content: "";
    z-index: -1;
    opacity: 0.4;
  }
}
@media screen and (min-width: 768px) {
  .top_main .catch {
    width: 28vw;
    max-width: 54rem;
    position: absolute;
    bottom: 13rem;
    left: 10rem;
    z-index: 10;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
  30% {
    height: 3rem;
    opacity: 1;
  }
  100% {
    height: 0;
    top: calc(100% + 5rem);
    opacity: 0;
  }
}
@keyframes pathmove2 {
  0% {
    width: 0;
    left: -2.5rem;
    opacity: 0;
  }
  30% {
    opacity: 1;
    width: 2.5rem;
  }
  100% {
    width: 0;
    opacity: 0;
    left: 2.5rem;
  }
}
.top_lead {
  text-align: center;
  background: url(../img/lead-bg01.jpg) center top/cover no-repeat;
  background-attachment: fixed;
  padding: 15.8rem 0 17.8rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top_lead {
    background-image: url(../img/lead-bg01-sp.jpg);
    padding: 10rem 0;
  }
}
.top_lead .ttl {
  font-size: 3.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
.top_lead .ttl img {
  display: block;
  width: 35.4rem;
  margin: 0 auto 7rem;
}
.top_lead .lead {
  font-size: 1.5rem;
  line-height: 3;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.top_lead .catch {
  letter-spacing: 0.1em;
  font-size: 2.1rem;
  margin-top: 1.5em;
  font-weight: 500;
}
.top_lead .catch em {
  list-style-type: 0.285em;
  display: block;
  font-size: 3rem;
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .top_lead .catch em {
    font-size: 2.6rem;
  }
}
.top_lead .ttl2 {
  margin: 25rem 0 8rem;
  font-size: 2.1rem;
  left: 0.26em;
  color: #9e4343;
  font-weight: 500;
}
.top_lead ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem 0;
}
@media screen and (min-width: 768px) {
  .top_lead ul {
    width: 99rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .top_lead ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 0;
  }
}
.top_lead li img {
  width: 15rem;
}
.top_lead li p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 1em;
}

.top_nav .bg {
  width: 100%;
  transition: transform 1.5s;
}
@media screen and (max-width: 767px) {
  .top_nav .bg {
    object-fit: cover;
    height: 35rem;
  }
}
.top_nav a {
  display: block;
  position: relative;
}
.top_nav a:hover {
  opacity: 1;
}
.top_nav a:hover .bg {
  transform: scale(1.05);
}
.top_nav p {
  position: absolute;
  width: 100%;
  bottom: 30%;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .top_nav p {
    bottom: 5rem;
  }
}
.top_nav p i {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: block;
  margin-bottom: 0.2em;
}
.top_nav p img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 30rem;
  top: -19rem;
}
.top_nav .comingsoon {
  filter: grayscale(1);
  pointer-events: none;
}
.top_nav .comingsoon a {
  overflow: hidden;
}
.top_nav .comingsoon p > * {
  opacity: 0.5 !important;
}
.top_nav .comingsoon p::after {
  content: "Coming Soon";
  display: block;
  margin: 2rem 0 -4rem;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .top_nav .comingsoon p::after {
    margin: 1rem 0 -2rem;
    font-size: 2.4rem;
  }
}

.scroll_wrap {
  position: relative;
}
.scroll_wrap .side {
  padding: 12rem 0 0;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% - 22.6rem);
  overflow: hidden;
}
.scroll_wrap .side img {
  width: 100%;
}

.low {
  background: #EDE4E6 url(../img/low-bg.jpg) no-repeat center top/100%;
  background-size: cover;
  padding: 4rem 0 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .low {
    padding: 0;
  }
}
.low .c_wrap {
  padding: 1px 0 10rem;
}
@media screen and (max-width: 767px) {
  .low .c_wrap {
    padding-bottom: 9rem;
  }
}
.low:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/c-logo.svg) no-repeat center top/contain;
  width: 52.5rem;
  height: 32.9rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .low:before {
    width: 60%;
  }
}
.low .f_info {
  background: none;
  padding: 17rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .low .f_info {
    padding: 10rem 0 6rem;
  }
}
.low .f_info .contact {
  margin-top: 0;
}

.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: 44rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .env_label {
    width: 100%;
  }
}
.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: 20rem;
    bottom: 0;
    z-index: 3;
  }
  body.abs .low_header {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .low_header {
    height: 30vh;
    margin-top: 6.6rem;
  }
}
.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 .ttl.a {
  writing-mode: horizontal-tb;
}
.low_header .ttl.a span.en {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Helvetica Neue", Helvetica;
}
@media screen and (max-width: 767px) {
  .low_header .ttl.a span.en {
    font-size: 4.2rem;
  }
}
.low_header .ttl.a span.ja {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.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 2rem;
  width: calc(100% - 2rem);
  font-size: 1.4rem;
  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: 1rem;
}
.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 a.active {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.low_header .nav a.active:before {
  content: "●";
  font-size: 0.7rem;
}
.low_header .nav a.active span {
  padding-left: 1.5rem;
}
.low_header .nav::before {
  content: "category";
  display: block;
  position: absolute;
  inset: -12rem auto auto 0;
  width: 7rem;
  height: 3rem;
  padding-top: 0.8rem;
  font-size: 1rem;
  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.2rem;
  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: 4rem;
  letter-spacing: 0.1em;
  padding: 10rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .low_ttl {
    padding: 9rem 0 5rem;
    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: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.69;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 2rem;
    letter-spacing: 0.15em;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .c_ttl.--01 {
    word-break: normal;
  }
}

.lead_sec {
  margin-top: 17rem;
}
.lead_sec p {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.69;
}
@media screen and (max-width: 767px) {
  .lead_sec {
    margin-top: 9rem;
  }
  .lead_sec p {
    font-size: 2.6rem;
    letter-spacing: 0.15em;
  }
}

.plan_sec .first {
  padding-top: 15rem;
}
.plan_sec .c_ttl {
  margin-bottom: 7.3rem;
}
@media screen and (max-width: 767px) {
  .plan_sec .c_ttl {
    letter-spacing: 0.1em;
  }
}
.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 .plan_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .plan_sec .plan_grid {
    grid-template-columns: 1fr;
  }
}
.plan_sec .plan_grid .box {
  background: #fff;
  color: #595757;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.plan_sec .plan_grid .box .inner {
  padding: 3rem;
}
.plan_sec .plan_grid .head {
  display: grid;
  grid-template-columns: 10rem auto;
  align-items: center;
}
.plan_sec .plan_grid .head p {
  line-height: 1.5;
}
.plan_sec .plan_grid .head + .head {
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  .plan_sec .plan_grid .head + .head {
    margin-top: -2rem;
  }
}
.plan_sec .plan_grid .type {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
}
.plan_sec .plan_grid .type i {
  font-size: 3.4rem;
  line-height: 1;
}
.plan_sec .plan_grid .floor {
  font-size: 2.4rem;
  font-weight: 600;
  border-left: solid 1px rgba(158, 158, 159, 0.5);
  padding-left: 3rem;
  padding-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .plan_sec .plan_grid .floor {
    font-size: 2rem;
  }
}
.plan_sec .plan_grid .floor i {
  font-size: 3.4rem;
  line-height: 1;
}
.plan_sec .plan_grid .floor small {
  font-size: 1.6rem;
}
.plan_sec .plan_grid .area {
  border-top: solid 1px rgba(158, 158, 159, 0.5);
  grid-area: 2/1/3/3;
  padding-top: 1rem;
}
.plan_sec .plan_grid .area i {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .plan_sec .plan_grid .area i {
    font-size: 2.4rem;
  }
}
.plan_sec .plan_grid .area .en {
  margin-left: 0.5rem;
}
.plan_sec .plan_grid .area .en.semibold {
  font-weight: 600;
}
.plan_sec .plan_grid .area .en.balcony {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .plan_sec .plan_grid .area {
    font-size: 1.4rem;
    line-height: 1.42;
    letter-spacing: 0;
  }
}
.plan_sec .plan_grid .point {
  margin-top: 2.5rem;
  display: flex;
  gap: 1rem;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .plan_sec .plan_grid .point {
    gap: 1rem;
  }
}
.plan_sec .plan_grid .point li {
  background: #EAE8E4;
  flex: 1;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan_sec .plan_grid .md-btn {
  background: #A29587;
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 100%;
  height: 7rem;
  position: relative;
}
.plan_sec .plan_grid .md-btn:before, .plan_sec .plan_grid .md-btn:after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2px;
  background: #fff;
  top: calc(50% - 0.3rem);
  right: 3rem;
}
.plan_sec .plan_grid .md-btn:after {
  transform: rotate(90deg);
}

.plan_modal .md-contents {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  overflow: scroll;
  padding: 10rem;
}
@media screen and (max-width: 767px) {
  .plan_modal .md-contents {
    padding: 10rem 3rem;
  }
}
.plan_modal .md-xmark {
  position: absolute;
  top: 1rem;
  right: -7rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .plan_modal .md-xmark {
    top: -5rem;
    right: -1rem;
  }
}
.plan_modal .md-xmark .ic {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 5rem;
  height: 0.2rem;
  background: #fff;
  border-radius: 0.1rem;
  position: relative;
  transform: rotate(45deg);
}
.plan_modal .md-xmark .ic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.plan_modal .box {
  position: relative;
  width: 110rem;
  margin: 0 auto;
  background: #fff;
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  .plan_modal .box {
    width: 100%;
    padding: 4rem;
  }
}
.plan_modal .head {
  margin-bottom: 3rem;
}
.plan_modal .head p {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .plan_modal .head {
    display: flex;
    align-items: center;
  }
  .plan_modal .head .area {
    font-size: 1.6rem;
  }
  .plan_modal .head .area i {
    font-size: 3.4rem;
    line-height: 1;
  }
}
.plan_modal .head + .head {
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  .plan_modal .head + .head {
    margin-top: -2rem;
  }
}
.plan_modal .point {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan_modal .point {
    flex-direction: column;
    gap: 1rem;
  }
}
.plan_modal .point li {
  background: #EAE8E4;
  flex: 1;
  padding: 1rem 0;
}
.plan_modal .type {
  font-size: 3rem;
  letter-spacing: 0.11em;
}
.plan_modal .type i {
  font-size: 4.2rem;
  line-height: 1;
}
.plan_modal .floor {
  font-size: 2.6rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .plan_modal .floor {
    border-left: solid 1px #231815;
    padding: 0 1em;
    margin: 0 1em;
  }
  .plan_modal .floor:has(+ .area) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .plan_modal .floor {
    position: relative;
    top: -0.2em;
    font-size: 2rem;
    line-height: 1.1 !important;
    margin: 1rem 0;
  }
}
.plan_modal .floor i {
  font-size: 3.4rem;
  line-height: 1;
}
.plan_modal .floor small {
  font-size: 1.6rem;
}
.plan_modal .area {
  letter-spacing: 0.15em;
}
.plan_modal .area i {
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .plan_modal .area {
    border-left: solid 1px #231815;
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .plan_modal .area {
    font-size: 1.4rem;
    line-height: 1.42;
    letter-spacing: 0;
  }
}
.plan_modal .img1 {
  text-align: center;
}
.plan_modal .img1 img {
  width: 55rem;
}
.plan_modal .img1 img.g, .plan_modal .img1 img.H {
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .plan_modal .img1 img.g, .plan_modal .img1 img.H {
    width: 35rem;
  }
}
.plan_modal .img1 img.i {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .plan_modal .img1 img.i {
    width: 30rem;
  }
}
.plan_modal .img1 figcaption {
  margin-top: 2em;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-align: left;
}

.map_sec .first {
  padding-top: 15rem;
}
.map_sec .c_ttl {
  margin-bottom: 7.3rem;
}
@media screen and (max-width: 767px) {
  .map_sec .c_ttl {
    letter-spacing: 0.1em;
  }
}
.map_sec .box {
  background: #fff;
  padding: 5rem;
  margin-bottom: 11rem;
}
@media screen and (max-width: 767px) {
  .map_sec .box {
    padding: 4rem;
    margin-bottom: 5rem;
  }
}
.map_sec .img1 {
  text-align: center;
}
.map_sec .img1 img {
  width: 55rem;
}
.map_sec .img1 figcaption {
  margin-top: 2em;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  text-align: left;
}

.site_sec figure {
  width: 100%;
  margin: 7rem auto;
  background: #fff;
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  .site_sec figure {
    margin: 5rem auto;
    padding: 2rem;
  }
}
.site_sec figure p {
  text-align: center;
}
.site_sec img {
  width: 100%;
}
.site_sec .img1 img {
  display: block;
  width: 96%;
  margin: 0 auto 0 2rem;
}
.site_sec .img2 {
  text-align: right;
}
.site_sec .img2 img {
  width: 93%;
}
.site_sec .img2 p {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  body.page_design .low_header img {
    object-position: 50% 66%;
  }
}

.design_sec .low_ttl {
  padding-bottom: 3rem;
}
.design_sec .low_ttl.a {
  padding-top: 6rem;
}
.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;
}

.outline_body dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #cbc4c0;
  font-size: 1.6rem;
}
.outline_body dt,
.outline_body dd {
  padding: 1em 0;
  border-bottom: 1px solid #cbc4c0;
}
.outline_body dt {
  width: 16%;
}
@media screen and (max-width: 767px) {
  .outline_body dt {
    width: 35%;
  }
}
.outline_body dd {
  width: 84%;
}
@media screen and (max-width: 767px) {
  .outline_body dd {
    width: 65%;
  }
}

.page_equipment main {
  overflow: unset;
}
.page_equipment .low {
  padding-top: 0;
  background: #fff;
}
.page_equipment .low_header .bg_img {
  height: 100%;
  position: relative;
}
.page_equipment .low_header img {
  object-position: center;
}
@media screen and (max-width: 767px) {
  .page_equipment .low_header img {
    object-position: 100% 60%;
  }
}
.page_equipment .low_header .nav {
  z-index: 999;
}
.page_equipment .low_header .nav a.small {
  display: flex;
  align-items: center;
}
.page_equipment .low_header .nav a.small span {
  font-size: 1.2rem;
}
.page_equipment .low_header .nav a[href="#sec_internet"] {
  font-size: 1.3rem;
}
.page_equipment .low_header .nav a[href="#sec_internet"] span {
  font-size: 1.2rem;
}
.page_equipment .low_header .nav a[href="#sec_security"] span {
  font-size: 1.2rem;
}
.page_equipment .scroll {
  display: block;
  padding-top: 2rem;
  margin-top: -2rem;
}
.page_equipment .text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .page_equipment .text {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.page_equipment .text small {
  margin-top: 1rem;
  font-size: 1.2rem;
  display: block;
}
.page_equipment .main_ttl {
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .page_equipment .main_ttl {
    font-size: 2.5rem;
  }
}
.page_equipment .main_ttl small {
  font-size: 1.6rem;
  display: block;
}
.page_equipment .obi_ttl {
  background: #C5B57C;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  text-align: center;
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .page_equipment .obi_ttl {
    font-size: 2rem;
  }
}
.page_equipment .image {
  position: relative;
}
.page_equipment .image figcaption {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .page_equipment .image figcaption {
    bottom: 0.5rem;
    right: 0.5rem;
  }
}
.page_equipment .image figcaption.white {
  color: #fff;
}
.page_equipment .sec_life {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_life {
    margin-top: 10rem;
  }
}
.page_equipment .sec_life .inner--01 .obi_ttl {
  margin-top: 4rem;
}
.page_equipment .sec_life .inner--01 .mainimage {
  margin-top: 4rem;
}
.page_equipment .sec_life .inner--01 .mainimage figcaption {
  bottom: -4rem;
}
.page_equipment .sec_life .inner--01 .grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_life .inner--01 .grid {
    grid-template-columns: 1fr;
  }
}
.page_equipment .sec_life .inner--01 .grid .image img {
  width: 100%;
}
.page_equipment .sec_life .inner--01 .grid .ttl {
  display: grid;
  grid-template-columns: 2.4rem auto;
  gap: 1rem;
  align-items: center;
  font-size: 1.8rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_life .inner--01 .grid .ttl {
    font-size: 2rem;
  }
}
.page_equipment .sec_life .inner--01 .grid .ttl span {
  margin-top: 0.5rem;
}
.page_equipment .sec_life .inner--01 .grid .text {
  margin-top: 1.5rem;
}
.page_equipment .sec_life .inner--02 {
  margin-top: 6rem;
  padding-top: 6rem;
  border-top: 1px solid rgba(158, 158, 159, 0.6);
}
.page_equipment .sec_life .inner--02 .fixed-wrap {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 52rem auto;
  gap: 7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_life .inner--02 .fixed-wrap {
    display: block;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page_equipment .sec_life .inner--02 .fixed-wrap .images-container {
    position: sticky;
    display: flex;
    align-items: center;
    height: calc(100vh - 7rem);
    top: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_life .inner--02 .fixed-wrap .images-container {
    margin: 3rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .page_equipment .sec_life .inner--02 .fixed-wrap .images-container figure {
    height: calc(100vh - 7rem);
  }
}
.page_equipment .sec_life .inner--02 .fixed-wrap .images-container figure .type {
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.page_equipment .sec_life .inner--02 .fixed-wrap .images-container figure .type em {
  font-size: 3rem;
}
.page_equipment .sec_life .inner--02 .fixed-wrap .images-container figure img {
  width: 100%;
}
.page_equipment .sec_life .inner--02 .fixed-wrap .images-container figure a {
  display: inline-block;
  position: absolute;
  width: 3.8rem;
}
.page_equipment .sec_life .inner--02 .fixed-wrap .images-container figure a[href="#box1"] {
  top: 6rem;
  left: 13.5rem;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_life .inner--02 .fixed-wrap .images-container figure a[href="#box1"] {
    left: 11.5rem;
  }
}
.page_equipment .sec_life .inner--02 .fixed-wrap .images-container figure a[href="#box2"] {
  top: 13.5rem;
  left: 12rem;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_life .inner--02 .fixed-wrap .images-container figure a[href="#box2"] {
    top: 12rem;
    left: 10rem;
  }
}
.page_equipment .sec_life .inner--02 .fixed-wrap .images-container figure a[href="#box3"] {
  top: 13.5rem;
  left: 27rem;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_life .inner--02 .fixed-wrap .images-container figure a[href="#box3"] {
    top: 12rem;
    left: 22rem;
  }
}
.page_equipment .sec_life .inner--02 .fixed-wrap .images-container figure a[href="#box4"] {
  top: 35rem;
  left: 22rem;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_life .inner--02 .fixed-wrap .images-container figure a[href="#box4"] {
    top: 30rem;
    left: 18rem;
  }
}
.page_equipment .sec_life .inner--02 .fixed-wrap .images-container figure a[href="#box5"] {
  top: 53rem;
  left: 21rem;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_life .inner--02 .fixed-wrap .images-container figure a[href="#box5"] {
    top: 45rem;
    left: 17rem;
  }
}
.page_equipment .sec_life .inner--02 .fixed-wrap .container {
  margin-top: 5rem;
}
.page_equipment .sec_life .inner--02 .fixed-wrap .container .box {
  background: #F5F5F0;
  padding: 2rem 2rem 2rem 4rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .page_equipment .sec_life .inner--02 .fixed-wrap .container .box:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_life .inner--02 .fixed-wrap .container .box {
    padding: 2rem;
  }
}
.page_equipment .sec_life .inner--02 .fixed-wrap .container .box .anchor {
  translate: 0 -15rem;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_life .inner--02 .fixed-wrap .container .box .anchor {
    translate: 0 -1.4rem;
  }
}
.page_equipment .sec_life .inner--02 .fixed-wrap .container .box .grid {
  display: grid;
  grid-template-columns: auto 16rem;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_life .inner--02 .fixed-wrap .container .box .grid {
    grid-template-columns: auto 13rem;
  }
}
.page_equipment .sec_life .inner--02 .fixed-wrap .container .box .grid .ttl {
  display: grid;
  grid-template-columns: 3rem auto;
  gap: 1rem;
  align-items: center;
  font-size: 1.7rem;
}
.page_equipment .sec_life .inner--02 .fixed-wrap .container .box .grid .ttl .ic {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_life .inner--02 .fixed-wrap .container .box .grid .ttl .ic {
    margin-bottom: 0.5rem;
  }
}
.page_equipment .sec_life .inner--02 .fixed-wrap .container .box .grid .text {
  margin-top: 0.5rem;
}
.page_equipment .sec_life .inner--02 .fixed-wrap .container .box:has(#box3) .grid {
  align-items: start;
}
.page_equipment .sec_life .inner--03 {
  margin-top: 6rem;
  padding-top: 6rem;
  border-top: 1px solid rgba(158, 158, 159, 0.6);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_life .inner--03 {
    margin-top: 10rem;
  }
}
.page_equipment .sec_life .inner--03 .illust {
  width: 28rem;
  position: absolute;
  top: -9rem;
  right: 0;
}
.page_equipment .sec_life .inner--03 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_life .inner--03 .grid {
    grid-template-columns: 1fr;
  }
}
.page_equipment .sec_life .inner--03 .grid .ttl {
  font-size: 1.8rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_life .inner--03 .grid .ttl {
    font-size: 2rem;
  }
}
.page_equipment .sec_life .inner--03 .grid .text {
  margin-top: 1.5rem;
}
.page_equipment .grid_common {
  margin-top: 4rem;
  display: grid;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .page_equipment .grid_common {
    gap: 4rem 2rem;
  }
}
.page_equipment .grid_common:nth-of-type(n+2) {
  border-top: 1px solid rgba(158, 158, 159, 0.6);
  margin-top: 4rem;
  padding-top: 4rem;
}
.page_equipment .grid_common .ttl {
  font-size: 1.7rem;
  margin-top: 2rem;
  text-align: center;
}
.page_equipment .grid_common .text {
  margin-top: 1rem;
  text-align: center;
}
.page_equipment .grid_common small {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page_equipment .grid_common .order1 {
    order: 1;
  }
  .page_equipment .grid_common .order2 {
    order: 2;
  }
}
.page_equipment .sec_internet {
  margin-top: 12rem;
}
.page_equipment .sec_internet .grid_common {
  grid-template-columns: auto 72rem;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_internet .grid_common {
    grid-template-columns: 1fr;
  }
}
.page_equipment .sec_internet .grid_common .ttl {
  margin-top: 0;
  text-align: left;
}
.page_equipment .sec_internet .grid_common .logo {
  border-top: 1px solid rgba(158, 158, 159, 0.6);
  margin-top: 8rem;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_internet .grid_common .logo {
    margin-top: 3rem;
  }
}
.page_equipment .sec_internet .grid_common .text {
  text-align: left;
}
.page_equipment .sec_internet .grid_common .text sup {
  font-size: 1rem;
  vertical-align: top;
}
.page_equipment .sec_internet .grid_common .text small {
  text-align: left;
}
.page_equipment .sec_security {
  margin-top: 12rem;
}
.page_equipment .sec_security .grid_common.--01 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_security .grid_common.--01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.page_equipment .sec_security .grid_common.--02 {
  grid-template-columns: auto 81rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_security .grid_common.--02 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.page_equipment .sec_security .grid_common.--02 .ttl,
.page_equipment .sec_security .grid_common.--02 .text {
  text-align: left;
}
.page_equipment .sec_security .grid_common.--03 {
  margin-top: 4rem;
  grid-template-columns: 1fr;
}
.page_equipment .sec_security .grid_common.--04 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .page_equipment .sec_security .grid_common.--04 .--01 {
    grid-row: 2/-2;
  }
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_security .grid_common.--04 .--01 {
    grid-column: 1/-1;
  }
}
.page_equipment .sec_security .grid_common.--04 .--01 .image figcaption {
  bottom: 17rem;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_security .grid_common.--04 .--01 .image figcaption {
    bottom: 13rem;
  }
}
.page_equipment .sec_kitchen {
  margin-top: 12rem;
}
.page_equipment .sec_kitchen .grid_common {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_kitchen .grid_common {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page_equipment .sec_dress {
  margin-top: 12rem;
}
.page_equipment .sec_dress .grid_common {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_dress .grid_common {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page_equipment .sec_dress .grid_common.--01 .--01 {
  grid-column: 1/3;
}
.page_equipment .sec_dress .grid_common.--01 .--01 .image {
  height: 100%;
}
.page_equipment .sec_dress .grid_common.--01 .--01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_equipment .sec_dress .spec {
  margin-top: 2rem;
}
.page_equipment .sec_bath {
  margin-top: 12rem;
}
.page_equipment .sec_bath .grid_common {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_bath .grid_common {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page_equipment .sec_toilet {
  margin-top: 12rem;
}
.page_equipment .sec_toilet .grid_common {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_toilet .grid_common {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page_equipment .sec_comfortable {
  margin-top: 12rem;
}
.page_equipment .sec_comfortable .grid_common.--01 {
  /*grid-template-columns: 81rem auto;*/
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_comfortable .grid_common.--01 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_comfortable .grid_common.--01 .box.--01 {
    grid-column: 1/-1;
  }
}
.page_equipment .sec_comfortable .grid_common.--01 img {
  width: 100%;
}
.page_equipment .sec_comfortable .grid_common.--02 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_comfortable .grid_common.--02 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page_equipment .sec_other {
  margin-top: 12rem;
}
.page_equipment .sec_other .grid_common {
  /*grid-template-columns: auto 83rem;*/
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_other .grid_common {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page_equipment .sec_other .grid_common .bg_box {
  background: #F5F5F0;
  padding: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_other .grid_common .bg_box {
    grid-column: 1/-1;
    grid-template-columns: 1fr;
  }
}
.page_equipment .sec_other .grid_common .bg_box .ttl {
  margin-top: 0;
  text-align: left;
  border-bottom: 1px solid #9E9E9F;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.page_equipment .sec_other .grid_common .bg_box ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding-left: 1rem;
}
.page_equipment .sec_other .grid_common .bg_box li {
  display: grid;
  grid-template-columns: 0.6rem auto;
  gap: 1rem;
  align-items: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_other .grid_common .bg_box li {
    font-size: 1.5rem;
  }
}
.page_equipment .sec_other .grid_common .bg_box li:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #9E9E9F;
}
.page_equipment .sec_other .grid_common .bg_box .inner_inner.--01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_other .grid_common .bg_box .inner_inner.--01 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.page_equipment .sec_other .grid_common .bg_box .inner_inner.--02 {
  display: grid;
  grid-template-columns: 30rem auto;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .page_equipment .sec_other .grid_common .bg_box .inner_inner.--02 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.page_equipment .sec_other .grid_common .bg_box .inner_inner.--02 ul {
  padding-left: 0;
}

.page_location .paw-from-above {
  overflow: hidden;
}
.page_location .paw-from-above img {
  display: block;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 2s ease;
}
.page_location .paw-from-above.inview-on img {
  clip-path: inset(0 0 0 0);
}
.page_location .fade-in-up {
  transform: translateY(20px);
  opacity: 0;
  transition: all 1s ease;
}
.page_location .fade-in-up.inview-on {
  transform: translateY(0px);
  opacity: 1;
}
.page_location .low {
  padding-top: 0;
  background: #F2EDF1;
}
.page_location .mainvisual {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .page_location .mainvisual {
    display: none;
  }
}
.page_location .mainvisual .mainvisual__bg {
  position: absolute;
  inset: 0;
  background: url("../location/img/mv.jpg") center/cover no-repeat;
  z-index: 1;
}
.page_location .mainvisual .mainvisual__note {
  position: absolute;
  bottom: -3rem;
  right: 0;
  z-index: 2;
  font-size: 1.2rem;
}
.page_location .mainvisual .mainvisual__catch {
  position: absolute;
  top: 23%;
  transform: translateY(-23%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
.page_location .mainvisual .mainvisual__catch .ttl {
  font-size: 3.5rem;
  font-weight: 700;
}
.page_location .mainvisual .mainvisual__catch .text {
  font-weight: 500;
  margin-top: 3rem;
}
.page_location .low_header .bg_img {
  height: 100%;
  position: relative;
  /*&:after {
  	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background: rgba(#000, 0.5);
  }*/
}
.page_location .low_header .nav {
  z-index: 999;
}
.page_location .low_header .nav a.small {
  display: flex;
  align-items: center;
}
.page_location .low_header .nav a.small span {
  font-size: 1.2rem;
}
.page_location .scroll {
  display: block;
  padding-top: 2rem;
  margin-top: -2rem;
}
.page_location .ttl_wrap {
  text-align: center;
}
.page_location .ttl_wrap .en {
  font-family: "Open Sans", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .page_location .ttl_wrap .en {
    font-size: 3.5rem;
  }
}
.page_location .ttl_wrap .jp {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1rem;
  letter-spacing: 0.1em;
}
.page_location .ttl_wrap .text {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .page_location .ttl_wrap .text {
    margin-top: 3rem;
  }
}
.page_location .ttl_wrap .jp_border {
  font-size: 3rem;
  font-weight: 500;
}
.page_location .ttl_wrap .jp_border:after {
  content: "";
  width: 4rem;
  height: 4px;
  background: #000;
  margin: 3rem auto 0;
}
.page_location .ttl_border_wrap {
  text-align: center;
}
.page_location .ttl_border_wrap .jp {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page_location .ttl_border_wrap .jp {
    font-size: 2.5rem;
  }
}
.page_location .ttl_border_wrap .jp:after {
  content: "";
  width: 4rem;
  height: 4px;
  background: #000;
  margin: 2rem auto 0;
  display: block;
}
.page_location .ttl_border_wrap .text {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .page_location .ttl_border_wrap .text {
    margin-top: 3rem;
  }
}
.page_location .text {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .page_location .text {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.page_location .catch .main_ttl {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page_location .catch .main_ttl {
    font-size: 2.5rem;
  }
}
.page_location .catch .main_ttl small {
  font-size: 1.6rem;
  display: block;
}
.page_location .catch .text {
  margin-top: 3rem;
}
.page_location .image figcaption {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 0.5rem;
}
.page_location .sec_about {
  margin-top: 15rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_location .sec_about {
    margin-top: 10rem;
  }
}
.page_location .sec_about .u_inner {
  position: relative;
}
.page_location .sec_about .u_inner .paw {
  position: absolute;
  top: -8rem;
  right: -24rem;
  width: 19rem;
}
@media screen and (max-width: 767px) {
  .page_location .sec_about .u_inner .paw {
    top: -3rem;
    right: -5rem;
    width: 13rem;
  }
}
.page_location .sec_about .main_ttl {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page_location .sec_about .main_ttl {
    font-size: 2.5rem;
  }
}
.page_location .sec_about .text {
  margin-top: 3rem;
  font-size: 1.6rem;
}
.page_location .sec_about .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
  margin-top: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_location .sec_about .grid {
    margin-top: 7rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2rem;
  }
}
.page_location .sec_about .grid .image:nth-child(2n) {
  margin-top: 5rem;
}
.page_location .sec_about .grid .image figcaption {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .page_location .sec_about .grid .image figcaption {
    font-size: 1.3rem;
  }
}
.page_location .sec_walk {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .page_location .sec_walk {
    margin-top: 7rem;
  }
}
.page_location .sec_walk .tab-list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .page_location .sec_walk .tab-list {
    margin-top: 5rem;
    gap: 1rem;
  }
}
.page_location .sec_walk .tab-list .tab-item {
  background: #E3C2C2;
  font-size: 3rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page_location .sec_walk .tab-list .tab-item {
    font-size: 2rem;
    border-radius: 10px 10px 0 0;
  }
}
.page_location .sec_walk .tab-list .tab-item img {
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .page_location .sec_walk .tab-list .tab-item img {
    width: 2rem;
  }
}
.page_location .sec_walk .tab-list .tab-item.is-active {
  background: #fff;
}
.page_location .sec_walk .panel-image,
.page_location .sec_walk .panel-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page_location .sec_walk .panel-image.is-active,
.page_location .sec_walk .panel-item.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.page_location .sec_walk .panel-item {
  background: #fff;
  padding: 3rem 6rem 4rem;
}
@media screen and (max-width: 767px) {
  .page_location .sec_walk .panel-item {
    padding: 4rem 3rem;
  }
}
.page_location .sec_walk .panel-item .grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .page_location .sec_walk .panel-item .grid {
    grid-template-columns: 1fr;
  }
}
.page_location .sec_walk .panel-item .grid .ttl {
  background: #cf4472;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 0.8rem 0;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .page_location .sec_walk .panel-item .grid .ttl {
    font-size: 1.8rem;
  }
}
.page_location .sec_walk .panel-item .grid .ttl.blue {
  background: #5180cb;
}
.page_location .sec_walk .panel-item .grid .ttl.purple {
  background: #c692d0;
}
.page_location .sec_walk .panel-item .grid .ttl.green {
  background: #45bc86;
}
.page_location .sec_walk .panel-item .grid .image {
  margin-top: 2rem;
}
.page_location .sec_walk .panel-item .grid .image figcaption {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 0.5rem;
}
.page_location .sec_walk .panel-item .grid .text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 1rem;
}
.page_location .sec_pet {
  margin-top: 13rem;
}
.page_location .sec_pet .u_inner {
  position: relative;
}
.page_location .sec_pet .u_inner .paw--01 {
  position: absolute;
  top: 0;
  left: -14rem;
  width: 37rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page_location .sec_pet .u_inner .paw--01 {
    top: 5rem;
    left: -4rem;
    width: 20rem;
  }
}
.page_location .sec_pet .u_inner .paw--02 {
  position: absolute;
  bottom: -5rem;
  right: -14rem;
  width: 37rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page_location .sec_pet .u_inner .paw--02 {
    width: 20rem;
    right: -4rem;
  }
}
.page_location .sec_pet .grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-left: 3rem;
  margin-right: 3rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page_location .sec_pet .grid {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }
}
.page_location .sec_pet .grid .box {
  background: rgba(255, 255, 255, 0.5);
  padding: 2rem 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .page_location .sec_pet .grid .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .page_location .sec_pet .grid .box .image {
    height: 100%;
  }
  .page_location .sec_pet .grid .box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.page_location .sec_pet .grid .box .cont {
  margin-top: 2rem;
}
.page_location .sec_pet .grid .box .ttl {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.page_location .sec_pet .grid .box .text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page_location .sec_pet .grid .box .text {
    line-height: 1.6;
    margin-top: 1rem;
  }
}
.page_location .sec_metro {
  margin-top: 13rem;
}
.page_location .sec_metro .image.--01 {
  width: 57rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .page_location .sec_metro .image.--01 {
    width: 100%;
    margin-top: 5rem;
  }
}
.page_location .sec_metro .image.--02 {
  width: 95rem;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .page_location .sec_metro .image.--02 {
    width: 100%;
  }
}
.page_location .sec_location {
  margin-top: 13rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page_location .sec_location {
    margin-top: 10rem;
  }
}
.page_location .sec_location .u_inner {
  position: relative;
}
.page_location .sec_location .u_inner .paw {
  position: absolute;
  top: -5rem;
  left: -24rem;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .page_location .sec_location .u_inner .paw {
    top: -5rem;
    left: -5rem;
    width: 20rem;
  }
}
.page_location .sec_location .ttl_wrap {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page_location .sec_location .ttl_wrap {
    text-align: center;
  }
}
.page_location .sec_location .grid_wrap .grid {
  position: relative;
  margin-top: 10rem;
  display: grid;
  grid-template-columns: 57rem auto;
  align-items: center;
  gap: 7rem;
}
@media screen and (max-width: 767px) {
  .page_location .sec_location .grid_wrap .grid {
    margin-top: 5rem;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .page_location .sec_location .grid_wrap .grid.first {
    margin-top: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .page_location .sec_location .grid_wrap .grid.reverse {
    grid-template-columns: auto 57rem;
  }
  .page_location .sec_location .grid_wrap .grid.reverse .order1 {
    order: 1;
  }
  .page_location .sec_location .grid_wrap .grid.reverse .order2 {
    order: 2;
  }
}
.page_location .sec_location .grid_wrap .grid .cont .ttl {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page_location .sec_location .grid_wrap .grid .cont .ttl {
    font-size: 2.5rem;
  }
}
.page_location .sec_location .grid_wrap .grid .cont .text {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .page_location .sec_location .grid_wrap .grid .cont .text {
    margin-top: 1rem;
  }
}
.page_location .sec_lifeinfo {
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  .page_location .sec_lifeinfo {
    margin-top: 8rem;
  }
}
.page_location .sec_lifeinfo .prepend .ttl_wrap {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .page_location .sec_lifeinfo .prepend .ttl_wrap {
    text-align: center;
  }
}
.page_location .sec_lifeinfo .prepend .image {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .page_location .sec_lifeinfo .prepend .image {
    margin-top: 5rem;
  }
}
.page_location .sec_lifeinfo .body .obi {
  margin-top: 5rem;
  background: #D19B9B;
  color: #fff;
  font-size: 2rem;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .page_location .sec_lifeinfo .body .obi {
    padding: 0.5rem 1.5rem;
  }
}
.page_location .sec_lifeinfo .body .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .page_location .sec_lifeinfo .body .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page_location .sec_lifeinfo .body .grid .image figcaption {
  text-align: left;
  margin-top: 1rem;
}
.page_location .sec_access {
  margin-top: 13rem;
}
@media screen and (max-width: 767px) {
  .page_location .sec_access {
    margin-top: 10rem;
  }
}
.page_location .sec_access .mainimage {
  position: relative;
}
.page_location .sec_access .mainimage img {
  width: 100%;
}
.page_location .sec_access .prepend {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .page_location .sec_access .prepend {
    margin-top: 5rem;
  }
}
.page_location .sec_access .prepend .ttl_wrap {
  text-align: left;
}
.page_location .sec_access .prepend .catch {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .page_location .sec_access .prepend .catch {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .page_location .sec_access .prepend .catch .main_ttl {
    font-size: 2.4rem;
  }
}
.page_location .sec_access .prepend .image {
  margin-top: 5rem;
  mix-blend-mode: darken;
}
.page_location .sec_access .grid {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 3rem;
}
@media screen and (max-width: 767px) {
  .page_location .sec_access .grid {
    margin-top: 5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.page_location .sec_access .grid .inner .image {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_location .sec_access .grid .inner .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
}
.page_location .sec_access .grid .inner .image .min {
  position: absolute;
  width: 100%;
  bottom: 1rem;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .page_location .sec_access .grid .inner .image .min {
    font-size: 1.4rem;
  }
}
.page_location .sec_access .grid .inner .image .min em {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page_location .sec_access .grid .inner .image .min em {
    font-size: 2rem;
  }
}
.page_location .sec_access .grid .inner .note {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.page_location .sec_access .car {
  margin-top: 10rem;
}
.page_location .sec_access .car .image {
  margin-top: 5rem;
}

.modal .md-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.modal .md-contents {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1001;
}
@media screen and (max-width: 767px) {
  .modal .md-contents {
    width: 90%;
  }
}
.modal .md-xmark {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -7rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal .md-xmark {
    top: -10rem;
    right: 0;
  }
}
.modal .md-xmark .ic {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 5rem;
  height: 2px;
  background: #fff;
  position: relative;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .modal .md-xmark .ic {
    height: 1px;
  }
}
.modal .md-xmark .ic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .modal .image img {
    max-height: 70vh;
    width: auto;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .modal .image img {
    width: 100%;
  }
}
.modal .image figcaption {
  font-size: 1.4rem;
  color: #fff;
  text-align: right;
}/*# sourceMappingURL=style.css.map */