@charset "UTF-8";
/*********************************

_main.scss

*********************************/
/*********************************

_variables.scss

*********************************/
/*********************************

_mixins.scss

*********************************/
/*********************************

_functions.scss

*********************************/
/*********************************

_base.scss

*********************************/
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-word;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: #001f41;
  background-color: #fff;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

section {
  position: relative;
}

main {
  margin: 0 auto;
  display: block;
  overflow: hidden;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  line-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Hide HTML5 Up and Down arrows. */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

textarea {
  resize: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}

ul {
  list-style-position: inside;
}

::-webkit-input-placeholder {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}

::placeholder,
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
button:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

@media print, screen and (max-width: 1700px) and (min-width: 769px) {
  main {
    padding: 4.7058823529vw 0 0;
  }
}
@media print, screen and (max-width: 768px) {
  main {
    padding: 13.3333333333vw 0 0;
  }
}
/*********************************

_misc.scss

*********************************/
.headingV1 {
  font-family: "Cinzel", serif;
  font-size: 2.8235294118vw;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
}

.headingV2 {
  font-family: "Cinzel", serif;
  font-size: 8.8235294118vw;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

.headingV3 {
  padding: 0.1176470588vw 0 0.2352941176vw 1.6470588235vw;
  border-left: 0.2352941176vw solid #001f41;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4117647059vw;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.2em;
}

.subheadingV1 {
  font-size: 1.0588235294vw;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
}

.subheadingV2 {
  font-size: 2.3529411765vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.subheadingV2 .highlite1 {
  font-size: 3.5294117647vw;
  color: #c3b37d;
}

.listItemV1 {
  padding: 1.3529411765vw 1.0588235294vw 1.4705882353vw 1.0588235294vw;
  list-style: none;
}
.listItemV1__item {
  padding: 0.8235294118vw 0.4705882353vw 0.7058823529vw 2.1176470588vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9411764706vw;
  line-height: 1.35;
  letter-spacing: 0;
  color: #1b1b1b;
  position: relative;
  background-color: #f5f5f5;
}
.listItemV1__item:not(:first-of-type) {
  margin-top: 0.5882352941vw;
}
.listItemV1__item:before {
  margin: auto;
  content: "";
  position: absolute;
  top: 1vw;
  right: auto;
  bottom: auto;
  left: 0.6470588235vw;
  width: 0.9411764706vw;
  height: 0.9411764706vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./../images/common/list-icon-1.png");
}

.listItemV2 {
  list-style: none;
  width: 100%;
}
.listItemV2__item {
  padding: 1.1764705882vw 1.1764705882vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0588235294vw;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.05em;
  color: #001f41;
  position: relative;
  background-color: #fff;
}
.listItemV2__item:not(:first-of-type) {
  margin-top: 0.7058823529vw;
}

.noteV1 {
  margin: 1.7647058824vw auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9411764706vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.bgStyle1 {
  margin: 0;
  padding: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 25.2352941176vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 0;
}

.cGold {
  color: #c3b37d;
}

.compareBox {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.compareBox__text {
  padding: 0.5882352941vw;
  width: 13.1176470588vw;
  height: 6.4117647059vw;
  background-color: #fff;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0588235294vw;
  line-height: 1.2;
  font-weight: 500;
}
.compareBox__or {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1764705882vw;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.loaderScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (max-width: 768px) {
  .headingV1 {
    font-size: 6.4vw;
    letter-spacing: 0.1em;
  }
  .headingV2 {
    font-size: 13.3333333333vw;
    letter-spacing: 0.05em;
  }
  .headingV3 {
    padding: 0.5333333333vw 0 1.0666666667vw 2.6666666667vw;
    border-left: 0.5333333333vw solid #001f41;
    font-size: 3.7333333333vw;
    letter-spacing: 0.02em;
  }
  .subheadingV1 {
    font-size: 3.2vw;
    letter-spacing: 0.1em;
  }
  .subheadingV2 {
    font-size: 4.2666666667vw;
    letter-spacing: 0.08em;
  }
  .subheadingV2 .highlite1 {
    font-size: 5.8666666667vw;
  }
  .listItemV1 {
    padding: 2.6666666667vw 1.3333333333vw;
    list-style: none;
  }
  .listItemV1__item {
    padding: 1.6vw 1.3333333333vw 1.6vw 3.7333333333vw;
    font-size: 2.6666666667vw;
  }
  .listItemV1__item:not(:first-of-type) {
    margin-top: 2.6666666667vw;
  }
  .listItemV1__item:before {
    top: 2.6666666667vw;
    left: 0.5333333333vw;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
  .listItemV2 {
    margin-top: 5.3333333333vw;
  }
  .listItemV2__item {
    padding: 3.2vw 2.6666666667vw;
    font-size: 3.2vw;
  }
  .listItemV2__item:not(:first-of-type) {
    margin-top: 2.6666666667vw;
  }
  .noteV1 {
    margin: 8vw auto 0;
    font-size: 2.6666666667vw;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }
  .compareBox {
    margin: 5.3333333333vw auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .compareBox__text {
    padding: 2.6666666667vw;
    width: 59.4666666667vw;
    height: 29.0666666667vw;
    font-size: 3.2vw;
    line-height: 1.35;
  }
  .compareBox__or {
    margin: 2.6666666667vw auto;
    font-size: 4.2666666667vw;
  }
}
/*********************************

_utilities.scss

*********************************/
.textCenter {
  text-align: center;
}

.displayNone {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .pcBlock {
    display: block;
  }
  .spBlock {
    display: none !important;
  }
  .pcFlex {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .spFlex {
    display: none !important;
  }
}
@media print, screen and (max-width: 768px) {
  .pcBlock {
    display: none !important;
  }
  .spBlock {
    display: block;
  }
  .pcFlex {
    display: none !important;
  }
  .spFlex {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
}
/*********************************

_header.scss

*********************************/
.header {
  margin: 0 auto;
  width: 100vw;
  height: auto;
  position: fixed;
  color: #000;
  z-index: 10;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background-color: #001f41;
  color: #fff;
}
.header.is-fixed {
  background-color: #fff;
  -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 22px 1px rgba(0, 0, 0, 0.4);
}
.header__wrapper {
  padding-left: 4.1176470588vw;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: inherit;
  width: 100%;
}
.header__left {
  width: 15.5882352941vw;
}
.header__right {
  width: calc(100% - 15.5882352941vw);
}
.header__rightWrapper {
  width: 100%;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__logo {
  margin: 0;
}
.header__logo h1 {
  font-size: 2.8235294118vw;
  line-height: 1.2;
}
.header__logo img {
  margin: 0;
  max-width: 18.3529411765vw;
}
.header__hambuger {
  display: none;
}
.header__note {
  margin: 0 0 0 0.8823529412vw;
  font-size: 1.2941176471vw;
  font-weight: 500;
  line-height: 1.35;
}
.header__ctaWrapper {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__navItem {
  margin: 0 2.3529411765vw 0 0;
  position: relative;
}
.header__navItem:hover > .header__navSub {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header__navItemLink {
  padding: 2.9411764706vw 0 3vw;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9411764706vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.header__navItemLink.isActive {
  opacity: 1;
}
.header__navItemLink:hover {
  opacity: 1;
}
.header__navSub {
  margin: auto;
  padding: 0.5882352941vw 0 0;
}
.header__navSubItem {
  padding: 0.4705882353vw 0.4705882353vw 0.4705882353vw 1em;
  list-style: none;
}
.header__navSubItemLink {
  display: inline-block;
  font-size: 0.8235294118vw;
  line-height: 1.35;
}
.header__navSubItemLink:hover {
  opacity: 1;
}

@media print, screen and (max-width: 1700px) and (min-width: 769px) {
  .header__navItemLink {
    position: relative;
    display: inline-block;
  }
  .header__navItemLink.active:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 0.1176470588vw;
    background-color: #c3b37d;
  }
}
@media print, screen and (max-width: 768px) {
  .header {
    padding: 3.2vw;
    -webkit-filter: drop-shadow(3px 2px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(3px 2px 5px rgba(0, 0, 0, 0.5));
  }
  .header.isActive {
    background-color: #fff;
    -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 22px 1px rgba(0, 0, 0, 0.4);
  }
  .header__wrapper {
    max-width: initial;
    padding-left: 0;
  }
  .header__right {
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    height: auto;
    width: 100%;
    display: none;
    overflow: scroll;
    height: calc(100dvh - 18.6666666667vw);
  }
  .header__rightWrapper {
    padding: 5.3333333333vw 4vw;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
  }
  .header__left {
    width: calc(100% - 9.6vw);
  }
  .header__logo h1 {
    font-size: 5.3333333333vw;
  }
  .header__logo img {
    margin: 0;
    max-width: 40vw;
  }
  .header__note {
    margin: 2.6666666667vw 0 0;
    font-size: 3.2vw;
  }
  .header__hambuger {
    position: relative;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 8.5333333333vw;
    height: 4.8vw;
    cursor: pointer;
  }
  .header__hambugerInner, .header__hambuger:before, .header__hambuger:after {
    margin: auto;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
  .header__hambugerInner {
    top: 0;
    bottom: 0;
  }
  .header__hambuger:before {
    top: 0;
    bottom: auto;
  }
  .header__hambuger:after {
    top: auto;
    bottom: 0;
  }
  .header__hambuger.isActive .header__hambugerInner {
    opacity: 0;
  }
  .header__hambuger.isActive::before {
    top: 2.4vw;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header__hambuger.isActive::after {
    bottom: 2.4vw;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header__ctaWrapper {
    margin-top: 5.3333333333vw;
  }
  .header__nav {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__navItem {
    margin: 0;
    padding: 2.6666666667vw 0;
    width: 100%;
  }
  .header__navItem:not(:first-of-type) {
    border-top: 1px solid #001f41;
  }
  .header__navItemLink {
    margin-right: 0;
    font-size: 4.2666666667vw;
    position: relative;
    display: inline-block;
    color: #001f41;
  }
  .header__navSub {
    padding: 2.6666666667vw 0 0;
  }
  .header__navSubItem {
    padding: 2.1333333333vw 2.1333333333vw 2.1333333333vw 1em;
  }
  .header__navSubItemLink {
    padding-left: 4vw;
    font-size: 4vw;
    position: relative;
    display: inline-block;
  }
}
/*********************************

_footer.scss

*********************************/
.footer {
  background-color: #001f41;
  color: #fff;
}
.footer__wrapper {
  margin: 0 auto;
  max-width: 75.2941176471vw;
}
.footer__nav {
  padding: 2.9411764706vw 0 3vw;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__navItem {
  margin: 0 2.3529411765vw 0 0;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9411764706vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.footer__content {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.footer__contentLeft {
  width: 50%;
}
.footer__contentRight {
  width: 50%;
}
.footer__logo {
  display: block;
  padding: 1.5294117647vw 2.3529411765vw;
  width: 23.0588235294vw;
}
.footer__contactText {
  margin: 2.3529411765vw auto 1.1764705882vw;
  font-size: 1.0588235294vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}
.footer__copy {
  margin-top: 0.8823529412vw;
  padding: 1.4705882353vw 0.5882352941vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9411764706vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.footer__contactNum {
  padding-left: 1.8823529412vw;
  font-size: 2.1176470588vw;
  line-height: 0.6666666667;
  letter-spacing: 0.1em;
  color: #c3b37d;
  position: relative;
  display: inline-block;
}
.footer__contactNum:before {
  margin: auto;
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 1.2941176471vw;
  height: 1.7058823529vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("./../images/common/tel-icon.png");
}
.footer__address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9411764706vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.footer__map {
  margin: 1.1764705882vw 0 0;
  width: 37.4117647059vw;
  height: 22.1764705882vw;
}
.footer__map iframe {
  width: 100%;
  height: 100%;
}

@media print, screen and (max-width: 1700px) and (min-width: 769px) {
  .footer__navItem:not(:last-of-type) {
    margin: 0 2.1764705882vw 0 0;
  }
}
@media print, screen and (max-width: 768px) {
  .footer__wrapper {
    margin: 0 auto;
    padding: 10.6666666667vw 4vw 0;
    max-width: initial;
  }
  .footer__nav {
    padding: 0;
    width: 74.6666666667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer__navItem {
    margin: 0 0 2.6666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    width: 50%;
  }
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer__contentLeft {
    margin-top: 10.6666666667vw;
    width: 100%;
  }
  .footer__contentRight {
    margin-top: 10.6666666667vw;
    width: 100%;
  }
  .footer__logo {
    margin: 0 auto;
    padding: 5.3333333333vw;
    width: 58.6666666667vw;
  }
  .footer__contact {
    margin-top: 8vw;
    text-align: center;
  }
  .footer__contactText {
    margin: 5.3333333333vw auto 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.35;
    letter-spacing: 0.05em;
  }
  .footer__copy {
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.35;
  }
  .footer__contactNum {
    padding-left: 8.5333333333vw;
    font-size: 4.8vw;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .footer__contactNum:before {
    width: 5.8666666667vw;
    height: 7.7333333333vw;
  }
  .footer__address {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .footer__map {
    margin: 5.3333333333vw auto 0;
    width: 100%;
    height: 53.3333333333vw;
  }
  .footer__map iframe {
    width: 100%;
    height: 100%;
  }
}
/*********************************

_sidebar.scss

*********************************/
.section__header {
  position: relative;
}
.section__header.bLineV1 {
  padding-bottom: 24px;
}
.section__header.bLineV1:after {
  margin: auto;
  position: absolute;
  content: "";
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 59px;
  background-color: #c3b37d;
}
.section__header--v2 {
  position: relative;
}
.section__header--v2 .section__subheading {
  margin: auto;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-56%);
  transform: translateY(-56%);
}
.section__header--v2 .headingV2 {
  opacity: 0.1;
}
.section__wrapper.frameLimit1 {
  margin: 0 auto;
  width: 75.2941176471vw;
}
.section__wrapper.frameLimit2 {
  margin: 0 auto;
  width: 64.7058823529vw;
}

@media print, screen and (max-width: 768px) {
  .section__wrapper {
    padding: 0 4vw;
  }
  .section__wrapper.frameLimit1 {
    margin: 0 auto;
    width: 100%;
  }
  .section__wrapper.frameLimit2 {
    margin: 0 auto;
    width: 100%;
  }
  .section__header--v2 .section__subheading {
    -webkit-transform: translateY(-64%);
    transform: translateY(-64%);
  }
}
/*********************************

_kv.scss

*********************************/
.kv__row1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 39.0625vw;
  position: relative;
  z-index: 2;
}
.kv__row1__imgLeft {
  position: absolute;
  bottom: -7.9166666667vw;
  left: 0;
  right: auto;
  width: 40.9895833333vw;
}
.kv__row1__imgRight {
  position: absolute;
  bottom: -0.0520833333vw;
  right: 0;
  left: auto;
  width: 34.1145833333vw;
}
.kv__row1__heading {
  position: absolute;
  bottom: -1.6666666667vw;
  right: -7.3958333333vw;
  left: auto;
  font-family: "Cinzel", serif;
  font-weight: normal;
  font-size: 4.7916666667vw;
  color: #001f41;
  line-height: 1.2;
  letter-spacing: 0;
}
.kv__row1__centerText {
  margin: auto;
  position: absolute;
  top: 18.5416666667vw;
  left: 0;
  right: 0;
  bottom: auto;
  width: 46.875vw;
  text-align: center;
  font-size: 1.7708333333vw;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 0.2083333333vw rgba(0, 0, 0, 0.5), 0 0 0.4166666667vw rgba(0, 0, 0, 0.5), 0 0 0.8333333333vw rgba(0, 0, 0, 0.5), 0 0 1.6666666667vw rgba(0, 0, 0, 0.5);
}
.kv__row2 {
  background-color: #001f41;
  height: 7.9166666667vw;
  position: relative;
  z-index: 1;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.kv__row2__news {
  padding-right: 2.0833333333vw;
  width: 46.4583333333vw;
}
.kv__row2__newsItem {
  padding-left: 5.2083333333vw;
  color: #c3b37d;
  position: relative;
  font-size: 0.8333333333vw;
  letter-spacing: 0.2em;
  line-height: 3.625;
  font-family: "Noto Sans JP", sans-serif;
}
.kv__row2__newsItem:before {
  margin: auto;
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 3.8541666667vw;
  height: 0.15625vw;
  background-color: #c3b37d;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.marquee span {
  display: inline-block;
}
.marquee.active span {
  -webkit-animation: loop 15s linear infinite;
          animation: loop 15s linear infinite;
}

/* Safari */
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-115%);
            transform: translateX(-115%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-115%);
            transform: translateX(-115%);
  }
}
/* Safari */
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-135%);
            transform: translateX(-135%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-135%);
            transform: translateX(-135%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
}
@media print, screen and (max-width: 768px) {
  .kv__row1 {
    height: 96vw;
  }
  .kv__row1__imgLeft {
    position: absolute;
    bottom: -10.6666666667vw;
    left: 0;
    right: auto;
    width: 43.7333333333vw;
  }
  .kv__row1__imgRight {
    position: absolute;
    bottom: -0.2666666667vw;
    width: 36.8vw;
  }
  .kv__row1__heading {
    bottom: -2.6666666667vw;
    right: -7.4666666667vw;
    font-size: 7.4666666667vw;
    text-shadow: 0 0 1.0666666667vw rgba(225, 225, 225, 0.5), 0 0 2.1333333333vw rgba(225, 225, 225, 0.5), 0 0 4.2666666667vw rgba(225, 225, 225, 0.5), 0 0 8.5333333333vw rgba(225, 225, 225, 0.5);
  }
  .kv__row1__centerText {
    margin: auto;
    position: absolute;
    top: 26.6666666667vw;
    left: 0;
    right: 0;
    bottom: auto;
    width: 92.2666666667vw;
    font-size: 4.8vw;
    text-shadow: 0 0 1.0666666667vw rgba(0, 0, 0, 0.5), 0 0 2.1333333333vw rgba(0, 0, 0, 0.5), 0 0 4.2666666667vw rgba(0, 0, 0, 0.5), 0 0 8.5333333333vw rgba(0, 0, 0, 0.5);
  }
  .kv__row2 {
    background-color: #001f41;
    height: 10.6666666667vw;
    position: relative;
    z-index: 1;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .kv__row2__news {
    padding-right: 0;
    width: 53.3333333333vw;
  }
  .kv__row2__newsItem {
    padding-left: 6.6666666667vw;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
    line-height: 1.35;
  }
  .kv__row2__newsItem:before {
    width: 4.2666666667vw;
    height: 0.5333333333vw;
  }
}
/*********************************

_article.scss

*********************************/
/*********************************

_button.scss

*********************************/
.btnHeaderCta {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0588235294vw;
  line-height: 1.2;
  letter-spacing: 0.05em;
  background-color: #c3b37d;
  height: 100%;
  width: 12.3529411765vw;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btnHeaderCta span {
  position: relative;
  padding-left: 2.7058823529vw;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline-block;
}
.btnHeaderCta span:before {
  margin: auto;
  position: absolute;
  content: "";
  top: 0;
  right: auto;
  left: 0;
  bottom: 0;
  width: 1.6470588235vw;
  height: 1.1764705882vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./../images/common/mail-icon.png");
}

.btnV1 {
  padding: 0.5882352941vw;
  width: 11.5294117647vw;
  height: 3.1764705882vw;
  border: 1px solid #001f41;
  color: #001f41;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9411764706vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.btnV1:after {
  margin: auto;
  position: absolute;
  content: "";
  width: 3.5882352941vw;
  height: 1px;
  top: 0;
  bottom: 0;
  left: auto;
  right: -1.7647058824vw;
  background-color: #001f41;
}
.btnV1--gold {
  background-color: #c3b37d;
  border-color: #c3b37d;
}

@media print, screen and (max-width: 768px) {
  .btnHeaderCta {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.8vw;
    line-height: 1.2;
    letter-spacing: 0.05em;
    background-color: #c3b37d;
    height: 16vw;
    width: 56vw;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btnHeaderCta span {
    position: relative;
    padding-left: 12.2666666667vw;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
  }
  .btnHeaderCta span:before {
    margin: auto;
    position: absolute;
    content: "";
    top: 0;
    right: auto;
    left: 0;
    bottom: 0;
    width: 7.4666666667vw;
    height: 5.3333333333vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("./../images/common/mail-icon.png");
  }
  .btnV1 {
    padding: 2.6666666667vw;
    width: 48vw;
    height: 11.7333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.1em;
  }
  .btnV1:after {
    width: 16.2666666667vw;
    height: 1px;
    right: -8vw;
  }
  .btnV1--gold {
    background-color: #c3b37d;
    border-color: #c3b37d;
  }
}
.intro__wrapper {
  padding-top: 8.1176470588vw;
}
.intro__heading {
  text-align: center;
  font-size: 2.3529411765vw;
  letter-spacing: 0.1em;
  color: #001f41;
}
.intro__text {
  margin: 3.6470588235vw auto 0;
  padding-bottom: 1.9411764706vw;
  width: 100%;
  font-size: 0.9411764706vw;
  letter-spacing: 0.1em;
  line-height: 2.25;
  position: relative;
  text-align: center;
  color: #1b1b1b;
}
.intro__text:after {
  margin: auto;
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #001f41;
  width: 2.9411764706vw;
  height: 0.1764705882vw;
}
.intro__icons {
  margin: 3.8235294118vw 11.1764705882vw 8.0588235294vw auto;
  width: 74.8235294118vw;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro__iconItem img {
  margin-bottom: 0.9411764706vw;
  width: 5.7058823529vw;
}
.intro__iconItem__text {
  font-size: 1.4117647059vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #001f41;
  text-align: center;
  min-height: 4.1176470588vw;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro__iconItem:nth-child(1) {
  margin-right: 6.8235294118vw;
}
.intro__iconItem:nth-child(2) {
  margin-right: 4.3529411765vw;
}
.intro__iconItem:nth-child(3) {
  margin-right: 2.0588235294vw;
}
.intro__iconItem:nth-child(4) {
  margin-right: 2.4705882353vw;
}

@media print, screen and (max-width: 768px) {
  .intro__wrapper {
    padding: 10.6666666667vw 0 0;
  }
  .intro__heading, .intro__text, .intro__icons {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .intro__heading {
    font-size: 6.4vw;
    letter-spacing: 0.05em;
  }
  .intro__text {
    margin: 8vw auto 0;
    padding-bottom: 5.3333333333vw;
    width: 100%;
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .intro__text:after {
    width: 8vw;
    height: 0.5333333333vw;
  }
  .intro__icons {
    margin: 12vw auto;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .intro__iconItem {
    width: 33.33%;
  }
  .intro__iconItem img {
    margin-bottom: 1.3333333333vw;
    width: 12.8vw;
  }
  .intro__iconItem__text {
    font-size: 3.2vw;
    font-weight: bold;
    letter-spacing: 0;
    color: #001f41;
    text-align: center;
    min-height: 18.6666666667vw;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .intro__iconItem:nth-child(1) {
    margin-right: 0;
  }
  .intro__iconItem:nth-child(2) {
    margin-right: 0;
  }
  .intro__iconItem:nth-child(3) {
    margin-right: 0;
  }
  .intro__iconItem:nth-child(4) {
    margin-right: 0;
  }
}
.service {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.service__wrapper {
  padding: 7.6470588235vw 0 7.8823529412vw;
}
.service__list {
  margin: 2.0588235294vw auto 0;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 64.7058823529vw;
}
.service__listItem {
  padding: 1.5294117647vw 1vw;
  width: calc(33.33% - 1.1764705882vw);
  background-color: #fff;
  min-height: 13.3529411765vw;
}
.service__listItem__heading {
  padding-bottom: 0.5882352941vw;
  font-size: 1.1764705882vw;
  line-height: 1.2;
  letter-spacing: 0;
  color: #001f41;
  text-align: center;
  border-bottom: 0.1176470588vw solid #dfd6ba;
}
.service__listItem__heading span {
  display: block;
}
.service__listItem__heading .en {
  margin-top: 0.4705882353vw;
  font-family: "EB Garamond", serif;
  font-size: 0.8235294118vw;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #c3b37d;
}
.service__listItem__info {
  margin-top: 0.7058823529vw;
  padding: 0 0.4117647059vw;
  line-height: 0;
  list-style: none;
}
.service__listItem__infoItem {
  padding-left: 0.8823529412vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8235294118vw;
  line-height: 1.2;
  color: #001f41;
  position: relative;
}
.service__listItem__infoItem:not(:last-of-type) {
  margin-bottom: 0.4705882353vw;
}
.service__listItem__infoItem:before {
  margin: auto;
  position: absolute;
  content: "";
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 0.3529411765vw;
  height: 0.3529411765vw;
  background-color: #c3b37d;
}

@media print, screen and (min-width: 769px) {
  .service__listItem:nth-child(n+4) {
    margin-top: 1.2941176471vw;
  }
  .service__listItem:not(:nth-child(3n)) {
    margin-right: 1.7647058824vw;
  }
}
@media print, screen and (max-width: 768px) {
  .service__wrapper {
    padding: 13.3333333333vw 4vw;
  }
  .service__list {
    margin: 5.3333333333vw auto 0;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: initial;
  }
  .service__listItem {
    padding: 4vw 2.6666666667vw;
    width: calc(50% - 1.3333333333vw);
    min-height: 41.0666666667vw;
  }
  .service__listItem:nth-child(n+3) {
    margin-top: 4vw;
  }
  .service__listItem:not(:nth-child(2n)) {
    margin-right: 2.6666666667vw;
  }
  .service__listItem__heading {
    padding-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
    border-bottom: 0.5333333333vw solid #dfd6ba;
  }
  .service__listItem__heading .en {
    margin-top: 2.1333333333vw;
    font-size: 3.2vw;
    letter-spacing: 0.05em;
  }
  .service__listItem__info {
    margin-top: 3.2vw;
    padding: 0;
  }
  .service__listItem__infoItem {
    padding-left: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.2;
  }
  .service__listItem__infoItem:not(:last-of-type) {
    margin-bottom: 2.1333333333vw;
  }
  .service__listItem__infoItem:before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
}
.philosophy {
  background-color: #001f41;
}
.philosophy__wrapper {
  padding: 6.4705882353vw 0 8.3529411765vw;
}
.philosophy__circle {
  margin: 0 auto;
  width: 47.7058823529vw;
  height: 42.1764705882vw;
  position: relative;
}
.philosophy__circle::before {
  margin: auto;
  position: absolute;
  content: "";
  width: 14vw;
  height: 14vw;
  background-image: url("./../images/common/dot-circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 9.4117647059vw;
  left: 0;
  right: 0;
}
.philosophy__circleItem {
  margin: auto;
  position: absolute;
  width: 19.9411764706vw;
  height: 19.9411764706vw;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.philosophy__circleItem:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
}
.philosophy__circleItem:nth-child(2) {
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
}
.philosophy__circleItem:nth-child(3) {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
.philosophy__circleItem__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8823529412vw;
  letter-spacing: 0.1em;
  line-height: 2.25;
  width: 16.3529411765vw;
  height: 10.8235294118vw;
  text-align: center;
}
.philosophy__circleItem__title {
  margin-bottom: 0.4705882353vw;
  display: block;
  font-size: 0.9411764706vw;
  font-weight: bold;
  line-height: 1.35;
  color: #c3b37d;
}

@media print, screen and (max-width: 768px) {
  .philosophy__wrapper {
    padding: 13.3333333333vw 2.6666666667vw;
  }
  .philosophy__circle {
    margin: 0 auto;
    width: 94.6666666667vw;
    height: 77.3333333333vw;
  }
  .philosophy__circle::before {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    bottom: 13.3333333333vw;
  }
  .philosophy__circleItem {
    width: 45.3333333333vw;
    height: 45.3333333333vw;
  }
  .philosophy__circleItem:nth-child(1) {
    top: -4vw;
  }
  .philosophy__circleItem:nth-child(2) {
    bottom: -9.3333333333vw;
  }
  .philosophy__circleItem:nth-child(3) {
    bottom: -9.3333333333vw;
  }
  .philosophy__circleItem__text {
    margin-top: 1.3333333333vw;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4vw;
    letter-spacing: 0.02em;
    line-height: 1.75;
    width: 39.4666666667vw;
    height: 26.1333333333vw;
  }
  .philosophy__circleItem__title {
    margin-bottom: 1.6vw;
    font-size: 2.4vw;
  }
}
.features__wrapper {
  padding: 7.0588235294vw 0 8vw;
}
.features__heading {
  color: #001f41;
}
.features__subheading {
  color: #001f41;
}
.features__introText {
  margin: 0 auto 2.3529411765vw;
  font-size: 0.9411764706vw;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #001f41;
}
.features__list {
  margin: 0 auto;
  width: 64.7058823529vw;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2vw 2.3529411765vw;
}
.features__listItem {
  padding: 2.2941176471vw 2.0588235294vw 1.5882352941vw;
  width: calc(50% - 1.5688235294vw);
  min-height: 19.1764705882vw;
  background-color: #f5f6f7;
}
.features__listItem__img {
  margin: 0 auto 1.5294117647vw;
  width: 5.6470588235vw;
}
.features__listItem__heading {
  margin: 0 auto 1.4117647059vw;
  font-size: 1.2941176471vw;
  letter-spacing: 0.1em;
  color: #001f41;
  text-align: center;
}
.features__listItem__info {
  font-size: 0.9411764706vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #001f41;
  text-align: justify;
}

@media print, screen and (max-width: 768px) {
  .features__wrapper {
    padding: 13.3333333333vw 4vw;
  }
  .features__introText {
    margin: 0 auto 5.3333333333vw;
    font-size: 3.2vw;
  }
  .features__list {
    width: 100%;
    gap: 4vw 4vw;
  }
  .features__listItem {
    padding: 4vw 2.1333333333vw;
    width: calc(50% - 2vw);
    min-height: initial;
  }
  .features__listItem__img {
    margin: 0 auto 4vw;
    width: 10.6666666667vw;
  }
  .features__listItem__heading {
    margin: 0 auto 4vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
  }
  .features__listItem__info {
    font-size: 3.2vw;
    line-height: 1.35;
    letter-spacing: normal;
  }
}
.plan {
  position: relative;
  background-color: #f5f6f7;
}
.plan__wrapper {
  padding: 7.7647058824vw 0 8.1176470588vw;
  position: relative;
  z-index: 2;
}
.plan__header {
  position: relative;
  z-index: 2;
}
.plan__heading, .plan__subheading {
  color: #001f41;
}
.plan__introText {
  margin: 2.3529411765vw auto 0;
  font-size: 0.9411764706vw;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #001f41;
}
.plan__content1__list {
  margin: 2.1176470588vw auto 0;
  width: 64.7058823529vw;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.plan__content1__listItem {
  width: calc(33.33% - 1.5688235294vw);
  -webkit-box-shadow: 0 1px 0.5294117647vw 0.2352941176vw #c4c3c3;
          box-shadow: 0 1px 0.5294117647vw 0.2352941176vw #c4c3c3;
}
.plan__content1__listItem__header {
  padding: 1.4705882353vw 0.8823529412vw 1.1764705882vw;
  background-color: #c3b37d;
  min-height: 10.1176470588vw;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plan__content1__listItem__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0588235294vw;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}
.plan__content1__listItem__title .style1 {
  font-size: 1.1764705882vw;
  letter-spacing: 0.1em;
}
.plan__content1__listItem__title .style2 {
  padding: 0 0.5882352941vw;
  font-size: 1.7647058824vw;
}
.plan__content1__listItem__title .style3 {
  color: #59493f;
}
.plan__content2 {
  margin: 2.9411764706vw auto 0;
  padding: 4vw 1.1764705882vw;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0.5294117647vw 0.2352941176vw #c4c3c3;
          box-shadow: 0 1px 0.5294117647vw 0.2352941176vw #c4c3c3;
}
.plan__content2__wrapper {
  margin: 0 auto;
  width: 57.7647058824vw;
}
.plan__content2__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4117647059vw;
  letter-spacing: 0.2em;
  text-align: center;
}
.plan__content2__list {
  margin-top: 1.5294117647vw;
  padding-top: 1.7647058824vw;
  border-top: 0.2352941176vw solid #001f41;
}
.plan__content2__listItem {
  margin: 0 auto;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.plan__content2__listItem:not(:last-of-type) {
  margin-bottom: 1.3529411765vw;
}
.plan__content2__listItem__left {
  width: calc(100% - 29.9411764706vw);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4117647059vw;
  letter-spacing: 0.14em;
  font-weight: 500;
  line-height: 1.45;
}
.plan__content2__listItem__right {
  width: 29.9411764706vw;
}
.plan__content2__listItem {
  padding: 2.3529411765vw 1.9411764706vw;
  background-color: #eee;
}
.plan__pricingCards {
  margin-top: 1.5294117647vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.1764705882vw 0.8823529412vw;
}
.plan__pricingCard {
  width: 20.7352941176vw;
  margin: 1.1764705882vw 0;
  border: 0.1176470588vw solid #c3b37d;
  border-radius: 0.9411764706vw;
  background: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
.plan__pricingCard.noBeforeAfter .plan__pricingCard__before {
  display: none;
}
.plan__pricingCard.noBeforeAfter .plan__pricingCard__label.after {
  opacity: 0;
  pointer-events: none;
}
.plan__pricingCard__badge {
  display: inline-block;
  background: #c3b37d;
  color: #fff;
  padding: 0.4705882353vw 0.9411764706vw;
  border-radius: 1.1764705882vw;
  font-size: 0.8235294118vw;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: -0.9411764706vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plan__pricingCard__header {
  font-size: 1.4117647059vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding: 0 0.5882352941vw 1.1764705882vw;
}
.plan__pricingCard__priceBox {
  background: #c3b37d;
  color: #fff;
  padding: 0.9411764706vw;
  min-height: 7.6470588235vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.plan__pricingCard__before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.4705882353vw;
  position: relative;
}
.plan__pricingCard__before:after {
  content: "↓";
  position: absolute;
  bottom: -1.2941176471vw;
  left: 1.1764705882vw;
  font-size: 1.0588235294vw;
  font-family: "Noto Sans JP", sans-serif;
}
.plan__pricingCard__label {
  background: #81817F;
  color: #fff;
  font-weight: bold;
  font-size: 0.8235294118vw;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.2352941176vw 0.4705882353vw;
  border-top-left-radius: 0.2352941176vw;
  border-bottom-left-radius: 0.2352941176vw;
}
.plan__pricingCard__label.after {
  padding: 0.2352941176vw 0.4705882353vw 0;
  font-size: 0.9411764706vw;
  border-radius: 0;
  color: #F5E065;
  background-color: transparent;
}
.plan__pricingCard__oldPrice {
  padding: 0.2941176471vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #B2B2B3;
  color: #000;
  font-size: 0.8235294118vw;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: line-through;
  text-decoration-color: #FF0000;
  border-top-right-radius: 0.2352941176vw;
  border-bottom-right-radius: 0.2352941176vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.plan__pricingCard__after {
  margin-top: 0.5882352941vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.plan__pricingCard__newPrice {
  font-size: 1.0588235294vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
.plan__pricingCard__newPrice strong {
  font-size: 1.8823529412vw;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 0.2941176471vw;
}
.plan__pricingCard__sub {
  margin-top: 0.2941176471vw;
  font-size: 0.7058823529vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  width: 100%;
  text-align: right;
}
.plan__pricingCard__info {
  background-color: #B2B2B3;
  font-size: 0.7647058824vw;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0.5882352941vw;
}
.plan__pricingCard__features {
  list-style: none;
  padding: 0.9411764706vw 0.9411764706vw 1.4705882353vw;
  text-align: left;
}
.plan__pricingCard__features li {
  position: relative;
  padding-left: 1.4117647059vw;
  margin-bottom: 0.5882352941vw;
  font-size: 0.9411764706vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.plan__pricingCard__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #c3b37d;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.plan__pricingCard__footer {
  position: absolute;
  bottom: -0.9411764706vw;
  left: 0;
  right: 0;
  margin: auto;
  border: 0.1176470588vw solid #c9a54b;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  padding: 0.4705882353vw 0.9411764706vw;
  border-radius: 1.1764705882vw;
  font-size: 0.8235294118vw;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
}
.plan .table__wrap {
  width: 64.7058823529vw;
  margin: 2.3529411765vw auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.1764705882vw;
}
.plan .table__block:nth-child(1) {
  width: calc(60% - 0.5882352941vw);
}
.plan .table__block:nth-child(2) {
  width: calc(40% - 0.5882352941vw);
}
.plan table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.8235294118vw;
}
.plan th,
.plan td {
  border: 0.0588235294vw solid #d2d2d2;
  text-align: center;
  padding: 0.5882352941vw;
  font-size: 0.7647058824vw;
  font-family: "Noto Sans JP", sans-serif;
}
.plan th {
  background: #c3b37d;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}
.plan .note {
  margin-top: 0.5882352941vw;
  font-size: 0.7058823529vw;
}

@media print, screen and (max-width: 768px) {
  .plan__wrapper {
    padding: 13.3333333333vw 2.6666666667vw;
  }
  .plan__introText {
    margin: 5.3333333333vw auto 0;
    font-size: 3.2vw;
  }
  .plan__content1__list {
    margin: 5.3333333333vw auto 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .plan__content1__listItem {
    width: calc(50% - 2vw);
    -webkit-box-shadow: 0 1px 2.4vw 1.0666666667vw #c4c3c3;
            box-shadow: 0 1px 2.4vw 1.0666666667vw #c4c3c3;
  }
  .plan__content1__listItem:nth-child(n+3) {
    margin-top: 5.3333333333vw;
  }
  .plan__content1__listItem:not(:nth-child(2n)) {
    margin-right: 4vw;
  }
  .plan__content1__listItem:last-of-type {
    margin-right: 0;
  }
  .plan__content1__listItem__header {
    padding: 2.6666666667vw 1.6vw;
    min-height: initial;
  }
  .plan__content1__listItem__title {
    font-size: 3.2vw;
  }
  .plan__content1__listItem__title .style1 {
    font-size: 3.7333333333vw;
    letter-spacing: 0.02em;
  }
  .plan__content1__listItem__title .style2 {
    padding: 0 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
  .plan__content1__listItem__title .style3 {
    color: #59493f;
  }
  .plan__content2 {
    margin: 10.6666666667vw auto 0;
    padding: 5.3333333333vw 2.1333333333vw;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2.4vw 1.0666666667vw #c4c3c3;
            box-shadow: 0 1px 2.4vw 1.0666666667vw #c4c3c3;
  }
  .plan__content2__wrapper {
    margin: 0 auto;
    width: 100%;
  }
  .plan__content2__heading {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.7333333333vw;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .plan__content2__list {
    margin-top: 5.3333333333vw;
    padding-top: 4vw;
    border-top: 1.0666666667vw solid #001f41;
  }
  .plan__content2__listItem {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .plan__content2__listItem:not(:last-of-type) {
    margin-bottom: 4vw;
  }
  .plan__content2__listItem__left {
    width: 100%;
    font-size: 3.7333333333vw;
    letter-spacing: 0.02em;
  }
  .plan__content2__listItem__right {
    width: 100%;
  }
  .plan__content2__listItem {
    padding: 5.3333333333vw 2.6666666667vw;
  }
  .plan__pricingCards {
    margin-top: 6.9333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5.3333333333vw 4vw;
  }
  .plan__pricingCard {
    width: calc(50% - 2vw);
    margin: 5.3333333333vw 0;
    border: 0.5333333333vw solid #c3b37d;
    border-radius: 4.2666666667vw;
  }
  .plan__pricingCard.noBeforeAfter .plan__pricingCard__after {
    margin-top: 0;
  }
  .plan__pricingCard.noBeforeAfter .plan__pricingCard__after .plan__pricingCard__label {
    display: none;
  }
  .plan__pricingCard__badge {
    padding: 2.1333333333vw 4.2666666667vw;
    border-radius: 5.3333333333vw;
    font-size: 2.6666666667vw;
    margin-top: -5.3333333333vw;
  }
  .plan__pricingCard__header {
    font-size: 2.9333333333vw;
    padding: 0 2.6666666667vw 5.3333333333vw;
  }
  .plan__pricingCard__priceBox {
    background: #c3b37d;
    color: #fff;
    padding: 4vw 1.3333333333vw 2.6666666667vw;
    min-height: 0;
  }
  .plan__pricingCard__before {
    margin-bottom: 4vw;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .plan__pricingCard__before:after {
    content: "↓";
    bottom: -5.8666666667vw;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 3.2vw;
  }
  .plan__pricingCard__label {
    font-size: 2.6666666667vw;
    padding: 1.0666666667vw 2.1333333333vw;
    border-radius: 0;
  }
  .plan__pricingCard__label.after {
    padding: 1.0666666667vw 2.1333333333vw 0;
    font-size: 2.6666666667vw;
    border-radius: 0;
    color: #F5E065;
    background-color: transparent;
  }
  .plan__pricingCard__oldPrice {
    padding: 1.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #B2B2B3;
    color: #000;
    font-size: 2.4vw;
    border-top-right-radius: 1.0666666667vw;
    border-bottom-right-radius: 1.0666666667vw;
  }
  .plan__pricingCard__after {
    margin-top: 2.6666666667vw;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .plan__pricingCard__newPrice {
    font-size: 2.6666666667vw;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .plan__pricingCard__newPrice strong {
    font-size: 4vw;
    margin-left: 1.3333333333vw;
  }
  .plan__pricingCard__sub {
    margin-top: 1.3333333333vw;
    padding-right: 5.3333333333vw;
    font-size: 2.4vw;
    line-height: 1;
    width: 100%;
    text-align: right;
  }
  .plan__pricingCard__info {
    background-color: #B2B2B3;
    font-size: 2.6666666667vw;
    padding: 2.6666666667vw;
  }
  .plan__pricingCard__features {
    list-style: none;
    padding: 4.2666666667vw 1.3333333333vw 6.6666666667vw;
    text-align: left;
  }
  .plan__pricingCard__features li {
    position: relative;
    padding-left: 4vw;
    margin-bottom: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
  .plan__pricingCard__footer {
    bottom: -4.2666666667vw;
    border: 0.5333333333vw solid #c9a54b;
    padding: 2.1333333333vw 4.2666666667vw;
    border-radius: 5.3333333333vw;
    font-size: 2.6666666667vw;
  }
  .plan .table__wrap {
    width: 100%;
    margin: 5.3333333333vw auto;
    overflow-x: auto;
    gap: 2.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .plan .table__block:nth-child(1) {
    width: 100%;
  }
  .plan .table__block:nth-child(2) {
    width: 100%;
  }
  .plan table {
    font-size: 5.3333333333vw;
    width: 100%;
  }
  .plan th,
  .plan td {
    border: 0.2666666667vw solid #d2d2d2;
    padding: 1.3333333333vw;
    font-size: 2.4vw;
  }
  .plan .note {
    margin-top: 1.3333333333vw;
    font-size: 2.4vw;
  }
}
.column {
  background-color: #fff;
}
.column__wrapper {
  padding: 7.4117647059vw 0 8.2352941176vw;
}
.column__heading, .column__subheading {
  color: #001f41;
}
.column__list {
  margin: 3.2352941176vw auto 0;
  width: 64.7058823529vw;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.column__listItem {
  padding: 0;
  width: calc(33.33% - 1.5294117647vw);
}
.column__listItem:nth-child(n+4) {
  margin-top: 2.2941176471vw;
}
.column__listItem:not(:nth-child(3n)) {
  margin-right: 2.2941176471vw;
}
.column__listItem__img {
  margin: 0 auto;
  width: 20vw;
  height: 14.1176470588vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.column__listItem__cat {
  margin: 1.0588235294vw 0;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.2941176471vw;
  width: 6.2941176471vw;
  height: 2.4705882353vw;
  font-size: 0.9411764706vw;
  letter-spacing: 0.1em;
  line-height: 1.2;
  background-color: #001f41;
  color: #c3b37d;
  text-align: center;
}
.column__listItem__date {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9411764706vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.column__listItem__link {
  display: inline-block;
}
.column__listItem__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 0.9411764706vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.column__ctaWrapper {
  margin: 2.9411764706vw auto 0;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 769px) {
  .column__listItem:nth-child(n+4) {
    margin-top: 2.2941176471vw;
  }
  .column__listItem:not(:nth-child(3n)) {
    margin-right: 2.2941176471vw;
  }
}
@media print, screen and (max-width: 768px) {
  .column {
    background-color: #fff;
  }
  .column__wrapper {
    padding: 13.3333333333vw 4vw;
  }
  .column__list {
    margin: 10.6666666667vw auto 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .column__listItem {
    padding: 0;
    width: 100%;
    padding: 2.6666666667vw 2.6666666667vw 5.3333333333vw;
    -webkit-box-shadow: 0 1px 2.4vw 1.0666666667vw #c4c3c3;
            box-shadow: 0 1px 2.4vw 1.0666666667vw #c4c3c3;
  }
  .column__listItem:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
  .column__listItem__img {
    margin: 0 auto;
    width: 100%;
    height: 64vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .column__listItem__cat {
    margin: 4.8vw 0;
    padding: 1.3333333333vw;
    width: 26.1333333333vw;
    height: 10.1333333333vw;
    font-size: 3.2vw;
    letter-spacing: normal;
    line-height: 1.2;
  }
  .column__listItem__date {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.2vw;
    letter-spacing: 0.01em;
    line-height: 1.35;
  }
  .column__listItem__link {
    margin-top: 2.6666666667vw;
    display: block;
    font-size: 3.7333333333vw;
  }
  .column__listItem__heading {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 3.7333333333vw;
    letter-spacing: 0.01em;
    line-height: 1.2;
  }
  .column__ctaWrapper {
    margin: 10.6666666667vw auto 0;
  }
}
.contact {
  background-color: #fff;
}
.contact__wrapper {
  padding: 7.4117647059vw 0 8.2352941176vw;
}
.contact__heading, .contact__subheading {
  color: #001f41;
}
.contact__form__fields {
  margin: 3.2352941176vw auto 0;
  width: 64.7058823529vw;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.7647058824vw;
}
.contact__form__field {
  padding: 0;
  width: 100%;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.contact__form__field.has-error .error-text {
  opacity: 1;
}
.contact__form label {
  padding: 0.5882352941vw 0.5882352941vw;
  width: 100%;
  max-width: 11.7647058824vw;
  font-size: 1.2941176471vw;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #000;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.contact__form input,
.contact__form textarea {
  padding: 0.5882352941vw 0.5882352941vw;
  width: calc(100% - 11.7647058824vw);
  display: block;
  border: 1px solid #000;
  font-size: 1.2941176471vw;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact__form .error-text {
  width: 100%;
  padding-top: 0.2941176471vw;
  font-size: 0.8235294118vw;
  padding-left: 11.7647058824vw;
  color: #FF0000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact__listItem__date {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9411764706vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.contact__listItem__link {
  display: inline-block;
}
.contact__listItem__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 0.9411764706vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.contact__ctaWrapper {
  margin: 2.9411764706vw auto 0;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (max-width: 768px) {
  .contact__wrapper {
    padding: 13.3333333333vw 0 16vw;
  }
  .contact__form__fields {
    margin: 8vw auto 0;
    padding: 0 2.6666666667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    gap: 0;
  }
  .contact__form__field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact__form label {
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 0;
    max-width: 100%;
    font-size: 3.2vw;
  }
  .contact__form input,
  .contact__form textarea {
    padding: 2.6666666667vw 2.6666666667vw;
    width: 100%;
    border: 0.2666666667vw solid #000;
    font-size: 2.6666666667vw;
  }
  .contact__form .error-text {
    width: 100%;
    padding-top: 1.3333333333vw;
    font-size: 2.1333333333vw;
    padding-left: 0;
  }
  .contact__listItem__date {
    font-size: 2.6666666667vw;
  }
  .contact__listItem__heading {
    font-size: 2.6666666667vw;
  }
  .contact__ctaWrapper {
    margin: 13.3333333333vw auto 0;
  }
}
.news {
  position: relative;
  background-color: #f5f6f7;
}
.news__wrapper {
  padding: 7.7647058824vw 0 8.1176470588vw;
}
.news__header {
  position: relative;
  z-index: 2;
}
.news__heading, .news__subheading {
  color: #001f41;
}
.news__listWrapper {
  margin: 2.2352941176vw auto 0;
  padding: 2.4705882353vw 5.2941176471vw;
  position: relative;
  width: 75.2941176471vw;
  -webkit-box-shadow: 0 1px 0.5294117647vw 0.2352941176vw #c4c3c3;
          box-shadow: 0 1px 0.5294117647vw 0.2352941176vw #c4c3c3;
  background-color: #fbfbfc;
  z-index: 2;
}
.news__list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.news__list * {
  color: #001f41;
}
.news__listItem {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.news__listItem:last-of-type .news__listItem__left,
.news__listItem:last-of-type .news__listItem__right {
  border-width: 1px 0 1px 0;
}
.news__listItem__left, .news__listItem__right {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #001f41;
}
.news__listItem__left {
  padding: 1.2941176471vw 1.2941176471vw 1.2352941176vw;
  width: 8.2352941176vw;
}
.news__listItem__right {
  padding: 0.8823529412vw 1.7647058824vw 0.8235294118vw;
  width: calc(100% - 8.2352941176vw);
  border-color: #e5e5e6;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news__listItem__date {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9411764706vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.news__listItem__cat {
  padding: 0.4117647059vw 1vw 0.3529411765vw 1vw;
  display: inline-block;
  font-size: 0.9411764706vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border: 0.0588235294vw solid #001f41;
  width: 6.2941176471vw;
  text-align: center;
}
.news__listItem__title {
  padding-left: 2.0588235294vw;
  width: calc(100% - 6.2941176471vw);
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9411764706vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.news__ctaWrapper {
  margin: 2.9411764706vw auto 0;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (max-width: 768px) {
  .news__wrapper {
    padding: 13.3333333333vw 2.6666666667vw;
  }
  .news__listWrapper {
    margin: 8vw auto 0;
    padding: 5.3333333333vw 4vw;
    width: 100%;
    -webkit-box-shadow: 0 1px 2.4vw 1.0666666667vw #c4c3c3;
            box-shadow: 0 1px 2.4vw 1.0666666667vw #c4c3c3;
  }
  .news__listItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news__listItem:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
    border-bottom: 1px solid #001f41;
  }
  .news__listItem__left, .news__listItem__right {
    border: none;
  }
  .news__listItem__left {
    padding: 2.6666666667vw 2.1333333333vw;
    width: 100%;
  }
  .news__listItem__right {
    padding: 2.6666666667vw 2.1333333333vw;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news__listItem__date {
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    line-height: 1.35;
  }
  .news__listItem__cat {
    padding: 2.1333333333vw 2.1333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    line-height: 1.5;
    border: 0.2666666667vw solid #001f41;
    width: 28.5333333333vw;
  }
  .news__listItem__title {
    margin-top: 4vw;
    padding-left: 0;
    width: 100%;
    font-size: 4.2666666667vw;
    letter-spacing: 0.02em;
    line-height: 1.35;
  }
  .news__ctaWrapper {
    margin: 13.3333333333vw auto 0;
  }
}
.banner__wrapper {
  padding: 7.0588235294vw 0 8vw;
}
.banner__list {
  margin: 0 auto;
  width: 64.7058823529vw;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  line-height: 1;
}
.banner__listItem {
  margin: 0;
  padding: 0;
  width: calc(33.33% - 1.5294117647vw);
  height: 8.2352941176vw;
}
.banner__listItem__link {
  display: block;
  width: 100%;
  height: 100%;
}
.banner__listItem__img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media print, screen and (min-width: 769px) {
  .banner__listItem {
    margin: 0;
    padding: 0;
    width: calc(33.33% - 1.5294117647vw);
    height: 8.2352941176vw;
  }
  .banner__listItem:nth-child(n+4) {
    margin-top: 2.2941176471vw;
  }
  .banner__listItem:not(:nth-child(3n)) {
    margin-right: 2.2941176471vw;
  }
}
@media print, screen and (max-width: 768px) {
  .banner__wrapper {
    padding: 13.3333333333vw 4vw;
  }
  .banner__list {
    margin: 0 auto;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner__listItem {
    width: 100%;
    height: 32vw;
  }
  .banner__listItem:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
}
.customTab {
  margin: 1.7647058824vw auto 0;
  width: 64.7058823529vw;
}
.customTab__control {
  margin: 0 auto;
  max-width: 48.1764705882vw;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.customTab__controlItem {
  padding: 0.5882352941vw;
  width: 16.0588235294vw;
  height: 3.5294117647vw;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */ /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #001f41;
  font-size: 1.0588235294vw;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  border-width: 0 0 0.1176470588vw 0;
  border-color: #001f41;
  border-style: solid;
  position: relative;
  cursor: pointer;
}
.customTab__controlItem.active {
  border-width: 0.1176470588vw;
  background-color: #001f41;
  color: #c3b37d;
}
.customTab__controlItem.active:after {
  margin: auto;
  padding: 0;
  font-size: 0;
  line-height: 0;
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: -0.4705882353vw;
  left: 0;
  width: 0;
  height: 0;
  border-left: 0.6764705882vw solid transparent;
  border-right: 0.6764705882vw solid transparent;
  border-top: 0.4705882353vw solid #001f41;
}
.customTab__content {
  margin: 2.7058823529vw auto 0;
}
.customTab__contentItem {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.customTab__contentItem.active {
  position: static;
  visibility: visible;
  opacity: 1;
}

@media print, screen and (max-width: 768px) {
  .customTab {
    margin: 10.6666666667vw auto 0;
    width: 100%;
  }
  .customTab__control {
    margin: 0 auto;
    max-width: initial;
  }
  .customTab__controlItem {
    padding: 2.6666666667vw;
    width: 40vw;
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.02em;
    border-width: 0 0 0.5333333333vw 0;
  }
  .customTab__controlItem.active {
    border-width: 0.5333333333vw;
    background-color: #001f41;
    color: #c3b37d;
  }
  .customTab__controlItem.active:after {
    bottom: -2.1333333333vw;
    border-left: 3.0666666667vw solid transparent;
    border-right: 3.0666666667vw solid transparent;
    border-top: 2.1333333333vw solid #001f41;
  }
  .customTab__content {
    margin: 10.6666666667vw auto 0;
  }
}
/**
 * Copyright (c) 2016 Connor Atherton
 *
 * All animations must live in their own file
 * in the animations directory and be included
 * here.
 *
 */
/**
 * Styles shared by multiple animations
 */
/**
 * Dots
 */
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div {
  background-color: #000;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.ball-pulse-sync > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
}

@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
}

.ball-scale-random {
  width: 37px;
  height: 40px;
}

.ball-scale-random > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  display: inline-block;
  height: 30px;
  width: 30px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
  animation: ball-scale 1s 0s ease-in-out infinite;
}

.ball-scale-random > div:nth-child(1) {
  margin-left: -7px;
  -webkit-animation: ball-scale 1s 0.2s ease-in-out infinite;
  animation: ball-scale 1s 0.2s ease-in-out infinite;
}

.ball-scale-random > div:nth-child(3) {
  margin-left: -2px;
  margin-top: 9px;
  -webkit-animation: ball-scale 1s 0.5s ease-in-out infinite;
  animation: ball-scale 1s 0.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ball-rotate {
  position: relative;
}

.ball-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: relative;
}

.ball-rotate > div:first-child {
  -webkit-animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
  animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
}

.ball-rotate > div:before,
.ball-rotate > div:after {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  content: "";
  position: absolute;
  opacity: 0.8;
}

.ball-rotate > div:before {
  top: 0px;
  left: -28px;
}

.ball-rotate > div:after {
  top: 0px;
  left: 25px;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ball-clip-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  height: 26px;
  width: 26px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
  animation: rotate 0.75s 0s linear infinite;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.ball-clip-rotate-pulse > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
}

.ball-clip-rotate-pulse > div:first-child {
  background: #fff;
  height: 16px;
  width: 16px;
  top: 7px;
  left: -7px;
  -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.ball-clip-rotate-pulse > div:last-child {
  position: absolute;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  left: -16px;
  top: -2px;
  background: transparent;
  border: 2px solid;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
.ball-clip-rotate-multiple {
  position: relative;
}

.ball-clip-rotate-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -20px;
  top: -20px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  -webkit-animation: rotate 1s 0s ease-in-out infinite;
  animation: rotate 1s 0s ease-in-out infinite;
}

.ball-clip-rotate-multiple > div:last-child {
  display: inline-block;
  top: -10px;
  left: -10px;
  width: 15px;
  height: 15px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border-color: #fff transparent #fff transparent;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}

.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear;
}

.ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-multiple > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}

@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
    transform: translate(25px, -50px);
  }
  66% {
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
    transform: translate(25px, 50px);
  }
  66% {
    -webkit-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
  }
  66% {
    -webkit-transform: translate(-25px, -50px);
    transform: translate(-25px, -50px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
.ball-triangle-path {
  position: relative;
  -webkit-transform: translate(-29.994px, -37.50938px);
  transform: translate(-29.994px, -37.50938px);
}

.ball-triangle-path > div:nth-child(1) {
  -webkit-animation-name: ball-triangle-path-1;
  animation-name: ball-triangle-path-1;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.ball-triangle-path > div:nth-child(2) {
  -webkit-animation-name: ball-triangle-path-2;
  animation-name: ball-triangle-path-2;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.ball-triangle-path > div:nth-child(3) {
  -webkit-animation-name: ball-triangle-path-3;
  animation-name: ball-triangle-path-3;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.ball-triangle-path > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff;
}

.ball-triangle-path > div:nth-of-type(1) {
  top: 50px;
}

.ball-triangle-path > div:nth-of-type(2) {
  left: 25px;
}

.ball-triangle-path > div:nth-of-type(3) {
  top: 50px;
  left: 50px;
}

@-webkit-keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  75% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  25% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
.ball-pulse-rise > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.ball-pulse-rise > div:nth-child(2n) {
  -webkit-animation-name: ball-pulse-rise-even;
  animation-name: ball-pulse-rise-even;
}

.ball-pulse-rise > div:nth-child(2n-1) {
  -webkit-animation-name: ball-pulse-rise-odd;
  animation-name: ball-pulse-rise-odd;
}

@-webkit-keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
.ball-grid-beat {
  width: 57px;
}

.ball-grid-beat > div:nth-child(1) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-duration: 1.45s;
  animation-duration: 1.45s;
}

.ball-grid-beat > div:nth-child(2) {
  -webkit-animation-delay: -0.02s;
  animation-delay: -0.02s;
  -webkit-animation-duration: 0.97s;
  animation-duration: 0.97s;
}

.ball-grid-beat > div:nth-child(3) {
  -webkit-animation-delay: 0.66s;
  animation-delay: 0.66s;
  -webkit-animation-duration: 1.23s;
  animation-duration: 1.23s;
}

.ball-grid-beat > div:nth-child(4) {
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s;
}

.ball-grid-beat > div:nth-child(5) {
  -webkit-animation-delay: -0.19s;
  animation-delay: -0.19s;
  -webkit-animation-duration: 1.13s;
  animation-duration: 1.13s;
}

.ball-grid-beat > div:nth-child(6) {
  -webkit-animation-delay: 0.69s;
  animation-delay: 0.69s;
  -webkit-animation-duration: 1.42s;
  animation-duration: 1.42s;
}

.ball-grid-beat > div:nth-child(7) {
  -webkit-animation-delay: 0.58s;
  animation-delay: 0.58s;
  -webkit-animation-duration: 1.14s;
  animation-duration: 1.14s;
}

.ball-grid-beat > div:nth-child(8) {
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
  -webkit-animation-duration: 1.17s;
  animation-duration: 1.17s;
}

.ball-grid-beat > div:nth-child(9) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
  -webkit-animation-duration: 0.65s;
  animation-duration: 0.65s;
}

.ball-grid-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-beat;
  animation-name: ball-grid-beat;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.ball-grid-pulse {
  width: 57px;
}

.ball-grid-pulse > div:nth-child(1) {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.ball-grid-pulse > div:nth-child(2) {
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.ball-grid-pulse > div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
  -webkit-animation-duration: 0.63s;
  animation-duration: 0.63s;
}

.ball-grid-pulse > div:nth-child(4) {
  -webkit-animation-delay: -0.03s;
  animation-delay: -0.03s;
  -webkit-animation-duration: 1.24s;
  animation-duration: 1.24s;
}

.ball-grid-pulse > div:nth-child(5) {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
  -webkit-animation-duration: 1.37s;
  animation-duration: 1.37s;
}

.ball-grid-pulse > div:nth-child(6) {
  -webkit-animation-delay: 0.43s;
  animation-delay: 0.43s;
  -webkit-animation-duration: 1.55s;
  animation-duration: 1.55s;
}

.ball-grid-pulse > div:nth-child(7) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}

.ball-grid-pulse > div:nth-child(8) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-duration: 0.97s;
  animation-duration: 0.97s;
}

.ball-grid-pulse > div:nth-child(9) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.63s;
  animation-duration: 0.63s;
}

.ball-grid-pulse > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  float: left;
  -webkit-animation-name: ball-grid-pulse;
  animation-name: ball-grid-pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px;
}

.ball-spin-fade-loader > div:nth-child(1) {
  top: 25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
  animation: ball-spin-fade-loader 1s -0.96s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
  animation: ball-spin-fade-loader 1s -0.84s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
  animation: ball-spin-fade-loader 1s -0.72s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
  animation: ball-spin-fade-loader 1s -0.6s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(5) {
  top: -25px;
  left: 0;
  -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
  animation: ball-spin-fade-loader 1s -0.48s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
  animation: ball-spin-fade-loader 1s -0.36s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
  animation: ball-spin-fade-loader 1s -0.24s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
  animation: ball-spin-fade-loader 1s -0.12s infinite linear;
}

.ball-spin-fade-loader > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
}

@-webkit-keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.ball-spin-loader {
  position: relative;
}

.ball-spin-loader > span:nth-child(1) {
  top: 45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
  animation: ball-spin-loader 2s 0.9s infinite linear;
}

.ball-spin-loader > span:nth-child(2) {
  top: 30.68182px;
  left: 30.68182px;
  -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
  animation: ball-spin-loader 2s 1.8s infinite linear;
}

.ball-spin-loader > span:nth-child(3) {
  top: 0;
  left: 45px;
  -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
  animation: ball-spin-loader 2s 2.7s infinite linear;
}

.ball-spin-loader > span:nth-child(4) {
  top: -30.68182px;
  left: 30.68182px;
  -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
  animation: ball-spin-loader 2s 3.6s infinite linear;
}

.ball-spin-loader > span:nth-child(5) {
  top: -45px;
  left: 0;
  -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
  animation: ball-spin-loader 2s 4.5s infinite linear;
}

.ball-spin-loader > span:nth-child(6) {
  top: -30.68182px;
  left: -30.68182px;
  -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
  animation: ball-spin-loader 2s 5.4s infinite linear;
}

.ball-spin-loader > span:nth-child(7) {
  top: 0;
  left: -45px;
  -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
  animation: ball-spin-loader 2s 6.3s infinite linear;
}

.ball-spin-loader > span:nth-child(8) {
  top: 30.68182px;
  left: -30.68182px;
  -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
  animation: ball-spin-loader 2s 7.2s infinite linear;
}

.ball-spin-loader > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: green;
}

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ball-zig-zag {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}

.ball-zig-zag > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}

.ball-zig-zag > div:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear;
}

.ball-zig-zag > div:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear;
}

@-webkit-keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  34% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  84% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  34% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  67% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  84% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ball-zig-zag-deflect {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}

.ball-zig-zag-deflect > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}

.ball-zig-zag-deflect > div:first-child {
  -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
  animation: ball-zig-deflect 1.5s 0s infinite linear;
}

.ball-zig-zag-deflect > div:last-child {
  -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
  animation: ball-zag-deflect 1.5s 0s infinite linear;
}

/**
 * Lines
 */
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}

@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
  -webkit-animation-duration: 0.54s;
  animation-duration: 0.54s;
}

.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
  -webkit-animation-duration: 1.15s;
  animation-duration: 1.15s;
}

.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.04s;
  animation-delay: 0.04s;
  -webkit-animation-duration: 0.77s;
  animation-duration: 0.77s;
}

.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
  -webkit-animation-duration: 0.61s;
  animation-duration: 0.61s;
}

.line-scale-party > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
  animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
    transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out > div:nth-child(2),
.line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -0.4s !important;
  animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1),
.line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -0.2s !important;
  animation-delay: -0.2s !important;
}

@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  80% {
    -webkit-transform: scaley(0.3);
    transform: scaley(0.3);
  }
  90% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out-rapid > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
  animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}

.line-scale-pulse-out-rapid > div:nth-child(2),
.line-scale-pulse-out-rapid > div:nth-child(4) {
  -webkit-animation-delay: -0.25s !important;
  animation-delay: -0.25s !important;
}

.line-scale-pulse-out-rapid > div:nth-child(1),
.line-scale-pulse-out-rapid > div:nth-child(5) {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px;
}

.line-spin-fade-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(2) {
  top: 13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(4) {
  top: -13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(6) {
  top: -13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(8) {
  top: 13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}

.line-spin-fade-loader > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px;
}

/**
 * Misc
 */
@-webkit-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.triangle-skew-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
.square-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px);
  }
}
@keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px);
  }
}
.pacman {
  position: relative;
}

.pacman > div:nth-child(2) {
  -webkit-animation: pacman-balls 1s -0.99s infinite linear;
  animation: pacman-balls 1s -0.99s infinite linear;
}

.pacman > div:nth-child(3) {
  -webkit-animation: pacman-balls 1s -0.66s infinite linear;
  animation: pacman-balls 1s -0.66s infinite linear;
}

.pacman > div:nth-child(4) {
  -webkit-animation: pacman-balls 1s -0.33s infinite linear;
  animation: pacman-balls 1s -0.33s infinite linear;
}

.pacman > div:nth-child(5) {
  -webkit-animation: pacman-balls 1s 0s infinite linear;
  animation: pacman-balls 1s 0s infinite linear;
}

.pacman > div:first-of-type {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
  animation: rotate_pacman_half_up 0.5s 0s infinite;
  position: relative;
  left: -30px;
}

.pacman > div:nth-child(2) {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-radius: 25px;
  -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
  animation: rotate_pacman_half_down 0.5s 0s infinite;
  margin-top: -50px;
  position: relative;
  left: -30px;
}

.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5),
.pacman > div:nth-child(6) {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform: translate(0, -6.25px);
  transform: translate(0, -6.25px);
  top: 25px;
  left: 70px;
}

@-webkit-keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
    transform: translate(50px, 50px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.cube-transition {
  position: relative;
  -webkit-transform: translate(-25px, -25px);
  transform: translate(-25px, -25px);
}

.cube-transition > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: -5px;
  background-color: #fff;
  -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
  animation: cube-transition 1.6s 0s infinite ease-in-out;
}

.cube-transition > div:last-child {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden;
}

.semi-circle-spin > div {
  position: absolute;
  border-width: 0px;
  border-radius: 100%;
  -webkit-animation: spin-rotate 0.6s 0s infinite linear;
  animation: spin-rotate 0.6s 0s infinite linear;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(30%, #fff), to(#fff));
  background-image: linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
  width: 100%;
  height: 100%;
}