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

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

body {
  font-size: 16px;
  font-family: "Domine", "Noto Sans", sans-serif;
  color: #000;
  background-color: #fff;
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

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

.disp_sp {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1025px) {
  .disp_sp {
    opacity: 1;
    visibility: visible;
  }
}

/*
@include m.mq(top_header) {

    .logo_fixed {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        left: 60px;
        top: 60px;
        z-index: -1;
        width: 198px;
        height: auto;
        transition: ease .5s;
    }

}
*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: relative;
  /*
     @include m.mq(top_header) {
         &.is-show {

             .logo_fixed {
                 opacity: 1;
                 visibility: visible;
                 z-index: 3;
             }

             #h_menu {
                 background-color: #fff;
                 width: 65px;
                 height: 65px;
                 border-radius: 50%;
                 position: fixed;
                 right: 60px;
                 top: 40px;
                 display: flex;
                 justify-content: center;
                 align-items: center;
                 flex-direction: column;
                 z-index: 10;
                 cursor: pointer;

                 span {
                     width: 30px;
                     height: 3px;
                     background-color: #000;
                     transition: ease .5s;
                     position: relative;

                     &:nth-child(1) {
                         top: -5px;
                     }

                     &:nth-child(2) {
                         top: 0px;
                     }

                     &:nth-child(3) {
                         top: 5px;
                     }
                 }

                 &.active {
                     span {

                         &:nth-child(1) {
                             transform: rotate(30deg);
                             top: 5px;
                         }

                         &:nth-child(2) {
                             opacity: 0;
                         }

                         &:nth-child(3) {
                             transform: rotate(-30deg);
                             top: 0;
                         }
                     }
                 }
             }
         }

     }

     */
  /*@include m.mq(sp) {
         height: auto;
         justify-content: flex-start;
     }*/
}
@media screen and (max-width: 768px) {
  header {
    flex-direction: column;
  }
  header #h_menu {
    background-color: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: fixed;
    right: 60px;
    top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 10;
    cursor: pointer;
  }
  header #h_menu span {
    width: 30px;
    height: 3px;
    background-color: #000;
    transition: ease 0.5s;
    position: relative;
  }
  header #h_menu span:nth-child(1) {
    top: -5px;
  }
  header #h_menu span:nth-child(2) {
    top: 0px;
  }
  header #h_menu span:nth-child(3) {
    top: 5px;
  }
  header #h_menu.active span:nth-child(1) {
    transform: rotate(30deg);
    top: 5px;
  }
  header #h_menu.active span:nth-child(2) {
    opacity: 0;
  }
  header #h_menu.active span:nth-child(3) {
    transform: rotate(-30deg);
    top: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  header #h_menu {
    width: 35px;
    height: 35px;
    right: 10px;
    top: 10px;
  }
  header #h_menu span {
    width: 15px;
    height: 2px;
  }
  header #h_menu span:nth-child(1) {
    top: -3px;
  }
  header #h_menu span:nth-child(2) {
    top: 0px;
  }
  header #h_menu span:nth-child(3) {
    top: 3px;
  }
  header #h_menu.active span:nth-child(1) {
    transform: rotate(30deg);
    top: 2px;
  }
  header #h_menu.active span:nth-child(2) {
    opacity: 0;
  }
  header #h_menu.active span:nth-child(3) {
    transform: rotate(-30deg);
    top: -2px;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: auto;
    justify-content: flex-start;
  }
}
header#sub {
  height: 230px;
  background-color: #000;
  flex-direction: inherit !important;
  /*@include m.mq(tab) {
            height: 150px;
        }

        @include m.mq(sp) {*/
}
header#sub h1 {
  position: fixed;
  z-index: 10;
}
header#sub h1.active {
  filter: invert(100%);
}
@media screen and (max-width: 768px) {
  header#sub {
    flex-direction: column !important;
  }
}
header#sub #h_menu {
  background-color: #fff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: fixed;
  right: 60px;
  top: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 10;
  cursor: pointer;
  /*@include m.mq(tab) {
               top: 40px;
               opacity: 0.9;
           }

           @include m.mq(sp) {*/
}
header#sub #h_menu span {
  width: 30px;
  height: 3px;
  background-color: #000;
  transition: ease 0.5s;
  position: relative;
}
header#sub #h_menu span:nth-child(1) {
  top: -5px;
}
header#sub #h_menu span:nth-child(2) {
  top: 0px;
}
header#sub #h_menu span:nth-child(3) {
  top: 5px;
}
header#sub #h_menu.active span:nth-child(1) {
  transform: rotate(30deg);
  top: 5px;
}
header#sub #h_menu.active span:nth-child(2) {
  opacity: 0;
}
header#sub #h_menu.active span:nth-child(3) {
  transform: rotate(-30deg);
  top: 0;
}
@media screen and (max-width: 768px) {
  header#sub #h_menu {
    width: 35px;
    height: 35px;
    right: 20px;
    top: 10px;
    opacity: 1;
  }
  header#sub #h_menu span {
    width: 15px;
    height: 2px;
  }
  header#sub #h_menu span:nth-child(1) {
    top: -3px;
  }
  header#sub #h_menu span:nth-child(2) {
    top: 0px;
  }
  header#sub #h_menu span:nth-child(3) {
    top: 3px;
  }
  header#sub #h_menu.active span:nth-child(1) {
    transform: rotate(30deg);
    top: 4px;
  }
  header#sub #h_menu.active span:nth-child(2) {
    opacity: 0;
  }
  header#sub #h_menu.active span:nth-child(3) {
    transform: rotate(-30deg);
    top: 0;
  }
}
header .onlineshop {
  position: absolute;
  top: 20px;
  right: 180px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 2;
  background-color: #000;
  border-radius: 30px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  header .onlineshop {
    top: 80px;
    right: 20px;
    font-size: 12px;
  }
}

.menu_wrap {
  position: relative;
  width: 30%;
  background-color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*    @include m.mq(tab) {
         height: 150px;
     }

     @include m.mq(sp) {
         height: 60px;
         position: static;
     }*/
}
@media screen and (max-width: 768px) {
  .menu_wrap {
    height: 60px;
    position: static;
  }
}
.menu_wrap h1 {
  /*@include m.mq(sp) {
            left: 10px;
            top: 15px;

            img {
                max-width: 130px;
            }
        }*/
}
@media screen and (max-width: 768px) {
  .menu_wrap h1 {
    position: fixed;
    z-index: 10;
    /*img {

                 max-width: 200px;
             }*/
  }
}
.menu_wrap h1.active {
  filter: invert(100%);
}
@media screen and (max-width: 768px) {
  .menu_wrap h1 {
    left: 10px;
    top: 15px;
  }
  .menu_wrap h1 img {
    max-width: 130px;
  }
}
#sub .menu_wrap {
  width: 320px;
  /*@include m.mq(tab) {
            width: 250px;
            height: 100%;
        }

        @include m.mq(sp) {*/
}
@media screen and (max-width: 768px) {
  #sub .menu_wrap {
    width: 100%;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  #sub .menu_wrap h1 img {
    max-width: 150px;
  }
}
@media screen and (max-width: 640px) {
  #sub .menu_wrap h1 img {
    max-width: 130px;
  }
}
@media screen and (max-width: 640px) {
  #sub .menu_wrap h1 {
    top: 15px;
  }
}
.menu_wrap nav {
  margin-top: 60px;
  /*
        @include m.mq(top_header) {
            .is-show & {
                opacity: 0;
                visibility: hidden;
                width: 100%;
                position: fixed;
                height: 100vh;
                background: rgba(0, 0, 0, 0.95);
                top: 0;
                left: 0;
                transition: ease .5s;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-top: 0;
                z-index: -1;

                &.active {
                    opacity: 1;
                    visibility: visible;
                    z-index: 3;

                    a {
                        color: #fff;
                        font-size: 24px;

                        @include m.mq(sp) {
                            font-size: 18px;
                        }
                    }
                }
            }
        }
        */
}
@media screen and (max-width: 768px) {
  .menu_wrap nav {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: fixed;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    top: 0;
    left: 0;
    transition: ease 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    flex-direction: column;
  }
  .menu_wrap nav.active {
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
  .menu_wrap nav.active a {
    color: #fff;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .menu_wrap nav.active a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .menu_wrap nav.active img {
    filter: invert(100%);
    width: 60%;
  }
}
.menu_wrap nav a {
  font-weight: 600;
  text-align: center;
  display: block;
  padding: 10px 0;
  font-size: 14px;
}
#sub .menu_wrap nav {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: fixed;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  top: 0;
  left: 0;
  transition: ease 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
#sub .menu_wrap nav.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  flex-direction: column;
}
#sub .menu_wrap nav a {
  color: #fff;
  font-size: 24px;
}
#sub .menu_wrap nav a img {
  filter: invert(100%);
}
@media screen and (max-width: 640px) {
  #sub .menu_wrap nav a img {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  #sub .menu_wrap nav a {
    font-size: 18px;
  }
}
.menu_wrap #social_list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.menu_wrap #social_list a {
  display: block;
  padding: 0 10px;
}
.menu_wrap .sticky_news_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.menu_wrap .sticky_news_wrap .sticky_news_box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
}

.fv_main_wrap {
  width: 70%;
  height: 100%;
  /*@include m.mq(tab) {
         width: 100%;
         height: calc(100vh - 150px);
     }

     @include m.mq(sp) {
         height: 400px;
     }*/
}
@media screen and (max-width: 768px) {
  .fv_main_wrap {
    width: 100%;
    height: 400px;
  }
}
.fv_main_wrap .fv_main_slide_item_1 {
  width: 100%;
  height: 100vh;
  background-image: url("../images/2x/fv_main_1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*@include m.mq(sp) {
            height: 400px;
        }*/
}
@media screen and (max-width: 768px) {
  .fv_main_wrap .fv_main_slide_item_1 {
    height: 400px;
  }
}
.fv_main_wrap .fv_main_slide_item_2 {
  width: 100%;
  height: 100vh;
  background-image: url("../images/2x/fv_main_2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*@include m.mq(sp) {
            height: 400px;
        }*/
}
@media screen and (max-width: 768px) {
  .fv_main_wrap .fv_main_slide_item_2 {
    height: 400px;
  }
}
.fv_main_wrap .fv_main_slide_item_3 {
  width: 100%;
  height: 100vh;
  background-image: url("../images/2x/fv_main_3.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*@include m.mq(sp) {
            height: 400px;
        }*/
}
@media screen and (max-width: 768px) {
  .fv_main_wrap .fv_main_slide_item_3 {
    height: 400px;
  }
}
#sub .fv_main_wrap {
  width: calc(100% - 320px);
  height: 100% !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background: none;
  padding-left: 60px;
  color: #fff;
  /*@include m.mq(tab) {
            width: calc(100% - 250px);
            padding-left: 40px;
        }

        @include m.mq(sp) {*/
}
@media screen and (max-width: 768px) {
  #sub .fv_main_wrap {
    width: 100%;
    height: calc(100% - 60px) !important;
    padding-left: 20px;
  }
}
#sub .fv_main_wrap.outline_p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-image: url("../images/2x/outline_h_main_img.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
#sub .fv_main_wrap.longtrail_p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-image: url("../images/2x/longtrail_h_main_img.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
#sub .fv_main_wrap.guide_p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-image: url("../images/2x/guide_h_main_img.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
#sub .fv_main_wrap.trailcharter_p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-image: url("../images/2x/trailcharter_h_main_img.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
#sub .fv_main_wrap.news_p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-image: url("../images/2x/news_h_main_img.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
#sub .fv_main_wrap.faq_p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-image: url("../images/2x/faq_h_main_img.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
#sub .fv_main_wrap.contact_p::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-image: url("../images/2x/contact_h_main_img.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
#sub .fv_main_wrap h2 {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #sub .fv_main_wrap h2 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 640px) {
  #sub .fv_main_wrap h2 {
    font-size: 11px;
    margin-bottom: 0px;
  }
}
#sub .fv_main_wrap p {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  #sub .fv_main_wrap p {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  #sub .fv_main_wrap p {
    font-size: 28px;
  }
}
.fv_main_wrap #top_news_wrap {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
}
.fv_main_wrap .top_news_box {
  display: flex;
  font-size: 13px;
  padding-right: 10px;
}
.fv_main_wrap .top_news_box p {
  margin-left: 10px;
}
.fv_main_wrap .pickup_news_wrap {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  padding: 7px 7px 7px 14px;
  font-size: 13px;
  color: #fff;
  line-height: 1;
}
.fv_main_wrap .pickup_news_wrap.red {
  background: rgba(168, 0, 0, 0.8);
}
.fv_main_wrap .pickup_news_wrap.green {
  background: rgba(7, 105, 49, 0.8);
}
.fv_main_wrap .pickup_news_wrap .pickup-cont {
  margin-left: 10px;
  padding: 10px;
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .fv_main_wrap .pickup_news_wrap {
    right: 20px;
    bottom: 20px;
  }
}

@supports (background-image: url(../images/2x/fv_main_1.webp)) {
  /*.fv_main_wrap {
         background-image: url(../images/2x/fv_main.webp);
     }*/
  .fv_main_slide_item_1 {
    background-image: url(../images/2x/fv_main_1.webp);
  }
}
.sub_h_ttl_wrap {
  position: absolute;
  z-index: 2;
}

.contents {
  width: auto;
  max-width: 1320px;
  padding: 0 30px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .contents {
    padding: 0 20px;
  }
}

section {
  padding: 80px 0;
}
section:nth-of-type(2n) {
  background-color: rgba(0, 0, 0, 0.1);
}
section:nth-of-type(2n) h2::after {
  background-color: rgba(0, 0, 0, 0.1);
}
section.bg_ex {
  background-color: #e5e5e5 !important;
}
section.bg_ex h2:after {
  background-color: #e5e5e5 !important;
}
section#home_outline {
  padding: 80px 30px;
  background-color: rgba(0, 0, 0, 0.1) !important;
  overflow: hidden;
}
section#home_outline .contents {
  height: 2100px;
  background-image: url("../images/2x/home_outline_bg.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  section#home_outline .contents {
    height: 1700px;
  }
}
@media screen and (max-width: 640px) {
  section#home_outline .contents {
    background-image: none;
  }
}
@media screen and (max-width: 640px) {
  section#home_outline {
    padding: 40px 20px;
  }
}
section#movie {
  background-color: #fff !important;
}
@media screen and (max-width: 640px) {
  section {
    padding: 40px 0;
  }
}
section#information {
  background: none !important;
  padding-top: 0;
}
section#information .home_band_wrap {
  position: relative;
  overflow: hidden;
  height: 600px;
  top: 0;
  left: 0;
  width: 100%;
  clip-path: inset(0);
}
section#information .home_band_wrap.information_band::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/2x/information_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/2x/information_bg.webp)) {
  section#information .home_band_wrap .information_band::before {
    background-image: url(../images/2x/information_bg.webp);
  }
}
section#trailcharter {
  background: none;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

footer {
  background-color: #000;
  text-align: center;
  color: #fff;
  padding: 80px 0 20px;
}
@media screen and (max-width: 640px) {
  footer {
    padding: 40px 0 20px;
  }
}
footer h2 {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  footer h2 {
    font-size: 16px;
  }
}
footer p {
  margin: 40px auto;
}
@media screen and (max-width: 640px) {
  footer p {
    font-size: 14px;
  }
}
footer p#copy {
  font-size: 10px;
  margin: auto;
  padding: 0;
}
footer a {
  color: #fff;
}

.ttl_wrap {
  position: relative;
  z-index: 2;
}
#information .ttl_wrap {
  top: -80px;
}
.ttl_wrap h2 {
  writing-mode: vertical-rl;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ttl_wrap h2 {
    font-size: 18px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 640px) {
  .ttl_wrap h2 {
    font-size: 14px;
  }
}
.ttl_wrap h2 span {
  display: inline;
  background-color: #000;
}
.ttl_wrap p {
  font-size: 80px;
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .ttl_wrap p {
    font-size: 70px;
  }
}
@media screen and (max-width: 640px) {
  .ttl_wrap p {
    font-size: 40px;
    margin-left: 20px;
    margin-top: 20px;
  }
}

.home_outline_content_wrap {
  max-width: 835px;
  margin: auto;
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .home_outline_content_wrap {
    max-width: 600px;
    bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .home_outline_content_wrap {
    top: 360px;
  }
}
.home_outline_content_wrap p {
  width: 80%;
  margin: 40px 0 0 auto;
  text-align: left;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1160px) {
  .home_outline_content_wrap p {
    max-width: 70%;
    margin: 40px auto;
  }
}
@media screen and (max-width: 980px) {
  .home_outline_content_wrap p {
    max-width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .home_outline_content_wrap p {
    max-width: 100%;
  }
}

.home_outline_img_wrap img {
  position: absolute;
  z-index: 0;
}
.home_outline_img_wrap img.img_1 {
  left: -50px;
  top: 100px;
}
@media screen and (max-width: 768px) {
  .home_outline_img_wrap img.img_1 {
    width: 200px;
  }
}
.home_outline_img_wrap img.img_2 {
  right: 20px;
  top: 400px;
}
@media screen and (max-width: 768px) {
  .home_outline_img_wrap img.img_2 {
    width: 170px;
    top: 200px;
  }
}
@media screen and (max-width: 640px) {
  .home_outline_img_wrap img.img_2 {
    right: -70px;
  }
}
.home_outline_img_wrap img.img_3 {
  left: -30px;
  bottom: 550px;
}
@media screen and (max-width: 768px) {
  .home_outline_img_wrap img.img_3 {
    bottom: 160px;
  }
}
@media screen and (max-width: 640px) {
  .home_outline_img_wrap img.img_3 {
    bottom: 0px;
    width: 200px;
    left: -120px;
  }
}
.home_outline_img_wrap img.img_4 {
  right: -200px;
  bottom: 450px;
}
@media screen and (max-width: 768px) {
  .home_outline_img_wrap img.img_4 {
    bottom: 60px;
    width: 230px;
  }
}

.home_outline_copy_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .home_outline_copy_wrap {
    height: inherit;
  }
}
.home_outline_copy_wrap img {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .home_outline_copy_wrap img {
    width: 50px;
  }
}
@media screen and (max-width: 640px) {
  .home_outline_copy_wrap img {
    width: 40px;
  }
}
.home_outline_copy_wrap img.copy_1 {
  right: 30px;
  bottom: 40%;
}
@media screen and (max-width: 768px) {
  .home_outline_copy_wrap img.copy_1 {
    right: 0px;
    bottom: 55%;
  }
}
@media screen and (max-width: 640px) {
  .home_outline_copy_wrap img.copy_1 {
    right: -35px;
    bottom: inherit;
    top: 280px;
  }
}
.home_outline_copy_wrap img.copy_2 {
  left: 22%;
  top: 17%;
}
@media screen and (max-width: 768px) {
  .home_outline_copy_wrap img.copy_2 {
    left: 20%;
    top: 5%;
  }
}
@media screen and (max-width: 640px) {
  .home_outline_copy_wrap img.copy_2 {
    left: -35px;
    top: 400px;
  }
}
.home_outline_copy_wrap img.copy_3 {
  left: 30px;
  bottom: 30%;
}
@media screen and (max-width: 640px) {
  .home_outline_copy_wrap img.copy_3 {
    left: -35px;
    bottom: inherit;
    top: 750px;
  }
}

#panlist_wrap {
  background-color: #000;
  padding: 5px 0;
}
#panlist_wrap li {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  position: relative;
  padding-right: 20px;
}
#panlist_wrap li::after {
  content: "/";
  position: absolute;
  right: 5px;
}
#panlist_wrap li:last-child::after {
  content: "";
}
#panlist_wrap li a {
  color: #fff;
}

.middle_ttl_wrap {
  position: relative;
  height: 46px;
}
.middle_ttl_wrap::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.8s;
}
.middle_ttl_wrap.slide::after {
  width: 100%;
}
.middle_ttl_wrap h2 {
  position: relative;
  display: inline-block;
  z-index: 2;
  padding: 10px 20px 10px 0;
  font-size: 46px;
}
.middle_ttl_wrap h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.middle_ttl_wrap h2 .furigana {
  position: absolute;
  font-size: 12px;
  top: -30px;
  left: 0;
  letter-spacing: 0.9em;
}
@media screen and (max-width: 768px) {
  .middle_ttl_wrap h2 {
    font-size: 30px;
  }
  .middle_ttl_wrap h2 .furigana {
    top: -20px;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 640px) {
  .middle_ttl_wrap h2 {
    font-size: 22px;
  }
  .middle_ttl_wrap h2 .furigana {
    top: -15px;
    letter-spacing: 0;
  }
}

.middle_txt_wrap {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .middle_txt_wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .middle_txt_wrap {
    margin-top: 20px;
  }
}
.middle_txt_wrap p {
  margin-bottom: 30px;
}
.middle_txt_wrap p:last-child {
  margin-bottom: 0;
}

.band {
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.band.outline_band, .band.guide_band {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .band.outline_band, .band.guide_band {
    margin-top: 40px;
  }
}
.band .outline_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.band .outline_1::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/2x/outline_band_img_1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/2x/outline_band_img_1.webp)) {
  .band .outline_1::before {
    background-image: url(../images/2x/outline_band_img_1.webp);
  }
}
.band .longtrail_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  margin: 0;
}
.band .longtrail_1::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/2x/longtrail_band_img_1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/2x/longtrail_band_img_1.webp)) {
  .band .longtrail_1::before {
    background-image: url(../images/2x/longtrail_band_img_1.webp);
  }
}
.band .longtrail_2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  margin: 0;
}
.band .longtrail_2::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/2x/longtrail_band_img_2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/2x/longtrail_band_img_2.webp)) {
  .band .longtrail_2::before {
    background-image: url(../images/2x/longtrail_band_img_2.webp);
  }
}
.band .guide_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.band .guide_1::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/2x/guide_band_img_1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/2x/guide_band_img_1.webp)) {
  .band .guide_1::before {
    background-image: url(../images/2x/guide_band_img_1.webp);
  }
}
.band .guide_2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.band .guide_2::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/2x/guide_band_img_2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/2x/guide_band_img_2.webp)) {
  .band .guide_2::before {
    background-image: url(../images/2x/guide_band_img_2.webp);
  }
}
.band .guide_3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.band .guide_3::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/2x/guide_band_img_3.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/2x/guide_band_img_3.webp)) {
  .band .guide_3::before {
    background-image: url(../images/2x/guide_band_img_3.webp);
  }
}
.band .guide_4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.band .guide_4::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/2x/guide_band_img_4.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/2x/guide_band_img_4.webp)) {
  .band .guide_4::before {
    background-image: url(../images/2x/guide_band_img_4.webp);
  }
}
.band .guide_5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.band .guide_5::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/2x/guide_band_img_5.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/2x/guide_band_img_5.webp)) {
  .band .guide_5::before {
    background-image: url(../images/2x/guide_band_img_5.webp);
  }
}
.band .guide_6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.band .guide_6::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/2x/outline_img_1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/2x/outline_img_1.webp)) {
  .band .guide_6::before {
    background-image: url(../images/2x/outline_img_1.webp);
  }
}
.band .guide_7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.band .guide_7::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/2x/guide_band_img_7.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/2x/guide_band_img_7.webp)) {
  .band .guide_7::before {
    background-image: url(../images/2x/guide_band_img_7.webp);
  }
}
.band .guide_8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.band .guide_8::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/2x/guide_band_img_8.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/2x/guide_band_img_8.webp)) {
  .band .guide_8::before {
    background-image: url(../images/2x/guide_band_img_8.webp);
  }
}
.band .trailcharter_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  margin: 0;
}
.band .trailcharter_1::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/2x/trailcharter_band_img_1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/2x/trailcharter_band_img_1.webp)) {
  .band .trailcharter_1::before {
    background-image: url(../images/2x/trailcharter_band_img_1.webp);
  }
}
@media screen and (max-width: 640px) {
  .band {
    height: 200px;
  }
}

.col_1_txt {
  margin-top: 120px;
}
.col_1_txt h3 {
  font-size: 36px;
  margin-bottom: 50px;
  line-height: 1.2;
}

.col_2_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .col_2_wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .col_2_wrap {
    margin-top: 60px;
  }
}
.col_2_wrap .col2_txt {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .col_2_wrap .col2_txt {
    width: 100%;
  }
}
.col_2_wrap .col2_txt h3 {
  font-size: 36px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .col_2_wrap .col2_txt h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .col_2_wrap .col2_txt h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.col_2_wrap .col2_txt h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
.col_2_wrap .col2_img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .col_2_wrap .col2_img {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
}
.col_2_wrap.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .col_2_wrap.reverse {
    flex-direction: column;
  }
}
.col_2_wrap.clms-reverse {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .col_2_wrap.clms-reverse {
    flex-direction: column-reverse;
    gap: 40px;
  }
}

.num_wrap {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .num_wrap {
    flex-direction: column;
    margin-top: 40px;
  }
}
.num_wrap .num_box {
  width: 30%;
  height: 200px;
  margin: 0 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/2x/park_icn.png);
  background-repeat: no-repeat;
  background-size: 184px auto;
  background-position: center center;
}
@media screen and (max-width: 640px) {
  .num_wrap .num_box {
    background-size: 124px auto;
    height: 160px;
  }
}
.num_wrap .num_box:first-child {
  background-image: url(../images/2x/hiking_icn.png);
  background-repeat: no-repeat;
  background-size: 115px auto;
  background-position: center center;
}
@media screen and (max-width: 640px) {
  .num_wrap .num_box:first-child {
    background-size: 95px auto;
  }
}
.num_wrap .num_box:last-child {
  background-image: url(../images/2x/city_icn.png);
  background-repeat: no-repeat;
  background-size: 160px auto;
  background-position: center center;
}
@media screen and (max-width: 640px) {
  .num_wrap .num_box:last-child {
    background-size: 120px auto;
  }
}
.num_wrap .num_box p:first-child {
  color: #7ebec5;
  font-size: 100px;
  font-family: "Jost";
  font-style: italic;
  font-weight: 600;
}
.num_wrap .num_box p:last-child {
  margin-top: 40px;
  font-weight: 600;
  margin-left: 10px;
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .num_wrap .num_box {
    width: 100%;
  }
  .num_wrap .num_box p:first-child {
    font-size: 60px;
  }
  .num_wrap .num_box p:last-child {
    font-size: 18px;
    margin-top: 20px;
  }
}

.first_txt {
  font-size: 18px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .first_txt {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.nav-next {
  margin-left: auto;
}

.nav-previous a {
  position: relative;
  display: inline-block;
  margin-top: 60px;
  padding-left: 70px;
  transition: ease 0.3s;
  max-width: 140px;
}
.nav-previous a::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #000;
  left: 0;
  top: -10px;
  border-radius: 30px;
  transition: ease 0.3s;
}
.nav-previous a::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: -10px;
  background-image: url("../images/2x/btn_arrow_icn.png");
  background-size: 17px auto;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(-1, 1);
}
.nav-previous a:hover {
  color: #fff;
}
.nav-previous a:hover::before {
  width: 140px;
  border-radius: 30px;
  z-index: -1;
}
.nav-next a {
  position: relative;
  display: inline-block;
  margin-top: 60px;
  transition: ease 0.3s;
  max-width: 140px;
  padding-right: 70px;
}
.nav-next a::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #000;
  right: 0;
  top: -10px;
  border-radius: 30px;
  transition: ease 0.3s;
}
.nav-next a::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: -10px;
  background-image: url("../images/2x/btn_arrow_icn.png");
  background-size: 17px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.nav-next a:hover {
  color: #fff;
}
.nav-next a:hover::before {
  width: 140px;
  border-radius: 30px;
  z-index: -1;
}
a.btn {
  position: relative;
  display: block;
  margin-top: 60px;
  padding-left: 70px;
  transition: ease 0.3s;
  max-width: 200px;
}
a.btn.comingsoon {
  max-width: 300px;
  color: #ccc;
  pointer-events: none;
}
a.btn.quiz {
  max-width: 270px;
}
a.btn.quiz:hover {
  color: #fff;
}
a.btn.quiz:hover::before {
  width: 270px;
  border-radius: 30px;
  z-index: -1;
}
a.btn::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #000;
  left: 0;
  top: -10px;
  border-radius: 30px;
  transition: ease 0.3s;
}
a.btn::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: -10px;
  background-image: url("../images/2x/btn_arrow_icn.png");
  background-size: 17px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
a.btn:hover {
  color: #fff;
}
a.btn:hover::before {
  width: 220px;
  border-radius: 30px;
  z-index: -1;
}

.scroll_down {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media screen and (max-width: 640px) {
  .scroll_down {
    left: 50%;
    bottom: 120px;
    display: none;
  }
}
.scroll_down a {
  position: absolute;
  left: -15px;
  bottom: 63px;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .scroll_down a {
    display: none;
  }
}
.scroll_down::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.scroll_down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 50px;
  background: #000;
}

@keyframes circlemove {
  0% {
    bottom: 50px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.8s;
}
.fadein.fadein-left {
  transform: translate(-30px, 0);
}
.fadein.fadein-right {
  transform: translate(30px, 0);
}
.fadein.fadein-up {
  transform: translate(0, -30px);
}
.fadein.fadein-bottom {
  transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.num-counter {
  counter-reset: guide;
}
.num-counter h4 {
  counter-increment: guide;
}
.num-counter h4::before {
  content: counter(guide) ". ";
  font-size: 24px;
  margin-right: 5px;
}

.mt40 {
  margin-top: 40px;
}

.mt80 {
  margin-top: 80px;
}

.businesstime p {
  font-size: 14px;
  line-height: 1.8em;
}
.businesstime p span {
  font-size: 12px;
  line-height: 1.4em;
}

.home_information_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 1160px) {
  .home_information_wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .home_information_wrap {
    margin-top: 0;
  }
}
.home_information_wrap .home_information_txt {
  width: 36%;
}
@media screen and (max-width: 1160px) {
  .home_information_wrap .home_information_txt {
    width: 100%;
    margin-bottom: 60px;
  }
}
.home_information_wrap .home_information_txt h3 {
  font-size: 36px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .home_information_wrap .home_information_txt h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .home_information_wrap .home_information_txt h3 {
    font-size: 24px;
  }
}
.home_information_wrap img {
  max-width: 720px;
  width: 100%;
}

.root_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1025px) {
  .root_wrap {
    flex-direction: column;
  }
}
.root_wrap .root_box {
  width: 50%;
  text-align: center;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.root_wrap .root_box p {
  flex-grow: 1;
}
@media screen and (max-width: 1160px) {
  .root_wrap .root_box {
    padding: 40px;
  }
}
@media screen and (max-width: 1025px) {
  .root_wrap .root_box {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .root_wrap .root_box {
    padding: 40px 20px;
  }
}
.root_wrap .root_box:nth-child(1) img {
  max-width: 152px;
  height: auto;
}
.root_wrap .root_box:nth-child(2) img {
  max-width: 117px;
  height: auto;
}
.root_wrap .root_box:nth-child(3) img {
  max-width: 99px;
  height: auto;
}
.root_wrap .root_box:nth-child(4) img {
  max-width: 134px;
  height: auto;
}
.root_wrap .root_box:nth-child(5) img {
  max-width: 134px;
  height: auto;
}
.root_wrap .root_box:nth-child(1), .root_wrap .root_box:nth-child(3), .root_wrap .root_box:nth-child(5) {
  border-right: 1px dashed #000;
}
@media screen and (max-width: 1025px) {
  .root_wrap .root_box:nth-child(1), .root_wrap .root_box:nth-child(3), .root_wrap .root_box:nth-child(5) {
    border-right: none;
  }
}
@media screen and (max-width: 1025px) {
  .root_wrap .root_box {
    border-bottom: 1px dashed #000;
  }
  .root_wrap .root_box:last-of-type {
    border-bottom: none;
  }
}
.root_wrap .root_box:nth-child(1), .root_wrap .root_box:nth-child(2), .root_wrap .root_box:nth-child(3), .root_wrap .root_box:nth-child(4) {
  border-bottom: 1px dashed #000;
}
.root_wrap .root_box h2 {
  font-size: 28px;
  margin: 30px auto 20px;
}
@media screen and (max-width: 768px) {
  .root_wrap .root_box h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .root_wrap .root_box h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .root_wrap .root_box img {
    width: 100px;
  }
  .root_wrap .root_box:nth-child(3) img {
    width: 80px;
  }
  .root_wrap .root_box:nth-child(4) img {
    width: 90px;
  }
}
.root_wrap .root_box .note {
  color: #db0101;
  text-align: left;
}
.root_wrap .root_box:last-child p {
  display: flex;
  align-items: center;
}
.root_wrap #download_notice {
  flex: 0 0 100%;
  color: #db0101;
  text-align: left;
}
.root_wrap #download_notice a {
  color: #db0101;
  text-decoration: underline;
}

.trail_txt_wrap {
  margin-top: 80px;
}
.col_2_wrap .trail_txt_wrap {
  margin-top: 0;
}
.col_2_wrap .trail_txt_wrap .trail_txt_box {
  padding-top: 0;
}
.trail_txt_wrap .trail_txt_box {
  padding: 60px 0;
  border-bottom: 1px dashed #000;
}
.trail_txt_wrap .trail_txt_box:last-child {
  border-bottom: none;
}
.trail_txt_wrap .trail_txt_box h4 {
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .trail_txt_wrap .trail_txt_box h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .trail_txt_wrap .trail_txt_box h4 {
    font-size: 22px;
  }
}

#access h2 {
  text-align: center;
}

#service {
  background-color: transparent;
}
#service h2 {
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #service h2 {
    font-size: 24px;
  }
}
#service .col_2_wrap {
  align-items: center;
}
@media screen and (max-width: 768px) {
  #service .col_2_wrap.reverse {
    flex-direction: column-reverse;
  }
  #service .col_2_wrap .col2_img {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.guide_line {
  border-bottom: 1px solid #000;
  padding-bottom: 60px;
}

.notice_col_2_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px dashed #000;
}
@media screen and (max-width: 768px) {
  .notice_col_2_wrap {
    flex-direction: column;
  }
}
.notice_col_2_wrap h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
.notice_col_2_wrap:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.notice_col_2_wrap.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .notice_col_2_wrap.reverse {
    flex-direction: column;
  }
}
.notice_col_2_wrap .notice_icn {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .notice_col_2_wrap .notice_icn {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .notice_col_2_wrap .notice_icn {
    width: 40%;
  }
}
.notice_col_2_wrap .notice_txt {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .notice_col_2_wrap .notice_txt {
    width: 100%;
    margin-top: 60px;
  }
}

.notice {
  max-width: 1010px;
  margin: auto;
  text-align: left;
}

.notice_col1_wrap {
  padding: 60px 0;
  border-bottom: 1px dashed #000;
  text-align: center;
}
.notice_col1_wrap iframe {
  margin: 40px auto 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .notice_col1_wrap {
    text-align: left;
  }
}
.notice_col1_wrap h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
.notice_col1_wrap:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.notice_box {
  padding: 30px;
  border: 1px solid #000;
  margin: 30px 0;
  height: 700px;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .notice_box {
    height: 500px;
  }
}
@media screen and (max-width: 640px) {
  .notice_box {
    height: 300px;
  }
}
.notice_box p.num_ttl {
  margin-top: 20px;
}
.notice_box ul {
  margin-top: 20px;
  padding-left: 25px;
}
.notice_box ul li {
  margin: 10px 0;
}
.notice_box ul ol {
  padding-left: 20px;
}
.notice_box ul ol li {
  padding-left: 1em;
  text-indent: -1em;
}

.climate_img_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .climate_img_wrap {
    flex-direction: column;
  }
}
.climate_img_wrap div {
  width: 45%;
  max-width: 594px;
  height: auto;
  margin: 2%;
  background-color: #000;
  position: relative;
}
.climate_img_wrap div:hover > img {
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .climate_img_wrap div {
    width: 100%;
    margin: 2% auto;
  }
}
.climate_img_wrap div img {
  width: 100%;
  transition: ease 0.5s;
}
.climate_img_wrap div img.zoom_icn {
  width: 45px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto -10px;
  top: 50%;
  transform: translateY(-50%);
}
.climate_img_wrap div img.zoom_icn.on {
  opacity: 1;
  visibility: visible;
  margin: 0 auto;
}

.link {
  margin-top: 30px;
}
.link li {
  margin: 2px 0;
}
.link li a {
  color: #db0101;
  position: relative;
}
.link li a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/2x/link_icn.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.bear_facility {
  margin-top: 30px;
}

.traverse {
  margin-top: 90px;
  text-align: center;
}
.traverse h3 {
  margin-bottom: 40px;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .traverse h3 {
    font-size: 26px;
  }
}

.traverse_wrap {
  display: flex;
  justify-content: center;
  gap: 90px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .traverse_wrap {
    flex-direction: column;
  }
}
.traverse_wrap .traverse_item h4 {
  font-size: 28px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .traverse_wrap .traverse_item h4 {
    font-size: 24px;
  }
}
.traverse_wrap .traverse_item a.btn {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}
.traverse_wrap .traverse_item_list {
  margin-top: 60px;
  padding: 20px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #000;
}
.traverse_wrap .traverse_item_list a {
  color: #cb1f03;
  text-decoration: underline;
}

.trailcharter_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .trailcharter_wrap {
    flex-direction: column;
  }
}
.trailcharter_wrap div {
  width: 46%;
}
.trailcharter_wrap div.trailcharter_img {
  max-width: 589px;
  margin-top: -150px;
  position: relative;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .trailcharter_wrap div.trailcharter_img {
    margin-left: auto;
    margin-top: -250px;
  }
}
@media screen and (max-width: 980px) {
  .trailcharter_wrap div.trailcharter_img {
    width: 200px;
    margin-top: -150px;
  }
}
@media screen and (max-width: 768px) {
  .trailcharter_wrap div.trailcharter_txt {
    width: 100%;
    margin-top: 60px;
  }
}
.trailcharter_wrap div.trailcharter_txt ul li {
  margin-bottom: 50px;
  font-size: 20px;
  padding-left: 3.5%;
  text-indent: -3.5em;
}
@media screen and (max-width: 768px) {
  .trailcharter_wrap div.trailcharter_txt ul li {
    margin-left: 9%;
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .trailcharter_wrap div.trailcharter_txt ul li {
    font-size: 16px;
    margin-left: 11%;
  }
}
.trailcharter_wrap div.trailcharter_txt span {
  color: #7ebec5;
  font-size: 60px;
  font-family: "Jost";
  font-style: italic;
  font-weight: 600;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .trailcharter_wrap div.trailcharter_txt span {
    font-size: 50px;
  }
}
@media screen and (max-width: 640px) {
  .trailcharter_wrap div.trailcharter_txt span {
    font-size: 40px;
  }
}

.news_list {
  border-bottom: 1px dashed #000;
}
.news_list:last-of-type {
  border-bottom: 1px solid #000;
}
.news_list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0;
}
.news_list a p {
  width: 220px;
  font-size: 30px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .news_list a p {
    font-size: 24px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .news_list a p {
    font-size: 18px;
    padding: 5px 0;
  }
}
.news_list a h2 {
  width: 80%;
  font-size: 16px;
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  .news_list a h2 {
    padding: 5px 0;
  }
}

.news_post_wrap {
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
}
.news_post_wrap p {
  margin: 20px 0;
}
.news_post_wrap p#date {
  font-size: 20p;
  margin: 0;
}
.news_post_wrap h2 {
  font-size: 26px;
  margin: 10px 0 40px;
}
@media screen and (max-width: 768px) {
  .news_post_wrap h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .news_post_wrap h2 {
    font-size: 22px;
  }
}

.news_tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .news_tabs {
    gap: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .news_tabs {
    gap: 0;
    font-size: 3vw;
  }
}
.news_tabs li.active a::after {
  transform: scaleX(1) !important;
}
.news_tabs li a {
  position: relative;
  display: block;
  padding: 10px 20px;
}
@media screen and (max-width: 640px) {
  .news_tabs li a {
    padding: 8px 12px;
  }
}
.news_tabs li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.news_tabs li a:hover::after {
  transform: scaleX(1);
}

.marker {
  background: linear-gradient(transparent 50%, rgb(255, 245, 0) 50%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
}
.marker.on {
  background-size: 100% 100%;
}

.notice_pick_list {
  margin: 30px 0;
}

.pager {
  margin-top: 30px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li {
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .pagination li {
    font-size: 16px;
  }
}
.pagination li.active {
  background-color: #000;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .pagination li.active {
    width: 32px;
    height: 32px;
  }
}
.pagination li a {
  color: #000;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_wrap {
  position: relative;
}

.to_list_btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
  text-align: center;
}

#access h2 {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  #access h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  #access h2 {
    font-size: 24px;
  }
}
#access h3 {
  text-align: center;
  font-size: 28px;
  margin: 80px auto 60px;
}
@media screen and (max-width: 768px) {
  #access h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  #access h3 {
    font-size: 22px;
  }
}

.access_root_map_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .access_root_map_wrap {
    flex-direction: column;
    text-align: center;
  }
}
.access_root_map_wrap:last-child {
  margin-bottom: 0;
}
.access_root_map_wrap .access_root_img {
  width: 45%;
}
.access_root_map_wrap .access_root_img:last-child {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .access_root_map_wrap .access_root_img:last-child {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .access_root_map_wrap .access_root_img {
    width: 100%;
  }
}

.modal {
  padding: 80px 0;
}

.modal__images {
  display: flex;
  flex-wrap: wrap;
}

.modal__images .modal__image {
  position: relative;
  width: calc((100% - 64px) / 3);
  transition: opacity 0.6s;
}

.modal__images .modal__image:hover {
  opacity: 0.6;
}

.modal__images .modal__trigger {
  cursor: pointer;
}

.modal__images .modal__image:nth-child(3n-1),
.modal__images .modal__image:nth-child(3n) {
  margin-left: 32px;
}

.modal__images .modal__image:nth-child(n+4) {
  margin-top: 32px;
}

.modal__images .modal__image:before {
  display: block;
  padding-top: 66.6666666667%;
  padding-top: 100%;
  content: "";
}

.modal__images .modal__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  z-index: 20;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 1000px);
  max-height: calc(100% - 40px);
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(50, 50, 50);
  cursor: pointer;
  transition: opacity 0.6s;
}
.modal__close:hover {
  opacity: 0.6;
}
.modal__close:before, .modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__content .modal__image img {
  width: 100%;
}
.modal__content .zoom_icn {
  display: none;
}

.footer-faq-wrap {
  position: relative;
  background-color: #000;
}
.footer-faq-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/2x/footer-faq-back.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #000;
  opacity: 0.5;
}
.footer-faq-wrap .footer-faq {
  position: relative;
  padding: 80px 20px;
  color: #fff;
  text-align: center;
  z-index: 5;
}
.footer-faq-wrap .footer-faq h2 {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: normal;
  line-height: 1.5;
}
.footer-faq-wrap .footer-faq h2 span {
  display: block;
  font-size: 14px;
}
.footer-faq-wrap .footer-faq .btn {
  color: #fff;
}
.footer-faq-wrap .footer-faq .btn::before {
  background-color: #fff;
}
.footer-faq-wrap .footer-faq .btn::after {
  filter: invert(1) brightness(0);
}
.footer-faq-wrap .footer-faq .btn:hover {
  color: #000;
}
.footer-faq-wrap .footer-more-wrap a.btn {
  margin-right: auto;
  margin-left: auto;
}

/* FAQ */
.faq-link, .contact-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .faq-link, .contact-link {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 20px;
  }
}

.faq-link .faq-ttl, .contact-link .contact-ttl {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
  margin-right: 80px;
  margin-left: 80px;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .faq-link .faq-ttl, .contact-link .contact-ttl {
    font-size: 21px;
  }
}

.faq-link .right, .contact-link .right {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .faq-link .right, .contact-link .right {
    flex: initial;
  }
}
.faq-link .right span, .contact-link .right span {
  color: #dd0000;
  text-decoration: underline;
}

@media screen and (max-width: 1280px) {
  .contact-link .contact-ttl {
    flex: initial;
    margin-right: 0;
    margin-left: 0;
  }
}
.contact-link .contact-ttl::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 49.5px;
  background-image: url("../images/mail.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .contact-link .contact-ttl::before {
    width: 30px;
    height: 24.95px;
  }
}
.faq-link .faq-ttl::before {
  content: "";
  display: inline-block;
  width: 84.5px;
  height: 67.58px;
  background-image: url("../images/2x/faq_icn.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .faq-link .faq-ttl::before {
    width: 42.25px;
    height: 33.79px;
  }
}
.faq-link .right {
  margin-right: 80px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .faq-link .right {
    margin-right: initial;
  }
}

.faq-cat-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 0;
  margin-top: 80px;
}
.faq-cat-list li {
  width: 25%;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
}
.faq-cat-list li a {
  position: relative;
  padding: 10px 30px 10px 20px;
  border-bottom: 1px solid #000;
}
.faq-cat-list li a::after {
  position: absolute;
  top: calc(50% - 2.5px);
  right: 0;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1160px) {
  .faq-cat-list {
    margin-top: 60px;
  }
  .faq-cat-list li {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .faq-cat-list li {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .faq-cat-list li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .faq-cat-list {
    gap: 20px 0;
  }
  .faq-cat-list li {
    font-size: 12px;
  }
  .faq-cat-list li a {
    padding: 10px 20px 10px 10px;
  }
}

.faq-cat-ttl {
  position: relative;
  display: inline-block;
  padding: 20px 40px;
  font-size: 1.8rem;
  line-height: 1;
}
.faq-cat-ttl::before, .faq-cat-ttl::after {
  position: absolute;
  top: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.faq-cat-ttl::before {
  border-left: 1px solid #000;
  left: 0;
}
.faq-cat-ttl::after {
  border-right: 1px solid #000;
  right: 0;
}
.faq-cat-ttl:first-of-type {
  margin-top: 120px;
}
@media screen and (max-width: 1160px) {
  .faq-cat-ttl:first-of-type {
    margin-top: 80px;
  }
}

.faq-wrap {
  margin-top: 40px;
  margin-bottom: 80px;
}
.faq-wrap dt {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 87px;
  padding: 0 120px 30px 80px;
  border-bottom: 1px dashed #000;
  cursor: pointer;
}
.faq-wrap dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  font-size: 30px;
  color: #fff;
  background-color: #000;
}
.faq-wrap dt::after {
  position: absolute;
  top: calc((100% - 30px) / 2);
  right: 20px;
  transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 17px;
  background-image: url("../images/faq-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}
.faq-wrap dt:not(:first-of-type) {
  margin-top: 40px;
}
.faq-wrap dt.active {
  border-bottom: none;
}
.faq-wrap dt.active::after {
  transform: translateY(-50%) rotate(-180deg);
}
.faq-wrap dt.active + dd {
  border-bottom: 1px dashed #000;
}
@media screen and (max-width: 1025px) {
  .faq-wrap dt {
    padding: 0 80px 30px 80px;
  }
}
@media screen and (max-width: 640px) {
  .faq-wrap dt {
    min-height: 66px;
    padding: 0 60px 30px 50px;
  }
  .faq-wrap dt::before {
    width: 36px;
    height: 36px;
    font-size: 21px;
  }
  .faq-wrap dt::after {
    width: 24px;
    height: 13.6px;
  }
}
.faq-wrap dd {
  position: relative;
  display: none;
  padding: 0 120px 40px 80px;
}
.faq-wrap dd::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  font-size: 30px;
  color: #fff;
  background-color: #c10000;
}
@media screen and (max-width: 1025px) {
  .faq-wrap dd {
    padding: 0 80px 30px 80px;
  }
}
@media screen and (max-width: 640px) {
  .faq-wrap dd {
    padding: 0 20px 30px 50px;
  }
  .faq-wrap dd::before {
    width: 36px;
    height: 36px;
    font-size: 21px;
  }
}

.wpcf7-form {
  line-height: 1;
}
.wpcf7-form .contact-notice {
  margin-top: 80px;
  text-align: center;
}
.wpcf7-form .contact-notice span {
  margin-right: 10px;
}
.wpcf7-form .hissu {
  padding: 5px 20px;
  font-size: 12px;
  color: #fff;
  background-color: #e50404;
}
.wpcf7-form .contact-cont {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.wpcf7-form .contact-cont dt,
.wpcf7-form .contact-cont dd {
  padding: 40px;
  border-bottom: 1px dashed #000;
}
.wpcf7-form .contact-cont dt {
  width: 370px;
  padding-top: 50px;
  padding-right: 20px;
}
.wpcf7-form .contact-cont dt p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wpcf7-form .contact-cont dd {
  width: calc(100% - 370px);
  padding-left: 20px;
}
.wpcf7-form .contact-cont dd input,
.wpcf7-form .contact-cont dd textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #a2a2a2;
}
.wpcf7-form .contact-cont dd p {
  margin-top: 10px;
}
@media screen and (max-width: 980px) {
  .wpcf7-form .contact-cont dt,
  .wpcf7-form .contact-cont dd {
    width: 100%;
  }
  .wpcf7-form .contact-cont dt {
    padding: 20px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .wpcf7-form .contact-cont dd {
    padding: 20px 10px;
  }
  .wpcf7-form .contact-cont dd p {
    background-color: #ddd;
    margin-top: 0;
    padding: 10px;
  }
}
.wpcf7-form .btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}
.wpcf7-form .btn-wrapper {
  position: relative;
  display: inline-block;
  max-width: 220px;
}
@media screen and (max-width: 640px) {
  .wpcf7-form .btn-wrapper {
    max-width: 180px;
  }
}
.wpcf7-form .btn-wrapper:hover .btn-input {
  color: #fff;
}
.wpcf7-form .btn-wrapper::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #000;
  left: 0;
  top: 0;
  border-radius: 30px;
  pointer-events: none;
  transition: ease 0.3s;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .wpcf7-form .btn-wrapper::before {
    width: 40px;
    height: 40px;
  }
}
.wpcf7-form .btn-wrapper::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/2x/btn_arrow_icn.png");
  background-size: 17px auto;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .wpcf7-form .btn-wrapper::after {
    width: 40px;
    height: 40px;
  }
}
.wpcf7-form .btn-wrapper:hover::before {
  width: 200px;
  border-radius: 30px;
}
@media screen and (max-width: 640px) {
  .wpcf7-form .btn-wrapper:hover::before {
    width: 160px;
  }
}
.wpcf7-form .btn-wrapper.reverse::before {
  left: initial;
  right: 0;
}
.wpcf7-form .btn-wrapper.reverse::after {
  left: initial;
  right: 0;
  transform: rotate(180deg);
}
.wpcf7-form .btn-input {
  display: inline-block;
  padding: 12px 70px;
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  box-sizing: border-box;
  transition: ease 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .wpcf7-form .btn-input {
    padding: 7px 50px;
  }
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 10px;
}
.wpcf7-form .wpcf7-spinner {
  display: none !important;
}

.thks-ttl {
  margin-top: 80px;
  font-size: 36px;
  text-align: center;
}

.thks-cont {
  margin-top: 40px;
  text-align: center;
}

.center-cont {
  text-align: center;
}
.center-cont .btn:hover::before {
  width: 180px;
}/*# sourceMappingURL=style.css.map */