/* ==========================================================================
   POLUS MIND SQUARE - 西武新宿線・池袋線沿線で暮らす
   ========================================================================== */

:root {
  --color-text: #2d2d2d;
  --color-gold: #bc9951;
  --color-gold-dark: #9c7a36;
  --color-red: #e36363;
  --color-bg-gray: #f5f5f3;
  --color-footer-bg: #1c1c1c;
  --max-content: 1920px;
  --inner-width: 1320px;
  --header-height: 90px;
}

/* --------------------------------------------------------------------------
   Reset / Base
   -------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  max-width: var(--max-content);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  color: var(--color-text);
  line-height: 1.7;
  font-size: 16px;
  overflow-x: hidden;
  padding-top: var(--header-height);
}

[id] {
  scroll-margin-top: var(--header-height);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

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

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, p {
  margin: 0;
}

.inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  padding: 0 24px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.icon-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 4px;
}

.inline_block {
  display: inline-block;
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: clamp(1.625rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.45;
  margin-bottom: 24px;
  color: var(--color-text);
}

.section-title__mark {
  display: block;
  width: 70px;
  height: auto;
  margin: 0 auto 24px;
}

.disription__text {
  width: fit-content;
  margin: auto;
  font-size: 19px;
  text-align: center;
  font-family: "Zen Old Mincho","Helvetica Neue", Arial, "Hiragino Mincho ProN", "Hiragino Kaku Gothic ProN", "BIZ UDPMincho", "MS PMincho", "serif";
}

.disription__text::after {
  content: "";
  display: block;
  width: 3px;
  height: 60px;
  margin-top: 28px;
  border-radius: 2px;
  background: linear-gradient(
    180deg,
    var(--color-gold-dark) 0%,
    var(--color-gold) 45%,
    rgba(188, 153, 81, 0.25) 100%
  );
  box-shadow: 0 2px 8px rgba(188, 153, 81, 0.35);
  margin: 10px auto 30px;
}

.section-title__en {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-gold);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 12px;
}

.section-title__main {
  display: block;
  font-family: "Zen Old Mincho","Helvetica Neue", Arial, "Hiragino Mincho ProN", "Hiragino Kaku Gothic ProN", "BIZ UDPMincho", "MS PMincho", "serif";
}

.section-title__accent {
  font-size: 1.5em;
  position: relative;
}

.section-title__accent:before {
  content: '';
  display: block;
  position: absolute;
  width: auto;
  height: 5px;
  background: #ffda00;
  left: -3%;
  right: 0%;
  bottom: -10px;
}

.section-title small {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-gold);
  margin-top: 16px;
  padding-top: 14px;
  letter-spacing: 0.24em;
  line-height: 1.5;
  border-top: 2px solid var(--color-gold);
}

/* --------------------------------------------------------------------------
   Header / Global Navigation
   -------------------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--max-content);
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  font-family: "Zen Old Mincho","Helvetica Neue", Arial, "Hiragino Mincho ProN", "Hiragino Kaku Gothic ProN", "BIZ UDPMincho", "MS PMincho", "serif";
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--inner-width);
  height: var(--header-height);
  margin: 0 auto;
  padding: 12px 24px;
  gap: 24px;
}

.header__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.header__logo picture,
.footer__logo picture {
  display: block;
  line-height: 0;
}

.header__logo img {
  width: clamp(220px, 30vw, 320px);
}

.header__tagline {
  font-size: clamp(9px, 2vw, 14px);
  font-weight: bold;
  line-height: 1.75;
  color: var(--color-text);
  white-space: nowrap;
}

.gnav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px 20px;
  flex-wrap: wrap;
}
.gnav__list li {
  border-bottom: 5px solid #069a39;
}
.gnav__list a {
  font-size: 0.95rem;
  white-space: nowrap;
}

.gnav__list a:hover {
  color: var(--color-gold);
}

.header__menu-btn {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 56px;
  height: 56px;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}

.header__menu-btn-line {
  display: block;
  width: 28px;
  height: 2px;
  background: var(--color-text);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.header__menu-btn-text {
  font-size: 0.6rem;
  margin-top: 2px;
  letter-spacing: 0.1em;
}

.header__menu-btn[aria-expanded="true"] .header__menu-btn-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header__menu-btn[aria-expanded="true"] .header__menu-btn-line:nth-child(2) {
  opacity: 0;
}
.header__menu-btn[aria-expanded="true"] .header__menu-btn-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.gnav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 90;
}

.gnav-overlay.is-open {
  display: block;
}

.gnav__close-wrap {
  display: none;
}

.gnav__close {
  position: relative;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
}

.gnav__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: var(--color-text);
  transform-origin: center;
}

.gnav__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.gnav__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  color: #fff;
  text-align: center;
}

.hero__inner {
  position: relative;
  width: 100%;
}

.hero-swiper-cover {
  position: absolute;
  inset: 0;
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  pointer-events: none;
}

.hero-swiper-cover.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.hero-swiper-cover picture,
.hero-swiper-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-swiper {
  width: 100%;
  aspect-ratio: 1920 / 760;
  overflow: hidden;
}

.hero-swiper .swiper-slide,
.hero-swiper picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-swiper .swiper-pagination-bullet {
  background: #AAA;
  opacity: 0.6;
  padding: 6px;
}

.hero-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-gold);
}

.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
  color: #fff;
  --swiper-navigation-size: 28px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: fit-content;
    margin-right: 10px;
    left: initial;
    right: 0;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
}

/* --------------------------------------------------------------------------
   Feature ( この街を知る )
   -------------------------------------------------------------------------- */
.feature {
  padding: 80px 0;
  background: #fff;
}

.feature__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.feature__item a {
  position: relative;
  display: block;
}
.feature__item .feature__item_img__wrap {
  position: relative;
  aspect-ratio: 384 / 300;
  border-radius: 12px;
  overflow: hidden;
}

.feature-swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.feature-swiper .swiper-wrapper {
  height: 100%;
}

.feature-swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
}

.feature-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.feature__item a:hover .feature-swiper img {
  transform: scale(1.06);
}

.feature__badge {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 88%;
  max-width: 300px;
  background: #039d3f;
  color: #fff;
  border-radius: 8px;
  padding: 12px 20px;
  text-align: left;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  font-family: "Zen Old Mincho","Helvetica Neue", Arial, "Hiragino Mincho ProN", "Hiragino Kaku Gothic ProN", "BIZ UDPMincho", "MS PMincho", "serif";
}

.feature__badge-title {
  flex: 1;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0;
}

.feature__badge-more {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 4px;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.feature__badge-arrow {
  display: inline-flex;
  align-items: center;
  animation: feature-badge-arrow 1.2s ease-in-out infinite;
}

.feature__badge-more .icon-arrow {
  margin-left: 0;
}

@keyframes feature-badge-arrow {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(6px);
  }
}

/* --------------------------------------------------------------------------
   Area ( 注目のエリア )
   -------------------------------------------------------------------------- */
.area {
  padding: 100px 0 130px;
  background: var(--color-bg-gray);
}

.area__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.area__photo {
  position: relative;
  display: block;
}
.area__photo .area__photo_img__wrap {
  border-radius: 12px;
  overflow: hidden;
}


.area__photo img {
  width: 100%;
  aspect-ratio: 384 / 300;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.area__photo:hover img {
  transform: scale(1.06);
}

.area__name {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 88%;
  max-width: 350px;
  background: linear-gradient(135deg, var(--color-gold), var(--color-gold-dark));
  color: #fff;
  border-radius: 8px;
  padding: 12px 20px;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 700;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  font-family: "Zen Old Mincho","Helvetica Neue", Arial, "Hiragino Mincho ProN", "Hiragino Kaku Gothic ProN", "BIZ UDPMincho", "MS PMincho", "serif";
}

.area__name-title {
  flex: 1;
  line-height: 1.35;
}
.area__name-title-main {
  padding-left: 0.5em;
  font-size: 1.3em;
  display: inline-block;
  min-width: 120px;
}
.area__name-more {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 4px;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.area__name-arrow {
  display: inline-flex;
  align-items: center;
  animation: feature-badge-arrow 1.2s ease-in-out infinite;
}

.area__name-more .icon-arrow {
  margin-left: 0;
}

.comment__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.comment__item {
  position: relative;
  margin-top: 50px;
}

.comment__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 110%;
  z-index: 0;
  pointer-events: none;
}

.comment__body {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 9%;
  text-align: left;
}

.comment__point {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 120px;
  height: auto;
  z-index: 2;
  transform: translate(-10px, -10px);
}

.comment__text {
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
  text-align: left;
  padding-top: 28px;
  font-weight: bold;
}

.comment__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--color-red);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.comment__title::before,
.comment__title::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  background: url("../img/comment-mark.svg") no-repeat center / 100% 100%;
  flex-shrink: 0;
}

.comment__title::after {
  transform: scaleX(-1);
}

.comment__illust {
  position: absolute;
  z-index: 2;
  width: 60%;
  max-width: 220px;
}

.comment__illust--hibarigaoka {
  left: 30%;
  top: 85%;
}

.comment__illust--tanashi {
  left: 30%;
  top: 85%;
}

.comment__illust--hanakoganei {
  left: 30%;
  top: 85%;
}

/* --------------------------------------------------------------------------
   Property list / Recommend
   -------------------------------------------------------------------------- */
.property{
  padding: 80px 0;
}
.recommend {
  padding: 150px 0;
}
.property {
  background: #fff;
}

.recommend {
  background: #fff;
}

.property__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.property__list a {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.property__list a:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

#recommend .recommend-swiper,
.recommend--subpage .recommend-swiper {
  overflow: hidden;
}

#recommend .recommend-swiper-pagination,
.recommend--subpage .recommend-swiper-pagination {
  position: relative;
  margin-top: 24px;
}

#recommend .recommend-swiper .swiper-pagination-bullet,
.recommend--subpage .recommend-swiper .swiper-pagination-bullet {
  background: #aaa;
  opacity: 0.6;
}

#recommend .recommend-swiper .swiper-pagination-bullet-active,
.recommend--subpage .recommend-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-gold);
}

.recommend--subpage {
  padding: 64px 0 80px;
}

@media (min-width: 768px) {
  #recommend .recommend-swiper,
  .recommend--subpage .recommend-swiper {
    overflow: visible;
  }

  #recommend .recommend-swiper .swiper-wrapper,
  .recommend--subpage .recommend-swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    transform: none !important;
  }

  #recommend .recommend-swiper .swiper-slide,
  .recommend--subpage .recommend-swiper .swiper-slide {
    width: auto !important;
    height: auto;
  }

  #recommend .recommend-swiper-pagination,
  .recommend--subpage .recommend-swiper-pagination {
    display: none;
  }
}

/* --------------------------------------------------------------------------
   Banner
   -------------------------------------------------------------------------- */
.banner {
  padding: 48px 0;
  background: #fff;
}

.banner__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}

.banner__list img {
  width: 100%;
  border-radius: 8px;
  transition: opacity 0.3s ease;
  border: 1px solid #DDD;
}

.banner__list a:hover img {
  opacity: 0.85;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.footer {
  background: var(--color-footer-bg);
  color: #fff;
  padding: 56px 0 32px;
  text-align: center;
}

.footer__logo {
  display: inline-block;
  background: #fff;
  border-radius: 8px;
  padding: 16px 24px;
  margin-bottom: 32px;
}

.footer__logo img {
  width: clamp(220px, 30vw, 320px);
}

.footer__contact {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px 3em;
  text-align: left;
}

.footer__contact p {
  font-size: 1rem;
  margin-bottom: 8px;
}

.footer__contact-address {
  margin-bottom: 0;
}

.footer__contact-details {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px 3em;
  margin-top: 0;
}
.footer__contact-number {
  font-size: 1.7em;
  line-height: 0;
}
.footer__contact-block p {
  font-size: 1rem;
  margin-bottom: 8px;
}

.footer__contact-block p:last-child {
  margin-bottom: 0;
}

.footer__links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 24px 0;
  font-size: 0.9rem;
}

.footer__links a:hover {
  color: var(--color-gold);
}

.footer__copyright {
  font-size: 0.85rem;
  opacity: 0.8;
}

.to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  display: block;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.to-top.is-visible:hover {
  opacity: 0.8;
}

.to-top img {
  width: 40px;
  height: auto;
}

.section-title__wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.fukidashi {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding: 30px;
    background-image: url(../img/fukidashi.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5%;
}
.fukidashi span {
  display: block;
  font-size: 0.8em;
  font-weight: initial;
}


/* ==========================================================================
   Responsive — Tablet (max-width: 1024px)
   ========================================================================== */
@media (max-width: 1024px) {
  :root {
    --inner-width: 100%;
  }

  .feature__list,
  .area__list,
  .comment__list,
  #property .property__list,
  .banner__list {
    grid-template-columns: repeat(2, 1fr);
  }

  #property .property__list li:last-child {
    grid-column: span 2;
    max-width: 50%;
    margin: 0 auto;
  }

  .gnav__list {
    gap: 5px 20px;
  }

  .gnav__list a {
    font-size: 0.85rem;
  }
  .comment__item {
    margin-bottom: 24vw;
  }
}

/* ==========================================================================
   Responsive — Mobile (max-width: 767px)
   ========================================================================== */
@media (max-width: 767px) {
  :root {
    --header-height: 64px;
  }

  .section-title {
    font-size: 1.4rem;
    letter-spacing: 0em;
    margin-bottom: 48px;
  }

  .section-title__mark {
    width: 70px;
    margin-bottom: 20px;
  }

  .section-title::after {
    width: 3px;
    height: 44px;
    margin-top: 22px;
  }

  .section-title small {
    font-size: 0.8125rem;
    letter-spacing: 0.18em;
    margin-top: 14px;
    padding-top: 12px;
  }

  .section-title__en {
    font-size: 0.75rem;
    letter-spacing: 0.22em;
    margin-bottom: 10px;
  }

  .hero-swiper {
    aspect-ratio: 800 / 600;
  }

  .hero-swiper .swiper-button-prev,
  .hero-swiper .swiper-button-next {
    display: none;
  }

  .header__inner {
    padding: 10px 16px;
  }

  .header__logo img {
    width: 220px;
  }

  .header__menu-btn {
    display: flex;
  }

  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(80vw, 320px);
    height: 100vh;
    background: #fff;
    z-index: 95;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    box-shadow: -4px 0 16px rgba(0, 0, 0, 0.15);
  }

  .gnav.is-open {
    transform: translateX(0);
  }

  .gnav__close-wrap {
    display: flex;
    justify-content: flex-end;
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
  }

  .gnav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 16px 0;
  }

  .gnav__list li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .gnav__list a {
    display: block;
    padding: 18px 24px;
    font-size: 1rem;
  }

  .feature__list,
  .area__list,
  .comment__list,
  #property .property__list,
  .banner__list {
    grid-template-columns: 1fr;
  }

  #property .property__list li:last-child {
    grid-column: auto;
    max-width: 100%;
  }

  .comment__item {
    text-align: center;
  }

  .comment__text {
    text-align: left;
  }

  .footer__links {
    flex-direction: column;
    gap: 12px;
  }

  .footer__contact {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer__contact-details {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .comment__item {
    margin-bottom: min(200px, 45vw);
  }
  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
      padding: 4px;
  }
  .hero-swiper .swiper-pagination-bullet {
    padding: 4px;
  }
  .recommend {
    padding: 100px 0;
  }

  #recommend .recommend-swiper,
  .recommend--subpage .recommend-swiper {
    margin-left: -8px;
    margin-right: -8px;
    padding-bottom: 8px;
  }

  #recommend .property__list,
  .recommend--subpage .property__list {
    display: flex;
    grid-template-columns: unset;
    gap: 0;
  }

  #recommend .property__list a,
  .recommend--subpage .property__list a {
    transition: none;
  }

  #recommend .property__list a:hover,
  .recommend--subpage .property__list a:hover {
    transform: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .recommend--subpage {
    padding: 48px 0 64px;
  }
  .header__tagline {
    font-size: clamp(10px, 2vw, 12px);
  }
  .header__inner {
    gap: 10px;
  }
  .to-top {
    right: 10px;
    bottom: 10px;
  }
  .disription__text {
    font-size: 16px;
  }
}

/* ==========================================================================
   Responsive — Mobile (max-width: 650px)
   ========================================================================== */
   @media (max-width: 650px) {
    .fukidashi {
      position: relative;
      right: initial;
      top: initial;
      margin-top: -30px;
    }
    .area__list .area__item:last-child .comment__item {
        margin-bottom: 30VW;
    }

}