@charset "utf-8";
[data-place] section ol li:nth-child(1) var,
[data-place] section ol li:nth-child(1) a
{
    color: #8786ff;
}

[data-place] section ol li:nth-child(1).voted a
{
    background: #8786ff;
}

[data-place] section ol li:nth-child(2) var,
[data-place] section ol li:nth-child(2) a
{
    color: #ff8986;
}

[data-place] section ol li:nth-child(2).voted a
{
    background: #ff8986;
}

[data-place] section ol li:nth-child(3) var,
[data-place] section ol li:nth-child(3) a
{
    color: #7ae8a7;
}

[data-place] section ol li:nth-child(3).voted a
{
    background: #7ae8a7;
}

[data-place] section ol li a.vote
{
    cursor: pointer;
    border-style: solid;
}

[data-place] section ol li a.vote span i
{
    display: block;
}

[data-place] section ol li.voted var
{
    -webkit-transition: opacity .6s cubic-bezier(.165, .84, .44, 1) 1.4s;
       -moz-transition: opacity .6s cubic-bezier(.165, .84, .44, 1) 1.4s;
        -ms-transition: opacity .6s cubic-bezier(.165, .84, .44, 1) 1.4s;
         -o-transition: opacity .6s cubic-bezier(.165, .84, .44, 1) 1.4s;
            transition: opacity .6s cubic-bezier(.165, .84, .44, 1) 1.4s;
    opacity: 0;
}

[data-place] section ol li.voted.update var
{
    -webkit-transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
       -moz-transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
        -ms-transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
         -o-transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
            transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
    opacity: 1;
}

[data-place] section ol li.voted.update a span i + i
{
    -webkit-animation: none;
       -moz-animation: none;
        -ms-animation: none;
         -o-animation: none;
            animation: none;
}

[data-place] section ol li.voted a
{
    color: #fff;
}

[data-place] section ol li.voted a span i + i
{
    -webkit-animation: vote 2s cubic-bezier(.165, .84, .44, 1);
       -moz-animation: vote 2s cubic-bezier(.165, .84, .44, 1);
        -ms-animation: vote 2s cubic-bezier(.165, .84, .44, 1);
         -o-animation: vote 2s cubic-bezier(.165, .84, .44, 1);
            animation: vote 2s cubic-bezier(.165, .84, .44, 1);
}

[data-place][data-place='1']
{
    background: #e7e7ff;
}

[data-place][data-place='1'] main header p
{
    color: #8786ff;
}

[data-place][data-place='2']
{
    background: #ffe7e7;
}

[data-place][data-place='2'] main header p
{
    color: #ff8986;
}

[data-place][data-place='3']
{
    background: #e4faed;
}

[data-place][data-place='3'] main header p
{
    color: #7ae8a7;
}

.device-pc [data-place] section ol li:nth-child(1) a.vote:hover
{
    background: #8786ff;
}

.device-pc [data-place] section ol li:nth-child(2) a.vote:hover
{
    background: #ff8986;
}

.device-pc [data-place] section ol li:nth-child(3) a.vote:hover
{
    background: #7ae8a7;
}

.device-pc [data-place] section ol li a.vote:hover
{
    color: #fff;
}

.device-pc main
{
    padding-top: 4em;
}

.device-pc main header
{
    width: 96em;
    margin: 0 auto;
    padding-bottom: 0;
    border-bottom: none;
}

.device-pc main header h1
{
    position: relative;
    padding-top: 56.25%;
    background: url('../images/mv.jpg') no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
            background-size: 100% 100%;
}

.device-pc main header h1 img
{
    position: absolute;
    top: 8em;
    left: calc(50% - 26em);
    width: 52em;
}

.device-pc main header p
{
    font-size: 10px;
    position: relative;
    width: 56em;
    margin: -18em auto 0;
    padding: 4em;
    letter-spacing: 0;
    -webkit-border-radius: .8em;
            border-radius: .8em;
    background: #fff;
}

.device-pc main header p span
{
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.device-pc main nav
{
    width: 80em;
    margin: 4em auto 0;
    padding: 1em 0;
    text-align: center;
    -webkit-border-radius: .8em;
            border-radius: .8em;
    background: #fff;
}

.device-pc main nav ul
{
    display: table;
    width: 100%;
    height: 6em;
}

.device-pc main nav ul li
{
    display: table-cell;
    width: 25%;
    vertical-align: middle;
}

.device-pc main nav ul li + li
{
    border-left: .1em #ccc solid;
}

.device-pc main nav ul li a
{
    display: block;
    cursor: pointer;
}

.device-pc main nav ul li a span
{
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    color: #000;
}

.device-pc main nav ul li a img
{
    display: inline-block;
    width: 4.8em;
    margin-right: 1em;
    vertical-align: middle;
}

.device-pc main section
{
    width: 96em;
    margin: 0 auto 2em;
    padding-top: 3em;
    border-bottom: .1em #fff solid;
}

.device-pc main section:last-of-type
{
    margin-bottom: 0;
    border: none;
}

.device-pc main section:last-of-type ul
{
    padding-bottom: 0;
}

.device-pc main section h3
{
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.device-pc main section ul
{
    margin: 0 -1em;
    padding: 4em 0;
}

.device-pc main section ul:before,
.device-pc main section ul:after
{
    display: table;
    content: '';
}

.device-pc main section ul:after
{
    clear: both;
}

.device-pc main section ul > li
{
    float: left;
    width: 24.5em;
    margin-bottom: 1em;
    padding: 0 1em;
    letter-spacing: 0;
}

.device-pc main section ul > li dl dt
{
    overflow: hidden;
    height: 28.5em;
    -webkit-border-radius: .4em .4em 0 0;
            border-radius: .4em .4em 0 0;
    background: #fff url('/store/techo/2018/images/loading3.gif') no-repeat 50% 9.65em;
    -webkit-background-size: 3.2em 3.2em;
       -moz-background-size: 3.2em 3.2em;
            background-size: 3.2em 3.2em;
}

.device-pc main section ul > li dl dt a
{
    font-weight: bold;
    position: relative;
    display: block;
    padding-top: calc(100% + 6em);
    color: #000;
}

.device-pc main section ul > li dl dt a img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: opacity .3s cubic-bezier(.25, .25, .75, .75);
       -moz-transition: opacity .3s cubic-bezier(.25, .25, .75, .75);
        -ms-transition: opacity .3s cubic-bezier(.25, .25, .75, .75);
         -o-transition: opacity .3s cubic-bezier(.25, .25, .75, .75);
            transition: opacity .3s cubic-bezier(.25, .25, .75, .75);
}

.device-pc main section ul > li dl dt a img.state-ready
{
    visibility: hidden;
    opacity: 0;
}

.device-pc main section ul > li dl dt a span
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5.7em;
    padding: 0 1em;
}

.device-pc main section ul > li dl dt a span small
{
    font-size: 12px;
    line-height: 1.5;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 1.5em;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.device-pc main section ul > li dl dt a span strong
{
    font-size: 14px;
    line-height: 1.29;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 2.57em;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.device-pc main section ul > li dl dt + dd
{
    height: 9em;
    border-top: .1em #e5e5e5 solid;
    -webkit-border-radius: 0 0 .4em .4em;
            border-radius: 0 0 .4em .4em;
    background: #fff;
}

.device-pc main section ul > li dl dt + dd div
{
    padding: 0 .5em;
}

.device-pc main section ul > li dl dt + dd div ol
{
    display: table;
    width: 100%;
}

.device-pc main section ul > li dl dt + dd div ol li
{
    display: table-cell;
    width: 33.33%;
    text-align: center;
    vertical-align: top;
    letter-spacing: 0;
}

.device-pc main section ul > li dl dt + dd div ol li var
{
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 30px;
    line-height: 1.6;
    display: block;
    overflow: hidden;
    height: 1.6em;
}

.device-pc main section ul > li dl dt + dd div ol li a
{
    display: block;
    height: 3.6em;
    color: #fff;
    border-width: .1em;
    -webkit-border-radius: .4em;
            border-radius: .4em;
}

.device-pc main section ul > li dl dt + dd div ol li a.vote
{
    -webkit-transition: background .3s, color .3s;
       -moz-transition: background .3s, color .3s;
        -ms-transition: background .3s, color .3s;
         -o-transition: background .3s, color .3s;
            transition: background .3s, color .3s;
}

.device-pc main section ul > li dl dt + dd div ol li a.vote span
{
    padding-left: 1.38em;
}

.device-pc main section ul > li dl dt + dd div ol li a span
{
    font-size: 16px;
    font-weight: bold;
    line-height: 2.13;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.device-pc main section ul > li dl dt + dd div ol li a span i
{
    font-size: 10px;
    position: absolute;
    top: calc(50% - 1em);
    left: 0;
    display: none;
    width: 2em;
    height: 1.9em;
}

.device-pc main section ul > li dl dt + dd + dd
{
    height: 8.5em;
    margin-top: 1em;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
       -moz-transition:    -moz-transform .3s cubic-bezier(.175, .885, .32, 1.275);
        -ms-transition:     -ms-transform .3s cubic-bezier(.175, .885, .32, 1.275);
         -o-transition:      -o-transform .3s cubic-bezier(.175, .885, .32, 1.275);
            transition:         transform .3s cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 0;
       -moz-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
         -o-transform-origin: 50% 0;
            transform-origin: 50% 0;
}

.device-pc main section ul > li dl dt + dd + dd:not(:empty)
{
    position: relative;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-border-radius: .4em;
            border-radius: .4em;
    background: #ffff93;
}

.device-pc main section ul > li dl dt + dd + dd:not(:empty):before
{
    font-size: 10px;
    position: absolute;
    top: -1em;
    left: calc(50% - .5em);
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: 0 .5em 1em .5em;
    border-style: solid;
    border-color: transparent transparent #ffff93 transparent;
}

.device-pc main section ul > li dl dt + dd + dd:not(:empty) div p
{
    font-size: 14px;
    line-height: 1.29;
    height: 100%;
    padding: .57em .71em 0;
}

.device-pc main section ul > li dl dt + dd + dd:not(:empty) div p:after
{
    font-size: 12px;
    line-height: 1.5;
    position: absolute;
    right: .83em;
    bottom: .42em;
    content: '手帳チーム';
    color: #808080;
}

.device-sp main
{
    padding: 0;
}

.device-sp main header h1
{
    position: relative;
    padding-top: 56.25%;
    background: url('../images/mv.jpg') no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
            background-size: 100% 100%;
}

.device-sp main header h1 img
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 93.75%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.device-sp main header p
{
    margin: 10px 3.13%;
    padding: 10px 3.13%;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    background: #fff;
}

.device-sp main header p small
{
    font-size: 14px;
    display: block;
    text-align: center;
}

.device-sp main header p strong
{
    font-size: 22px;
    line-height: 1.27;
    display: block;
    margin-bottom: 12px;
    text-align: center;
    color: #000;
}

.device-sp main header p span
{
    font-size: 14px;
    display: block;
}

.device-sp main header p span br
{
    display: none;
}

.device-sp main nav
{
    padding: 5px 0;
    text-align: center;
    background: #fff;
}

.device-sp main nav ul
{
    display: table;
    width: 100%;
    height: 60px;
}

.device-sp main nav ul li
{
    display: table-cell;
    width: 25%;
    vertical-align: middle;
}

.device-sp main nav ul li + li
{
    border-left: .1em #ccc solid;
}

.device-sp main nav ul li a
{
    display: block;
}

.device-sp main nav ul li a span
{
    font-size: 12px;
    display: block;
    color: #000;
}

.device-sp main nav ul li a img
{
    width: 32px;
    margin: 5px auto 3px;
}

.device-sp main section
{
    padding-top: 25px;
    border-bottom: 1px #fff solid;
}

.device-sp main section:last-of-type
{
    border: none;
}

.device-sp main section:last-of-type ul
{
    padding-bottom: 0;
}

.device-sp main section h3
{
    font-size: 22px;
    line-height: 1.14;
    text-align: center;
}

.device-sp main section ul:before,
.device-sp main section ul:after
{
    display: table;
    content: '';
}

.device-sp main section ul:after
{
    clear: both;
}

.device-sp main section ul li
{
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

.device-sp main section ul li dl > * > *:not(img)
{
    -webkit-transition: opacity .3s cubic-bezier(.55, .085, .68, .53);
       -moz-transition: opacity .3s cubic-bezier(.55, .085, .68, .53);
        -ms-transition: opacity .3s cubic-bezier(.55, .085, .68, .53);
         -o-transition: opacity .3s cubic-bezier(.55, .085, .68, .53);
            transition: opacity .3s cubic-bezier(.55, .085, .68, .53);
    opacity: 0;

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
}

.device-sp main section ul li dl > * > *:not(img) > *
{
    display: none;
}

.device-sp main section ul li dl dt a img
{
    -webkit-transition: opacity .3s cubic-bezier(.55, .085, .68, .53);
       -moz-transition: opacity .3s cubic-bezier(.55, .085, .68, .53);
        -ms-transition: opacity .3s cubic-bezier(.55, .085, .68, .53);
         -o-transition: opacity .3s cubic-bezier(.55, .085, .68, .53);
            transition: opacity .3s cubic-bezier(.55, .085, .68, .53);
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 0;

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
            backface-visibility: hidden;
}

.device-sp main section ul li dl dt a img.state-already
{
    -webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
    opacity: 1;
}

.device-sp main section ul li.state-steady dl > * > *:not(img)
{
    opacity: 1;
}

.device-sp main section ul li.state-steady dl > * > *:not(img) > *
{
    display: block;
}

.device-sp main section ul li.state-temp dl > * > *:not(img)
{
    opacity: 1;
}

.device-sp main section ul li.state-temp dl > * > *:not(img) > *
{
    display: block;
}

.device-sp main section ul li.state-temp dl dt a img
{
    opacity: 1;
}

.device-sp main section ul li dl dt
{
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
    background: #fff url('/store/techo/2018/images/loading3.gif') no-repeat 50% calc(50% - 28px);
    -webkit-background-size: 16.55% auto;
       -moz-background-size: 16.55% auto;
            background-size: 16.55% auto;
}

.device-sp main section ul li dl dt a
{
    font-weight: bold;
    position: relative;
    display: block;
    padding-top: calc(100% + 56px);
    color: #000;
}

.device-sp main section ul li dl dt a img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.device-sp main section ul li dl dt a span
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    padding: 0 3.45%;
}

.device-sp main section ul li dl dt a span small
{
    font-size: 10px;
    line-height: 1.4;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    height: 14px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.device-sp main section ul li dl dt a span small:empty
{
    height: 0;
}

.device-sp main section ul li dl dt a span strong
{
    font-size: 12px;
    line-height: 1.17;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 42px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.device-sp main section ul li dl dt + dd
{
    height: 58px;
    border-top: 1px #e5e5e5 solid;
    -webkit-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
    background: #fff;
}

.device-sp main section ul li dl dt + dd div
{
    padding: 0 2.07%;
}

.device-sp main section ul li dl dt + dd div ol
{
    display: table;
    width: 100%;
}

.device-sp main section ul li dl dt + dd div ol li
{
    display: table-cell;
    width: 33.33%;
    text-align: center;
    vertical-align: top;
}

.device-sp main section ul li dl dt + dd div ol li var
{
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 18px;
    line-height: 1.67;
    display: block;
    overflow: hidden;
    height: 1.67em;
}

.device-sp main section ul li dl dt + dd div ol li a
{
    display: block;
    height: 24px;
    color: #fff;
    border-width: 1px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}

.device-sp main section ul li dl dt + dd div ol li a.vote
{
    -webkit-transition: background .6s cubic-bezier(.55, .085, .68, .53), color .6s cubic-bezier(.55, .085, .68, .53);
       -moz-transition: background .6s cubic-bezier(.55, .085, .68, .53), color .6s cubic-bezier(.55, .085, .68, .53);
        -ms-transition: background .6s cubic-bezier(.55, .085, .68, .53), color .6s cubic-bezier(.55, .085, .68, .53);
         -o-transition: background .6s cubic-bezier(.55, .085, .68, .53), color .6s cubic-bezier(.55, .085, .68, .53);
            transition: background .6s cubic-bezier(.55, .085, .68, .53), color .6s cubic-bezier(.55, .085, .68, .53);
}

.device-sp main section ul li dl dt + dd div ol li a.vote span
{
    padding-left: 15px;
}

.device-sp main section ul li dl dt + dd div ol li a span
{
    font-size: 10px;
    line-height: 2.2;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.device-sp main section ul li dl dt + dd div ol li a span i
{
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    display: none;
    width: 14px;
    height: 13px;
}

.device-sp main section ul li dl dt + dd + dd
{
    height: 75px;
    margin-top: 1em;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
       -moz-transition:    -moz-transform .3s cubic-bezier(.175, .885, .32, 1.275);
        -ms-transition:     -ms-transform .3s cubic-bezier(.175, .885, .32, 1.275);
         -o-transition:      -o-transform .3s cubic-bezier(.175, .885, .32, 1.275);
            transition:         transform .3s cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 0;
       -moz-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
         -o-transform-origin: 50% 0;
            transform-origin: 50% 0;
}

.device-sp main section ul li dl dt + dd + dd:not(:empty)
{
    position: relative;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background: #ffff93;
}

.device-sp main section ul li dl dt + dd + dd:not(:empty):before
{
    position: absolute;
    top: -10px;
    left: calc(50% - 2.5px);
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: 0 5px 10px 5px;
    border-style: solid;
    border-color: transparent transparent #ffff93 transparent;
}

.device-sp main section ul li dl dt + dd + dd:not(:empty) div p
{
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    height: 100%;
    padding: 3px 3.45% 0;
}

.device-sp main section ul li dl dt + dd + dd:not(:empty) div p:after
{
    font-size: 12px;
    line-height: 1.5;
    position: absolute;
    right: 3.45%;
    bottom: 0;
    content: '手帳チーム';
    color: #808080;
}

.device-sp main section ul
{
    padding: 15px 1.56%;
}

.device-sp main section ul li
{
    width: 50%;
    padding: 0 1.61%;
}

/*# sourceMappingURL=dev/store/techo/ja/magazine/2018/lineup_preview/styl/lineup_preview.css.map */

@media screen and (min-width: 485px)
{
    .device-sp main section ul
    {
        padding: 15px 1.55%;
    }

    .device-sp main section ul li
    {
        width: 33.33%;
        padding: 0 1.06%;
    }
}

@media screen and (min-width: 650px)
{
    .device-sp main section ul
    {
        padding: 15px 1.54%;
    }

    .device-sp main section ul li
    {
        width: 25%;
        padding: 0 .79%;
    }
}

@-moz-keyframes vote
{
    0%
    {
        -webkit-transform: translate3d(0, 0, 0) scale(1) rotateY(0);
           -moz-transform: translate3d(0, 0, 0) scale(1) rotateY(0);
            -ms-transform: translate3d(0, 0, 0) scale(1) rotateY(0);
             -o-transform: translate3d(0, 0, 0) scale(1) rotateY(0);
                transform: translate3d(0, 0, 0) scale(1) rotateY(0);
        opacity: 1;
    }

    60%
    {
        left: 50%;
        -webkit-transform: translate3d(-50%, -100%, 0) scale(2.5) rotateY(720deg);
           -moz-transform: translate3d(-50%, -100%, 0) scale(2.5) rotateY(720deg);
            -ms-transform: translate3d(-50%, -100%, 0) scale(2.5) rotateY(720deg);
             -o-transform: translate3d(-50%, -100%, 0) scale(2.5) rotateY(720deg);
                transform: translate3d(-50%, -100%, 0) scale(2.5) rotateY(720deg);
        opacity: 1;
    }

    100%
    {
        left: 50%;
        -webkit-transform: translate3d(-50%, -200%, 0) scale(.5) rotateY(720deg);
           -moz-transform: translate3d(-50%, -200%, 0) scale(.5) rotateY(720deg);
            -ms-transform: translate3d(-50%, -200%, 0) scale(.5) rotateY(720deg);
             -o-transform: translate3d(-50%, -200%, 0) scale(.5) rotateY(720deg);
                transform: translate3d(-50%, -200%, 0) scale(.5) rotateY(720deg);
        opacity: 0;
    }
}

@-webkit-keyframes vote
{
    0%
    {
        -webkit-transform: translate3d(0, 0, 0) scale(1) rotateY(0);
           -moz-transform: translate3d(0, 0, 0) scale(1) rotateY(0);
            -ms-transform: translate3d(0, 0, 0) scale(1) rotateY(0);
             -o-transform: translate3d(0, 0, 0) scale(1) rotateY(0);
                transform: translate3d(0, 0, 0) scale(1) rotateY(0);
        opacity: 1;
    }

    60%
    {
        left: 50%;
        -webkit-transform: translate3d(-50%, -100%, 0) scale(2.5) rotateY(720deg);
           -moz-transform: translate3d(-50%, -100%, 0) scale(2.5) rotateY(720deg);
            -ms-transform: translate3d(-50%, -100%, 0) scale(2.5) rotateY(720deg);
             -o-transform: translate3d(-50%, -100%, 0) scale(2.5) rotateY(720deg);
                transform: translate3d(-50%, -100%, 0) scale(2.5) rotateY(720deg);
        opacity: 1;
    }

    100%
    {
        left: 50%;
        -webkit-transform: translate3d(-50%, -200%, 0) scale(.5) rotateY(720deg);
           -moz-transform: translate3d(-50%, -200%, 0) scale(.5) rotateY(720deg);
            -ms-transform: translate3d(-50%, -200%, 0) scale(.5) rotateY(720deg);
             -o-transform: translate3d(-50%, -200%, 0) scale(.5) rotateY(720deg);
                transform: translate3d(-50%, -200%, 0) scale(.5) rotateY(720deg);
        opacity: 0;
    }
}

@-o-keyframes vote
{
    0%
    {
        -webkit-transform: translate3d(0, 0, 0) scale(1) rotateY(0);
           -moz-transform: translate3d(0, 0, 0) scale(1) rotateY(0);
            -ms-transform: translate3d(0, 0, 0) scale(1) rotateY(0);
             -o-transform: translate3d(0, 0, 0) scale(1) rotateY(0);
                transform: translate3d(0, 0, 0) scale(1) rotateY(0);
        opacity: 1;
    }

    60%
    {
        left: 50%;
        -webkit-transform: translate3d(-50%, -100%, 0) scale(2.5) rotateY(720deg);
           -moz-transform: translate3d(-50%, -100%, 0) scale(2.5) rotateY(720deg);
            -ms-transform: translate3d(-50%, -100%, 0) scale(2.5) rotateY(720deg);
             -o-transform: translate3d(-50%, -100%, 0) scale(2.5) rotateY(720deg);
                transform: translate3d(-50%, -100%, 0) scale(2.5) rotateY(720deg);
        opacity: 1;
    }

    100%
    {
        left: 50%;
        -webkit-transform: translate3d(-50%, -200%, 0) scale(.5) rotateY(720deg);
           -moz-transform: translate3d(-50%, -200%, 0) scale(.5) rotateY(720deg);
            -ms-transform: translate3d(-50%, -200%, 0) scale(.5) rotateY(720deg);
             -o-transform: translate3d(-50%, -200%, 0) scale(.5) rotateY(720deg);
                transform: translate3d(-50%, -200%, 0) scale(.5) rotateY(720deg);
        opacity: 0;
    }
}

@keyframes vote
{
    0%
    {
        -webkit-transform: translate3d(0, 0, 0) scale(1) rotateY(0);
           -moz-transform: translate3d(0, 0, 0) scale(1) rotateY(0);
            -ms-transform: translate3d(0, 0, 0) scale(1) rotateY(0);
             -o-transform: translate3d(0, 0, 0) scale(1) rotateY(0);
                transform: translate3d(0, 0, 0) scale(1) rotateY(0);
        opacity: 1;
    }

    60%
    {
        left: 50%;
        -webkit-transform: translate3d(-50%, -100%, 0) scale(2.5) rotateY(720deg);
           -moz-transform: translate3d(-50%, -100%, 0) scale(2.5) rotateY(720deg);
            -ms-transform: translate3d(-50%, -100%, 0) scale(2.5) rotateY(720deg);
             -o-transform: translate3d(-50%, -100%, 0) scale(2.5) rotateY(720deg);
                transform: translate3d(-50%, -100%, 0) scale(2.5) rotateY(720deg);
        opacity: 1;
    }

    100%
    {
        left: 50%;
        -webkit-transform: translate3d(-50%, -200%, 0) scale(.5) rotateY(720deg);
           -moz-transform: translate3d(-50%, -200%, 0) scale(.5) rotateY(720deg);
            -ms-transform: translate3d(-50%, -200%, 0) scale(.5) rotateY(720deg);
             -o-transform: translate3d(-50%, -200%, 0) scale(.5) rotateY(720deg);
                transform: translate3d(-50%, -200%, 0) scale(.5) rotateY(720deg);
        opacity: 0;
    }
}
