@charset "UTF-8";
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
}

body {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
  color: #333;

  background-color: #ccc;
}
.bg-layer {
  position: fixed;
  top: 0;
  height: 100%;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: -3;
  pointer-events: none;
}
.bg-layer.active {
  opacity: 1;
}
.bg-layer.bg-left {
  left: 0;
  width: 50%;
  background-position: left center;
}
.bg-layer.bg-right {
  left: 50%;
  right: 0;
  width: auto;
  background-position: right center;
}
/* 画像ごとのbackground-position調整 */
.bg-layer.bg-left.bg-01 {
    background-position: 32%;
    background-size: cover;
}
.bg-layer.bg-right.bg-01 {
    background-size: cover;
    background-position: 30% 50%;
}
.bg-layer.bg-left.bg-02 {
    background-position: 40%;
    background-size: cover;
}
.bg-layer.bg-right.bg-02 {
    background-size: cover;
    background-position: center;
}
.bg-layer.bg-left.bg-03 {
    background-position: 40%;
    background-size: cover;
}
.bg-layer.bg-right.bg-03 {
    background-size: cover;
    background-position: center;
}
.bg-layer.bg-left.bg-04 {
    background-position: 40%;
    background-size: cover;
}
.bg-layer.bg-right.bg-04 {
    background-size: cover;
    background-position: center;
}
.bg-layer.bg-left.bg-05 {
    background-position: 40%;
    background-size: cover;
}
.bg-layer.bg-right.bg-05 {
    background-size: cover;
    background-position: center;
}

/* font-family utility */
.ff-maru { font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }

/* font-weight utility */
.fw-light   { font-weight: 300; }
.fw-regular { font-weight: 400; }
.fw-medium  { font-weight: 500; }
.fw-bold    { font-weight: 700; }
.fw-black   { font-weight: 900; }

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

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

ul,
ol {
  list-style: none;
}


/* nav */
nav {
  position: fixed;
  left: calc(12vw + 750px);
  top: 60px;
  z-index: 100;
}
.inner_nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.inner_nav ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.inner_nav li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #005032;
    color: #faf0dc;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 8px 20px 8px 12px;
    border-radius: 0px 50px 50px 0;
    white-space: nowrap;
    transition: padding-right 0.2s ease;
    position: relative;
}
.inner_nav li a::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid #faf0dc;
    border-left: none;
    border-radius: 0px 50px 50px 0;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.4s ease;
    pointer-events: none;
}
.inner_nav li a:hover::after {
    clip-path: inset(0 0 0 0);
}
.inner_nav li a::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 19px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMy4xNiAyMCI+PHBhdGggZmlsbD0iI2ZhZjBkYyIgZD0iTTIwLjE3LDguNTljMi43OCwxLjA2LDMuODEsMy45MywyLjI5LDYuNTEtMS4zMiwyLjIyLTMuNzQsMy41Mi02LjE0LDQuMjQtMy44NCwxLjA4LTguMTEuODYtMTEuNzMtLjg4LTEuNTQtLjc2LTIuOTgtMS44NC0zLjg3LTMuMzUtMS40Ni0yLjQ1LS42MS01LjI0LDItNi40MSwwLDAsLjI2LS4xMS4yNi0uMTFsLjE0LjE4Yy0uNTUuNDQtMS4wNC45NS0xLjM5LDEuNTUtLjc0LDEuMjEtLjU5LDIuNzMuMjcsMy44My44NCwxLjEyLDIuMSwxLjg1LDMuMzcsMi4zOCwzLjg0LDEuNTIsOC41NywxLjUyLDEyLjQxLDAsMS4yNy0uNTQsMi41My0xLjI3LDMuMzctMi4zOSwxLjQ0LTEuOTIuNjQtNC4wMi0xLjEzLTUuMzgsMCwwLC4xNC0uMTguMTQtLjE4aDBaIi8+PGc+PHBhdGggZmlsbD0iI2ZhZjBkYyIgZD0iTTEyLjgyLDBjLS40NywyLjMzLjQ2LDUuMDYsMS4yMiw3LjI2Ljc5LDIuMTEuMzgsNC43My0xLjI4LDYuMjktLjUyLjQ5LTEuMTYuODgtMS44NiwxLjAyLDEuNTMtMS43OSwxLjk0LTQuNDEsMS4xMy02LjU4LS43LTEuOTctMS4wMi00LjE5LS4zNS02LjIyLjIzLS42Ny41OS0xLjMzLDEuMTQtMS43N2gwWiIvPjxwYXRoIGZpbGw9IiNmYWYwZGMiIGQ9Ik04LjUsMi45NmMtLjA5LjktLjAyLDEuODEuMjMsMi42Ny4yMi44MS41MywxLjYzLjgzLDIuNS4xOC41Mi4yOCwxLjA3LjI4LDEuNjMuMDUsMS42NC0uOTYsMy40MS0yLjY3LDMuNy4xMS0uMTkuMjctLjQ0LjM3LS42MywwLDAsLjE1LS4zMS4xNS0uMzEuMjEtLjQ3LjM0LTEuMDEuMzYtMS40OS4wNS0uNzctLjA5LTEuNTMtLjM0LTIuMjgtLjE2LS40Ni0uMjktLjk0LS4zOC0xLjQ0LS4zLTEuNDktLjEyLTMuMzcsMS4xNy00LjM1aDBaIi8+PGc+PHBhdGggZmlsbD0iI2ZhZjBkYyIgZD0iTTE2LjIzLDUuNjVsLS4wNi0uMTJjLS4wNy0uMTYtLjEyLS4zNS0uMTMtLjUyLS4wMi0uMjYuMDMtLjU0LjEzLS44NC4wOC0uMjIuMTMtLjQzLjE3LS42My4xNC0uNjguMDYtMS41OS0uNTktMi4wOGwtLjUtLjM4LjA2LjYyYy4wMy4zNiwwLC42OS0uMDksMS4wMS0uMDYuMjQtLjE1LjQ3LS4yNC43M2wtLjEuMjljLS4wOS4yNS0uMTMuNTEtLjEzLjc2LS4wMi43Ny40NCwxLjY2LDEuMzMsMS44MWwuNTguMS0uMzUtLjU4Yy0uMDQtLjA2LS4wOC0uMTItLjEtLjE3WiIvPjxwYXRoIGZpbGw9IiNmYWYwZGMiIGQ9Ik0xOC4yNSw2LjAzcy0uMDYtLjEtLjA4LS4xNGwtLjA1LS4wOWMtLjA2LS4xMy0uMDktLjI4LS4xLS40MS0uMDEtLjIxLjAyLS40My4xLS42Ny4wNi0uMTguMS0uMzQuMTMtLjUuMTEtLjU0LjA1LTEuMjYtLjQ3LTEuNjVsLS40LS4zLjA1LjVjLjAzLjI4LDAsLjU1LS4wNy44LS4wNS4xOS0uMTIuMzgtLjE5LjU4bC0uMDguMjNjLS4wNy4yLS4xLjQtLjExLjYtLjAyLjYxLjM1LDEuMzIsMS4wNiwxLjQ0bC40Ni4wOC0uMjgtLjQ2WiIvPjwvZz48L2c+PC9zdmc+");
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}
.inner_nav li a:hover {
  padding-right: 35px;
}
.background > h1 {
    position: fixed;
    right: 7.5%;
    bottom: 4vw;
    width: 23%;
    z-index: -1;
}

/* pc */
main {
  width: 750px;
  margin-left: 12vw;
  /* height: 100vh; */
}

.bg_green{
  background-color: #005032;
  background-image:  url(../image/common/bg_base.png?v2);
  background-repeat: repeat;
  background-blend-mode: multiply;
  padding-bottom: 100px;
}
.bg_blue{
  background-color: #0078a0;
  background-image:  url(../image/common/bg_base.png?v2);
  background-repeat: repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
}
.bg_white{
  background-color: #ffffff;
  background-image:  url(../image/common/bg_base.png?v2);
  background-repeat: repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
}
.bg_lightgreen{
  background-color: #2a6e55;
  background-image:  url(../image/common/bg_base.png?v2);
  background-repeat: repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
}

/* wave divider */
.wave-top {
  -webkit-mask-image:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NTAgNTAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik03MDQuODMsMjguNzljLTE0Ljk4LDAtMjIuODctMy45OS0yOS44My03LjUtNi41LTMuMjktMTIuNjUtNi4zOS0yNS4xNi02LjM5cy0xOC42NSwzLjEtMjUuMTUsNi4zOWMtNi45NiwzLjUyLTE0Ljg1LDcuNS0yOS44Miw3LjVzLTIyLjg3LTMuOTktMjkuODMtNy41Yy02LjUtMy4yOS0xMi42NS02LjM5LTI1LjE2LTYuMzlzLTE4LjY1LDMuMS0yNS4xNiw2LjM5Yy02Ljk2LDMuNTItMTQuODUsNy41LTI5LjgyLDcuNXMtMjIuODctMy45OS0yOS44My03LjVjLTYuNS0zLjI5LTEyLjY0LTYuMzktMjUuMTUtNi4zOXMtMTguNjUsMy4xLTI1LjE1LDYuMzljLTYuOTYsMy41Mi0xNC44NSw3LjUtMjkuODIsNy41cy0yMi44Ny0zLjk5LTI5LjgzLTcuNWMtNi41LTMuMjktMTIuNjQtNi4zOS0yNS4xNS02LjM5cy0xOC42NSwzLjEtMjUuMTUsNi4zOWMtNi45NiwzLjUyLTE0Ljg0LDcuNS0yOS44Miw3LjVzLTIyLjg2LTMuOTktMjkuODItNy41Yy02LjUtMy4yOS0xMi42NC02LjM5LTI1LjE1LTYuMzlzLTE4LjY1LDMuMS0yNS4xNSw2LjM5Yy02Ljk2LDMuNTItMTQuODQsNy41LTI5LjgyLDcuNXMtMjIuODctMy45OS0yOS44Mi03LjVjLTYuNS0zLjI5LTEyLjY0LTYuMzktMjUuMTUtNi4zOXMtMTguNjUsMy4xLTI1LjE1LDYuMzljLTYuOTYsMy41Mi0xNC44NCw3LjUtMjkuODIsNy41cy0yMi44Ny0zLjk5LTI5LjgzLTcuNWMtNS41OS0yLjgzLTEwLjkzLTUuNTItMjAuMjgtNi4yMXY0NC45M2g3NjBWMTUuMDZjLTkuMzkuNjktMTQuNzQsMy4zOC0yMC4zNCw2LjIyLTYuOTYsMy41Mi0xNC44NSw3LjUtMjkuODMsNy41WiIvPjwvc3ZnPgo="),
    linear-gradient(#fff, #fff);
  mask-image:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NTAgNTAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik03MDQuODMsMjguNzljLTE0Ljk4LDAtMjIuODctMy45OS0yOS44My03LjUtNi41LTMuMjktMTIuNjUtNi4zOS0yNS4xNi02LjM5cy0xOC42NSwzLjEtMjUuMTUsNi4zOWMtNi45NiwzLjUyLTE0Ljg1LDcuNS0yOS44Miw3LjVzLTIyLjg3LTMuOTktMjkuODMtNy41Yy02LjUtMy4yOS0xMi42NS02LjM5LTI1LjE2LTYuMzlzLTE4LjY1LDMuMS0yNS4xNiw2LjM5Yy02Ljk2LDMuNTItMTQuODUsNy41LTI5LjgyLDcuNXMtMjIuODctMy45OS0yOS44My03LjVjLTYuNS0zLjI5LTEyLjY0LTYuMzktMjUuMTUtNi4zOXMtMTguNjUsMy4xLTI1LjE1LDYuMzljLTYuOTYsMy41Mi0xNC44NSw3LjUtMjkuODIsNy41cy0yMi44Ny0zLjk5LTI5LjgzLTcuNWMtNi41LTMuMjktMTIuNjQtNi4zOS0yNS4xNS02LjM5cy0xOC42NSwzLjEtMjUuMTUsNi4zOWMtNi45NiwzLjUyLTE0Ljg0LDcuNS0yOS44Miw3LjVzLTIyLjg2LTMuOTktMjkuODItNy41Yy02LjUtMy4yOS0xMi42NC02LjM5LTI1LjE1LTYuMzlzLTE4LjY1LDMuMS0yNS4xNSw2LjM5Yy02Ljk2LDMuNTItMTQuODQsNy41LTI5LjgyLDcuNXMtMjIuODctMy45OS0yOS44Mi03LjVjLTYuNS0zLjI5LTEyLjY0LTYuMzktMjUuMTUtNi4zOXMtMTguNjUsMy4xLTI1LjE1LDYuMzljLTYuOTYsMy41Mi0xNC44NCw3LjUtMjkuODIsNy41cy0yMi44Ny0zLjk5LTI5LjgzLTcuNWMtNS41OS0yLjgzLTEwLjkzLTUuNTItMjAuMjgtNi4yMXY0NC45M2g3NjBWMTUuMDZjLTkuMzkuNjktMTQuNzQsMy4zOC0yMC4zNCw2LjIyLTYuOTYsMy41Mi0xNC44NSw3LjUtMjkuODMsNy41WiIvPjwvc3ZnPgo="),
    linear-gradient(#fff, #fff);
  -webkit-mask-size: 100% 50px, 100% calc(100% - 50px);
  mask-size: 100% 50px, 100% calc(100% - 50px);
  -webkit-mask-position: top, bottom;
  mask-position: top, bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.inner_main_visual {
    position: relative;
    /* overflow: hidden; */
    height: 900px;
    margin-bottom: 116px;
}
/* .inner_main_visual h1{
    position: absolute;
    bottom: 0px;
    width: 380px;
    left: calc(50% - 380px / 2);
} */
.inner_main_visual h1 {
    position: absolute;
    top: 750px;
    width: 45%;
    left: calc(50% - 45% / 2);
}

.inner_main_visual h2{
    position: absolute;
    top: 92px;
    right: 55px;
    width: 350px;
}
.inner_main_visual h2::after {
    content: '';
    position: absolute;
    background-image: url(../image/main_visual/title_h2_before.svg);
    background-repeat: no-repeat;
    width: 148px;
    height: 90px;
    top: -65px;
    left: -70px;
}
.inner_main_visual h2::after {
    content: '';
    position: absolute;
    background-image: url(../image/main_visual/deco_yuge03.svg);
    background-repeat: no-repeat;
    width: 148px;
    height: 90px;
    top: -75px;
    left: -130px;
}
.inner_main_visual h2::before {
    content: '';
    position: absolute;
    background-image: url(../image/main_visual/title_h2_before.svg);
    background-repeat: no-repeat;
    width: 148px;
    height: 90px;
    top: -65px;
    left: -70px;
    opacity: 0;
    animation: h2BeforeFadeIn 0.8s ease forwards 1s;
}
@keyframes h2BeforeFadeIn {
  to { opacity: 1; }
}
.inner_main_visual .img_bus_totonoi{
    position: absolute;
    top : 170px;
    width: 720px;
} 
@keyframes yugeSwing {
  0%, 100% { transform: rotate(20deg); }
  50% { transform: rotate(-20deg); }
}
.inner_main_visual .img_bus_totonoi::before {
    content: '';
    position: absolute;
    background-image: url(../image/main_visual/deco_yuge01.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    top: 10px;
    left: 220px;
    animation: yugeSwing 1s steps(1) infinite;
    animation-delay: 0s;
}
.inner_main_visual .img_bus_totonoi::after {
    content: '';
    position: absolute;
    background-image: url(../image/main_visual/deco_yuge02.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 50px;
    bottom: 207px;
    right: 90px;
}
.inner_main_visual .img_left{
    position: absolute;
    top: 630px;
    width: 150px;
}
.inner_main_visual .img_left_mask {
    overflow: hidden;
    width: 100%;
}
.inner_main_visual .img_left_mask img {
    transform: translateX(-100%);
    animation: slideFromLeft 1.2s ease forwards;
    animation-delay: 2.7s;
}
@keyframes slideFromLeft {
  to { transform: translateX(0); }
}
.inner_main_visual .img_left::after {
    content: '';
    position: absolute;
    background-image: url(../image/main_visual/deco_face_voice.svg);
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    top: 40px;
    left: 120px;
    clip-path: inset(0 100% 0 0);
    animation: revealLeftToRight 0.6s ease forwards;
    animation-delay: 3.9s;
}
@keyframes revealLeftToRight {
  to { clip-path: inset(0 0 0 0); }
}
.inner_main_visual .img_left::before {
    content: '';
    position: absolute;
    background-image: url(../image/main_visual/deco_yuge01.svg);
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    top: 0px;
    left: 100px;
    animation: yugeSwing 1s steps(1) infinite;
    animation-delay: 0.3s;
}
.inner_main_visual .img_right{
    position: absolute;
    top: 720px;
    right: 0;
    width: 150px;
}
.inner_main_visual .img_right_mask {
    overflow: hidden;
    width: 100%;
}
.inner_main_visual .img_right_mask img {
    transform: translateX(100%);
    animation: slideFromRight 1.2s ease forwards;
    animation-delay: 1.5s;
}
@keyframes slideFromRight {
  to { transform: translateX(0); }
}
.yuge::before {
    content: '';
    position: absolute;
    background-image: url(../image/main_visual/deco_yuge01.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    top: 15px;
    right: 190px;
    animation: yugeSwing 1s steps(1) infinite;
    animation-delay: 0.15s;
}
.yuge::after {
    content: '';
    position: absolute;
    background-image: url(../image/main_visual/deco_yuge01.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    top: 440px;
    right: 40px;
    animation: yugeSwing 1s steps(1) infinite;
    animation-delay: 0.5s;
}
.cloud::before {
    content: '';
    position: absolute;
    background-image: url(../image/common/deco_croud01.svg);
    background-repeat: no-repeat;
    width: 130px;
    height: 25px;
    top: 365px;
    right: 10px;
    opacity: 0;
    transform: translateX(30px);
    animation: fadeInFromRight 0.8s ease forwards;
    animation-delay: 1s;
}
@keyframes fadeInFromRight {
  to { opacity: 1; transform: translateX(0); }
}
.cloud::after {
    content: '';
    position: absolute;
    background-image: url(../image/common/deco_croud02.svg);
    background-repeat: no-repeat;
    width: 100px;
    height: 40px;
    top: 45px;
    left: 60px;
    opacity: 0;
    transform: translateX(-30px);
    animation: fadeInFromLeft 0.8s ease forwards;
    animation-delay: 1s;
}
@keyframes fadeInFromLeft {
  to { opacity: 1; transform: translateX(0); }
}
.reserve_wrapper {
    overflow: hidden;
    width: 200px;
    height: 60px;
    position: fixed;
    left: calc( 550px + 12vw );
    z-index: 9999999;
}
.btn_reserv {
    position: absolute;
    top: -11px;
    right: -60px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 218px;
    height: 60px;
    color: #005032;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.05em;
    padding-left: 1.5em;
}
.btn_reserv_fixed {
    position: relative;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 218px;
    height: 60px;
    color: #005032;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.05em;
    padding-left: 0.5em;
    margin: auto;
}
/* 雲SVGインライン配置 */
.btn_reserv .cloud_bg,
.btn_reserv_fixed .cloud_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/* ホバーでうねうねアニメーション */
@keyframes cloudWiggle {
    0%, 100% { transform: scaleY(1) scaleX(1); }
    25%      { transform: scaleY(0.94) scaleX(1.03); }
    50%      { transform: scaleY(1.06) scaleX(0.97); }
    75%      { transform: scaleY(0.96) scaleX(1.02); }
}
.btn_reserv:hover .cloud_bg,
.btn_reserv_fixed:hover .cloud_bg {
    animation: cloudWiggle 0.8s ease-in-out infinite;
}
/* contents 共通 */
.inner_block h3{
    height: 42px;
    text-align: center;
    margin-bottom: 44px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.inner_block h3 img{
    height: 100%;
}
.inner_about h3::before,
.inner_howto h3::before,
.inner_equipment h3::before {
    content: '';
    display: block;
    width: 24px;
    height: 40px;
    background: url(../image/common/h3_before.svg) no-repeat center / contain;
    flex-shrink: 0;
    clip-path: inset(100% 0 0 0);
}
.inner_about h3::after,
.inner_howto h3::after,
.inner_equipment h3::after {
    content: '';
    display: block;
    width: 24px;
    height: 40px;
    background: url(../image/common/h3_after.svg) no-repeat center / contain;
    flex-shrink: 0;
    clip-path: inset(100% 0 0 0);
}
.inner_about h3.is-visible::before,
.inner_howto h3.is-visible::before,
.inner_equipment h3.is-visible::before {
    animation: mokumokuReveal 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-delay: 1s;
}
.inner_about h3.is-visible::after,
.inner_howto h3.is-visible::after,
.inner_equipment h3.is-visible::after {
    animation: mokumokuReveal 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-delay: 1.1s;
}
@keyframes mokumokuReveal {
  0% { clip-path: inset(100% 0 0 0); transform: scaleY(0.8); }
  60% { clip-path: inset(0 0 0 0); transform: scaleY(1.08); }
  100% { clip-path: inset(0 0 0 0); transform: scaleY(1); }
}
/* about */
.inner_about{
    margin-top: 0px;
    position: relative;
}
.inner_about::before {
    content: '';
    position: absolute;
    background-image: url(../image/common/deco_croud01.svg);
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    top: 10px;
    left: 40px;
    opacity: 0;
    transform: translateX(-30px);
}
.inner_about.is-visible::before {
    animation: fadeInFromLeft 0.8s ease forwards 0.5s;
}
.inner_about::after {
    content: '';
    position: absolute;
    background-image: url(../image/common/deco_croud02.svg);
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    top: -20px;
    right: 60px;
    opacity: 0;
    transform: translateX(30px);
}
.inner_about.is-visible::after {
    animation: fadeInFromRight 0.8s ease forwards;
}
.inner_about p{
    text-align: center;
    color: #faf0dc;
}
.inner_about .icon_wrapper{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.inner_about .icon_wrapper p{
  background: #ccc;
    width: 300px;
    border-radius: 50px;
    padding: .75em 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.inner_about .icon_wrapper p.btn_left{
  background-color: #008ca0;
}
.inner_about .icon_wrapper p.btn_right{
  background-color: #e15028;
}

/* howto */
.inner_howto{
  position: relative;
}
.inner_howto::before {
    content: '';
    position: absolute;
    background-image: url(../image/common/deco_croud02.svg);
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    top: -20px;
    left: 40px;
    opacity: 0;
    transform: translateX(-30px);
}
.inner_howto.is-visible::before {
    animation: fadeInFromLeft 0.8s ease forwards 0.5s;
}
.inner_howto::after {
    content: '';
    position: absolute;
    background-image: url(../image/common/deco_croud01.svg);
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    top: 40px;
    right: 60px;
    opacity: 0;
    transform: translateX(30px);
}
.inner_howto.is-visible::after {
    animation: fadeInFromRight 0.8s ease forwards;
}
.inner_howto dl {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 80px 36px;
  margin-bottom: 36px;
  position: relative;
}
.inner_howto dl:not(:last-of-type)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  height: 5px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNSI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZGNjODE0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0wLC41YzYuNTMsMCw2LjUzLDQsMTMuMDYsNFMxOS41OS41LDI2LjEyLjVzNi41Myw0LDEzLjA2LDRTNDUuNy41LDUyLjIzLjVzNi41Myw0LDEzLjA2LDQsNi41My00LDEzLjA2LTQsNi41Myw0LDEzLjA2LDQsNi41My00LDEzLjA2LTQsNi41Myw0LDEzLjA2LDQsNi41My00LDEzLjA2LTQsNi41Myw0LDEzLjA2LDQsNi41My00LDEzLjA2LTQsNi41Myw0LDEzLjA2LDQsNi41My00LDEzLjA2LTQsNi41Myw0LDEzLjA2LDQsNi41My00LDEzLjA2LTQsNi41Myw0LDEzLjA2LDQsNi41My00LDEzLjA2LTQsNi41Myw0LDEzLjA2LDQsNi41My00LDEzLjA2LTQsNi41Myw0LDEzLjA2LDQsNi41My00LDEzLjA2LTQsNi41Myw0LDEzLjA2LDQsNi41My00LDEzLjA2LTQsNi41Myw0LDEzLjA2LDQsNi41My00LDEzLjA2LTQsNi41Myw0LDEzLjA2LDQsNi41My00LDEzLjA2LTQsNi41Myw0LDEzLjA2LDQsNi41My00LDEzLjA2LTQsNi41Myw0LDEzLjA2LDQsNi41My00LDEzLjA2LTQsNi41Myw0LDEzLjA2LDQsNi41My00LDEzLjA2LTQsNi41Myw0LDEzLjA2LDQsNi41My00LDEzLjA2LTQsNi41Myw0LDEzLjA2LDQsNi41My00LDEzLjA2LTQsNi41Myw0LDEzLjA2LDQsNi41My00LDEzLjA2LTQsNi41Myw0LDEzLjA2LDQsNi41My00LDEzLjA2LTQsNi41Myw0LDEzLjA2LDQsNi41My00LDEzLjA2LTQsNi41Myw0LDEzLjA2LDQsNi41My00LDEzLjA3LTQsNi41Myw0LDEzLjA2LDQsNi41NC00LDEzLjA3LTQsNi41NCw0LDEzLjA3LDQiLz48L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: 100% 5px;
  background-position: center;
}
.inner_howto dl:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.inner_howto dt {
  flex-shrink: 0;
  width: 150px;
}
.inner_howto .image_honwaka_wrapper {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNTAgMTI3LjExIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTM2LjgzLDExNi45N2MtMTcuNDYsMTMuMTMtMTA2LjI0LDEzLjktMTIzLjg3LDBDLTMuOTksMTAzLjYxLTQuNjUsMjMuNDMsMTIuOTYsMTAuMDFjMTcuNDEtMTMuMjYsMTA2LjQ2LTEzLjQzLDEyMy44NywwLDE3LjQ5LDEzLjUsMTcuNjMsOTMuNywwLDEwNi45NloiLz48L3N2Zz4K");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNTAgMTI3LjExIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTM2LjgzLDExNi45N2MtMTcuNDYsMTMuMTMtMTA2LjI0LDEzLjktMTIzLjg3LDBDLTMuOTksMTAzLjYxLTQuNjUsMjMuNDMsMTIuOTYsMTAuMDFjMTcuNDEtMTMuMjYsMTA2LjQ2LTEzLjQzLDEyMy44NywwLDE3LjQ5LDEzLjUsMTcuNjMsOTMuNywwLDEwNi45NloiLz48L3N2Zz4K");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.inner_howto dd {
  color: #fff;
}
.inner_howto .num {
    height: 17px;
    margin-bottom: 25px;
}
.inner_howto .num img {
  height: 100%;
  width: auto;
}
.inner_howto .title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}
.inner_howto .body {
  font-size: 15px;
  line-height: 1.6;
}
.full_image_wrapper{
  margin-top: 82px;
}
.sp_equipment_face_wrapper {
  display: none;
}
.inner_equipment{
  padding-top: 85px;
  position: relative;
}

.inner_equipment::before {
    content: '';
    position: absolute;
    background-image: url(../image/common/deco_croud01.svg);
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    top: 50px;
    left: 70px;
    opacity: 0;
    transform: translateX(-30px);
}
.inner_equipment.is-visible::before {
    animation: fadeInFromLeft 0.8s ease forwards 0.5s;
}
.inner_equipment::after {
    content: '';
    position: absolute;
    background-image: url(../image/common/deco_croud02.svg);
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    top: 100px;
    right: 60px;
    opacity: 0;
    transform: translateX(30px);
}
.inner_equipment.is-visible::after {
    animation: fadeInFromRight 0.8s ease forwards;
}

.inner_equipment.inner_block h3{
    margin-bottom: 55px;
}
.equipment_wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 0 80px;
}
.equipment_face_range {
  margin-top: 50px;
  padding-bottom: 310px;
  margin-bottom: -310px;
}
.equipment_row {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.equipment_face_range .equipment_row:last-child {
  margin-bottom: -460px;
}
.equipment_item {
  width: calc((100% - 100px) / 3);
  text-align: center;
  color: #fff;
  flex-shrink: 0;
}
.equipment_item .image_honwaka_wrapper {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNTAgMTI3LjExIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTM2LjgzLDExNi45N2MtMTcuNDYsMTMuMTMtMTA2LjI0LDEzLjktMTIzLjg3LDBDLTMuOTksMTAzLjYxLTQuNjUsMjMuNDMsMTIuOTYsMTAuMDFjMTcuNDEtMTMuMjYsMTA2LjQ2LTEzLjQzLDEyMy44NywwLDE3LjQ5LDEzLjUsMTcuNjMsOTMuNywwLDEwNi45NloiLz48L3N2Zz4K");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNTAgMTI3LjExIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTM2LjgzLDExNi45N2MtMTcuNDYsMTMuMTMtMTA2LjI0LDEzLjktMTIzLjg3LDBDLTMuOTksMTAzLjYxLTQuNjUsMjMuNDMsMTIuOTYsMTAuMDFjMTcuNDEtMTMuMjYsMTA2LjQ2LTEzLjQzLDEyMy44NywwLDE3LjQ5LDEzLjUsMTcuNjMsOTMuNywwLDEwNi45NloiLz48L3N2Zz4K");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  margin-bottom: 20px;
}
.equipment_item .title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
  color: #faf0dc;
}
.equipment_item .description {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  color: #faf0dc;
}
.equipment_face_wrapper {
    position: sticky;
    bottom: -50px;
    height: 550px;
    margin-bottom: -120px;
    z-index: 99999;
    width: 750px;
    overflow: hidden;
    pointer-events: none;
}
.equipment_face_wrapper .face {
  position: absolute;
  bottom: 0;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.equipment_face_wrapper .face::before,
.equipment_face_wrapper .face::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
/* 左顔：3つを右方向にずらす */
.equipment_face_wrapper .face_left {
    left: -716px;
    width: 460px;
    height: 400px;
    bottom: 0;
    background-image: url(../image/equipments/face_left.png);
}
.equipment_face_wrapper.is-visible .face_left {
    animation: faceLeftSlide 1.2s ease forwards;
    animation-delay: 1s;
}
@keyframes faceLeftSlide {
  to { left: -256px; }
}
.equipment_face_wrapper .face_left::before {
    left: -313px;
    bottom: 205px;
    transform: scale(0.65);
    transform-origin: bottom left;
    opacity: 1;
    z-index: -3;
}
.equipment_face_wrapper.is-visible .face_left::before {
    animation: faceLeftBeforeSlide 1.2s ease forwards;
    animation-delay: 1.5s;
}
@keyframes faceLeftBeforeSlide {
  to { left: 150px; }
}
.equipment_face_wrapper .face_left::after {
    left: -240px;
    bottom: 340px;
    transform: scale(0.5);
    transform-origin: bottom left;
    opacity: 1;
    z-index: -4;
}
.equipment_face_wrapper.is-visible .face_left::after {
    animation: faceLeftAfterSlide 1.2s ease forwards;
    animation-delay: 2s;
}
@keyframes faceLeftAfterSlide {
  to { left: 220px; }
}
/* 右顔：3つを左方向にずらす */
.equipment_face_wrapper .face_right {
    right: -716px;
    width: 460px;
    height: 400px;
    bottom: 0px;
    background-image: url(../image/equipments/face_right.png);
}
.equipment_face_wrapper.is-visible .face_right {
    animation: faceRightSlide 1.2s ease forwards;
    animation-delay: 1s;
}
@keyframes faceRightSlide {
  to { right: -256px; }
}
.equipment_face_wrapper .face_right::before {
    right: -313px;
    bottom: 205px;
    transform: scale(0.65);
    transform-origin: bottom right;
    opacity: 1;
    z-index: -3;
}
.equipment_face_wrapper.is-visible .face_right::before {
    animation: faceRightBeforeSlide 1.2s ease forwards;
    animation-delay: 1.5s;
}
@keyframes faceRightBeforeSlide {
  to { right: 150px; }
}
.equipment_face_wrapper .face_right::after {
    right: -240px;
    bottom: 340px;
    transform: scale(0.5);
    transform-origin: bottom right;
    opacity: 1;
    z-index: -4;
}
.equipment_face_wrapper.is-visible .face_right::after {
    animation: faceRightAfterSlide 1.2s ease forwards;
    animation-delay: 2s;
}
@keyframes faceRightAfterSlide {
  to { right: 220px; }
}
.inner_feature.inner_block h3{
    height: 164px;
    text-align: center;
    margin-bottom: 44px;
}
.feature_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 24px;
  padding: 0 40px;
}
@media (min-width: 768px) {
  .feature_wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
  .feature_wrapper .feature_item {
    grid-column: span 2;
  }
  .feature_wrapper .feature_item:nth-child(4) {
    grid-column: 2 / span 2;
  }
}
.feature_item {
  text-align: center;
}
.feature_item .title {
    display: block;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 0px 22px;
    background-size: 0%;
}
.feature_item.is-visible .title {
    animation: poyoyon 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgNzEuNTgiPjxwYXRoIGZpbGw9IiMwMDUwMzIiIGQ9Ik0xNzIuOTksMGMtNi40MSwwLTEyLjMxLDIuMjQtMTYuOTQsNS45Ny00LjI3LDMuNDUtMTAuNTEsMy40NS0xNC43OCwwLTQuNjMtMy43NC0xMC41Mi01Ljk3LTE2Ljk0LTUuOTdzLTEyLjMxLDIuMjQtMTYuOTQsNS45N2MtNC4yOCwzLjQ1LTEwLjUxLDMuNDUtMTQuNzgsMC00LjYzLTMuNzQtMTAuNTItNS45Ny0xNi45NC01Ljk3cy0xMi4zMSwyLjI0LTE2Ljk0LDUuOTdjLTQuMjgsMy40NS0xMC41MSwzLjQ1LTE0Ljc4LDBDMzkuMzIsMi4yNCwzMy40MiwwLDI3LjAxLDAsMTEuMDgsMC0xLjYzLDEzLjc5LjE3LDMwLjA5YzEuMzYsMTIuMjgsMTEuMTYsMjIuMjIsMjMuNDEsMjMuNzIuNzIuMDksMS40Mi4xNCwyLjEzLjE3LDEuODYsMi41Myw0LjY3LDQuMjYsOC41NSw0LjQ3LDIuNDEuMDIsNC45MS0uMTQsNy4yOS0uMi0yLjQ0LDIuNTgtNi42Miw2LjA3LTMuMTEsOC45Ny42Mi40MSwxLjEyLjUxLDEuNzMuNjksMS42NS41MiwzLjI4LDEuNjEsMy45NiwzLjIzLjE2LjYzLDEuMDUuNTYsMS4wOC0uMDguMDEtMi42MS0xLjc3LTQuNzQtMy44My02LjE0LDIuMzItMS43LDUuMTgtMi44NSw2Ljk4LTUuNDUsMS40Mi0yLjM2LDEuNC01LjY0LTEuMTgtNy4yMi0xLjM2LS44Ny0yLjkzLTEuMTQtNC40LTEuNDMtLjgxLS4xNC0xLjU4LS4yNi0yLjM0LS4zOCwxLjIxLS43LDIuMzctMS40OCwzLjQ2LTIuMzUsNC4zLTMuNDUsMTAuNTQtMy41MSwxNC44NC0uMDUsNC42MywzLjc0LDEwLjUzLDUuOTcsMTYuOTQsNS45N3MxMi4zMS0yLjI0LDE2Ljk0LTUuOTdjNC4yNy0zLjQ1LDEwLjUxLTMuNDUsMTQuNzgsMCw0LjYzLDMuNzQsMTAuNTIsNS45NywxNi45NCw1Ljk3czEyLjMxLTIuMjQsMTYuOTQtNS45N2M0LjMtMy40NiwxMC41My0zLjQxLDE0Ljg0LjA1LDUuNDQsNC4zNiwxMi42LDYuNjYsMjAuMzEsNS43MiwxMi4yNi0xLjUxLDIyLjA2LTExLjQ1LDIzLjQxLTIzLjcyLDEuOC0xNi4yOS0xMC45MS0zMC4wOC0yNi44NC0zMC4wOFpNNDAuOTMsNjQuNjJjLS4xNi0uMTItLjIyLS4yLS4yNC0uMjYuMDMtLjA0LjEzLDAsLjI3LjI3LDAsMCwwLC4wMSwwLC4wMi0uMDEsMC0uMDMtLjAyLS4wNC0uMDNaTTQyLjc1LDU2LjI0cy4wMi4zLDAsLjQxYy4xOS0uMzkuMi0uMi4wMS4xMy0uMDUtLjE5LS4wNy0uMzgtLjAyLS41NVoiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 0px 40px;
    width: 100%;
    background-size: 0%;
}
.feature_item.is-visible .title {
    animation: poyoyon 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@keyframes poyoyon {
  0% { background-size: 0%; }
  50% { background-size: 110%; }
  75% { background-size: 95%; }
  100% { background-size: 100%; }
}
.feature_item .description {
  font-size: 16px;
  line-height: 1.8;
  color: #005032;
  text-align: left;
}
.inner_feature{
  position: relative;
  /* padding-bottom: 100px; */
  padding-bottom: 40px;
}
.bus_insert{
  position: relative;
}
/* .bus_insert::before {
    content: '';
    display: block;
    width: 180px;
    background-image: url(../image/feature/img_bus.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50px;
    right: 20px;
    height: 200px;
    z-index: 79;
} */

/* bg_lightgreen common */
.bg_lightgreen .inner_block {
  display: flex;
  flex-wrap: wrap;
  padding: 0 60px 70px;
  color: #faf0dc;
  gap: 0 30px;
}
.bg_lightgreen .title_wrapper {
  width: 140px;
  flex-shrink: 0;
}
.bg_lightgreen .content {
  flex: 1;
}
.bg_lightgreen .title_wrapper h3 {
  height: auto;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 0;
}
/* price */
.inner_price .content dl {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 20px 0;
  background-image: url(../image/others/wave_line.svg);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 10px;
  justify-content: center;
}
.inner_price .content dt {
  /* font-family: "Zen Maru Gothic", sans-serif; */
  font-weight: 700;
  font-size: 25px;
}
.inner_price .content dd {
  font-size: 25px;
  font-weight: 700;
}
.inner_price > p {
  width: 100%;
  font-size: 14px;
  margin-top: 16px;
  opacity: 0.8;
  text-align: right;
}
.price_data{
  font-size: 28px;
}
.inner_price .content dl.coming_soon {
  position: relative;
  opacity: 0.35;
  pointer-events: none;
}
.inner_price .content dl.coming_soon .coming_soon_label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: rgba(0,0,0,1);
  padding: 4px 18px;
  border-radius: 4px;
  white-space: nowrap;
  letter-spacing: 0.1em;
  opacity: 1;
}
/* booking */
.inner_booking .content {
  font-size: 14px;
  line-height: 1.8;
}
.booking_lead {
  font-size: 16px;
  margin-bottom: 24px;
}
.booking_steps {
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
}
.booking_step {
  flex: 1;
  text-align: center;
  background: rgba(250, 240, 220, 0.15);
  border-radius: 8px;
  padding: 20px 12px;
}
.step_num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #dcc814;
    color: #005032;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 8px;
}
.step_title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
}
.step_desc {
  font-size: 13px;
  opacity: 0.8;
}
.booking_cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn_booking {
  display: inline-block;
  background: #faf0dc;
  color: #005032;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 14px 48px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease;
}
.btn_booking:hover {
  opacity: 0.8;
}
.booking_note {
  font-size: 12px;
  opacity: 0.6;
  margin-top: 16px;
}

/* access */
.inner_access .content div {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
}

/* faq */
.faq_item {
  border-bottom: 1px solid #f4eeb8;
}
.faq_question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
}
.faq_question::after {
  content: '';
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #80a798;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cline x1='7' y1='1' x2='7' y2='13' stroke='%23faf0dc' stroke-width='1.5'/%3E%3Cline x1='1' y1='7' x2='13' y2='7' stroke='%23faf0dc' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  background-color: #005032;
}
.faq_item.is-open .faq_question::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cline x1='1' y1='7' x2='13' y2='7' stroke='%23faf0dc' stroke-width='1.5'/%3E%3C/svg%3E");
}
.faq_answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}
.faq_item.is-open .faq_answer {
  grid-template-rows: 1fr;
}
.faq_answer_inner {
  overflow: hidden;
}
.faq_answer_inner p {
  background-color: #faf0dc;
  border-radius: 8px;
  padding: 24px 28px;
  margin-bottom: 20px;
  color: #005032;
  font-size: 16px;
  line-height: 1.8;
}

/* footer */
.footer {
  padding-top: 80px;
  padding-bottom: 0;
}
.inner_footer {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 110px 60px;
}
.footer_logo {
  flex-shrink: 0;
  width: 160px;
}
.footer_info {
  color: #faf0dc;
  font-size: 16px;
  line-height: 1.8;
}

/* ========================================
   Back to Top - ふぉい button
   ======================================== */
.btn-to-top {
  position: fixed;
  left: calc(12vw + 750px + 30px);
  bottom: 4vw;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}
.btn-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.btn-to-top__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.btn-to-top__section {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  white-space: nowrap;
  text-align: center;
  width: 120px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgNzEuNTgiPjxnIHRyYW5zZm9ybT0ic2NhbGUoLTEsMSkgdHJhbnNsYXRlKC0yMDAsMCkiPjxwYXRoIGZpbGw9IiMwMDUwMzIiIGQ9Ik0xNzIuOTksMGMtNi40MSwwLTEyLjMxLDIuMjQtMTYuOTQsNS45Ny00LjI3LDMuNDUtMTAuNTEsMy40NS0xNC43OCwwLTQuNjMtMy43NC0xMC41Mi01Ljk3LTE2Ljk0LTUuOTdzLTEyLjMxLDIuMjQtMTYuOTQsNS45N2MtNC4yOCwzLjQ1LTEwLjUxLDMuNDUtMTQuNzgsMC00LjYzLTMuNzQtMTAuNTItNS45Ny0xNi45NC01Ljk3cy0xMi4zMSwyLjI0LTE2Ljk0LDUuOTdjLTQuMjgsMy40NS0xMC41MSwzLjQ1LTE0Ljc4LDBDMzkuMzIsMi4yNCwzMy40MiwwLDI3LjAxLDAsMTEuMDgsMC0xLjYzLDEzLjc5LjE3LDMwLjA5YzEuMzYsMTIuMjgsMTEuMTYsMjIuMjIsMjMuNDEsMjMuNzIuNzIuMDksMS40Mi4xNCwyLjEzLjE3LDEuODYsMi41Myw0LjY3LDQuMjYsOC41NSw0LjQ3LDIuNDEuMDIsNC45MS0uMTQsNy4yOS0uMi0yLjQ0LDIuNTgtNi42Miw2LjA3LTMuMTEsOC45Ny42Mi40MSwxLjEyLjUxLDEuNzMuNjksMS42NS41MiwzLjI4LDEuNjEsMy45NiwzLjIzLjE2LjYzLDEuMDUuNTYsMS4wOC0uMDguMDEtMi42MS0xLjc3LTQuNzQtMy44My02LjE0LDIuMzItMS43LDUuMTgtMi44NSw2Ljk4LTUuNDUsMS40Mi0yLjM2LDEuNC01LjY0LTEuMTgtNy4yMi0xLjM2LS44Ny0yLjkzLTEuMTQtNC40LTEuNDMtLjgxLS4xNC0xLjU4LS4yNi0yLjM0LS4zOCwxLjIxLS43LDIuMzctMS40OCwzLjQ2LTIuMzUsNC4zLTMuNDUsMTAuNTQtMy41MSwxNC44NC0uMDUsNC42MywzLjc0LDEwLjUzLDUuOTcsMTYuOTQsNS45N3MxMi4zMS0yLjI0LDE2Ljk0LTUuOTdjNC4yNy0zLjQ1LDEwLjUxLTMuNDUsMTQuNzgsMCw0LjYzLDMuNzQsMTAuNTIsNS45NywxNi45NCw1Ljk3czEyLjMxLTIuMjQsMTYuOTQtNS45N2M0LjMtMy40NiwxMC41My0zLjQxLDE0Ljg0LjA1LDUuNDQsNC4zNiwxMi42LDYuNjYsMjAuMzEsNS43MiwxMi4yNi0xLjUxLDIyLjA2LTExLjQ1LDIzLjQxLTIzLjcyLDEuOC0xNi4yOS0xMC45MS0zMC4wOC0yNi44NC0zMC4wOFpNNDAuOTMsNjQuNjJjLS4xNi0uMTItLjIyLS4yLS4yNC0uMjYuMDMtLjA0LjEzLDAsLjI3LjI3LDAsMCwwLC4wMSwwLC4wMi0uMDEsMC0uMDMtLjAyLS4wNC0uMDNaTTQyLjc1LDU2LjI0cy4wMi4zLDAsLjQxYy4xOS0uMzkuMi0uMi4wMS4xMy0uMDUtLjE5LS4wNy0uMzgtLjAyLS41NVoiLz48L2c+PC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 6px 0 18px;
}
.btn-to-top__character {
  position: relative;
  width: 160px;
  height: 160px;
  animation: foiBounce 2s ease-in-out infinite;
}
.btn-to-top__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transform: scale(0.6) rotate(20deg);
  transition: opacity 0.4s ease, transform 0.4s ease;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.15));
}
.btn-to-top__img.is-active {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.btn-to-top__label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #005032;
  letter-spacing: 0.1em;
  background: rgba(255,255,255,0.6);
  border-radius: 3px;
  padding: 2px 8px;
  transition: color 0.4s ease, background 0.4s ease;
}
/* セクション別テーマカラー */
.btn-to-top.foi-green .btn-to-top__label,
.btn-to-top.foi-blue .btn-to-top__label,
.btn-to-top.foi-white .btn-to-top__label,
.btn-to-top.foi-lightgreen .btn-to-top__label { color: #005032; }
.btn-to-top:hover .btn-to-top__character {
  animation: foiWobble 0.5s ease;
}
@keyframes foiBounce {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}
@keyframes foiWobble {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(-10deg); }
  50%  { transform: rotate(10deg); }
  75%  { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}
@keyframes foiPeekIn {
  0%   { opacity: 0; transform: translateX(60px) scale(0.5); }
  60%  { opacity: 1; transform: translateX(-5px) scale(1.05); }
  80%  { transform: translateX(3px) scale(0.98); }
  100% { transform: translateX(0) scale(1); }
}
.btn-to-top.is-visible.is-first-show .btn-to-top__character {
  animation: foiPeekIn 0.8s ease forwards, foiBounce 2s ease-in-out 0.8s infinite;
}