#first-view {
  background: -webkit-gradient(linear, left top, left bottom, from(#b3aca9), color-stop(65%, #b3aca9), color-stop(90%, #c6c1bf));
  background: linear-gradient(to bottom, #b3aca9 0%, #b3aca9 65%, #c6c1bf 90%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #first-view {
    padding-bottom: 560px;
  }
}
@media screen and (min-width:769px) {
  #first-view {
    background: -webkit-gradient(linear, left top, right top, from(#b3aca9), color-stop(55%, #b3aca9), color-stop(90%, #c6c1bf));
    background: linear-gradient(to right, #b3aca9 0%, #b3aca9 55%, #c6c1bf 90%);
  }
}
#first-view > ._flex-pc {
  margin: auto;
  max-width: 1920px;
}
@media screen and (max-width: 768px) {
  #first-view > ._flex-pc .first-view-left {
    padding-top: 25px;
  }
}
@media screen and (min-width:769px) {
  #first-view > ._flex-pc .first-view-left {
    padding-left: 3%;
    width: 55%;
  }
}
#first-view > ._flex-pc .first-view-left img {
  -webkit-animation: fadeIn 1s ease-out 1 forwards;
  animation: fadeIn 1s ease-out 1 forwards;
  opacity: 0;
}
@media screen and (min-width:769px) {
  #first-view > ._flex-pc .first-view-right {
    width: 45%;
  }
}
#first-view #update-info {
  color: #533d07;
  margin: 30px auto 20px;
  width: 90%;
}
@media screen and (min-width:769px) {
  #first-view #update-info {
    margin: 3vw auto 2vw;
  }
}
@media screen and (min-width:1920px) {
  #first-view #update-info {
    margin: 56px auto 38px;
  }
}
#first-view #update-info .cat-ttl ._en .txt-shadow {
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.6), 0 0 2px rgba(255, 255, 255, 0.6), 0 0 3px rgba(255, 255, 255, 0.6), 0 0 4px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6), 0 0 6px rgba(255, 255, 255, 0.6), 0 0 7px rgba(255, 255, 255, 0.6), 0 0 8px rgba(255, 255, 255, 0.6), 0 0 9px rgba(255, 255, 255, 0.6), 0 0 10px rgba(255, 255, 255, 0.6);
}
#first-view #update-info .cat-ttl ._jp.txt-shadow {
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.6), 0 0 2px rgba(255, 255, 255, 0.6), 0 0 3px rgba(255, 255, 255, 0.6), 0 0 4px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6), 0 0 6px rgba(255, 255, 255, 0.6), 0 0 7px rgba(255, 255, 255, 0.6), 0 0 8px rgba(255, 255, 255, 0.6), 0 0 9px rgba(255, 255, 255, 0.6), 0 0 10px rgba(255, 255, 255, 0.6);
}
#first-view #update-info .lists {
  background: #ebebec;
  border-bottom: solid 4px #8b7435;
  border-top: solid 4px #8b7435;
  margin-top: 18px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
@media screen and (min-width:769px) {
  #first-view #update-info .lists {
    margin-top: 1.302vw;
  }
}
@media screen and (min-width:1920px) {
  #first-view #update-info .lists {
    margin-top: 25px;
  }
}
#first-view #update-info .lists::before, #first-view #update-info .lists::after {
  background: #8b7435;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#first-view #update-info .lists::before {
  top: 3px;
}
#first-view #update-info .lists::after {
  bottom: 3px;
}
#first-view #update-info .lists ul {
  -webkit-overflow-scrolling: touch;
  height: 275px;
  margin-left: 17px;
  margin-right: -17px;
  overflow-y: scroll;
  width: 100%;
}
@media screen and (min-width:769px) {
  #first-view #update-info .lists ul {
    height: 23.385vw;
  }
}
@media screen and (min-width:1920px) {
  #first-view #update-info .lists ul {
    height: 460px;
    margin-left: 17px;
  }
}
#first-view #update-info .lists ul.is-scrollbar {
  padding-right: 0;
}
#first-view #update-info .lists li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #b6a881;
  line-height: 2;
  margin: 0 4em 0 0;
  padding: 0.8em 0;
}
@media screen and (min-width:769px) {
  #first-view #update-info .lists li {
    margin: 0 2.5vw 0 0.5vw;
    padding: 0 0 1vw;
  }
}
@media screen and (min-width:1920px) {
  #first-view #update-info .lists li {
    margin: 0 48px 0 22.6px;
    padding: 0 0 19.2px;
  }
}
#first-view #update-info .lists li:last-child {
  border-bottom: none;
  margin-bottom: 0.8em;
}
#first-view #update-info .lists li.invalid {
  pointer-events: none;
}
#first-view #update-info .lists li.invalid .lists-lead::before {
  content: none;
}
#first-view #update-info .lists li .lists-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1400px) {
  #first-view #update-info .lists li .lists-left .lists-left-cate {
    text-indent: 2.5em;
  }
}
#first-view #update-info .lists li .lists-left .lists-left-cate .cat-ttl {
  text-align: left;
}
#first-view #update-info .lists li .lists-left .lists-left-cate .cat-ttl.mini ._en {
  line-height: 1;
  padding-bottom: 0.25em;
}
#first-view #update-info .lists li .lists-left .lists-left-cate .cat-ttl ._en > span {
  display: initial;
  font-size: 4.667vw;
}
@media screen and (min-width:769px) {
  #first-view #update-info .lists li .lists-left .lists-left-cate .cat-ttl ._en > span {
    font-size: 1.667vw;
  }
}
@media screen and (min-width:1920px) {
  #first-view #update-info .lists li .lists-left .lists-left-cate .cat-ttl ._en > span {
    font-size: 32px;
  }
}
#first-view #update-info .lists li .lists-left .lists-left-cate .cat-ttl ._en > span::before {
  top: -0.3em;
}
#first-view #update-info .lists li .lists-left .lists-left-date {
  color: #b68e30;
  font-size: 12px;
  text-align: right;
}
@media screen and (min-width:769px) {
  #first-view #update-info .lists li .lists-left .lists-left-date {
    font-size: 0.938vw;
  }
}
@media screen and (min-width:1920px) {
  #first-view #update-info .lists li .lists-left .lists-left-date {
    font-size: 18px;
  }
}
#first-view #update-info .lists li .lists-lead {
  font-size: 2.933vw;
  position: relative;
  text-align: left;
}
@media screen and (min-width:769px) {
  #first-view #update-info .lists li .lists-lead {
    font-size: 0.9vw;
  }
}
@media screen and (min-width:1920px) {
  #first-view #update-info .lists li .lists-lead {
    font-size: 18px;
  }
}
#first-view #update-info .lists li .lists-lead::before {
  -webkit-transform: translateY(-50%);
  background-color: #6e5103;
  background-image: url("../../assets/img/common/icon_arrow.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 8px auto;
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
@media screen and (min-width:769px) {
  #first-view #update-info .lists li .lists-lead::before {
    background-size: 0.521vw auto;
    height: 20px;
    width: 20px;
  }
}
@media screen and (min-width:1920px) {
  #first-view #update-info .lists li .lists-lead::before {
    background-size: 10px auto;
  }
}
#first-view #update-info .lists li .lists-lead.invalid::before {
  content: none;
}
#first-view #update-info .lists li .lists-lead > p {
  width: 90%;
}
#first-view #update-info .lists li.non-ttl {
  margin-bottom: 2vw;
  padding-top: 3vw;
  position: relative;
}
@media screen and (min-width:1920px) {
  #first-view #update-info .lists li.non-ttl {
    margin-bottom: 40px;
    padding-top: 55px;
  }
}
#first-view #update-info .lists li.non-ttl .lists-left {
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  position: absolute;
  right: 0;
  top: 50%;
}
#first-view #update-info .lists li.non-ttl .invalid {
  position: absolute;
  top: 50%;
  width: 80%;
}
#first-view #update-info .lists .scrollbar {
  background: #d3cab3;
  bottom: 40px;
  position: absolute;
  right: 5px;
  top: 40px;
  width: 2px;
}
@media screen and (min-width:769px) {
  #first-view #update-info .lists .scrollbar {
    right: 10px;
  }
}
#first-view #update-info .lists .scrollbar::before, #first-view #update-info .lists .scrollbar::after {
  background: #d3cab3;
  border-radius: 50%;
  content: "";
  height: 6px;
  position: absolute;
  right: -2px;
  width: 6px;
}
#first-view #update-info .lists .scrollbar::before {
  top: -6px;
}
#first-view #update-info .lists .scrollbar::after {
  bottom: -6px;
}
#first-view #update-info .lists .scrollbar-top,
#first-view #update-info .lists .scrollbar-btm {
  background-image: url("../../assets/img/common/icon_scroll-arrow.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 10px;
  position: absolute;
  right: 2px;
  width: 9px;
}
@media screen and (min-width:769px) {
  #first-view #update-info .lists .scrollbar-top,
#first-view #update-info .lists .scrollbar-btm {
    height: 15px;
    right: 4px;
    width: 14px;
  }
}
#first-view #update-info .lists .scrollbar-top {
  -webkit-transform: rotate(180deg);
  top: 18px;
  transform: rotate(180deg);
}
@media screen and (min-width:769px) {
  #first-view #update-info .lists .scrollbar-top {
    top: 12px;
  }
}
#first-view #update-info .lists .scrollbar-btm {
  bottom: 18px;
}
@media screen and (min-width:769px) {
  #first-view #update-info .lists .scrollbar-btm {
    bottom: 12px;
  }
}
#first-view #update-info .lists .scrollbar-thumb {
  background-color: #c8a444;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  right: 1px;
  top: 0;
  width: 4px;
}
@media screen and (min-width:769px) {
  #first-view #update-info .lists .scrollbar-thumb {
    right: 2px;
    width: 7px;
  }
}
#first-view #update-info .opacity {
  opacity: 0.6;
  pointer-events: none;
}

@keyframes fadeIn {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0.9);
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}
/* top-animation */
.cls-1 {
  fill: #fff;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 8px;
}

@supports (-ms-ime-align: auto) {
  .cls-1 {
    stroke: transparent;
  }
}
.svg {
  height: 100%;
  position: relative;
  text-align: center;
}
.svg .link-btn {
  margin-top: 1em;
}
.svg .link-btn a {
  padding: 1em 1.6em;
}

.main-image-overlay {
  -webkit-transform: translateX(-50%);
  content: "";
  height: auto;
  left: 50%;
  max-width: 1920px;
  position: absolute;
  top: -160px;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-image-overlay {
    margin-bottom: -160px;
  }
}
@media screen and (min-width:769px) {
  .main-image-overlay {
    -webkit-transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.main-image-overlay #first-layer {
  height: auto;
  width: 140px;
}
@media screen and (min-width:769px) {
  .main-image-overlay #first-layer {
    width: 18.698vw;
  }
}
@media screen and (min-width:1920px) {
  .main-image-overlay #first-layer {
    width: 359px;
  }
}
.main-image-overlay #first-layer.shadow {
  -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5)) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5)) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}

.svg-lead {
  -webkit-transform: translateY(20%);
  color: #fff;
  font-family: "source-han-serif-japanese", serif;
  font-size: 18px;
  font-size: 4vw;
  font-weight: 700;
  margin-top: 0;
  margin-top: 7.5vw;
  opacity: 0;
  transform: translateY(20%);
}
@media screen and (min-width:769px) {
  .svg-lead {
    font-size: 1.8vw;
    margin-top: 1.5vw;
  }
}
@media screen and (min-width:1920px) {
  .svg-lead {
    font-size: 35px;
    margin-top: 29px;
  }
}
.svg-lead .link-btn {
  -webkit-transition: background 0.3s;
  cursor: pointer;
  display: inline-block;
  transition: background 0.3s;
}
.svg-lead .link-btn:hover a {
  background: #926a00;
}
.svg-lead .link-btn:hover a::before {
  left: 19px;
}
@media screen and (min-width: 375px) {
  .svg-lead .link-btn:hover a::before {
    left: 1.8vw;
  }
}
@media screen and (min-width:1920px) {
  .svg-lead .link-btn:hover a::before {
    left: 31px;
  }
}

.push {
  -webkit-transition: all 1.3s;
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
  transition: all 1.3s;
}
.push .push-lead {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.15), 0px 0px 10px rgba(0, 0, 0, 0.15), 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.svg-item {
  -webkit-transform: translateY(5%);
  opacity: 0;
  transform: translateY(5%);
}
.svg-item.push {
  -webkit-transition: all 1.3s;
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
  transition: all 1.3s;
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s linear 0s both, animate-svg-fill-1 0.5s ease-in 0.8s both;
  animation: animate-svg-stroke-1 1s linear 0s both, animate-svg-fill-1 0.5s ease-in 0.8s both;
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s linear 0s both, animate-svg-fill-2 0.5s ease-in 0.8s both;
  animation: animate-svg-stroke-2 1s linear 0s both, animate-svg-fill-2 0.5s ease-in 0.8s both;
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s linear 0s both, animate-svg-fill-3 0.5s ease-in 0.8s both;
  animation: animate-svg-stroke-3 1s linear 0s both, animate-svg-fill-3 0.5s ease-in 0.8s both;
}

.svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 1s linear 0s both, animate-svg-fill-4 0.5s ease-in 0.8s both;
  animation: animate-svg-stroke-4 1s linear 0s both, animate-svg-fill-4 0.5s ease-in 0.8s both;
}

.svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 1s linear 0s both, animate-svg-fill-5 0.5s ease-in 0.8s both;
  animation: animate-svg-stroke-5 1s linear 0s both, animate-svg-fill-5 0.5s ease-in 0.8s both;
}

.svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 1s linear 0s both, animate-svg-fill-6 0.5s ease-in 0.8s both;
  animation: animate-svg-stroke-6 1s linear 0s both, animate-svg-fill-6 0.5s ease-in 0.8s both;
}

.svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 1s linear 0s both, animate-svg-fill-7 0.5s ease-in 0.8s both;
  animation: animate-svg-stroke-7 1s linear 0s both, animate-svg-fill-7 0.5s ease-in 0.8s both;
}

.svg-elem-8 {
  -webkit-animation: animate-svg-stroke-8 1s linear 0s both, animate-svg-fill-8 0.5s ease-in 0.8s both;
  animation: animate-svg-stroke-8 1s linear 0s both, animate-svg-fill-8 0.5s ease-in 0.8s both;
}

.svg-elem-9 {
  -webkit-animation: animate-svg-stroke-9 1s linear 0s both, animate-svg-fill-9 0.5s ease-in 0.8s both;
  animation: animate-svg-stroke-9 1s linear 0s both, animate-svg-fill-9 0.5s ease-in 0.8s both;
}

.svg-elem-10 {
  -webkit-animation: animate-svg-stroke-10 1s linear 0s both, animate-svg-fill-10 0.5s ease-in 0.8s both;
  animation: animate-svg-stroke-10 1s linear 0s both, animate-svg-fill-10 0.5s ease-in 0.8s both;
}

.svg-elem-11 {
  -webkit-animation: animate-svg-stroke-11 1s linear 0s both, animate-svg-fill-11 0.5s ease-in 0.8s both;
  animation: animate-svg-stroke-11 1s linear 0s both, animate-svg-fill-11 0.5s ease-in 0.8s both;
}

.svg-elem-12 {
  -webkit-animation: animate-svg-stroke-12 1s linear 0s both, animate-svg-fill-12 0.5s ease-in 0.8s both;
  animation: animate-svg-stroke-12 1s linear 0s both, animate-svg-fill-12 0.5s ease-in 0.8s both;
}

.svg-elem-13 {
  -webkit-animation: animate-svg-stroke-13 1s linear 0s both, animate-svg-fill-13 0.5s ease-in 0.8s both;
  animation: animate-svg-stroke-13 1s linear 0s both, animate-svg-fill-13 0.5s ease-in 0.8s both;
}

.svg-elem-14 {
  -webkit-animation: animate-svg-stroke-14 1s linear 0s both, animate-svg-fill-14 0.5s ease-in 0.8s both;
  animation: animate-svg-stroke-14 1s linear 0s both, animate-svg-fill-14 0.5s ease-in 0.8s both;
}

.svg-elem-15 {
  -webkit-animation: animate-svg-stroke-15 1s linear 0s both, animate-svg-fill-15 0.5s ease-in 0.8s both;
  animation: animate-svg-stroke-15 1s linear 0s both, animate-svg-fill-15 0.5s ease-in 0.8s both;
}

.svg-elem-16 {
  -webkit-animation: animate-svg-stroke-16 1s linear 0s both, animate-svg-fill-16 0.5s ease-in 0.8s both;
  animation: animate-svg-stroke-16 1s linear 0s both, animate-svg-fill-16 0.5s ease-in 0.8s both;
}

.svg-elem-17 {
  -webkit-animation: animate-svg-stroke-17 1s linear 0s both, animate-svg-fill-17 0.5s ease-in 0.8s both;
  animation: animate-svg-stroke-17 1s linear 0s both, animate-svg-fill-17 0.5s ease-in 0.8s both;
}

.svg-elem-18 {
  -webkit-animation: animate-svg-stroke-18 1s linear 0s both, animate-svg-fill-18 0.5s ease-in 0.8s both;
  animation: animate-svg-stroke-18 1s linear 0s both, animate-svg-fill-18 0.5s ease-in 0.8s both;
}

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

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 823.3630371094px;
    stroke-dasharray: 823.3630371094px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 823.3630371094px;
  }
}
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 1424.4451904297px;
    stroke-dasharray: 1424.4451904297px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1424.4451904297px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 1424.4451904297px;
    stroke-dasharray: 1424.4451904297px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1424.4451904297px;
  }
}
@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 1163.7907714844px;
    stroke-dasharray: 1163.7907714844px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1163.7907714844px;
  }
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 1163.7907714844px;
    stroke-dasharray: 1163.7907714844px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1163.7907714844px;
  }
}
@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 1163.6921386719px;
    stroke-dasharray: 1163.6921386719px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1163.6921386719px;
  }
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 1163.6921386719px;
    stroke-dasharray: 1163.6921386719px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1163.6921386719px;
  }
}
@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 1621.0026855469px;
    stroke-dasharray: 1621.0026855469px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1621.0026855469px;
  }
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 1621.0026855469px;
    stroke-dasharray: 1621.0026855469px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1621.0026855469px;
  }
}
@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 1629.2852783203px;
    stroke-dasharray: 1629.2852783203px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1629.2852783203px;
  }
}
@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 1629.2852783203px;
    stroke-dasharray: 1629.2852783203px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1629.2852783203px;
  }
}
@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 2.1903527081px;
    stroke-dasharray: 2.1903527081px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.1903527081px;
  }
}
@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 2.1903527081px;
    stroke-dasharray: 2.1903527081px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.1903527081px;
  }
}
@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 1261.1656494141px;
    stroke-dasharray: 1261.1656494141px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1261.1656494141px;
  }
}
@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 1261.1656494141px;
    stroke-dasharray: 1261.1656494141px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1261.1656494141px;
  }
}
@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 2.1567315757px;
    stroke-dasharray: 2.1567315757px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.1567315757px;
  }
}
@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 2.1567315757px;
    stroke-dasharray: 2.1567315757px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2.1567315757px;
  }
}
@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 1587.3365478516px;
    stroke-dasharray: 1587.3365478516px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1587.3365478516px;
  }
}
@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 1587.3365478516px;
    stroke-dasharray: 1587.3365478516px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1587.3365478516px;
  }
}
@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@-webkit-keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 1587.3040771484px;
    stroke-dasharray: 1587.3040771484px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1587.3040771484px;
  }
}
@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 1587.3040771484px;
    stroke-dasharray: 1587.3040771484px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1587.3040771484px;
  }
}
@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@-webkit-keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 1628.357421875px;
    stroke-dasharray: 1628.357421875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1628.357421875px;
  }
}
@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 1628.357421875px;
    stroke-dasharray: 1628.357421875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1628.357421875px;
  }
}
@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@-webkit-keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 555.7318115234px;
    stroke-dasharray: 555.7318115234px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 555.7318115234px;
  }
}
@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 555.7318115234px;
    stroke-dasharray: 555.7318115234px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 555.7318115234px;
  }
}
@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@-webkit-keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 571.0218505859px;
    stroke-dasharray: 571.0218505859px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 571.0218505859px;
  }
}
@keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 571.0218505859px;
    stroke-dasharray: 571.0218505859px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 571.0218505859px;
  }
}
@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@-webkit-keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 416.5051574707px;
    stroke-dasharray: 416.5051574707px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 416.5051574707px;
  }
}
@keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 416.5051574707px;
    stroke-dasharray: 416.5051574707px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 416.5051574707px;
  }
}
@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@-webkit-keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 438.8301086426px;
    stroke-dasharray: 438.8301086426px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 438.8301086426px;
  }
}
@keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 438.8301086426px;
    stroke-dasharray: 438.8301086426px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 438.8301086426px;
  }
}
@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@-webkit-keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 1264.0541992188px;
    stroke-dasharray: 1264.0541992188px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1264.0541992188px;
  }
}
@keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 1264.0541992188px;
    stroke-dasharray: 1264.0541992188px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1264.0541992188px;
  }
}
@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@-webkit-keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 38038.76171875px;
    stroke-dasharray: 38038.76171875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 38038.76171875px;
  }
}
@keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 38038.76171875px;
    stroke-dasharray: 38038.76171875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 38038.76171875px;
  }
}
@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}
@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: white;
  }
}