@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&family=Noto+Serif+JP:wght@200;400;500;600;700&family=Zen+Kurenaido&display=swap");
/* CSS Document */
/* Default -------------- */
/* Global */
html, body, header, footer, #content, article, section, nav, div, img, p, span, a, ul, li, h1, h2, h3, hr, table, tr, td, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: 100%;
  font: normal;
  font-size: 1rem;
  font-family: "Zen Kurenaido", sans-serif;
  color: #634e47;
  line-height: 1.8;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p, h3, h2, li, dd, dt {
  -webkit-transform: rotate(0.001deg);
}

h1 {
  margin-bottom: 50px;
}
h1 span {
  font-size: 1.4rem;
}

h2 {
  font-size: 1.5rem;
  margin: 10px 0 10px 0;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 655px), print {
  h3 {
    font-size: 1.2rem;
    text-align: left;
  }
}

h4 {
  font-size: 1.3rem;
  margin: 10px 0;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.1rem;
  text-align: left;
}

h2, p {
  text-shadow: rgba(255, 255, 255, 0.7) 2px 0px 2px, rgba(255, 255, 255, 0.7) -2px 0px 2px, rgba(255, 255, 255, 0.7) 0px -2px 2px, rgba(255, 255, 255, 0.7) -2px 0px 2px, rgba(255, 255, 255, 0.7) 2px 2px 2px, rgba(255, 255, 255, 0.7) -2px 2px 2px, rgba(255, 255, 255, 0.7) 2px -2px 2px, rgba(255, 255, 255, 0.7) -2px -2px 2px, rgba(255, 255, 255, 0.7) 1px 2px 2px, rgba(255, 255, 255, 0.7) -1px 2px 2px, rgba(255, 255, 255, 0.7) 1px -2px 2px, rgba(255, 255, 255, 0.7) -1px -2px 2px, rgba(255, 255, 255, 0.7) 2px 1px 2px, rgba(255, 255, 255, 0.7) -2px 1px 2px, rgba(255, 255, 255, 0.7) 2px -1px 2px, rgba(255, 255, 255, 0.7) -2px -1px 2px, rgba(255, 255, 255, 0.7) 1px 1px 2px, rgba(255, 255, 255, 0.7) -1px 1px 2px, rgba(255, 255, 255, 0.7) 1px -1px 2px, rgba(255, 255, 255, 0.7) -1px -1px 2px;
}

h2 {
  color: #6a2d18;
  padding: 0;
  font-size: 2.0rem;
  font-family: "Zen Kurenaido", sans-serif;
  text-align: center;
}
h2:after {
  content: '';
  display: block;
  width: 150px;
  height: 1px;
  margin: 0 auto;
  background: #b0893f;
}
@media screen and (max-width: 655px), print {
  h2 {
    padding: 15px 0;
  }
}

h3 {
  border-bottom: 2px solid #6a2d18;
  display: inline-block;
  margin-top: 50px;
}
@media screen and (max-width: 655px), print {
  h3 {
    text-align: left;
    display: block;
  }
}

ul {
  list-style: none;
}

div#content hr {
  border: none;
  border-bottom: dotted 3px #b0893f;
  margin: 20px;
}

:link, :visited, :active {
  text-decoration: none;
}

a {
  color: #ffffff;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media screen and (min-width: 655px), print {
  a {
    text-decoration: none;
  }
}

a:hover {
  color: #F4CC78;
}
@media screen and (min-width: 655px), print {
  a:hover {
    text-decoration: none;
  }
}

a img, :link img, :visited img {
  border: none;
}

a img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover img {
  opacity: .8;
}

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

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

::-moz-selection {
  background: #68d6c0;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #68d6c0;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #68d6c0;
  color: #ffffff;
  text-shadow: none;
}

/* clear */
.fclear {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* Layout -------------- */
html {
  width: 100%;
  overflow-Y: scroll;
  text-align: center;
}

body {
  width: 100%;
  min-width: 1100px;
}
@media screen and (max-width: 655px), print {
  body {
    width: 100%;
    min-width: 0;
  }
}

.header {
  background: #FBFBF3;
  margin: 0 auto;
}
@media screen and (max-width: 655px), print {
  .header {
    height: auto;
  }
}
.header .wrapper {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 655px), print {
  .header .wrapper {
    width: 100%;
    display: block;
  }
}
.header .newsbox {
  padding: 0.5rem;
  max-width: 250px;
}
.header .newsbox p {
  color: #fff;
  font-weight: bold;
  text-shadow: rgba(245, 70, 150, 0.7) 2px 0px 2px, rgba(245, 70, 150, 0.7) -2px 0px 2px, rgba(245, 70, 150, 0.7) 0px -2px 2px, rgba(245, 70, 150, 0.7) -2px 0px 2px, rgba(245, 70, 150, 0.7) 2px 2px 2px, rgba(245, 70, 150, 0.7) -2px 2px 2px, rgba(245, 70, 150, 0.7) 2px -2px 2px, rgba(245, 70, 150, 0.7) -2px -2px 2px, rgba(245, 70, 150, 0.7) 1px 2px 2px, rgba(245, 70, 150, 0.7) -1px 2px 2px, rgba(245, 70, 150, 0.7) 1px -2px 2px, rgba(245, 70, 150, 0.7) -1px -2px 2px, rgba(245, 70, 150, 0.7) 2px 1px 2px, rgba(245, 70, 150, 0.7) -2px 1px 2px, rgba(245, 70, 150, 0.7) 2px -1px 2px, rgba(245, 70, 150, 0.7) -2px -1px 2px, rgba(245, 70, 150, 0.7) 1px 1px 2px, rgba(245, 70, 150, 0.7) -1px 1px 2px, rgba(245, 70, 150, 0.7) 1px -1px 2px, rgba(245, 70, 150, 0.7) -1px -1px 2px;
}
@media screen and (max-width: 655px), print {
  .header .newsbox {
    max-width: 100%;
  }
}
.header .newsbox h2 {
  font-size: 1.5rem;
  border-left: 5px solid #b0893f;
  border-right: 5px solid #b0893f;
}
.header .newsbox p {
  font-size: 0.7rem;
  text-align: left;
}
@media screen and (max-width: 655px), print {
  .header .newsbox p {
    font-size: 0.9rem;
  }
}
.header h1 {
  margin: 0 auto;
}

p {
  margin: 1rem 0;
}

.sp {
  display: block;
}
@media screen and (min-width: 655px), print {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 655px), print {
  .pc {
    display: block;
  }
}

section {
  margin-bottom: 100px;
}
@media screen and (max-width: 655px) {
  section {
    margin-bottom: 20px;
  }
}

/* #container -------------- */
div#container {
  width: 956px;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 655px), print {
  div#container {
    width: 95%;
    font-size: 1rem;
    margin: 20px 2.5%;
    padding: 20px 10px;
  }
}
div#container h1 img {
  max-width: 400px;
  margin: 0 auto;
}
div#container ul li {
  margin: 15px 0;
}
div#container ul li span {
  font-size: 1.5rem;
}
div#container dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div#container dl dt span {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 655px), print {
  div#container dl dt span {
    font-size: 1.2rem;
  }
}
div#container dd {
  font-size: 0.8rem;
  margin-bottom: 20px;
}
div#container article {
  margin-bottom: 60px;
}
div#container article img {
  max-width: 800px;
  margin: 20px auto;
}
div#container p {
  text-align: left;
}

hr {
  border-bottom: 1px solid #e2e2e2;
  padding: 50px 0;
}
@media screen and (max-width: 655px) {
  hr {
    padding: 20px 0;
  }
}

.flexgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexgroup div:first-child {
  margin: 10px 20px 10px 0;
  max-width: 400px;
}
@media screen and (max-width: 655px) {
  .flexgroup {
    display: block;
  }
  .flexgroup div:first-child {
    margin-right: 0;
  }
}

#intro .arasuji {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 50px;
}
@media screen and (max-width: 655px) {
  #intro .arasuji {
    display: block;
  }
}
#intro .arasuji div.photo {
  margin-right: 20px;
  min-width: 400px;
}
@media screen and (max-width: 655px) {
  #intro .arasuji div.photo {
    margin-right: 0;
    width: 100%;
    min-width: 100%;
  }
}
#intro .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin: 20px auto;
  background-position: right 0% bottom 50%;
  background-size: 8px 1px;
  background-image: linear-gradient(to right, #ccc, #ccc 3px, transparent 3px, transparent 8px);
  background-repeat: repeat-x;
}
#intro .flex div {
  background: #fff;
  padding: 10px;
}
@media screen and (max-width: 655px) {
  #intro .flex {
    width: 100%;
  }
}
#intro .flex h3 {
  background: #826d43;
  font-size: 17px;
  color: #fff;
  padding: 10px;
  border: none;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
}
#intro .flex img {
  border-radius: 0 0 3px 3px;
}

@media screen and (max-width: 655px), print {
  #cast h4 span {
    display: block;
  }
}

#sns {
  text-align: center;
}
#sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100px;
  margin: 0 auto;
}
#sns ul li {
  margin: 0 10px;
}
#sns ul li img {
  width: 27px;
  height: 27px;
  margin: 0;
}
#sns .twbnr {
  width: 200px;
  margin: 0 auto;
}
#sns .lnkbnr {
  margin: 30px auto;
  display: block;
  max-width: 600px;
}

@media screen and (min-width: 655px), print {
  .sp {
    display: none;
  }
}

#story h2 {
  margin-bottom: 30px;
}
#story .swiper-pagination {
  margin-bottom: 40px;
}
#story .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 655px), print {
  #story .swiper-slide {
    display: block;
  }
}
#story ul {
  margin-right: 20px;
  min-width: 400px;
}
@media screen and (max-width: 655px), print {
  #story ul {
    margin-right: 0;
    min-width: 100%;
  }
}
#story ul li {
  margin: 5px 0 !important;
}

.footerimg {
  background: url(../img/footerimg.jpg) no-repeat center;
  background-size: cover;
  min-height: 500px;
}
@media screen and (max-width: 655px) {
  .footerimg {
    min-height: 200px;
  }
}

footer {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  color: #FFFFFF;
  font-size: 0.7rem;
  background: #b0893f;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#b0893f), to(#d9b97b));
  background: linear-gradient(to bottom, #b0893f 0%, #d9b97b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor', endColorstr='$subColor',GradientType=0 );
  /* IE6-9 */
}
footer .bar {
  max-width: 464px;
  margin: 10px auto;
}
@media screen and (max-width: 655px), print {
  footer .bar {
    margin: 10px;
  }
}

.kaigaidrama {
  max-width: 464px;
  margin: 10px auto;
}
.kaigaidrama img {
  width: 100%;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}
.tac img {
  margin: 0 auto;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.fclear {
  clear: both;
}

i.fab {
  margin-right: 5px;
}

/* scroll-pagetop ------------------------------------------------------------------- */
#pageTop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 15px;
  width: 55px;
  height: 55px;
  line-height: 0.5;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  z-index: 9999;
}
#pageTop span {
  font-size: 0.5rem;
}

#pageTop a {
  display: block;
  width: 100%;
  z-index: 999;
  text-decoration: none;
  text-align: center;
}

#pageTop {
  background: #b0893f;
}

#pageTop a {
  color: #ffffff;
}

#pageTop a:hover {
  color: #b6b6b6;
}

/* drawer ------------------------------------------------------------------- */
.drawer-navbar .drawer-menu {
  padding: 0;
}

.drawer-hamburger {
  position: fixed;
  background: #d9b97b;
  z-index: 9999;
  border-radius: 0 0 0 10px;
}

.drawer-hamburger:hover {
  background: #d9b97b;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  background-color: #ffffff;
}

.drawer-container {
  max-width: 980px;
}

@media (min-width: 655px) {
  ul.drawer-menu {
    margin: 0 auto;
  }
}
.drawer-nav {
  color: #ffffff;
  background: #d9b97b;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#b0893f), to(#d9b97b));
  background: linear-gradient(to bottom, #b0893f 0%, #d9b97b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor', endColorstr='$subColor',GradientType=0 );
  /* IE6-9 */
}

.drawer-nav ul li a {
  font-weight: bold;
  font-size: 1.3rem;
}

.drawer-brand {
  color: #ffffff;
}

.drawer-menu-item {
  color: #ffffff;
}

.drawer-menu-item:hover {
  color: #ffff00;
  text-decoration: none;
}

.drawer-menu-item.nolink {
  color: #666;
  cursor: default;
}

.drawer-menu-item.nolink:hover {
  color: #666;
  text-decoration: none;
}

.drawer--sidebar {
  background: #b0893f;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#b0893f), to(#d9b97b));
  background: linear-gradient(to bottom, #b0893f 0%, #d9b97b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor', endColorstr='$subColor',GradientType=0 );
  /* IE6-9 */
}

.drawer--sidebar .drawer-contents {
  background: #b0893f;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#b0893f), to(#d9b97b));
  background: linear-gradient(to bottom, #b0893f 0%, #d9b97b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor', endColorstr='$subColor',GradientType=0 );
  /* IE6-9 */
}

.drawer--sidebar.drawer--left .drawer-nav {
  border-right: 1px solid #fff;
}

.drawer--sidebar.drawer--right .drawer-nav {
  border-left: 1px solid #fff;
}

@media (min-width: 655px) {
  .drawer-navbar {
    border-bottom: 2px solid #6a2d18;
    background: #b0893f;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#b0893f), to(#d9b97b));
    background: linear-gradient(to bottom, #b0893f 0%, #d9b97b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor', endColorstr='$subColor',GradientType=0 );
    /* IE6-9 */
  }
}
.drawer-navbar .drawer-dropdown-menu, .drawer-navbar .drawer-nav {
  border-bottom: 2px solid #6a2d18;
}

.drawer-dropdown-menu {
  background: #b0893f;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#b0893f), to(#d9b97b));
  background: linear-gradient(to bottom, #b0893f 0%, #d9b97b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor', endColorstr='$subColor',GradientType=0 );
  /* IE6-9 */
}

.drawer-navbar-header {
  height: 0;
}

.drawer-menu-item {
  padding: 1.2rem;
}

.drawer-navbar .drawer-menu-item {
  line-height: 3rem;
}

.drawer-menu-item span {
  margin-top: -28px;
  font-size: 0.8rem;
  display: block;
}

.modaal-container {
  max-width: 800px;
}

ul.drawer-menu li {
  -webkit-transition: .3s;
  transition: .3s;
}
ul.drawer-menu li:after {
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 8px;
  height: 3px;
  background: #ffff00;
}
ul.drawer-menu li:hover {
  cursor: pointer;
}
ul.drawer-menu li:hover:after {
  width: 100%;
  left: 0;
}

.sticky {
  postion: -webkit-sticky;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* swiper ------------------------------------------------------------------- */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  top: 0;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
@media screen and (max-width: 655px), print {
  .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #b0893f;
}

.swiper-pagination {
  position: relative;
}
.swiper-pagination span {
  margin: 5px;
}

/* loading ------------------------------------------------------------------- */
.box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  -webkit-transition: all 1.2s ease;
  /* 1.2秒でフェードアウト */
  transition: all 1.2s ease;
  color: #fff;
  /* ローディングアニメーションカラー */
  background-color: #d9b97b;
  /* 背景カラー */
}

/* ローディング表示を消すための定義 */
.box.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* ローディングアニメーション */
Pug SCSS
Result
Skip Results Iframe
EDIT ON
.box {
  position: relative;
  top: 10px;
  width: 33.33vw;
  height: 33.33vw;
  max-width: 200px;
  max-height: 200px;
  min-width: 180px;
  min-height: 180px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.24);
}
Pug SCSS
Result
Skip Results Iframe
EDIT ON
.box * {
  letter-spacing: normal;
  white-space: normal;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 120px;
  height: 120px;
}
.spinner span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
}
.spinner.type1 {
  border-radius: 50%;
  border-width: 8px;
  border-style: solid;
  border-color: #fff rgba(255, 255, 255, 0.12) rgba(255, 255, 255, 0.12);
  -webkit-animation: spinner1_1 1.5s infinite linear forwards;
          animation: spinner1_1 1.5s infinite linear forwards;
}
.spinner.type1 span {
  -webkit-animation: spinner_loading_text 1.5s infinite linear forwards reverse;
          animation: spinner_loading_text 1.5s infinite linear forwards reverse;
}
.spinner.type2 {
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  border-color: #fff transparent;
  -webkit-animation: spinner1_1 2.2s infinite linear forwards;
          animation: spinner1_1 2.2s infinite linear forwards;
}
.spinner.type2::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  border-color: #fff transparent;
  -webkit-animation: spinner1_2 .8s infinite linear forwards reverse;
          animation: spinner1_2 .8s infinite linear forwards reverse;
}
.spinner.type2 span {
  -webkit-animation: spinner_loading_text 2.2s infinite linear forwards reverse;
          animation: spinner_loading_text 2.2s infinite linear forwards reverse;
}
.spinner.type3 {
  border-radius: 50%;
  border-width: 6px;
  border-style: solid;
  border-color: #fff transparent transparent;
  -webkit-animation: spinner1_1 1.8s infinite linear forwards reverse;
          animation: spinner1_1 1.8s infinite linear forwards reverse;
}
.spinner.type3::before, .spinner.type3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  opacity: 0.6;
}
.spinner.type3::before {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  border-right: 1px solid;
  z-index: 1;
  -webkit-animation: spinner1_2 .4s infinite linear forwards;
          animation: spinner1_2 .4s infinite linear forwards;
}
.spinner.type3::after {
  -webkit-transform-origin: calc(100% - 2px) bottom;
          transform-origin: calc(100% - 2px) bottom;
  border-right: 4px solid;
  z-index: 2;
  -webkit-animation: spinner3_1 1.5s infinite linear forwards;
          animation: spinner3_1 1.5s infinite linear forwards;
}
.spinner.type3 span {
  z-index: 3;
  -webkit-animation: spinner_loading_text 1.8s infinite linear forwards;
          animation: spinner_loading_text 1.8s infinite linear forwards;
}
.spinner.type4 {
  -webkit-animation: spinner1_1 1.2s infinite linear forwards;
          animation: spinner1_1 1.2s infinite linear forwards;
}
.spinner.type4::before, .spinner.type4::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.spinner.type4::before {
  width: 50%;
  height: 50%;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  border-right: 1px solid;
  background: linear-gradient(10deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 72%, rgba(255, 255, 255, 0.6) 100%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.spinner.type4::after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 -30px #333;
          box-shadow: 0 -30px #333;
  z-index: 2;
}
.spinner.type4 span {
  z-index: 3;
  -webkit-animation: spinner_loading_text 1.2s infinite linear forwards reverse;
          animation: spinner_loading_text 1.2s infinite linear forwards reverse;
}
.spinner.type5 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: spinner5_1 1.2s infinite linear forwards;
          animation: spinner5_1 1.2s infinite linear forwards;
}
.spinner.type5 span {
  display: none;
}
.spinner.type6 {
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-animation: spinner6_1 1.4s infinite linear forwards;
          animation: spinner6_1 1.4s infinite linear forwards;
}
.spinner.type6 span {
  display: none;
}
.spinner.type7 {
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-animation: spinner7_1 1.4s infinite linear forwards;
          animation: spinner7_1 1.4s infinite linear forwards;
}
.spinner.type7 span {
  display: none;
}
.spinner.type7::before, .spinner.type7::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
}
.spinner.type7::before {
  top: -20px;
  left: -20px;
  -webkit-animation: spinner7_2 1.4s infinite linear forwards;
          animation: spinner7_2 1.4s infinite linear forwards;
}
.spinner.type7::after {
  top: 20px;
  left: 20px;
  -webkit-animation: spinner7_3 1.4s infinite linear forwards;
          animation: spinner7_3 1.4s infinite linear forwards;
}
.spinner.type8 {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: spinner8_1 1.4s infinite linear;
          animation: spinner8_1 1.4s infinite linear;
}
.spinner.type8 span {
  -webkit-animation: spinner8_loading_text 1.4s infinite linear;
          animation: spinner8_loading_text 1.4s infinite linear;
}
.spinner.type9::before, .spinner.type9::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
.spinner.type9::before {
  -webkit-animation: spinner9_1 .8s infinite linear;
          animation: spinner9_1 .8s infinite linear;
}
.spinner.type9::after {
  -webkit-animation: spinner9_1 .8s infinite linear reverse;
          animation: spinner9_1 .8s infinite linear reverse;
}
.spinner.type9 span {
  display: none;
}

@-webkit-keyframes spinner1_1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spinner1_1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes spinner1_2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner1_2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner3_1 {
  0% {
    -webkit-transform: translateX(2px) translateZ(0) rotate(0deg);
            transform: translateX(2px) translateZ(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(2px) translateZ(0) rotate(360deg);
            transform: translateX(2px) translateZ(0) rotate(360deg);
  }
}
@keyframes spinner3_1 {
  0% {
    -webkit-transform: translateX(2px) translateZ(0) rotate(0deg);
            transform: translateX(2px) translateZ(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateX(2px) translateZ(0) rotate(360deg);
            transform: translateX(2px) translateZ(0) rotate(360deg);
  }
}
@-webkit-keyframes spinner5_1 {
  0% {
    opacity: .2;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.5);
            transform: translate(-50%, -50%) rotate(0) scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-box-shadow: 21px 21px, -21px -21px, 21px -21px, -21px 21px;
            box-shadow: 21px 21px, -21px -21px, 21px -21px, -21px 21px;
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(1);
            transform: translate(-50%, -50%) rotate(180deg) scale(1);
  }
  100% {
    opacity: .2;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(0.5);
            transform: translate(-50%, -50%) rotate(360deg) scale(0.5);
  }
}
@keyframes spinner5_1 {
  0% {
    opacity: .2;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.5);
            transform: translate(-50%, -50%) rotate(0) scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-box-shadow: 21px 21px, -21px -21px, 21px -21px, -21px 21px;
            box-shadow: 21px 21px, -21px -21px, 21px -21px, -21px 21px;
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(1);
            transform: translate(-50%, -50%) rotate(180deg) scale(1);
  }
  100% {
    opacity: .2;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(0.5);
            transform: translate(-50%, -50%) rotate(360deg) scale(0.5);
  }
}
@-webkit-keyframes spinner6_1 {
  0% {
    -webkit-box-shadow: 0;
            box-shadow: 0;
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.5);
            transform: translate(-50%, -50%) rotate(0) scale(0.5);
  }
  50% {
    -webkit-box-shadow: -25px 0, 25px 0, 0 -25px, 0 25px, 25px 25px, -25px -25px, 25px -25px, -25px 25px;
            box-shadow: -25px 0, 25px 0, 0 -25px, 0 25px, 25px 25px, -25px -25px, 25px -25px, -25px 25px;
    -webkit-transform: translate(-50%, -50%) rotate(90deg) scale(1);
            transform: translate(-50%, -50%) rotate(90deg) scale(1);
    background-color: transparent;
  }
  100% {
    opacity: .5;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(0.5);
            transform: translate(-50%, -50%) rotate(180deg) scale(0.5);
  }
}
@keyframes spinner6_1 {
  0% {
    -webkit-box-shadow: 0;
            box-shadow: 0;
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.5);
            transform: translate(-50%, -50%) rotate(0) scale(0.5);
  }
  50% {
    -webkit-box-shadow: -25px 0, 25px 0, 0 -25px, 0 25px, 25px 25px, -25px -25px, 25px -25px, -25px 25px;
            box-shadow: -25px 0, 25px 0, 0 -25px, 0 25px, 25px 25px, -25px -25px, 25px -25px, -25px 25px;
    -webkit-transform: translate(-50%, -50%) rotate(90deg) scale(1);
            transform: translate(-50%, -50%) rotate(90deg) scale(1);
    background-color: transparent;
  }
  100% {
    opacity: .5;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(0.5);
            transform: translate(-50%, -50%) rotate(180deg) scale(0.5);
  }
}
@-webkit-keyframes spinner7_1 {
  0%,
  100% {
    background-color: #fff;
  }
  50% {
    background-color: rgba(255, 255, 255, 0);
  }
}
@keyframes spinner7_1 {
  0%,
  100% {
    background-color: #fff;
  }
  50% {
    background-color: rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes spinner7_2 {
  0%,
  100% {
    -webkit-transform: translate(0, 0) rotateX(0) rotateY(0);
            transform: translate(0, 0) rotateX(0) rotateY(0);
  }
  25% {
    -webkit-transform: translate(0, calc(100% + 20px)) rotateX(180deg) rotateY(0);
            transform: translate(0, calc(100% + 20px)) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: translate(calc(100% + 20px), calc(100% + 20px)) rotateX(180deg) rotateY(180deg);
            transform: translate(calc(100% + 20px), calc(100% + 20px)) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: translate(calc(100% + 20px), 0) rotateX(0deg) rotateY(180deg);
            transform: translate(calc(100% + 20px), 0) rotateX(0deg) rotateY(180deg);
  }
}
@keyframes spinner7_2 {
  0%,
  100% {
    -webkit-transform: translate(0, 0) rotateX(0) rotateY(0);
            transform: translate(0, 0) rotateX(0) rotateY(0);
  }
  25% {
    -webkit-transform: translate(0, calc(100% + 20px)) rotateX(180deg) rotateY(0);
            transform: translate(0, calc(100% + 20px)) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: translate(calc(100% + 20px), calc(100% + 20px)) rotateX(180deg) rotateY(180deg);
            transform: translate(calc(100% + 20px), calc(100% + 20px)) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: translate(calc(100% + 20px), 0) rotateX(0deg) rotateY(180deg);
            transform: translate(calc(100% + 20px), 0) rotateX(0deg) rotateY(180deg);
  }
}
@-webkit-keyframes spinner7_3 {
  0%,
  100% {
    -webkit-transform: translate(0, 0) rotateX(0) rotateY(0);
            transform: translate(0, 0) rotateX(0) rotateY(0);
  }
  25% {
    -webkit-transform: translate(0, calc(-100% - 20px)) rotateX(-180deg) rotateY(0);
            transform: translate(0, calc(-100% - 20px)) rotateX(-180deg) rotateY(0);
  }
  50% {
    -webkit-transform: translate(calc(-100% - 20px), calc(-100% - 20px)) rotateX(-180deg) rotateY(-180deg);
            transform: translate(calc(-100% - 20px), calc(-100% - 20px)) rotateX(-180deg) rotateY(-180deg);
  }
  75% {
    -webkit-transform: translate(calc(-100% - 20px), 0) rotateX(0) rotateY(-180deg);
            transform: translate(calc(-100% - 20px), 0) rotateX(0) rotateY(-180deg);
  }
}
@keyframes spinner7_3 {
  0%,
  100% {
    -webkit-transform: translate(0, 0) rotateX(0) rotateY(0);
            transform: translate(0, 0) rotateX(0) rotateY(0);
  }
  25% {
    -webkit-transform: translate(0, calc(-100% - 20px)) rotateX(-180deg) rotateY(0);
            transform: translate(0, calc(-100% - 20px)) rotateX(-180deg) rotateY(0);
  }
  50% {
    -webkit-transform: translate(calc(-100% - 20px), calc(-100% - 20px)) rotateX(-180deg) rotateY(-180deg);
            transform: translate(calc(-100% - 20px), calc(-100% - 20px)) rotateX(-180deg) rotateY(-180deg);
  }
  75% {
    -webkit-transform: translate(calc(-100% - 20px), 0) rotateX(0) rotateY(-180deg);
            transform: translate(calc(-100% - 20px), 0) rotateX(0) rotateY(-180deg);
  }
}
@-webkit-keyframes spinner8_1 {
  0%,
  95%,
  100% {
    -webkit-box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
            box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
  }
  5% {
    -webkit-box-shadow: -28px -28px, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
            box-shadow: -28px -28px, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
  }
  10% {
    -webkit-box-shadow: -28px -28px, 0 -28px, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
            box-shadow: -28px -28px, 0 -28px, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
  }
  15% {
    -webkit-box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
            box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
  }
  20% {
    -webkit-box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
            box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
    background-color: transparent;
  }
  25% {
    -webkit-box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
            box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
    background-color: #fff;
  }
  30% {
    -webkit-box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
            box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
  }
  35% {
    -webkit-box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0, -28px 28px, 0 28px transparent, 28px 28px transparent;
            box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0, -28px 28px, 0 28px transparent, 28px 28px transparent;
  }
  40% {
    -webkit-box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0, -28px 28px, 0 28px, 28px 28px transparent;
            box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0, -28px 28px, 0 28px, 28px 28px transparent;
  }
  45%,
  50% {
    -webkit-box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0, -28px 28px, 0 28px, 28px 28px;
            box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0, -28px 28px, 0 28px, 28px 28px;
  }
  55% {
    -webkit-box-shadow: -28px -28px transparent, 0 -28px, 28px -28px, -28px 0, 28px 0, -28px 28px, 0 28px, 28px 28px;
            box-shadow: -28px -28px transparent, 0 -28px, 28px -28px, -28px 0, 28px 0, -28px 28px, 0 28px, 28px 28px;
  }
  60% {
    -webkit-box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px, -28px 0, 28px 0, -28px 28px, 0 28px, 28px 28px;
            box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px, -28px 0, 28px 0, -28px 28px, 0 28px, 28px 28px;
  }
  65% {
    -webkit-box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0, 28px 0, -28px 28px, 0 28px, 28px 28px;
            box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0, 28px 0, -28px 28px, 0 28px, 28px 28px;
  }
  70% {
    -webkit-box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0, -28px 28px, 0 28px, 28px 28px;
            box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0, -28px 28px, 0 28px, 28px 28px;
    background-color: #fff;
  }
  75% {
    -webkit-box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0, -28px 28px, 0 28px, 28px 28px;
            box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0, -28px 28px, 0 28px, 28px 28px;
    background-color: transparent;
  }
  80% {
    -webkit-box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px, 0 28px, 28px 28px;
            box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px, 0 28px, 28px 28px;
  }
  85% {
    -webkit-box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px, 28px 28px;
            box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px, 28px 28px;
  }
  90% {
    -webkit-box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px;
            box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px;
  }
}
@keyframes spinner8_1 {
  0%,
  95%,
  100% {
    -webkit-box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
            box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
  }
  5% {
    -webkit-box-shadow: -28px -28px, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
            box-shadow: -28px -28px, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
  }
  10% {
    -webkit-box-shadow: -28px -28px, 0 -28px, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
            box-shadow: -28px -28px, 0 -28px, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
  }
  15% {
    -webkit-box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
            box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
  }
  20% {
    -webkit-box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
            box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
    background-color: transparent;
  }
  25% {
    -webkit-box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
            box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
    background-color: #fff;
  }
  30% {
    -webkit-box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
            box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0, -28px 28px transparent, 0 28px transparent, 28px 28px transparent;
  }
  35% {
    -webkit-box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0, -28px 28px, 0 28px transparent, 28px 28px transparent;
            box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0, -28px 28px, 0 28px transparent, 28px 28px transparent;
  }
  40% {
    -webkit-box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0, -28px 28px, 0 28px, 28px 28px transparent;
            box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0, -28px 28px, 0 28px, 28px 28px transparent;
  }
  45%,
  50% {
    -webkit-box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0, -28px 28px, 0 28px, 28px 28px;
            box-shadow: -28px -28px, 0 -28px, 28px -28px, -28px 0, 28px 0, -28px 28px, 0 28px, 28px 28px;
  }
  55% {
    -webkit-box-shadow: -28px -28px transparent, 0 -28px, 28px -28px, -28px 0, 28px 0, -28px 28px, 0 28px, 28px 28px;
            box-shadow: -28px -28px transparent, 0 -28px, 28px -28px, -28px 0, 28px 0, -28px 28px, 0 28px, 28px 28px;
  }
  60% {
    -webkit-box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px, -28px 0, 28px 0, -28px 28px, 0 28px, 28px 28px;
            box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px, -28px 0, 28px 0, -28px 28px, 0 28px, 28px 28px;
  }
  65% {
    -webkit-box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0, 28px 0, -28px 28px, 0 28px, 28px 28px;
            box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0, 28px 0, -28px 28px, 0 28px, 28px 28px;
  }
  70% {
    -webkit-box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0, -28px 28px, 0 28px, 28px 28px;
            box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0, -28px 28px, 0 28px, 28px 28px;
    background-color: #fff;
  }
  75% {
    -webkit-box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0, -28px 28px, 0 28px, 28px 28px;
            box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0, -28px 28px, 0 28px, 28px 28px;
    background-color: transparent;
  }
  80% {
    -webkit-box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px, 0 28px, 28px 28px;
            box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px, 0 28px, 28px 28px;
  }
  85% {
    -webkit-box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px, 28px 28px;
            box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px, 28px 28px;
  }
  90% {
    -webkit-box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px;
            box-shadow: -28px -28px transparent, 0 -28px transparent, 28px -28px transparent, -28px 0 transparent, 28px 0 transparent, -28px 28px transparent, 0 28px transparent, 28px 28px;
  }
}
@-webkit-keyframes spinner9_1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.8);
            transform: translate(-50%, -50%) scale(2.8);
  }
}
@keyframes spinner9_1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2.8);
            transform: translate(-50%, -50%) scale(2.8);
  }
}
@-webkit-keyframes spinner8_loading_text {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, calc(-50% + 32px));
            transform: translate(-50%, calc(-50% + 32px));
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate(-50%, calc(-50% - 32px));
            transform: translate(-50%, calc(-50% - 32px));
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes spinner8_loading_text {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, calc(-50% + 32px));
            transform: translate(-50%, calc(-50% + 32px));
    opacity: 0;
  }
  50.1% {
    -webkit-transform: translate(-50%, calc(-50% - 32px));
            transform: translate(-50%, calc(-50% - 32px));
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@-webkit-keyframes spinner_loading_text {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spinner_loading_text {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
