@font-face {
    font-family: SHanSanR;
    src: url("//staticcdn.bandaihobbysite.cn/fonts/SourceHanSansCN-Regular.otf");
}
@font-face {
    font-family: SHanSanB;
    src: url("//staticcdn.bandaihobbysite.cn/fonts/SourceHanSansCN-Bold.otf");
}

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

main {
    margin: 0;
    padding: 0
}

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

main img {
    vertical-align: bottom
}

main a img {
    border: 0
}

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

main fieldset,main img {
    border: 0
}

main address,main caption,main cite,main code,main dfn,main em,main strong,main th,main var {
    font-style: normal;
    font-weight: normal
}

main ol,main ul {
    list-style: none
}

main caption,main th {
    text-align: left
}

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

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

main abbr,main acronym {
    border: 0
}

html,body {
    position: relative;
    margin: auto;
    padding: 0;
    font-size: 15px;
    font-family: SHanSanB;
    color: #3a3a3a
}

a {
    margin: 0;
    padding: 0;
    font-family: SHanSanB;
    color: #3a3a3a;
    outline: none;
    text-decoration: none
}

a:focus,*:focus {
    outline: none
}

@media (hover: hover) {
    a {
        transition: 0.3s ease-in-out
    }

    a:hover {
        opacity: 0.6
    }
}

picture {
    line-height: 0
}

img {
    vertical-align: bottom;
    width: auto;
    font-size: 0
}

@media only screen and (max-width: 1280px) {
    img {
        width: 100%;
        height: auto
    }
}

li {
    list-style-type: none
}

.pcOnly {
    display: block
}

@media only screen and (max-width: 767px) {
    .pcOnly {
        display: none !important
    }
}

.spOnly {
    display: none
}

@media only screen and (max-width: 767px) {
    .spOnly {
        display: block
    }
}

.hoverEff {
    outline: none;
    outline-color: #fff;
    outline-offset: 0px;
    cursor: pointer;
    transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1)
}

@media (hover: hover) {
    .hoverEff:hover {
        outline: 1px solid;
        outline-color: transparent;
        outline-offset: 12px;
        text-shadow: 2px 2px 3px #000;
        cursor: pointer
    }
}

.js-over {
    outline: none;
    outline-color: #fff;
    outline-offset: 0px;
    cursor: pointer;
    transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1)
}

.js-over:hover {
    outline: 1px solid;
    outline-color: transparent;
    outline-offset: 12px;
    text-shadow: 2px 2px 3px #000;
    cursor: pointer;
    transition: 1s
}

.font-zenmaru {
    font-family: SHanSanB;
}

#container {
    position: relative;
    background: url(../images/common/bg.gif) repeat-y top center;
    background-size: 100%
}

@media only screen and (max-width: 767px) {
    #container {
        background: url(../images/common/bg_sp.gif) no-repeat top center;
        background-size: cover
    }
}

@media only screen and (max-width: 767px) {
    .headerCol {
        padding-bottom: 45px
    }
}

header {
    background: #fff;
    box-shadow: 0px -25px 15px -31px rgba(152,166,181,0.6) inset
}

@media only screen and (max-width: 767px) {
    header {
        height: 45px;
        box-shadow: none;
        position: fixed;
        width: 100%;
        z-index: 16
    }
}

header .headerInner {
    margin: auto;
    max-width: 1400px;
    width: 98%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 16px 0;
    -webkit-justify-content: space-between;
    justify-content: space-between
}
header .headerflex {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center ;
}


@media only screen and (max-width: 767px) {
    header .headerInner {
        height: 45px;
        display: block;
        width: 100%;
        padding: 0
    }
}

header .headerInner h1 {
    width: 265px;
    font-size: 0
}

@media screen and (max-width: 1400px) {
    header .headerInner h1 {
        width: 18.92857vw
    }
}

@media only screen and (max-width: 1280px) {
    header .headerInner h1 {
        width: 20.70313vw
    }
}

@media only screen and (max-width: 1280px) {
    header .headerInner h1 {
        width: 20.70313vw
    }
}

@media only screen and (max-width: 767px) {
    header .headerInner h1 {
        padding-top: 13px;
        padding-left: 30px;
        width: 150px
    }
}

#navToggle {
    position: absolute;
    width: 34px;
    top: 8px;
    right: 30px;
    cursor: pointer;
    z-index: 200
}

@media only screen and (max-width: 767px) {
    .noscroll {
        width: 100%;
        height: 100%;
        overflow: hidden
    }
}

@media only screen and (max-width: 767px) {
    .gnaviList .gnaviInner {
        position: fixed;
        top: 45px;
        left: 0;
        width: 100%;
        height: calc(100% - 45px);
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: 10;
        background-color: #fff
    }
}

.gnaviList .gnaviInner .menuList {
    text-align: center;
    display: -webkit-flex;
    display: flex
}

@media screen and (max-width: 1400px) {
    .gnaviList .gnaviInner .menuList {
        width: 64.60938vw
    }
}

@media screen and (max-width: 1400px) {
    .gnaviList .gnaviInner .menuList {
        width: 64.60938vw
    }
}

@media only screen and (max-width: 767px) {
    .gnaviList .gnaviInner .menuList {
        display: block;
        width: 100%;
        z-index: 10;
        border-top: 1px solid #98A6B5;
        border-left: none
    }
}

.gnaviList .gnaviInner .menuList .active p {
    opacity: 0.5
}

@media only screen and (max-width: 767px) {
    .gnaviList .gnaviInner .menuList .active {
        background-color: #E5F1FF
    }
}

.gnaviList .gnaviInner .menuList__item {
    padding: 4px 17px;
    position: relative;
    box-sizing: border-box;
    border-left: 2px solid #caced2
}

@media screen and (max-width: 1400px) {
    .gnaviList .gnaviInner .menuList__item {
        padding: 4px .78125vw
    }
}

@media only screen and (max-width: 767px) {
    .gnaviList .gnaviInner .menuList__item {
        padding: 0;
        background-color: #fff;
        border-bottom: 1px solid #98A6B5
    }
}

.gnaviList .gnaviInner .menuList__item:last-child {
    border-right: 2px solid #caced2;
    padding-left: 21px;
    padding-right: 24px
}

@media screen and (max-width: 1400px) {
    .gnaviList .gnaviInner .menuList__item:last-child {
        padding: 4px .78125vw
    }
}

@media only screen and (max-width: 767px) {
    .gnaviList .gnaviInner .menuList__item:last-child {
        border-right: none;
        padding-left: 0px;
        padding-right: 0px
    }
}

.gnaviList .gnaviInner .menuList__item.toggleMenu {
    padding-right: 17px;
    padding-left: 12px;
    cursor: pointer;
    position: relative
}

@media only screen and (max-width: 767px) {
    .gnaviList .gnaviInner .menuList__item.toggleMenu {
        padding-right: 0px;
        padding-left: 0px
    }
}

.gnaviList .gnaviInner .menuList__item.toggleMenu p {
    transition: all 0.3s ease 0s
}

.gnaviList .gnaviInner .menuList__item.toggleMenu p:after {
    position: absolute;
    top: 14px;
    content: '';
    background: url(../images/common/nav/nav_arr.png) no-repeat top center;
    background-size: contain;
    width: 7px;
    height: 10px;
    transition: all 0.3s ease 0s
}

@media only screen and (max-width: 1280px) {
    .gnaviList .gnaviInner .menuList__item.toggleMenu p:after {
        width: .54688vw;
        height: .78125vw
    }
}

@media only screen and (max-width: 767px) {
    .gnaviList .gnaviInner .menuList__item.toggleMenu p:after {
        background: none
    }
}

.gnaviList .gnaviInner .menuList::-webkit-scrollbar {
    width: 6px
}

.gnaviList .gnaviInner .menuList::-webkit-scrollbar-track {
    background-color: transparent
}

.gnaviList .gnaviInner .menuList::-webkit-scrollbar-thumb {
    background-color: #d30877
}

.gnaviList .gnaviInner .menuDetailList {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    padding-top: 12px;
    padding-bottom: 6px;
    z-index: 35
}

@media only screen and (max-width: 767px) {
    .gnaviList .gnaviInner .menuDetailList {
        padding-top: 0px;
        padding-bottom: 0px;
        position: initial
    }
}

.gnaviList .gnaviInner .menuDetailList__item {
    margin-top: 9px
}

@media only screen and (max-width: 767px) {
    .gnaviList .gnaviInner .menuDetailList__item {
        background: #E5F1FF;
        border-top: 1px solid #C6D4E1
    }
}

.gnaviList .gnaviInner .menuDetailList__item:first-child {
    margin-top: 0
}

@media only screen and (max-width: 1280px) {
    .gnaviList .gnaviInner .menuDetailList__item:first-child {
        margin: auto;
        width: 7.96875vw
    }
}

@media only screen and (max-width: 767px) {
    .gnaviList .gnaviInner .menuDetailList__item:first-child {
        width: 100%
    }
}

@media only screen and (max-width: 1280px) {
    .gnaviList .gnaviInner .menuDetailList__item:nth-child(2) {
        margin: .78125vw auto 0 auto;
        width: 6.95313vw
    }
}

@media only screen and (max-width: 767px) {
    .gnaviList .gnaviInner .menuDetailList__item:nth-child(2) {
        margin: 0 auto;
        width: 100%
    }
}

.gnaviList .gnaviInner .menuDetailList__item a {
    transition: color 0.3s ease 0s
}

.gnaviLang {
    position: relative
}

@media only screen and (max-width: 767px) {
    .gnaviLang {
        position: absolute;
        right: 80px;
        top: 13px
    }
}

.gnaviLang .gnaviLangBt {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    appearance: none
}

@media screen and (max-width: 1450px) {
    .gnaviLang .gnaviLangBt img {
        max-width: 6.89655vw
    }
}

@media only screen and (max-width: 1280px) {
    .gnaviLang .gnaviLangBt img {
        max-width: 8.59375vw
    }
}

@media only screen and (max-width: 767px) {
    .gnaviLang .gnaviLangBt img {
        max-width: 90px
    }
}

.gnaviLang .js-toggle {
    display: none
}

.gnaviLang .gnaviLangCol {
    padding: 10% 10% calc(10% - 10px) 10%;
    width: 150px;
    position: absolute;
    z-index: 35;
    background-color: #fff;
    box-sizing: border-box;
    right: 0
}

@media screen and (max-width: 1400px) {
    .gnaviLang .gnaviLangCol {
        width: 10.71429vw
    }
}

@media only screen and (max-width: 767px) {
    .gnaviLang .gnaviLangCol {
        width: 29.98696vw
    }
}

@media only screen and (max-width: 1280px) {
    .gnaviLang .gnaviLangList {
        font-size: 1.01563vw
    }
}

@media only screen and (max-width: 767px) {
    .gnaviLang .gnaviLangList {
        font-size: 3.12907vw
    }
}

.gnaviLang .gnaviLangList li {
    padding-bottom: 10px;
    position: relative
}

.gnaviLang .gnaviLangList li a {
    position: relative;
    display: block;
    color: #98a6b5;
    font-weight: 600;
    text-decoration: none
}

.gnaviLang .gnaviLangList li a::before,.gnaviLang .gnaviLangList li a::after {
    content: "";
    position: absolute;
    top: 58%;
    right: 0;
    width: 6px;
    height: 1px;
    border-radius: 9999px;
    background-color: #98a6b5;
    -webkit-transform-origin: calc(100% - 0.5px) 50%;
    transform-origin: calc(100% - 0.5px) 50%
}

.gnaviLang .gnaviLangList li a::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.gnaviLang .gnaviLangList li a::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

@media (hover: hover) {
    .gnaviLang .gnaviLangList li a:hover {
        opacity: 1;
        color: #ff3c82
    }

    .gnaviLang .gnaviLangList li a:hover::before,.gnaviLang .gnaviLangList li a:hover::after {
        background-color: #ff3c82
    }
}

.pbottom {
    padding-bottom: 90px
}

@media only screen and (max-width: 767px) {
    .pbottom {
        padding-bottom: 7.30117vw
    }
}

.pTop {
    right: calc((100% - 1260px) / 2 - 106px);
    border-bottom: none;
    font-size: 23px;
    line-height: 1em
}

@media screen and (max-width: 1650px) {
    .pTop {
        right: 10px
    }
}


/*#footer{font-family:SHanSanB;color:#333;background-color:#fff;box-shadow: -25px 25px 15px -31px rgba(152,166,181,0.6) inset}*/
/*footer img{width:100%;}*/
/*footer .bandai{display:flex;flex-wrap:wrap;align-items:center;position:relative;width:100%;max-width:1200px;margin:auto;padding:2rem 1rem;box-sizing:border-box;}*/
/*footer .bandai div:nth-of-type(2){width:8rem;padding-right:1rem;}*/
/*footer .bandai div:last-of-type{width:calc(100% - 9rem);}*/
/*footer .bandai div:last-of-type p{font-size:1rem;}*/
/*footer .copyright{border-top:solid 1px #999;}*/
/*footer .copyright div{width:100%;max-width:1200px;margin:auto;padding:1rem;box-sizing:border-box;}*/
/*footer .copyright div p{font-size:0.8rem;}*/
/*@media screen and (min-width:900px){*/
/*    footer .bandai div:first-of-type{position:absolute;top:50%;right:0;transform:translateY(-50%);width:24rem;}*/
/*}*/
/*@media screen and (max-width:900px){*/
/*    footer .bandai{padding:2rem 1rem;}*/
/*    footer .bandai div:first-of-type{position:static;display:flex;justify-content:space-around;width:100%;margin-bottom:2rem;}*/
/*    footer .bandai div:first-of-type a{display:block;width:47%;}*/
/*    footer .bandai div:last-of-type p{font-size:1rem;}*/
/*}*/

footer {
    margin: auto;
    padding: 20px 0 30px 0;
    background-color: #fff;
    z-index: 10;
    text-align: left;
    box-shadow: -25px 25px 15px -31px rgba(152,166,181,0.6) inset
}

@media only screen and (max-width: 767px) {
    footer {
        padding: 0;
        background-color: initial;
        box-shadow: none
    }
}

@media only screen and (max-width: 767px) {
    footer .linkList {
        margin: 0 auto 7.30117vw auto;
        width: 86%;
        box-shadow: none;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0px 0px 6px #0000003D
    }
}

footer .fnaviList {
    margin: auto;
    max-width: 1260px;
    width: 98%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    footer .fnaviList {
        width: 64.66754vw;
        display: block
    }
}

@media only screen and (max-width: 767px) {
    footer .fnaviList .menuList {
        padding-bottom: 3.12907vw;
        padding-top: 3.12907vw;
        border-bottom: 1px solid #98A6B5
    }
}

@media only screen and (max-width: 1280px) {
    footer .fnaviList .menuList:nth-child(1) .txtList {
        width: 14.29688vw
    }
}

@media only screen and (max-width: 767px) {
    footer .fnaviList .menuList:nth-child(1) .txtList {
        width: 43.28553vw
    }
}

@media only screen and (max-width: 1280px) {
    footer .fnaviList .menuList:nth-child(2) .txtList {
        width: 10.54688vw
    }
}

@media only screen and (max-width: 767px) {
    footer .fnaviList .menuList:nth-child(2) .txtList {
        width: 43.28553vw
    }
}

@media only screen and (max-width: 1280px) {
    footer .fnaviList .menuList:nth-child(3) .txtList {
        width: 11.17188vw
    }
}

@media only screen and (max-width: 767px) {
    footer .fnaviList .menuList:nth-child(3) .txtList {
        width: 43.28553vw
    }
}

@media only screen and (max-width: 1280px) {
    footer .fnaviList .menuList:nth-child(4) .txtList {
        width: 11.25vw
    }
}

@media only screen and (max-width: 767px) {
    footer .fnaviList .menuList:nth-child(4) .txtList {
        width: 43.28553vw
    }
}

@media only screen and (max-width: 767px) {
    footer .fnaviList .menuList:nth-child(5) {
        border-bottom: none
    }
}

footer .fnaviList .menuList__item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

footer .fnaviList .menuList__item .ico {
    margin-right: 10px
}

@media only screen and (max-width: 1280px) {
    footer .fnaviList .menuList__item .ico {
        width: 4.29688vw;
        margin-right: .39063vw
    }
}

@media only screen and (max-width: 767px) {
    footer .fnaviList .menuList__item .ico {
        width: 13.55932vw;
        margin-right: 2.60756vw
    }
}

@media only screen and (max-width: 1280px) {
    footer .fnaviList .menuList__item .ico:last-child {
        width: 17.89063vw
    }
}

@media only screen and (max-width: 767px) {
    footer .fnaviList .menuList__item .ico:last-child {
        width: 100%;
        margin-right: 0
    }
}

footer .fnaviList .txtList .txtList__item a {
    line-height: 1.0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

@media only screen and (max-width: 1280px) {
    footer .fnaviList .txtList .txtList__item a img {
        width: auto;
        height: 25px;
    }
}

@media only screen and (max-width: 767px) {
    footer .fnaviList .txtList .txtList__item a img {
        width: 100%
    }
}

footer .fnaviList .txtList .txtList__item a:before {
    content: "";
    background: url(../images/common/footer/button_image.png) no-repeat top center;
    background-size: contain;
    width: 11px;
    height: 10px;
    display: inline-block;
    padding-right: 5px
}

@media only screen and (max-width: 1280px) {
    footer .fnaviList .txtList .txtList__item a:before {
        width: .85938vw;
        height: .78125vw
    }
}

@media only screen and (max-width: 767px) {
    footer .fnaviList .txtList .txtList__item a:before {
        width: 2.73794vw;
        height: 2.34681vw;
        padding-right: 2.60756vw
    }
}

footer .fnaviList .txtList .nolink {
    opacity: 0.3;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

footer .fnaviList .txtList .nolink:before {
    content: "";
    background: url(../images/common/footer/button_image.png) no-repeat top center;
    background-size: contain;
    width: 11px;
    height: 10px;
    display: inline-block;
    padding-right: 5px
}

@media only screen and (max-width: 1280px) {
    footer .fnaviList .txtList .nolink:before {
        width: .85938vw;
        height: .78125vw
    }
}

@media only screen and (max-width: 767px) {
    footer .fnaviList .txtList .nolink:before {
        width: 2.73794vw;
        height: 2.34681vw;
        padding-right: 2.60756vw
    }
}

@media only screen and (max-width: 767px) {
    footer .fnaviList .txtList .nolink img {
        width: 100%
    }
}

footer .fnaviList .txtList li:not(:first-child) {
    padding-top: 10px
}

@media only screen and (max-width: 1280px) {
    footer .fnaviList .txtList li:not(:first-child) {
        padding-top: .78125vw
    }
}

footer .copy {
    padding-top: 25px;
    color: #000;
    text-align: center;
    font-size: 15px;
    cursor: pointer
}

@media only screen and (max-width: 767px) {
    footer .copy {
        padding: 2.60756vw 0;
        font-size: 3.38983vw;
        color: #fff;
        background-color: #000
    }
}

footer .copy:after {
    content: "";
    background: url(../images/common/footer/footer_arr.png) no-repeat top center;
    background-size: contain;
    width: 10px;
    height: 7px;
    display: inline-block;
    margin-left: 5px;
    padding-bottom: 8px;
    box-sizing: border-box
}

@media only screen and (max-width: 767px) {
    footer .copy:after {
        background: url(../images/common/footer/footer_arr_sp.png) no-repeat top center;
        padding: 1.30378vw 0;
        font-size: .91265vw;
        padding-bottom: .52151vw
    }
}

footer .js-active:after {
    background: url(../images/common/footer/footer_arr_up.png) no-repeat top center
}

@media only screen and (max-width: 767px) {
    footer .js-active:after {
        background: url(../images/common/footer/footer_arr_up_sp.png) no-repeat top center
    }
}

footer .copy_list {
    color: #000;
    text-align: center;
    font-size: 15px;
    display: none
}

@media only screen and (max-width: 767px) {
    footer .copy_list {
        padding-bottom: 2.60756vw;
        font-size: 3.38983vw;
        color: #fff;
        background-color: #000
    }
}


@media (hover: hover) {
    header .menuList__item a {
        transition: unset !important
    }

    header .menuList__item a:hover {
        opacity: 1 !important
    }
}

.pageHeading {
    position: relative;
    margin-right: auto;
    margin-left: auto
}

.pageHeading .noise {
    display: none;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

@media only screen and (min-width: 1000px) {
    .pageHeading .noise {
        display: block
    }
}

.noise {
    display: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

@media only screen and (min-width: 1000px) {
    .noise {
        display: block;
        width: auto
    }
}

.noise.active {
    opacity: 1;
    animation: anime 0.8s 1s alternate-reverse
}

.noise.loop {
    opacity: 1;
    animation: anime 0.8s 1s alternate-reverse infinite
}

@-webkit-keyframes anime {
    0% {
        left: -10px;
        clip: rect(10px, 9999px, 63px, 0)
    }

    4% {
        clip: rect(137px, 9999px, 150px, 0)
    }

    8% {
        clip: rect(82px, 9999px, 178px, 0)
    }

    12% {
        left: -2px;
        clip: rect(85px, 9999px, 125px, 0)
    }

    16% {
        clip: rect(223px, 9999px, 258px, 0)
    }

    20% {
        left: 10px;
        clip: rect(100px, 9999px, 146px, 0)
    }

    24% {
        clip: rect(41px, 9999px, 72px, 0)
    }

    28% {
        clip: rect(9px, 9999px, 45px, 0)
    }

    32% {
        clip: rect(136px, 9999px, 164px, 0);
        -webkit-filter: hue-rotate(-25deg);
        filter: hue-rotate(-25deg)
    }

    36% {
        left: -9px;
        clip: rect(84px, 9999px, 116px, 0)
    }

    40% {
        top: 7px;
        clip: rect(229px, 9999px, 315px, 0)
    }

    44% {
        clip: rect(37px, 9999px, 73px, 0)
    }

    48% {
        clip: rect(163px, 9999px, 180px, 0)
    }

    52% {
        clip: rect(205px, 9999px, 244px, 0)
    }

    56% {
        left: 6px;
        clip: rect(135px, 9999px, 170px, 0)
    }

    60% {
        clip: rect(14px, 9999px, 100px, 0)
    }

    64% {
        left: -2px;
        clip: rect(116px, 9999px, 129px, 0)
    }

    68% {
        clip: rect(37px, 9999px, 69px, 0)
    }

    72% {
        top: -9px;
        clip: rect(232px, 9999px, 264px, 0)
    }

    76% {
        left: -8px;
        clip: rect(100px, 9999px, 196px, 0);
        -webkit-filter: hue-rotate(35deg);
        filter: hue-rotate(35deg)
    }

    80% {
        clip: rect(199px, 9999px, 245px, 0)
    }

    84% {
        clip: rect(37px, 9999px, 73px, 0)
    }

    88% {
        left: -10px;
        clip: rect(1px, 9999px, 296px, 0)
    }

    92% {
        clip: rect(141px, 9999px, 272px, 0)
    }

    96% {
        clip: rect(33px, 9999px, 65px, 0)
    }

    100% {
        clip: rect(137px, 9999px, 273px, 0)
    }
}

@keyframes anime {
    0% {
        left: -10px;
        clip: rect(10px, 9999px, 63px, 0)
    }

    4% {
        clip: rect(137px, 9999px, 150px, 0)
    }

    8% {
        clip: rect(82px, 9999px, 178px, 0)
    }

    12% {
        left: -2px;
        clip: rect(85px, 9999px, 125px, 0)
    }

    16% {
        clip: rect(223px, 9999px, 258px, 0)
    }

    20% {
        left: 10px;
        clip: rect(100px, 9999px, 146px, 0)
    }

    24% {
        clip: rect(41px, 9999px, 72px, 0)
    }

    28% {
        clip: rect(9px, 9999px, 45px, 0)
    }

    32% {
        clip: rect(136px, 9999px, 164px, 0);
        -webkit-filter: hue-rotate(-25deg);
        filter: hue-rotate(-25deg)
    }

    36% {
        left: -9px;
        clip: rect(84px, 9999px, 116px, 0)
    }

    40% {
        top: 7px;
        clip: rect(229px, 9999px, 315px, 0)
    }

    44% {
        clip: rect(37px, 9999px, 73px, 0)
    }

    48% {
        clip: rect(163px, 9999px, 180px, 0)
    }

    52% {
        clip: rect(205px, 9999px, 244px, 0)
    }

    56% {
        left: 6px;
        clip: rect(135px, 9999px, 170px, 0)
    }

    60% {
        clip: rect(14px, 9999px, 100px, 0)
    }

    64% {
        left: -2px;
        clip: rect(116px, 9999px, 129px, 0)
    }

    68% {
        clip: rect(37px, 9999px, 69px, 0)
    }

    72% {
        top: -9px;
        clip: rect(232px, 9999px, 264px, 0)
    }

    76% {
        left: -8px;
        clip: rect(100px, 9999px, 196px, 0);
        -webkit-filter: hue-rotate(35deg);
        filter: hue-rotate(35deg)
    }

    80% {
        clip: rect(199px, 9999px, 245px, 0)
    }

    84% {
        clip: rect(37px, 9999px, 73px, 0)
    }

    88% {
        left: -10px;
        clip: rect(1px, 9999px, 296px, 0)
    }

    92% {
        clip: rect(141px, 9999px, 272px, 0)
    }

    96% {
        clip: rect(33px, 9999px, 65px, 0)
    }

    100% {
        clip: rect(137px, 9999px, 273px, 0)
    }
}

/*# sourceMappingURL=maps/layout.css.map */
