body {
  font-family: "Noto Sans JP";
  scroll-behavior: smooth;
}

.flex {
  display: flex;
}

[data-only-sp=""] {
  display: none !important;
}

.header-container {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 24px;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
}
.header-container img {
  cursor: pointer;
}

.home-container {
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.home-container .section-sw {
  max-width: 1280px;
  margin: auto;
}
.home-container .fixed-btn {
  position: fixed;
  bottom: 18px;
  right: 0;
  z-index: 999;
  flex-direction: column;
  align-items: flex-end;
}
.home-container .fixed-btn button {
  border: 0;
  border-radius: 50px 0px 0px 50px;
  margin-top: 14px;
  min-width: 260px;
  height: 72px;
  align-items: flex-end;
  transition: 0.2s all;
  padding: 11px 16px 11px 32px;
}
.home-container .fixed-btn button .b-img {
  transition: 0.2s all;
  width: 32px;
  height: 32px;
  background-size: 100% 100% !important;
}
.home-container .fixed-btn button:hover {
  padding: 15px 16px 20px 32px;
  height: 80px;
}
.home-container .fixed-btn button:hover .b-img {
  width: 45px;
  height: 45px;
}
.home-container .fixed-btn button:focus {
  border: none;
  outline: none;
}
.home-container .fixed-btn button .text-right {
  flex-direction: column;
}
.home-container .fixed-btn button .btn-type {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #ffffff;
  text-align: center;
  margin-bottom: 5px;
}
.home-container .fixed-btn button .btn-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #ffffff;
  padding: 0 4px;
  white-space: nowrap;
  min-width: 180px;
}
.home-container .fixed-btn button .btn-text .text-down-size {
  font-size: 16px;
}
.home-container .fixed-btn button.check-schedule-btn {
  background-color: #8fc31f;
}
.home-container .fixed-btn button.check-schedule-btn .b-img {
  background: url(../images/search.svg) no-repeat;
}
.home-container .fixed-btn button.check-schedule-btn:hover {
  background-color: #629d05;
}
.home-container .fixed-btn button.reserve-now-btn {
  background-color: #ff862f;
}
.home-container .fixed-btn button.reserve-now-btn .b-img {
  background: url(../images/leaf.svg) no-repeat;
}
.home-container .fixed-btn button.reserve-now-btn:focus {
  border: none;
  outline: none;
}
.home-container .fixed-btn button.reserve-now-btn:hover {
  background-color: #ff6b00;
}
.home-container .btn-fixed-sp {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
}
.home-container .banner-container .scroll-bar-container {
  transition: 0.1s all;
  width: 64px;
  position: relative;
}
.home-container .banner-container .scroll-bar-container .scroll-text-r {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 175%;
  text-align: center;
  color: #8fc31f;
  transform: rotate(90deg);
  display: block;
  position: absolute;
  bottom: 114px;
  left: 6px;
  letter-spacing: 0.3em;
}
.home-container .banner-container .scroll-bar-container .scroll-bar {
  border: 1px solid #8fc31f;
  height: 96px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-container .banner-container .scroll-bar-container .scroll-bar .scroll-bar-relative {
  position: relative;
  height: 100%;
}
.home-container .banner-container .scroll-bar-container .scroll-bar .scroll-bar-relative .scroll-ball {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #8fc31f;
  position: absolute;
  transform: translateX(-50%);
  top: -1px;
  animation: scroll-ball-animate 2s infinite;
}
.home-container .banner-container .banner-content {
  position: relative;
  flex: 1;
}
.home-container .banner-container .banner-content > .banner-content-flex {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  width: 100%;
}
.home-container .banner-container .banner-content > .banner-content-flex img {
  margin-right: 32px;
  max-width: 400px;
  margin-top: -25px;
  margin-left: -13px;
}
.home-container .banner-container .banner-content > .banner-content-flex .banner-content-right {
  padding-top: 10px;
}
.home-container .banner-container .banner-content > .banner-content-flex .banner-content-right h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 175%;
  color: #010000;
  margin-bottom: 14px;
  letter-spacing: 0.1em;
}
.home-container .banner-container .banner-content > .banner-content-flex .banner-content-right .line-break {
  width: 148px;
  border: 1px solid #8fc31f;
  margin-bottom: 16px;
}
.home-container .banner-container .banner-content > .banner-content-flex .banner-content-right h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 175%;
  color: #010000;
  letter-spacing: 0.3em;
}
.home-container .banner-container .banner-content .img-banner {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.home-container .feature-section {
  padding: 124px 0 280px 0;
  max-width: 1058px;
  width: 100%;
  margin: auto;
  position: relative;
}
.home-container .feature-section .feature-row {
  margin-bottom: 85px;
}
.home-container .feature-section .feature-row img {
  margin-right: 66px;
  margin-left: 47px;
}
.home-container .feature-section .feature-row .feature-right {
  margin-top: 90px;
}
.home-container .feature-section .feature-row p,
.home-container .feature-section .feature-row h2 {
  display: block;
  font-style: normal;
}
.home-container .feature-section .feature-row h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 175%;
  color: #010000;
  letter-spacing: 0.2em;
  margin-bottom: 14px;
}
.home-container .feature-section .feature-row h2 span.hightlight {
  color: #8fc31f;
}
.home-container .feature-section .feature-row p {
  font-size: 18px;
  line-height: 200%;
  color: #010000;
  max-width: 457px;
  padding-left: 9px;
  letter-spacing: 0.2em;
}
.home-container .feature-section .feature-row:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  padding-left: 50px;
}
.home-container .feature-section .feature-row:nth-child(even) img {
  margin-right: -51px;
  margin-left: 0;
}
.home-container .feature-section .feature-row:nth-child(even) h2 {
  margin-top: -5px;
  letter-spacing: 0;
}
.home-container .feature-section .btn-site-name {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 128px;
  line-height: 175%;
  color: #d8edb7;
  margin-top: 8px;
  position: absolute;
  bottom: 48px;
  right: -180px;
  letter-spacing: 0.1em;
}
.home-container .section-title,
.home-container .section-sub-title {
  line-height: 175%;
  text-align: center;
}
.home-container h2.section-title {
  font-weight: 700;
  font-size: 30px;
  color: #010000;
  margin: auto;
  letter-spacing: 0.1em;
}
.home-container h3.section-sub-title {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  color: #8fc31f;
  margin-bottom: 14px;
  letter-spacing: 0.3em;
}
.home-container .title-line {
  justify-content: center;
}
.home-container .title-line .line-1,
.home-container .title-line .line-2 {
  width: 40px;
}
.home-container .title-line .line-1 {
  border: 3px solid #8fc31f;
}
.home-container .title-line .line-2 {
  border: 3px solid #a4a4a4;
}
.home-container .info-section .title-line {
  margin-bottom: 260px;
}
.home-container .info-section .info-block {
  position: relative;
  margin-bottom: 140px;
}
.home-container .info-section .info-block > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.home-container .info-section .info-block .info-item-wrapper {
  position: absolute;
  top: -196px;
  padding: 0 64px;
  justify-content: center;
  gap: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.home-container .info-section .info-block .info-item {
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  max-width: 270px;
  width: 33%;
  border-bottom: 4px solid #8fc31f;
  padding: 10px 16px 16px 16px;
  height: -moz-fit-content;
  height: fit-content;
}
.home-container .info-section .info-block .info-item .info-item-top {
  width: 100%;
  margin-bottom: 16px;
  position: relative;
  height: 197px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.home-container .info-section .info-block .info-item .info-item-top .index-num {
  position: absolute;
  left: 5px;
  top: 5px;
}
.home-container .info-section .info-block .info-item .info-item-top .index-num span {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 23px;
  line-height: 175%;
  color: #8fc31f;
}
.home-container .info-section .info-block .info-item .info-item-top .index-num .line-num {
  transform: rotate(135deg) translateX(-3px);
  border-radius: 4px;
  width: 45.25px;
  height: 2px;
  background-color: #a4a4a4;
}
.home-container .info-section .info-block .info-item .info-item-bottom {
  padding: 0 8px;
}
.home-container .info-section .info-block .info-item .info-item-bottom h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 175%;
  text-align: center;
  color: #010000;
  letter-spacing: 0.1em;
}
.home-container .info-section .info-block .info-item .info-item-bottom p {
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  color: #010000;
  margin: 0;
  letter-spacing: 0.1em;
}
.home-container .info-section .info-block .info-item.item-2 {
  transform: translateY(86px);
}
.home-container .info-section .info-block .info-item.item-3 {
  transform: translateY(103px);
}
.home-container .info-section .info-block .info-item.item-4 {
  transform: translateY(25px);
}
.home-container .price-section {
  max-width: 760px;
  margin: auto;
}
.home-container .price-section .title-line {
  margin-bottom: 80px;
}
.home-container .price-section .price-block .price-row {
  justify-content: space-between;
  align-items: center;
  padding: 0px 24px;
  height: 54px;
  border-bottom: 1px solid #a4a4a4;
}
.home-container .price-section .price-block .price-row .name-price {
  font-weight: 400;
  font-size: 18px;
  line-height: 175%;
  color: #010000;
}
.home-container .price-section .price-block .price-row .num-price {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 24px;
  line-height: 175%;
  text-align: right;
  color: #8fc31f;
}
.home-container .price-section .price-block .price-row .num-price > span {
  font-size: 18px;
}
.home-container .price-section .price-block .price-most {
  padding: 0px 24px;
  border-top: 4px solid #8fc31f;
  background-color: #f6f6f6;
  height: 80px;
}
.home-container .price-section .price-block .price-most .num-price {
  font-size: 40px;
}
.home-container .price-section .price-block .price-most .num-price > span {
  font-size: 18px;
}
.home-container .price-section .price-block ul {
  padding-left: 18px;
  display: block;
  margin-top: 40px;
  font-weight: 400;
  font-size: 12px;
  line-height: 175%;
  color: #010000;
  margin-bottom: 120px;
}
.home-container .flw-section {
  margin-bottom: 110px;
}
.home-container .flw-section .title-line {
  margin-bottom: 80px;
}
.home-container .flw-section .flw-slider {
  padding: 0 65px;
}
.home-container .flw-section .flw-slider .flw-to-use .flw-item {
  width: 224px;
  position: relative;
  margin-right: 120px;
}
.home-container .flw-section .flw-slider .flw-to-use .flw-item:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 2px;
  background-color: #a4a4a4;
  right: -120px;
  top: 130px;
}
.home-container .flw-section .flw-slider .flw-to-use .flw-item .flw-item-top {
  position: relative;
  width: 100%;
  height: 232px;
  margin-bottom: 18px;
}
.home-container .flw-section .flw-slider .flw-to-use .flw-item .flw-item-top .flw-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-container .flw-section .flw-slider .flw-to-use .flw-item .flw-item-top .flw-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #8fc31f;
  font-family: "Montserrat";
  line-height: 110%;
  position: absolute;
  left: 8px;
  top: 0;
}
.home-container .flw-section .flw-slider .flw-to-use .flw-item .flw-item-top .flw-step span:last-child {
  font-weight: 500;
  font-size: 25px;
  line-height: 27.5px;
}
.home-container .flw-section .flw-slider .flw-to-use .flw-item .flw-item-top .flw-step span:first-child {
  font-weight: 500;
  font-size: 14px;
  line-height: 15.4px;
}
.home-container .flw-section .flw-slider .flw-to-use .flw-item .flw-item-btm h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 175%;
  text-align: center;
  color: #010000;
  letter-spacing: 0.1em;
}
.home-container .flw-section .flw-slider .flw-to-use .flw-item .flw-item-btm p {
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  color: #010000;
  letter-spacing: 0.1em;
}
.home-container .guide-section {
  max-width: 600px;
  margin: auto;
  margin-bottom: 120px;
}
.home-container .guide-section .title-line {
  margin-bottom: 80px;
}
.home-container .guide-section .iframe-yt {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.home-container .guide-section .iframe-yt iframe {
  margin-bottom: 14px;
  width: 100%;
}
.home-container .guide-section .iframe-yt .title-video {
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  color: #010000;
  display: block;
  width: 100%;
  text-align: left;
}
.home-container .port-section {
  margin: auto;
  margin-bottom: 164px;
  max-width: 956px;
}
.home-container .port-section .title-line {
  margin-bottom: 10px;
}
.home-container .port-section img {
  margin-bottom: 24px;
}
.home-container .port-section h4 {
  margin-bottom: 21px;
  font-weight: 700;
  font-size: 20px;
  line-height: 175%;
  color: #010000;
}
.home-container .port-section p {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #010000;
}

.slick-dots li.slick-active button:before {
  color: #8fc31f !important;
}

.footer-container {
  background: #010000;
  padding: 32px 64px 21px 64px;
  margin: auto;
  color: #ffffff;
}
.footer-container li {
  list-style: none;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 14px;
}
.footer-container li a {
  color: #FFFFFF;
  letter-spacing: 0.2em;
}
.footer-container li .a-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  border-radius: 44px;
  background: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 175%;
  padding: 0px 23px;
  height: 41px;
  color: #fff;
}
.footer-container li .a-btn :focus {
  outline: none;
  border: none;
}
.footer-container > .row {
  margin-bottom: 50px;
}
.footer-container > .row > .col-lg-8 .row {
  padding-left: 17px;
}
.footer-container > .row > .col-lg-8 .row .col-lg-4 {
  padding-left: 24px;
}
.footer-container .copy-right {
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
}

.menu-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
.menu-overlay.active {
  display: block;
}
.menu-overlay.active .menu-container .menu-site {
  animation-name: menu-open;
  animation-duration: 0.3s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}
.menu-overlay.closing .menu-container .menu-site {
  animation-name: menu-close;
  animation-duration: 0.3s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}
.menu-overlay .menu-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.menu-overlay .menu-container .menu-site {
  position: absolute;
  top: 0;
  height: 100%;
  max-width: 640px;
  right: -100%;
  width: 100%;
  background: #fff;
  opacity: 0;
}
.menu-overlay .menu-container .menu-site .menu-position {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-overlay .menu-container .menu-site .menu-position .menu-content {
  width: 100%;
}
.menu-overlay .menu-container .menu-site .menu-position .menu-content li.menu-item {
  list-style: none;
  margin-bottom: 16px;
}
.menu-overlay .menu-container .menu-site .menu-position .menu-content li.menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
}
.menu-overlay .menu-container .menu-site .menu-position .menu-content li.menu-item a:hover {
  text-decoration: none;
}
.menu-overlay .menu-container .menu-site .menu-position .menu-content li.menu-item a h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 200%;
  text-align: center;
  color: #010000;
  margin-bottom: 4px;
}
.menu-overlay .menu-container .menu-site .menu-position .menu-content li.menu-item a span {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 12px;
  line-height: 175%;
  text-align: center;
  color: #8FC31F;
}
.menu-overlay .menu-container .menu-site .menu-position .menu-content .menu-bottom {
  margin: auto;
  margin-top: 32px;
  max-width: 390px;
  width: 100%;
  display: flex;
}
.menu-overlay .menu-container .menu-site .menu-position .menu-content .menu-bottom .menu-col {
  width: 50%;
}
.menu-overlay .menu-container .menu-site .menu-position .menu-content .menu-bottom .menu-col li.menu-item h4 {
  margin-bottom: 0;
  font-size: 16px;
}
.menu-overlay .menu-container .menu-site .menu-position .menu-icon-close {
  position: absolute;
  right: 22px;
  top: 16px;
  cursor: pointer;
}
.menu-overlay .menu-container .menu-site .menu-position .menu-fixed {
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .btn-fixed-sp {
    display: block;
  }
  .btn-fixed-sp .btn-fixed-w {
    display: flex;
    width: 100%;
  }
  .btn-fixed-sp .btn-fixed-w button {
    width: 50%;
    border: 0;
    align-items: flex-end;
    transition: 0.2s all;
    padding: 4px 35px 14px 16px;
    justify-content: center;
  }
  .btn-fixed-sp .btn-fixed-w button .b-img {
    transition: 0.2s all;
    width: 32px;
    height: 32px;
    background-size: 100% 100% !important;
  }
  .btn-fixed-sp .btn-fixed-w button:focus {
    border: none;
    outline: none;
  }
  .btn-fixed-sp .btn-fixed-w button .text-right {
    flex-direction: column;
  }
  .btn-fixed-sp .btn-fixed-w button .btn-type {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
  }
  .btn-fixed-sp .btn-fixed-w button .btn-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #ffffff;
    padding: 0 4px;
    white-space: nowrap;
  }
  .btn-fixed-sp .btn-fixed-w button .btn-text .text-down-size {
    font-size: 16px;
  }
  .btn-fixed-sp .btn-fixed-w button.check-schedule-btn {
    background-color: #8fc31f;
  }
  .btn-fixed-sp .btn-fixed-w button.check-schedule-btn .b-img {
    background: url(../images/search.svg) no-repeat;
  }
  .btn-fixed-sp .btn-fixed-w button.check-schedule-btn:hover {
    background-color: #629d05;
  }
  .btn-fixed-sp .btn-fixed-w button.reserve-now-btn {
    background-color: #ff862f;
  }
  .btn-fixed-sp .btn-fixed-w button.reserve-now-btn .b-img {
    background: url(../images/leaf.svg) no-repeat;
  }
  .btn-fixed-sp .btn-fixed-w button.reserve-now-btn:focus {
    border: none;
    outline: none;
  }
  .btn-fixed-sp .btn-fixed-w button.reserve-now-btn:hover {
    background-color: #ff6b00;
  }
  .home-container .banner-container {
    margin-bottom: 280px;
  }
  .home-container .banner-container .banner-content > .banner-content-flex {
    flex-direction: column;
    align-items: center;
    margin-top: 181px;
  }
  .home-container .banner-container .banner-content > .banner-content-flex img {
    margin-right: 0;
    margin-bottom: 131px;
  }
  .home-container .banner-container .banner-content > .banner-content-flex .banner-content-right {
    padding-top: 0;
    width: 100%;
  }
  .home-container .feature-section {
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .home-container .feature-section .feature-row {
    display: block;
  }
  .home-container .feature-section .feature-row:nth-child(even) {
    padding-left: 0;
  }
  .home-container .feature-section .feature-row:nth-child(even) img {
    margin-bottom: 22px;
  }
  .home-container .info-section .info-block img {
    max-height: 485px;
    width: auto;
    height: 100%;
  }
  .home-container .info-section .info-block .info-item-wrapper {
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
  }
  .home-container .info-section .info-block .info-item-wrapper .info-item {
    width: 50%;
  }
  .home-container .info-section .info-block .info-item-wrapper .info-item.item-2, .home-container .info-section .info-block .info-item-wrapper .info-item.item-3, .home-container .info-section .info-block .info-item-wrapper .info-item.item-4 {
    transform: none;
  }
  .home-container .price-section {
    margin-top: 260px;
  }
  .home-container .price-section, .home-container .flw-section, .home-container .port-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .home-container .port-section img {
    width: 100%;
  }
  .footer-container > .row > .col-lg-4 {
    margin-bottom: 40px;
  }
  .footer-container > .row > .col-lg-8 > .row > div {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 563px) {
  [data-only-pc=""] {
    display: none !important;
  }
  [data-only-sp=""] {
    display: block !important;
  }
  .home-container .price-section {
    margin-top: 940px;
  }
  .home-container .info-section .info-block .info-item-wrapper .info-item {
    width: 100%;
  }
  .home-container .feature-section .btn-site-name {
    right: -345px;
    white-space: nowrap;
  }
  .home-container .banner-container .scroll-bar-container {
    width: 30px;
  }
  .home-container .banner-container .scroll-bar-container .scroll-text-r {
    left: -10px;
  }
  .home-container .guide-section .iframe-yt {
    padding: 0 30px;
  }
  .home-container .guide-section .iframe-yt iframe {
    width: 100%;
  }
  .footer-container {
    padding: 32px 30px 21px 30px;
    margin-bottom: 77px;
  }
  .footer-container li .a-btn {
    max-width: 216px;
  }
  .footer-container > .row > .col-lg-8 {
    padding-left: 0;
  }
  .footer-container > .row > .col-lg-8 > .row .col-lg-4 {
    padding-left: 15px;
  }
  .menu-overlay .menu-content {
    padding-bottom: 80px;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
  }
  .menu-overlay .menu-item:last-child {
    margin-bottom: 30px;
  }
  .menu-overlay .menu-item-sp {
    margin-bottom: 16px;
  }
  .menu-overlay .menu-item-sp a h4 {
    letter-spacing: 0.1em;
    color: #010000;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 375px) {
  .home-container .title-line .line-1, .home-container .title-line .line-2 {
    width: 22px;
  }
  .home-container .title-line .line-1 {
    border: 1px solid #8fc31f;
  }
  .home-container .title-line .line-2 {
    border: 1px solid #a4a4a4;
  }
  .home-container h2.section-title {
    font-size: 24px;
  }
  .home-container .banner-container .scroll-bar-container .scroll-bar {
    bottom: -26px;
    left: calc(50% + 3px);
  }
  .home-container .banner-container .scroll-bar-container .scroll-text-r {
    bottom: 88px;
    left: -8px;
  }
  .home-container .banner-container .banner-content > .banner-content-flex {
    margin-top: 173px;
    margin-left: 2px;
    display: block;
  }
  .home-container .banner-container .banner-content > .banner-content-flex img {
    margin-bottom: 0;
    margin: auto;
  }
  .home-container .banner-container .banner-content > .banner-content-flex .banner-content-right {
    padding-top: 137px;
  }
  .home-container .banner-container .banner-content > .banner-content-flex .banner-content-right h1 {
    line-height: normal;
    font-size: 26px;
    line-height: 175%;
    margin-bottom: 10px;
  }
  .home-container .banner-container .banner-content > .banner-content-flex .banner-content-right h3 {
    font-size: 14px;
  }
  .home-container .feature-section {
    padding-bottom: 95px;
  }
  .home-container .feature-section .feature-row img {
    margin-left: 0;
  }
  .home-container .feature-section .feature-row .feature-right {
    margin-top: 24px;
  }
  .home-container .feature-section .feature-row .feature-right h2 {
    font-size: 24px;
    margin-bottom: 2px;
  }
  .home-container .feature-section .feature-row .feature-right h2 .hightlight {
    font-size: 32px;
  }
  .home-container .feature-section .feature-row .feature-right p {
    font-size: 16px;
    padding-left: 0;
  }
  .home-container .feature-section .feature-row:nth-child(even) {
    padding-left: 0;
  }
  .home-container .feature-section .btn-site-name {
    font-size: 96px;
    line-height: normal;
    right: -310px;
    bottom: 25px;
  }
  .home-container .info-section .title-line {
    margin-bottom: 195px;
  }
  .home-container .info-section .info-block .info-item-wrapper {
    top: -148px;
  }
  .home-container .info-section .info-block .info-item-wrapper .info-item {
    padding-top: 7px;
  }
  .home-container .info-section .info-block .info-item-wrapper .info-item .info-item-top img {
    width: 144px;
    height: 144px;
  }
  .home-container .price-section {
    margin-top: 970px;
  }
  .home-container .price-section .title-line {
    margin-bottom: 53px;
  }
  .home-container .price-section .price-block .price-most {
    padding: 0;
  }
  .home-container .price-section .price-block .price-most .num-price {
    font-size: 30px;
  }
  .home-container .price-section .price-block .price-most .num-price > span {
    font-size: 18px;
  }
  .home-container .price-section .price-block ul {
    margin-top: 32px;
    padding-left: 20px;
    margin-bottom: 80px;
  }
  .home-container .flw-section {
    margin-bottom: 132px;
  }
  .home-container .flw-section .title-line {
    margin-bottom: 54px;
  }
  .home-container .flw-section .flw-slider {
    padding: 0 0 0 34px;
  }
  .home-container .flw-section .flw-slider .flw-to-use .slick-dots {
    padding-right: 34px;
  }
  .home-container .guide-section .title-line {
    margin-bottom: 52px;
  }
  .home-container .guide-section .iframe-yt iframe {
    height: 180px;
  }
  .home-container .port-section {
    margin-bottom: 155px;
  }
  .home-container .port-section .title-line {
    margin-bottom: -7px;
  }
  .home-container .port-section img {
    margin-bottom: 5px;
  }
  .home-container .port-section h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .home-container .port-section p {
    letter-spacing: 0.1em;
  }
  .footer-container {
    padding-top: 40px;
  }
  .footer-container li .a-btn {
    max-width: 216px;
  }
  .footer-container > .row > .col-lg-4 {
    margin-bottom: 45px;
  }
  .footer-container > .row > .col-lg-8 {
    padding-left: 0;
  }
  .footer-container > .row > .col-lg-8 > .row .col-lg-4 {
    padding-left: 15px;
  }
  .footer-container > .row > .col-lg-8 > .row > div {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 320px) {
  .home-container .port-section img {
    width: 100%;
  }
  .home-container .feature-section .feature-row img {
    width: 100%;
  }
}
@keyframes scroll-ball-animate {
  0% {
    top: -1px;
  }
  100% {
    top: 87px;
  }
}
@keyframes menu-open {
  0% {
    right: -100%;
    opacity: 0;
  }
  10% {
    right: -50%;
    opacity: 1;
  }
  100% {
    right: 0%;
    opacity: 1;
  }
}
@keyframes menu-close {
  0% {
    right: 0%;
    opacity: 1;
  }
  100% {
    right: -100%;
    opacity: 0;
  }
}/*# sourceMappingURL=index.css.map */