* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: source-han-sans-japanese, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 500;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  color: #9f9f9f;
  letter-spacing: 1px;
}

@font-face {
  font-family: "FunctionsPro";
  src: url('/fonts/FPro-book.eot');
  src: url('/fonts/FPro-book_iefix.eot') format('embedded-opentype'),
    url('/fonts/FPro-book.woff') format('woff'),
    url('/fonts/FPro-book.ttf') format('truetype'),
    url('/fonts/FPro-book.svg#icon') format('svg');
  font-style: normal;
}

a {
  text-decoration: none;
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

img {
  vertical-align: middle;
  border: 0;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

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

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
  overflow: hidden;
}

.clearfix {
  display: block;
}

@keyframes bodyFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bodyFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  /* animation: bodyFadeIn 1s ease 0s 1 normal !important; */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#allWrap {
  position: relative;
  min-width: 320px;
  background: rgb(255, 139, 193);
  background: -moz-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
  background: linear-gradient(to right, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1);
}

#wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  height: 100%;
  padding: 10px 10px 0 10px;
}

.inner {
  position: relative;
  height: 100%;
}

#headerTopWrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #000;
}

h1 {
  font-size: 10px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  padding-bottom: 40px;
  line-height: 120%;
}

h1 span {
  font-size: 10px;
  color: #fff;
  display: inline-block;
}

.pattern {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background: url(/index/img/pattern_cover.png) repeat;
  top: 0;
  left: 0;
  z-index: 7;
  opacity: 0.4;
}

#coverWrap {
  position: relative;
  overflow: hidden;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
}

#cover {
  position: relative;
  /* background-image: url(/sp/img/index_cover.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%; */

}

#cover img {
  width: 100%;
}


.title_sclass {
  position: absolute;
  left: 50%;
  bottom: 100px;
  width: 84%;
  transform: translate(-47%, 0);
}

.title_sclass img {
  width: 100%;
}


.title1 {
  position: absolute;
  top: 10%;
  right: -50px;
  background-image: url(/index/img/title1.png);
  width: 100%;
  height: 80%;
  max-height: 100%;
  background-size: auto 100%;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

@-webkit-keyframes scaleOut {
  from {
    overflow: hidden;
    transform: scale(1.05);
  }

  to {
    transform: scale(1);
  }
}

@keyframes scaleOut {
  from {
    overflow: hidden;
    transform: scale(1.05);
  }

  to {
    transform: scale(1);
  }
}

.scaleOut {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut;
  animation-delay: 4s;
  animation-duration: 1.6s;
  animation-fill-mode: both;
}

@media all and (-ms-high-contrast: none) {
  .scaleOut {
    animation: none;
  }
}

.new {
  position: absolute;
  top: -20px;
  left: -30px;
  transform: rotate(-10deg);
  transform-origin: center center;
  width: 280px;
}

.new img {
  width: 100%;
}

.title2 {
  position: absolute;
  top: -55px;
  right: -55px;
  /* left: 50%; */
  width: 800px;
  height: 130px;
  /* transform: translate(-50%, 0); */
}

.title2 img {
  width: 100%;
  height: 100%;
}

.entrance {
  position: relative;
  max-width: 540px;
  width: 90%;
  text-align: center;
  margin: 0 auto 20px auto;
}

.entrance ul li {
  position: relative;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.entrance ul li.enter a {
  display: block;
  padding: 14px 0 0 0;
  margin: 0 5px;
  position: relative;
  transition: 0.3s ease;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}

/*
.entrance ul li a span::before {
    content: "ENTER";
    display: block;
    font-size: 80px;
    line-height: 1;
    color: #fff;
    transition: 0.6s ease;
    font-family: "Rorboto", sans-serif;
    font-weight: 700;
    font-style: italic;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -5px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
*/

.entrance ul li a span {
  display: inline-block;
  font-size: 120px;
  line-height: 1;
  color: #fff;
  transition: 0.6s ease;
  font-family: "Sorts Mill Goudy", serif;
  background: rgb(255, 139, 193);
  background: -moz-linear-gradient(0, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
  background: -webkit-linear-gradient(0, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
  background: linear-gradient(0, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(255, 167, 132, 0);
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.01);
  letter-spacing: -2px;
}

.entrance ul li.enter a:active {
  color: #ffa784;
  background: #e7027f;
}

@media all and (-ms-high-contrast: none) {
  .entrance ul li a span {
    display: block;
    font-size: 100px;
    line-height: 1;
    color: #e7027f;
    transition: 0.6s ease;
    font-family: "Sorts Mill Goudy", serif;
    background: none;
    letter-spacing: -2px;
  }

  .entrance ul li.enter a:active span {
    color: #ffa784;
  }
}

/*
.entrance ul li a:hover span:nth-child(1) {
  transform: rotateY(360deg);
}

.entrance ul li a:hover span:nth-child(2) {
  transform: rotateY(360deg);
  transition-delay: 0.1s;
}

.entrance ul li a:hover span:nth-child(3) {
  transform: rotateY(360deg);
  transition-delay: 0.2s;
}

.entrance ul li a:hover span:nth-child(4) {
  transform: rotateY(360deg);
  transition-delay: 0.3s;
}

.entrance ul li a:hover span:nth-child(5) {
  transform: rotateY(360deg);
  transition-delay: 0.4s;
}
*/
.entrance ul li.enter a b {
  display: block;
  font-size: 16px;
  line-height: 1;
  background: #e7027f;
  padding: 3px;
  color: #fff;
  width: 100%;
  margin-top: -10px;
  transition: 0.6s ease;
  border-radius: 22px;
  overflow: hidden;
}

.entrance ul li.enter a:active b {
  background: #ffa784
}

.entrance p {
  font-size: 12px;
  line-height: 160%;
  padding: 10px 0;
  margin-top: 10px;
  color: #717171;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.entrance p a {
  display: inline-block;
  color: #9c0000;
  font-size: 20px;
  vertical-align: bottom;
}

.recruit-banner {
  position: relative;
  width: 90%;
  max-width: 500px;
  margin: 30px auto 10px auto;
  text-align: center;
}

.recruit-banner p {
  color: #e7027f;
  font-size: 20px;
  font-weight: bold;
}

.recruit-banner a {
  display: block;
  border: 5px solid #242321;
}

.recruit-banner a img {
  width: 100%;
}

.noteWrap {
  position: relative;
  max-width: 1040px;
  margin: 50px auto 80px auto;
  text-align: center;
}

.note p {
  position: relative;
  background: rgb(255, 139, 193);
  background: -moz-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
  background: linear-gradient(to right, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1);
  padding: 1px;
  z-index: 0;
  margin: -25px 10px 0 10px;
}

.note p b {
  padding: 50px 20px 40px 20px;
  font-size: 16px;
  line-height: 160%;
  color: #a0a0a0;
  text-align: justify;
  font-family: 'Noto Serif JP', serif;
  display: block;
  background: #000;
}

.note span {
  display: block;
  background: #000;
  position: relative;
  z-index: 1;
  margin: 0 15%;
  text-align: center;
}

.note span small {
  display: block;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 34px;
  white-space: nowrap;
  background: rgb(255, 139, 193);
  background: -moz-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
  background: linear-gradient(90deg, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8bc1", endColorstr="#ffa784", GradientType=1);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  padding: 1px 5px;
  text-align: center;
  line-height: 1;
}

@media all and (-ms-high-contrast: none) {
  .note span small {
    background: none;
    color: #e7027f;
  }
}

#footerWrap {
  position: relative;
  width: 100%;
  min-width: 320px;
  z-index: 101;
  /* margin-top: -70px; */
}

/*
#footerWrap:before {
  content: "";
  position: absolute;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  transform-origin: right bottom;
  transform: skewY(1.5deg)
}
*/
#foot-frame {
  height: 130px;
  width: 130px;
  background-color: #000;
  position: absolute;
  top: -60px;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, 0);
  padding: 20px;
}

#foot-frame img {
  width: 100%;
}

#footer-inner {
  position: relative;
  background: #000;
  padding-top: 80px;
}

#footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px 10px 30px 10px;
  text-align: center;
}

#footer dt {
  width: 290px;
  position: relative;
  margin: 0 auto 5px auto;
}

#footer dt img {
  width: 100%;
}

#footer dd.footerInfo,
#footer dd.footerMenu {
  position: relative;
}

#footer dd.footerInfo {
  font-size: 16px;
  color: #717171;
}

#footer dd.footerInfo ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#footer dd.footerInfo ul li {
  font-family: 'FunctionsPro', sans-serif;
  color: #717171;
  display: inline-block;
  margin: 3px 0;
}

#footer dd.footerInfo ul li span.infomationTitle {
  font-family: 'FunctionsPro', sans-serif;
  display: inline-block;
  background: #1c1c1c;
  color: #717171;
  font-size: 16px;
  line-height: 1;
  padding: 2px 6px;
  margin: 0 5px 0 0;
}

#footer dd.footerInfo ul li a {
  font-family: 'FunctionsPro', sans-serif;
  color: #717171;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

#footer dd.footerMenu ul {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}

#footer dd.footerMenu ul li {
  position: relative;
  display: inline-block;
  color: #717171;
  width: 50%;
}

#footer dd.footerMenu ul li:nth-child(odd) {
  text-align: right;
}

#footer dd.footerMenu ul li:nth-child(even) {
  text-align: left;
}

#footer dd.footerMenu ul li a {
  display: inline-block;
  padding: 3px 12px;
  color: #717171;
}

#footer dd.footerMenu ul li:last-child a {
  border: none;
}

#footer dd.footerMenu ul li b {
  color: #717171;
}

#footer dd.footerMenu ul li a.active span {
  color: #ec4b7d;
  text-decoration: underline;
}

#footer dd.footerMenu ul li a span {
  color: #717171;
  font-family: 'FunctionsPro', sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2px
}

#footer dd.footerMenu ul li a span:hover {
  color: #ec4b7d;
}

#footer span.footerBorder {
  display: block;
  height: 3px;
  background-color: #181c1d;
  border-top: 1px solid #2a2a2a;
  width: auto;
  margin: 30px auto;
}

/*
#footer span.footerBorder {
  background: url(/pc/img/footer_border.png) repeat;
  height: 6px;
  width: auto;
  margin: 30px auto;
  display: block;
}
*/

#footer dd#copyRight {
  color: #ec4b7d;
  font-size: 10px;
  font-family: 'FunctionsPro', sans-serif;
  text-align: center;
  line-height: 120%;
}

#footer dd#copyRight span {
  display: inline-block;
  color: #ec4b7d;
  font-size: 10px;
  font-family: 'FunctionsPro', sans-serif;
}

#footerBottomWrap {
  position: relative;
  background: #141414;
}

#footerBottom {
  position: relative;
  padding: 10px 6px;
  text-align: right;
  max-width: 1000px;
  margin: 0 auto;
}

#footerBottom .link {
  font-size: 8px;
  color: #808080;
  display: block;
  margin: 0 5px;
}

#footerBottom .link a {
  font-size: 10px;
  line-height: 10px;
  color: #808080;
  display: inline-block;
  padding: 3px;
}

#footerBottom .link a:hover {
  background: #fff;
}

.animsition-loading {
  display: none;
}

.animateLogoWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
  background: rgb(255, 139, 193);
  background: -moz-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
  background: linear-gradient(to right, rgba(255, 139, 193, 1) 0%, rgba(255, 167, 132, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8bc1', endColorstr='#ffa784', GradientType=1);
  padding: 10px 10px 0 10px;
}

.animateLogo-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.animateLogo {
  max-width: 400px;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.animateLogo svg {
  width: 100%;
}

@-webkit-keyframes logoOut {
  from {
    opacity: 1;
    overflow: hidden;
    /* transform: translate3d(0,0,0) transform: scale(1); */
  }

  to {
    opacity: 0;
    visibility: hidden;
    /* transform: translate3d(0,-100%,0) transform: scale(1.05); */

  }
}

@keyframes logoOut {
  from {
    opacity: 1;
    /* transform: translate3d(0,0,0) transform: scale(1); */
    overflow: hidden;


  }

  to {
    opacity: 0;
    visibility: hidden;
    /* transform: translate3d(0,-100%,0) transform: scale(1.05); */
  }
}

.logoOut {
  -webkit-animation-name: logoOut;
  animation-name: logoOut;
  animation-delay: 4s;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media all and (-ms-high-contrast: none) {
  .animateLogoWrap {
    display: none;
  }

  .animateLogo {
    background-image: url(/pc/img/footer_logo.svg);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 500px;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .logoOut {
    -webkit-animation-name: logoOut;
    animation-name: logoOut;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
  }

  .animsition-loading {
    display: block;
  }
}



/***************************************************
 * Generated by SVG Artista on 5/14/2021, 4:24:22 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 24.532020568847656px;
    stroke-dasharray: 24.532020568847656px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 24.532020568847656px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 24.532020568847656px;
    stroke-dasharray: 24.532020568847656px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 24.532020568847656px;
  }
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
    animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
  animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
    animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 1988.1282958984375px;
    stroke-dasharray: 1988.1282958984375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1988.1282958984375px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 1988.1282958984375px;
    stroke-dasharray: 1988.1282958984375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1988.1282958984375px;
  }
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
    animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
  animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
    animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 1510.597412109375px;
    stroke-dasharray: 1510.597412109375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1510.597412109375px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 1510.597412109375px;
    stroke-dasharray: 1510.597412109375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1510.597412109375px;
  }
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
    animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
    animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 179.04794311523438px;
    stroke-dasharray: 179.04794311523438px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 179.04794311523438px;
  }
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 179.04794311523438px;
    stroke-dasharray: 179.04794311523438px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 179.04794311523438px;
  }
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
    animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
  animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
    animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 67.58793640136719px;
    stroke-dasharray: 67.58793640136719px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 67.58793640136719px;
  }
}

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 67.58793640136719px;
    stroke-dasharray: 67.58793640136719px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 67.58793640136719px;
  }
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
    animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
  animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
    animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 37.843109130859375px;
    stroke-dasharray: 37.843109130859375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 37.843109130859375px;
  }
}

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 37.843109130859375px;
    stroke-dasharray: 37.843109130859375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 37.843109130859375px;
  }
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
    animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
  animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
    animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 20.387557983398438px;
    stroke-dasharray: 20.387557983398438px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 20.387557983398438px;
  }
}

@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 20.387557983398438px;
    stroke-dasharray: 20.387557983398438px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 20.387557983398438px;
  }
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
    animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
  animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
    animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 57.36148452758789px;
    stroke-dasharray: 57.36148452758789px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 57.36148452758789px;
  }
}

@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 57.36148452758789px;
    stroke-dasharray: 57.36148452758789px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 57.36148452758789px;
  }
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-8 {
  -webkit-animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
    animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
  animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
    animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 40.310997009277344px;
    stroke-dasharray: 40.310997009277344px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 40.310997009277344px;
  }
}

@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 40.310997009277344px;
    stroke-dasharray: 40.310997009277344px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 40.310997009277344px;
  }
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-9 {
  -webkit-animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
    animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
  animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
    animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 16.601428985595703px;
    stroke-dasharray: 16.601428985595703px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 16.601428985595703px;
  }
}

@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 16.601428985595703px;
    stroke-dasharray: 16.601428985595703px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 16.601428985595703px;
  }
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-10 {
  -webkit-animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both,
    animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
  animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both,
    animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
}

@-webkit-keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 47.721160888671875px;
    stroke-dasharray: 47.721160888671875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 47.721160888671875px;
  }
}

@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 47.721160888671875px;
    stroke-dasharray: 47.721160888671875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 47.721160888671875px;
  }
}

@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-11 {
  -webkit-animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both,
    animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
  animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both,
    animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}

@-webkit-keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 32.10365295410156px;
    stroke-dasharray: 32.10365295410156px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 32.10365295410156px;
  }
}

@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 32.10365295410156px;
    stroke-dasharray: 32.10365295410156px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 32.10365295410156px;
  }
}

@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-12 {
  -webkit-animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s both,
    animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both;
  animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s both,
    animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s both;
}

@-webkit-keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 37.81349182128906px;
    stroke-dasharray: 37.81349182128906px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 37.81349182128906px;
  }
}

@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 37.81349182128906px;
    stroke-dasharray: 37.81349182128906px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 37.81349182128906px;
  }
}

@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-13 {
  -webkit-animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both,
    animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
  animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both,
    animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}

@-webkit-keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 11.887938499450684px;
    stroke-dasharray: 11.887938499450684px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 11.887938499450684px;
  }
}

@keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 11.887938499450684px;
    stroke-dasharray: 11.887938499450684px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 11.887938499450684px;
  }
}

@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-14 {
  -webkit-animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both,
    animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
  animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both,
    animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}

@-webkit-keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 11.83261775970459px;
    stroke-dasharray: 11.83261775970459px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 11.83261775970459px;
  }
}

@keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 11.83261775970459px;
    stroke-dasharray: 11.83261775970459px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 11.83261775970459px;
  }
}

@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-15 {
  -webkit-animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both,
    animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
  animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both,
    animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}

@-webkit-keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 15.107019424438477px;
    stroke-dasharray: 15.107019424438477px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 15.107019424438477px;
  }
}

@keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 15.107019424438477px;
    stroke-dasharray: 15.107019424438477px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 15.107019424438477px;
  }
}

@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-16 {
  -webkit-animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s both,
    animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
  animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s both,
    animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}

@-webkit-keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 14.999459266662598px;
    stroke-dasharray: 14.999459266662598px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 14.999459266662598px;
  }
}

@keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 14.999459266662598px;
    stroke-dasharray: 14.999459266662598px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 14.999459266662598px;
  }
}

@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-17 {
  -webkit-animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both,
    animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
  animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both,
    animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
}

@-webkit-keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 41.81072998046875px;
    stroke-dasharray: 41.81072998046875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 41.81072998046875px;
  }
}

@keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 41.81072998046875px;
    stroke-dasharray: 41.81072998046875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 41.81072998046875px;
  }
}

@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-18 {
  -webkit-animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both,
    animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
  animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both,
    animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}

@-webkit-keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 56.19336700439453px;
    stroke-dasharray: 56.19336700439453px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 56.19336700439453px;
  }
}

@keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 56.19336700439453px;
    stroke-dasharray: 56.19336700439453px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 56.19336700439453px;
  }
}

@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-19 {
  -webkit-animation: animate-svg-stroke-19 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both,
    animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
  animation: animate-svg-stroke-19 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both,
    animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
}

.link-banner {
  position: relative;
  text-align: center;
  max-width: 400px;
  width: 90%;
  margin: 0 auto 20px auto;
}

.link-banner li {
  position: relative;
}

.link-banner li a {
  display: block;
  background: #1a1a1a;
  margin: 2px;
  padding: 4px 2px;
}

.link-banner li a img {
  width: 100%
}