@charset "UTF-8";
.main .detail .catch .line--01::before, .main .detail .catch .line--01::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .detail .catch .line--01::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .detail .catch .line--01::after {
  margin-top: calc((1em - 1lh) / 2);
}

@media screen and (hover: hover) and (pointer: fine) {
  .hov {
    transition: opacity 0.3s;
  }
  @supports (filter: brightness(100%)) {
    .hov {
      transition-property: filter;
    }
  }
  .hov:hover {
    opacity: 0.8;
  }
  @supports (filter: brightness(100%)) {
    .hov:hover {
      filter: brightness(110%);
      opacity: 1;
    }
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  form-sizing: content;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

select::-ms-expand {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 100px;
}
@media screen and (max-width: 1600px) and (min-width: 751px) {
  :root {
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 750px) {
  :root {
    font-size: 13.3333333333vw;
  }
}

body {
  background: #000;
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.15rem;
  letter-spacing: 0;
  line-height: 2.8;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.21rem;
    line-height: 2.4285714286;
  }
}

.wrap {
  max-width: 10.3rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .wrap {
    width: auto;
    padding-inline: 0;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
@media screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.fadeUp {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
  transition: 0.8s;
  transition-property: opacity, transform;
}
.fadeUp.scrollIn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.container {
  display: grid;
  position: relative;
}
.container .shadow {
  grid-area: 1/1;
}
.container .shadow li {
  height: 200vh;
}
@media screen and (max-width: 750px) {
  .container .shadow li#plan {
    height: 400vh;
  }
}

.gHeader {
  grid-area: 1/1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.9rem;
  position: -webkit-sticky;
  position: sticky;
  top: calc(100vh - 2.9rem);
  left: 0.8rem;
  z-index: 9000;
}
@media screen and (max-width: 750px) {
  .gHeader {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
  }
}
.gHeader .gNav .btn--menu {
  display: grid;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 0.4rem 0.4rem 0.4rem 0.1rem;
}
@media screen and (min-width: 751px) {
  .gHeader .gNav .btn--menu {
    display: none;
  }
}
.gHeader .gNav .btn--menu input,
.gHeader .gNav .btn--menu .bar {
  grid-area: 1/1;
}
.gHeader .gNav .btn--menu input {
  visibility: hidden;
}
.gHeader .gNav .btn--menu .bar {
  display: grid;
  width: 0.92rem;
  height: 0.43rem;
  padding: 0 0 0 0.3rem;
  background-image: linear-gradient(#fff, #fff);
  background-position: 50% 50%;
  background-size: 100% 0.05rem;
  background-repeat: no-repeat;
  transition: background-size 0.2s;
}
.gHeader .gNav .btn--menu .bar::before, .gHeader .gNav .btn--menu .bar::after {
  content: "";
  display: block;
  height: 0.05rem;
  grid-area: 1/1;
  align-self: center;
  justify-self: stretch;
  background: #fff;
  transition: transform 0.2s;
}
.gHeader .gNav .btn--menu .bar::before {
  transform: translate3D(0, calc(-0.215rem + 0.025rem), 0);
}
.gHeader .gNav .btn--menu .bar::after {
  transform: translate3D(0, calc(0.215rem - 0.025rem), 0);
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .btn--menu:has(input:checked) .bar {
    background-size: 0 0.05rem;
  }
  .gHeader .gNav .btn--menu:has(input:checked) .bar::before {
    transform: translate3D(0, 0, 0) rotate(150deg);
  }
  .gHeader .gNav .btn--menu:has(input:checked) .bar::after {
    transform: translate3D(0, 0, 0) rotate(30deg);
  }
  .gHeader .gNav .btn--menu:has(input:checked) ~ .navigation {
    translate: 0 0 0;
  }
  .gHeader .gNav .btn--menu:has(input:checked) ~ .navigation::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: -webkit-clip-path 0.8s 0.4s;
    transition: clip-path 0.8s 0.4s;
    transition: clip-path 0.8s 0.4s, -webkit-clip-path 0.8s 0.4s;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.7rem;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    padding: 0 0 0 4.15rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #9e7866 url(../imgs/bg-nav.jpg) calc(100% - 4.15rem) 0/auto 100% no-repeat;
    translate: 100% 0 0;
    transition: translate 0.4s;
  }
  .gHeader .gNav .navigation::before {
    content: "";
    display: block;
    width: 4.15rem;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.gHeader .gNav .navigation .list {
  padding: 0 0 0 0.2rem;
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 0.15rem;
  font-weight: 500;
  line-height: 2.5333333333;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list {
    padding: 0;
    font-size: 0.4rem;
    font-weight: 400;
    letter-spacing: 0.18em;
    line-height: 2.75;
  }
}
.gHeader .gNav .navigation .list::before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  position: absolute;
  top: 0.15rem;
  left: 0;
  background: #633f2f;
  border-radius: 50%;
  transition: translate 0.4s;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list::before {
    content: none;
  }
}
.gHeader .gNav .navigation .list a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.gHeader .gNav .navigation .list a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0.04rem;
  left: 0;
  background: currentColor;
  transform-origin: right;
  scale: 0 1;
  transition: scale 0.4s;
}
.gHeader .gNav .navigation .list a.active::before {
  transform-origin: left;
  scale: 1 1;
}
.gHeader .gNav .navigation .list[data-progress="1"]::before {
  translate: 0 0.38rem 0;
}
.gHeader .gNav .navigation .list[data-progress="2"]::before, .gHeader .gNav .navigation .list[data-progress="3"]::before {
  translate: 0 0.76rem 0;
}
.gHeader .gNav .navigation .list[data-progress="4"]::before {
  translate: 0 1.14rem 0;
}
.gHeader .gNav .navigation .list[data-progress="5"]::before {
  translate: 0 1.52rem 0;
}
.gHeader .gNav .navigation .list[data-progress="6"]::before, .gHeader .gNav .navigation .list[data-progress="7"]::before {
  translate: 0 1.9rem 0;
}
.gHeader .gNav .navigation .sns {
  display: none;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .sns {
    display: flex;
    justify-content: space-between;
    width: 1.42rem;
    position: relative;
  }
  .gHeader .gNav .navigation .sns li {
    width: 0.6rem;
  }
  .gHeader .gNav .navigation .sns a {
    display: grid;
    place-items: center;
    height: 0.6rem;
    border-radius: 50%;
  }
  .gHeader .gNav .navigation .sns .x a {
    box-shadow: inset 0 0 0 1px #fff;
  }
  .gHeader .gNav .navigation .sns .x img {
    width: 0.27rem;
  }
  .gHeader .gNav .navigation .sns .instagram img {
    width: 0.3rem;
  }
}

.main {
  grid-area: 1/1;
  width: 100%;
  height: 700vh;
  position: fixed;
  left: 0;
  top: 0;
  transition: translate 0.4s;
  /*&[data-progress="8"] {
  	position: absolute;
  	top: auto;
  	bottom: -700vh;
  	translate: 0 -700vh 0;

  	@include sp {
  		bottom: -800vh;
  	}
  }*/
}
@media screen and (max-width: 750px) {
  .main {
    height: 800vh;
  }
}
.main .panel {
  width: 100%;
  height: 100vh;
}
.main .hero {
  /*display: grid;*/
  height: 100vh;
  position: relative;
}
.main .hero .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  z-index: 999;
}
@media screen and (max-width: 750px) {
  .main .hero .logo {
    width: 5rem;
  }
}
.main .hero .hero_swiper {
  grid-area: 1/1;
  width: 100%;
  height: 100vh;
}
.main .hero .hero_swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .hero .bg {
  grid-area: 1/1;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .hero .scroll {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
  grid-area: 1/1;
  align-self: flex-end;
  justify-self: flex-end;
  display: flex;
  align-items: center;
  gap: 0.1rem;
  margin-right: 0.2rem;
  writing-mode: vertical-rl;
  font-size: 0.12rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .hero .scroll {
    right: 0;
    left: 0;
    justify-self: center;
    gap: 0.2rem;
    margin: 0;
    font-size: 0.2rem;
  }
}
.main .hero .scroll::before {
  content: "Scroll";
}
.main .hero .scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 0.6rem;
  background: currentColor;
  -webkit-animation: scrollAssist 2s infinite linear;
          animation: scrollAssist 2s infinite linear;
}
@-webkit-keyframes scrollAssist {
  0% {
    scale: 1 0;
    transform-origin: 0 0;
  }
  50% {
    scale: 1 1;
    transform-origin: 0 0;
  }
  51% {
    scale: 1 1;
    transform-origin: 0 100%;
  }
  100% {
    scale: 1 0;
    transform-origin: 0 100%;
  }
}
@keyframes scrollAssist {
  0% {
    scale: 1 0;
    transform-origin: 0 0;
  }
  50% {
    scale: 1 1;
    transform-origin: 0 0;
  }
  51% {
    scale: 1 1;
    transform-origin: 0 100%;
  }
  100% {
    scale: 1 0;
    transform-origin: 0 100%;
  }
}
.main .section.paws {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.64rem;
  height: 100vh;
  position: relative;
  background: url(../imgs/bg-paws.jpg) 50% 50%/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .main .section.paws {
    gap: 0.53rem;
    box-sizing: border-box;
    padding: 0 0 0.6rem;
    background-image: url(../imgs/bg-paws_sp.jpg);
  }
}
.main .section.paws .sectionTitle {
  width: 2rem;
}
@media screen and (max-width: 750px) {
  .main .section.paws .sectionTitle {
    width: 2.16rem;
  }
}
.main .section.paws .sectionTitle img {
  width: 100%;
}
.main .section.paws .text {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 0.4rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .section.paws .text {
    flex-direction: column;
    align-items: center;
  }
}
.main .section.paws .text .catch {
  padding-right: 0.06rem;
  writing-mode: vertical-rl;
  font-size: 0.34rem;
  line-height: 1.4705882353;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 750px) {
  .main .section.paws .text .catch {
    padding-right: 0;
    writing-mode: horizontal-tb;
    font-size: 0.4rem;
    line-height: 1.5319148936;
    text-align: center;
  }
}
.main .section.paws .text p {
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}
.main .section.paws .text p .line {
  display: block;
}
.main .section.paws .text p .small {
  display: inline-block;
  font-size: 0.1rem;
  position: relative;
  top: -0.12rem;
  right: -0.14rem;
  margin-bottom: -1.2em;
}
@media screen and (max-width: 750px) {
  .main .section.paws .text p .small {
    font-size: 0.14rem;
    top: -0.2rem;
    right: -0.2rem;
  }
}
.main .section.paws .note {
  position: absolute;
  right: 0.5rem;
  bottom: 0.2rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.1rem;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .section.paws .note {
    box-sizing: border-box;
    width: 100%;
    left: 0;
    padding: 0 0.2rem;
    font-size: 0.16rem;
    white-space: normal;
  }
}
.main .section.paws .sectionTitle {
  opacity: 0;
  transition: opacity 4.8s 0.4s;
}
.main .section.paws .text .catch {
  opacity: 0;
  transition: opacity 2s 0.4s;
}
.main .section.paws .text p .line {
  opacity: 0;
  translate: 0 1em 0;
  transition: opacity 0.4s, translate 0.4s;
}
.main .section.paws .text p .line:nth-child(2) {
  transition-delay: 0.1s;
}
.main .section.paws .text p .line:nth-child(3) {
  transition-delay: 0.2s;
}
.main .section.paws .text p .line:nth-child(4) {
  transition-delay: 0.3s;
}
.main .section.paws .text p .line:nth-child(5) {
  transition-delay: 0.4s;
}
.main .section.paws .text p .line:nth-child(6) {
  transition-delay: 0.5s;
}
.main .section.paws .text p .line:nth-child(7) {
  transition-delay: 0.6s;
}
.main .section.paws .text p .line:nth-child(8) {
  transition-delay: 0.7s;
}
.main .section.paws .text p .line:nth-child(9) {
  transition-delay: 0.8s;
}
.main .section.paws .text p .line:nth-child(10) {
  transition-delay: 0.9s;
}
.main .section.paws .text p .line:nth-child(11) {
  transition-delay: 1s;
}
.main .section.paws .text p .line:nth-child(12) {
  transition-delay: 1.1s;
}
.main .section.paws .note {
  opacity: 0;
  transition: opacity 0.4s 1.2s;
}
.main .section.paws.active .sectionTitle {
  opacity: 1;
}
.main .section.paws.active .text .catch {
  opacity: 1;
}
.main .section.paws.active .text p .line {
  opacity: 1;
  translate: 0 0 0;
}
.main .section.paws.active .note {
  opacity: 1;
}
.main .section.together,
.main .section.care {
  display: grid;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.main .section.together .bg,
.main .section.care .bg {
  grid-area: 1/1;
  width: 100%;
  height: 100vh;
  background: 50% 50%/cover no-repeat;
}
.main .section.together .sectionTitle,
.main .section.care .sectionTitle {
  grid-area: 1/1;
  box-sizing: border-box;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
}
@media screen and (max-width: 750px) {
  .main .section.together .sectionTitle,
.main .section.care .sectionTitle {
    width: 100%;
  }
}
.main .section.together .sectionTitle img,
.main .section.care .sectionTitle img {
  display: block;
  margin-inline: auto;
  position: relative;
}
.main .section.together .text,
.main .section.care .text {
  grid-area: 1/1;
  box-sizing: border-box;
  width: 100%;
  height: 4.6rem;
  padding: 0.58rem 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(158, 120, 102, 0.65);
}
@media screen and (max-width: 750px) {
  .main .section.together .text,
.main .section.care .text {
    height: 6rem;
    padding: 0.5rem 0 0;
  }
}
.main .section.together .text p,
.main .section.care .text p {
  margin-block: auto;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
  .main .section.together .text p,
.main .section.care .text p {
    letter-spacing: 0.1em;
  }
}
.main .section.together .text p .line,
.main .section.care .text p .line {
  display: block;
}
.main .section.together .bg,
.main .section.care .bg {
  scale: 1.1;
  transition: scale 0.8s;
}
.main .section.together .sectionTitle::before,
.main .section.care .sectionTitle::before {
  -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
          clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  transition: -webkit-clip-path 1.6s 1.2s;
  transition: clip-path 1.6s 1.2s;
  transition: clip-path 1.6s 1.2s, -webkit-clip-path 1.6s 1.2s;
}
.main .section.together .text,
.main .section.care .text {
  translate: 0 100% 0;
  transition: translate 0.8s 0.4s;
}
.main .section.together .text p .line,
.main .section.care .text p .line {
  opacity: 0;
  translate: 0 1em 0;
  transition: opacity 0.67s, translate 0.67s;
}
.main .section.together .text p .line:nth-child(1),
.main .section.care .text p .line:nth-child(1) {
  transition-delay: 1.2s;
}
.main .section.together .text p .line:nth-child(2),
.main .section.care .text p .line:nth-child(2) {
  transition-delay: 1.3s;
}
.main .section.together .text p .line:nth-child(3),
.main .section.care .text p .line:nth-child(3) {
  transition-delay: 1.4s;
}
.main .section.together .text p .line:nth-child(4),
.main .section.care .text p .line:nth-child(4) {
  transition-delay: 1.5s;
}
.main .section.together .text p .line:nth-child(5),
.main .section.care .text p .line:nth-child(5) {
  transition-delay: 1.6s;
}
.main .section.together .text p .line:nth-child(6),
.main .section.care .text p .line:nth-child(6) {
  transition-delay: 1.7s;
}
.main .section.together .text p .line:nth-child(7),
.main .section.care .text p .line:nth-child(7) {
  transition-delay: 1.8s;
}
.main .section.together .text p .line:nth-child(8),
.main .section.care .text p .line:nth-child(8) {
  transition-delay: 1.9s;
}
.main .section.together.active .bg,
.main .section.care.active .bg {
  scale: 1;
}
.main .section.together.active .sectionTitle::before,
.main .section.care.active .sectionTitle::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.main .section.together.active .text,
.main .section.care.active .text {
  translate: 0 0 0;
}
.main .section.together.active .text p .line,
.main .section.care.active .text p .line {
  opacity: 1;
  translate: 0 0 0;
}
.main .section.together .bg {
  background-image: url(../imgs/bg-together.jpg);
}
@media screen and (max-width: 750px) {
  .main .section.together .bg {
    background-image: url(../imgs/bg-together_sp.jpg);
  }
}
.main .section.together .sectionTitle img {
  width: 4.2rem;
}
@media screen and (max-width: 750px) {
  .main .section.together .sectionTitle img {
    width: 6rem;
  }
}
.main .section.care .bg {
  background-image: url(../imgs/bg-care.jpg);
}
@media screen and (max-width: 750px) {
  .main .section.care .bg {
    background-image: url(../imgs/bg-care_sp.jpg);
  }
}
.main .section.care .sectionTitle img {
  width: 1.95rem;
}
@media screen and (max-width: 750px) {
  .main .section.care .sectionTitle img {
    width: 3rem;
  }
}
.main .section.facilities,
.main .section.plan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  background: 50% 50%/cover no-repeat;
}
.main .section.facilities .sectionTitle,
.main .section.plan .sectionTitle {
  height: 0.8rem;
  margin-inline: auto;
  background: linear-gradient(#fff, #fff) 50% 100%/0.6rem 0.02rem no-repeat;
}
.main .section.facilities .sectionTitle img,
.main .section.plan .sectionTitle img {
  width: 100%;
}
.main .section.facilities {
  background-image: url(../imgs/bg-facilities.jpg);
}
@media screen and (max-width: 750px) {
  .main .section.facilities {
    background-image: url(../imgs/bg-facilities_sp.jpg);
  }
}
.main .section.facilities .sectionTitle {
  width: 2.98rem;
}
@media screen and (max-width: 750px) {
  .main .section.facilities .sectionTitle {
    margin: 0.3rem auto 0;
  }
}
.main .section.facilities .text {
  margin: 0.48rem 0 0;
  font-size: 0.28rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .section.facilities .text {
    margin: 0.44rem 0 0;
  }
}
.main .section.facilities .text sup {
  font-size: 0.12rem;
  top: -0.12rem;
  right: -0.05rem;
}
.main .section.facilities .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0;
  width: 6rem;
  margin: 0.8rem auto 0;
  padding: 0 0 0.5rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.18rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .section.facilities .list {
    gap: 0.6rem 0;
    width: 4.7rem;
    font-size: 0.24rem;
    line-height: 1.5833333333;
  }
}
.main .section.facilities .list .item {
  width: 2rem;
  padding: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section.facilities .list .item {
    width: 50%;
    padding: 1.4rem 0 0;
  }
}
.main .section.facilities .list .item--01 {
  background: url(../imgs/ico-eq01.svg) 50% 0/0.8rem auto no-repeat;
}
.main .section.facilities .list .item--02 {
  background: url(../imgs/ico-eq02.svg) 50% 0.02rem/0.8rem auto no-repeat;
}
.main .section.facilities .list .item--03 {
  background: url(../imgs/ico-eq03.svg) 50% 0.14rem/0.8rem auto no-repeat;
}
.main .section.facilities .list .item--04 {
  background: url(../imgs/ico-eq04.svg) 50% 0.08rem/0.8rem auto no-repeat;
}
.main .section.facilities .list .item--05 {
  background: url(../imgs/ico-eq05.svg) 50% 0.08rem/0.8rem auto no-repeat;
}
.main .section.facilities .list .item--06 {
  background: url(../imgs/ico-eq06.svg) 50% 0.02rem/0.8rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main .section.facilities .list .item {
    background-size: 1.5rem;
  }
}
.main .section.facilities .note {
  align-self: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  margin-right: 0.5rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main .section.facilities .note {
    width: auto;
    padding: 0 0.4rem;
    font-size: 0.16rem;
    margin: 0.4rem auto 0;
  }
}
.main .section.facilities .list .item {
  opacity: 0;
  translate: 0 50% 0;
  transition: opacity 0.8s 0.4s, translate 0.8s 0.4s;
}
.main .section.facilities .note {
  opacity: 0;
  transition: opacity 0.8s 1s;
}
.main .section.facilities.active .list .item {
  opacity: 1;
  translate: 0 0 0;
}
.main .section.facilities.active .note {
  opacity: 1;
}
.main .section.plan {
  background-image: url(../imgs/bg-plan.jpg);
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .section.plan {
    display: block;
    background-image: url(../imgs/bg-plan_sp.jpg);
    overflow: hidden;
  }
  .main .section.plan[data-step="2"] .inner01 {
    translate: 0 -100vh 0;
  }
}
.main .section.plan .inner01 {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 4.4rem 1fr;
  gap: 0.5rem;
  width: 9rem;
  height: calc(100% - 0.5rem);
  max-height: 7.655rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .main .section.plan .inner01 {
    display: block;
    width: auto;
    height: 200vh;
    max-height: none;
    transition: translate 0.4s;
  }
}
.main .section.plan .inner02 {
  display: contents;
}
@media screen and (max-width: 750px) {
  .main .section.plan .inner02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
  }
}
.main .section.plan .sectionTitle {
  grid-row: 1/2;
  grid-column: 1/3;
  width: 1.33rem;
}
@media screen and (max-width: 750px) {
  .main .section.plan .sectionTitle {
    margin: 0.28rem auto 0;
  }
}
.main .section.plan .blueprint {
  grid-row: 2/3;
  grid-column: 1/2;
  height: calc(100% - 0.91rem);
}
@media screen and (max-width: 750px) {
  .main .section.plan .blueprint {
    margin: 0.46rem 0 0;
    height: auto;
  }
}
.main .section.plan .blueprint figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 0.2rem;
  padding: 0.1rem 0;
  background: rgba(93, 68, 57, 0.4);
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.22rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main .section.plan .blueprint figcaption {
    gap: 0 0.42rem;
    font-size: 0.36rem;
  }
}
.main .section.plan .blueprint figcaption small {
  font-size: 0.13rem;
}
@media screen and (max-width: 750px) {
  .main .section.plan .blueprint figcaption small {
    font-size: 0.2rem;
  }
}
.main .section.plan .blueprint__img {
  background-color: #fff;
  height: calc(100% - 0.7rem);
  text-align: center;
}
.main .section.plan .blueprint__img img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .main .section.plan .blueprint__img img {
    height: 112vw;
  }
}
.main .section.plan .usecase {
  grid-row: 2/3;
  grid-column: 2/3;
  display: flex;
  flex-direction: column;
  height: calc(100% - 0.81rem);
}
@media screen and (max-width: 750px) {
  .main .section.plan .usecase {
    justify-content: center;
    height: 100vh;
    padding: 0 0.8rem;
  }
}
.main .section.plan .usecase .item .sttl {
  display: flex;
  align-items: center;
  gap: 0.16rem;
  margin-top: -0.05rem;
  font-size: 0.18rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4090909091;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .section.plan .usecase .item .sttl {
    gap: 0.14rem;
    font-size: 0.36rem;
    line-height: 1.3055555556;
  }
}
.main .section.plan .usecase .item .sttl::before, .main .section.plan .usecase .item .sttl::after {
  content: "";
  flex-grow: 1;
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.main .section.plan .usecase .item--01 .image {
  margin: 0.2rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section.plan .usecase .item--01 .image {
    margin: 0.3rem 0 0;
  }
}
.main .section.plan .usecase .item--01 .image figcaption {
  margin: 0.12rem 0 0;
  font-size: 0.12rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .section.plan .usecase .item--01 .image figcaption {
    margin: 0.32rem 0 0;
    font-size: 0.3rem;
    line-height: 1.4333333333;
  }
}
.main .section.plan .usecase .item--02 {
  margin: 0.4rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section.plan .usecase .item--02 {
    margin: 0.8rem 0 0;
  }
}
.main .section.plan .usecase .item--02 .image {
  margin: 0.2rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .main .section.plan .usecase .item--02 .image {
    margin: 0.48rem 0 0;
  }
}
.main .section.plan .usecase .item--02 .image img {
  width: 1.36rem;
}
@media screen and (max-width: 750px) {
  .main .section.plan .usecase .item--02 .image img {
    width: 2.4rem;
  }
}
.main .section.plan .usecase .item--02 .image figcaption {
  width: calc(100% - 1.48rem);
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.7222222222;
}
@media screen and (max-width: 750px) {
  .main .section.plan .usecase .item--02 .image figcaption {
    width: 3.1rem;
    font-size: 0.26rem;
    line-height: 1.6538461538;
  }
}
.main .section.plan .usecase .item--02 .image figcaption em {
  font-size: 0.18rem;
  font-style: normal;
  display: block;
}
.main .section.plan .usecase .item--02 .image + .image {
  margin: 0.3rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .section.plan .usecase .item--02 .image + .image {
    margin: 0.4rem 0 0;
  }
}
.main .section.plan .usecase .note {
  position: absolute;
  bottom: 0.2rem;
  right: 0.5rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main .section.plan .usecase .note {
    position: static;
    margin: 0.3rem 0 0 auto;
    font-size: 0.16rem;
  }
}
.main .detail_event {
  display: flex;
  background: #9e7866;
}
@media screen and (max-width: 750px) {
  .main .detail_event {
    display: block;
  }
}
.main .detail,
.main .event {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  text-align: center;
  /*@include sp {
  	width: 100%;
  	height: 50vh;
  }*/
}
.main .detail .btn,
.main .event .btn {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 0.6rem;
  position: relative;
  font-size: 0.16rem;
  letter-spacing: 0.1em;
  box-shadow: inset 0 0 0 1px #fff;
}
@media screen and (max-width: 750px) {
  .main .detail .btn,
.main .event .btn {
    width: 3.2rem;
    height: 0.64rem;
    font-size: 0.2rem;
  }
}
.main .detail .btn::after,
.main .event .btn::after {
  content: "";
  display: block;
  width: 0.21rem;
  height: 0.18rem;
  position: absolute;
  top: calc(50% - 0.09rem);
  right: 0.25rem;
  background: #fff;
  -webkit-mask: url(../imgs/arw.svg) 50% 50%/0.11rem 0.18rem no-repeat;
          mask: url(../imgs/arw.svg) 50% 50%/0.11rem 0.18rem no-repeat;
  -webkit-animation: btnArw 2s infinite linear;
          animation: btnArw 2s infinite linear;
}
@-webkit-keyframes btnArw {
  from {
    -webkit-mask-position: -0.11rem 50%;
            mask-position: -0.11rem 50%;
  }
  to {
    -webkit-mask-position: 0.21rem 50%;
            mask-position: 0.21rem 50%;
  }
}
@keyframes btnArw {
  from {
    -webkit-mask-position: -0.11rem 50%;
            mask-position: -0.11rem 50%;
  }
  to {
    -webkit-mask-position: 0.21rem 50%;
            mask-position: 0.21rem 50%;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .detail .btn,
.main .event .btn {
    transition: 0.4s;
    transition-property: background-color, color;
  }
  .main .detail .btn::after,
.main .event .btn::after {
    transition: background-color 0.4s;
  }
  .main .detail .btn:hover,
.main .event .btn:hover {
    background-color: #fff;
    color: #000;
  }
  .main .detail .btn:hover::after,
.main .event .btn:hover::after {
    background-color: #000;
  }
}
.main .detail {
  display: grid;
  align-items: unset;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  border: 5px solid #9e7866;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .main .detail {
    grid-template-columns: 1fr;
  }
}
.main .detail .catch {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.main .detail .catch .line--01 {
  font-size: 0.24rem;
  line-height: 1.5;
}
.main .detail .catch .line--02 {
  margin: 0.26rem 0 0;
  font-size: 0.36rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
.main .detail .box {
  position: relative;
  background: url(../imgs/bg-detail_fujisawa.jpg) 50% 50%/cover no-repeat;
}
.main .detail .box-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main .detail .box.minamigyoutoku {
  background: url(../imgs/bg-detail_minamigyoutoku.jpg) 50% 50%/cover no-repeat;
  border-left: 5px solid #9e7866;
}
@media screen and (max-width: 750px) {
  .main .detail .box.minamigyoutoku {
    border-left: 0;
    border-top: 5px solid #9e7866;
  }
}
.main .detail .logo {
  width: 3.1rem;
  margin: 0.6rem auto 0;
}
.main .detail .logo img {
  width: 100%;
}
.main .detail .btn {
  margin: 0.56rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .detail .btn {
    margin: 0.36rem auto 0;
  }
}
.main .detail .text {
  margin: 0.56rem 0 0;
  line-height: 1;
}
.main .detail .text sup {
  font-size: 0.5em;
}
.main .detail .note {
  margin: 0.3rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.1rem;
  line-height: 1.5;
  text-align: left;
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
}
.main .event .banner {
  width: 6.5rem;
}
.main .event p {
  margin: 0.43rem 0 0;
  font-size: 0.18rem;
  letter-spacing: 0.3em;
  line-height: 2.1111111111;
}
@media screen and (max-width: 750px) {
  .main .event p {
    margin: 0.28rem 0 0;
    font-size: 0.2rem;
    line-height: 2.05;
  }
}
.main .event .btn {
  margin: 0.65rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .event .btn {
    margin: 0.38rem auto 0;
  }
}
.main[data-progress="1"] {
  translate: 0 -100vh 0;
}
.main[data-progress="2"] {
  translate: 0 -200vh 0;
}
.main[data-progress="3"] {
  translate: 0 -300vh 0;
}
.main[data-progress="4"] {
  translate: 0 -400vh 0;
}
.main[data-progress="5"] {
  translate: 0 -500vh 0;
}
.main[data-progress="6"] {
  translate: 0 -600vh 0;
}
.main[data-progress="7"] {
  position: absolute;
  top: auto;
  bottom: -600vh;
  translate: 0 -600vh 0;
}
@media screen and (max-width: 750px) {
  .main[data-progress="7"] {
    bottom: -700vh;
  }
}

.gFooter {
  position: relative;
  background: #fff;
  color: #000;
}
.gFooter .group--01 {
  padding: 0.5rem 0;
  position: relative;
  background: #efefef;
}
@media screen and (max-width: 750px) {
  .gFooter .group--01 {
    padding: 1.2rem 0;
  }
}
.gFooter .group--02 {
  padding: 0.26rem 0.4rem 0.3rem;
  background: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
@media screen and (max-width: 750px) {
  .gFooter .group--02 {
    padding: 0.56rem 0.4rem 0.6rem;
  }
}
@media screen and (max-width: 750px) {
  .gFooter .other {
    overflow: hidden;
  }
}
.gFooter .other .logo {
  width: 2.44rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .gFooter .other .logo {
    width: 4.05rem;
  }
}
.gFooter .other .logo img {
  width: 100%;
}
.gFooter .other .text {
  margin: 0.38rem 0 0;
  font-size: 0.28rem;
  line-height: 1.6071428571;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .gFooter .other .text {
    margin: 0.46rem 0 0;
  }
}
.gFooter .other .slider {
  width: 10.5rem;
  margin: 0.82rem auto 0;
}
@media screen and (max-width: 750px) {
  .gFooter .other .slider {
    width: 100%;
    margin: 0.72rem 0 0;
  }
}
@media screen and (min-width: 751px) {
  .gFooter .other .slider .swiper-wrapper {
    transform: none !important;
  }
}
.gFooter .other .slider .slide {
  box-sizing: border-box;
  width: 3.5rem;
  padding: 0 0.1rem;
}
.gFooter .other .slider .slide .text {
  margin: 0.3rem 0 0;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gFooter .other .slider .slide .text {
    font-size: 0.28rem;
  }
}
.gFooter .other .slider .slide .text .year {
  margin: 0.12rem 0 0;
  font-size: 0.2rem;
}
.gFooter .logo {
  width: 3.29rem;
  margin: 0.9rem auto 0;
}
.gFooter .navigation {
  display: flex;
  justify-content: center;
  font-size: 0.15rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gFooter .navigation {
    flex-wrap: wrap;
    gap: 0.12rem 0;
    padding: 0 0.5rem;
  }
}
.gFooter .navigation li {
  border-right: 1px solid #aaa;
  padding-inline: 0.04rem;
}
.gFooter .navigation li:first-child {
  border-left: 1px solid #aaa;
}
@media screen and (max-width: 750px) {
  .gFooter .navigation li:nth-child(4) {
    border-left: 1px solid #aaa;
  }
}
.gFooter .copyright {
  margin: 0.12rem 0 0;
  font-size: 0.15rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .gFooter .copyright {
    margin: 0.22rem 0 0;
  }
}
.gFooter .ci {
  margin: 0.24rem 0 0;
  padding: 0.33rem 0 0;
  background: linear-gradient(90deg, #d7142d, #e0581e 8%, #e68214 14%, #e99311 17%, #edaf18 23%, #f4d923 33%, #c1ca30 37%, #3ea352 46%, #0a9460 50%, #1d96d5 67%, #13539d 78%, #0f3382 83%, #113281 84%, #47257e 91%, #691d7b) 50% 0/100% 0.02rem no-repeat;
}
@media screen and (max-width: 750px) {
  .gFooter .ci {
    margin: 0.26rem 0 0;
    padding: 0.48rem 0 0;
  }
}
.gFooter .ci a {
  display: block;
  width: 2.73rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .gFooter .ci a {
    width: 4.45rem;
  }
}
.gFooter .ci a img {
  width: 100%;
}

@media print {
  body {
    zoom: 0.5;
  }
  body .gHeader {
    position: absolute;
  }
}
footer + .sns {
  display: none;
}

footer {
  position: relative;
}
footer .sns {
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
  width: 0.36rem;
  position: absolute;
  bottom: 270px;
  left: 30px;
}
@media screen and (max-width: 750px) {
  footer .sns {
    flex-direction: row;
    justify-content: center;
    gap: 0.3rem;
    width: auto;
    margin: 1rem 0 0;
    position: static;
  }
}
@media screen and (max-width: 750px) {
  footer .sns li {
    width: 1rem;
  }
}
footer .sns a {
  display: grid;
  place-items: center;
  height: 0.36rem;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  footer .sns a {
    height: 1rem;
  }
}
footer .sns .facebook img {
  width: 100%;
}
footer .sns .x a {
  box-shadow: inset 0 0 0 1px #000;
}
footer .sns .x img {
  width: 0.17rem;
}
@media screen and (max-width: 750px) {
  footer .sns .x img {
    width: 0.46rem;
  }
}
footer .sns .instagram img {
  width: 0.18rem;
}
@media screen and (max-width: 750px) {
  footer .sns .instagram img {
    width: 0.51rem;
  }
}
/*# sourceMappingURL=common.css.map */