@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&family=Noto+Sans+JP:wght@100..900&family=Protest+Strike&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*=================================================
 * reset
 * ================================================= */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, a,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav, input, button {
  margin: 0;
  padding: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

ul, ol {
  list-style: none;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

input, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

html {
  font-size: 10px;
}
@media screen and (max-width: 1079px) {
  html {
    font-size: 0.927vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.565vw;
  }
}
@media screen and (max-width: 1439px) {
  html .messages {
    font-size: 0.927vw;
  }
}

body {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, Verdana, "游ゴシック体", "游ゴシック", "Roboto", "Open Sans", sans-serif, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

input, textarea, button {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, Verdana, "游ゴシック体", "游ゴシック", "Roboto", "Open Sans", sans-serif, "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

p {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  p {
    font-size: 1.4rem;
  }
}

small {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  small {
    font-size: 1rem;
  }
}

h2 {
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  h3 {
    font-size: 1.8rem;
  }
}

[class*=-title] {
  font-weight: 600;
}

header {
  background-color: transparent;
  z-index: 3;
}
header .header-inner {
  width: 100%;
  max-width: 108rem;
  margin: auto;
  padding: 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  header .header-inner {
    display: block;
    padding: 0;
  }
}
header .header-inner .logo {
  width: 25.3rem;
}
header .header-inner .logo img {
  vertical-align: middle;
}
@media (max-width: 768px) {
  header .header-inner .logo {
    margin-top: 0;
    padding-top: 2rem;
    z-index: 3;
  }
}
header .header-inner .nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
header .header-inner .nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0;
}
@media (max-width: 768px) {
  header .header-inner .nav nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4rem;
    padding-top: 2rem;
  }
}
header .header-inner .nav nav a {
  display: block;
}
header .header-inner .nav nav a img {
  margin: 0;
  height: 1.8rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  header .header-inner .nav nav a {
    width: 100%;
    background-color: #7ec034;
    border-radius: 99rem 0 0 99rem;
    text-align: center;
  }
  header .header-inner .nav nav a img {
    height: 3rem;
  }
}
header .header-inner .nav .nav_btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .header-inner .nav .nav_btn.active {
  opacity: 0;
}

main {
  background-color: #fff;
}
@media (min-width: 769px) {
  main br.sp-only {
    display: none;
  }
}

section article {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}

#hello {
  padding: 80px 0;
}

.mv {
  position: relative;
}
.mv .mv-inner .thumbnail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%; /* PCでの最大幅 */
  max-height: 100vh;
  aspect-ratio: 16/9; /* アスペクト比を固定 */
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .mv .mv-inner .thumbnail {
    aspect-ratio: 9/11;
  }
}
.mv .mv-inner .thumbnail .btn-play {
  display: block;
  max-width: 100rem;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .mv .mv-inner .thumbnail .btn-play {
    width: 96%;
  }
}
.mv .mv-inner .thumbnail .bubble-wrapper .bubble-item {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mv .mv-inner .thumbnail .bubble-wrapper .bubble-item.bubble-intro {
  left: 50%;
  top: 50%;
  width: 45.6rem;
  margin-top: 23rem;
  margin-left: 11.4rem;
  height: 13.9rem;
  pointer-events: none;
}
@media (max-width: 768px) {
  .mv .mv-inner .thumbnail .bubble-wrapper .bubble-item.bubble-intro {
    top: auto;
    margin-left: -15.5955rem;
    margin-top: 0;
    width: 31.191rem;
    bottom: 3.2%;
  }
}
.mv .mv-inner .thumbnail .bubble-wrapper .bubble-item.bubble-intro.is-visible {
  -webkit-animation: pyokonJump 1.2s infinite ease-in-out;
          animation: pyokonJump 1.2s infinite ease-in-out;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom; /* 下を基準に動かすと安定します */
}
.mv .mv-inner .thumbnail .bubble-wrapper .bubble-item.bubble-next {
  left: 50%;
  bottom: 4.6%;
  margin-left: -4.5rem;
  width: 9rem;
  height: 13.3rem;
}
@media (max-width: 768px) {
  .mv .mv-inner .thumbnail .bubble-wrapper .bubble-item.bubble-next {
    width: 6.03rem;
    bottom: -4.6%;
    margin-left: -3.015rem;
  }
}
.mv .mv-inner .thumbnail .bubble-wrapper .bubble-item.bubble-next.is-visible {
  -webkit-animation: pyokonJump2 1.2s infinite ease-in-out;
          animation: pyokonJump2 1.2s infinite ease-in-out;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom; /* 下を基準に動かすと安定します */
}
.mv .mv-inner .thumbnail .bubble-wrapper .bubble-item.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mv .mv-inner .thumbnail .bubble-wrapper .bubble-item:not(.is-visible) {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.mv .mv-inner .video-background {
  position: absolute; /* または absolute */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /* 画面の高さ一杯 */
  z-index: 0; /* コンテンツの下に潜らせる */
  overflow: hidden;
}
.mv .mv-inner .video-background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 重要：これでアスペクト比を維持して隙間なく埋める */
  opacity: 0.5;
}

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

@keyframes bounceArrow {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@-webkit-keyframes pyokonJump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); /* 1回目のジャンプ（ボタンの方へ近づく） */
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 着地 */
  }
  30% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); /* 2回目の小ジャンプ（余韻） */
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 着地 */
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 残りの時間は止まって見せる（これが大事） */
  }
}
@keyframes pyokonJump {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); /* 1回目のジャンプ（ボタンの方へ近づく） */
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 着地 */
  }
  30% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); /* 2回目の小ジャンプ（余韻） */
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 着地 */
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 残りの時間は止まって見せる（これが大事） */
  }
}
@-webkit-keyframes pyokonJump2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); /* 1回目のジャンプ（ボタンの方へ近づく） */
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 着地 */
  }
  30% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px); /* 2回目の小ジャンプ（余韻） */
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 着地 */
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 残りの時間は止まって見せる（これが大事） */
  }
}
@keyframes pyokonJump2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); /* 1回目のジャンプ（ボタンの方へ近づく） */
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 着地 */
  }
  30% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px); /* 2回目の小ジャンプ（余韻） */
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 着地 */
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); /* 残りの時間は止まって見せる（これが大事） */
  }
}
.messages {
  max-width: 100%;
  overflow: hidden;
  z-index: 3;
}
.messages .container {
  position: relative;
  margin: auto;
  width: 100%;
  color: #fff;
  background-color: #7ec034;
}
.messages .container .title h2 {
  margin-bottom: 2rem;
}
.messages .container .title h2 img {
  height: 4.5rem;
}
.messages .container .title h3 img {
  height: 2.2rem;
}
.messages .container .body p {
  font-size: 1.6rem;
  line-height: 1.9;
}
.messages .container .text p {
  font-size: 2rem;
}
.messages .container .mod-container {
  position: relative;
  width: 100%;
  width: 144rem;
  margin: auto;
  min-height: 79.8rem;
  padding: 9rem 7rem 4.8rem 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  grid-template-rows: auto 1fr auto;
}
.messages .container .mod-container .title {
  height: auto;
}
.messages .container .mod-container .body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.messages .container .mod-container .text {
  height: auto;
}
@media (max-width: 768px) {
  .messages .container .mod-container {
    width: 100%;
    display: grid;
    padding: 0 0 2rem;
  }
  .messages .container .mod-container .title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .messages .container .mod-container .title h2 {
    margin-bottom: 2rem;
    text-align: center;
  }
  .messages .container .mod-container .title h2 img {
    height: 6.1rem;
  }
  .messages .container .mod-container .title h3 {
    text-align: center;
  }
  .messages .container .mod-container .title h3 img {
    height: 1.3rem;
  }
  .messages .container .mod-container .body {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 4rem 2rem 2rem;
  }
  .messages .container .mod-container .body p {
    font-size: 1.4rem;
  }
  .messages .container .mod-container .text {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 2rem 2rem;
  }
  .messages .container .mod-container .text p {
    font-size: 1.6rem;
    text-align: center;
    line-height: 2;
  }
  .messages .container .mod-container .photo {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.messages #scene01 {
  z-index: 3;
}
@media (max-width: 768px) {
  .messages #scene01 {
    z-index: 7;
  }
}
.messages #scene02 {
  z-index: 4;
}
@media (max-width: 768px) {
  .messages #scene02 {
    z-index: 6;
  }
}
.messages #scene03 {
  z-index: 5;
}
@media (max-width: 768px) {
  .messages #scene03 {
    z-index: 5;
  }
}
.messages #scene04 {
  z-index: 6;
}
@media (max-width: 768px) {
  .messages #scene04 {
    z-index: 4;
  }
}
.messages #scene05 {
  z-index: 7;
}
@media (max-width: 768px) {
  .messages #scene05 {
    z-index: 3;
  }
}

.photo.scene-media {
  position: absolute;
  right: 0;
  bottom: 0;
  /* 見切れ窓：右・下が欠けるのはここで制御 */
  width: 90rem; /* お好みで調整 */
  height: 90rem; /* お好みで調整 */
  overflow-y: visible;
  /* レイアウト上の“置き場”を確定させる */
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .photo.scene-media {
    position: relative;
    left: 50%;
    right: auto;
    width: 96vw;
    height: 96vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -6rem;
    margin-bottom: -5rem;
  }
}
.photo.scene-media .scene-media__circle {
  position: absolute;
  right: -10.26rem; /* 右・下に少しはみ出させて欠けを作る（調整ポイント） */
  bottom: -20.51%;
  width: 100%;
  height: 100%;
  /* ここが視差の本体：JSで --r を更新する */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  clip-path: circle(var(--r) at var(--cx) var(--cy));
  -webkit-clip-path: circle(var(--r) at var(--cx) var(--cy));
  /* will-change: clip-path; */
  margin: 0;
}
@media (max-width: 768px) {
  .photo.scene-media .scene-media__circle {
    position: relative;
    right: auto;
    left: auto;
    bottom: 0;
  }
}
.photo.scene-media .scene-media__circle .scene-media__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .photo.scene-media .scene-media__circle .scene-media__img {
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
  }
}

/* ===== reduced-motion：動きは止めて固定表示 ===== */
@media (prefers-reduced-motion: reduce) {
  .messages .container .scene-media__circle {
    /* 固定値（“中間〜最大寄り”推奨） */
    clip-path: circle(50% at 50% 50%);
    -webkit-clip-path: circle(50% at 50% 50%);
    will-change: auto;
  }
}
.contacts .container .mod-container {
  width: 100%;
  max-width: 108rem;
  margin: auto;
  padding: 8rem 4rem;
}
@media (max-width: 768px) {
  .contacts .container .mod-container {
    padding: 4rem 2rem;
  }
}
.contacts .container .mod-container .sec-title {
  text-align: center;
}
.contacts .container .mod-container .sec-title h2 {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .contacts .container .mod-container .sec-title h2 {
    margin-bottom: 2rem;
  }
}
.contacts .container .mod-container .sec-title img {
  height: 3.7953rem;
}
@media (max-width: 768px) {
  .contacts .container .mod-container .sec-title img {
    height: 2.3rem;
  }
}
.contacts .container .mod-container .sec-title p {
  color: #585757;
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .contacts .container .mod-container .sec-title p {
    font-size: 1.4rem;
  }
}
.contacts .container .mod-container .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
@media (max-width: 768px) {
  .contacts .container .mod-container .anchors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contacts .container .mod-container .anchors a {
  display: block;
  width: 29rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contacts .container .mod-container .anchors a:hover {
  opacity: 0.7;
}
.contacts #saiyo table {
  width: 100%;
  border-top: #7ec034 1px solid;
}
.contacts #saiyo table th {
  font-size: 1.6rem;
  color: #7ec034;
  line-height: 1.5;
  vertical-align: top;
  padding: 1.4rem 2rem;
  border-bottom: #7ec034 1px solid;
  min-width: 15rem;
}
.contacts #saiyo table td {
  font-size: 1.4rem;
  vertical-align: top;
  padding: 1.4rem 2rem;
  border-bottom: #7ec034 1px solid;
  color: #585757;
}
.contacts #saiyo table td ul {
  list-style: circle;
  padding-left: 1.4em;
}
@media (max-width: 768px) {
  .contacts #saiyo table {
    display: block;
  }
  .contacts #saiyo table tbody {
    display: block;
  }
  .contacts #saiyo table tbody tr {
    display: block;
  }
  .contacts #saiyo table tbody tr th {
    display: block;
    border: none;
    padding-bottom: 0;
    font-size: 1.6rem;
  }
  .contacts #saiyo table tbody tr th br {
    display: none;
  }
  .contacts #saiyo table tbody tr td {
    display: block;
    font-size: 1.4rem;
  }
  .contacts #saiyo table tbody tr td p {
    font-size: 1.4rem;
  }
}
.contacts #inquiry form {
  display: grid;
  gap: 4rem;
  width: 100%;
  max-width: 64rem;
  margin: auto;
  background-color: #7ec034;
  color: #fff;
  padding: 4.5rem 3rem;
}
@media (max-width: 768px) {
  .contacts #inquiry form {
    margin: 0 -2rem;
    width: calc(100% + 4rem);
  }
}
.contacts #inquiry form .lead p {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .contacts #inquiry form .lead p {
    font-size: 1.4rem;
  }
}
.contacts #inquiry form .form-body {
  display: grid;
  gap: 2rem;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .contacts #inquiry form .form-body {
    font-size: 1.4rem;
  }
}
.contacts #inquiry form .form-body .form-item label {
  display: block;
  font-size: 1.8rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .contacts #inquiry form .form-body .form-item label {
    font-size: 1.4rem;
  }
}
.contacts #inquiry form .form-body .form-item .form-item--text input[type=text],
.contacts #inquiry form .form-body .form-item .form-item--text input[type=email],
.contacts #inquiry form .form-body .form-item .form-item--text input[type=tel] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 1em;
  width: 100%;
  outline: none;
}
.contacts #inquiry form .form-body .form-item .form-item--text input[type=text]:focus,
.contacts #inquiry form .form-body .form-item .form-item--text input[type=email]:focus,
.contacts #inquiry form .form-body .form-item .form-item--text input[type=tel]:focus {
  background-color: #f9ffbb;
}
.contacts #inquiry form .form-body .form-item .form-item--text input[type=text].error,
.contacts #inquiry form .form-body .form-item .form-item--text input[type=email].error,
.contacts #inquiry form .form-body .form-item .form-item--text input[type=tel].error {
  background-color: #ffc5c6;
}
.contacts #inquiry form .form-body .form-item .form-item--mulch textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 26rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 1em;
  width: 100%;
  outline: none;
  border: none;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .contacts #inquiry form .form-body .form-item .form-item--mulch textarea {
    height: 18rem;
  }
}
.contacts #inquiry form .form-body .form-item .form-item--mulch textarea:focus {
  background-color: #f9ffbb;
}
.contacts #inquiry form .form-body .form-item button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 12rem;
  height: 4.2rem;
  font-size: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  color: #7ec034;
  border-radius: 999rem;
  cursor: pointer;
}
.contacts #inquiry form .form-body .form-item button:hover {
  background-color: #f9ffbb;
}
.contacts #inquiry .success-box {
  text-align: center;
  color: #585757;
  padding-bottom: 3rem;
}
.contacts #inquiry .success-box h2 {
  margin-bottom: 0.4em;
}
.contacts #inquiry .form-error-summary {
  font-weight: bold;
  color: #fff;
  background-color: #ff7e6a;
  padding: 1rem;
  text-align: center;
}
footer .call {
  text-align: center;
  display: grid;
  gap: 3rem;
  padding: 6rem 0;
}
footer .call h2 img {
  height: 6.6rem;
}
footer .call p img {
  height: 3.6rem;
}
footer small {
  font-size: 1.6rem;
}

/* モーダル全体（初期状態は非表示） */
.video-modal {
  display: none; /* JSで display: flex に切り替えます */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999; /* ヘッダーより確実に上にする */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 背景の黒み */
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85); /* 85%の黒 */
  cursor: pointer;
}

/* 動画のラッパー（中央配置用） */
.video-modal-inner {
  position: relative;
  z-index: 2000; /* オーバーレイより上 */
  width: 100%;
  max-width: 100%; /* PCでの最大幅 */
  max-height: 100vh;
  aspect-ratio: 16/9; /* アスペクト比を固定 */
}

/* 動画タグ本体 */
#lp-video {
  width: 100%;
  height: 100%;
  outline: none;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
  background: #000;
}

/* 閉じるボタン */
.close-btn {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 3;
}

.close-btn:hover {
  color: #ccc;
}

/* body：ほんのり遅延する前提 */
.js-parallax-body {
  will-change: transform;
}

/* text：フェード＋微移動 */
.js-parallax-text {
  will-change: transform, opacity;
}

/* reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .js-parallax-body,
  .js-parallax-text {
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
    will-change: auto;
  }
}/*# sourceMappingURL=styles.css.map */