/* 家族DEラク旅婚LP専用。外側のIDでRiseテーマへの影響を限定 */
#kazoku-rakutabikon {
& {
  --animate-duration: 0.3s;
  --animate-easing: ease;
  --animate-opacity: 0.6;
  --color-red: #f44336;
  --color-pink: #e91e63;
  --color-purple: #9c27b0;
  --color-deep-purple: #673ab7;
  --color-indigo: #3f51b5;
  --color-blue: #2196f3;
  --color-light-blue: #03a9f4;
  --color-cyan: #00bcd4;
  --color-teal: #009688;
  --color-green: #4caf50;
  --color-light-green: #8bc34a;
  --color-lime: #cddc39;
  --color-yellow: #ffeb3b;
  --color-amber: #ffc107;
  --color-orange: #ff9800;
  --color-deep-orange: #ff5722;
  --color-brown: #795548;
  --color-grey: #9e9e9e;
  --color-blue-grey: #607d8b;
  --color-light-grey: #f2f2f2;
  --color-black: #443F3C;
  --color-white: #ffffff;
  --color-border: #dbdbdb;
  --color-project-blue: #3785DE;
  --color-project-gray: #6B6A65;
  --color-project-gold: #806A43;
  --color-project-fun-blue: #185FA5;
  --color-project-dusk: #8C4F41;
  --content-max: 80rem;
  --content-primary: 60.5rem;
  --content-secondary: 50rem;
  --device-max: 1920px;
  --device-x-large: 1500px;
  --device-large: 1024px;
  --device-medium: 768px;
  --device-small: 750px;
  --header-height: 110px;
  --header-height-small: 55px;
  --font-size-large: 112.5%;
  --font-size: 100%;
  --font-size-medium: 93.75%;
  --font-size-small: 87.5%;
  --font-size-max-px: 18;
  --font-size-base-px: 16;
  --font-size-min-px: 14;
  --line-height: 1.75;
  --line-height-medium: 1.75;
  --line-height-small: 1.75;
  --font-comfo: 'Comfortaa', sans-serif;
  --spacing-base: 1.75rem;
  --spacing-break: 0.75rem;
  --spacing-half: calc(var(--spacing-base) * 0.5 + var(--spacing-break));
  --spacing-one: calc(var(--spacing-base) + var(--spacing-break));
  --spacing-one-half: calc(var(--spacing-base) * 1.5 + var(--spacing-break));
  --spacing-two: calc(var(--spacing-base) * 2 + var(--spacing-break));
  --spacing-two-half: calc(var(--spacing-base) * 2.5 + var(--spacing-break));
  --spacing-three: calc(var(--spacing-base) * 3 + var(--spacing-break));
  --margin-device-coefficient: 1;
  --margin-gutter: 4vw;
  --margin-gutter-small: 1rem;
  --margin-side: 1.25rem;
  --margin-side-small: 5.3vw;
}
#site-container {
  background-color: var(--color-white);
  color: var(--color-black);
  position: relative;
}

@supports (overflow: clip) {
  #site-container {
    overflow-x: clip;
  }
}
@supports not (overflow: clip) {
  #site-container {
    overflow: hidden;
  }
}
.site-hamburger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  display: block;
  height: 55px;
  outline: none;
  position: relative;
  width: 55px;
  z-index: 100;
}
.site-hamburger > .icon {
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
  transition-delay: 0s;
  background-color: var(--color-black);
  display: block;
  height: 2px;
  position: absolute;
  top: 26px;
  left: 17px;
  width: 20px;
}
.site-hamburger > .icon::before, .site-hamburger > .icon::after {
  transition-property: background, top, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
  transition-delay: 0s;
  background-color: var(--color-black);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.site-hamburger > .icon::before {
  top: -7px;
}
.site-hamburger > .icon::after {
  top: 7px;
}
.site-hamburger.-open > .icon {
  background: transparent;
}
.site-hamburger.-open > .icon::before, .site-hamburger.-open > .icon::after {
  top: 0;
}
.site-hamburger.-open > .icon::before {
  transform: rotate(-45deg);
}
.site-hamburger.-open > .icon::after {
  transform: rotate(45deg);
}

.site-header {
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  background-color: var(--color-white);
  display: flex;
  justify-content: center;
  padding: 0.375rem 0;
  width: 100%;
}

.site-logo > img {
  height: 1.75rem;
  width: auto;
}
.site-logo.-nav > img {
  height: 3.313rem;
}

.site-main {
  display: block;
}

.site-nav-fixed {
  display: none;
}
.site-nav-fixed > .nav {
  margin-top: 3.125rem;
}

.site-nav-fixed-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.site-nav-fixed-list > li > .item {
  color: #1A1A18;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.938rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
.site-nav-fixed-list > li > .item::before {
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  aspect-ratio: 1/1;
  background-color: #CFCFCF;
  content: "";
  -webkit-mask-image: url(kazoku-icon-star.svg);
  mask-image: url(kazoku-icon-star.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 0.75rem;
}
.site-nav-fixed-list > li > .item > .text {
  flex: 1;
}
.site-nav-fixed-list > li > .item:hover::before, .site-nav-fixed-list > li > .item.-active::before {
  background-color: var(--color-project-gray);
}

.site-nav-fixed-cta {
  display: none;
}
.site-nav-fixed-cta > .logo {
  width: 16.375rem;
}
.site-nav-fixed-cta > .site-button-primary {
  min-width: 18.438rem;
}
@media screen and (min-width: 737px) and (max-width: 1200px) {
  .site-logo.-nav > img {
    height: 2.5rem;
  }
  .site-nav-fixed {
    top: 2.5rem !important;
    left: 2.5rem !important;
  }
  .site-nav-fixed-list > li > .item {
    font-size: 0.75rem;
  }
  .site-nav-fixed-cta {
    right: 2.813rem !important;
    bottom: 2.813rem !important;
  }
  .site-nav-fixed-cta > .logo {
    width: 12.5rem !important;
  }
  .site-nav-fixed-cta > .site-button-primary {
    min-width: 13.75rem !important;
  }
}
@media screen and (min-width: 737px) and (max-width: 1000px) {
  .site-nav-fixed {
    display: none !important;
  }
  .site-nav-fixed-cta {
    display: none !important;
  }
}
@charset "UTF-8";
& {
  background-attachment: fixed;
  background-color: var(--color-white);
  background-image: url(kazoku-common-background-base.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-black);
}
@supports (background-image: url("kazoku-common-background-base.webp")) {
  :root {
    background-image: url(kazoku-common-background-base.webp);
  }
}

& {
  font-size: clamp(1rem, 0.766rem + 1vw, 1.125rem);
  line-break: strict;
  scroll-behavior: smooth;
}

& {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

h1, h2, h3, h4, h5, ul, dl {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
}

a {
  outline: 0;
  text-decoration: none;
}

p, dt, dd, li {
  line-height: 1.75;
  margin: 0;
  padding: 0;
}
p a, p span, dt a, dt span, dd a, dd span, li a, li span {
  color: inherit;
  font-size: inherit;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table th, table td {
  padding: 0.5em 1em;
}
table th dt, table th dd, table th li, table th a, table th span, table td dt, table td dd, table td li, table td a, table td span {
  font-size: inherit;
}

figure {
  margin: 0;
}

.for-large {
  display: none;
}

.for-small {
  display: block;
}

.hover-fade {
  transition-property: opacity;
  transition-duration: var(--animate-duration);
  transition-timing-function: var(--animate-easing);
  transition-delay: 0s;
}
.hover-fade:hover {
  opacity: var(--animate-opacity);
}

.img-fit {
  height: auto;
  width: 100%;
}

.layout-max,
.layout-primary,
.layout-secondary {
  margin-right: var(--margin-side-small);
  margin-left: var(--margin-side-small);
  width: auto;
}

.ol-lower,
.ol-number,
.ol-upper {
  overflow: visible;
  padding-left: 2rem;
}

.ol-lower {
  list-style-type: lower-alpha;
}

.ol-number {
  list-style-type: decimal;
}

.ol-upper {
  list-style-type: upper-alpha;
}

.text-nowrap {
  display: inline-block;
  white-space: nowrap;
}

.ul-disc,
.ul-halfnote,
.ul-hyphen,
.ul-note {
  overflow: hidden;
}
.ul-disc li,
.ul-halfnote li,
.ul-hyphen li,
.ul-note li {
  padding-left: 1em;
}
.ul-disc li:before,
.ul-halfnote li:before,
.ul-hyphen li:before,
.ul-note li:before {
  margin-left: -1rem;
  width: 1rem;
}

.ul-disc li:before {
  content: "・";
}

.ul-halfnote li:before {
  content: "*";
}

.ul-hyphen li:before {
  content: "-";
}

.ul-note li:before {
  content: "※";
}

.js-fadein {
  transition-property: opacity, filter, transform;
  transition-duration: 0.45s;
  transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  transition-delay: 0s;
  opacity: 0;
  transform: translateY(0.5rem);
  filter: blur(3px);
}
.js-fadein.-show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.site-block {
  padding: 1.875rem 0 2.5rem;
}
.site-block.-sky {
  background: linear-gradient(180deg, #E8F0FB 0%, #C0D8EF 100%);
}
.site-block.-twilight {
  background: linear-gradient(180deg, #F5F4F0 2.55%, #EED4A8 100%);
}
.site-block.-dusk {
  background: #DBCCCC;
}
.site-block.-schedule {
  background: url(kazoku-home-background-schedule.png) center top no-repeat;
  background-size: cover;
}
@supports (background-image: url("kazoku-home-background-schedule.webp")) {
  .site-block.-schedule {
    background-image: url(kazoku-home-background-schedule.webp);
  }
}
.site-block.-location {
  background: url(kazoku-home-background-location.png) center top no-repeat;
  background-size: cover;
}
@supports (background-image: url("kazoku-home-background-location.webp")) {
  .site-block.-location {
    background-image: url(kazoku-home-background-location.webp);
  }
}

.site-button-primary {
  transition-property: background, border, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  background-color: var(--color-project-fun-blue);
  border-radius: 100vw;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 0, 0, 0.05);
  color: var(--color-white);
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.938rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 1.25rem;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
.site-button-primary.-line {
  background-color: #06C755;
}
.site-button-primary.-phone {
  background-color: var(--color-project-blue);
}
.site-button-primary.-light {
  background-color: var(--color-white);
  color: var(--color-project-gray);
}
.site-button-primary.-gold {
  background-color: var(--color-project-gold);
}
.site-button-primary.-keep {
  line-break: strict;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
.site-button-primary::after {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  aspect-ratio: 1/1;
  background-color: currentColor;
  content: "";
  display: block;
  -webkit-mask-image: url(kazoku-icon-arrow-right.svg);
  mask-image: url(kazoku-icon-arrow-right.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 1.125rem;
}
.site-button-primary > .text {
  flex: 1;
  text-align: center;
}
.site-button-primary > .text > .note {
  font-size: 0.75rem;
}
.site-button-primary:hover::after {
  transform: translateX(0.25rem);
}
.site-button-primary {
  /* Button */
}

.site-cta {
  background: url(kazoku-common-background-cta.png) center top no-repeat;
  background-size: cover;
  padding: 3.125rem 0 2.5rem;
}
@supports (background-image: url("kazoku-common-background-cta.webp")) {
  .site-cta {
    background-image: url(kazoku-common-background-cta.webp);
  }
}

.site-cta-inner {
  padding: 0 0.938rem;
}
.site-cta-inner > .title {
  margin-bottom: 1.875rem;
}
.site-cta-inner > .description {
  margin-top: -0.938rem;
  margin-bottom: 1.25rem;
}
.site-cta-inner > .buttons {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1.875rem;
  overflow: visible;
}
.site-cta-inner > .note {
  background-image: repeating-linear-gradient(90deg, var(--color-project-gray), var(--color-project-gray) 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  color: var(--color-project-gray);
  padding-top: 0.625rem;
}

.site-footer {
  border-top: 1px solid var(--color-border);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2.5rem var(--margin-side-small);
}
.site-footer > .address > .site-footer-address {
  margin-bottom: 2rem;
}
.site-footer > .address > .copyright {
  font-style: normal;
  letter-spacing: 0.05em;
}
.site-footer > .nav {
  display: none;
}
.site-footer > .nav > .site-footer-nav {
  margin-left: 3.5rem;
}

.site-footer-address {
  font-style: normal;
}
.site-footer-address > .title {
  margin-bottom: 2rem;
}
.site-footer-address > .description {
  letter-spacing: 0.05em;
  line-height: var(--line-height);
}

.site-footer-nav > .list {
  margin-bottom: 1rem;
}
.site-footer-nav > .list:last-child {
  margin-bottom: 0;
}
.site-footer-nav > .list > .item {
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.site-footer-nav > .list > .item:hover {
  color: var(--color-red);
}

.site-heading-simple {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.site-heading-simple.-factor-1 {
  font-size: 1.25rem;
}
.site-heading-simple.-factor-2 {
  font-size: 1.125rem;
}
.site-heading-simple.-center {
  text-align: center;
}
.site-heading-simple.-ornament {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}
.site-heading-simple.-ornament::before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 2.563rem;
  marign: auto;
  -webkit-mask-image: url(kazoku-icon-ornament.svg);
  mask-image: url(kazoku-icon-ornament.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 4.813rem;
}
.site-heading-simple.-blue {
  color: var(--color-project-blue);
}
.site-heading-simple.-gold {
  color: var(--color-project-gold);
}
.site-heading-simple.-dusk {
  color: var(--color-project-dusk);
}
.site-heading-simple.-gray {
  color: var(--color-project-gray);
}

.site-price {
  color: var(--color-project-gold);
  display: flex;
  align-items: flex-end;
}
.site-price > .price {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
}
.site-price > .tax {
  font-size: 0.938rem;
  font-weight: 600;
  line-height: 1.2;
}

.site-text-standard {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.75;
}
.site-text-standard.-center {
  text-align: center;
}
/**
 * Swiper 14.0.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 29, 2026
 */

:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}::slotted(svg),svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}
.home-hero > .main {
  aspect-ratio: 375/422;
  background: url(kazoku-home-hero.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 1.875rem;
  position: relative;
  z-index: 1;
}
@supports (background-image: url("kazoku-home-hero.webp")) {
  .home-hero > .main {
    background-image: url(kazoku-home-hero.webp);
  }
}
.home-hero > .main > .lead {
  color: var(--color-white);
  font-size: 0.625rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-bottom: -0.625rem;
  text-align: center;
}
.home-hero > .main > .title {
  margin: 0 auto;
  width: 73.6%;
}
.home-hero > .sub {
  background: url(kazoku-home-background-hero.png) center center no-repeat;
  background-size: cover;
  padding-bottom: 1.875rem;
}
@supports (background-image: url("kazoku-home-background-hero.webp")) {
  .home-hero > .sub {
    background-image: url(kazoku-home-background-hero.webp);
  }
}
.home-hero > .sub > .content {
  margin: 0 2.5rem;
}
.home-hero > .sub > .content > .button {
  margin-bottom: 1.563rem;
}
.home-hero > .sub > .content > .site-heading-simple {
  margin-bottom: 1.125rem;
}

.home-hero-list {
  display: flex;
  gap: 1px;
  filter: drop-shadow(0px 0.25rem 0.25rem rgba(0, 0, 0, 0.05));
  margin: -2.813rem 1.25rem 1.75rem;
  position: relative;
  z-index: 2;
}
.home-hero-list > li {
  background-color: var(--color-white);
  border-radius: 100vw 100vw 0 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0.5rem;
  text-align: center;
}
.home-hero-list > li::before {
  aspect-ratio: 1/1;
  background-color: var(--color-project-gold);
  content: "";
  display: block;
  margin: 0 auto 0.5rem;
  -webkit-mask-image: url(kazoku-icon-star.svg);
  mask-image: url(kazoku-icon-star.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 0.938rem;
}
.home-hero-list > li > .title {
  display: block;
  font-size: 0.813rem;
  font-weight: 700;
  line-height: 1;
}
.home-hero-list > li > .catch01 {
  color: var(--color-project-gold);
  font-size: 0.938rem;
  font-weight: 900;
  display: block;
  line-height: 1;
  margin: 0.75rem 0 0.25rem;
}
.home-hero-list > li > .content01 {
  display: flex;
  align-items: flex-end;
  gap: 0.375rem;
}
.home-hero-list > li > .content01 > .number {
  color: var(--color-project-gold);
  font-size: 2.375rem;
  font-weight: 500;
  letter-spacing: -0.1em;
  line-height: 1;
}
.home-hero-list > li > .content01 > .area {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
  text-align: left;
}
.home-hero-list > li > .content02 {
  font-size: 0.813rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 0.5rem;
}
.home-hero-list > li > .content02 > .number {
  color: var(--color-project-gold);
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: -0.08em;
  padding-right: 0.188rem;
}
.home-hero-list > li > .content02 > .gold {
  color: var(--color-project-gold);
}
.home-hero-list > li > .content02 > .text {
  display: flex;
  align-items: flex-end;
  gap: 0.125rem;
}
.home-hero-list > li > .content02 > .text > .number {
  color: var(--color-project-gold);
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: -0.08em;
  padding-right: 0.188rem;
}
.home-hero-list > li > .content02 > .text > .gold {
  color: var(--color-project-gold);
  text-align: left;
}
.home-hero-list > li > .content03 {
  font-size: 0.938rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 0.75rem;
}
.home-hero-list > li > .content03 > .main {
  color: var(--color-project-gold);
  font-size: 1.313rem;
  font-weight: 600;
  line-height: 1.9;
}
.home-hero-list > li > .content03 > .sub {
  font-size: 0.813rem;
}

.home-divide-image {
  line-height: 0;
  margin-bottom: -1px;
}

.home-intro {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.home-intro-list {
  display: flex;
  filter: drop-shadow(0px 0.25rem 0.25rem rgba(0, 0, 0, 0.05));
  flex-direction: column;
  gap: 0.625rem;
}
.home-intro-list > .item {
  background-color: var(--color-white);
  -webkit-clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
  padding: 1rem;
}
.home-intro-list > .item > dt {
  font-size: 0.813rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.313rem;
}
.home-intro-list > .item > dd {
  font-size: 0.625rem;
  line-height: 1.7;
}

.home-about > .plan {
  margin-bottom: 1.875rem;
}
.home-about > .plan > dt {
  background-color: var(--color-white);
  border-top: 1px solid #D2AF74;
  border-bottom: 1px solid #D2AF74;
  line-height: 1;
  margin-bottom: 0.625rem;
  padding: 0.5rem 0.375rem;
  text-align: center;
}
.home-about > .plan > dt img {
  height: 1.375rem;
  width: auto;
}
.home-about > .plan > .price {
  background-color: var(--color-white);
  border-top: 1px solid #D2AF74;
  display: flex;
  align-items: center;
  gap: 0.938rem;
  justify-content: center;
  padding: 0.625rem 1.25rem;
}
.home-about > .plan > .price > .number {
  background-color: #B7AA75;
  color: var(--color-white);
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.25rem 1.25rem;
}
.home-about > .plan > .lead {
  background-color: var(--color-white);
  border-bottom: 1px solid #D2AF74;
  padding: 0 1.25rem 0.625rem;
}
.home-about > .plan > .lead > .text {
  background-image: repeating-linear-gradient(90deg, var(--color-project-gray), var(--color-project-gray) 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  color: var(--color-project-gray);
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
  padding-top: 0.625rem;
  text-align: center;
}
.home-about > .plan > .item {
  background-color: var(--color-white);
  border-bottom: 1px solid #D2AF74;
  padding: 1.25rem 0.625rem;
}
.home-about > .text {
  position: relative;
}
.home-about > .text > .title {
  margin-bottom: 0.938rem;
}
.home-about > .text > .lead {
  color: var(--color-project-gold);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 1.875rem;
  text-align: center;
}
.home-about > .text > .ornament {
  position: absolute;
  top: calc(50% - 4.688rem);
  right: -5.25rem;
}
.home-about > .text > .ornament img {
  aspect-ratio: 1/1;
  animation: ornamnetAbout 45s infinite linear;
  width: 9.375rem;
}

@keyframes ornamnetAbout {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.home-about-list {
  display: grid;
  gap: 0.625rem;
  grid-template-columns: repeat(4, 1fr);
}
.home-about-list > li {
  color: var(--color-project-gold);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.625rem;
  line-height: 1.2;
  text-align: center;
}
.home-about-list > li img {
  height: auto;
  width: 2.5rem;
}

.home-about-point {
  margin-top: 1.875rem;
}
.home-about-point > .title {
  margin-bottom: 1.875rem;
}
.home-about-point > .point {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.home-about-point > .point > .item {
  background-color: var(--color-white);
  border-top: 1px solid #D2AF74;
  border-bottom: 1px solid #d2af74;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 0.938rem;
  padding: 0.875rem 1.25rem;
}
.home-about-point > .point > .item > .title {
  color: var(--color-project-gold);
  display: block;
  font-size: 0.688rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.home-about-point > .point > .item > .title > .number {
  display: block;
  font-size: 2.125rem;
  margin-top: 0.25rem;
}
.home-about-point > .point > .item > .content {
  flex: 1;
}
.home-about-point > .point > .item > .content > .main {
  font-size: 0.813rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.313rem;
}
.home-about-point > .point > .item > .content > .sub {
  font-size: 0.625rem;
  line-height: 1.7;
}

.home-schedule > .title {
  margin-bottom: 1.25rem;
}
.home-schedule > .lead {
  color: var(--color-project-dusk);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 1.25rem;
  text-align: center;
}
.home-schedule > .list {
  display: flex;
  flex-direction: column;
  gap: 0.938rem;
  margin-bottom: 1.875rem;
}
.home-schedule > .note {
  background-image: repeating-linear-gradient(90deg, var(--color-project-gray), var(--color-project-gray) 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  color: var(--color-project-gray);
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.4;
  padding-top: 1.25rem;
  text-align: center;
}

.home-schedule-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  position: relative;
}
.home-schedule-item::before, .home-schedule-item::after {
  background-color: var(--color-project-dusk);
  content: "";
  position: absolute;
  left: 1.25rem;
  width: 1px;
  z-index: 1;
}
.home-schedule-item::before {
  height: 50%;
  top: 0;
}
.home-schedule-item::after {
  height: calc(50% + 0.938rem + 1px);
  top: 50%;
}
.home-schedule-item:first-child::before {
  content: none;
}
.home-schedule-item:last-child::after {
  content: none;
}
.home-schedule-item > .time {
  aspect-ratio: 1/1;
  background-color: var(--color-project-dusk);
  border-radius: 50%;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.688rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  width: 2.563rem;
  z-index: 2;
}
.home-schedule-item > .content {
  background-color: var(--color-white);
  border-top: 1px solid var(--color-project-dusk);
  border-bottom: 1px solid var(--color-project-dusk);
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex: 1;
  padding: 0.875rem 0.938rem;
}
.home-schedule-item > .content > .text {
  flex: 1;
}
.home-schedule-item > .content > .text > .title {
  display: block;
  font-size: 0.813rem;
  font-weight: 600;
  line-height: 1.53;
  margin-bottom: 0.313rem;
}
.home-schedule-item > .content > .text > .description {
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}
.home-schedule-item > .content > .text > .point {
  background: #E194A4;
  border-radius: 100vw;
  color: var(--color-white);
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.7;
  padding: 0.125rem;
  text-align: center;
}
.home-schedule-item > .content > .text > .point.-gold {
  background: #B7AA75;
}
.home-schedule-item > .content > .image {
  order: -1;
  width: 44.53%;
}

.home-location > .title {
  margin-bottom: 0.938rem;
}
.home-location > .lead {
  color: var(--color-project-gray);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
}
.home-location > .plan {
  padding: 0 1.25rem;
}
.home-location > .plan > .navigation .swiper-button-next,
.home-location > .plan > .navigation .swiper-button-prev {
  aspect-ratio: 1/1;
  background-color: var(--color-project-gold);
  border-radius: 50%;
  color: var(--color-white);
  height: 1.563rem;
  margin-top: 0;
  top: calc(50% - 0.813rem);
  transform: translate(0);
  width: 1.563rem;
}
.home-location > .plan > .navigation .swiper-button-next svg,
.home-location > .plan > .navigation .swiper-button-prev svg {
  aspect-ratio: 1/1;
  height: 0.625rem;
  width: 0.625rem;
}
.home-location > .plan > .navigation .swiper-button-next {
  right: 0.5rem;
}
.home-location > .plan > .navigation .swiper-button-prev {
  left: 0.5rem;
}

.home-location-plan-wrapper {
  margin-top: 2.5rem;
}
.home-location-plan-wrapper > .title {
  color: var(--color-project-gold);
  display: flex;
  align-items: center;
  margin: 0 2.5rem 0.938rem;
}
.home-location-plan-wrapper > .title::before, .home-location-plan-wrapper > .title::after {
  background-color: currentColor;
  content: "";
  flex: 1;
  height: 1px;
  width: auto;
}
.home-location-plan-wrapper > .title > .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.1;
  min-width: 13.438rem;
  text-align: center;
}
.home-location-plan-wrapper > .title > .text::before, .home-location-plan-wrapper > .title > .text::after {
  background-color: currentColor;
  content: "";
  height: 15px;
  width: 1px;
}
.home-location-plan-wrapper > .slider {
  position: relative;
}
.home-location-plan-wrapper > .slider > .pagination {
  margin-top: 1.25rem;
  line-height: 0;
}
.home-location-plan-wrapper > .slider > .pagination > .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  justify-content: center;
  position: static;
}
.home-location-plan-wrapper > .slider > .pagination > .swiper-pagination .swiper-pagination-bullet {
  aspect-ratio: 1/1;
  background-color: #DCCEBE;
  height: 0.375rem;
  margin: 0;
  opacity: 1;
  width: 0.375rem;
}
.home-location-plan-wrapper > .slider > .pagination > .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-project-gold);
}
.home-location-plan-wrapper > .slider > .navigation .swiper-button-next,
.home-location-plan-wrapper > .slider > .navigation .swiper-button-prev {
  aspect-ratio: 1/1;
  background-color: var(--color-project-gold);
  border-radius: 50%;
  color: var(--color-white);
  height: 1.563rem;
  margin-top: 0;
  top: calc(79.2vw + 0.938rem + 3.438rem);
  transform: translate(0);
  width: 1.563rem;
}
.home-location-plan-wrapper > .slider > .navigation .swiper-button-next svg,
.home-location-plan-wrapper > .slider > .navigation .swiper-button-prev svg {
  aspect-ratio: 1/1;
  height: 0.625rem;
  width: 0.625rem;
}
.home-location-plan-wrapper > .slider > .navigation .swiper-button-next {
  right: 1.75rem;
}
.home-location-plan-wrapper > .slider > .navigation .swiper-button-prev {
  left: 1.75rem;
}
.home-location-plan-wrapper > .info {
  padding: 0.875rem 1.25rem 0;
}
.home-location-plan-wrapper > .info > .note {
  color: var(--color-project-gray);
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.75rem;
  text-align: center;
}
.home-location-plan-wrapper > .info > .swipe {
  background: rgba(210, 175, 116, 0.4);
  border-radius: 100vw;
  color: var(--color-project-gold);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0.375rem 1.25rem;
  text-align: center;
}
.home-location-plan-wrapper > .info > .swipe::before, .home-location-plan-wrapper > .info > .swipe::after {
  aspect-ratio: 1/1;
  background-color: currentColor;
  content: "";
  display: block;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 0.625rem;
}
.home-location-plan-wrapper > .info > .swipe::before {
  -webkit-mask-image: url(kazoku-icon-arrow-left-secondary.svg);
  mask-image: url(kazoku-icon-arrow-left-secondary.svg);
}
.home-location-plan-wrapper > .info > .swipe::after {
  -webkit-mask-image: url(kazoku-icon-arrow-right-secondary.svg);
  mask-image: url(kazoku-icon-arrow-right-secondary.svg);
}

.home-location-item > .home-location-plan {
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: ease;
  transition-delay: 0s;
  margin: 0.938rem -1.25rem 0;
  opacity: 0;
}

.swiper-slide-active .home-location-item > .home-location-plan {
  opacity: 1;
}

.home-location-image {
  border-radius: 90px 90px 0 0;
  line-height: 0;
  overflow: hidden;
}

.home-location-plan > dt {
  background-color: var(--color-white);
  border-top: 1px solid var(--color-project-gray);
  padding: 0.875rem 1.25rem 0;
  text-align: center;
}
.home-location-plan > dt > .text {
  background-color: var(--color-project-gold);
  color: var(--color-white);
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.25rem 0.5rem;
}
.home-location-plan > dt > .text > .category {
  font-size: 0.688rem;
}
.home-location-plan > .price {
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  gap: 0.938rem;
  justify-content: center;
  padding: 0.625rem 1.25rem;
}
.home-location-plan > .price > .number {
  background-color: #B7AA75;
  color: var(--color-white);
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.25rem 1.25rem;
}
.home-location-plan > .note {
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-project-gray);
  padding: 0 1.25rem 0.875rem;
}
.home-location-plan > .note > .text {
  background-image: repeating-linear-gradient(90deg, var(--color-project-gray), var(--color-project-gray) 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  color: var(--color-project-gray);
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
  padding-top: 0.625rem;
  text-align: center;
}

.home-voice > .title {
  margin-bottom: 1.25rem;
}
.home-voice > .content {
  padding: 0 1.25rem;
}
.home-voice > .content > .pagination {
  margin-top: 1.25rem;
  line-height: 0;
}
.home-voice > .content > .pagination > .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  justify-content: center;
  position: static;
}
.home-voice > .content > .pagination > .swiper-pagination .swiper-pagination-bullet {
  aspect-ratio: 1/1;
  background-color: var(--color-white);
  height: 0.375rem;
  margin: 0;
  opacity: 1;
  width: 0.375rem;
}
.home-voice > .content > .pagination > .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-project-blue);
}
.home-voice > .content > .navigation .swiper-button-next,
.home-voice > .content > .navigation .swiper-button-prev {
  aspect-ratio: 1/1;
  background-color: var(--color-project-blue);
  border-radius: 50%;
  color: var(--color-white);
  height: 1.563rem;
  top: 6rem;
  width: 1.563rem;
}
.home-voice > .content > .navigation .swiper-button-next svg,
.home-voice > .content > .navigation .swiper-button-prev svg {
  aspect-ratio: 1/1;
  height: 0.625rem;
  width: 0.625rem;
}
.home-voice > .content > .navigation .swiper-button-next {
  right: 0.25rem;
}
.home-voice > .content > .navigation .swiper-button-prev {
  left: 0.25rem;
}

.home-voice-item {
  filter: drop-shadow(0px 0.25rem 0.25rem rgba(0, 0, 0, 0.05));
}
.home-voice-item > .image {
  -webkit-clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%, 0 14px);
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%, 0 14px);
  line-height: 0;
}
.home-voice-item > .text {
  background-color: var(--color-white);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
  display: block;
  padding: 0.875rem 1.063rem;
}
.home-voice-item > .text > .title {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.667;
  margin-bottom: 0.313rem;
}
.home-voice-item > .text > .info {
  display: block;
  font-size: 0.625rem;
  line-height: 1.7;
}

.home-plan > .title {
  margin-bottom: 1.875rem;
}
.home-plan > .plan {
  margin-bottom: 1.25rem;
}
.home-plan > .plan > dt {
  background-color: var(--color-project-gold);
  border-top: 1px solid #D2AF74;
  border-bottom: 1px solid #D2AF74;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: center;
  line-height: 1;
  padding: 0.625rem;
  text-align: center;
}
.home-plan > .plan > dt > .catch {
  background-color: var(--color-white);
  border-radius: 100vw;
  color: var(--color-project-gray);
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.7;
  padding: 0 0.5rem;
}
.home-plan > .plan > dt img {
  height: 0.938rem;
  width: auto;
}
.home-plan > .plan > .price {
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  gap: 0.938rem;
  justify-content: center;
  padding: 0.625rem 1.25rem;
}
.home-plan > .plan > .price > .number {
  background-color: #B7AA75;
  color: var(--color-white);
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.25rem 1.25rem;
}
.home-plan > .plan > .list {
  background-color: var(--color-white);
  border-bottom: 1px solid #D2AF74;
  padding: 0 1.25rem 1.25rem;
}
.home-plan > .plan > .list > .text {
  background-image: repeating-linear-gradient(90deg, var(--color-project-gray), var(--color-project-gray) 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  color: var(--color-project-gray);
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
  padding-top: 0.625rem;
  text-align: center;
}
.home-plan > .info {
  padding: 0 1.25rem;
}
.home-plan > .info > .button {
  margin-bottom: 1.25rem;
}
.home-plan > .info > .note {
  background-image: repeating-linear-gradient(90deg, var(--color-project-gray), var(--color-project-gray) 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  color: var(--color-project-gray);
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.4;
  padding-top: 1.25rem;
  text-align: center;
}

.home-faq {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.home-faq > .title {
  margin-bottom: 1.125rem;
}

.home-faq-item {
  background: var(--color-white);
  border-color: var(--color-project-blue);
  border-style: solid;
  border-width: 1px 0px;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0.313rem;
  padding: 0.875rem 1.25rem;
  pointer-events: none;
}
.home-faq-item > .title {
  display: flex;
  align-items: center;
  gap: 0.313rem;
}
.home-faq-item > .title > .inner {
  flex: 1;
}
.home-faq-item > .title > .inner > .text {
  font-size: 0.688rem;
  font-weight: 600;
  line-height: 1.45;
}
.home-faq-item > .content {
  display: flex;
  gap: 0.313rem;
}
.home-faq-item > .content > .inner {
  flex: 1;
}
.home-faq-item > .content > .inner > .text {
  font-size: 0.625rem;
  line-height: 1.7;
}

.home-faq-item-ornament {
  color: var(--color-project-gold);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (min-width:737px){

@media screen and (min-width: 737px) {
  #site-container {
    filter: drop-shadow(0px 0px 20px rgba(150, 150, 150, 0.35));
    margin: auto;
    max-width: 400px;
  }
  .site-hamburger {
    border-radius: 50%;
    cursor: pointer;
    height: 54px;
    width: 54px;
  }
  .site-hamburger > .icon {
    background-color: var(--color-white);
  }
  .site-hamburger > .icon::before, .site-hamburger > .icon::after {
    background-color: var(--color-white);
  }
  .site-nav-fixed {
    display: block;
    position: fixed;
    top: min(5.56vw, 5rem);
    left: min(5.56vw, 5rem);
  }
  .site-nav-fixed-cta {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1.875rem;
    position: fixed;
    right: min(6.25vw, 5.625rem);
    bottom: min(6.25vw, 5.625rem);
  }
}
}
@media screen and (min-width:737px){

@media screen and (min-width: 737px) {
  html {
    font-size: 100%;
  }
  .for-large {
    display: block;
  }
  .for-small {
    display: none;
  }
  .layout-max,
  .layout-primary,
  .layout-secondary {
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--margin-side);
    padding-left: var(--margin-side);
  }
  .layout-max {
    max-width: calc(var(--content-max) + var(--margin-side) * 2);
  }
  .layout-primary {
    max-width: calc(var(--content-primary) + var(--margin-side) * 2);
  }
  .layout-secondary {
    max-width: calc(var(--content-secondary) + var(--margin-side) * 2);
  }
  .site-footer {
    padding: 2.5rem var(--margin-side);
  }
  .site-footer > .address > .site-footer-address {
    margin-bottom: 3.5rem;
  }
  .site-footer > .nav {
    display: flex;
    flex-wrap: wrap;
  }
}
}
@media screen and (min-width:737px){


@media screen and (min-width: 737px) {
  .home-location-plan-wrapper > .slider > .navigation .swiper-button-next,
  .home-location-plan-wrapper > .slider > .navigation .swiper-button-prev {
    top: 24.189rem;
  }
}
}
}
