@charset "UTF-8";
* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
  font-size: 16px;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 100px;
    font-size: 14px;
  }
}

body {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

a [href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 767px) {
  a [href^="tel:"] {
    pointer-events: auto;
  }
}

ol,
dl {
  margin-bottom: 0;
  padding-left: 0;
}

h2 {
  font-size: clamp(1.25rem, 1.019rem + 0.64vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 0;
}

h3 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-weight: 700;
}

p {
  margin-bottom: 0;
}

span {
  display: inline-block;
}

@media (max-width: 576px) {
  .container {
    width: 95%;
  }
}

.delay01 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay02 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay03 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.header {
  position: fixed;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  /* ON の背景色を示すクラス */
}
.header .bg-colored {
  background-color: #21207b;
}
@media (max-width: 991px) {
  .header .bg-colored {
    background-color: transparent;
  }
}
@media (max-width: 991px) {
  .header {
    position: absolute;
    z-index: 999;
  }
}
.header.bg-colored {
  background-color: #223f85 !important; /* ON の背景色 */
}
.header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .header_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.header_logo {
  width: 350px;
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .header_logo {
    width: 280px;
  }
}
@media (max-width: 991px) {
  .header_logo {
    width: 100%;
    margin-left: 0;
    padding-top: 15px;
  }
}
.header_logo a {
  max-width: 100%;
  height: auto;
}
.header_logo img {
  vertical-align: baseline;
}

@-moz-document url-prefix() {
  .header_title a {
    width: 380px;
  }
  @media (max-width: 576px) {
    .header_title a {
      width: 250px;
    }
  }
}
@media (max-width: 991px) {
  .nav {
    position: fixed;
    display: none;
    top: 0;
    width: 100%;
    height: 100vh;
    padding-top: 120px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
    opacity: 0;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
@media (max-width: 991px) {
  .nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nav_item {
  display: inline-block;
}
.nav_item:last-of-type {
  background: #0eb1e4;
  background: -webkit-linear-gradient(315deg, rgb(14, 177, 228) 0%, rgb(101, 91, 243) 100%);
  background: linear-gradient(135deg, rgb(14, 177, 228) 0%, rgb(101, 91, 243) 100%);
}
@media (max-width: 991px) {
  .nav_item:last-of-type {
    display: none;
  }
}
.nav_item:last-of-type a {
  text-align: center;
  padding: 10px 10px 0;
}
.nav_item:last-of-type a p {
  line-height: 1.2;
  font-size: 16px;
}
.nav_item:last-of-type a img,
.nav_item:last-of-type a span {
  display: block;
  margin: 0 auto;
}
.nav_item:last-of-type a span {
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "MS PGothic", arial, helvetica, sans-serif;
  white-space: nowrap;
}
.nav_item a {
  position: relative;
  display: table-cell;
  height: 120px;
  padding: 0 1.5vw 0;
  text-decoration: none;
  color: white;
  font-size: clamp(1rem, 0.885rem + 0.32vw, 1.125rem);
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .nav_item a {
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    color: #333;
    font-size: 18px;
    padding: 30px 0;
  }
}

.hamburger {
  display: none;
}
@media (max-width: 991px) {
  .hamburger {
    display: block;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 999;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 25px;
    height: 3px;
    background-color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 22px;
  }
  .hamburger_border_bottom {
    top: 30px;
  }
}

@media (max-width: 991px) {
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 1;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }
}

.nav-open .nav {
  display: block;
  opacity: 1;
  z-index: 9999;
}
.nav-open .black_bg {
  opacity: 0.95;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-open .hamburger_border_top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger_border_center {
  width: 0;
  left: 50%;
}
.nav-open .hamburger_border_bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
}

.nav ul li:not(:last-of-type) a {
  position: relative;
  /*ホバーエフェクト*/
}
.nav ul li:not(:last-of-type) a::after {
  /*マークのスタイル*/
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #0eb1e4;
  border-radius: 50%;
  top: 20px;
  left: calc(50% - 5px);
  opacity: 0; /*不透明度0で非表示*/
  -webkit-transform: translateY(50%); /*下方向へ50%移動*/
  transform: translateY(50%);
  -webkit-transition: all 0.6s ease; /*アニメーションの速度設定*/
  transition: all 0.6s ease;
}
@media (max-width: 991px) {
  .nav ul li:not(:last-of-type) a::after {
    background-color: #21207b;
    top: 10px;
  }
}
.nav ul li:not(:last-of-type) a:hover::after {
  opacity: 1; /*不透明度1で表示*/
  -webkit-transform: translateY(0); /*0位置に移動*/
  transform: translateY(0);
}

.fv_img {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .fv_img {
    position: static;
  }
}
.fv #mainvisual {
  height: 100vh;
}
@media (max-width: 991px) {
  .fv #mainvisual {
    height: 80vh;
  }
}
.fv h1 {
  font-size: clamp(1.5rem, 1.172rem + 1.64vw, 2.188rem);
  padding: 300px 0;
  font-weight: 900;
  line-height: 2.5;
  color: #000;
  text-shadow: 2px 3px 4px rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .fv h1 {
    padding: 200px 0 150px;
  }
}
@media (max-width: 767px) {
  .fv h1 {
    padding-top: 150px;
  }
}

.sp_contact {
  display: none;
}
@media (max-width: 991px) {
  .sp_contact {
    display: block;
    position: absolute;
    bottom: 105px;
    width: 100%;
    background: #0eb1e4;
    background: -webkit-linear-gradient(315deg, rgb(14, 177, 228) 0%, rgb(101, 91, 243) 100%);
    background: linear-gradient(135deg, rgb(14, 177, 228) 0%, rgb(101, 91, 243) 100%);
  }
  .sp_contact-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: center;
    padding: 15px 0;
  }
  .sp_contact-box img {
    width: 3rem;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sp_contact p {
    color: white;
    font-size: clamp(1.5rem, 1.321rem + 0.89vw, 1.875rem);
    line-height: 1.2;
    padding-left: 20px;
  }
  .sp_contact p:last-of-type {
    font-size: clamp(2.188rem, 2.038rem + 0.75vw, 2.5rem);
    font-family: "MS PGothic", arial, helvetica, sans-serif;
    letter-spacing: 3px;
  }
}

.scroll_infinity:last-of-type {
  padding-bottom: 100px;
}
.scroll_infinity-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.scroll_infinity-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll_infinity-listRight {
  -webkit-animation: infinity-scroll-right 50s infinite linear 0.5s both;
          animation: infinity-scroll-right 50s infinite linear 0.5s both;
}
.scroll_infinity-listLeft {
  -webkit-animation: infinity-scroll-left 50s infinite linear 0.5s both;
          animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
.scroll_infinity-item {
  width: 20vw;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .scroll_infinity-item {
    width: 33.3333333333vw;
  }
}
@media (max-width: 767px) {
  .scroll_infinity-item {
    width: 66.6666666667vw;
  }
}
.scroll_infinity-item > img {
  width: 100%;
}

@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.blog {
  background-color: white;
  padding: 120px 0 0;
}
@media (max-width: 767px) {
  .blog {
    width: 80%;
    padding: 70px 0 0;
  }
}
.blog a {
  -webkit-box-shadow: 5px 5px 1px #6863af;
          box-shadow: 5px 5px 1px #6863af;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.blog a:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.schedule {
  background-color: #D4ECFF;
}
.schedule_ttl p {
  padding-top: 15px;
}
.schedule_item {
  padding-top: 30px;
}

.fc .fc-button .fc-icon {
  vertical-align: bottom;
}

.fc .fc-button-primary {
  background-color: #21207b;
}

.holiday-event {
  background-color: #d6d6d6 !important;
}

.fc-h-event .fc-event-title {
  font-size: 0.9rem;
}

.fc-daygrid-event-dot {
  display: none;
}

tbody {
  background-color: white;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: #acf7f3;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  color: white;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .fc-direction-ltr .fc-daygrid-event.fc-event-end,
  .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    padding: 5px;
    overflow: hidden;
  }
}

.fc-h-event {
  border: none;
}

@media (max-width: 767px) {
  .fc-daygrid-dot-event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.youtube {
  background-color: white;
}
.youtube .slash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 15px;
}
.youtube .slash::before, .youtube .slash::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #333;
}
.youtube .slash::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 2rem;
}
.youtube .slash::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 2rem;
}
.youtube_item {
  margin-top: 30px;
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube_item iframe {
  width: 100%;
  height: 100%;
}

.insta {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .insta {
    margin-top: 50px;
  }
}
.insta_ttl p {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .insta_ttl p {
    padding-top: 15px;
  }
}
.insta_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
  padding-left: 0;
}
.insta_list li {
  position: relative;
  width: calc((100% - 40px) / 3);
}
@media (max-width: 991px) {
  .insta_list li {
    width: calc((100% - 20px) / 2);
  }
}
.insta_list li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.insta_list a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.insta_list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.insta_btn {
  text-align: right;
}
.insta_btn a {
  background-color: #21207b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: white;
  -webkit-box-shadow: 5px 5px 1px #6863af;
          box-shadow: 5px 5px 1px #6863af;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.insta_btn a:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.about {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .about {
    padding-top: 70px;
  }
}
.about_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .about_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about_img {
  width: 49%;
  height: auto;
}
@media (max-width: 991px) {
  .about_img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.about_text {
  width: 49%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .about_text {
    width: 100%;
    padding-top: 15px;
  }
}
.about_text table {
  width: 100%;
}
.about_text table thead {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}
.about_text table th {
  padding: 0.3rem 1rem;
  vertical-align: top;
}
.about_text table tbody th {
  width: 40%;
}
.about_text img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .about_text img {
    display: none;
  }
}
.about_details {
  padding-top: 70px;
}
.about_details-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
}
@media (max-width: 991px) {
  .about_details-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about_details figure {
  width: 32%;
}
@media (max-width: 991px) {
  .about_details figure {
    width: 100%;
  }
}
.about_details figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .about_details figure img {
    height: 300px;
  }
}
.about_details figure figcaption {
  font-size: 0.9rem;
  text-align: center;
}

.price {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .price {
    padding-top: 70px;
  }
}
.price_ttl {
  padding-bottom: 30px;
}
.price_ttl p {
  padding-top: 30px;
}
.price table {
  border-collapse: collapse;
  width: 100%;
}
.price table thead {
  background-color: #21207b;
  color: white;
}
@media (max-width: 991px) {
  .price table thead {
    display: none;
  }
}
@media (max-width: 991px) {
  .price table tr {
    border: 1px solid #707070;
  }
}
.price table th,
.price table td {
  text-align: center;
  border: 1px solid #707070;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .price table td {
    display: block;
    border: none;
    padding: 10px 0;
  }
  .price table td:first-of-type {
    background-color: #21207b;
    color: white;
    font-size: 18px;
  }
  .price table td:last-of-type {
    font-size: clamp(1.75rem, 1.392rem + 1.79vw, 2.5rem);
  }
}
.price table caption {
  color: #333;
  font-size: 0.9rem;
}
.price_basic {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .price_charter td:first-of-type {
    background-color: #2339bb;
  }
}

.contact {
  position: relative;
  padding-top: 150px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .contact {
    padding-top: 70px;
  }
}
.contact_box {
  margin-top: 30px;
  border: 1px solid #707070;
}
.contact_item {
  background: #0eb1e4;
  background: -webkit-linear-gradient(315deg, rgb(14, 177, 228) 0%, rgb(101, 91, 243) 100%);
  background: linear-gradient(135deg, rgb(14, 177, 228) 0%, rgb(101, 91, 243) 100%);
  text-align: center;
  padding: 15px 0;
}
.contact_item p {
  font-size: clamp(1.125rem, 0.779rem + 0.96vw, 1.5rem);
  color: white;
  line-height: 1.2;
}
.contact_item p:last-of-type {
  font-size: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
  font-family: "MS PGothic", arial, helvetica, sans-serif;
  letter-spacing: 3px;
}
.contact_line > div {
  text-align: center;
  padding: 15px 0;
}
.contact_line p {
  display: inline-block;
  font-size: clamp(1.125rem, 0.779rem + 0.96vw, 1.5rem);
  padding-right: 15px;
}

.cta_btn {
  display: none;
}
@media (max-width: 991px) {
  .cta_btn {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 99;
  }
  .cta_btn ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }
  .cta_btn ul li {
    text-align: center;
    color: white;
  }
  .cta_btn ul li:first-of-type {
    background-color: #2267bb;
  }
  .cta_btn ul li:nth-of-type(2) {
    background-color: #2339bb;
  }
  .cta_btn ul li:last-of-type {
    background-color: #1c1688;
  }
  .cta_btn ul a {
    width: 33.3333333333vw;
    padding: 20px 10px;
  }
  .cta_btn ul img {
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
  }
}

.waves {
  position: relative;
  width: 100%;
  height: 10vh;
  margin-bottom: -7px; /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}
@media (max-width: 767px) {
  .waves {
    height: 5vh;
    min-height: 30px;
    max-height: 50px;
  }
}

/* Animation */
.parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  -webkit-animation-delay: -3.5s;
          animation-delay: -3.5s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}

.parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
            transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
            transform: translate3d(85px, 0, 0);
  }
}
footer {
  background-color: #21207b;
  border: none;
}
@media (max-width: 991px) {
  footer {
    margin-bottom: 70px;
  }
}
footer .sns-icon {
  padding: 40px 0;
}
footer .sns-icon a {
  padding: 0 30px;
}
footer p {
  color: white;
  padding-bottom: 50px;
}/*# sourceMappingURL=index.css.map */