@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Rajdhani:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat&family=Noto+Sans+JP&family=Noto+Serif+JP:wght@700&display=swap");
:root {
  --color-white: #fff;
  --color-black: #422a2a;
  --color-blue-black: #1d4751;
  --color-gray: #f3f3f3;
  --color-gray2: #cccccc;
  --color-brown: #422a2a;
  --color-brown2: #e9e2d0;
  --color-brown3: #504d4d;
  --color-brown4: #75412e;
  --color-brown5: #181717;
  --color-blue: #365490;
  --color-blue-dark: #618188;
  --color-blue-light: #dfe6e7;
  --color-orange: #eebd40;
  --color-orange-light: #fdf0e2;
  --color-orange2: #e68211;
  --color-yellow: #fffa92;
  --color-red: #d22e34;
  --color-green: #5d8b5c;
  --color-green2: #e4edc5;
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --font-noto-serif: "Noto Serif JP", sans-serif;
  --font-num: "Caveat", cursive;
}

.lp-kinoie * {
  box-sizing: border-box;
  font-family: "Noto Sans JP", serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: var(--color-black);
}
.lp-kinoie a {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .lp-kinoie a:hover {
    opacity: 0.8;
  }
}
.lp-kinoie em {
  font-weight: 700;
}
.lp-kinoie br {
  line-height: initial;
}
.lp-kinoie img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.lp-kinoie a:link {
  color: initial;
  text-decoration: none;
}
.lp-kinoie > section {
  overflow-x: clip;
}
@media (pointer: fine), (hover: hover) {
  .lp-kinoie a:where([href^="tel:"]) {
    pointer-events: none;
  }
}
.lp-kinoie .c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: clamp(20px, (20 + 27) / 2 / 768 * 100vw, 27px) clamp(15px, (15 + 30) / 2 / 768 * 100vw, 30px) clamp(20px, (20 + 27) / 2 / 768 * 100vw, 27px) clamp(45px, (45 + 90) / 2 / 768 * 100vw, 90px);
  margin-inline: auto;
  font-size: clamp(18px, (18 + 24) / 2 / 768 * 100vw, 24px);
  text-align: center;
  font-weight: 700;
  color: var(--color-white) !important;
  background-color: var(--color-red);
  border-radius: 100vmax;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .c-btn {
    max-width: 450px;
    padding: clamp(20px, (20 + 27) / 2 / 768 * 100vw, 27px) clamp(15px, (15 + 30) / 2 / 768 * 100vw, 30px);
    font-size: clamp(11px, (11 + 24) / 2 / 768 * 100vw, 24px);
  }
}
.lp-kinoie .c-btn::after {
  content: "";
  display: inline-block;
  width: clamp(20px, (20 + 12) / 2 / 768 * 100vw, 12px);
  height: clamp(20px, (20 + 22) / 2 / 768 * 100vw, 22px);
  position: relative;
  right: -5px;
  background: url(../image/icon-arrow.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .c-btn::after {
    position: absolute;
    top: 50%;
    right: clamp(15px, (15 + 20) / 2 / 768 * 100vw, 20px);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .lp-kinoie .c-btn.small {
    max-width: 355px;
  }
}
.lp-kinoie .c-btn.large {
  padding: clamp(20px, (20 + 27) / 2 / 768 * 100vw, 27px) clamp(25px, (25 + 30) / 2 / 768 * 100vw, 30px) clamp(20px, (20 + 27) / 2 / 768 * 100vw, 27px) clamp(20px, (20 + 40) / 2 / 768 * 100vw, 40px);
  font-size: clamp(16px, (16 + 24) / 2 / 768 * 100vw, 24px);
}
@media screen and (min-width: 768px) {
  .lp-kinoie .c-btn.large {
    max-width: 580px;
    padding: clamp(20px, (20 + 27) / 2 / 768 * 100vw, 27px) clamp(15px, (15 + 30) / 2 / 768 * 100vw, 30px);
    font-size: clamp(10px, (10 + 20) / 2 / 768 * 100vw, 20px);
  }
}
.lp-kinoie .c-btn.blue {
  background-color: #0374bd;
}
.lp-kinoie .c-btn.back {
  width: 90%;
  justify-content: flex-start;
  gap: clamp(10px, (10 + 10) / 2 / 768 * 100vw, 10px);
  padding: clamp(20px, (20 + 27) / 2 / 768 * 100vw, 27px) clamp(20px, (20 + 40) / 2 / 768 * 100vw, 40px) clamp(20px, (20 + 27) / 2 / 768 * 100vw, 27px) clamp(40px, (40 + 80) / 2 / 768 * 100vw, 80px);
  background-color: var(--color-white);
  border: 2px solid var(--color-brown4);
  color: var(--color-brown4) !important;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .c-btn.back {
    width: 100%;
    justify-content: center;
    padding: clamp(20px, (20 + 27) / 2 / 768 * 100vw, 27px) clamp(15px, (15 + 30) / 2 / 768 * 100vw, 30px);
  }
}
.lp-kinoie .c-btn.back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: clamp(15px, (15 + 30) / 2 / 768 * 100vw, 30px);
  transform: translateY(-50%);
  display: inline-block;
  width: clamp(8.5px, (8.5 + 12) / 2 / 768 * 100vw, 12px);
  height: clamp(15px, (15 + 22) / 2 / 768 * 100vw, 22px);
  background: url(../image/icon-arrow-brown.svg) no-repeat center/contain;
}
.lp-kinoie .c-btn.back::after {
  display: none;
}
.lp-kinoie .c-btn-wrap {
  display: grid;
  gap: clamp(10px, (10 + 20) / 2 / 768 * 100vw, 20px) clamp(15px, (15 + 30) / 2 / 768 * 100vw, 30px);
  padding: clamp(20px, (20 + 50) / 2 / 768 * 100vw, 50px) 10px;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .c-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(20px, (20 + 50) / 2 / 768 * 100vw, 50px) clamp(10px, (10 + 90) / 2 / 768 * 100vw, 90px);
  }
}
.lp-kinoie .c-btn-wrap.back {
  padding: clamp(40px, (40 + 50) / 2 / 768 * 100vw, 50px) 0;
}
.lp-kinoie .u-color-blue {
  color: var(--color-blue);
}
.lp-kinoie .u-fw-regular {
  font-weight: 400;
}
.lp-kinoie .u-fw-bold {
  font-weight: 700;
}
.lp-kinoie .u-al-center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .u-hide-md {
    display: none;
  }
}
@media (max-width: 767px) {
  .lp-kinoie .u-hide-sm {
    display: none;
  }
}
.lp-kinoie .u-mt-10 {
  margin-top: 10px;
}
.lp-kinoie .section__wrapper {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  z-index: 2;
}
.lp-kinoie .section__inner {
  width: 100%;
  max-width: calc(600px + clamp(20px, (20 + 40) / 2 / 768 * 100vw, 40px) * 2);
  margin-inline: auto;
  padding-inline: clamp(20px, (20 + 40) / 2 / 768 * 100vw, 40px);
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section__inner {
    max-width: calc(1100px + clamp(20px, (20 + 40) / 2 / 768 * 100vw, 40px) * 2);
  }
}
.lp-kinoie .section__title {
  text-align: center;
}
.lp-kinoie .section__title-en {
  font-size: clamp(16px, (16 + 28) / 2 / 768 * 100vw, 28px);
  font-weight: 700;
  line-height: 1.1;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section__title-en {
    line-height: 0.67;
  }
}
.lp-kinoie .section__title-en span {
  font-family: var(--font-num);
  font-size: clamp(18px, (18 + 28) / 2 / 768 * 100vw, 28px);
  font-weight: 700;
  line-height: 0.67;
  color: var(--color-blue);
  text-transform: lowercase;
}
.lp-kinoie .section__title-ja {
  margin-top: clamp(7.5px, (7.5 + 15) / 2 / 768 * 100vw, 15px);
  font-size: clamp(48px, (48 + 48) / 2 / 768 * 100vw, 48px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.lp-kinoie .section__dot-title {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  padding: clamp(15px, (15 + 20) / 2 / 768 * 100vw, 20px) clamp(10px, (10 + 20) / 2 / 768 * 100vw, 20px) clamp(15px, (15 + 20) / 2 / 768 * 100vw, 20px);
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.lp-kinoie .section__dot-title.steel::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/h3-dot.svg) repeat top left/3px 3px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.lp-kinoie .section__dot-title-large {
  position: relative;
  display: block;
  font-size: clamp(24px, (24 + 32) / 2 / 768 * 100vw, 32px);
  color: var(--color-white);
  font-weight: 700;
}
.lp-kinoie .section__dot-title-small {
  position: relative;
  display: block;
  font-size: clamp(14px, (14 + 14) / 2 / 768 * 100vw, 14px);
  color: var(--color-white);
  font-weight: 500;
  margin-top: clamp(10px, (10 + 10) / 2 / 768 * 100vw, 10px);
}
.lp-kinoie .section__dot-title.wood {
  background: url(../image/h3-dot.svg) repeat top left/3px 3px;
  background-color: var(--color-orange-light);
  color: var(--color-brown);
  border-bottom: 5px solid var(--color-brown);
}
.lp-kinoie .section__dot-title.top {
  border-radius: 10px;
  border-bottom: none;
}
.lp-kinoie .section__dot-title.blue {
  background-image: linear-gradient(90deg, #153940, #1a8191);
}
.lp-kinoie .section__dot-title.green {
  background-image: linear-gradient(90deg, #45760d, #7fa71b);
}
.lp-kinoie .section__dot-title.red {
  background-image: linear-gradient(90deg, #ac2124, #e4822b);
}
.lp-kinoie .section__dot-title.dco {
  position: relative;
}
.lp-kinoie .section__dot-title.dco::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
  width: clamp(88.5px, (88.5 + 216) / 2 / 768 * 100vw, 216px);
  aspect-ratio: 216/102;
  background: url(../image/dco_lights.svg) repeat center/contain;
}
.lp-kinoie h4.section__dot-title {
  padding: clamp(15px, (15 + 38) / 2 / 768 * 100vw, 38px) clamp(5px, (5 + 10) / 2 / 768 * 100vw, 10px);
  font-size: clamp(18px, (18 + 28) / 2 / 768 * 100vw, 28px);
  line-height: 1.3888888889;
}
.lp-kinoie .speech-bubble {
  text-align: center;
  margin-bottom: clamp(20px, (20 + 30) / 2 / 768 * 100vw, 30px);
}
.lp-kinoie .speech-bubble__sub-title {
  font-size: clamp(24px, (24 + 28) / 2 / 768 * 100vw, 28px);
  color: var(--color-green);
  font-weight: 700;
  display: block;
  margin-bottom: clamp(20px, (20 + 10) / 2 / 768 * 100vw, 10px);
}
.lp-kinoie .speech-bubble__title {
  font-size: clamp(22px, (22 + 40) / 2 / 768 * 100vw, 40px);
  color: var(--color-green);
  font-weight: 700;
  font-family: var(--font-noto-serif);
  position: relative;
  display: inline-block;
  padding: 0 40px;
}
.lp-kinoie .speech-bubble__title::before {
  content: "";
  width: 4px;
  height: 58px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color-green);
  transform: rotate(320deg);
}
.lp-kinoie .speech-bubble__title::after {
  content: "";
  width: 4px;
  height: 58px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--color-green);
  transform: rotate(40deg);
}
.lp-kinoie .speech-bubble-yellow {
  text-align: center;
  margin-bottom: clamp(20px, (20 + 30) / 2 / 768 * 100vw, 30px);
}
.lp-kinoie .speech-bubble-yellow__sub-title {
  font-size: clamp(24px, (24 + 30) / 2 / 768 * 100vw, 30px);
  color: var(--color-yellow);
  font-weight: 700;
  font-family: var(--font-noto-serif);
  display: block;
}
.lp-kinoie .speech-bubble-yellow__title {
  font-size: clamp(40px, (40 + 60) / 2 / 768 * 100vw, 60px);
  color: var(--color-yellow);
  font-weight: 700;
  font-family: var(--font-noto-serif);
  position: relative;
  display: inline-block;
  padding: 0 40px;
  line-height: 1.2;
}
.lp-kinoie .speech-bubble-yellow__title::before {
  content: "";
  width: 4px;
  height: 58px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  background: var(--color-yellow);
  transform: rotate(320deg);
}
.lp-kinoie .speech-bubble-yellow__title::after {
  content: "";
  width: 4px;
  height: 58px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  background: var(--color-yellow);
  transform: rotate(40deg);
}
.lp-kinoie .speech-bubble-black {
  text-align: center;
  margin-bottom: clamp(20px, (20 + 30) / 2 / 768 * 100vw, 30px);
}
.lp-kinoie .speech-bubble-black__sub-title {
  font-size: clamp(14px, (14 + 28) / 2 / 768 * 100vw, 28px);
  color: var(--color-black);
  font-weight: 700;
  display: block;
  margin-bottom: clamp(5px, (5 + 10) / 2 / 768 * 100vw, 10px);
}
.lp-kinoie .speech-bubble-black__title {
  font-size: clamp(22px, (22 + 40) / 2 / 768 * 100vw, 40px);
  color: var(--color-black);
  font-weight: 700;
  font-family: var(--font-noto-serif);
  position: relative;
  display: inline-block;
  padding: 0 40px;
}
.lp-kinoie .speech-bubble-black__title::before {
  content: "";
  width: 4px;
  height: 58px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--color-black);
  transform: rotate(320deg);
}
.lp-kinoie .speech-bubble-black__title::after {
  content: "";
  width: 4px;
  height: 58px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--color-black);
  transform: rotate(40deg);
}
.lp-kinoie .mv {
  position: relative;
  overflow: clip;
  background-color: var(--color-brown3);
  padding-top: clamp(20px, (20 + 40) / 2 / 768 * 100vw, 40px);
  z-index: -1;
}
.lp-kinoie .mv::before {
  content: "";
  background: url(../image/bg_tree.webp) repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.lp-kinoie .mv__top {
  position: relative;
  background: url(../image/sp/mv.webp) no-repeat center/cover;
  border-radius: clamp(50px, (50 + 50) / 2 / 768 * 100vw, 50px) clamp(50px, (50 + 50) / 2 / 768 * 100vw, 50px) 0 0;
  min-height: calc(470 / 375 * 100vw);
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .mv__top {
    background: url(../image/mv.webp) no-repeat center/cover;
    min-height: 750px;
    height: 45vw;
    border-radius: 150px 150px 0 0;
  }
}
.lp-kinoie .mv__inner {
  display: grid;
  align-content: center;
  width: 100%;
  min-height: calc(550 / 375 * 100vw);
  padding-inline: calc(60 / 375 * 100vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .mv__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1220px;
    min-height: 590px;
    height: 37vw;
    padding-inline: 60px;
    margin-inline: auto;
  }
}
.lp-kinoie .mv__inner__content {
  width: 100%;
}
.lp-kinoie .mv__logo {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .mv__logo {
    margin-bottom: 2.5em;
  }
}
.lp-kinoie .mv__logo img {
  width: 110px;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .mv__logo img {
    width: 250px;
  }
}
.lp-kinoie .mv__title {
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .mv__title {
    margin-bottom: 0;
  }
}
.lp-kinoie .mv__title span {
  display: block;
  color: var(--color-white);
  font-weight: 700;
  letter-spacing: 0.2em;
}
.lp-kinoie .mv__title-large {
  margin: -0.2em 0 0;
  font-size: clamp(18px, (18 + 54) / 2 / 768 * 100vw, 54px);
  font-family: var(--font-noto-serif);
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.lp-kinoie .mv__txt {
  width: 100%;
  color: var(--color-white);
  display: flex;
  align-items: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: clamp(45px, (45 + 56) / 2 / 768 * 100vw, 56px);
  font-weight: 700;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .mv__txt {
    display: none;
  }
}
.lp-kinoie .mv__txtbox {
  max-width: 1220px;
  min-height: 514px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.lp-kinoie .mv__txtbox__txt {
  display: none;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .mv__txtbox__txt {
    color: var(--color-white);
    display: flex;
    align-items: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: clamp(40px, (40 + 56) / 2 / 768 * 100vw, 56px);
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    letter-spacing: 0.2em;
    width: auto;
    position: absolute;
    top: 20px;
    right: 0px;
    z-index: 1;
  }
}
.lp-kinoie .section01 {
  position: relative;
  background-color: var(--color-green2);
  padding-bottom: 30px;
  /* 横スクロールコンテナ */
  /* 一時停止時のスタイル */
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section01 {
    padding-bottom: 0px;
  }
}
.lp-kinoie .section01::before {
  content: "";
  background: url(../image/bg_leaves.webp) repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
  mix-blend-mode: screen;
  z-index: 0;
}
.lp-kinoie .section01::after {
  content: "";
  position: absolute;
  bottom: 99.8%;
  left: 0;
  width: 100%;
  height: 9vw;
  background: url(../image/sp/wave-green.svg) no-repeat center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section01::after {
    height: 8vw;
    background: url(../image/wave-green.svg) no-repeat center/cover;
    bottom: 99.5%;
  }
}
.lp-kinoie .section01 .section__wrapper {
  z-index: inherit;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section01 .section__wrapper {
    top: -30px;
  }
}
.lp-kinoie .section01 .section__inner {
  position: relative;
}
@media (max-width: 767px) {
  .lp-kinoie .section01 .section__inner {
    padding-right: 0;
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
.lp-kinoie .section01 .section__inner::after {
  content: "Photo Gallary";
  font-family: var(--font-num);
  color: var(--color-green);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: clamp(60px, (60 + 88) / 2 / 768 * 100vw, 88px);
  opacity: 0.3;
  white-space: nowrap;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section01 .section__inner::after {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    right: auto;
    top: -5vw;
  }
}
.lp-kinoie .section01 #modal_gallery_steel *,
.lp-kinoie .section01 #modal_gallery_wood * {
  color: initial;
}
.lp-kinoie .section01 #modal_gallery_steel img,
.lp-kinoie .section01 #modal_gallery_wood img {
  width: auto;
}
.lp-kinoie .section01 #modal_gallery_steel .splide__slide img,
.lp-kinoie .section01 #modal_gallery_wood .splide__slide img {
  max-width: 90%;
  vertical-align: bottom;
}
.lp-kinoie .section01 #modal_gallery_steel .design-center__modal__close img,
.lp-kinoie .section01 #modal_gallery_wood .design-center__modal__close img {
  width: 12px;
  vertical-align: middle;
  margin-top: 4px;
}
.lp-kinoie .section01 #modal_gallery_steel .design-center__section-gallery__main .splide__arrows .splide__arrow img,
.lp-kinoie .section01 #modal_gallery_wood .design-center__section-gallery__main .splide__arrows .splide__arrow img {
  width: 35px;
}
.lp-kinoie .section01 #modal_gallery_steel .design-center__modal__close,
.lp-kinoie .section01 #modal_gallery_wood .design-center__modal__close {
  color: var(--color-white) !important;
}
.lp-kinoie .section01 #modal_gallery_steel .design-center__modal__close:hover,
.lp-kinoie .section01 #modal_gallery_steel .design-center__modal__close:active,
.lp-kinoie .section01 #modal_gallery_wood .design-center__modal__close:hover,
.lp-kinoie .section01 #modal_gallery_wood .design-center__modal__close:active {
  color: #000 !important;
}
.lp-kinoie .section01 .splide.is-initialized:not(.is-active) .splide__list {
  display: grid !important;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section01 .panel-group {
    width: 90%;
    margin-left: auto;
  }
}
.lp-kinoie .section01 .panel1 {
  position: relative;
  margin-bottom: clamp(15px, (15 + 30) / 2 / 768 * 100vw, 30px);
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section01 .panel1 {
    width: 90%;
    margin-right: auto;
  }
  .lp-kinoie .section01 .panel1::before {
    content: "";
    width: 176px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 95%;
    margin: auto;
    background: url(../image/icon_leaves_01.svg) no-repeat center/cover;
  }
}
.lp-kinoie .section01 .panel2 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section01 .panel2 {
    width: 90%;
    margin-left: auto;
  }
  .lp-kinoie .section01 .panel2::before {
    content: "";
    width: 231px;
    height: 262px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 95%;
    margin: auto;
    background: url(../image/icon_leaves_02.svg) no-repeat center/cover;
  }
}
.lp-kinoie .section01 .splide__track {
  border-radius: 5px 0 0 5px;
}
.lp-kinoie .section01 .splide {
  visibility: visible;
}
.lp-kinoie .section01 .scroll-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  white-space: nowrap;
}
.lp-kinoie .section01 .panel-list {
  display: flex;
  list-style: none;
  align-items: center;
  padding: 0 20px;
  flex-wrap: nowrap;
}
.lp-kinoie .section01 .scroll-left-to-right:nth-child(1) {
  animation: scrollLeftToRight 50s linear infinite;
  animation-delay: -25s;
}
.lp-kinoie .section01 .scroll-left-to-right:nth-child(2) {
  animation: scrollLeftToRight2 50s linear infinite;
}
.lp-kinoie .section01 .scroll-right-to-left:nth-child(1) {
  animation: scrollRightToLeft 39.5s linear infinite;
  animation-delay: -19.75s;
}
.lp-kinoie .section01 .scroll-right-to-left:nth-child(2) {
  animation: scrollRightToLeft2 39.5s linear infinite;
}
.lp-kinoie .section01 .modal_gallery {
  flex-shrink: 0;
  margin: 0 5px 0 0 !important;
  width: 190px !important;
  height: 142px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.lp-kinoie .section01 .modal_gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
@keyframes scrollLeftToRight {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes scrollLeftToRight2 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes scrollRightToLeft {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scrollRightToLeft2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.lp-kinoie .section01 .paused {
  animation-play-state: paused !important;
}
.lp-kinoie .section02 {
  position: relative;
  padding-bottom: clamp(80px, (80 + 80) / 2 / 768 * 100vw, 80px);
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section02 {
    padding-top: 6vw;
  }
}
.lp-kinoie .section02::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 8vw;
  background: url(../image/sp/wave-white.svg) no-repeat center/cover;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section02::after {
    top: 0;
    background: url(../image/wave-white.svg) no-repeat center/cover;
  }
}
.lp-kinoie .section02 .section__wrapper {
  z-index: 2;
}
.lp-kinoie .section02__inner {
  position: relative;
  padding-top: clamp(20px, (20 + 40) / 2 / 768 * 100vw, 40px);
  border-radius: clamp(5px, (5 + 10) / 2 / 768 * 100vw, 10px) clamp(5px, (5 + 10) / 2 / 768 * 100vw, 10px) 0 0;
  margin-top: clamp(-180px, (-90 + -180) / 2 / 768 * 100vw, -90px);
  background-color: var(--color-white);
  z-index: 2;
}
.lp-kinoie .section02__row {
  position: relative;
  margin-bottom: clamp(40px, (40 + 55) / 2 / 768 * 100vw, 55px);
}
.lp-kinoie .section02__row:last-child {
  margin-bottom: 0;
}
.lp-kinoie .section02__row-title {
  background-color: var(--color-brown5);
  position: relative;
  z-index: 1;
  font-size: clamp(24px, (24 + 32) / 2 / 768 * 100vw, 32px);
  color: var(--color-white);
  text-align: center;
  padding: clamp(18px, (18 + 25) / 2 / 768 * 100vw, 25px) 0;
  font-weight: 700;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.lp-kinoie .section02__row-title::before {
  content: "";
  background: url(../image/bg_tree.webp) repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.lp-kinoie .section02__row-inner {
  position: relative;
  background-color: var(--color-gray);
  z-index: 1;
  padding: 40px 0;
  border-radius: 0 0 5px 5px;
}
.lp-kinoie .section02__row-inner::before {
  content: "";
  background: url(../image/bg_tree.webp) repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section02__row-inner {
    padding: 40px 56px;
  }
}
.lp-kinoie .section02__row-col {
  position: relative;
  margin-bottom: clamp(60px, (60 + 50) / 2 / 768 * 100vw, 50px);
  padding-bottom: clamp(60px, (60 + 80) / 2 / 768 * 100vw, 80px);
}
.lp-kinoie .section02__row-col::before {
  content: "";
  width: 100%;
  height: 36px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../image/sp/icon_wave.svg) no-repeat center;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section02__row-col::before {
    background: url(../image/icon_wave.svg) no-repeat center;
  }
}
.lp-kinoie .section02__row-col:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.lp-kinoie .section02__row-col:last-child::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section02__row-col:last-child {
    margin-bottom: clamp(60px, (60 + 50) / 2 / 768 * 100vw, 50px);
  }
}
.lp-kinoie .section02__row-col-item {
  display: grid;
  gap: 40px;
  margin-bottom: clamp(40px, (40 + 40) / 2 / 768 * 100vw, 40px);
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section02__row-col-item {
    gap: 8px;
  }
  .lp-kinoie .section02__row-col-item.col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-kinoie .section02__row-col-item img {
    border-radius: 5px;
  }
}
.lp-kinoie .section02__row-col-txt {
  color: var(--color-brown);
  text-align: center;
  padding: 0 clamp(10px, (10 + 0) / 2 / 768 * 100vw, 0px);
}
.lp-kinoie .section03 {
  padding-bottom: clamp(80px, (80 + 100) / 2 / 768 * 100vw, 100px);
}
@media (max-width: 767px) {
  .lp-kinoie .section03 .section__inner {
    padding-inline: 0;
  }
}
.lp-kinoie .section03 .section__inner-box {
  overflow: hidden;
}
.lp-kinoie .section03__top {
  position: relative;
  background-color: var(--color-brown5);
  z-index: 1;
  padding: clamp(50px, (50 + 50) / 2 / 768 * 100vw, 50px) clamp(40px, (40 + 80) / 2 / 768 * 100vw, 80px) clamp(100px, (100 + 120) / 2 / 768 * 100vw, 120px);
  border-radius: 5px;
}
.lp-kinoie .section03__top::before {
  content: "";
  background: url(../image/bg_tree.webp) repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.lp-kinoie .section03__top-txt {
  font-size: clamp(24px, (24 + 28) / 2 / 768 * 100vw, 28px);
  color: var(--color-white);
  font-weight: 700;
  text-align: center;
  margin-bottom: clamp(20px, (20 + 30) / 2 / 768 * 100vw, 30px);
}
.lp-kinoie .section03__top__list {
  display: grid;
  justify-content: center;
  gap: clamp(15px, (15 + 13) / 2 / 768 * 100vw, 13px);
}
.lp-kinoie .section03__top__list-item {
  position: relative;
  width: 310px;
  height: 310px;
  background-color: var(--color-white);
  border-radius: 100%;
  text-align: center;
  display: grid;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  padding-top: 25px;
}
.lp-kinoie .section03__top__list-item img {
  position: relative;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section03__top__list-item:nth-child(1) {
    top: -80px;
  }
  .lp-kinoie .section03__top__list-item:nth-child(3) {
    top: -80px;
  }
}
.lp-kinoie .section03__top__list-item:nth-child(1) img {
  width: 147px;
}
.lp-kinoie .section03__top__list-item:nth-child(2) img {
  width: 172px;
  top: -10px;
}
.lp-kinoie .section03__top__list-item:nth-child(3) img {
  width: 157px;
}
.lp-kinoie .section03__top__list-item-txt {
  font-size: clamp(20px, (20 + 20) / 2 / 768 * 100vw, 20px);
  font-weight: 700;
}
.lp-kinoie .section03__top__list-item-txt span {
  font-weight: 700;
  font-size: clamp(30px, (30 + 30) / 2 / 768 * 100vw, 30px);
  background-color: var(--color-yellow);
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section03__top__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .lp-kinoie .section03__top__list {
    scale: 70%;
  }
}
.lp-kinoie .section03__row {
  position: relative;
  background-color: var(--color-brown2);
  z-index: 1;
  padding: clamp(30px, (30 + 10) / 2 / 768 * 100vw, 10px) clamp(40px, (40 + 80) / 2 / 768 * 100vw, 80px) clamp(36px, (36 + 50) / 2 / 768 * 100vw, 50px);
  border-radius: 5px;
}
.lp-kinoie .section03__row::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-bottom: 40px solid var(--color-brown2);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section03__row::before {
    border-right: 100vh solid transparent;
    border-bottom: 100px solid var(--color-brown2);
  }
}
.lp-kinoie .section03__row::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  box-sizing: border-box;
  border-left: 50vw solid transparent;
  border-bottom: 40px solid var(--color-brown2);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section03__row::after {
    border-left: 100vh solid transparent;
    border-bottom: 100px solid var(--color-brown2);
  }
}
.lp-kinoie .section03__row-txt {
  font-size: clamp(24px, (24 + 28) / 2 / 768 * 100vw, 28px);
  color: var(--color-black);
  font-weight: 700;
  text-align: center;
  margin-bottom: clamp(15px, (15 + 30) / 2 / 768 * 100vw, 30px);
}
.lp-kinoie .section03__row__list {
  display: grid;
  justify-content: center;
  gap: clamp(15px, (15 + 13) / 2 / 768 * 100vw, 13px);
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section03__row__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .lp-kinoie .section03__row__list {
    scale: 70%;
  }
}
.lp-kinoie .section03__row__list-item {
  position: relative;
  width: 310px;
  height: 310px;
  background-color: var(--color-white);
  border-radius: 100%;
  text-align: center;
  display: grid;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  padding-top: 35px;
  background-color: rgba(0, 0, 0, 0.5);
}
.lp-kinoie .section03__row__list-item img {
  position: relative;
  margin: auto;
}
.lp-kinoie .section03__row__list-item:nth-child(1)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/bg-sec03_01.webp) no-repeat center/cover;
  opacity: 0.9;
  z-index: -1;
}
.lp-kinoie .section03__row__list-item:nth-child(1) img {
  position: relative;
  width: 162px;
  top: 8px;
}
.lp-kinoie .section03__row__list-item:nth-child(2)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/bg-sec03_02.webp) no-repeat center/cover;
  opacity: 0.9;
  z-index: -1;
}
.lp-kinoie .section03__row__list-item:nth-child(2) img {
  width: 172px;
  top: -3px;
}
.lp-kinoie .section03__row__list-item:nth-child(3)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/bg-sec03_03.webp) no-repeat center/cover;
  opacity: 0.9;
  z-index: -1;
}
.lp-kinoie .section03__row__list-item:nth-child(3) img {
  width: 157px;
  top: -10px;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section03__row__list-item:nth-child(1) {
    top: -80px;
  }
  .lp-kinoie .section03__row__list-item:nth-child(3) {
    top: -80px;
  }
}
.lp-kinoie .section03__row__list-item-txt {
  font-size: clamp(20px, (20 + 20) / 2 / 768 * 100vw, 20px);
  font-weight: 700;
  color: var(--color-white);
}
.lp-kinoie .section03__row__list-item-txt span {
  font-weight: 700;
  font-size: clamp(30px, (30 + 30) / 2 / 768 * 100vw, 30px);
  color: var(--color-white);
  background-color: var(--color-red);
}
.lp-kinoie .section04 {
  padding-bottom: clamp(100px, (100 + 100) / 2 / 768 * 100vw, 100px);
}
.lp-kinoie .section04__links {
  display: grid;
  gap: clamp(19px, (19 + 25) / 2 / 768 * 100vw, 25px);
  margin: clamp(36px, (36 + 40) / 2 / 768 * 100vw, 40px) 0;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section04__links {
    grid-template-columns: repeat(3, 1fr);
  }
}
.lp-kinoie .section04__link {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.lp-kinoie .section04__link a {
  padding: clamp(28px, (28 + 40) / 2 / 768 * 100vw, 40px) clamp(5px, (5 + 10) / 2 / 768 * 100vw, 10px);
  display: block;
}
.lp-kinoie .section04__link:nth-child(1)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/bg-taishin.webp) no-repeat center/cover;
  z-index: -1;
}
.lp-kinoie .section04__link:nth-child(2)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/bg-taikyu.webp) no-repeat center/cover;
  z-index: -1;
}
.lp-kinoie .section04__link:nth-child(3)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/bg-taika.webp) no-repeat center/cover;
  z-index: -1;
}
.lp-kinoie .section04__link img {
  width: 35px;
  height: 35px;
}
.lp-kinoie .section04__link p {
  color: var(--color-white);
  font-weight: 700;
}
.lp-kinoie .section04__link .small {
  font-size: clamp(20px, (20 + 20) / 2 / 768 * 100vw, 20px);
}
@media (min-width: 767px) and (max-width: 1024px) {
  .lp-kinoie .section04__link .small {
    font-size: calc(6 / 375 * 100vw);
  }
}
.lp-kinoie .section04__link .large {
  font-size: clamp(50px, (50 + 50) / 2 / 768 * 100vw, 50px);
}
@media (min-width: 767px) and (max-width: 1024px) {
  .lp-kinoie .section04__link .large {
    font-size: calc(20 / 375 * 100vw);
  }
}
.lp-kinoie .section04__txt {
  font-size: clamp(24px, (24 + 28) / 2 / 768 * 100vw, 28px);
  font-weight: 700;
  text-align: center;
}
.lp-kinoie .section04__txt span {
  font-weight: 700;
  background: linear-gradient(transparent 50%, var(--color-yellow) 50%, var(--color-yellow) 100%);
}
.lp-kinoie .section05 {
  padding-bottom: clamp(80px, (80 + 80) / 2 / 768 * 100vw, 80px);
}
.lp-kinoie .section05__inner {
  position: relative;
  padding-top: clamp(36px, (36 + 40) / 2 / 768 * 100vw, 40px);
  border-radius: clamp(10px, (10 + 5) / 2 / 768 * 100vw, 5px) clamp(10px, (10 + 5) / 2 / 768 * 100vw, 5px) 0 0;
  margin-top: clamp(-180px, (-140 + -180) / 2 / 768 * 100vw, -140px);
  background-color: var(--color-white);
  z-index: 2;
}
.lp-kinoie .section05__head-image {
  display: block;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section05__head-image {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    height: 300px;
    overflow: hidden;
  }
}
.lp-kinoie .section05__head-image img {
  width: auto;
  max-width: none;
  height: 48vw;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section05__head-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.lp-kinoie .section05__row-inner {
  position: relative;
  padding: clamp(40px, (40 + 40) / 2 / 768 * 100vw, 40px) 0 0;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section05__row-inner {
    padding: clamp(20px, (20 + 40) / 2 / 768 * 100vw, 40px) clamp(25px, (25 + 50) / 2 / 768 * 100vw, 50px) 0;
  }
}
.lp-kinoie .section05__row-col {
  display: grid;
  margin: clamp(20px, (20 + 40) / 2 / 768 * 100vw, 40px) 0;
}
.lp-kinoie .section05__row-col.col2 {
  gap: clamp(20px, (20 + 40) / 2 / 768 * 100vw, 40px);
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section05__row-col.col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lp-kinoie .section05__row-col-item-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 5px;
  overflow: hidden;
}
.lp-kinoie .section05__row-col-item-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.lp-kinoie .section05__row-col-item-txt-large {
  font-size: clamp(24px, (24 + 28) / 2 / 768 * 100vw, 28px);
  font-weight: 700;
  margin-bottom: clamp(24px, (24 + 24) / 2 / 768 * 100vw, 24px);
}
.lp-kinoie .section05__row-col-item-head {
  font-size: clamp(24px, (24 + 28) / 2 / 768 * 100vw, 28px);
  font-weight: 700;
  text-align: center;
  margin-bottom: clamp(5px, (5 + 10) / 2 / 768 * 100vw, 10px);
}
.lp-kinoie .section05__row-col-item-note {
  font-size: clamp(14px, (14 + 12) / 2 / 768 * 100vw, 12px);
  margin-top: clamp(5px, (5 + 10) / 2 / 768 * 100vw, 10px);
}
.lp-kinoie .section05__txt {
  font-size: clamp(24px, (24 + 28) / 2 / 768 * 100vw, 28px);
  font-weight: 700;
  text-align: center;
}
.lp-kinoie .section05__txt span {
  font-weight: 700;
  background: linear-gradient(transparent 50%, var(--color-yellow) 50%, var(--color-yellow) 100%);
}
.lp-kinoie .section06 {
  padding-bottom: clamp(80px, (80 + 100) / 2 / 768 * 100vw, 100px);
}
@media (max-width: 767px) {
  .lp-kinoie .section06 .section__inner:last-child {
    padding-inline: 0;
    max-width: max-content;
  }
}
.lp-kinoie .section06__inner {
  position: relative;
  padding-top: clamp(25px, (25 + 40) / 2 / 768 * 100vw, 40px);
  border-radius: clamp(10px, (10 + 5) / 2 / 768 * 100vw, 5px) clamp(10px, (10 + 5) / 2 / 768 * 100vw, 5px) 0 0;
  margin-top: clamp(-180px, (-140 + -180) / 2 / 768 * 100vw, -140px);
  background-color: var(--color-white);
  z-index: 2;
}
.lp-kinoie .section06__head-image {
  display: block;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section06__head-image {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    height: 300px;
    overflow: hidden;
  }
}
.lp-kinoie .section06__head-image img {
  width: auto;
  max-width: none;
  height: 48vw;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section06__head-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.lp-kinoie .section06 .section__title {
  margin-bottom: clamp(25px, (25 + 50) / 2 / 768 * 100vw, 50px);
}
.lp-kinoie .section06__row-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section06__row-inner {
    padding: 0 clamp(25px, (25 + 50) / 2 / 768 * 100vw, 50px);
  }
}
.lp-kinoie .section06__row-col {
  display: grid;
  margin: clamp(20px, (20 + 40) / 2 / 768 * 100vw, 40px) 0;
}
.lp-kinoie .section06__row-col.col2 {
  gap: clamp(40px, (40 + 40) / 2 / 768 * 100vw, 40px);
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section06__row-col.col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lp-kinoie .section06__row-col-item-list {
  font-size: clamp(20px, (20 + 24) / 2 / 768 * 100vw, 24px);
  font-weight: 700;
  padding-left: clamp(40px, (40 + 40) / 2 / 768 * 100vw, 40px);
  margin-bottom: clamp(20px, (20 + 10) / 2 / 768 * 100vw, 10px);
  position: relative;
}
.lp-kinoie .section06__row-col-item-list::before {
  content: "";
  width: 35px;
  height: 40px;
  background: url(../image/icon_checkbox.svg) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: -5px;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section06__row-col-item-list::before {
    top: 0px;
  }
}
.lp-kinoie .section06__row-col-item-txt {
  font-size: clamp(20px, (20 + 24) / 2 / 768 * 100vw, 24px);
  font-weight: 700;
  text-align: center;
  margin-bottom: clamp(20px, (20 + 20) / 2 / 768 * 100vw, 20px);
}
.lp-kinoie .section06__row-col-item-txt span {
  font-weight: 700;
  background: linear-gradient(transparent 50%, var(--color-yellow) 50%, var(--color-yellow) 100%);
}
.lp-kinoie .section06__row-col.wood {
  position: relative;
  z-index: 1;
  padding: clamp(30px, (30 + 50) / 2 / 768 * 100vw, 50px) clamp(15px, (15 + 65) / 2 / 768 * 100vw, 65px) clamp(10px, (10 + 20) / 2 / 768 * 100vw, 20px);
  border-radius: 5px;
  overflow: hidden;
}
.lp-kinoie .section06__row-col.wood::before {
  content: "";
  background: url(../image/bg_tree.webp) repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}
.lp-kinoie .section06__txt {
  font-size: clamp(24px, (24 + 28) / 2 / 768 * 100vw, 28px);
  font-weight: 700;
  text-align: center;
}
.lp-kinoie .section06__txt span {
  font-weight: 700;
  background: linear-gradient(transparent 50%, var(--color-yellow) 50%, var(--color-yellow) 100%);
}
.lp-kinoie .section06__txt-small {
  text-align: center;
  margin-bottom: clamp(50px, (50 + 100) / 2 / 768 * 100vw, 100px);
}
.lp-kinoie .section06__voice {
  width: 100%;
  max-width: 670px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section06__voice {
    margin-top: 20px;
  }
}
.lp-kinoie .section06__voice-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section06__voice-col {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section06__voice-col-item {
    width: 73%;
  }
}
.lp-kinoie .section06__voice-col-item-txt {
  font-size: clamp(18px, (18 + 20) / 2 / 768 * 100vw, 20px);
  font-weight: 700;
  position: relative;
  background-color: var(--color-white);
  padding: clamp(20px, (20 + 20) / 2 / 768 * 100vw, 20px) clamp(20px, (20 + 40) / 2 / 768 * 100vw, 40px);
  border-radius: clamp(5px, (5 + 10) / 2 / 768 * 100vw, 10px);
  line-height: 1.5em;
  text-align: center;
  margin: 20px 0 30px;
}
.lp-kinoie .section06__voice-col-item-txt::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid var(--color-white);
}
.lp-kinoie .section06__voice-col-item-txt span {
  font-weight: 700;
  background: linear-gradient(transparent 50%, var(--color-yellow) 50%, var(--color-yellow) 100%);
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section06__voice-col-item-txt {
    text-align: left;
    margin: 0;
    line-height: 1.8em;
  }
  .lp-kinoie .section06__voice-col-item-txt::before {
    top: 50%;
    left: 100%;
    transform: translate(0%, -50%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid var(--color-white);
  }
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section06__voice-col figure {
    width: 25%;
  }
}
.lp-kinoie .section07 {
  padding-bottom: clamp(100px, (100 + 180) / 2 / 768 * 100vw, 180px);
  position: relative;
}
.lp-kinoie .section07::after {
  content: "";
  position: absolute;
  bottom: -0.5px;
  left: 0;
  width: 105%;
  height: 8vw;
  background: url(../image/sp/wave-wood.svg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section07::after {
    background: url(../image/wave-wood.svg) no-repeat center/cover;
  }
}
.lp-kinoie .section07__inner {
  position: relative;
  padding-top: clamp(25px, (25 + 40) / 2 / 768 * 100vw, 40px);
  border-radius: clamp(10px, (10 + 5) / 2 / 768 * 100vw, 5px) clamp(10px, (10 + 5) / 2 / 768 * 100vw, 5px) 0 0;
  margin-top: clamp(-180px, (-140 + -180) / 2 / 768 * 100vw, -140px);
  background-color: var(--color-white);
  z-index: 2;
}
.lp-kinoie .section07__head-image {
  display: block;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section07__head-image {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    height: 300px;
    overflow: hidden;
  }
}
.lp-kinoie .section07__head-image img {
  width: auto;
  max-width: none;
  height: 48vw;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section07__head-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.lp-kinoie .section07__row-inner {
  position: relative;
  padding: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section07__row-inner {
    padding: clamp(40px, (40 + 40) / 2 / 768 * 100vw, 40px) clamp(25px, (25 + 50) / 2 / 768 * 100vw, 50px);
  }
}
.lp-kinoie .section07__row-col {
  display: grid;
  margin: clamp(20px, (20 + 40) / 2 / 768 * 100vw, 40px) 0;
}
.lp-kinoie .section07__row picture {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section07__row picture {
    margin: 0 clamp(33.5px, (33.5 + 67) / 2 / 768 * 100vw, 67px) clamp(20px, (20 + 40) / 2 / 768 * 100vw, 40px);
  }
}
.lp-kinoie .section07__txt {
  font-size: clamp(24px, (24 + 28) / 2 / 768 * 100vw, 28px);
  font-weight: 700;
  text-align: center;
}
.lp-kinoie .section07__txt span {
  font-weight: 700;
  background: linear-gradient(transparent 50%, var(--color-yellow) 50%, var(--color-yellow) 100%);
}
.lp-kinoie .section07__txt-small {
  text-align: center;
}
.lp-kinoie .section08 {
  padding-bottom: clamp(50px, (50 + 200) / 2 / 768 * 100vw, 200px);
  position: relative;
  background-color: var(--color-gray);
}
.lp-kinoie .section08::before {
  content: "";
  background: url(../image/bg_tree.webp) repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section08::after {
    content: "Unique Gland To You Design";
    font-family: var(--font-num);
    color: var(--color-white);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: -90px;
    left: 0;
    font-size: clamp(60px, (60 + 120) / 2 / 768 * 100vw, 120px);
    opacity: 0.5;
  }
}
.lp-kinoie .section08 .speech-bubble-black {
  position: relative;
  top: -10vw;
  margin: 0 0 50px;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section08 .speech-bubble-black {
    top: -115px;
    margin: 0;
  }
}
.lp-kinoie .section08__inner {
  position: relative;
  padding-top: clamp(20px, (20 + 40) / 2 / 768 * 100vw, 40px);
  border-radius: clamp(2.5px, (2.5 + 5) / 2 / 768 * 100vw, 5px) clamp(2.5px, (2.5 + 5) / 2 / 768 * 100vw, 5px) 0 0;
  margin-top: clamp(-180px, (-90 + -180) / 2 / 768 * 100vw, -90px);
  background-color: var(--color-white);
}
.lp-kinoie .section08__row {
  margin-top: clamp(125px, (125 + 128) / 2 / 768 * 100vw, 128px);
}
.lp-kinoie .section08__row#design01 {
  margin-top: 0;
}
.lp-kinoie .section08__row-titlebox {
  position: relative;
}
.lp-kinoie .section08__row-title {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  padding: clamp(30px, (30 + 40) / 2 / 768 * 100vw, 40px) clamp(15px, (15 + 20) / 2 / 768 * 100vw, 20px) clamp(15px, (15 + 20) / 2 / 768 * 100vw, 20px);
  border-radius: 5px;
  position: relative;
  margin-bottom: clamp(32px, (32 + 40) / 2 / 768 * 100vw, 40px);
  background-color: var(--color-yellow);
}
.lp-kinoie .section08__row-title-small {
  display: block;
  font-weight: 700;
  color: var(--color-brown);
  font-size: clamp(19px, (19 + 24) / 2 / 768 * 100vw, 24px);
}
.lp-kinoie .section08__row-title-large {
  display: block;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-brown);
  font-size: calc(28 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section08__row-title-large {
    font-size: clamp(40px, (40 + 40) / 2 / 768 * 100vw, 40px);
  }
}
.lp-kinoie .section08__row-number {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-num);
  font-size: clamp(110px, (110 + 110) / 2 / 768 * 100vw, 110px);
  line-height: 1;
  letter-spacing: 0;
  color: var(--color-orange);
  z-index: 2;
}
.lp-kinoie .section08__row-txt {
  text-align: center;
  font-size: clamp(18px, (18 + 18) / 2 / 768 * 100vw, 18px);
  margin-bottom: clamp(40px, (40 + 40) / 2 / 768 * 100vw, 40px);
}
.lp-kinoie .section08__row-col {
  display: grid;
  margin: clamp(20px, (20 + 40) / 2 / 768 * 100vw, 40px) 0;
}
.lp-kinoie .section08__row-col.col2 {
  gap: clamp(20px, (20 + 40) / 2 / 768 * 100vw, 40px);
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section08__row-col.col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lp-kinoie .section09 {
  position: relative;
  padding: clamp(25px, (25 + 100) / 2 / 768 * 100vw, 100px) 0 clamp(60px, (60 + 100) / 2 / 768 * 100vw, 100px);
  background-color: var(--color-green2);
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section09 {
    padding-top: 50px;
  }
}
.lp-kinoie .section09::before {
  content: "";
  background: url(../image/bg_leaves.webp) repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.2;
  mix-blend-mode: screen;
  z-index: 0;
}
.lp-kinoie .section09::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 7vw;
  background: url(../image/sp/wave-green.svg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section09::after {
    height: 8vw;
    background: url(../image/wave-green.svg) no-repeat center/cover;
  }
}
.lp-kinoie .section09__bg {
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section09__bg::after {
    content: "FAQ about Grand To You";
    font-family: var(--font-num);
    color: var(--color-white);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: -90px;
    left: 0;
    font-size: clamp(60px, (60 + 120) / 2 / 768 * 100vw, 120px);
    opacity: 0.7;
    z-index: 1;
  }
}
.lp-kinoie .section09__inner {
  position: relative;
  padding-top: clamp(20px, (20 + 40) / 2 / 768 * 100vw, 40px);
  border-radius: clamp(2.5px, (2.5 + 5) / 2 / 768 * 100vw, 5px) clamp(2.5px, (2.5 + 5) / 2 / 768 * 100vw, 5px) 0 0;
  margin-top: clamp(-180px, (-90 + -180) / 2 / 768 * 100vw, -90px);
  background-color: var(--color-white);
  z-index: 2;
}
.lp-kinoie .section09__row-faq-title {
  font-size: clamp(32px, (32 + 40) / 2 / 768 * 100vw, 40px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: var(--color-green);
  text-align: center;
  margin-bottom: clamp(20px, (20 + 5) / 2 / 768 * 100vw, 5px);
}
.lp-kinoie .section09__row-faq-box {
  display: grid;
  gap: calc(40 / 375 * 100vw);
  margin: calc(20 / 375 * 100vw) 0 0;
  padding: calc(20 / 375 * 100vw) 0;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray2);
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section09__row-faq-box {
    gap: 60px;
    margin: 30px 0 0;
    padding: 30px 0;
    border-radius: 5px;
  }
}
.lp-kinoie .section09__row-faq-item {
  position: relative;
}
.lp-kinoie .section09__row-faq-item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: calc(-20 / 375 * 100vw);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-gray2);
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section09__row-faq-item:not(:first-child)::before {
    top: calc(-6 / 375 * 100vw);
  }
}
.lp-kinoie .section09__row-faq-item-title {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-inline: calc(15 / 375 * 100vw);
}
.lp-kinoie .section09__row-faq-item-title:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section09__row-faq-item-title {
    align-items: center;
    padding-inline: 50px;
  }
}
.lp-kinoie .section09__row-faq-item-title .num {
  display: inline-block;
  flex-shrink: 0;
  font-family: var(--font-noto-serif);
  font-size: calc(30 / 375 * 100vw);
  color: var(--color-green);
  margin-right: calc(20 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section09__row-faq-item-title .num {
    font-size: 50px;
    width: 110px;
    margin-right: 0px;
  }
}
.lp-kinoie .section09__row-faq-item-title .main {
  padding-right: calc(30 / 375 * 100vw);
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: calc(17 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section09__row-faq-item-title .main {
    padding-right: 55px;
    font-size: 20px;
  }
}
.lp-kinoie .section09__row-faq-item-title .arrow {
  position: absolute;
  top: 50%;
  right: calc(15 / 375 * 100vw);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(24 / 375 * 100vw);
  height: calc(24 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section09__row-faq-item-title .arrow {
    right: 50px;
    width: 38px;
    height: 38px;
  }
}
.lp-kinoie .section09__row-faq-item-title .arrow::before, .lp-kinoie .section09__row-faq-item-title .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(24 / 375 * 100vw);
  height: calc(2 / 375 * 100vw);
  background-color: var(--color-green);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section09__row-faq-item-title .arrow::before, .lp-kinoie .section09__row-faq-item-title .arrow::after {
    width: 38px;
    height: 2px;
  }
}
.lp-kinoie .section09__row-faq-item-title .arrow::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.lp-kinoie .section09__row-faq-item-text {
  height: 0;
  overflow: hidden;
  will-change: height;
  padding: 0 calc(15 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section09__row-faq-item-text {
    padding: 0 50px 0 160px;
  }
}
.lp-kinoie .section09__row-faq-item-text-inner {
  padding: calc(20 / 375 * 100vw) 0 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .section09__row-faq-item-text-inner {
    max-width: 850px;
    padding: 20px 0 0;
  }
}
.lp-kinoie .section09__row-faq-item-text-inner a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .lp-kinoie .section09__row-faq-item-text-inner a:hover {
    text-decoration: none;
  }
}
.lp-kinoie .section09 details[open] .section09__row-faq-item-title .arrow::after {
  transform: translate(-50%, -50%) rotate(0);
}
.lp-kinoie .campaign {
  padding: 60px 0 0;
  position: relative;
  background-color: var(--color-gray);
  z-index: 1;
}
.lp-kinoie .campaign::before {
  content: "";
  background: url(../image/bg_tree.webp) repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .campaign {
    padding: 100px 0 40px;
  }
}
.lp-kinoie .campaign__txt {
  text-align: center;
  margin: 60px 0 40px;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .campaign__txt {
    margin-top: 0;
  }
}
.lp-kinoie .campaign__box {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.lp-kinoie .campaign__box-title {
  background-color: var(--color-brown5);
  position: relative;
  z-index: 1;
  font-size: clamp(24px, (24 + 32) / 2 / 768 * 100vw, 32px);
  color: var(--color-white);
  text-align: center;
  padding: clamp(16px, (16 + 30) / 2 / 768 * 100vw, 30px);
  font-weight: 700;
}
.lp-kinoie .campaign__box-title::before {
  content: "";
  background: url(../image/bg_tree.webp) repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.lp-kinoie .campaign__box-inner {
  padding: calc(20 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .lp-kinoie .campaign__box-inner {
    padding: 40px 50px 0;
  }
}
.lp-kinoie .campaign__box-copy {
  position: relative;
  display: block;
  margin: calc(10 / 375 * 100vw) auto calc(20 / 375 * 100vw);
  font-size: calc(20 / 375 * 100vw);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--color-green3);
}
@media screen and (min-width: 768px) {
  .lp-kinoie .campaign__box-copy {
    margin: 20px auto 40px;
    font-size: 24px;
  }
}
.lp-kinoie .campaign__list {
  display: grid;
  gap: calc(50 / 375 * 100vw);
  margin: calc(20 / 375 * 100vw) 0;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .campaign__list {
    max-width: 900px;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px auto 0;
  }
}
.lp-kinoie .campaign__list-inner {
  padding: 0 calc(15 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .lp-kinoie .campaign__list-inner {
    padding: 0;
  }
}
.lp-kinoie .campaign__list figure {
  width: 100%;
}
.lp-kinoie .campaign__list h4 {
  margin: calc(16 / 375 * 100vw) 0 0;
  font-size: calc(20 / 375 * 100vw);
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .campaign__list h4 {
    margin: 16px 0 0;
    font-size: 20px;
  }
}
.lp-kinoie .campaign__list .small {
  font-size: 14px;
  display: block;
}
.lp-kinoie .campaign__list .large {
  font-weight: 700;
  font-size: clamp(20px, (20 + 16) / 2 / 768 * 100vw, 16px);
}
.lp-kinoie .campaign__list p {
  margin: calc(10 / 375 * 100vw) 0 0;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .lp-kinoie .campaign__list p {
    margin: 10px 0 0;
  }
}/*# sourceMappingURL=kinoie.css.map */