@charset "UTF-8";
/*foundation base*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: bottom;
    background: transparent;
    font-size: 1rem;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs
*/

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/**
 * define valiables
 * 各scssファイルでよく使う値を変数定義
 */

/**
 * function
 * 値を返す
 */

/**
 * mixins
 * ブロックを返す
 */

/*
デバイス定義
 */

/*
スマホの文字指定専用（横幅640px想定）
font-sizeにvwを設定
 */

/*
clearfix
 */

/*
iOS smooth scroll
 */

/*
opacity
 */

/*
fade
 */

/**
 * initiallize
 * タグ自体のstyleを記述
 */

html {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    color: #000;
    word-wrap: break-word;
    font-size: 15px;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
    color: #000;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
    opacity: 0.8;
}

img {
    vertical-align: bottom;
}

@media print,
screen and (max-width: 750px) {
    img {
        width: 100%;
    }
}

strong {
    font-weight: bold;
}

input {
    padding: 0;
    border: none;
    background: none;
}

* {
    box-sizing: border-box;
    transition: font-size 0.1s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=search],
input[type=url],
input[type=datetime],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime-local],
input[type=number],
select,
textarea {
    padding: 6px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    background-color: #fff;
    border: solid 1px #c9c9c9;
    vertical-align: bottom;
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #e2e2e2;
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #e2e2e2;
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=number]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #e2e2e2;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=datetime]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime-local]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
    background-color: #eef4fb;
}

input[type=radio],
input[type=checkbox] {
    margin: 0;
    vertical-align: -1px;
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    vertical-align: bottom;
}

textarea {
    resize: vertical;
    vertical-align: bottom;
}

em {
    font-style: italic;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

blockquote {
    background-color: #EEEFFF;
    padding: 1em 1em 1em 3em;
    position: relative;
    border-left: 3px solid #666;
}

blockquote:before {
    content: "“";
    font-size: 600%;
    line-height: 1em;
    color: #999;
    position: absolute;
    left: 0;
    top: 0;
}

::-moz-selection {
    background: #d4dcd6;
    /* Safari */
}

::selection {
    background: #d4dcd6;
    /* Safari */
}

::-moz-selection {
    background: #d4dcd6;
    /* Firefox */
}

.pci {
    display: inline;
}

@media print,
screen and (max-width: 750px) {
    .pci {
        display: none;
    }
}

.spi {
    display: none;
}

@media print,
screen and (max-width: 750px) {
    .spi {
        display: inline;
    }
}

.pc {
    display: block;
}

@media print,
screen and (max-width: 750px) {
    .pc {
        display: none;
    }
}

.sp {
    display: none;
}

@media print,
screen and (max-width: 750px) {
    .sp {
        display: block;
    }
}

/*foundation vender*/

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */

.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

/*object*/

.m-btn {
    width: 84%;
    margin: 0 auto;
}

@media print,
screen and (min-width: 751px) {
    .m-btn {
        display: none;
    }
}

.m-btn--commonMb01 {
    padding-bottom: 6.4%;
}

.m-btn--commonMb02 {
    padding-bottom: 8%;
}

.c-fVeiwBlck {
    position: relative;
    padding-bottom: 3%;
}

@media print,
screen and (min-width: 751px) {
    .c-fVeiwBlck {
        text-align: center;
        padding-bottom: 60px;
    }
}

.c-border {
    width: 84.53333%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

@media print,
screen and (min-width: 751px) {
    .c-border {
        width: 609px;
    }
}

.c-bnrBlck {
    padding-bottom: 23.06667%;
}

@media print,
screen and (min-width: 751px) {
    .c-bnrBlck {
        padding-bottom: 107px;
    }
}

.c-bnrBlck--ajst {
    padding-bottom: 11.6%;
}

@media print,
screen and (min-width: 751px) {
    .c-bnrBlck--ajst {
        padding-bottom: 100px;
    }
}

@media print,
screen and (min-width: 751px) {
    .c-bnrBlck--end {
        padding-top: 77px;
    }
}

.c-bnrBlck__inBlck--commonMt01 {
    margin-top: 5.46667%;
}

@media print,
screen and (min-width: 751px) {
    .c-bnrBlck__inBlck--commonMt01 {
        margin-top: 20px;
    }
}

.c-bnrBlck__inBlck--commonMt02 {
    margin-top: 8.53333%;
}

.c-bnrBlck__inBlck .bnrWidth {
    display: block;
    width: 92%;
    margin: 0 auto;
}

@media print,
screen and (min-width: 751px) {
    .c-bnrBlck__inBlck .bnrWidth {
        width: 548px;
    }
}

.c-bnrBlck__inBlck .bnrWidth--ex {
    width: 98.26667%;
    margin: 0 auto;
}

@media print,
screen and (min-width: 751px) {
    .c-bnrBlck__inBlck .bnrWidth--ex {
        width: 479px;
    }
}

.c-bnrBlck__inBlck .bnrWidth img {
    width: 100%;
}

.c-bnrBlck__inBlck .bnrWidth02 {
    display: block;
    width: 92%;
    margin: 0 auto;
}

@media print,
screen and (min-width: 751px) {
    .c-bnrBlck__inBlck .bnrWidth02 {
        width: 455px;
    }
}

.c-bnrBlck__inBlck .bnrWidth02--ex {
    width: 100%;
}

.c-bnrBlck__inBlck .bnrWidth02 img {
    width: 100%;
}

.c-infoBlck {
    margin-top: 4%;
}

@media print,
screen and (min-width: 751px) {
    .c-infoBlck {
        width: 609px;
        margin: 30px auto 0;
        position: relative;
        padding-bottom: 180px;
    }
}

.c-infoBlck__head {
    padding: 6% 0 6.13333%;
    box-sizing: border-box;
    border-top: 1px solid #c7ced8;
    border-bottom: 1px solid #c7ced8;
    background: #b3b3b3;
    text-align: center;
    font-size: 16px;
    font-size: 4.26667vw;
    letter-spacing: 0.15em;
    color: #fff;
}

@media print,
screen and (min-width: 751px) {
    .c-infoBlck__head {
        padding: 16px 0 15px;
        font-size: 19px;
    }
}

.c-infoBlck__body {
    padding: 10% 3%;
}

@media print,
screen and (min-width: 751px) {
    .c-infoBlck__body {
        padding: 10% 0;
    }
}

.c-infoBlck__inBlck {
    margin-bottom: 6%;
}

@media print,
screen and (min-width: 751px) {
    .c-infoBlck__inBlck {
        margin-bottom: 15px;
    }
}

.c-bottomTxtWidth {
    display: block;
    width: 92%;
    margin: 0 auto;
    padding: 13.04348% 0 5.07246%;
}

@media print,
screen and (min-width: 751px) {
    .c-bottomTxtWidth {
        width: 609px;
        padding: 60px 0 30px;
    }
}

.c-bnrWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 47.82609%;
    margin: 0 auto;
    padding-top: 5%;
}

@media print,
screen and (min-width: 751px) {
    .c-bnrWrap {
        width: 264px;
        padding-top: 60px;
        margin: 0 auto;
    }
}

.c-bnr {
    width: 100%;
}

.c-bnr img {
    width: 100%;
}

.c-titleA {
    font-size: 18px;
    font-size: 4.8vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3;
    text-align: center;
    padding: 9.73333% 0;
}

@media print,
screen and (min-width: 751px) {
    .c-titleA {
        padding: 68px 0;
        font-size: 32px;
    }
}

.c-titleB {
    font-size: 23px;
    font-size: 6.13333vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: center;
    padding: 11.86667% 0;
}

.c-titleC {
    font-size: 14px;
    font-size: 3.73333vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 2%;
}

@media print,
screen and (min-width: 751px) {
    .c-titleC {
        font-size: 15px;
        margin-bottom: 3px;
    }
}

.c-titleD {
    display: block;
    font-size: 18px;
    font-size: 4.8vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 5%;
}

.c-titleE {
    display: block;
    font-size: 14px;
    font-size: 3.73333vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 3%;
    margin-bottom: 2%;
}

@media print,
screen and (min-width: 751px) {
    .c-titleE {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 10px;
        margin-bottom: 5px;
    }
}

.c-textA {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.7;
}

@media print,
screen and (min-width: 751px) {
    .c-textA {
        font-size: 14px;
        line-height: 1.5;
    }
}

.c-textB {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.7;
    padding-left: 1em;
    text-indent: -1em;
}

@media print,
screen and (min-width: 751px) {
    .c-textB {
        font-size: 13px;
        line-height: 1.5;
    }
}

.c-textB a {
    font-size: 13px;
    font-size: 3.46667vw;
    color: #01499d;
    text-decoration: underline;
}

@media print,
screen and (min-width: 751px) {
    .c-textB a {
        font-size: 13px;
    }
}

.c-noticeA {
    font-size: 11.5px;
    font-size: 3.06667vw;
    letter-spacing: 0.05em;
    line-height: 1.9;
    margin: 0 5.6%;
    padding-left: 1em;
    text-indent: -1em;
}

@media print,
screen and (min-width: 751px) {
    .c-noticeA {
        display: none;
    }
}

@media print,
screen and (min-width: 751px) {
    .c-noticeA--showBoth {
        display: block;
    }
}

.c-noticeA--commonPb01 {
    margin-bottom: 11.2%;
}

.c-noticeB {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.7;
    padding-left: 1em;
    text-indent: -1em;
}

@media print,
screen and (min-width: 751px) {
    .c-noticeB {
        display: none;
    }
}

.c-noticeB--ex {
    font-size: 10px;
    font-size: 2.66667vw;
    font-weight: 400;
    padding-left: 2em;
    text-indent: -2em;
}

@media print,
screen and (min-width: 751px) {
    .c-noticeB--ex {
        display: block;
        font-size: 12px;
    }
}

.c-noticeB--ex02 {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.7;
    padding-left: 1em;
    text-indent: -1em;
}

@media print,
screen and (min-width: 751px) {
    .c-noticeB--ex02 {
        font-size: 14px;
        line-height: 1.5;
    }
}

.u-mt00 {
    margin-top: 0;
}

.u-mb00 {
    margin-bottom: 0;
}

.u-mt70 {
    margin-top: 9.33333%;
}

.u-mb60 {
    margin-bottom: 8%;
}

.u-pt00 {
    padding-top: 0;
}

.u-pb00 {
    padding-bottom: 0;
}

.u-ta-l {
    text-align: left;
}

.u-ta-c {
    text-align: center;
}

@media print,
screen and (min-width: 751px) {
    .u-mt50-pc {
        margin-top: 50px;
    }
}

@media print,
screen and (min-width: 751px) {
    .u-mt90-pc {
        margin-top: 90px;
    }
}

.u-link {
    color: #0200ca;
    font-size: 13px;
    font-size: 3.46667vw;
    text-decoration: underline;
}

.u-red {
    color: red;
}

/*layout*/

.l-header {
    padding: 2.66667% 1.6%;
}

.l-header img {
    width: 100%;
}

@media print,
screen and (min-width: 751px) {
    .l-header {
        padding: 13px 0 15px;
    }
}

.l-header__inBlck {
    width: 97.6%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media print,
screen and (min-width: 751px) {
    .l-header__inBlck {
        width: 940px;
    }
}

.l-header__logo {
    width: 25.40984%;
}

@media print,
screen and (min-width: 751px) {
    .l-header__logo {
        width: 112px;
    }
}

.l-header__snsBlck {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media print,
screen and (min-width: 751px) {
    .l-header__snsBlck {
        width: 198px;
    }
}

@media print,
screen and (max-width: 750px) {
    .l-header__snsElm--tw {
        margin-right: 4px;
    }
}

.l-footer img {
    width: 100%;
}

.l-footer__inBlck {
    position: relative;
    padding-bottom: 39.06667%;
}

@media print,
screen and (min-width: 751px) {
    .l-footer__inBlck {
        padding: 30px 0;
    }
}

.l-footer__menuList {
    border-top: 1px solid #c7ced8;
}

@media print,
screen and (min-width: 751px) {
    .l-footer__menuList {
        border-top: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 680px;
        margin: 0 auto;
    }
}

.l-footer__menuItem {
    font-size: 0;
}

@media print,
screen and (min-width: 751px) {
    .l-footer__menuItem {
        margin-right: 60px;
    }
}

@media print,
screen and (min-width: 751px) {
    .l-footer__menuItem:nth-child(4n) {
        margin-right: 0;
    }
}

@media print,
screen and (min-width: 751px) {
    .l-footer__menuItem.mb-adjust {
        margin-bottom: 20px;
    }
}

@media print,
screen and (min-width: 751px) {
    .l-footer__menuItem.w-adjust {
        width: 216px;
    }
}

.l-footer__menuItem a {
    border-bottom: 1px solid #c7ced8;
    position: relative;
    display: block;
    width: 100%;
    padding: 4.93333% 4.4% 4.93333%;
    font-size: 14.5px;
    font-size: 3.6vw;
    letter-spacing: 0.05em;
}

@media print,
screen and (min-width: 751px) {
    .l-footer__menuItem a {
        padding: 0;
        font-size: 13px;
        letter-spacing: 0.1em;
        border-bottom: none;
    }
}

.l-footer__menuItem a .arrow {
    position: absolute;
    right: 3.2%;
    width: 1.73333%;
    display: inline-block;
}

@media print,
screen and (min-width: 751px) {
    .l-footer__menuItem a .arrow {
        display: none;
    }
}

.l-footer__menuItem a .arrow img {
    vertical-align: middle;
}

.l-footer__toTop {
    position: fixed;
    bottom: 9.33333%;
    right: 2.66667%;
    width: 12%;
}

@media print,
screen and (min-width: 751px) {
    .l-footer__toTop {
        position: fixed;
        width: 54px;
        bottom: 20px;
        right: 20px;
    }
}

@media print,
screen and (min-width: 751px) {
    .l-footer__toTop.is-absolute {
        position: absolute;
        bottom: 90px;
    }
}

.l-footer__copylight {
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: 0.15em;
    padding: 4.13333% 0 4.4%;
    color: #fff;
    background: #424242;
    text-align: center;
}

@media print,
screen and (min-width: 751px) {
    .l-footer__copylight {
        font-size: 11px;
        padding: 18px 0;
        letter-spacing: 0.1em;
    }
}

/*pages*/

.p-top {
    background: #f4f5f7;
    text-align: center;
    padding-bottom: 17.33333%;
}

@media print,
screen and (min-width: 751px) {
    .p-top {
        padding-bottom: 155px;
    }
}

.p-top__txt {
    width: 100%;
    margin: 5.33333% auto 0;
}

@media print,
screen and (min-width: 751px) {
    .p-top__txt {
        margin: 0;
        padding: 50px 0;
    }
}

.p-top__scl {
    width: 10%;
    margin: 5.86667% auto 8.93333%;
}

@media print,
screen and (min-width: 751px) {
    .p-top__scl {
        display: none;
    }
}

.p-top__ttl {
    width: 86.8%;
    margin: 0 auto 8.93333%;
}

@media print,
screen and (min-width: 751px) {
    .p-top__ttl {
        margin: 0 auto 50px;
        padding-top: 40px;
    }
}

.p-top__cp {
    padding-bottom: 10.66667%;
}

@media print,
screen and (min-width: 751px) {
    .p-top__cp {
        padding-bottom: 0;
    }
}

.p-top__cp ul {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media print,
screen and (min-width: 751px) {
    .p-top__cp ul {
        width: 670px;
        margin: 0 auto;
    }
}

.p-top__cp li {
    width: 100%;
}

@media print,
screen and (min-width: 751px) {
    .p-top__cp li {
        width: auto;
    }
}

@media print,
screen and (min-width: 751px) {
    .p-top__cp .ajst {
        margin-left: -8px;
    }
}

.p-top__btn {
    width: 86.66667%;
    margin: 0 auto 6.66667%;
}

@media print,
screen and (min-width: 751px) {
    .p-top__btn {
        width: 539px;
        margin: -100px auto 14px;
        text-align: center;
        z-index: 2;
        position: relative;
    }
}

.p-point {
    background: #f4f5f7;
    padding-bottom: 17.33333%;
}

@media print,
screen and (min-width: 751px) {
    .p-point {
        padding-bottom: 0;
    }
}

.p-point__chara {
    width: 92.8%;
    margin: 0 auto;
    padding-bottom: 4.53333%;
}

@media print,
screen and (min-width: 751px) {
    .p-point__chara {
        padding-bottom: 0;
    }
}

.p-point__testImg {
    width: 84.8%;
    margin: 0 auto;
}

@media print,
screen and (min-width: 751px) {
    .p-point__testImg {
        width: 640px;
        text-align: center;
    }
}

.p-point__testImg img {
    width: 100%;
}

@media print,
screen and (min-width: 751px) {
    .p-point__testImg img {
        width: 489px;
    }
}

.p-point__testTxtBlck {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 3.2% 0 6.4%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print,
screen and (min-width: 751px) {
    .p-point__testTxtBlck {
        padding: 10px 0 0;
    }
}

.p-point__testTxt {
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

@media print,
screen and (min-width: 751px) {
    .p-point__testTxt {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}

.p-point__testTxt--defineW01 {
    width: 50%;
}

@media print,
screen and (min-width: 751px) {
    .p-point__testTxt--defineW01 {
        width: 245px;
        text-align: left;
        margin-left: 76px;
    }
}

.p-point__testTxt--defineW02 {
    width: 42%;
}

@media print,
screen and (min-width: 751px) {
    .p-point__testTxt--defineW02 {
        width: 290px;
        text-align: left;
    }
}

.p-point__pointImg {
    width: 77.46667%;
    margin: 0 auto 4.53333%;
}

.p-point__pcbnrBlck {
    display: none;
}

@media print,
screen and (min-width: 751px) {
    .p-point__pcbnrBlck {
        display: block;
        padding-top: 34px;
        padding-bottom: 13px;
        width: 641px;
        margin: 0 auto;
    }
}

@media print,
screen and (min-width: 751px) {
    .p-point__pcAjstBlck {
        position: relative;
        padding-bottom: 59px;
        margin-bottom: 81px;
    }
}

.p-gift {
    background: #f4f5f7;
}

.p-gift__ttl {
    line-height: 1.6;
    font-size: 21px;
    font-size: 5.6vw;
    padding-bottom: 5.33333%;
}

@media print,
screen and (min-width: 751px) {
    .p-gift__ttl {
        padding-bottom: 62px;
    }
}

.p-gift__ttl span {
    display: inline-block;
    font-size: 21px;
    font-size: 5.6vw;
    line-height: 1.6;
    background: url(../img/gift/bg_ttl.png) top left no-repeat;
    background-size: cover;
    border-radius: 3px;
    padding: 0 0.8% 0 2%;
    color: #ce131a;
    margin-right: 1%;
}

@media print,
screen and (min-width: 751px) {
    .p-gift__ttl span {
        font-size: 32px;
        padding: 0 8px 0 10px;
        margin-right: 10px;
    }
}

@media print,
screen and (min-width: 751px) {
    .p-gift__ttl {
        font-size: 32px;
    }
}

.p-gift__ttl02 {
    line-height: 1.9;
    font-size: 19.5px;
    font-size: 5.2vw;
    font-weight: 700;
    padding-bottom: 8%;
    text-align: center;
}

@media print,
screen and (min-width: 751px) {
    .p-gift__ttl02 {
        display: none;
    }
}

.p-gift__ttl02 span {
    display: inline-block;
    font-size: 20.25px;
    font-size: 5.4vw;
    line-height: 1.9;
    background: #fff;
    background-size: cover;
    border-radius: 3px;
    padding: 0 0.8% 0 2%;
    color: #ce131a;
    margin-right: 1%;
}

.p-gift__txt {
    font-size: 13.5px;
    font-size: 3.6vw;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin-left: 6.66667%;
    padding-bottom: 10.66667%;
}

@media print,
screen and (min-width: 751px) {
    .p-gift__txt {
        font-size: 14px;
        line-height: 1.5;
        margin-left: 0;
        padding-bottom: 0;
    }
}

.p-gift__txt a {
    font-size: 13.5px;
    font-size: 3.6vw;
    color: #01499d;
    text-decoration: underline;
}

@media print,
screen and (min-width: 751px) {
    .p-gift__txt a {
        font-size: 14px;
    }
}

.p-gift__txt02 {
    font-size: 16px;
    font-size: 4.26667vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    padding-top: 5%;
}

@media print,
screen and (min-width: 751px) {
    .p-gift__txt02 {
        padding-top: 0;
        font-size: 20px;
        line-height: 1.8;
    }
}

.p-gift__testImg {
    width: 85.73333%;
    margin: 0 auto;
    padding-top: 6.4%;
}

@media print,
screen and (min-width: 751px) {
    .p-gift__testImg {
        width: 490px;
        padding-top: 34px;
    }
}

.p-gift__testImg img {
    width: 100%;
}

.p-gift__testTxtBlck {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 3.2% 0 6.4%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print,
screen and (min-width: 751px) {
    .p-gift__testTxtBlck {
        padding: 10px 0 0;
    }
}

.p-gift__testTxt {
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

@media print,
screen and (min-width: 751px) {
    .p-gift__testTxt {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}

.p-gift__testTxt--defineW01 {
    width: 50%;
    margin-left: 2%;
}

@media print,
screen and (min-width: 751px) {
    .p-gift__testTxt--defineW01 {
        width: 205px;
    }
}

.p-gift__testTxt--defineW02 {
    width: 42%;
}

@media print,
screen and (min-width: 751px) {
    .p-gift__testTxt--defineW02 {
        width: 205px;
    }
}

.p-gift__ancBlck {
    background: url(../img/gift/bg_entry.png) top left no-repeat;
    background-size: cover;
    padding: 9.6% 0 11.33333%;
    margin-bottom: 12.8%;
}

@media print,
screen and (min-width: 751px) {
    .p-gift__ancBlck {
        padding: 50px 0 48px;
        margin-bottom: 10px;
    }
}

.p-gift__chara {
    width: 92.8%;
    margin: 0 auto;
}

@media print,
screen and (min-width: 751px) {
    .p-gift__chara {
        width: 601px;
    }
}

.p-gift__list {
    width: 84%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media print,
screen and (min-width: 751px) {
    .p-gift__list {
        width: 483px;
    }
}

.p-gift__item {
    width: 48.57143%;
}

@media print,
screen and (min-width: 751px) {
    .p-gift__item {
        width: 233px;
    }
}

.p-gift__item img {
    width: 100%;
}

.p-gift__missionBlck {
    position: relative;
    padding: 1.33333% 0 10.66667%;
}

@media print,
screen and (min-width: 751px) {
    .p-gift__missionBlck {
        padding: 100px 0;
    }
}

.p-gift__missionBlck--ajst {
    padding: 10.93333% 0 21.33333%;
}

@media print,
screen and (min-width: 751px) {
    .p-gift__missionBlck--ajst {
        padding: 80px 0 110px;
    }
}

.p-gift__missionTtl {
    width: 76%;
    margin: 0 auto 5.33333%;
}

@media print,
screen and (min-width: 751px) {
    .p-gift__missionTtl {
        width: 343px;
        margin: 0 auto 12px;
    }
}

.p-gift__missionTtl img {
    width: 100%;
}

.p-gift__miBnr {
    width: 97.6%;
    margin: 0 auto;
}

@media print,
screen and (min-width: 751px) {
    .p-gift__miBnr {
        width: 670px;
    }
}

.p-gift__miBnr img {
    width: 100%;
}

.p-gift__miTxt {
    font-size: 14.5px;
    font-size: 3.86667vw;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
    padding: 4% 0 6%;
}

@media print,
screen and (min-width: 751px) {
    .p-gift__miTxt {
        font-size: 22px;
        padding: 25px 0 40px;
    }
}

.p-gift__arrow {
    position: absolute;
    bottom: -1%;
    left: 0;
    right: 0;
    width: 10.66667%;
    margin: 0 auto;
}

@media print,
screen and (min-width: 751px) {
    .p-gift__arrow {
        width: 47px;
        bottom: -18px;
    }
}

.p-gift__arrow img {
    width: 100%;
}

.p-gift__pcbnrBlck {
    display: none;
}

@media print,
screen and (min-width: 751px) {
    .p-gift__pcbnrBlck {
        display: block;
        padding-top: 66px;
        width: 641px;
        margin: 0 auto;
    }
}

.p-gift__pcbnrBlck--ajst {
    padding-top: 20px;
}

.p-gift__pcbnrBlck img {
    width: 100%;
}

.p-hokkaido {
    background: #f4f5f7;
}

@media print,
screen and (max-width: 750px) {
    .p-hokkaido__mainTxt {
        width: 90%;
        margin: 0 auto;
        font-size: 4.6vw;
    }
}

.p-hokkaido__chara {
    width: 92.93333%;
    margin: 0 auto;
    padding-bottom: 4.53333%;
}

@media print,
screen and (min-width: 751px) {
    .p-hokkaido__chara {
        padding-bottom: 0;
    }
}

.p-hokkaido__testImg {
    width: 100%;
    padding-top: 0;
}

@media print,
screen and (min-width: 751px) {
    .p-hokkaido__testImg {
        width: 640px;
        margin: 0 auto;
        padding-top: 0;
        text-align: center;
    }
}

.p-hokkaido__testImg img {
    width: 100%;
}

@media print,
screen and (min-width: 751px) {
    .p-hokkaido__testImg img {
        width: 490px;
    }
}

.p-hokkaido__testTxtBlck {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 3.2% 0 6.4%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print,
screen and (min-width: 751px) {
    .p-hokkaido__testTxtBlck {
        padding: 10px 0 0;
    }
}

.p-hokkaido__testTxt {
    font-size: 12.5px;
    font-size: 3.33333vw;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

@media print,
screen and (min-width: 751px) {
    .p-hokkaido__testTxt {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}

.p-hokkaido__testTxt--defineW01 {
    width: 50%;
}

@media print,
screen and (min-width: 751px) {
    .p-hokkaido__testTxt--defineW01 {
        width: 240px;
        margin-left: 72px;
    }
}

.p-hokkaido__testTxt--defineW02 {
    width: 42%;
}

@media print,
screen and (min-width: 751px) {
    .p-hokkaido__testTxt--defineW02 {
        width: 290px;
    }
}

.p-hokkaido__pointImg {
    width: 77.46667%;
    margin: 0 auto 4.53333%;
}

.p-hokkaido__pcbnrBlck {
    display: none;
}

@media print,
screen and (min-width: 751px) {
    .p-hokkaido__pcbnrBlck {
        display: block;
        padding-top: 34px;
        padding-bottom: 13px;
        width: 641px;
        margin: 0 auto;
    }
}

@media print,
screen and (min-width: 751px) {
    .p-hokkaido__pcAjstBlck {
        position: relative;
        padding-bottom: 59px;
        margin-bottom: 81px;
    }
}

@media print,
screen and (max-width: 750px) {
    .p-hokkaido__spAjstBlck {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 84.8%;
        margin: 0 auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media print,
screen and (max-width: 750px) {
    .p-hokkaido__spAjstBlck .order01 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
}

@media print,
screen and (max-width: 750px) {
    .p-hokkaido__spAjstBlck .order02 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }
}

.p-hokkaido__comment {
    font-size: 11px;
    font-size: 2.93333vw;
    margin-top: 12%;
    padding: 0 3%;
    line-height: 1.8;
}

@media print,
screen and (min-width: 751px) {
    .p-hokkaido__comment {
        width: 610px;
        margin: 90px auto 0;
        line-height: 1.5;
    }
}

.p-hokkaido .ajstTxt {
    display: none;
    font-size: 4.6vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3;
    text-align: center;
    width: 92%;
    margin: 0 auto;
}

@media print,
screen and (min-width: 751px) {
    .p-hokkaido .ajstTxt {
        display: none !important;
    }
}

.p-hokkaido--ex .c-bnrBlck {
    display: none;
}

.p-hokkaido--ex .c-bottomTxtWidth {
    display: none;
}

.p-teaser {
    background: #f4f5f7;
    text-align: center;
}

@media print,
screen and (min-width: 751px) {
    .p-teaser__kv {
        width: 1360px;
        margin: 0 auto;
    }
}

.p-teaser__kv img {
    width: 100%;
}

.p-teaser__days {
    position: relative;
    width: 100%;
    margin: 5.33333% auto 0;
    padding-bottom: 11%;
}

@media print,
screen and (min-width: 751px) {
    .p-teaser__days {
        margin: 0;
        padding: 10px 0 97px;
    }
}

.p-teaser__txtWwap {
    width: 90%;
    margin: 6% auto 0;
}

@media print,
screen and (min-width: 751px) {
    .p-teaser__txtWwap {
        width: 720px;
        margin: 80px auto 0;
    }
}

.p-teaser__txt {
    font-size: 13px;
    font-size: 3.46667vw;
    font-weight: 700;
    line-height: 1.9;
    margin-bottom: 8%;
    text-align: left;
    letter-spacing: 0.05em;
}

@media print,
screen and (min-width: 751px) {
    .p-teaser__txt {
        font-size: 16px;
        margin-bottom: 40px;
    }
}

.p-teaser__txt .red {
    color: #D5101B;
}

.p-teaser__txt .c-noticeB {
    display: block;
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: 400;
    padding-left: 2em;
    text-indent: -2em;
}

@media print,
screen and (min-width: 751px) {
    .p-teaser__txt .c-noticeB {
        font-size: 14px;
    }
}

.p-teaser__txt sup {
    font-size: 10.5px;
    font-size: 2.8vw;
    vertical-align: top;
}

@media print,
screen and (min-width: 751px) {
    .p-teaser__txt sup {
        font-size: 14px;
    }
}

.p-teaser__soon {
    width: 100%;
    margin: 15% auto 0;
}

@media print,
screen and (min-width: 751px) {
    .p-teaser__soon {
        width: 416px;
        margin: 60px auto 80px;
    }
}

.teaser .l-header__snsBlck {
    display: none;
}

@media print,
screen and (min-width: 751px) {
    .teaser .c-fVeiwBlck {
        padding-bottom: 0px;
    }
}

.teaser .l-footer__menuList {
    display: none;
}

.teaser .l-footer__inBlck {
    background: #f4f5f7;
    padding-bottom: 30%;
}

@media print,
screen and (min-width: 751px) {
    .teaser .l-footer__inBlck {
        padding-top: 0;
        padding-bottom: 0px;
    }
}

.teaser .is-absolute {
    bottom: 20px;
}

.p-kakurenbo {
    background: #f4f5f7;
    padding-bottom: 17.33333%;
}

@media print,
screen and (min-width: 751px) {
    .p-kakurenbo {
        padding-bottom: 0;
    }
}

.p-kakurenbo__chara {
    width: 92.8%;
    margin: 0 auto;
    padding-bottom: 4.53333%;
}

@media print,
screen and (min-width: 751px) {
    .p-kakurenbo__chara {
        padding-bottom: 0;
    }
}

.p-kakurenbo__testImg {
    width: 84.8%;
    margin: 0 auto;
}

@media print,
screen and (min-width: 751px) {
    .p-kakurenbo__testImg {
        width: 640px;
        text-align: center;
    }
}

.p-kakurenbo__testImg img {
    width: 100%;
}

@media print,
screen and (min-width: 751px) {
    .p-kakurenbo__testImg img {
        width: 489px;
    }
}

.p-kakurenbo__testTxtBlck {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 3.2% 0 6.4%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media print,
screen and (min-width: 751px) {
    .p-kakurenbo__testTxtBlck {
        padding: 10px 0 0;
    }
}

.p-kakurenbo__testTxt {
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

@media print,
screen and (min-width: 751px) {
    .p-kakurenbo__testTxt {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}

.p-kakurenbo__testTxt--defineW01 {
    width: 50%;
}

@media print,
screen and (min-width: 751px) {
    .p-kakurenbo__testTxt--defineW01 {
        width: 245px;
        text-align: left;
        margin-left: 76px;
    }
}

.p-kakurenbo__testTxt--defineW02 {
    width: 42%;
}

@media print,
screen and (min-width: 751px) {
    .p-kakurenbo__testTxt--defineW02 {
        width: 290px;
        text-align: left;
    }
}

.p-kakurenbo__pointImg {
    width: 77.46667%;
    margin: 0 auto 4.53333%;
}

.p-kakurenbo__pcbnrBlck {
    display: none;
}

@media print,
screen and (min-width: 751px) {
    .p-kakurenbo__pcbnrBlck {
        display: block;
        padding-top: 34px;
        padding-bottom: 13px;
        width: 641px;
        margin: 0 auto;
    }
}

@media print,
screen and (min-width: 751px) {
    .p-kakurenbo__pcAjstBlck {
        position: relative;
        padding-bottom: 59px;
        margin-bottom: 81px;
    }
}

.p-kakurenbo__about {
    text-align: left;
    margin: 0 auto;
    width: 87.33333%;
    line-height: 1.4;
    font-size: 9px;
    font-size: 2.4vw;
}

@media print,
screen and (min-width: 751px) {
    .p-kakurenbo__about {
        width: 750px;
        font-size: 18px;
        margin: 0 auto;
    }
}

.p-kakurenbo__aboutTtl {
    font-weight: bold;
    margin-top: 10.66667%;
}

@media print,
screen and (min-width: 751px) {
    .p-kakurenbo__aboutTtl {
        margin-top: 40px;
    }
}

.p-kakurenbo__comment01 {
    margin: 9.33333% auto;
    width: 87.33333%;
}

@media print,
screen and (min-width: 751px) {
    .p-kakurenbo__comment01 {
        margin: 70px auto;
        width: 655px;
    }
    .p-kakurenbo__comment01 img {
        width: 100%;
    }
}

.p-kakurenbo__plink {
    text-align: center;
    padding: 15px 0;
    margin-bottom: 40px;
}

@media print,
screen and (max-width: 750px) {
    .p-kakurenbo__plink {
        padding: 3% 0;
        margin-bottom: 8%;
    }
}

.p-kakurenbo__plink a {
    position: relative;
    display: inline-block;
    color: #ce151b;
    font-size: 20px;
    font-weight: bold;
}

@media print,
screen and (max-width: 750px) {
    .p-kakurenbo__plink a {
        font-size: 15px;
        font-size: 4vw;
    }
}

.p-kakurenbo__plink a:after {
    content: " ";
    position: absolute;
    left: 110%;
    top: 50%;
    -webkit-transform: translateY(-70%) rotate(45deg);
    -ms-transform: translateY(-70%) rotate(45deg);
    transform: translateY(-70%) rotate(45deg);
    width: 10px;
    padding-top: 10px;
    border-right: 2px solid #ce151b;
    border-bottom: 2px solid #ce151b;
}

@media print,
screen and (max-width: 750px) {
    .p-kakurenbo__plink a:after {
        width: 5%;
        left: 105%;
        padding-top: 5%;
    }
}

.p-kakurenbo__detail {
    text-align: center;
    font-size: 13px;
    font-size: 3.46667vw;
    margin-top: 10.66667%;
}

.p-kakurenbo__detail a {
    color: #01499d;
    text-decoration: underline;
}

@media print,
screen and (min-width: 751px) {
    .p-kakurenbo__detail {
        font-size: 16px;
        margin-top: 80px;
    }
}

.p-kakurenbo__slotbtn {
    margin: 0 auto;
    width: 87.33333%;
}

@media print,
screen and (min-width: 751px) {
    .p-kakurenbo__slotbtn {
        margin: 0 auto;
        width: 655px;
    }
}

.p-kakurenbo__slotbtn input {
    width: 100%;
    transition: all 0.2s;
}

.p-kakurenbo__slotbtn input:hover {
    opacity: 0.8;
}

.p-kakurenbo__appbtn {
    margin: 0 auto;
    width: 87.33333%;
}

@media print,
screen and (min-width: 751px) {
    .p-kakurenbo__appbtn {
        margin: 0 auto;
        width: 655px;
    }
    .p-kakurenbo__appbtn img {
        width: 100%;
    }
}

.p-kakurenbo__gif--1st img {
    background: url(../img/kakurenbo/slot_kv_01.png);
    background-size: cover;
}

.p-kakurenbo__gif--2nd img {
    background: url(../img/kakurenbo/slot_kv_02.png);
    background-size: cover;
}

.p-kakurenbo__gif--3rd img {
    background: url(../img/kakurenbo/slot_kv_03.png);
    background-size: cover;
}

.p-kakurenbo__gif--4th img {
    background: url(../img/kakurenbo/slot_kv_04.png);
    background-size: cover;
}

.p-kakurenbo__gif--5th img {
    background: url(../img/kakurenbo/slot_kv_05.png);
    background-size: cover;
}

.p-lp {
    color: #282828;
}

.p-lp__kv {
    background: url(../img/lp/kv_bg.png);
}

.p-lp__kvIcno {
    position: absolute;
    top: 20px;
    left: 0;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__kvIcno {
        top: 2%;
        left: 2%;
        width: 13%;
    }
}

.p-lp__kvMain {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding-top: 25px;
    text-align: center;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__kvMain {
        width: auto;
    }
}

.p-lp__maintenance {
    width: 720px;
    margin: 50px auto 40px;
    border: 8px solid #CE141C;
    padding: 25px 25px 20px;
    background: #fff;
    box-sizing: border-box;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__maintenance {
        width: 85%;
        margin: 7% auto;
        border: 5px solid #CE141C;
        padding: 3% 6% 2%;
    }
}

.p-lp__maintenanceTtl {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__maintenanceTtl {
        margin-bottom: 3%;
        font-size: 4vw;
        line-height: 1.5;
    }
}

.p-lp__maintenanceTtl span {
    font-size: 22px;
    letter-spacing: 0.05em;
    display: inline-block;
    text-decoration: underline;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__maintenanceTtl span {
        font-size: 4vw;
    }
}

.p-lp__maintenanceTxt {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: left;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__maintenanceTxt {
        font-size: 3.46667vw;
        line-height: 1.8;
    }
}

.p-lp__maintenanceTxt a {
    text-align: center;
    font-size: 18px;
    display: inline-block;
    text-decoration: underline;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__maintenanceTxt a {
        font-size: 3.46667vw;
    }
}

.p-lp__maintenanceTxt a:hover {
    text-decoration: none;
}


.p-lp__day {
    background: url(../img/lp/kv_day_bg.png);
    padding: 15px 0;
    text-align: center;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__day {
        padding: 3%;
    }
}

.p-lp__plink {
    text-align: center;
    padding: 15px 0;
    border-bottom: 2px solid #e9e9e9;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__plink {
        padding: 3% 0;
    }
}

.p-lp__plink a {
    position: relative;
    display: inline-block;
    color: #ce151b;
    font-size: 20px;
    font-weight: bold;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__plink a {
        font-size: 15px;
        font-size: 4vw;
    }
}

.p-lp__plink a:after {
    content: " ";
    position: absolute;
    left: 110%;
    top: 50%;
    -webkit-transform: translateY(-70%) rotate(45deg);
    -ms-transform: translateY(-70%) rotate(45deg);
    transform: translateY(-70%) rotate(45deg);
    width: 10px;
    padding-top: 10px;
    border-right: 2px solid #ce151b;
    border-bottom: 2px solid #ce151b;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__plink a:after {
        width: 5%;
        left: 105%;
        padding-top: 5%;
    }
}

.p-lp__chara {
    text-align: center;
    padding: 20px 0 80px;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__chara {
        padding: 8% 0 17%;
    }
}

.p-lp__cpArea {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(../img/lp/cparea_bg.png);
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpArea {
        padding-top: 15%;
        padding-bottom: 13%;
        background-size: 6%;
    }
}

.p-lp__cpAreaTtl {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpAreaTtl {
        width: 86%;
    }
}

.p-lp__cpAreaTxt {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpAreaTxt {
        font-size: 15px;
        font-size: 4vw;
        font-weight: bold;
    }
}

.p-lp__cpCont {
    position: relative;
    width: 770px;
    margin: 80px auto 0;
    padding: 60px 0;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpCont {
        width: 90%;
        padding: 9% 0;
        margin: 22% auto 0;
    }
}

.p-lp__cpCont--half {
    margin-top: 40px;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpCont--half {
        margin-top: 5%;
    }
}

.p-lp__cpContUe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 60px;
    background: url(../img/lp/step_inner_ue_pc.png) no-repeat center;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpContUe {
        padding-top: 11%;
        background: url(../img/lp/step_inner_ue_sp.png) no-repeat top;
        background-size: 102%;
    }
}

.p-lp__cpContShita {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 60px;
    background: url(../img/lp/step_inner_shita_pc.png) no-repeat center;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpContShita {
        padding-top: 11%;
        background: url(../img/lp/step_inner_shita_sp.png) no-repeat bottom;
        background-size: 102%;
    }
}

.p-lp__cpContInner {
    background: #FFF;
    text-align: center;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpContInner {
        padding: 3% 0;
    }
}

.p-lp__cpContTtl {
    text-align: center;
    padding-top: 50px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpContTtl {
        padding-top: 10%;
        font-size: 19px;
        font-size: 5.06667vw;
    }
}

.p-lp__cpContTtl--pt0 {
    padding-top: 0;
}

.p-lp__cpContTtl--ptLong {
    padding-top: 60px;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpContTtl--ptLong {
        padding-top: 18%;
        font-size: 15px;
        font-size: 4vw;
        font-weight: bold;
    }
}

.p-lp__cpContTxt {
    text-align: center;
    padding-top: 25px;
    line-height: 1.6;
    font-size: 18px;
    font-weight: bold;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpContTxt {
        padding-top: 5%;
        font-size: 13px;
        font-size: 3.46667vw;
    }
}

.p-lp__cpContTxt--red {
    color: #ce151b;
    font-weight: bold;
}

.p-lp__cpContTxt--more {
    display: inline-block;
    padding: 10px 0 10px 110px;
    margin-top: 25px;
    text-align: left;
    font-size: 24px;
    background: url(../img/lp/sarani_sp.png) no-repeat center left;
    background-size: contain;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpContTxt--more {
        padding: 5% 0 5% 28%;
        margin-top: 8%;
        font-size: 16px;
        font-size: 4.26667vw;
    }
}

.p-lp__cpContTxt--st3 {
    width: 530px;
    margin: 25px auto 0;
    text-align: left;
    font-size: 16px;
    padding-bottom: 20px;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpContTxt--st3 {
        width: 90%;
        font-size: 13px;
        font-size: 3.46667vw;
        font-weight: bold;
    }
}

.p-lp__cpContTxt--st3 span {
    font-size: 16px;
    color: #ce151b;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpContTxt--st3 span {
        font-size: 13px;
        font-size: 3.46667vw;
        font-weight: bold;
    }
}

.p-lp__cpContBtn {
    text-align: center;
    margin-top: 25px;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpContBtn {
        margin-top: 6%;
        padding: 0 5%;
    }
}

.p-lp__cpContBtnTxt {
    margin-top: 10%;
    font-size: 14px;
    font-size: 3.73333vw;
}

.p-lp__cpContBtnTxt a {
    color: #0000c8;
    text-decoration: underline;
}

.p-lp__cpContAtt {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpContAtt {
        margin-top: 4%;
        font-size: 12px;
        font-size: 3.2vw;
        line-height: 1.5;
    }
}

.p-lp__cpContImg {
    text-align: center;
    margin-top: 40px;
}

.p-lp__cpContImg--half {
    margin-top: 20px;
}

.p-lp__cpContImg--sono {
    margin-top: 85px;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpContImg--sppd {
        padding: 0 5%;
        margin-top: 5%;
    }
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpContImg--spReel {
        padding: 0 3%;
    }
}

.p-lp__cpContImgCapTxt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 468px;
    margin: 0 auto;
    margin-top: 10px;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpContImgCapTxt {
        width: auto;
    }
}

.p-lp__cpContImgCapTxtItem {
    width: 205px;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpContImgCapTxtItem {
        width: 46%;
        font-size: 13px;
        font-size: 3.46667vw;
    }
}

.p-lp__cpContPoint {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpContPoint {
        width: 23.18841%;
    }
}

.p-lp__cpContMydaiz {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: 1;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpContMydaiz {
        width: 90%;
    }
}

.p-lp__cpContSono {
    position: relative;
    width: 570px;
    margin: 0 auto;
    margin-top: 65px;
    border: 2px solid #ffeb01;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpContSono {
        margin-top: 20%;
        width: 90%;
    }
}

.p-lp__cpContSono span {
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 0 15px;
    background: #FFF;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpContSono span {
        width: 38%;
        padding: 0 5%;
    }
}

.p-lp__cpContSono--mt {
    margin-top: 95px;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__cpContSono--mt {
        margin-top: 20%;
    }
}

.p-lp__qr {
    width: 770px;
    margin: 60px auto;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__qr {
        width: 100%;
        margin: 9.33333% auto;
    }
}

.p-lp__qrInner {
    width: 580px;
    margin: 0 auto;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__qrInner {
        width: 81.46667%;
    }
}

.p-lp__qrTxt {
    margin-top: 15px;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__qrTxt {
        margin-top: 6.89655%;
    }
}

.p-lp__qrTxt--notes {
    font-size: 11px;
    line-height: 1.8;
    padding-left: 1em;
    text-indent: -1em;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__qrTxt--notes {
        font-size: 10px;
        font-size: 2.66667vw;
    }
}

.p-lp__qrSptxt {
    text-align: center;
    margin-top: 8.62069%;
    font-size: 12px;
    font-size: 3.2vw;
}

.p-lp__qrSptxt a {
    color: #0000c8;
}

.p-lp__prod {
    margin-top: 60px;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__prod {
        margin-top: 10.66667%;
    }
}

.p-lp__prodTtl {
    width: 545px;
    margin: 0 auto;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__prodTtl {
        width: 85.86667%;
    }
}

.p-lp__prodTxt {
    margin: 25px auto 0;
    font-size: 28px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__prodTxt {
        width: 100%;
        margin: 5.33333% auto 0;
        font-size: 18px;
        font-size: 4.8vw;
    }
}

.p-lp__prodTxt--notes {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__prodTxt--notes {
        font-size: 12px;
        font-size: 3.2vw;
    }
}

.p-lp__point {
    width: 750px;
    margin: 20px auto 0;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__point {
        width: 100%;
        margin: 4% auto 0;
    }
}

.p-lp__pointList {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__pointList {
        width: 96%;
        margin: 0 auto;
    }
}

@media print,
screen and (max-width: 750px) {
    .p-lp__pointList--item {
        width: 48.61111%;
    }
}

@media print,
screen and (max-width: 750px) {
    .p-lp__pointList--item:nth-of-type(3) {
        margin-top: 15px;
    }
}

.p-lp__pointList--item:nth-of-type(4) {
    margin-top: 25px;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__pointList--item:nth-of-type(4) {
        margin-top: 15px;
    }
}

.p-lp__pointList--item:nth-of-type(5) {
    margin-top: 25px;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__pointList--item:nth-of-type(5) {
        margin-top: 15px;
    }
}

.p-lp__pointList--item:nth-of-type(6) {
    margin-top: 25px;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__pointList--item:nth-of-type(6) {
        margin-top: 15px;
    }
}

.p-lp__pointTxt {
    margin-top: 15px;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__pointTxt {
        margin: 6.89655% auto 0;
        width: 96%;
    }
}

.p-lp__pointTxt--notes {
    font-size: 11px;
    line-height: 1.8;
    padding-left: 1em;
    text-indent: -1em;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__pointTxt--notes {
        font-size: 10px;
        font-size: 2.66667vw;
    }
}

.p-lp__navBtn {
    width: 456px;
    margin: 0 auto;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__navBtn {
        width: 92.13333%;
    }
}

.p-lp__down {
    position: relative;
    width: 548px;
    margin: 50px auto 0;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__down {
        width: 92.13333%;
        margin: 5.33333% auto 0;
    }
}

.p-lp__downBtn {
    position: absolute;
    width: 462px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__downBtn {
        width: 84.08104%;
        bottom: 8%;
    }
}

.p-lp__downBtn img:hover {
    opacity: 0.8;
}

.p-lp__downTxt {
    width: 600px;
    margin: 40px auto 0;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__downTxt {
        width: 92.13333%;
        margin: 12% auto 0;
        font-size: 10px;
        font-size: 2.66667vw;
    }
}

.p-lp__downTxt--notes {
    font-size: 11px;
    line-height: 1.8;
    padding-left: 1em;
    text-indent: -1em;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__downTxt--notes {
        font-size: 10px;
        font-size: 2.66667vw;
    }
}

.p-lp__note {
    width: 600px;
    margin: 0 auto;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__note {
        width: 100%;
    }
}

.p-lp__noteTtlarea {
    width: 600px;
    margin: 60px auto 0;
    padding: 15px 0;
    font-size: 18px;
    text-align: center;
    background: #B3B3B3;
    color: #fff;
    letter-spacing: 0.1em;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__noteTtlarea {
        width: 100%;
        padding: 4.66667% 0;
        font-size: 16px;
        font-size: 4.26667vw;
    }
}

.p-lp__noteInner {
    width: 600px;
    margin: 50px auto 90px;
    line-height: 1.8;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__noteInner {
        width: 92%;
        margin: 4.66667% auto 13.33333%;
    }
}

.p-lp__noteInnerTtl {
    font-size: 15px;
    font-weight: bold;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__noteInnerTtl {
        font-size: 13px;
        font-size: 3.46667vw;
    }
}

.p-lp__noteInnerTtl--mt {
    margin-top: 1em;
}

.p-lp__noteInnerSubttl {
    font-size: 15px;
    font-weight: bold;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__noteInnerSubttl {
        font-size: 13px;
        font-size: 3.46667vw;
    }
}

.p-lp__noteInnerTxt {
    font-size: 11px;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__noteInnerTxt {
        font-size: 10px;
        font-size: 2.66667vw;
    }
}

.p-lp__noteList--item {
    font-size: 11px;
    padding-left: 1em;
    text-indent: -1em;
}

@media print,
screen and (max-width: 750px) {
    .p-lp__noteList--item {
        font-size: 10px;
        font-size: 2.66667vw;
    }
}

.c-line {
    border-bottom: 4px solid #E9E9E9;
}

@media screen and (min-width:768px) {
	.mr-35{margin-right: -35px;}
	.mr20{margin-right: 20px;}
}

