@charset "UTF-8";
/* # =================================================================
   # colorを定義
   # ================================================================= */
/* # =================================================================
   # fontを定義
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* # =================================================================
   # fontawesomeを定義
   # ================================================================= */
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-monotone-1: #fafafa;
  --color-monotone-2: #f5f5f5;
  --color-monotone-3: #e9e9e9;
  --color-monotone-4: #d9d9d9;
  --color-monotone-5: #c4c4c4;
  --color-monotone-6: #9d9d9d;
  --color-monotone-7: #7b7b7b;
  --color-monotone-8: #555555;
  --color-monotone-9: #434343;
  --color-monotone-10: #262626;
  --color-monotone-black: #0e0d0d;
  --color-btn: #1a1a1a;
  --color-999: #999;
  --color-monotone-black-rgb: 14, 13, 13;
  --color-urban-neutral-black-1: #e6e5ec;
  --color-urban-neutral-black-2: #5d5b67;
  --color-urban-neutral-black-3: #434053;
  --color-urban-neutral-black-4: #2a292f;
  --color-urban-neutral-black-4-rgb: 247, 247, 249;
  --color-urban-neutral-black-5: #f7f7f9;
  --color-foggy-dark-blue-1: #dfe9f0;
  --color-foggy-dark-blue-2: #7292a9;
  --color-foggy-dark-blue-3: #4d6b80;
  --color-foggy-dark-blue-4: #41515c;
  --color-fallen-leaves-yellow-1: #fff8dd;
  --color-fallen-leaves-yellow-2: #b9a77f;
  --color-fallen-leaves-yellow-3: #907e4c;
  --color-fallen-leaves-yellow-4: #696048;
  --color-fresh-leaves-green-1: #dfeee6;
  --color-fresh-leaves-green-2: #5d7d6a;
  --color-fresh-leaves-green-3: #4d6955;
  --color-fresh-leaves-green-4: #3d5343;
  --color-dry-soil-brown-1: #f5e5dd;
  --color-dry-soil-brown-2: #bd9077;
  --color-dry-soil-brown-3: #87644f;
  --color-dry-soil-brown-4: #5e4e45;
  --color-wild-flower-purple-1: #eae6f0;
  --color-wild-flower-purple-2: #9382a9;
  --color-wild-flower-purple-3: #645676;
  --color-wild-flower-purple-4: #4c4456;
  --color-evening-sun-orange-1: #f2dbd1;
  --color-evening-sun-orange-2: #dd977a;
  --color-evening-sun-orange-3: #be7454;
  --color-evening-sun-orange-4: #69564e;
  --color-water-light-blue-1: #d5e6e8;
  --color-water-light-blue-2: #8eb8bf;
  --color-water-light-blue-3: #547b83;
  --color-water-light-blue-4: #4c5f63;
  --color-snow-mountain-white-1: #f9f9f1;
  --color-snow-mountain-white-2: #e9e9dd;
  --color-snow-mountain-white-3: #b1b1a5;
  --color-snow-mountain-white-4: #737368;
  --color-star-yellow-1: #f9f9f1;
  --color-star-yellow-2: #e0d287;
  --color-star-yellow-3: #ddcf51;
  --color-star-yellow-4: #736830;
  --color-error: #d14527;
  --shadow: 0px 62px 60px -60px rgba(14, 13, 13, 0.1);
  --shadow-2: 0px 0px 60px 0px rgba(14, 13, 13, 0.1);
  --size-spacing-32: 32px;
  --size-spacing-42: 42px;
  --size-spacing-48: 48px;
  --size-spacing-80: 80px;
  --spacer-spacing-pageend-pc: 160px;
  --spacer-spacing-pageend-sp: 120px;
  --spacer-spacing-pagetitle-pc: 80px;
  --spacer-spacing-pagetitle-sp: 48px;
  --spacer-spacing-titleandtext-pc: 40px;
  --spacer-spacing-titleandtext-sp: 32px;
  --spacer-spacing-list-pc: 24px;
  --spacer-spacing-list-sp: 20px;
  --font-size-68: 6.8rem;
  --font-size-42: 4.2rem;
  --font-size-34: 3.4rem;
  --font-size-32: 3.2rem;
  --font-size-26: 2.6rem;
  --font-size-24: 2.4rem;
  --font-size-22: 2.2rem;
  --font-size-20: 2rem;
  --font-size-18: 1.8rem;
  --font-size-16: 1.6rem;
  --font-size-14: 1.4rem;
  --font-size-13: 1.3rem;
  --font-size-12: 1.2rem;
  --font-size-11: 1.1rem;
  --font-size-10: 1rem;
  --font-line-height-1: 1;
  --font-line-height-14: 1.4;
  --font-line-height-15: 1.5;
  --font-line-height-16: 1.6;
  --font-line-height-17: 1.7;
  --font-line-height-18: 1.8;
  --font-letter-spacing-2: 0.02em;
  --font-letter-spacing-4: 0.04em;
  --font-letter-spacing-6: 0.06em;
  --font-letter-spacing-8: 0.08em;
  --font-letter-spacing-10: 0.1em;
  --font-letter-spacing-0: 0;
  --font-weight-300: 300;
  --font-weight-400: 400;
  --font-weight-500: 500;
  --font-weight-600: 600;
  --size-height-header-sp: 64px;
  --size-height-header-pc: 178px;
  --size-height-header-pclg: 116px;
  --border-radius-4: 4px;
  --animation-timing-function: cubic-bezier(0.3, 0.3, 0.12, 1);
  --font-opacity-7: 0.7;
}

/* # =================================================================
   # font-sizeを定義
   # ================================================================= */
/* # =================================================================
# sizesを定義
# ================================================================= */
.c-title-4 {
  font-weight: var(--font-weight-400);
  line-height: var(--font-line-height-14);
  letter-spacing: var(--font-letter-spacing-8);
  font-size: var(--font-size-16);
}
@media screen and (min-width: 767px) {
  .c-title-4 {
    font-weight: var(--font-weight-400);
    line-height: var(--font-line-height-14);
    letter-spacing: var(--font-letter-spacing-4);
    font-size: var(--font-size-20);
  }
}

.c-title-4 {
  margin: 24px 0;
}

.c-text-2 {
  font-weight: var(--font-weight-400);
  letter-spacing: var(--font-letter-spacing-10);
  line-height: var(--font-line-height-18);
  font-size: var(--font-size-13);
}

.c-text-2--en {
  font-weight: var(--font-weight-400);
  letter-spacing: var(--font-letter-spacing-0);
  line-height: var(--font-line-height-18);
  font-size: var(--font-size-13);
}

@media (max-width: 1439px) {
  .c-text-2 {
    font-weight: var(--font-weight-400);
    letter-spacing: var(--font-letter-spacing-6);
    line-height: var(--font-line-height-18);
    font-size: var(--font-size-14);
  }
  .c-text--en {
    font-weight: var(--font-weight-400);
    letter-spacing: var(--font-letter-spacing-0);
    line-height: var(--font-line-height-18);
    font-size: var(--font-size-16);
  }
  .c-text-2--en {
    font-weight: var(--font-weight-400);
    letter-spacing: var(--font-letter-spacing-0);
    line-height: var(--font-line-height-18);
    font-size: var(--font-size-14);
  }
}
/*-------------------------------------------------------------------*/
/* 共通
/*-------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --vw: 100vw;
  --one-rem: 1rem;
  --window-width: tan(atan2(var(--vw), 1px));
  --scale: var(--window-width) / 1440;
  --px: calc(1px * var(--scale));
  --rem: calc(1rem * var(--scale));
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  scrollbar-gutter: stable;
}

body {
  position: relative;
  word-wrap: break-word;
  font-feature-settings: "palt";
  background-color: #fff;
  letter-spacing: 10%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  line-height: 1.6;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-style: normal;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

button, input, select, textarea {
  outline: 0;
}

figure.no-fade::before, picture.no-fade::before {
  content: none;
}

fieldset {
  display: flex;
  flex-direction: column;
  border: none;
}

::-moz-placeholder {
  color: #0C734A;
  font-size: 14px;
  font-size: 1.4rem;
}

::placeholder {
  color: #0C734A;
  font-size: 14px;
  font-size: 1.4rem;
}

a {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

main {
  width: 100%;
  margin: 0 auto;
  flex: 1;
}

@-webkit-keyframes fuwafuwa {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
@-webkit-keyframes fuwafuwa-sp {
  0% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(2px);
  }
}
@keyframes fuwafuwa-sp {
  0% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(2px);
  }
}
@-webkit-keyframes jump-animation {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes jump-animation {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes aruku {
  0%, 100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
}
@keyframes aruku {
  0%, 100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
}
.main {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}

footer {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 7rem;
}
@media (max-width: 767px) {
  footer {
    padding: 6rem 0 6rem 3.2rem;
  }
}

section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
section .section_inner {
  width: 100%;
  max-width: 1440px;
  position: relative;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media (max-width: 1023px) {
  section .section_inner {
    max-width: 1023px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  section .section_inner {
    max-width: 767px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
section:has(.mv_area) {
  overflow: visible;
}
section:has(.mountain) {
  text-align: center;
}

.top-button {
  position: fixed;
  right: -10rem;
  bottom: 2rem;
  width: 8rem;
  z-index: 15;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .top-button {
    width: 6rem;
    right: -8rem;
    bottom: 2rem;
  }
}
.top-button.is-show {
  right: 2rem;
}
@media (max-width: 767px) {
  .top-button.is-show {
    right: 1rem;
  }
}
.top-button a {
  color: #000;
  text-decoration: none;
}
.top-button span {
  font-family: Inter, sans-serif;
  margin-top: 20px;
  text-align: center;
}

.top-image {
  position: absolute;
  top: -9rem;
  left: 50%;
}
@media (max-width: 767px) {
  .top-image {
    top: -8rem;
  }
}
.top-image:has([data-region=shikoku]) {
  top: 0;
}
.top-image:has([data-region=kanto]), .top-image:has([data-region=chubu]), .top-image:has([data-region=okinawa]) {
  top: -6rem;
}
.top-image:has([data-region=hokkaido]), .top-image :has([data-region=shikoku]) {
  top: -4rem;
}
.top-image:has([data-region=kyushu]) {
  top: -11rem;
}
.top-image-animal[data-region=hokkaido], .top-image-animal[data-region=tohoku], .top-image-animal[data-region=kinki] {
  transform: scaleX(-1);
}
.top-image-animal[data-region=kyushu] {
  transform: scale(0.7);
}
.top-image-area {
  position: relative;
}
.top-image-area a {
  color: #000;
  font-family: Inter, sans-serif;
}
.top-image-text {
  content: "";
  position: absolute;
  background: url(../images/family/message.webp) no-repeat;
  background-size: contain;
  background-position: center;
  width: clamp(22rem, 20.9436619718rem + 2.8169014085vw, 25rem);
  height: clamp(8rem, 8rem + 0vw, 8rem);
  top: clamp(-7rem, -6.6478873239rem + -0.9389671362vw, -8rem);
  left: clamp(-17rem, -16.6478873239rem + -0.9389671362vw, -18rem);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(2rem, 2rem + 0vw, 2rem);
}

.footer {
  width: 100%;
  max-width: 90rem;
}
@media (max-width: 767px) {
  .footer {
    width: calc(100% - 20px);
    flex-wrap: wrap;
  }
}
.footer__nav-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__nav-list {
    flex-wrap: wrap;
    gap: 8.5333333333vw;
  }
}
.footer__nav-link {
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--color-black);
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer__nav-link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .footer__nav-item {
    width: 100%;
  }
}

.fade {
  opacity: 0;
  transform: translateY(2px);
  transition: 1s;
}
.fade.active {
  opacity: 1;
}

.pc-view {
  display: block;
}
@media (max-width: 767px) {
  .pc-view {
    display: none;
  }
}

.sp-view {
  display: none;
}
@media (max-width: 767px) {
  .sp-view {
    display: block;
  }
}

.top {
  background-image: url(../images/top/bg.jpg);
  background-size: 100%;
  background-repeat: repeat;
}
@media (max-width: 767px) {
  .top {
    background-image: url(../images/top/bg_sp.jpg);
  }
}

.bg {
  background-image: url(../images/top/green_bg.jpg);
  background-size: 100%;
  background-repeat: repeat;
}
@media (max-width: 767px) {
  .bg {
    background-image: url(../images/top/green_bg-sp.jpg);
  }
}

.mv {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  overflow: hidden;
  margin-top: 0;
}
.mv_wrapper {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  background-image: url(../images/top/bg.jpg);
  background-position: left top;
  background-size: 100%;
  background-repeat: repeat;
}
@media (max-width: 767px) {
  .mv_wrapper {
    background-image: url(../images/top/bg_sp.jpg);
    background-position: left top;
  }
}
.mv_wrapper:has(.concept.is-active) {
  height: auto;
}
.mv_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mv_area:first-child {
  opacity: 1;
}
.mv_area-title {
  font-size: 96px;
  font-size: 9.6rem;
  font-family: Inter, sans-serif;
  font-weight: bold;
  text-align: center;
  color: var(--color-white);
  white-space: nowrap;
  text-shadow: 0 4px 3px rgba(17, 17, 17, 0.2);
}
@media (max-width: 767px) {
  .mv_area-title {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
.mv_area-title-section {
  position: absolute;
}
.mv_area-subtitle {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: var(--color-white);
  text-shadow: 0 4px 3px rgba(17, 17, 17, 0.2);
}
@media (max-width: 767px) {
  .mv_area-subtitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .mv_area#map {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.mv .macpac_family-map {
  margin: 0;
}
.mv .concept {
  width: 100%;
}
.mv .concept.is-active {
  position: relative;
  height: auto;
}
@media (max-width: 767px) {
  .mv .concept.is-active {
    height: 100%;
  }
}
.mv .mountain_top {
  width: 22.2222222222vw;
  margin: 2rem auto -0.5rem;
}
.mv .mountain {
  width: 100%;
}
.mv .mountain_area {
  position: relative;
}
.mv .cloud {
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.6;
  z-index: 10;
}
.mv .cloud.behind {
  z-index: 0 !important;
}
.mv .next-section {
  height: 100vh;
}

.concept {
  z-index: 15;
}
@media (max-width: 767px) {
  .concept {
    justify-content: flex-end;
  }
}
.concept .title-heading {
  font-family: Inter, sans-serif;
  color: var(--color-white);
  text-align: center;
  font-size: 3.8rem;
  margin-top: 17rem;
  text-shadow: 0 4px 3px rgba(17, 17, 17, 0.2);
  z-index: 5;
}
@media (max-width: 1023px) {
  .concept .title-heading {
    font-size: 3rem;
    margin-top: 15rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .concept .title-heading {
    font-size: 2.8rem;
    margin-top: 10rem;
  }
}
.concept-text {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-white);
  letter-spacing: 20%;
  line-height: 2.1;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 4px 2px rgba(17, 17, 17, 0.2);
  z-index: 5;
}
@media (max-width: 1023px) {
  .concept-text {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .concept-text {
    font-size: 1.3rem;
    line-height: 2.4;
  }
}
.concept-text:not(:last-of-type) {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .concept-text:not(:last-of-type) {
    margin-bottom: 1.8rem;
  }
}
.concept-text-area {
  width: 100%;
  max-width: 90rem;
  margin: 4.5rem 0;
}
@media (max-width: 1439px) {
  .concept-text-area {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
}
@media (max-width: 1023px) {
  .concept-text-area {
    max-width: 60rem;
  }
}
@media (max-width: 767px) {
  .concept-text-area {
    width: calc(100% - 4.8rem);
    margin: 4rem auto 2.4rem;
  }
}

.macpac_area {
  position: relative;
}
.macpac_area .section_inner {
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .macpac_area .section_inner {
    padding-bottom: 0;
  }
}
.macpac_family-map {
  position: relative;
  width: 100%;
  max-width: 55rem;
  aspect-ratio: 0.94/1;
  margin-right: auto;
  z-index: 10;
}
@media (max-width: 767px) {
  .macpac_family-map {
    width: 100%;
    order: 1;
  }
}
.macpac_family-maparea {
  display: flex;
  justify-content: center;
  padding-top: 8rem;
  gap: 8rem;
}
@media (max-width: 1023px) {
  .macpac_family-maparea {
    margin-top: 8rem;
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .macpac_family-maparea {
    margin-top: 4rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
  }
}
.macpac_family-map .region_map {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.macpac_family-map .region_name {
  display: none;
  color: white;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  position: absolute;
  text-shadow: 0 4px 3px rgba(17, 17, 17, 0.4);
}
@media (max-width: 1023px) {
  .macpac_family-map .region_name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .macpac_family-map .region_name {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.macpac_family-map .region_area {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.macpac_family-map .region_area.is-active .region_animal {
  -webkit-animation: jump-animation 1s infinite;
          animation: jump-animation 1s infinite;
  display: inline-block;
}
.macpac_family-map .region_area.is-active .region_name {
  display: inline-block;
}
.macpac_family-map .region_area.is-active .region_name::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 6rem;
  height: 2rem;
  background-image: url(../images/top/line.webp?ver=1);
  background-size: contain;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .macpac_family-map .region_area.is-active .region_name::after {
    top: 45%;
    width: 4rem;
  }
}
@media (max-width: 767px) {
  .macpac_family-map .region_area.is-active .region_name::after {
    width: 3rem;
    height: 1rem;
  }
}
.macpac_family-map .region_area[data-region=hokkaido] {
  width: clamp(6rem, 4.9436619718rem + 2.8169014085vw, 9rem);
  top: 18%;
  left: 80%;
}
.macpac_family-map .region_area[data-region=hokkaido] .region_name {
  right: 15rem;
  bottom: 4rem;
}
@media (max-width: 1023px) {
  .macpac_family-map .region_area[data-region=hokkaido] .region_name {
    right: 10rem;
    bottom: 3.5rem;
  }
}
@media (max-width: 767px) {
  .macpac_family-map .region_area[data-region=hokkaido] .region_name {
    right: 8rem;
  }
}
.macpac_family-map .region_area[data-region=hokkaido] .region_name::after {
  left: 16rem;
}
@media (max-width: 1023px) {
  .macpac_family-map .region_area[data-region=hokkaido] .region_name::after {
    left: 12rem;
  }
}
@media (max-width: 767px) {
  .macpac_family-map .region_area[data-region=hokkaido] .region_name::after {
    left: 8rem;
  }
}
.macpac_family-map .region_area[data-region=touhoku] {
  width: clamp(4rem, 3.2957746479rem + 1.8779342723vw, 6rem);
  top: 45%;
  left: 73%;
}
.macpac_family-map .region_area[data-region=touhoku] .region_name {
  left: 13rem;
  bottom: 4rem;
}
@media (max-width: 1023px) {
  .macpac_family-map .region_area[data-region=touhoku] .region_name {
    left: 7rem;
    bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .macpac_family-map .region_area[data-region=touhoku] .region_name {
    left: 6rem;
    bottom: 4.5rem;
  }
}
.macpac_family-map .region_area[data-region=touhoku] .region_name::after {
  right: 12.5rem;
  transform: scaleX(-1);
}
@media (max-width: 1023px) {
  .macpac_family-map .region_area[data-region=touhoku] .region_name::after {
    right: 9.5rem;
  }
}
@media (max-width: 767px) {
  .macpac_family-map .region_area[data-region=touhoku] .region_name::after {
    width: 4rem;
    right: 6.5rem;
  }
}
.macpac_family-map .region_area[data-region=kanto] {
  width: clamp(3.5rem, 2.9718309859rem + 1.4084507042vw, 5rem);
  top: 66%;
  left: 66%;
}
.macpac_family-map .region_area[data-region=kanto] .region_name {
  left: 12rem;
  bottom: 3.5rem;
}
@media (max-width: 1023px) {
  .macpac_family-map .region_area[data-region=kanto] .region_name {
    left: 8rem;
  }
}
@media (max-width: 767px) {
  .macpac_family-map .region_area[data-region=kanto] .region_name {
    left: 6.5rem;
    bottom: 3rem;
  }
}
.macpac_family-map .region_area[data-region=kanto] .region_name::after {
  right: 10.5rem;
  transform: scaleX(-1);
}
@media (max-width: 1023px) {
  .macpac_family-map .region_area[data-region=kanto] .region_name::after {
    right: 8rem;
  }
}
@media (max-width: 767px) {
  .macpac_family-map .region_area[data-region=kanto] .region_name::after {
    right: 5.5rem;
  }
}
.macpac_family-map .region_area[data-region=chubu] {
  width: clamp(4rem, 3.4718309859rem + 1.4084507042vw, 5.5rem);
  top: 66%;
  left: 53%;
}
.macpac_family-map .region_area[data-region=chubu] .region_name {
  right: 12rem;
  bottom: 5rem;
}
@media (max-width: 1023px) {
  .macpac_family-map .region_area[data-region=chubu] .region_name {
    right: 9rem;
    bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .macpac_family-map .region_area[data-region=chubu] .region_name {
    right: 7rem;
    bottom: 5rem;
  }
}
.macpac_family-map .region_area[data-region=chubu] .region_name::after {
  left: 10rem;
}
@media (max-width: 1023px) {
  .macpac_family-map .region_area[data-region=chubu] .region_name::after {
    left: 8rem;
  }
}
@media (max-width: 767px) {
  .macpac_family-map .region_area[data-region=chubu] .region_name::after {
    left: 5.5rem;
  }
}
.macpac_family-map .region_area[data-region=kinki] {
  width: clamp(3.5rem, 2.9718309859rem + 1.4084507042vw, 5rem);
  top: 75%;
  left: 41%;
}
.macpac_family-map .region_area[data-region=kinki] .region_name {
  left: 11rem;
  top: 6rem;
}
@media (max-width: 1023px) {
  .macpac_family-map .region_area[data-region=kinki] .region_name {
    left: 7rem;
    top: 5rem;
  }
}
@media (max-width: 767px) {
  .macpac_family-map .region_area[data-region=kinki] .region_name {
    left: 6rem;
    top: 4rem;
  }
}
.macpac_family-map .region_area[data-region=kinki] .region_name::after {
  top: 0;
  right: 8rem;
  transform: scale(-1, -1);
}
@media (max-width: 1023px) {
  .macpac_family-map .region_area[data-region=kinki] .region_name::after {
    top: 0;
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .macpac_family-map .region_area[data-region=kinki] .region_name::after {
    right: unset;
    left: -3.2rem;
  }
}
.macpac_family-map .region_area[data-region=chugoku] {
  width: clamp(2.5rem, 2.1478873239rem + 0.9389671362vw, 3.5rem);
  top: 70%;
  left: 27%;
}
.macpac_family-map .region_area[data-region=chugoku] .region_name {
  right: 9rem;
  bottom: 9rem;
}
@media (max-width: 1023px) {
  .macpac_family-map .region_area[data-region=chugoku] .region_name {
    right: 7rem;
    bottom: 6.5rem;
  }
}
@media (max-width: 767px) {
  .macpac_family-map .region_area[data-region=chugoku] .region_name {
    right: 5rem;
    bottom: 6rem;
  }
}
.macpac_family-map .region_area[data-region=chugoku] .region_name::after {
  left: 14rem;
}
@media (max-width: 1023px) {
  .macpac_family-map .region_area[data-region=chugoku] .region_name::after {
    left: 11rem;
  }
}
@media (max-width: 767px) {
  .macpac_family-map .region_area[data-region=chugoku] .region_name::after {
    left: 7.5rem;
  }
}
.macpac_family-map .region_area[data-region=shikoku] {
  width: clamp(5.5rem, 4.2676056338rem + 3.2863849765vw, 9rem);
  top: 83%;
  left: 26%;
}
.macpac_family-map .region_area[data-region=shikoku] .region_name {
  top: 2rem;
  left: 10rem;
}
@media (max-width: 1023px) {
  .macpac_family-map .region_area[data-region=shikoku] .region_name {
    top: 2rem;
    left: 8rem;
  }
}
@media (max-width: 767px) {
  .macpac_family-map .region_area[data-region=shikoku] .region_name {
    top: 2.5rem;
    left: 7rem;
  }
}
.macpac_family-map .region_area[data-region=shikoku] .region_name::after {
  top: 0.3rem;
  right: 13rem;
  transform: scale(-1, -1);
}
@media (max-width: 1023px) {
  .macpac_family-map .region_area[data-region=shikoku] .region_name::after {
    top: 0;
    right: 10rem;
  }
}
@media (max-width: 767px) {
  .macpac_family-map .region_area[data-region=shikoku] .region_name::after {
    right: 6.5rem;
  }
}
.macpac_family-map .region_area[data-region=kyushu] {
  width: clamp(3rem, 2.2957746479rem + 1.8779342723vw, 5rem);
  top: 85%;
  left: 8%;
}
.macpac_family-map .region_area[data-region=kyushu] .region_name {
  right: 11rem;
  bottom: 9rem;
}
@media (max-width: 1023px) {
  .macpac_family-map .region_area[data-region=kyushu] .region_name {
    right: 7rem;
    bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .macpac_family-map .region_area[data-region=kyushu] .region_name {
    top: 3.5rem;
    right: -8rem;
  }
}
.macpac_family-map .region_area[data-region=kyushu] .region_name::after {
  top: 1.5rem;
  right: -7rem;
}
@media (max-width: 1023px) {
  .macpac_family-map .region_area[data-region=kyushu] .region_name::after {
    top: 1.3rem;
    right: -4rem;
  }
}
@media (max-width: 767px) {
  .macpac_family-map .region_area[data-region=kyushu] .region_name::after {
    top: 0.3rem;
    left: -3.2rem;
    right: unset;
    transform: scale(-1, -1);
  }
}
.macpac_family-map .region_area[data-region=okinawa] {
  width: clamp(4rem, 3.2957746479rem + 1.8779342723vw, 6rem);
  top: 88%;
  left: 88%;
}
.macpac_family-map .region_area[data-region=okinawa] .region_name {
  right: 13rem;
  bottom: 5rem;
}
@media (max-width: 1023px) {
  .macpac_family-map .region_area[data-region=okinawa] .region_name {
    right: 9rem;
    bottom: 3.5rem;
  }
}
@media (max-width: 767px) {
  .macpac_family-map .region_area[data-region=okinawa] .region_name {
    right: 7rem;
  }
}
.macpac_family-map .region_area[data-region=okinawa] .region_name::after {
  right: -7rem;
}
@media (max-width: 1023px) {
  .macpac_family-map .region_area[data-region=okinawa] .region_name::after {
    right: -4rem;
  }
}
@media (max-width: 767px) {
  .macpac_family-map .region_area[data-region=okinawa] .region_name::after {
    right: -3.2rem;
  }
}
.macpac_gallery {
  padding-right: 0;
}
.macpac_gallery .dealer {
  position: absolute;
  width: 13rem;
  height: auto;
  top: 26rem;
  left: 7.8rem;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: visible;
}
@media (max-width: 1023px) {
  .macpac_gallery .dealer {
    width: 10rem;
    left: 8rem;
  }
}
@media (max-width: 767px) {
  .macpac_gallery .dealer {
    width: 8rem;
    top: 4rem;
    right: 8rem;
    left: unset;
  }
}

.parts-way {
  width: 100%;
  position: relative;
  margin-top: 20rem;
}
@media (max-width: 1023px) {
  .parts-way {
    margin-top: 18rem;
  }
}
@media (max-width: 767px) {
  .parts-way {
    margin-top: 9rem;
  }
}
.macpac_family .parts-way {
  margin-top: 8rem;
}
@media (max-width: 1439px) {
  .macpac_family .parts-way {
    margin-top: 15rem;
  }
}
@media (max-width: 767px) {
  .macpac_family .parts-way {
    margin-top: 11rem;
  }
}
.parts-way .mountain_path {
  width: 100%;
  height: auto;
}
.macpac_gallery .parts-way {
  margin-top: 10rem;
  margin-bottom: 14rem;
}
@media (max-width: 767px) {
  .macpac_gallery .parts-way {
    margin-bottom: 5rem;
  }
}
.parts-way .mountaineer {
  width: 12rem;
  position: absolute;
  bottom: 10rem;
  right: 15rem;
  z-index: 5;
}
@media (max-width: 1023px) {
  .parts-way .mountaineer {
    width: 9rem;
  }
}
@media (max-width: 767px) {
  .parts-way .mountaineer {
    width: 6rem;
    right: 1rem;
    bottom: 2rem;
  }
}
.parts-way .mountaineer-2 {
  width: 20rem;
  position: absolute;
  bottom: 4rem;
  left: 0rem;
  z-index: 5;
}
@media (max-width: 1023px) {
  .parts-way .mountaineer-2 {
    width: 16rem;
  }
}
@media (max-width: 767px) {
  .parts-way .mountaineer-2 {
    width: 10rem;
    bottom: 2rem;
  }
}
.parts-way .mountaineer-3 {
  position: absolute;
  width: 20rem;
  bottom: 4rem;
  right: 0rem;
  z-index: 5;
}
@media (max-width: 1023px) {
  .parts-way .mountaineer-3 {
    width: 16rem;
  }
}
@media (max-width: 767px) {
  .parts-way .mountaineer-3 {
    width: 10rem;
    bottom: 2rem;
  }
}
.parts-board {
  position: absolute;
  top: 3rem;
  left: 5rem;
}
@media (max-width: 767px) {
  .parts-board {
    left: 2rem;
  }
}
.parts-board.right {
  left: unset;
  right: 5rem;
}
@media (max-width: 767px) {
  .parts-board.right {
    right: 2rem;
  }
}
.parts-board.right h2 {
  right: 0;
  left: 0;
  text-align: center;
}
.parts-board h2 {
  text-align: center;
  position: absolute;
  top: 2.2rem;
  left: 0;
  right: 0;
  font-family: Inter, sans-serif;
  color: var(--color-white);
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 10%;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .parts-board h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .parts-board h2 {
    top: 1.6rem;
    font-size: 20px;
    font-size: 2rem;
  }
}
.parts-board .signboard {
  width: 19rem;
  max-width: 19rem;
  height: auto;
}
@media (max-width: 1023px) {
  .parts-board .signboard {
    width: 17rem;
  }
}
@media (max-width: 767px) {
  .parts-board .signboard {
    width: 14rem;
    top: 4.4rem;
    left: 2rem;
  }
}
.parts-text {
  max-width: 92rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 10%;
}
@media (max-width: 1439px) {
  .parts-text {
    max-width: 80rem;
  }
}
@media (max-width: 1023px) {
  .parts-text {
    width: 70%;
    max-width: 48rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .parts-text {
    width: calc(100% - 4rem);
    margin: 20rem auto 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.macpac_area .parts-text {
  padding-top: 16rem;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .macpac_area .parts-text {
    padding-top: 8rem;
  }
}
@media (max-width: 767px) {
  .macpac_area .parts-text {
    padding: 0;
    margin-top: 29rem;
  }
}
.macpac_gallery .parts-text {
  margin-top: 6rem;
  margin-left: 32%;
}
@media (max-width: 767px) {
  .macpac_gallery .parts-text {
    margin-top: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.parts-text.right {
  margin-top: 3rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .parts-text.right {
    margin: 20rem 2rem 0;
  }
}
.parts-rock {
  position: absolute;
  top: 3rem;
  right: 30rem;
  width: 13rem;
  height: auto;
}
@media (max-width: 767px) {
  .parts-rock {
    top: unset;
    width: 8rem;
    bottom: -5rem;
    right: 2rem;
  }
}
.parts-rock-2 {
  position: absolute;
  width: 18rem;
  height: auto;
  right: 5rem;
  top: 5rem;
}
@media (max-width: 1023px) {
  .parts-rock-2 {
    width: 15rem;
    right: 3rem;
    top: 0;
  }
}
@media (max-width: 767px) {
  .parts-rock-2 {
    top: unset;
    bottom: 0;
    left: 5rem;
    width: 8.6rem;
  }
}
.macpac_family .parts-rock-2 {
  right: 10rem;
  bottom: 0;
}
@media (max-width: 1023px) {
  .macpac_family .parts-rock-2 {
    right: 5rem;
  }
}
@media (max-width: 767px) {
  .macpac_family .parts-rock-2 {
    display: none;
  }
}
.macpac_gallery .parts-rock-2 {
  right: 40%;
  top: -2rem;
}
@media (max-width: 1439px) {
  .macpac_gallery .parts-rock-2 {
    top: -6rem;
  }
}
@media (max-width: 767px) {
  .macpac_gallery .parts-rock-2 {
    left: unset;
    right: 2rem;
    bottom: 8rem;
    top: unset;
  }
}
.parts-rock-3 {
  position: absolute;
  width: 11rem;
  height: auto;
  left: 14rem;
  top: 0;
}
@media (max-width: 1439px) {
  .parts-rock-3 {
    width: 7rem;
    top: -5rem;
  }
}
@media (max-width: 767px) {
  .parts-rock-3 {
    display: none;
  }
}
.parts-tree {
  position: absolute;
  width: 7rem;
  height: auto;
}
@media (max-width: 1023px) {
  .parts-tree {
    width: 5.5rem;
  }
}
@media (max-width: 767px) {
  .parts-tree {
    width: 4rem;
  }
}
.macpac_area .parts-tree {
  right: calc(50% - 3.5rem);
  bottom: -15rem;
}
@media (max-width: 767px) {
  .macpac_area .parts-tree {
    width: 4rem;
    top: 1.5rem;
    right: 4rem;
  }
}
.macpac_family .parts-tree {
  right: 10rem;
  top: -12rem;
}
@media (max-width: 767px) {
  .macpac_family .parts-tree {
    top: 11rem;
    left: 4rem;
    right: unset;
    bottom: unset;
  }
}
.macpac_gallery .parts-tree {
  left: 18%;
  bottom: 2rem;
}
@media (max-width: 767px) {
  .macpac_gallery .parts-tree {
    left: 3rem;
    bottom: -3rem;
  }
}
.parts-tree-2 {
  position: absolute;
  width: 7rem;
  left: 10rem;
  bottom: 3rem;
}
@media (max-width: 1023px) {
  .parts-tree-2 {
    width: 5.5rem;
  }
}
@media (max-width: 767px) {
  .parts-tree-2 {
    display: none;
  }
}
.parts-house {
  position: absolute;
  width: 44rem;
  height: auto;
  left: 0.8rem;
  bottom: -0.8rem;
}
@media (max-width: 1439px) {
  .parts-house {
    width: 35rem;
  }
}
@media (max-width: 1023px) {
  .parts-house {
    width: 25rem;
  }
}
@media (max-width: 767px) {
  .parts-house {
    top: 18rem;
    left: 50%;
    transform: translateX(-50%);
    bottom: unset;
  }
}

.aruku {
  -webkit-animation: aruku 10s linear infinite;
          animation: aruku 10s linear infinite;
}

.loading {
  position: fixed;
  inset: 0;
  background: url(../../assets/images/top/bg.jpg) no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .loading {
    background: url(../../assets/images/top/bg_sp.jpg) no-repeat center/cover;
  }
}
.loading-container {
  width: 300px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.loading-title {
  font-family: Inter, sans-serif;
}

.progress-bar {
  width: 100%;
  height: 4px;
  background: transparent;
  border-radius: 4px;
  overflow: hidden;
  margin: 16px auto;
}

#progress-fill {
  width: 0%;
  height: 100%;
  background: #fff;
  transition: width 0.1s linear;
}

.animation_area {
  position: relative;
}

.is-loading {
  overflow: hidden !important;
  height: 100vh !important;
  position: fixed;
  width: 100%;
}

.pin-spacer {
  width: 100% !important;
  overflow: hidden !important;
}

.family {
  background-color: #fffff0;
}
.family .main {
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}
.family-title {
  width: 100%;
  color: #0C734A;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 auto 2.4rem;
}
@media (max-width: 1023px) {
  .family-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .family-title {
    width: calc(100% - 4.8rem);
    margin: 3.2rem auto 2.4rem;
  }
}
@media (max-width: 767px) {
  .favorite .family-title {
    width: 100%;
    margin: 0 0 2.4rem;
  }
}
.obsession .family-title {
  margin-bottom: 3.2rem;
}
.family-text {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .family-text {
    font-size: 16px;
    font-size: 1.6rem;
    width: calc(100% - 4.8rem);
  }
}
.review .family-text {
  padding: 0;
}
.family section {
  display: block;
  width: 100%;
  max-width: 96.4rem;
  margin: 16rem auto 0;
  padding: 0 5rem;
  font-size: 20px;
  font-size: 2rem;
  background-image: none;
  overflow: visible;
}
@media (max-width: 1439px) {
  .family section {
    max-width: 80rem;
  }
}
@media (max-width: 1023px) {
  .family section {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 12.8rem;
  }
}
@media (max-width: 767px) {
  .family section {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
    overflow: hidden;
  }
}
.family section.profile {
  margin-top: 12rem;
}
@media (max-width: 767px) {
  .family section.profile {
    margin-top: 8rem;
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
}
.family section.profile .title {
  font-size: 32px;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .family section.profile .title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .family section.favorite {
    width: 100%;
    overflow: visible;
    padding-bottom: 20rem;
  }
}
.family section.favorite .title {
  font-size: 32px;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .family section.favorite .title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .family section.review, .family section.shop {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .family section.field {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.family section.obsession .obsession-inner {
  background: var(--color-white);
  padding: 4.8rem;
}
@media (max-width: 767px) {
  .family section.obsession .obsession-inner {
    padding: 3.2rem 2.4rem;
    margin-left: 2.4rem;
    margin-right: 2.4rem;
  }
}
.family section.obsession .title {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .family section.obsession .title {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.family section.relate {
  max-width: 98.4rem;
}
@media (max-width: 1439px) {
  .family section.relate {
    max-width: 80rem;
  }
}
@media (max-width: 767px) {
  .family section.relate {
    overflow: visible;
  }
}
.family section .title {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4.8rem;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .family section .title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .family section .title {
    width: calc(100% - 4.8rem);
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 2.4rem;
    margin-right: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
.family section .title-en {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #0C734A;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .family section .title-en {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.family section:has(.mv_area) {
  heihgt: auto;
}
@media (max-width: 1023px) {
  .family section:has(.mv_area) {
    height: 50vh;
    min-height: 50vh;
  }
}
@media (max-width: 767px) {
  .family section:has(.mv_area) {
    height: 100vh;
    min-height: 100vh;
  }
}
.family .mv {
  width: 100%;
  max-width: none;
  padding: 0;
  background-image: none;
  margin-top: 0;
  overflow: visible;
}
.family .mv_area {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: 100vh;
  color: var(--color-black);
  font-weight: bold;
  text-shadow: none;
  z-index: 0;
  transform: none;
  top: unset;
  left: unset;
  background-image: url(../images/top/green_bg.jpg);
  background-size: cover;
}
@media (max-width: 1023px) {
  .family .mv_area {
    height: 50vh;
  }
}
@media (max-width: 767px) {
  .family .mv_area {
    height: 100vh;
    flex-wrap: wrap;
  }
}
.family .mv_profile {
  width: 50%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .family .mv_profile {
    width: 100%;
    height: 56%;
  }
}
@media (max-width: 767px) {
  .family .mv_profile::before {
    content: "";
    position: absolute;
    background: url(../../assets/images/top/mountaineers_3.webp) no-repeat;
    left: 2.4rem;
    bottom: -3rem;
    background-size: cover;
    background-position: center;
    width: 15rem;
    height: 12rem;
    transform: scaleX(-1);
    z-index: 15;
  }
}
@media (max-width: 767px) {
  .family .mv_profile::after {
    content: "";
    position: absolute;
    background: url(../../assets/images/top/mountain_path2.webp);
    left: 0;
    bottom: -12rem;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 20rem;
    transform: scale(1.3);
    z-index: 10;
  }
}
.family .mv_profile-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 767px) {
  .family .mv_profile-image {
    aspect-ratio: 4/5;
  }
}
.family .mv_title {
  width: 50%;
  position: relative;
  padding-top: 21rem;
  padding-left: 5.5%;
  z-index: 15;
}
@media (max-width: 1439px) {
  .family .mv_title {
    padding-top: 8rem;
  }
}
@media (max-width: 767px) {
  .family .mv_title {
    width: 100%;
    padding: 21.3333333333vw 6.4vw 26.6666666667vw;
  }
}
.family .mv_title-main {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 6%;
}
@media (max-width: 1439px) {
  .family .mv_title-main {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767px) {
  .family .mv_title-main {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 376px) {
  .family .mv_title-main {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.family .mv_title-name {
  font-size: 96px;
  font-size: 9.6rem;
}
@media (max-width: 1439px) {
  .family .mv_title-name {
    font-size: 70px;
    font-size: 7rem;
  }
}
@media (max-width: 1023px) {
  .family .mv_title-name {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (max-width: 376px) {
  .family .mv_title-name {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.family .mv_title-company {
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .family .mv_title-company {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.family .mv .mv_area-rock {
  position: absolute;
  height: auto;
}
.family .mv .mv_area-rock:nth-of-type(1) {
  width: 15rem;
  top: 30rem;
  right: 12.4rem;
}
@media (max-width: 1439px) {
  .family .mv .mv_area-rock:nth-of-type(1) {
    width: 12rem;
    top: 31%;
    right: 3%;
  }
}
@media (max-width: 767px) {
  .family .mv .mv_area-rock:nth-of-type(1) {
    width: 11rem;
    top: unset;
    bottom: 2.3rem;
    right: 1.2rem;
  }
}
.family .mv .mv_area-rock:nth-of-type(2) {
  width: 7.4rem;
  top: 45rem;
  left: 50.5%;
}
@media (max-width: 1023px) {
  .family .mv .mv_area-rock:nth-of-type(2) {
    top: 50%;
  }
}
@media (max-width: 767px) {
  .family .mv .mv_area-rock:nth-of-type(2) {
    width: 5rem;
    top: 62rem;
    left: 2.4rem;
  }
}
.family .mv .mv_area-tree {
  position: absolute;
  width: 6.4rem;
  height: auto;
  z-index: 5;
}
@media (max-width: 1023px) {
  .family .mv .mv_area-tree {
    width: 5rem;
  }
}
@media (max-width: 767px) {
  .family .mv .mv_area-tree {
    width: 4.5rem;
  }
}
.family .mv .mv_area-tree:nth-of-type(3) {
  right: 3%;
  bottom: 31%;
}
@media (max-width: 767px) {
  .family .mv .mv_area-tree:nth-of-type(3) {
    display: none;
  }
}
.family .mv .mv_area-tree:nth-of-type(4) {
  width: 5rem;
  right: 23%;
  bottom: 24%;
}
@media (max-width: 1439px) {
  .family .mv .mv_area-tree:nth-of-type(4) {
    bottom: 27%;
  }
}
@media (max-width: 1023px) {
  .family .mv .mv_area-tree:nth-of-type(4) {
    width: 4rem;
  }
}
@media (max-width: 767px) {
  .family .mv .mv_area-tree:nth-of-type(4) {
    right: 3rem;
    bottom: 7.4rem;
  }
}
.family .mv .mv_area-tree:nth-of-type(5) {
  width: 5rem;
  right: 8.6%;
  bottom: 2.7%;
}
@media (max-width: 767px) {
  .family .mv .mv_area-tree:nth-of-type(5) {
    width: 3rem;
    right: 12rem;
    bottom: 4.6rem;
  }
}
.family .mv .mv_area-mountaineers {
  position: absolute;
  width: 20%;
  max-width: 31.5rem;
  height: auto;
  left: 43%;
  bottom: 4vw;
  transform: scale(-1, 1);
  z-index: 10;
}
@media (max-width: 1439px) {
  .family .mv .mv_area-mountaineers {
    width: 22rem;
    left: calc(50% - 11rem);
    bottom: 3vw;
  }
}
@media (max-width: 1023px) {
  .family .mv .mv_area-mountaineers {
    width: 19rem;
    left: calc(50% - 9rem);
    bottom: 3%;
  }
}
@media (max-width: 767px) {
  .family .mv .mv_area-mountaineers {
    display: none;
  }
}
.family .mv .mv_area-way {
  position: absolute;
  left: 0;
  bottom: -10%;
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .family .mv .mv_area-way {
    transform: scale(1.5);
  }
}
@media (max-width: 767px) {
  .family .mv .mv_area-way {
    display: none;
  }
}
.family .mv[data-region]::before, .family .mv[data-region]::after {
  position: absolute;
  content: "";
  z-index: 10;
}
.family .mv[data-region=hokkaido]::after {
  width: 18rem;
  height: 6.7rem;
  right: 11.6rem;
  bottom: 9.6rem;
  background: url(../../assets/images/top/animal/fox.webp) no-repeat center/contain;
  transform: rotate(-7deg);
}
@media (max-width: 1439px) {
  .family .mv[data-region=hokkaido]::after {
    width: 12rem;
    height: 4.7rem;
  }
}
@media (max-width: 767px) {
  .family .mv[data-region=hokkaido]::after {
    right: 0.9rem;
    bottom: 30.6rem;
  }
}
.family .mv[data-region=touhoku]::after {
  width: 14rem;
  height: 11.5rem;
  right: 14.6rem;
  bottom: 5.4rem;
  background: url(../../assets/images/top/animal/japanese_serow.webp) no-repeat center/contain;
}
@media (max-width: 1439px) {
  .family .mv[data-region=touhoku]::after {
    width: 12rem;
  }
}
@media (max-width: 1023px) {
  .family .mv[data-region=touhoku]::after {
    width: 8rem;
    height: 6.6rem;
  }
}
@media (max-width: 767px) {
  .family .mv[data-region=touhoku]::after {
    right: 3.5rem;
    bottom: 30.3rem;
  }
}
.family .mv[data-region=kanto]::before {
  width: 5.6rem;
  height: 5.1rem;
  right: 22.4rem;
  bottom: 6.5rem;
  transform: scaleX(-1) rotate(20deg);
  background: url(../../assets/images/top/animal/squirrel.webp) no-repeat center/contain;
}
@media (max-width: 1023px) {
  .family .mv[data-region=kanto]::before {
    width: 4.5rem;
    right: 20%;
    bottom: 8.5rem;
  }
}
@media (max-width: 767px) {
  .family .mv[data-region=kanto]::before {
    width: 3.2rem;
    height: 2.9rem;
    right: 6.1rem;
    bottom: 31rem;
  }
}
.family .mv[data-region=kanto]::after {
  width: 7.8rem;
  height: 7.1rem;
  right: 14.8rem;
  bottom: 9.2rem;
  transform: rotate(5deg);
  background: url(../../assets/images/top/animal/squirrel.webp) no-repeat center/contain;
}
@media (max-width: 1023px) {
  .family .mv[data-region=kanto]::after {
    width: 6.8rem;
    right: 13%;
    bottom: 10.2rem;
  }
}
@media (max-width: 767px) {
  .family .mv[data-region=kanto]::after {
    width: 4.8rem;
    height: 4.3rem;
    right: 1.7rem;
    bottom: 32.5rem;
  }
}
.family .mv[data-region=chubu]::after {
  width: 9rem;
  height: 8.5rem;
  right: 14.7rem;
  top: 23.4rem;
  transform: scaleX(-1);
  background: url(../../assets/images/top/animal/grouse.webp) no-repeat center/contain;
}
@media (max-width: 1439px) {
  .family .mv[data-region=chubu]::after {
    width: 7.5rem;
    height: 7rem;
    right: 6.7rem;
    top: 14rem;
  }
}
@media (max-width: 767px) {
  .family .mv[data-region=chubu]::after {
    right: 3.2rem;
    top: 49rem;
  }
}
@media (max-width: 376px) {
  .family .mv[data-region=chubu]::after {
    top: 38rem;
  }
}
.family .mv[data-region=kinki]::after {
  width: 10.4rem;
  height: 16rem;
  right: 15.4rem;
  bottom: 3.8rem;
  background: url(../../assets/images/top/animal/deer.webp) no-repeat center/contain;
  transform: scaleX(-1);
}
@media (max-width: 1439px) {
  .family .mv[data-region=kinki]::after {
    width: 8rem;
    height: 9.6rem;
  }
}
@media (max-width: 767px) {
  .family .mv[data-region=kinki]::after {
    right: 1.2rem;
    bottom: 28.9rem;
  }
}
@media (max-width: 376px) {
  .family .mv[data-region=kinki]::after {
    bottom: 20rem;
  }
}
.family .mv[data-region=chugoku]::after {
  width: 8rem;
  height: 14rem;
  right: 21.6rem;
  top: 18.5rem;
  background: url(../../assets/images/top/animal/golden_eagle.webp) no-repeat center/contain;
}
@media (max-width: 1439px) {
  .family .mv[data-region=chugoku]::after {
    width: 5rem;
    height: 10rem;
    right: 6rem;
    top: 11.5rem;
  }
}
@media (max-width: 767px) {
  .family .mv[data-region=chugoku]::after {
    right: 3rem;
    top: 46.7rem;
  }
}
@media (max-width: 376px) {
  .family .mv[data-region=chugoku]::after {
    top: 40rem;
  }
}
.family .mv[data-region=shikoku]::after {
  width: 16rem;
  height: 5.4rem;
  right: 19.6rem;
  bottom: 9.1rem;
  transform: scaleX(-1) rotate(5deg);
  background: url(../../assets/images/top/animal/Japanese_riverotter.webp) no-repeat center/contain;
}
@media (max-width: 1439px) {
  .family .mv[data-region=shikoku]::after {
    width: 11rem;
    height: 3.7rem;
  }
}
@media (max-width: 767px) {
  .family .mv[data-region=shikoku]::after {
    right: 2.9rem;
    bottom: 31rem;
  }
}
@media (max-width: 376px) {
  .family .mv[data-region=shikoku]::after {
    bottom: 24rem;
  }
}
.family .mv[data-region=kyushu]::after {
  width: 11.1rem;
  height: 18.5rem;
  right: 16.5rem;
  bottom: 2.6rem;
  background: url(../../assets/images/top/animal/white_naped_crane.webp) no-repeat center/contain;
}
@media (max-width: 1439px) {
  .family .mv[data-region=kyushu]::after {
    width: 6.8rem;
    height: 11.2rem;
  }
}
@media (max-width: 767px) {
  .family .mv[data-region=kyushu]::after {
    right: 3rem;
    bottom: 26.7rem;
  }
}
@media (max-width: 376px) {
  .family .mv[data-region=kyushu]::after {
    bottom: 22rem;
  }
}
.family .mv[data-region=okinawa]::after {
  width: 11rem;
  height: 8.4rem;
  right: 18.8rem;
  bottom: 6.1rem;
  transform: rotate(5deg);
  background: url(../../assets/images/top/animal/okinawa_rail.webp) no-repeat center/contain;
}
@media (max-width: 1023px) {
  .family .mv[data-region=okinawa]::after {
    width: 7.2rem;
    height: 5.5rem;
  }
}
@media (max-width: 767px) {
  .family .mv[data-region=okinawa]::after {
    right: 3rem;
    bottom: 30.5rem;
  }
}
.family .favorite .text-area {
  padding: 3.2rem;
  background: var(--color-white);
}
@media (max-width: 767px) {
  .family .favorite .text-area {
    padding: 2.4rem;
  }
}
.family .favorite_image-item {
  position: relative;
}
@media (max-width: 767px) {
  .family .favorite_image-item {
    width: 100%;
  }
}
.family .favorite_image-item img {
  width: 70%;
  max-width: 86.4rem;
  max-height: 86.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .family .favorite_image-item img {
    width: 100%;
    max-width: calc(100% - 3.2rem);
  }
}
.family .favorite_image-item:nth-of-type(1) {
  text-align: left;
}
@media (max-width: 767px) {
  .family .favorite_image-item:nth-of-type(1) {
    padding-right: 2.4rem;
  }
}
.family .favorite_image-item:nth-of-type(1) .favorite_image-caption {
  right: -4.8rem;
  bottom: -20rem;
}
@media (max-width: 767px) {
  .family .favorite_image-item:nth-of-type(1) .favorite_image-caption {
    right: 0;
    bottom: -23rem;
  }
}
.family .favorite_image-item:nth-of-type(2) {
  margin-top: 46rem;
  text-align: right;
}
@media (max-width: 767px) {
  .family .favorite_image-item:nth-of-type(2) {
    margin-top: 26rem;
    padding-left: 2.4rem;
  }
}
.family .favorite_image-item:nth-of-type(2) .favorite_image-caption {
  left: -4.8rem;
  top: -20rem;
}
@media (max-width: 767px) {
  .family .favorite_image-item:nth-of-type(2) .favorite_image-caption {
    left: 0;
    top: unset;
    bottom: -20rem;
  }
}
.family .favorite_image-caption {
  position: absolute;
  width: 56rem;
  max-width: 58rem;
  text-align: left;
}
@media (max-width: 1023px) {
  .family .favorite_image-caption {
    width: 40rem;
  }
}
@media (max-width: 767px) {
  .family .favorite_image-caption {
    width: 36rem;
  }
}
.family_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .family_flex {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.family_flex-area {
  width: calc(50% - 24px);
}
@media (max-width: 767px) {
  .family_flex-area {
    width: 100%;
  }
}
.family_flex-area iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.family_flex .swiper-button-prev, .family_flex .swiper-button-next {
  top: unset;
}
@media (max-width: 767px) {
  .family_flex .swiper-button-prev, .family_flex .swiper-button-next {
    top: 50%;
  }
}
.family_flex .swiper-button-prev {
  right: 40px;
  left: unset;
}
@media (max-width: 767px) {
  .family_flex .swiper-button-prev {
    right: unset;
    left: 6.4vw;
  }
}
.family_flex .swiper-button-next {
  right: 0;
}
@media (max-width: 767px) {
  .family_flex .swiper-button-next {
    right: 6.4vw;
  }
}
.family .review .title-en {
  font-size: 28px;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .family .review .title-en {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.family .review .favorite_place {
  margin-top: 6.4rem;
}
@media (max-width: 767px) {
  .family .review .favorite_place {
    margin-top: 4.8rem;
  }
}
.family .review .family_flex-area:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -6rem;
  width: 12.2rem;
  height: 16rem;
  background: url("../../assets/images/top/dealer.webp") no-repeat center/contain;
  z-index: 1;
}
@media (max-width: 767px) {
  .family .review .family_flex-area:first-child::after {
    width: 7.3rem;
    height: 9.6rem;
    left: 2.4rem;
    bottom: -3rem;
  }
}
.family .field {
  position: relative;
}
.family .field::after {
  content: "";
  position: absolute;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  height: 20.1388888889vw;
  top: calc(50% - 11.1111111111vw);
  left: 0;
  background: url(../../assets/images/family/mountain_path_field.webp) no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 0;
}
@media (max-width: 767px) {
  .family .field::after {
    display: none;
  }
}
.family .field_image {
  display: flex;
  width: 100%;
  max-width: 96.4rem;
  align-items: flex-end;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.6666666667vw;
  gap: 8px;
}
@media (max-width: 1439px) {
  .family .field_image {
    max-width: 80rem;
  }
}
@media (max-width: 1023px) {
  .family .field_image {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .family .field_image {
    width: 100%;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0 0 2rem;
  }
}
.family .field_image-area {
  width: 100%;
}
.family .field_image-item {
  width: 50%;
  z-index: 10;
}
@media (max-width: 767px) {
  .family .field_image-item {
    width: calc(100% - 8.5333333333vw);
  }
}
@media (max-width: 767px) {
  .family .field_image-item:nth-of-type(1) {
    margin-right: auto;
    margin-bottom: -5.3333333333vw;
  }
}
@media (max-width: 767px) {
  .family .field_image-item:nth-of-type(2) {
    margin-left: auto;
    margin-bottom: -5.3333333333vw;
  }
}
@media (max-width: 767px) {
  .family .field_image-bottom {
    content: "";
    position: relative;
    background: url("../../assets/images/top/mountain_path1.webp") no-repeat;
    width: auto;
    height: 19rem;
    background-position: bottom right;
    background-size: cover;
  }
  .family .field_image-bottom::after {
    content: "";
    position: absolute;
    right: 2.4rem;
    bottom: 3rem;
    width: 17rem;
    height: 12rem;
    background: url("../../assets/images/top/mountaineers_2.webp") no-repeat;
    background-size: contain;
    transform: scaleX(-1);
  }
}
.family .related_flex-area {
  width: 100%;
  margin-bottom: 32rem;
}
.family .related_flex-area .swiper-area {
  overflow: hidden;
  padding-bottom: 0.8rem;
}
.family .related_flex-area .swiper-text {
  font-size: 1.6rem;
  margin-top: 1.6rem;
}
.family .related_flex-area .swiper-button-prev {
  right: 50px;
  left: unset;
}
@media (max-width: 767px) {
  .family .related_flex-area .swiper-button-prev {
    left: 1.6rem;
    right: unset;
  }
}
.family .related_flex-area .swiper-button-next {
  right: 10px;
}
@media (max-width: 767px) {
  .family .related_flex-area .swiper-button-next {
    left: unset;
    right: 1.6rem;
  }
}
.family .shop-name {
  font-size: clamp(2rem, 2rem + 0vw, 2rem);
  font-weight: bold;
  margin-bottom: clamp(3.2rem, 3.2rem + 0vw, 3.2rem);
}
.family .shop-info {
  font-size: clamp(1.6rem, 1.6rem + 0vw, 1.6rem);
  margin-bottom: clamp(3.2rem, 3.2rem + 0vw, 3.2rem);
}
.family .shop-info a {
  color: var(--color-black);
}
@media (max-width: 767px) {
  .family .shop .family_flex-area:last-of-type {
    margin: 3.2rem 2.4rem 0;
  }
}
.family .review .family_flex-area, .family .shop .family_flex-area {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .family .review .family_flex-area, .family .shop .family_flex-area {
    width: 100%;
  }
}
.family .review .family_flex-area:last-child, .family .shop .family_flex-area:last-child {
  width: calc(50% - 7.2rem);
  margin-right: 2.4rem;
}
@media (max-width: 1023px) {
  .family .review .family_flex-area:last-child, .family .shop .family_flex-area:last-child {
    width: calc(50% - 3rem);
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .family .review .family_flex-area:last-child, .family .shop .family_flex-area:last-child {
    width: 100%;
  }
}
.family footer {
  padding-top: 12rem;
  background: url(../../assets/images/top/green_bg.jpg) no-repeat center/cover;
}

.swiper {
  margin-top: 40px;
}
.swiper .swiper-slide-image-wrap::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  background-size: contain !important;
}
.swiper [data-region=hokkaido] .swiper-slide-image-wrap::after {
  width: 8rem;
  height: 3.2rem;
  bottom: -1.6rem;
  background: url(../../assets/images/top/animal/fox.webp) no-repeat;
}
.swiper [data-region=touhoku] .swiper-slide-image-wrap::after {
  width: 5.6rem;
  height: 4.6rem;
  bottom: -2.5rem;
  background: url(../../assets/images/top/animal/japanese_serow.webp) no-repeat;
}
.swiper [data-region=kanto] .swiper-slide-image-wrap::after {
  width: 4rem;
  height: 3.7rem;
  bottom: -1.3rem;
  background: url(../../assets/images/top/animal/squirrel.webp) no-repeat;
}
.swiper [data-region=chubu] .swiper-slide-image-wrap::after {
  width: 5.6rem;
  height: 5.3rem;
  bottom: -2rem;
  background: url(../../assets/images/top/animal/grouse.webp) no-repeat;
}
.swiper [data-region=kinki] .swiper-slide-image-wrap::after {
  width: 5.4rem;
  height: 6.4rem;
  bottom: -2rem;
  background: url(../../assets/images/top/animal/deer.webp) no-repeat;
  transform: scaleX(-1);
}
.swiper [data-region=chugoku] .swiper-slide-image-wrap::after {
  width: 3.2rem;
  height: 6.4rem;
  bottom: -2rem;
  background: url(../../assets/images/top/animal/golden_eagle.webp) no-repeat;
}
.swiper [data-region=shikoku] .swiper-slide-image-wrap::after {
  width: 8rem;
  height: 2.7rem;
  bottom: -1.6rem;
  background: url(../../assets/images/top/animal/Japanese_riverotter.webp) no-repeat;
}
.swiper [data-region=kyushu] .swiper-slide-image-wrap::after {
  width: 3.9rem;
  height: 6.4rem;
  bottom: -2rem;
  background: url(../../assets/images/top/animal/white_naped_crane.webp) no-repeat;
}
.swiper [data-region=okinawa] .swiper-slide-image-wrap::after {
  width: 5.6rem;
  height: 4.3rem;
  bottom: -2.4rem;
  background: url(../../assets/images/top/animal/okinawa_rail.webp) no-repeat;
}

.swiper-area {
  position: relative;
}
.swiper-area:has(.family-swiper) {
  width: 100%;
}
@media (max-width: 767px) {
  .swiper-area:has(.family-swiper) {
    margin-left: auto;
    margin-right: auto;
  }
}
.swiper-area:has(.gallery-swiper) {
  width: 65%;
  margin-left: auto;
  overflow: visible;
}
@media (max-width: 767px) {
  .swiper-area:has(.gallery-swiper) {
    width: 100%;
    margin-right: auto;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
.swiper-area:has(.gallery-swiper) .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0.5rem 0;
  box-shadow: 0 4px 3px rgba(17, 17, 17, 0.2);
}
.swiper-area:has(.gallery-swiper) .swiper-slide:nth-child(even) {
  margin-top: 5rem;
}

.swiper-slide {
  padding: 2rem;
  background-color: #fffff0;
}
@media (max-width: 767px) {
  .swiper-slide {
    padding: 0.8rem;
  }
  .gallery-swiper .swiper-slide {
    padding-top: 1.6rem;
  }
}
.swiper-slide a {
  text-decoration: none;
}
@media (min-width: 1440px) {
  .swiper-slide a {
    display: block;
    width: 100%;
  }
}
.swiper-slide-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 1/1;
}
.gallery-swiper .swiper-slide-image {
  aspect-ratio: 1/1.33;
  -o-object-position: center;
     object-position: center;
}
.swiper-slide-text {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: green;
  margin-top: 1.4rem;
  text-align: center;
}
.swiper-slide-label {
  width: clamp(9rem, 6.8873239437rem + 5.6338028169vw, 15rem);
  position: absolute;
  top: 0;
  right: -2.0833333333vw;
  transform: rotate(25deg);
  padding: clamp(0.4rem, 0.3295774648rem + 0.1877934272vw, 0.6rem);
  font-size: clamp(1.2rem, 1.0591549296rem + 0.3755868545vw, 1.6rem);
  font-weight: bold;
  text-align: center;
  background: #FCE3CD;
  color: #000;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .swiper-slide-label {
    right: -2.6666666667vw;
    z-index: 5;
  }
}

.swiper-button-prev,
.swiper-button-next {
  top: calc(50% - 15px);
  z-index: 20 !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  position: absolute;
  top: 0;
  content: "" !important;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  height: 30px;
  width: 30px;
}

.swiper-button-prev {
  left: -20px;
}
@media (max-width: 767px) {
  .swiper-button-prev {
    left: -40px;
  }
}
.swiper-button-prev:after {
  background-image: url(../images/swiper/swiper-left-arrow.png);
}

.swiper-button-next {
  right: -10px;
}
@media (max-width: 767px) {
  .swiper-button-next {
    right: -40px;
  }
}
.macpac_gallery .swiper-button-next {
  right: 17%;
}
@media (max-width: 767px) {
  .macpac_gallery .swiper-button-next {
    right: 1rem;
  }
}
.swiper-button-next:after {
  background-image: url(../images/swiper/swiper-right-arrow.png);
}

.family-swiper {
  width: calc(100% - 9rem);
  text-align: center;
  margin: 0;
}
.family-swiper-area {
  width: 39rem;
}
@media (max-width: 1023px) {
  .family-swiper-area {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .family-swiper-area {
    width: 85%;
    margin-top: 10.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.family-swiper .swiper-slide {
  border-radius: 10px;
}
.family-swiper .swiper-slide-image {
  border-radius: 10px 10px 0 0;
}
.family-swiper .swiper-slide-image-wrap::after {
  content: none;
}
.family-swiper .swiper-slide-text {
  color: #000;
  text-align: left;
  font-weight: normal;
}

.gallery-swiper {
  width: calc(100% - 40px);
  padding: 4rem 1.5rem 1rem !important;
  overflow: hidden !important;
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .gallery-swiper {
    width: 100%;
    padding: 2rem 0 0 !important;
    overflow: visible !important;
  }
  .gallery-swiper [data-region=hokkaido] .swiper-slide-image-wrap::after {
    width: 7rem;
  }
  .gallery-swiper [data-region=touhoku] .swiper-slide-image-wrap::after {
    width: 4.6rem;
  }
  .gallery-swiper [data-region=chubu] .swiper-slide-image-wrap::after {
    width: 5rem;
  }
  .gallery-swiper [data-region=kinki] .swiper-slide-image-wrap::after {
    width: 4.8rem;
  }
  .gallery-swiper [data-region=chugoku] .swiper-slide-image-wrap::after {
    width: 3rem;
  }
}
.gallery-swiper .swiper-slide-image-wrap {
  position: relative;
}
.gallery-swiper .swiper-slide-image-wrap::after {
  position: absolute;
  bottom: 0;
  right: 0;
}
.gallery-swiper .swiper-slide-text {
  color: var(--color-black);
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .gallery-swiper .swiper-slide-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .gallery-swiper .swiper-slide-text {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.review-swiper {
  margin-top: 0;
  padding-bottom: 10% !important;
}
@media (max-width: 767px) {
  .review-swiper {
    padding-bottom: 0 !important;
  }
}
.review-swiper .swiper-slide {
  padding: 0;
}
.review-swiper .swiper-slide-image {
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 3/4;
}

.related-swiper {
  margin-top: 0 !important;
  padding: 0 1rem 3.4rem !important;
}
@media (max-width: 767px) {
  .related-swiper {
    width: calc(100% - 12rem);
    padding: 0 !important;
    margin-top: 0;
    overflow: visible !important;
  }
}
.related-swiper .swiper-slide {
  border-radius: clamp(1rem, 1rem + 0vw, 1rem);
  padding: clamp(1rem, 1rem + 0vw, 1rem);
  background: var(--color-white);
  box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.2509803922);
}
.related-swiper .swiper-slide-link {
  color: var(--color-black);
}
.related-swiper .swiper-slide-image {
  border-radius: 10px 10px 0 0;
  aspect-ratio: 1.0862/1;
}
.related-swiper .swiper-slide-image-wrap {
  position: relative;
}
.related-swiper .swiper-slide .swiper-text {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}