:root{
    --main-collor:#20b5ed;
    --main-collor:#4fcaa3;
    --main-collor:#d2bb95;
    --main-collor:#8dafbc;
    --main-collor-dark:#6d99aa;
    --gray-collor:#f5f5f5;
    --red-collor:#ffd2c8;
    --red-collor2:#f78282;
    --orenge-collor:#edb560;
    --border-collor:#ccc;
    --radius: 4px;
    --radius2: 7px;
    --sub-area-width: 230px;
    --header-height:60px;
    --sp-width:480px;
    --sp-header-height:32px;
    --fix2-height:51px;
}

body{
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 1rem;
    padding: 0;
/* 
    background-image: -moz-linear-gradient( 110deg, rgb(3,44,138) 18%, rgb(2,106,177) 63%, rgb(1,168,216) 100%);
    background-image: -webkit-linear-gradient( 110deg, rgb(3,44,138) 18%, rgb(2,106,177) 63%, rgb(1,168,216) 100%);
    background-image: -ms-linear-gradient( 110deg, rgb(3,44,138) 18%, rgb(2,106,177) 63%, rgb(1,168,216) 100%);
    color: #fff !important;     */
}
/*スマホ用画像長押し禁止*/
img {
    pointer-events: none;
}
.nav-btn{
    display: none;
}
.logo{
    width: 290px;
}
.logo img{
    width: 100%;
    height: auto;
}
input[type="submit"] {
    border: none;
    font-size: 0.83rem;
    border-radius: 50px;
    padding: 4px 10px;
    box-shadow: 0.5px 1px rgb(0 0 0 / 50%);
    background: #f0f5f7;
    line-height: 1;
    color: var(--main-collor-dark);
}
input[type="submit"].form-btn{
    padding:8px 14px;
    font-size: 1rem;
    background-color:var(--red-collor2);
    color:#fff;
    box-shadow:0.5px 1px #d39539;
    font-weight:bold;
}
input[type="submit"].form-btn2{
    padding:8px 14px;
    font-size: 0.9rem;
    background-color:var(--main-collor-dark);
    color:#fff;
    box-shadow: 0.5px 1px rgb(59 105 116);
    font-weight:bold;
}
@media screen and (max-width: 926px){
    .logo{
        width: 210px;
        padding: 1px 8px;
    }
    .nav-btn{
        display: inline-block;
        position: fixed;
        right: 10px;
        top:11px;
        width: 30px;
        height: 10px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        cursor: pointer;
    }
    /*フォーム入力時拡大防止*/
    input[type=text],
    input[type=number],
    input[type=email],
    input[type=password]
    {
        font-size: 16px;
        transform: scale(0.8);
    }
    .login-password,
    .login-email{
        margin-left: -20px;
        width: 90%;
    }
}
.icon_cam{
    position: relative;
    padding-left: 1.7em;
}
.icon_cam::before{
    content: url(../images/icon_cam.svg);
    position: absolute;
    left: 0;
    top: 1px;
    display: inline-block;
    height: 1.08rem;
    width: 1.08rem;
    border-radius: 0;
}
.icon_hito{
    position: relative;
    padding-left: 1.4em;
}
.icon_hito::before{
    content: url(../images/icon_hito.svg);
    position: absolute;
    left: 0;
    border-radius: 0;
    top: 1.3px;
    display: inline-block;
    height: 0.8rem;
    width: 0.8rem;
}

.wrapper{
    padding: 50px 40px 40px 40px;
    position: relative;
    top: var(--header-height);
}
@media screen and (max-width: 926px){
    .wrapper{
        padding: 40px 10px 50px 10px;
        position: relative;
        top:var(--sp-header-height);
    }
}
.header2{
    display: none;
}
@media screen and (max-width: 926px){
    .header2{
        position: fixed;
        bottom:0;
        z-index: 3;
        height: var(--fix2-height);
        display: block;
        width: 100%;
        background-color:#fafafa;
        box-shadow: 0px -1.5px 10px rgba(0,0,0,0.15);
    }
    .fix2{
        position: fixed;
        bottom: 3px;
        z-index: 4;
        right: 10px;  
    }
    .fix3{
        position: fixed;
        bottom: 9px;
        z-index: 4;
        left: 15px;  
    }
    .fix2 a.btn,
    .fix2 a.btn_imp{
        padding: 8px 12px;
        line-height: 1;
    }
    .input-fix{
        bottom:8px;
    }
}
header{
    background-color: var(--main-collor);
    position: fixed;
    top:0;
    width: 100%;
    z-index: 1;
    height: var(--header-height);
}
@media screen and (max-width: 926px){
    header{
        height: var(--sp-header-height);
    }
}
p{
    font-size: 0.75rem;
    margin-bottom: 0.4rem;
}
h1{
    font-size: 1.8rem;
    margin-bottom:30px;
}
h2{
    font-size: 1.6rem;
}
h3{
    font-size: 1.4rem;
    color: var(--main-collor-dark);
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px dotted var(--border-collor);
    margin-bottom: 15px;
}
h4{
    font-size: 0.95rem;
}
@media screen and (max-width: 926px){
    h1{
        font-size: 1.5rem;
        margin-bottom:10px;
    }
    h3{
        font-size: 1rem;
    }
}
ul li{
    list-style: none;
    position: relative;
    margin-bottom: 5px;
}
ul li::before{
    content:"";
    width: 5px;
    height: 5px;
    background-color: var(--main-collor);
    position: absolute;
    border-radius: 50%;
    top:7px;
    left:-11px;
}

.sub_title{
    font-size: 0.75em;
    margin-bottom: 4px;
}
a{
    cursor: pointer !important;
}
a.btn{
    background-color: var(--main-collor-dark);
    border-radius: 20px;
    display: inline-block;
    padding: 4px 12px;
    color: #fff;
    font-size:0.9rem;
    box-shadow: 0.5px 1px rgb(59 105 116);
}
a.btn:hover{
    color: #fff !important;
}
a.btn_imp{
    background-color: var(--orenge-collor);
    border-radius: 20px;
    display: inline-block;
    padding: 4px 12px;
    color: #fff;
    font-size: 1rem;
    box-shadow: 0.5px 1px rgb(199 137 43);
}
a.btn_white{
    background-color: #f0f5f7;
    border-radius: 50px;
    display: inline-block;
    padding: 4px 12px;
    color: var(--main-collor-dark);
    font-size: 1rem;
    box-shadow: 0.5px 1px rgba(75,116,126,0.7);
}
a:hover{
    text-decoration: none;
    opacity: 0.6;
}
a:hover img{
    opacity: 0.6 !important;
}
a.btn2{
    background-color: #fff;
    font-weight: bold;
    border-radius: var(--radius);
    border: 2px solid var(--main-collor);
    display: inline-block;
    padding: 4px 12px;
    color: var(--main-collor);
    margin-bottom: 15px;
    margin-bottom: 15px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mb-15{
    margin-bottom:15px !important;
}
.mb-20{
    margin-bottom:20px !important;
}
.mr-20{
    margin-right: 20px;
}
.mr-15{
    margin-right: 15px;
}
.arrow-box{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 15px;
    margin-left: auto;
    width: 125px;
    position: relative;
    height: 28px;
}
.arrow-box a{
    position: absolute;
    font-size: 10px;
    font-weight: bold;
    color: #888!important;
    line-height: 1;
    letter-spacing: 2.5px;
    display: block;
    padding: 5px;

}
.arrow-box a::after{
    position: absolute;
    top:8px;
    content:"";
    width: 6px;
    height: 6px;
    display: block;
    display: block;
    padding: 3px;
    border-left:1px solid #888;
    border-top:1px solid #888;
    cursor: pointer !important;
}
.arrow-box a.next{
    right:8px;
}
.arrow-box a.prev{
    left:8px;
}
.arrow-box a.next::after{
    transform: rotate(135deg);
    right: -8px;

}
.arrow-box a.prev::after{
    transform: rotate(-45deg);
    margin-right: 43px;
    left:-8px;
}

@media screen and (max-width: 926px){
    .arrow-box{
        margin-top: 8px;
    }
}
.radius{
    border-radius: var(--radius);
}
.radius2{
    border-radius: var(--radius2);
}

.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow01::before{
    left: 3px;
    width: 7px;
    height: 1px;
    background:  var(--main-collor);
}
.arrow01::after{
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid  var(--main-collor);
    border-right: 1px solid  var(--main-collor);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.back{
    margin-top: 20px;
    color: #333;
    position:relative;
    padding-left: 1.1em;
    display: inline-block;
    font-size: 0.9rem;
}
.back::before{
    content: "";
    position: absolute;
    left:0;
    top:5px;
    background-image: url("../images/arrow_left.svg");
    display: inline-block;
    height: 0.7rem;
    width: 0.7rem;
}

@media screen and (max-width: 926px){
    .back{
        margin-top: 10px;
    }
}
.up{
    padding-left: 26px !important;
}
.up::before{
    left: 10px;
    top:-8px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid var(--main-collor);
    transform: rotate(-90deg);
}
.up::after{
    left: 11.5px;
    top:3px;
    width: 8px;
    height: 6px;
    border-left: 4px solid var(--main-collor);
    transform: rotate(-90deg);
}
.header-inner{
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
}
.logout{
    position: relative;
    top:-3px;
}
@media screen and (max-width: 926px){
    .header-inner{
        display: flex;
        justify-content: space-between;
        padding: 0;
    }

}
.header_nav li{
    font-size: 0.9rem;
    font-weight: bold;
}
.header_nav{
    margin-bottom: 0;
}

.error,
.success{
    margin: 6px 0;
    padding: 4px 10px;
    display: inline-block;
    font-size: 0.95rem;
}
.error{
    color: red;
    background-color: #f8dede;
}
.success{
    color: var(--red-collor2);
    border: 1px solid var(--red-collor2);
}
.header-nav-outer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_nav{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding-left: 0;;
}
.close-outer{
    display: none;
}
@media screen and (max-width: 926px){
    .header-nav-outer{
        display: none;
        width:100%;
        padding: 30px 40px 15px 25px;
        background-color:var(--main-collor);
        position:fixed;
        height:100%;
        top:var(--sp-header-height);
        z-index: 5;
    }

    .close-outer{
        position: fixed;
        top:55px;
        right: 20px;
        display: block;
        width: 25px;
        height: 25px;
        cursor: pointer;
    }
    .btn-close {
        display: inline-block;
        position: relative;
        width: 25px;
        height: 1px;
        background: #fff;
        transform: rotate(-45deg);
    }
    .btn-close::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 25px;
        height: 1px;
        background: #fff;
        transform: rotate(-90deg);
    }
    .logout{
        margin-top: 15px;
    }
    .header_nav{
        display: block;
        align-content: center;
        flex-wrap: wrap;
        padding-left: 0;;

    } 
}
.name-id{
    background-color: var(--main-collor-dark);
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    height: var(--sp-header-height);
}
.header_nav li{
    list-style: none;
    margin-right: 25px;
    color: #fff;
}
.header_nav li a{
    color: #fff;
}
.deal-box{
    background-color: var(--gray-collor);
    width: 300px;
    padding: 10px 20px;
    border-radius: var(--radius);
}
.deal-box label{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 11em;
    margin-bottom: 0;
}

.sum{
    background-color: var(--main-collor-dark);
    background-color: var(--red-collor2);
    padding: 6px 8px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    position: fixed;
    top: calc(var(--header-height) + 5px);
    right: 5px;
    z-index: 1;
    width: calc(var(--sub-area-width) - 10px);
    text-align: center;
}
@media screen and (max-width: 926px){
    .sum{
        top: calc(var(--sp-header-height) + 8px);
        right: 8px;
    }
}


.register-box{
    width: 600px;
    margin:  50px auto;
    border:1px solid var(--border-collor);
    padding: 30px;
}
.login-box{
    width: 600px;
    margin:  50px auto;
    border:1px solid var(--border-collor);
    padding: 30px;
}
.register-box label{
    width: 200px;
}
.login-box label{
    width: 200px;
}
@media screen and (max-width: 926px){
    /*SP*/
    .deal-box{
        width: 100%;
        margin-bottom:15px;
    }
    .register-box{
        width: 100%;
        border-radius: var(--radius);
        padding: 20px;
    }

}
.register-box input[type=submit]{
    margin-top: 20px;
}
.prof_img img{
    width: 300px;
    height: auto;
}
.form-box label{
    width: 120px;
}
.form-box div{
    margin-top: 10px;
}
.photo-list{
    display: flex;
    justify-content:center;
    margin:20px auto;
}
@media screen and (max-width: 926px){
    .photo-list{
        margin:10px auto;
    }
}
.flex-outer{
    display: flex;
    flex-wrap:wrap;
    align-items: flex-start;
}
.space-between{
    justify-content: space-between;
}
.nowrap{
    flex-wrap: nowrap;
}
.center{
    justify-content: center;
}
.keepsize{
    flex-shrink: 0;
}
.align-center{
    align-items: center;
}
.align-bottom{
    align-items: flex-end;
}
header .flex-outer{
    justify-content:space-between;
}

/*ユーザー関連*/
.user-listbox{
    border: 1px solid var(--border-collor);
    margin-bottom: 30px;
    padding: 20px;
}
@media screen and (max-width: 926px){
    .user-listbox{
        margin-bottom: 20px;
    }
}


/*イベント関連*/
.event_listbox{
    border: 1px solid var(--border-collor);
    border-radius: var(--radius);
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 20px;
}
@media screen and (max-width: 926px){
    .event_listbox{
        margin-top: 0px;
        margin-bottom:20px;
    }
}

/* 確認画面 */
.message{
    width: 100%;
    height: 7em;
}
.message-label{
    display: block;
}
.confirm-list{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.confirm-list .photo-box{
    width: 49%;
    margin-bottom: 15px;
    border:1px solid #ccc;
    padding: 10px;
    border-radius: 6px;
}
@media screen and (max-width: 926px){
    .confirm-list .photo-box{
        width: 100%;
    }
}
.confirm-list .photo-box .img-box{
    width: 120px;
    display: block;
    margin-right: 20px;
}
.confirm-content {
    width: calc(100% - 140px);
}
.confirm-content ul{
    margin: 0 !important;
    padding-left: 1em;
}
.confirm-content li{
    font-size: 0.8rem;
}

@media screen and (max-width: 926px){
    .confirm-list .photo-box .img-box{
        /* width: 48%; */
        margin-right: 10px;
    }
    .confirm-content {
        width: 48%;
    }
}
.w-100{
    width: 100%;
}
.thumbnail{
    position: relative;
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 20px;
}
.thumbnail img{
    width: 70px;
    height: 70px;
    object-fit: cover;
}
@media screen and (max-width: 926px){
    .thumbnail{
        width: 50px;
        height: 50px;
        margin-right: 13px;
    }
    .thumbnail img{
        width: 50px;
        height: 50px;
    }
}
.nametag{
    display: inline-block;
    background-color: var(--main-collor);
    padding: 2px 8px;
    color: #fff;
    margin-right: 8px;
}
.attention{
    /* display: inline-block; */
    padding: 15px 30px;
    border: 1px solid var(--main-collor);
    color:var(--main-collor-dark);
    margin: 50px auto;
    position: absolute;
}


/*注文確定*/
.ordered{
    color: var(--red-collor2);
    border: 2px solid var(--red-collor2);
    padding: 5px 8px;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
}
/*写真一覧*/
.photo-box{
    width: 200px;
    padding: 3px 6px;
}
.photo-box-img{
    position: relative;
}
.photo-box-img span{
    position: absolute;
    left:10px;
    top:10px;
}
.photo-box-img span{
    color: yellow !important;
    font-size: 1rem;
    text-shadow: 0px 1px 12px rgba(0,0,0,0.35);
    line-height: 1;
}

.photo-box img{
    width: 100%;
}
.photo-single-outer{
    margin: 30px 0;
}
@media screen and (max-width: 926px){
    .photo-box{
        width: 150px;
        padding: 2px 6px;
    }
    .photo-single-outer{
        margin: 10px 0;
    }
}
@media screen and (max-width:340px){
    .photo-box{
        width: 100%;
        padding: 2px 6px;
    }

}
/*コンテンツエリア*/
.contents-area-box{
    width: calc(100% - var(--sub-area-width));
}
/*サブエリア*/
.sub-area-box{
    margin-bottom: 0px;
    font-size: 0.8rem;
    position: fixed;
    top:var(--header-height);
    right: 0px;
    width:  var(--sub-area-width);
    height: 100%;
}
.sub-area-box ul{
    padding-left:15px;
}
.sub-area-box .select-box{
    margin-bottom:20px;
}
.photo-single-outer .select_form input{
    font-size: 0.7rem;
}
.photo-single{
    width: 100%;
    max-width: 750px;
    margin: 0px 0;
    text-align: center;
}
.photo-single img{
    object-fit: scale-down !important;
    width: 100%;
    /* height: auto; */
    max-height: 750px;
}
.photo-single-inner{
    position: relative;
    display: inline-block;
}
.photo-single-inner span{
    position: absolute;
    top:40px;
    left:15px;
    color: yellow !important;
    font-size: 1.5rem;
    text-shadow: 0px 1px 12px rgb(0 0 0 / 35%);
    line-height: 1;
    /* z-index: 1; */
}
@media screen and (max-width: 926px){
    .photo-single-inner span{
        top:48px;
    }
}

.filename{
    font-size: 0.4rem;
    margin-top: 6px;
    text-align: left;
}
.delete-btn{
    margin-top: 40px;
}
@media screen and (max-width: 926px){
	/* SP */
    .contents-area-box{
        width: 100%;
    }
    .sub-area-box{
        margin-bottom: 0px;
        font-size: 0.8rem;
        position: relative;
        top: 10px;
        right: 0px;
        width: 100%;
        height: 100%;
    }
    .delete-btn{
        margin-top: 15px;
    }
}
/*セレクト関連*/
header input{
    font-size:0.8rem;
}
.select_form{
    background-color: var(--gray-collor);
    padding: 40px 20px 20px;
    margin-bottom: 20px;
}
.select-box input[type=number]{
    width: 50px;
    margin: 0 8px;
}
input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 0 8px;
    border: scale(0.5);
  }
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #ed7a9c;
    border-bottom: 3px solid #ed7a9c;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
/*donebox*/
.done-box{
    background-color:var(--gray-collor);
    padding: 10px 20px 7px;
    display: inline-block;
    margin-bottom: 30px;
    border-radius: var(--radius);
}
.done-box label{
    width: 4.5em;
}
@media screen and (max-width: 926px){
    .done-box{
        margin-bottom: 20px;
    }
}


/*汎用クラス*/
.border-box{
    border: 1px solid var(--border-collor);
    margin-bottom: 30px;
    padding: 20px; 
}
.profile-outer div{
    display: flex;
    margin-bottom: 20px;
}
.profile-outer label{
    width: 200px;
}
.profile-box{
    border:1px solid var(--border-collor);
    padding: 20px;
    display: flex;
    /*justify-content:space-between;*/
}
.profile-box div{
    margin-right: 30px;
}
.profile-box ul{
    padding-left: 18px;
    margin-top: 10px
}
.profile-box ul li{
    margin-bottom: 5px;
}
.profile-box h3{
    background-color: var(--gray-collor);;
    padding: 5px 8px;
    font-size: 22px;
}
.profile-box h4{
    font-size: 20px;
    padding-bottom: 8px;
    border-bottom: 1px dotted var(--border-collor);
}
.like_button{
    cursor: pointer;
    font-size: 100%;
    border:1px solid var(--border-collor);
    display: inline-block;
    padding: 3px 8px;
}
.search-box{
    background-color: var(--gray-collor);
    padding: 20px;
    margin: 30px 0 40px 0;
}
.search-box label{
    width:  150px;
}


/*ローディング*/
.loader{
    position: fixed !important;
    z-index: 5;
    display: none;
    left:50%;
    top:40%;
}

.loader {
    color: #cfe1e5;
    font-size: 8px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  @-webkit-keyframes load4 {
    0%,
    100% {
      box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
      box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
      box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
      box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
      box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
  }
  @keyframes load4 {
    0%,
    100% {
      box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
      box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
      box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
      box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
      box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
      box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
  }
  