@charset "UTF-8";
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
body {
  color: #222222;
  font: 12px Verdana,'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック',sans-serif;
  *font-size: small;
  *font: x-small; }

select, input, button, textarea, button {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/*YUI Font-size Adjustment
10px = 77%     11px = 85%   12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%*/
/* CSS Document */
/* CSS Document */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0;
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit; }

del, ins {
  text-decoration: none; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

/*sup{vertical-align:baseline;}sub{vertical-align:baseline;}*/
legend {
  color: #000; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, button, textarea, select {
  *font-size: 100%; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  overflow-y: scroll; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

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

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

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

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
	height: auto;
	overflow: hidden;
	/**/ }

.both {
  clear: both; }

/*テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}
*/
/*ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
*/
/*ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}
*/
/*角丸 {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}
*/
/*トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
*/
/*透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}
*/
/*背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}
*/
/*グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}
*/
/*スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}
*/
body {
  font-size: 16px;
  overflow-x: hidden;
  background-color: #000; }

#wrap {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  overflow-x: hidden; }

.gradient_section {
  position: relative;
  background: linear-gradient(#064197, #0068C4 10%, #00B4E5 23%, #3BCEFF 33%, #00E5F8 43%, #33ECFA 55%, #4CF1FF 68%, #6EECFC 90%, #B8ECFF 100%); }

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

.content {
  text-align: center; }

.main {
  position: relative;
  z-index: 10;
  padding: 0 2rem; }

.ppoup {
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: .5s;
  pointer-events: none;
  /*.logo{
		padding: 2rem 3rem;
		background: #69AD2C;
		//background: linear-gradient(#064197);
		border-radius: 2rem 2rem 0 0;
		line-height: 0;
		img{
			max-width: 150px;
		}
	}*/ }
  .ppoup .pop_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1; }
  .ppoup .pop_in {
    position: relative;
    z-index: 3;
    width: 90%;
    max-width: 720px;
    background-color: #fff;
    border-radius: 2rem;
    padding: 2rem 3rem;
    box-sizing: border-box; }
  .ppoup .news {
    box-sizing: border-box; }
    .ppoup .news .md {
      position: relative;
      font-size: 150%;
      text-align: center;
      font-weight: bold;
      font-family: sans-serif;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      margin-top: 2rem; }
      .ppoup .news .md:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 42px;
        height: 1px;
        margin-left: -21px;
        background-color: #000; }
    .ppoup .news .txt {
      line-height: 1.8; }
      .ppoup .news .txt b {
        font-weight: bold;
        font-family: sans-serif; }
      .ppoup .news .txt span {
        display: block;
        text-align: center; }
  .ppoup .txt {
    line-height: 1.9;
    box-sizing: border-box; }
  .ppoup .btn {
    text-align: center; }
    .ppoup .btn a {
      display: inline-block;
      margin-top: 3rem;
      padding: 1rem 2.5rem;
      border-radius: 3rem;
      background-color: #D6B13D;
      color: #fff;
      text-decoration: none;
      line-height: 1; }
  @media screen and (max-width: 768px) {
    .ppoup .pop_in {
      padding: 0px;
      padding-bottom: 1.25rem;
      border-radius: 1rem; }
    .ppoup .scroll {
      max-height: 60vh;
      overflow-y: scroll;
      padding: 1.13rem;
      background-color: #f6f6f6;
      border-radius: 1rem 1rem 0 0; }
    .ppoup .logo {
      border-radius: 1rem 1rem 0 0; }
      .ppoup .logo img {
        width: 80px; }
    .ppoup .news .md {
      text-align: center;
      margin-top: 1rem;
      margin-bottom: .25rem;
      padding-bottom: .25rem;
      font-size: 92.5%; }
    .ppoup .txt {
      font-size: 75%;
      line-height: 1.7; }
    .ppoup .btn a {
      margin-top: 1.25rem; } }

.pop .ppoup {
  opacity: 1;
  pointer-events: inherit; }

.header {
  position: relative;
  padding: 5% 0 8%; }
  .header p {
    position: absolute;
    pointer-events: none; }
    .header p img {
      width: 100%; }
  .header .main_txt img {
    width: 80%;
    max-width: 848px; }
  .header .main_text {
    margin-top: 5%;
    margin: 5% auto 0;
    width: 94%;
    max-width: 980px;
    color: #fff;
    font-size: 113%;
    line-height: 1.9; }
    @media screen and (max-width: 768px) {
      .header .main_text {
        font-size: 75%;
        line-height: 1.7; }
        .header .main_text .sp {
          display: block; } }
  .header .main_bg,
  .header .main_baloon {
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  @media screen and (max-width: 768px) {
    .header .main_bg {
      width: 200%;
      height: auto;
      left: -50%; } }
  .header .main_baloon {
    z-index: 2; }
  .header .main_cloud1 {
    left: 0;
    bottom: -30%;
    width: 32.75%; }
  .header .main_cloud2 {
    right: 0;
    bottom: -40%;
    width: 18.68%; }

.section {
  position: relative;
  z-index: 15;
  margin-bottom: 11%; }
  .section:last-child {
    margin-bottom: 0px; }

.island {
  position: relative; }

.island_in {
  display: block;
  position: relative;
  transform-origin: center bottom;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translate3d(0, 0, 0) rotateX(50deg);
  opacity: 0; }
  .island_in.is_shown {
    transform: translate3d(0, 0, 0) rotateX(0deg);
    opacity: 1;
    transition: 0.3s 0.1s opacity, -webkit-transform 0.7s; }
  .island_in .island_pic {
    line-height: 0; }
  .island_in .island_bnr {
    position: absolute;
    width: 27.5%;
    left: 2%;
    bottom: 32%;
    line-height: 0;
    transform-origin: center bottom;
    transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    transition-duration: .3s; }
  .island_in .right_bnr {
    left: inherit;
    right: 2%; }
  .island_in:hover .island_bnr {
    transform: rotate(-10deg); }
  .island_in:hover .right_bnr {
    transform: rotate(10deg); }

/**/
.island {
  animation: vertical2 1.5s ease-in-out infinite alternate; }
  .island img {
    animation: horizontal2 1.2s ease-in-out infinite alternate; }

.island:nth-child(2n) {
  animation: vertical2 1.1s ease-in-out infinite alternate; }
  .island:nth-child(2n) img {
    animation: horizontal2 1.3s ease-in-out infinite alternate; }

.island:nth-child(3n) {
  animation: vertical2 0.9s ease-in-out infinite alternate; }
  .island:nth-child(3n) img {
    animation: horizontal2 1.7s ease-in-out infinite alternate; }

@keyframes horizontal2 {
  0% {
    transform: translateX(-3px); }
  100% {
    transform: translateX(0px); } }

@keyframes vertical2 {
  0% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0px); } }

/**/
.sec_cloud {
  position: relative; }
  .sec_cloud:before {
    content: "";
    position: absolute;
    left: -6.25%;
    top: 0;
    width: 112.5%;
    height: 100%;
    background-image: url(../../img/cloud.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    z-index: 1; }
  .sec_cloud:after {
    content: "";
    position: absolute;
    left: -25%;
    bottom: 0;
    width: 150%;
    height: 20vh;
    background: linear-gradient(rgba(184, 236, 255, 0), #B8ECFF 100%);
    z-index: 2; }

/**/
.hq_section {
  position: relative; }
  .hq_section .island_in {
    max-width: 958px;
    margin: 0 auto; }
    .hq_section .island_in .island_bnr {
      width: 16.75%;
      bottom: 32%; }

/**/
.cont_baloon {
  position: absolute; }

.island .cont_baloon img {
  animation: vertical 2s ease-in-out infinite alternate; }

.baloon_left {
  width: 6.8%;
  left: 7%;
  top: 20%; }

.baloon_right {
  width: 11.3%;
  right: 4%;
  bottom: -5%; }

.baloon_01 {
  left: 0;
  bottom: 0;
  width: 12.375%; }

.baloon_02 {
  right: 0;
  bottom: -3%;
  width: 9.375%; }

.baloon_03 {
  right: 0;
  bottom: 10%;
  width: 11.43%; }

.baloon_04 {
  left: 3%;
  bottom: 20%;
  width: 9.84%; }

.baloon_05 {
  right: 4%;
  bottom: -80%;
  width: 14.7%; }

.baloon_06 {
  left: 3%;
  top: 5%;
  width: 8.5%; }

/**/
.main_box {
  margin-top: 5%; }
  .main_box .island {
    animation: vertical2 1s ease-in-out infinite alternate; }
    .main_box .island img {
      animation: horizontal2 1.7s ease-in-out infinite alternate; }
  .main_box .island_in {
    max-width: 560px;
    margin: 0 auto; }
    .main_box .island_in .island_bnr {
      width: 20.45%;
      bottom: 39%; }
  .main_box .big {
    width: 70%;
    max-width: 754px; }

.second_section .md {
  margin-bottom: 8%;
  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  transition-duration: .4s;
  opacity: 0; }
  .second_section .md.is_shown {
    opacity: 1; }

.second_section .right_md {
  transform: translateX(20vw); }
  @media screen and (max-width: 768px) {
    .second_section .right_md {
      transition-delay: .4s; } }
  .second_section .right_md.is_shown {
    transform: translateX(0vw); }

.second_section .left_md {
  transform: translateX(-20vw); }
  .second_section .left_md.is_shown {
    transform: translateX(0vw); }

.second_section .island_in {
  max-width: 560px;
  margin: 0 auto; }
  .second_section .island_in .island_bnr {
    width: 20.45%;
    bottom: 39%; }

.second_section .big {
  width: 70%;
  max-width: 754px; }

.second_section .second_box {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap; }
  .second_section .second_box .island {
    margin-top: -3%;
    width: 49%; }
    .second_section .second_box .island .island_in .island_bnr {
      width: 26.55%;
      bottom: 30%; }
  .second_section .second_box .island_100 {
    width: 100%; }
    .second_section .second_box .island_100 .island_in {
      width: 48%; }
  .second_section .second_box .island_around {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; }

.disabled {
  pointer-events: none; }

.footer {
  position: relative;
  background: linear-gradient(#B8ECFF, #EFECFF 30%);
  background-color: #EFECFF;
  overflow: hidden;
  width: 100%;
  /**/ }
  .footer .f_in {
    position: relative;
    width: 100%;
    padding: 0 2rem;
    box-sizing: border-box;
    margin: 0 auto; }
  .footer .txt {
    position: relative;
    padding: 21% 0 44.38%;
    width: 94%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.9;
    font-size: 20px;
    z-index: 5; }
    .footer .txt i {
      display: inline-block; }
    @media screen and (max-width: 768px) {
      .footer .txt {
        font-size: 15px; } }
  .footer .pic {
    position: absolute; }
  .footer .bird {
    text-align: center;
    left: 0;
    top: 0; }
  .footer .baloon1 {
    left: 0;
    top: 42.68%;
    width: 25.312%;
    animation: vertical 1.3s ease-in-out infinite alternate; }
    .footer .baloon1 img {
      animation: horizontal 1.1s ease-in-out infinite alternate; }
  .footer .baloon2 {
    right: -1.5%;
    top: 37.125%;
    width: 29.58%;
    animation: vertical 1s ease-in-out infinite alternate; }
    .footer .baloon2 img {
      animation: horizontal 1.3s ease-in-out infinite alternate; }

@keyframes horizontal {
  0% {
    transform: translateX(-3px); }
  100% {
    transform: translateX(0px); } }

@keyframes vertical {
  0% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0px); } }
  .footer .bird,
  .footer .baloon1,
  .footer .baloon2 {
    z-index: 1;
    transform-origin: center bottom;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translate3d(0, 10vh, 0);
    opacity: 0; }
  .footer .bird.is_shown,
  .footer .baloon1.is_shown,
  .footer .baloon2.is_shown {
    transform: translate3d(0, 0, 0) rotateX(0deg);
    opacity: 1;
    transition: 0.3s 0.1s opacity, -webkit-transform 0.6s; }
  .footer .footer_pic {
    width: 100%;
    overflow: hidden; }
    .footer .footer_pic img {
      width: 100%;
      max-width: 100%; }
    .footer .footer_pic:before {
      content: "";
      position: absolute;
      left: -100%;
      bottom: 0;
      width: 300%;
      height: 4%;
      max-height: 180px;
      background-color: #fff;
      z-index: 1; }
    .footer .footer_pic p {
      width: 100%;
      text-align: center;
      bottom: 0;
      left: 0;
      transform-origin: center bottom;
      transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transform: translate3d(0, 0, 0) rotateX(50deg);
      opacity: 0; }
      .footer .footer_pic p i {
        display: inline-block; }
    .footer .footer_pic .layer1 {
      z-index: 2; }
    .footer .footer_pic .layer2 {
      z-index: 3; }
    .footer .footer_pic .layer3 {
      z-index: 4; }
    .footer .footer_pic .layer4 {
      z-index: 5; }
    .footer .footer_pic .is_shown {
      transform: translate3d(0, 0, 0) rotateX(0deg);
      opacity: 1;
      transition: 0.3s 0.1s opacity, -webkit-transform 0.6s; }
    .footer .footer_pic .layer1 {
      transition-delay: 0.1s; }
    .footer .footer_pic .layer2 {
      transition-delay: 0.2s; }
    .footer .footer_pic .layer3 {
      transition-delay: 0.3s; }
    .footer .footer_pic .layer4 {
      transition-delay: 0.4s; }
    .footer .footer_pic .layer5 {
      transition-delay: 0.5s; }
  .footer .copy {
    text-align: center;
    padding: 2rem 1rem;
    color: #fff;
    background-color: #69AD2C; }

/**/
.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background: linear-gradient(#064197, #0068C4 10%, #00B4E5 23%, #3BCEFF 33%, #00E5F8 43%, #33ECFA 55%, #4CF1FF 68%, #6EECFC 80%, #B8ECFF 90%);
  background-size: 100% 900%;
  background-position: center bottom;
  z-index: 10000; }
  .loading .loading_pic {
    width: 94%;
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center; }
    .loading .loading_pic:before {
      content: "";
      position: absolute;
      left: -100%;
      bottom: -12%;
      width: 300%;
      height: 4%;
      max-height: 180px;
      background-color: #fff;
      z-index: 1;
      transition: .6s;
      transition-delay: .2s; }
    .loading .loading_pic p {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
      transform-origin: center bottom;
      transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transform: translate3d(0, 0, 0) rotateX(50deg);
      transition: 0.3s 0.1s opacity, -webkit-transform 0.6s;
      opacity: 0; }
    .loading .loading_pic .layer1 {
      z-index: 2; }
    .loading .loading_pic .layer2 {
      z-index: 3; }
    .loading .loading_pic .layer3 {
      z-index: 4; }
    .loading .loading_pic .layer4 {
      z-index: 5; }
    .loading .loading_pic .layer1 {
      transition-delay: 0.2s; }
    .loading .loading_pic .layer2 {
      transition-delay: 0.4s; }
    .loading .loading_pic .layer3 {
      transition-delay: 0.6s; }
    .loading .loading_pic .layer4 {
      transition-delay: 0.8s; }
    .loading .loading_pic .layer5 {
      transition-delay: 1s; }

/**/
.open .loading .loading_pic p {
  transform: translate3d(0, 0, 0) rotateX(0deg);
  opacity: 1; }

.open .loading .loading_pic .layer1 {
  transition-delay: .3s; }

.open .loading .loading_pic .layer2 {
  transition-delay: .2s; }

.open .loading .loading_pic .layer3 {
  transition-delay: .1s; }

.open .loading .loading_pic .layer4 {
  transition-delay: .0s; }

.open .loading .loading_pic:before {
  bottom: 0%;
  transition-delay: .3s; }

.is_load .loader {
  opacity: 0;
  transition: .3s; }

.is_load .loading {
  background-position: center top;
  transition: 2s; }
  .is_load .loading .loading_pic p {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translate3d(0, 0, 0) rotateX(50deg);
    transition: 1s;
    opacity: 0;
    bottom: -20%; }
  .is_load .loading .loading_pic .layer1 {
    transition-delay: .09s; }
  .is_load .loading .loading_pic .layer2 {
    transition-delay: .06s; }
  .is_load .loading .loading_pic .layer3 {
    transition-delay: .03s; }
  .is_load .loading .loading_pic .layer4 {
    transition-delay: .0s; }
  .is_load .loading .loading_pic:before {
    bottom: -12%;
    transition-delay: .05s; }

.complete .loading {
  opacity: 0;
  pointer-events: none; }

.loader {
  margin: 40vh auto;
  font-size: 1vh;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #7B4D27, 1.8em -1.8em 0 0em rgba(123, 77, 79, 0.2), 2.5em 0em 0 0em rgba(123, 77, 79, 0.2), 1.75em 1.75em 0 0em rgba(123, 77, 79, 0.2), 0em 2.5em 0 0em rgba(123, 77, 79, 0.2), -1.8em 1.8em 0 0em rgba(123, 77, 79, 0.2), -2.6em 0em 0 0em rgba(123, 77, 79, 0.5), -1.8em -1.8em 0 0em rgba(123, 77, 79, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(123, 77, 79, 0.7), 1.8em -1.8em 0 0em #7B4D27, 2.5em 0em 0 0em rgba(123, 77, 79, 0.2), 1.75em 1.75em 0 0em rgba(123, 77, 79, 0.2), 0em 2.5em 0 0em rgba(123, 77, 79, 0.2), -1.8em 1.8em 0 0em rgba(123, 77, 79, 0.2), -2.6em 0em 0 0em rgba(123, 77, 79, 0.2), -1.8em -1.8em 0 0em rgba(123, 77, 79, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(123, 77, 79, 0.5), 1.8em -1.8em 0 0em rgba(123, 77, 79, 0.7), 2.5em 0em 0 0em #7B4D27, 1.75em 1.75em 0 0em rgba(123, 77, 79, 0.2), 0em 2.5em 0 0em rgba(123, 77, 79, 0.2), -1.8em 1.8em 0 0em rgba(123, 77, 79, 0.2), -2.6em 0em 0 0em rgba(123, 77, 79, 0.2), -1.8em -1.8em 0 0em rgba(123, 77, 79, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(123, 77, 79, 0.2), 1.8em -1.8em 0 0em rgba(123, 77, 79, 0.5), 2.5em 0em 0 0em rgba(123, 77, 79, 0.7), 1.75em 1.75em 0 0em #7B4D27, 0em 2.5em 0 0em rgba(123, 77, 79, 0.2), -1.8em 1.8em 0 0em rgba(123, 77, 79, 0.2), -2.6em 0em 0 0em rgba(123, 77, 79, 0.2), -1.8em -1.8em 0 0em rgba(123, 77, 79, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(123, 77, 79, 0.2), 1.8em -1.8em 0 0em rgba(123, 77, 79, 0.2), 2.5em 0em 0 0em rgba(123, 77, 79, 0.5), 1.75em 1.75em 0 0em rgba(123, 77, 79, 0.7), 0em 2.5em 0 0em #7B4D27, -1.8em 1.8em 0 0em rgba(123, 77, 79, 0.2), -2.6em 0em 0 0em rgba(123, 77, 79, 0.2), -1.8em -1.8em 0 0em rgba(123, 77, 79, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(123, 77, 79, 0.2), 1.8em -1.8em 0 0em rgba(123, 77, 79, 0.2), 2.5em 0em 0 0em rgba(123, 77, 79, 0.2), 1.75em 1.75em 0 0em rgba(123, 77, 79, 0.5), 0em 2.5em 0 0em rgba(123, 77, 79, 0.7), -1.8em 1.8em 0 0em #7B4D27, -2.6em 0em 0 0em rgba(123, 77, 79, 0.2), -1.8em -1.8em 0 0em rgba(123, 77, 79, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(123, 77, 79, 0.2), 1.8em -1.8em 0 0em rgba(123, 77, 79, 0.2), 2.5em 0em 0 0em rgba(123, 77, 79, 0.2), 1.75em 1.75em 0 0em rgba(123, 77, 79, 0.2), 0em 2.5em 0 0em rgba(123, 77, 79, 0.5), -1.8em 1.8em 0 0em rgba(123, 77, 79, 0.7), -2.6em 0em 0 0em #7B4D27, -1.8em -1.8em 0 0em rgba(123, 77, 79, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(123, 77, 79, 0.2), 1.8em -1.8em 0 0em rgba(123, 77, 79, 0.2), 2.5em 0em 0 0em rgba(123, 77, 79, 0.2), 1.75em 1.75em 0 0em rgba(123, 77, 79, 0.2), 0em 2.5em 0 0em rgba(123, 77, 79, 0.2), -1.8em 1.8em 0 0em rgba(123, 77, 79, 0.5), -2.6em 0em 0 0em rgba(123, 77, 79, 0.7), -1.8em -1.8em 0 0em #7B4D27; } }

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #7B4D27, 1.8em -1.8em 0 0em rgba(123, 77, 79, 0.2), 2.5em 0em 0 0em rgba(123, 77, 79, 0.2), 1.75em 1.75em 0 0em rgba(123, 77, 79, 0.2), 0em 2.5em 0 0em rgba(123, 77, 79, 0.2), -1.8em 1.8em 0 0em rgba(123, 77, 79, 0.2), -2.6em 0em 0 0em rgba(123, 77, 79, 0.5), -1.8em -1.8em 0 0em rgba(123, 77, 79, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(123, 77, 79, 0.7), 1.8em -1.8em 0 0em #7B4D27, 2.5em 0em 0 0em rgba(123, 77, 79, 0.2), 1.75em 1.75em 0 0em rgba(123, 77, 79, 0.2), 0em 2.5em 0 0em rgba(123, 77, 79, 0.2), -1.8em 1.8em 0 0em rgba(123, 77, 79, 0.2), -2.6em 0em 0 0em rgba(123, 77, 79, 0.2), -1.8em -1.8em 0 0em rgba(123, 77, 79, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(123, 77, 79, 0.5), 1.8em -1.8em 0 0em rgba(123, 77, 79, 0.7), 2.5em 0em 0 0em #7B4D27, 1.75em 1.75em 0 0em rgba(123, 77, 79, 0.2), 0em 2.5em 0 0em rgba(123, 77, 79, 0.2), -1.8em 1.8em 0 0em rgba(123, 77, 79, 0.2), -2.6em 0em 0 0em rgba(123, 77, 79, 0.2), -1.8em -1.8em 0 0em rgba(123, 77, 79, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(123, 77, 79, 0.2), 1.8em -1.8em 0 0em rgba(123, 77, 79, 0.5), 2.5em 0em 0 0em rgba(123, 77, 79, 0.7), 1.75em 1.75em 0 0em #7B4D27, 0em 2.5em 0 0em rgba(123, 77, 79, 0.2), -1.8em 1.8em 0 0em rgba(123, 77, 79, 0.2), -2.6em 0em 0 0em rgba(123, 77, 79, 0.2), -1.8em -1.8em 0 0em rgba(123, 77, 79, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(123, 77, 79, 0.2), 1.8em -1.8em 0 0em rgba(123, 77, 79, 0.2), 2.5em 0em 0 0em rgba(123, 77, 79, 0.5), 1.75em 1.75em 0 0em rgba(123, 77, 79, 0.7), 0em 2.5em 0 0em #7B4D27, -1.8em 1.8em 0 0em rgba(123, 77, 79, 0.2), -2.6em 0em 0 0em rgba(123, 77, 79, 0.2), -1.8em -1.8em 0 0em rgba(123, 77, 79, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(123, 77, 79, 0.2), 1.8em -1.8em 0 0em rgba(123, 77, 79, 0.2), 2.5em 0em 0 0em rgba(123, 77, 79, 0.2), 1.75em 1.75em 0 0em rgba(123, 77, 79, 0.5), 0em 2.5em 0 0em rgba(123, 77, 79, 0.7), -1.8em 1.8em 0 0em #7B4D27, -2.6em 0em 0 0em rgba(123, 77, 79, 0.2), -1.8em -1.8em 0 0em rgba(123, 77, 79, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(123, 77, 79, 0.2), 1.8em -1.8em 0 0em rgba(123, 77, 79, 0.2), 2.5em 0em 0 0em rgba(123, 77, 79, 0.2), 1.75em 1.75em 0 0em rgba(123, 77, 79, 0.2), 0em 2.5em 0 0em rgba(123, 77, 79, 0.5), -1.8em 1.8em 0 0em rgba(123, 77, 79, 0.7), -2.6em 0em 0 0em #7B4D27, -1.8em -1.8em 0 0em rgba(123, 77, 79, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(123, 77, 79, 0.2), 1.8em -1.8em 0 0em rgba(123, 77, 79, 0.2), 2.5em 0em 0 0em rgba(123, 77, 79, 0.2), 1.75em 1.75em 0 0em rgba(123, 77, 79, 0.2), 0em 2.5em 0 0em rgba(123, 77, 79, 0.2), -1.8em 1.8em 0 0em rgba(123, 77, 79, 0.5), -2.6em 0em 0 0em rgba(123, 77, 79, 0.7), -1.8em -1.8em 0 0em #7B4D27; } }
