@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@font-face {
    font-family: Century Gothic;
    src: url('../font/gothic.ttf') format("opentype");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-overflow-scrolling: touch;
}
html {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q,
blockquote {
    quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
.sp {
    display: none!important;
}
.f10 {
    font-size: 10px;
}
#bigbn img {
    margin-top: 40px;
    max-width: 850px;
}
#btn {
    color: #fff;
    position: absolute;
    z-index: 200;
    left: 50%;
    top: 0;
    width: 50px;
    height: 50px;
    margin: 0 0 0 85px;
	display: none;
    background: url(../img/menu.png) no-repeat 10px center #2b3034;
}
#btn p {
    position: relative;
    padding: 25px;
    cursor: pointer;
}
#ovmenu {
    font-family: Century Gothic;
    font-size: 3.0em;
    color: #fff;
    padding: 10px;
    background: #1E4173;
}
#overlay {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 300;
    margin: 0;
    background: rgba(0, 0, 0, 0.8);
}
#overlay ul {
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
}
#overlay li {
    text-align: left;
    padding: 15px 30px;
    border-top: 1px solid #1f4173;
    background: url(../svg/icon-arrow-right_b.svg) no-repeat right+25px center;
    background-size: 20px;
}
#overlay li a {
    display: block;
    text-decoration: none;
    color: #1f4173;
    font-size: 20px;
}
#overlay li img {
    margin-top: 5px;
}
#close {
    position: absolute;
    right: 0;
    top: -10px;
    padding: 10px;
    cursor: pointer;
}
#close p {
    position: relative;
    left: 0;
    padding: 10px;
    cursor: pointer;
}
#overlay02 {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 200;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.8);
}
#overlay02 img {
    width: 70%;
}
#overlay02 p.ovttl {
    width: 70%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 2.0em;
    color: #fff;
    background: #1e4173;
}
#overlay02 #slider02 {
    max-width: 600px;
    margin: 10% auto;
}
#overlay02 #slider02 img {
    margin-bottom: 5px;
}
#overlay02 #slider02 span {
    margin-top: 10px;
}
#overlay02 .close02 {
    font-size: 1.8em;
    color: #fff;
    width: 60px;
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #fff;
    cursor: pointer;
}
#overlay02 .close02 p {
    position: relative;
    left: 0;
    padding: 10px;
    cursor: pointer;
}
#slider img {
    margin-bottom: 10px;
}
#slider span {
    margin-top: 10px;
}
#head-bt,
#head-bt-c {
    color: #fff;
    position: absolute;
    z-index: 150;
    right: 20px;
    top: 40px;
}
#head-bt .button {
    font-family: Century Gothic;
    border: 1px solid #fff;
    width: 240px;
    height: 38px;
    display: block;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.5em;
    color: #fff;
    font-weight: 600;
    /* float: left; */
    
    line-height: 37px;
    text-decoration: none;
    text-align: left;
    margin: 0 20px 10px 0;
    padding: 0 0 0 10px;
    background-image: url(../svg/icon-button-arrow.svg);
    background-repeat: no-repeat;
    -moz-background-size: 26px 20px;
    -o-background-size: 26px 20px;
    -webkit-background-size: 26px 20px;
    background-size: 20px 10px;
    background-position: 210px center;
}
#head-bt-c .button {
    font-family: Century Gothic;
    border: 1px solid #1f4173;
    width: 240px;
    height: 38px;
    display: block;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.5em;
    color: #1f4173;
    font-weight: 600;
    line-height: 37px;
    text-decoration: none;
    text-align: left;
    margin: 0 20px 10px 0;
    padding: 0 0 0 10px;
    background-image: url(../svg/icon-button-arrow-b.svg);
    background-repeat: no-repeat;
    -moz-background-size: 26px 20px;
    -o-background-size: 26px 20px;
    -webkit-background-size: 26px 20px;
    background-size: 20px 10px;
    background-position: 210px center;
}
#head-bt .button span,
#head-bt-c .button span {
    font-size: 0.5em;
}
/* Browser Resets
*********************************/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */

@font-face {
    font-family: 'flexslider-icon';
    src: url('../font/flexslider-icon.eot');
    src: url('../font/flexslider-icon.eot#iefix') format('embedded-opentype'), url('../font/flexslider-icon.woff') format('woff'), url('../font/flexslider-icon.ttf') format('truetype'), url('../font/flexslider-icon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/

.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
    width: 100%;
    display: block;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* Clearfix for the .slides element */

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
    display: block;
}
/* FlexSlider Default Theme
*********************************/

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
    color: #333;
    font-size: 1.2em;
    text-align: center;
}
.flexslider .slides span {
    display: block;
    font-size: 1.8em;
    color: #1f4173;
    margin-bottom: 20px;
}
.carousel li {
    margin-right: 5px;
}
/* Direction Nav */

.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    content: '\f001';
}
.flex-direction-nav a.flex-next:before {
    content: '\f002';
}
/* Pause/Play */

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: '\f003';
}
/* Control Nav */

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
#mainfooter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    font-size: 0.6em;
    text-align: center;
    padding: 5px;
    color: #fff;
}
#mainfooter a {
    color: #fff;
    text-decoration: none;
}
#mainfooter a:hover {
    text-decoration: underline;
}
/*稲見修正20160819*/

.redd {
    font-size: 0.7em;
    color: red;
    margin-left: 3px;
}
.reddd {
    clear: both;
    font-size: 0.7em;
    color: red;
    margin-left: 3px;
}
.redddd {
    font-size: 0.7em;
}
h5 {
    font-size: 1.5em;
    color: #333;
    margin: 0 0 10px 330px;
}
.red {
    float: left;
    color: red;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}
.st_let {
    float: left;
    color: #5B5B5B;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
}
.hachista {
    float: left;
}
.nonee {
    display: none;
}
/*ローダーがバウンドするやつ*/

@-webkit-keyframes spinner-bounce {
    0%, 100% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes spinner-bounce {
    0%, 100% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes spinner-bounce {
    0%, 100% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes progress {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -60px -60px;
    }
}
@-moz-keyframes progress {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -60px -60px;
    }
}
@-ms-keyframes progress {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -60px -60px;
    }
}
@-o-keyframes progress {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -60px -60px;
    }
}
@keyframes progress {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -60px -60px;
    }
}
@-webkit-keyframes scroll-arrow {
    0%, 40%, 100% {
        background-position: center 0px;
    }
    20%,
    60% {
        background-position: center 10px;
    }
}
@-moz-keyframes scroll-arrow {
    0%, 40%, 100% {
        background-position: center 0px;
    }
    20%,
    60% {
        background-position: center 10px;
    }
}
@keyframes scroll-arrow {
    0%, 40%, 100% {
        background-position: center 0px;
    }
    20%,
    60% {
        background-position: center 10px;
    }
}
@-webkit-keyframes scroll-arrow-up {
    0%, 40%, 100% {
        background-position: center 10px;
    }
    20%,
    60% {
        background-position: center 0px;
    }
}
@-moz-keyframes scroll-arrow-up {
    0%, 40%, 100% {
        background-position: center 10px;
    }
    20%,
    60% {
        background-position: center 0px;
    }
}
@keyframes scroll-arrow-up {
    0%, 40%, 100% {
        background-position: center 10px;
    }
    20%,
    60% {
        background-position: center 0px;
    }
}
@-webkit-keyframes glue-out {
    40% {
        -moz-transform: rotateY(15deg);
        -ms-transform: rotateY(15deg);
        -webkit-transform: rotateY(15deg);
        transform: rotateY(15deg);
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8;
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        -moz-transform: scale(0.8) translateZ(-200px);
        -ms-transform: scale(0.8) translateZ(-200px);
        -webkit-transform: scale(0.8) translateZ(-200px);
        transform: scale(0.8) translateZ(-200px);
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}
@-moz-keyframes glue-out {
    40% {
        -moz-transform: rotateY(15deg);
        -ms-transform: rotateY(15deg);
        -webkit-transform: rotateY(15deg);
        transform: rotateY(15deg);
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8;
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        -moz-transform: scale(0.8) translateZ(-200px);
        -ms-transform: scale(0.8) translateZ(-200px);
        -webkit-transform: scale(0.8) translateZ(-200px);
        transform: scale(0.8) translateZ(-200px);
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}
@keyframes glue-out {
    40% {
        -moz-transform: rotateY(15deg);
        -ms-transform: rotateY(15deg);
        -webkit-transform: rotateY(15deg);
        transform: rotateY(15deg);
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8;
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        -moz-transform: scale(0.8) translateZ(-200px);
        -ms-transform: scale(0.8) translateZ(-200px);
        -webkit-transform: scale(0.8) translateZ(-200px);
        transform: scale(0.8) translateZ(-200px);
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}
@-webkit-keyframes move-in {
    from {
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@-moz-keyframes move-in {
    from {
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes move-in {
    from {
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(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 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
}
@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) 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 {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(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: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-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: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}
/*ここまでわけわからん設定*/

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
.tooltipster-default {
    border-radius: 5px;
    border: 2px solid #000;
    background: #4c4c4c;
    color: #fff;
}
.tooltipster-default .tooltipster-content {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden;
}
.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}
.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}
.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
    left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
    right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}
.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px;
}
.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px;
}
.tooltipster-fade {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition-property: opacity, -webkit-transform;
    -moz-transition-property: opacity, -moz-transform;
    -o-transition-property: opacity, -o-transform;
    -ms-transition-property: opacity, -ms-transform;
    transition-property: opacity, transform;
}
.tooltipster-fade-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}
.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0;
}
.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0;
}
.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
::selection {
    background: #27ae60;
    color: white;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
}
::-moz-selection {
    background: #27ae60;
    color: white;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
}
body {
    font-size: 62.5%;
    font-weight: 600;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    *zoom: 1;
    clear: both;
}
.clear:before,
.clear:after {
    content: "";
    display: table;
}
.clear:after {
    clear: both;
}
.pages {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    left: 200px;
    overflow: hidden;
    -moz-perspective: 1200px;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -moz-transition: ease-out 0.4s;
    -o-transition: ease-out 0.4s;
    -webkit-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.content-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    overflow-y: auto !important;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: ease-out 0.4s;
    -o-transition: ease-out 0.4s;
    -webkit-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.content-area.active {
    visibility: visible;
    z-index: 1;
}
.content-area.glue-out {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation-name: glue-out;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-delay: 0;
    -webkit-animation-fill-mode: both;
    -moz-animation-name: glue-out;
    -moz-animation-duration: 0.8s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-delay: 0;
    -moz-animation-fill-mode: both;
    animation-name: glue-out;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-delay: 0;
    animation-fill-mode: both;
}
.content-area.move-in {
    -webkit-animation-name: move-in;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-name: move-in;
    -moz-animation-duration: 0.6s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-delay: 0.2s;
    -moz-animation-fill-mode: both;
    animation-name: move-in;
    animation-duration: 0.6s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-delay: 0.2s;
    animation-fill-mode: both;
    z-index: 999;
}
.header {
    position: fixed;
    z-index: 4;
    top: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    border-right: 1px solid #dedede;
    -moz-transition: ease-out 0.4s;
    -o-transition: ease-out 0.4s;
    -webkit-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    background-color: #fff;
}
.header .logo {
    width: 65px;
    display: block;
    margin: 20px auto 0 auto;
    -moz-transition: ease-out 0.4s;
    -o-transition: ease-out 0.4s;
    -webkit-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.header .logo img {
    margin: auto 5px;
    width: 80%;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.header .logo:hover svg {
    background: #8ea0b9;
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.header .navigation {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
}
.header .navigation ul {
    border-top: 1px solid #dedede;
}
.header .navigation ul li {
    border-bottom: 1px solid #dedede;
}
.header .navigation ul li a {
    display: block;
    padding: 14px;
    text-decoration: none;
    background: url(../svg/icon-button-arrow.svg) no-repeat right+20px center;
}
.header .navigation ul li a .menu-icon {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    -moz-transition: ease-out 0.2s;
    -o-transition: ease-out 0.2s;
    -webkit-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
}
.header .navigation ul li a .main-item {
    color: #272727;
    display: block;
    font-family: Century Gothic;
    font-size: 1.6em;
    line-height: 30px;
}
.header .navigation ul li a.mission-button .menu-icon {
    background-image: url(../svg/icon-news.svg);
    background-repeat: no-repeat;
    -moz-background-size: 32px 30px;
    -o-background-size: 32px 30px;
    -webkit-background-size: 32px 30px;
    background-size: 32px 30px;
    background-position: 15px center;
}
.header .navigation ul li a.play-button .menu-icon {
    background-image: url(../svg/icon-bedrock.svg);
    background-repeat: no-repeat;
    -moz-background-size: 32px 30px;
    -o-background-size: 32px 30px;
    -webkit-background-size: 32px 30px;
    background-size: 32px 30px;
    background-position: 15px center;
}
.header .navigation ul li a.touch-button .menu-icon {
    background-image: url(../svg/icon-bedrock.svg);
    background-repeat: no-repeat;
    -moz-background-size: 32px 30px;
    -o-background-size: 32px 30px;
    -webkit-background-size: 32px 30px;
    background-size: 32px 30px;
    background-position: 15px center;
}
.header .navigation ul li a.price-button .menu-icon {
    background-image: url(../img/price_f.png);
    background-repeat: no-repeat;
    -moz-background-size: 32px 30px;
    -o-background-size: 32px 30px;
    -webkit-background-size: 32px 30px;
    background-size: 32px 30px;
    background-position: 15px center;
}
.header .navigation ul li a.lesson-button .menu-icon {
    background-image: url(../img/lesson_f.png);
    background-repeat: no-repeat;
    -moz-background-size: 32px 30px;
    -o-background-size: 32px 30px;
    -webkit-background-size: 32px 30px;
    background-size: 32px 30px;
    background-position: 15px center;
}
.header .navigation ul li a.store-button .menu-icon {
    background-image: url(../svg/icon-store.svg);
    background-repeat: no-repeat;
    -moz-background-size: 32px 30px;
    -o-background-size: 32px 30px;
    -webkit-background-size: 32px 30px;
    background-size: 32px 30px;
    background-position: 15px center;
}
.header .navigation ul li a:hover,
.header .navigation ul li a.active {
    background-color: #dedede;
}
.header .navigation ul li a:hover .menu-icon,
.header .navigation ul li a.active .menu-icon {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.tab {
    width: 70%;

    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
}
.tab li {
    padding: 20px 0;
    font-size: 1.5em;
    margin-right: 1px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    background: #eee;
}
.tab li.select {
    color: #fff;
    background: #1e4173;
}
.caution {
    color: #fff;
    margin: 10px 0;
    font-size: 14px;
}
.hide {
    display: none;
}
.header .footer {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 40px;
}
.header .footer p {
    margin: 5px 0;
    line-height: 140%;
}
.header .footer img {
    width: 100%;
}
.header .footer .button {
    font-family: Century Gothic;
    border: 1px solid #dedede;
    height: 50px;
    display: block;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4em;
    color: #272727;
    padding: 0 0 0 18px;
    line-height: 50px;
    text-decoration: none;
    background-image: url(../svg/icon-button-arrow.svg);
    background-repeat: no-repeat;
    -moz-background-size: 26px 20px;
    -o-background-size: 26px 20px;
    -webkit-background-size: 26px 20px;
    background-size: 15px;
    background-position: right+20px center;
}
.header-closed .header {
    width: 80px;
}
.header-closed .header .logo {
    width: 79px;
    height: 148px;
}
.header-closed .header .footer .social {
    background-image: url(../svg/icon-share.svg);
    background-repeat: no-repeat;
    -moz-background-size: 19px 20px;
    -o-background-size: 19px 20px;
    -webkit-background-size: 19px 20px;
    background-size: 19px 20px;
    background-position: center 0px;
    padding: 10px;
}
.header-closed .pages {
    left: 80px;
}
#overlay li {
    font-size: 3.0em;
}
section.front {
    background: url(../img/main.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom !important;
}
section.front .mCSB_container {
    position: static !important;
}
section.front .content-holder {
    position: absolute;
    width: 100%;
    top: 10%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.front .mission-link {
    padding: 0 20px;
    margin: 0 auto 20px auto;
    max-width: 750px;
}
section.front .action {
    text-align: center;
    display: none;
    margin-bottom: 40px;
}
section.front .action .link {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}
section.front .action .link.play-link {
    overflow: hidden;
    margin: 30px 0;
}
section.front .action .link.play-link .btn {
    overflow: hidden;
}
section.front .action .link.play-link .btn li:first-child {
    float: left;
    width: 48%;
}
section.front .action .link.play-link .btn li:last-child {
    float: right;
    width: 48%;
}
section.front .action .link.play-link .btn h2 {
    font-size: 1.8em;
    margin: 15px 0 10px 0;
}
section.front .action .link.play-link .btn p.summary {
    font-size: 1.2em;
    line-height: 1.4em;
}
section.front .action .link .icon {
    display: block;
    width: 100%;
    height: 170px;
}
section.front .action .link .button {
    position: relative;
    width: 238px;
    height: 62px;
    margin-bottom: 10px;
    display: block;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.8em;
    color: #fff;
    padding: 0;
    line-height: 46px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
}
section.front .action .link .button .line {
    position: absolute;
    background: none;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
section.front .action .link .button .line.line-top {
    width: 0;
    height: 2px;
    top: -2px;
    left: -110%;
}
section.front .action .link .button .line.line-right {
    width: 2px;
    height: 0;
    top: -110%;
    right: -2px;
}
section.front .action .link .button .line.line-bottom {
    width: 0;
    height: 2px;
    bottom: -2px;
    right: -110%;
}
section.front .action .link .button .line.line-left {
    width: 2px;
    height: 0;
    bottom: -110%;
    left: -2px;
}
section.front .action .link .button:hover .line {
    background: white;
}
section.front .action .link .button:hover .line.line-top {
    width: 100%;
    left: -2px;
}
section.front .action .link .button:hover .line.line-right {
    height: 100%;
    top: -2px;
}
section.front .action .link .button:hover .line.line-bottom {
    width: 100%;
    right: -2px;
}
section.front .action .link .button:hover .line.line-left {
    height: 100%;
    bottom: -2px;
}
section.front .action .link .button:hover {
    background-position: 140px center;
}
section.front .action .insta-ttl {
    font-size: 1.8em;
    margin-bottom: 20px;
    font-family: Century Gothic;
}
section.front .action .link.insta {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 5px;
}
section.front .action .link.insta li {
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
    width: 33.33%;
    min-height: 210px;
    box-sizing: border-box;
}
section.front .action .link.insta li img {
    width: 100%;
}
section.front .action #btn-more {
    margin: 10px 0;
    cursor: pointer;
}
section.mission .body-content h2.lesson {
    clear: both;
    font-size: 2.0em;
    line-height: 1.5em;
    padding: 0 0 0 10px;
    margin-bottom: 20px;
    color: #1f4173;
    border-left: 8px solid #1e4173;
}
section.mission .body-content table.lesson {
    width: 100%;
    margin-bottom: 20px;
}
section.mission .body-content table.lesson th {
    padding: 5px 10px;
    font-size: 1.6em;
    line-height: 150%;
    text-align: center;
    text-align: left;
    background: #dedede;
}
section.mission .body-content table.lesson td {
    padding: 10px;
    font-size: 1.6em;
    font-weight: 600;
    line-height: 150%;
    color: #1e4173;
    vertical-align: top;
}
section.mission .body-content table.lesson td.l01 {
    width: 30%;
}
section.mission .body-content table.lesson td.l02 {
    width: 70%;
}
section.mission .body-content table.price {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #1f4173;
}
section.mission .body-content table.price th {
    padding: 15px;
    font-size: 2.0em;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    color: #333;
    background: #d2d9e3;
}
section.mission .body-content table.price td {
    padding: 10px 0;
    font-size: 1.4em;
    font-weight: 300;
    line-height: 120%;
    border-top: 1px solid #1f4173;
    color: #1e4173;
}
section.mission .body-content table.price td p {
    margin: 0;
    padding: 0;
}
section.mission .body-content table.price td p.clear {
    clear: both;
    font-size: 0.8em;
}
section.mission .body-content table.price td p.left {
    float: left;
}
section.mission .body-content table.price td p.right {
    float: right;
}
section.mission .body-content table.access {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #1f4173;
}
section.mission .body-content table.access th {
    padding: 10px 0 15px 10px;
    font-size: 2.0em;
    line-height: 150%;
    text-align: center;
    color: #333;
    text-align: left;
}
section.mission .body-content table.access th span {
    padding: 5px;
    margin-right: 5px;
    color: #fff;
    font-size: 0.9em;
    background: #1f4173;
    s
}
section.mission .body-content table.access td {
    padding: 15px 10px;
    font-size: 2.0em;
    border-top: 1px solid #1f4173;
    line-height: 150%;
    color: #1e4173;
}
section.mission .body-content table.access td.last {
    border-bottom: 1px solid #1f4173;
}
section.mission .body-content table.access td.l01 {
    width: 30%;
}
section.mission .body-content table.access td.l02 {
    width: 70%;
}
section.mission .body-content table.access td span {
    font-size: 0.8em;
}
section.mission .body-content table.last {
    margin-bottom: 40px;
}
section.mission .body-content span.cap {
    font-size: 0.8em;
}
#map {
    margin-bottom: 40px;
    cursor: pointer;
}
form table.user {
    width: 100%;
    font-size: 2.0em;
    line-height: 150%;
    color: #1e4173;
    margin-bottom: 20px;
}
form table.user th,
form table.user td {
    padding: 15px;
    border-top: 1px solid #1f4173;
}
form input.send {
    border: 2px solid #1f4173;
    width: 120px;
    margin: auto;
    display: block;
    font-size: 2.4em;
    font-weight: 400;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f4173;
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin-bottom: 40px;
    cursor: pointer;
}
.mess {
    width: 100%;
    font-size: 2.0em;
    line-height: 150%;
    color: #1e4173;
    margin-bottom: 20px;
}
section.mission .body-content {
    margin: 70px 0;
    max-width: 600px;
}
section.mission .body-content .button02 {
    border: 2px solid #1f4173;
    width: 100%;
    display: block;
    font-size: 2.4em;
    font-weight: 400;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f4173;
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin-bottom: 40px;
    background-image: url(../svg/icon-button-arrow.svg);
    background-repeat: no-repeat;
    -moz-background-size: 26px 20px;
    -o-background-size: 26px 20px;
    -webkit-background-size: 26px 20px;
    background-size: 26px 20px;
    background-position: 130px center;
    cursor: pointer;
}
section.mission .body-content .button02 a {
    text-decoration: none;
}
section.mission .body-content .button03 {
    position: relative;
    border: 1px solid #1e4173;
    width: 100%;
    display: block;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.8em;
    color: #1e4173;
    padding: 20px 30px;
    text-decoration: none;
    text-align: left;
    margin: auto;
    background-image: url(../svg/icon-button-arrow-b.svg);
    background-repeat: no-repeat;
    -moz-background-size: 26px 20px;
    -o-background-size: 26px 20px;
    -webkit-background-size: 26px 20px;
    background-size: 26px 20px;
    background-position: right+20px center;
}
section.mission .body-content .button03 a {
    text-decoration: none;
}
/* 稲見記述20160819 */

.spp {
    display: none;
}
@media only screen and (max-width: 964px) {
    h5 {
        font-size: 1.5em;
        margin: 0 0 10px 280px;
    }
}
@media only screen and (max-width: 918px) {
    h5 {
        font-size: 1.3em;
        margin: 0 0 10px 257px;
    }
}
@media only screen and (max-width: 860px) {
    h5 {
        margin: 0 0 10px 227px;
    }
}
@media only screen and (max-width: 829px) {
    h5 {
        font-size: 1.2em;
        margin: 0 0 10px 212px;
    }
}
@media only screen and (max-width: 799px) {
    h5 {
        font-size: 1.1em;
        margin: 0 0 10px 196px;
    }
}
@media only screen and (max-width: 770px) {
    h5 {
        font-size: 1em;
        margin: 0 0 10px 181px;
    }
}
@media only screen and (max-width: 741px) {
    h5 {
        font-size: 0.9em;
        margin: 0 0 10px 167px;
    }
}
@media only screen and (max-width: 660px) {
    h5 {
        font-size: 1.5em;
        margin: 0 0 10px 288px;
    }
    .spp {
        display: block;
    }
    .pcc {
        display: none;
    }
}
@media only screen and (max-width: 598px) {
    h5 {
        font-size: 1.3em;
        margin: 0 0 10px 257px;
    }
}
@media only screen and (max-width: 539px) {
    h5 {
        font-size: 1.2em;
        margin: 0 0 10px 227px;
    }
}
@media only screen and (max-width: 495px) {
    h5 {
        font-size: 1.1em;
        margin: 0 0 10px 203px;
    }
}
@media only screen and (max-width: 387px) {
    h5 {
        font-size: 1.1em;
        line-height: 1.2;
        margin: 0 0 10px 148px;
    }
}
@media only screen and (max-width: 327px) {
    h5 {
        font-size: 1.1em;
        line-height: 1.2;
        margin: 0 0 10px 117px;
    }
}
/* スマホ対応 */

@media only screen and (max-width: 660px) {
	
    /*スマホ宣言*/
    
	#overlay ul {
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: scroll;
    height: 84%;
}
    .pc {
        display: none!important;
    }
    .sp {
        display: inline!important;
    }
    .tab02 {
        display: -webkit-box;
        display: -moz-box;
        display: box;
    }
    .tab02 li {
        padding: 20px 0;
        font-size: 1.5em;
        margin-right: 1px;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        background: #eee;
    }
    .tab02 li.select {
        color: #fff;
        background: #1e4173;
    }
    .hide02 {
        display: none;
    }
    .tab03 {
        display: -webkit-box;
        display: -moz-box;
        display: box;
    }
    .tab03 li {
        padding: 20px 0;
        font-size: 1.5em;
        margin-right: 1px;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        background: #eee;
    }
    .tab03 li.select {
        color: #fff;
        background: #333;
    }
    .hide03 {
        display: none;
    }
    .tab04 {
        display: -webkit-box;
        display: -moz-box;
        display: box;
    }
    .tab04 li {
        padding: 20px 0;
        font-size: 1.5em;
        margin-right: 1px;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        background: #eee;
    }
    .tab04 li.select {
        color: #fff;
        background: #333;
    }
    .hide04 {
        display: none;
    }
    section.mission .body-content .button03 {
        padding: 15px;
        font-size: 1.4em;
    }
    section.front .mCSB_container {
        position: static !important;
    }
    .header .navigation ul li a.mission-button .menu-icon {
        display: none;
        background-image: url(../svg/icon-button-arrow02.svg);
    }
    .header .navigation ul li a.play-button .menu-icon {
        display: none;
        background-image: url(../svg/icon-button-arrow02.svg);
    }
    .header .navigation ul li a.touch-button .menu-icon {
        display: none;
        background-image: url(../svg/icon-button-arrow02.svg);
    }
    .header .navigation ul li a.movie-button .menu-icon {
        display: none;
        background-image: url(../svg/icon-button-arrow02.svg);
    }
    a.tel {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        -webkit-border-radius: 20px;
        /* width,heightの半分 */
        
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-color: #fff;
        font-size: 1.2em;
        text-decoration: none;
        color: #1f4173;
    }
    #close p {
        position: relative;
        left: 0;
        padding: 10px;
        cursor: pointer;
    }
    #btn {
        font-family: Century Gothic;
        font-size: 1.8em;
        line-height: 1.8em;
        color: #fff;
        position: absolute;
        z-index: 100;
        right: 0;
        top: 0;
        width: auto;
		display: block;
        height: 50px;
        background: url(../img/menu.png) no-repeat 10px center #1f4173;
    }
    #btn p {
        padding: 10px 10px 10px 50px;
        cursor: pointer;
    }
    #ovmenu {
        font-family: Century Gothic;
        font-size: 3.0em;
        color: #fff;
        padding: 10px;
        background: #1f4173;
    }
    .header .navigation ul li a {
        padding: 10px;
    }
    .header {
        /*width:80px;*/
        
        display: none;
    }
    .header .logo {
        width: 49px;
        height: 42px;
    }
    .header .navigation ul li a.mission-button .menu-icon,
    .header .navigation ul li a.play-button .menu-icon,
    .header .navigation ul li a.touch-button .menu-icon,
    .header .navigation ul li a.movie-button .menu-icon {
        background-image: url(../svg/icon-button-arrow.svg);
        background-repeat: no-repeat;
        -moz-background-size: 26px 20px;
        -o-background-size: 26px 20px;
        -webkit-background-size: 26px 20px;
        background-size: 26px 20px;
        background-position: 28px center;
    }
    .header .navigation .main-item,
    .header .navigation .sub-item {
        text-align: center;
    }
    .header .navigation ul li a.mission-button .main-item {
        font-size: 1.3em;
        letter-spacing: 0.1em;
    }
    /*稲見修正20160819*/
    
    #header .redddd {
        line-height: 1.4;
        font-size: 1.2em;
    }
    /*稲見修正ここまで*/
    
    .header .navigation ul li a.play-button .main-item {
        font-size: 1.3em;
    }
    .header .navigation ul li a.touch-button .main-item {
        font-size: 1.3em;
        letter-spacing: 0.1em;
    }
    .header .navigation ul li a .sub-item {
        font-size: 1.2em;
        color: #808080;
        display: block;
        margin: 2px 0 0 0;
    }
    .header .footer {
        left: 10px;
        right: 10px;
        bottom: 30px;
    }
    .header .footer p {
        display: none;
    }
    .header .footer .sp {
        display: inline;
    }
    .header .footer .pc {
        display: none;
    }
    .pages {
        /*left:80px;*/
        
        left: 0;
    }
    .flexslider .slides span {
        font-size: 1.2em;
    }
    section.mission .body-content table.lesson {
        width: 100%;
        margin-bottom: 20px;
    }
    section.mission .body-content table.lesson th {
        padding: 5px;
        font-size: 1.7em;
        font-weight: 600;
        line-height: 150%;
        text-align: center;
        color: #333;
        background: #d2d9e3;
    }
    section.mission .body-content table.lesson td {
        padding: 5px;
        font-size: 1.6em;
        font-weight: 300;
        line-height: 150%;
        color: #1e4173;
    }
    section.mission .body-content table.lesson.last {
        margin-bottom: 100px;
    }
    section.mission .body-content table.lesson th.l01 {
        border-top: 1px solid #1f4173;
    }
    section.mission .body-content table.lesson td.l02 {
        border-top: 1px solid #1f4173;
        padding-top: 20px;
    }
    section.mission .body-content table.lesson td.l02 .level {
        display: block;
    }
    section.mission .body-content table.lesson td.l02 .ttl {
        display: block;
        font-weight: 600;
    }
    section.mission .body-content table.price th {
        padding: 10px;
    }
    section.mission .body-content table.price td {
        padding: 10px 0;
        font-size: 1.2em;
        font-weight: 300;
        line-height: 120%;
        border-top: 1px solid #1f4173;
        color: #1e4173;
    }
    section.mission .body-content table.access {
        width: 100%;
        margin-bottom: 10px;
        border-bottom: 1px solid #1f4173;
    }
    section.mission .body-content table.access th {
        padding: 10px 0;
        font-size: 1.6em;
        line-height: 180%;
        text-align: center;
        color: #333;
        text-align: left;
    }
    section.mission .body-content table.access td {
        padding: 10px 0;
        font-size: 1.6em;
        border-top: 1px solid #1f4173;
        line-height: 150%;
        color: #1e4173;
    }
    section.mission .body-content table.access th.first {
        border: none;
    }
    section.mission .body-content table.access td.last {
        border-bottom: 1px solid #1f4173;
    }
    section.mission .body-content table.access td.l01 {
        width: 30%;
    }
    section.mission .body-content table.access td.l02 {
        width: 70%;
    }
    section.mission .body-content table.access td span {
        font-size: 0.8em;
    }
    section.front .action .link.insta li {
        width: 50%;
        min-height: 100px;
        margin-bottom: 30px;
    }
    section.front .action .link.insta li:nth-child(odd) {
        float: left;
    }
    section.front .action .link.insta li:nth-child(even) {
        float: right;
    }
    #overlay02 img {
        width: 100%;
    }
    form table.user {
        width: 100%;
        font-size: 2.0em;
        line-height: 150%;
        color: #1e4173;
        margin-bottom: 20px;
    }
    form table.user th {
        padding: 15px 0 0 0;
        border: none;
    }
    form table.user td {
        padding: 10px 0;
        border-top: 1px solid #1f4173;
    }
    form table.user td select,
    form table.user td input {
        width: 100%;
        height: 30px;
    }
    form table.user td textarea {
        width: 100%;
    }
    form input.send {
        border: 2px solid #1f4173;
        width: 120px;
        margin: auto;
        display: block;
        font-size: 2.4em;
        font-weight: 400;
        -moz-transition: ease 0.4s;
        -o-transition: ease 0.4s;
        -webkit-transition: ease 0.4s;
        transition: ease 0.4s;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #1f4173;
        padding: 10px;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        margin-bottom: 40px;
        cursor: pointer;
    }
}
@media only screen and (max-width: 1150px) {
    section.front .action .link {
        padding: 0 20px;
    }
    section.front .action .link img {
        width: 100%;
    }
    section.front .message .campaign {
        clear: both;
        width: 520px;
        margin: 20px auto;
    }
    section.front .message .campaign img {
        width: 520px;
    }
}
@media only screen and (max-width: 910px) {
    .tab02 {
        display: -webkit-box;
        display: -moz-box;
        display: box;
    }
    .tab02 li {
        padding: 7px 0;
        font-size: 1.5em;
        margin-right: 1px;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        background: #eee;
    }
    .tab02 li.select {
        color: #fff;
        background: #1e4173;
    }
    .hide02 {
        display: none;
    }
    .tab03 {
        display: -webkit-box;
        display: -moz-box;
        display: box;
    }
    .tab03 li {
        padding: 7px 0;
        font-size: 1.5em;
        margin-right: 1px;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        background: #eee;
    }
    .tab03 li.select {
        color: #fff;
        background: #333;
    }
    .hide03 {
        display: none;
    }
    .tab04 {
        display: -webkit-box;
        display: -moz-box;
        display: box;
    }
    .tab04 li {
        padding: 7px 0;
        font-size: 1.5em;
        margin-right: 1px;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        background: #eee;
    }
    .tab04 li.select {
        color: #fff;
        background: #333;
    }
    /*-----------------------------new -------------------------*/
    
    #btn p.logo_top {
        display: inline;
        float: left;
        padding: 10px;
		z-index: 9999;
		position: relative;
    }
	#btn p.logo_top a{
		padding: 10px;
		z-index: 9999;
		position: relative;	}
	
    #btn p.logo_top img {
        width: 30px;
    }
    #btn p.tooltip {
        float: right;
        padding: 0;
		z-index: 999;
    }
    span.txt_menu {
        margin-top: -5px;
    }
    span.sp_menu img {
        margin: 9px 10px 2px 10px;
    }
    #btn p.tooltip {
        padding: 15px 0px 15px 15px;
    }
    .content-area {
        top: 40px;
    }
    /*-----------------------------end -------------------------*/
    
    #btn {
        font-family: Century Gothic;
        font-size: 1.8em;
        line-height: 1.8em;
        color: #fff;
        position: absolute;
        z-index: 100;
        top: 0;
        right: 0;
        width: 100%;
        left: 0;
        height: 60px;
        margin: 0;
        background: #787878;
    }
    /*#btn p {
	padding:10px 10px 10px 50px;
	cursor: pointer;
}*/
    
    #ovmenu {
        font-family: Century Gothic;
        font-size: 3.0em;
        color: #fff;
        padding: 10px;
        background: #272727;
    }
    section.front .message .title .sp {
        margin-left: 10px;
    }
    section.front .content-holder {
        top: 10%;
        height: auto;
        margin: 0;
    }
    section.front .message .title {
        margin: 100px 0 20px 0;
    }
    .header .navigation ul li.hachioji {
        background: #dedede;
    }
    .header .navigation ul li.ginza {
        background: #dedede;
    }
    .header .navigation ul li.hachioji-sub a {
        font-size: 0.8em;
        padding: 5px;
    }
    .header .navigation ul li.ginza-sub a {
        font-size: 0.8em;
        padding: 5px;
    }
    .header .navigation ul li a.mission-button .menu-icon,
    .header .navigation ul li a.play-button .menu-icon,
    .header .navigation ul li a.touch-button .menu-icon,
    .header .navigation ul li a.movie-button .menu-icon {
        background-image: url(../svg/icon-button-arrow.svg);
        background-repeat: no-repeat;
        -moz-background-size: 20px;
        -o-background-size: 20px;
        -webkit-background-size: 20px;
        background-size: 20px;
        background-position: 0 center;
    }
    a.tel {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        -webkit-border-radius: 20px;
        /* width,heightの半分 */
        
        -moz-border-radius: 20px;
        border-radius: 20px;
        background-color: #fff;
        font-size: 1.2em;
        text-decoration: none;
        color: #1f4173;
    }
}
@media only screen and (max-width: 660px) {
    .pc {
        display: none;
    }
    .sp {
        display: inline;
    }
    .header .navigation ul li a {
        background: none;
    }
    section.front .message {
        padding: 0;
    }
    section.front .message .ttl {
        display: block;
        margin: 140px 0 0 0;
    }
    section.front .message .movie {
        display: block;
        margin: 20px 0;
    }
    section.front .message .campaign img {
        width: 110%;
        margin-bottom: 20px;
    }
    section.front .message .ttl img {
        width: 110%;
    }
    section.front .message .movie img {
        width: 110%;
    }
    section.front .message .title {
        margin: 200px 0 50px 0;
    }
    section.front .message .title .pc {
        display: none;
    }
    section.front .message .title img {
        width: 100%;
    }
}

.reccomend ul li {
    padding: 0px 0 15px 55px;
}
.reccomend ul li:first-child {
    background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 55px center no-repeat ;
    background-size: 6%, 20%;
}
.reccomend ul li:last-child {
    background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom02.png) left 55px top 15px no-repeat;
    background-size: 6%, 25% ;
}
.bg_recom02 ul li:first-child {
    background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 55px center no-repeat;
    background-size: 6%, 20% ;
}
.bg_recom03 ul li:last-child {
    background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 55px center no-repeat;
    background-size: 6%, 20% ;
    margin-top: 15px;
}
.bg_recom04 ul li:first-child {
    background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 55px top 15px no-repeat;
    background-size: 6%, 20% ;
}
ul.bg_recom04 li {
    background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 55px center no-repeat;
    background-size: 6%, 20% ;
}
ul.bg_recom04 li:last-child {
    background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 55px top 15px no-repeat;
    background-size: 6%, 20% ;
}
.bg_recom01 {
    background: url(../img/lesson/icon_recommend.png) right center no-repeat;
    background-size: 26%;
}
.bg_recom02 {
    background: url(../img/lesson/icon_recommen02.png) right center  no-repeat;
    background-size: 15%;
}
.bg_recom03 {
    background: url(../img/lesson/icon_recommend03.png) right center  no-repeat;
    background-size: 15%;
}
.bg_recom04 {
    background: url(../img/lesson/icon_recommend04.png) right center  no-repeat;
    background-size: 18%;
}
.reccomend ul.rec_body {
    padding: 10px 10px;
}
.reccomend ul.rec_body li{
    margin-bottom: 10px;
}
/*------------------------new -------------------*/

#lesson .main-content {
    padding: 0 110px 100px 110px;
}
#top_lesson h2,
#top_lesson h3 {
    text-align: center;
}
#top_lesson span.header-border {
    margin: 15px auto;
}
.lesson_program {
    /*margin-left: -15px;
	margin-right: -15px;*/
    
    padding: 0 0 40px 0;
}
.lesson_program .txt_lesson {
    text-align: center;
}
.lesson_program ul {
    clear: both;
    list-style-type: none;
    margin: 0 auto;
    padding: 10px 0;
}
#heart,
#body,
#softness,
#strength {
    margin-top: -20px;
    padding-top: 20px;
}
.lesson_program ul li a {
    text-decoration: none;
    color: #fff;
}
.lesson_program ul li h4 {
    font-size: 17px;
    font-weight: 600 !important;
    line-height: 22px;
    letter-spacing: 1px;
}
.lesson_program ul li {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
.icon_lesson img {
    width: 32px !important;
    margin-bottom: 5px !important;
}
.c_pink {
    color: #d60a81!important;
}
.c_gray {
    color: #c4c5c9;
}
.bg_heart {
    background: url(../img/lesson/bg_heart.jpg) center no-repeat;
    background-size: 100%;
}
.bg_body {
    background: url(../img/lesson/bg_body.jpg) center no-repeat;
    background-size: 100%;
}
.bg_softness {
    background: url(../img/lesson/bg_softness.jpg) center no-repeat;
    background-size: 100%;
}
.bg_strength {
    background: url(../img/lesson/bg_strength.jpg) center no-repeat;
    background-size: 100%;
}
.bg_pink {
    background: rgba(216, 9, 127, 0.8);
}
.bg_yellow {
    background: rgba(214, 183, 11, 0.8);
}
.bg_heart01 {
    background: url(../img/lesson/bg_heart01.jpg) center no-repeat;
    background-size: cover;
}
.bg_body01 {
    background: url(../img/lesson/bg_body01.jpg) center no-repeat;
    background-size: cover;
}
.bg_softness01 {
    background: url(../img/lesson/bg_softness01.jpg) center no-repeat;
    background-size: cover;
}
.bg_strength01 {
    background: url(../img/lesson/bg_strength01.jpg) center no-repeat;
    background-size: cover;
}
.lesson_tittle {
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 0;
}
.lesson_tittle h2,
.reccomend h3 {
    text-align: center;
    color: #fff;
    padding: 0px 0 10px 0;
    font-weight: 600;
    font-size: 20px;
}
.lesson_tittle h2 .icon_lesson img {
    width: 18px !important;
    margin-bottom: 0px !important;
}
.lesson_tittle ul {
    padding: 10px;
    clear: both;
    list-style-type: none;
    margin: 0;
    text-align: center;
}
.lesson_tittle ul li {
    display: inline-block;
    width: 48%;
    color: #fff;
    font-size: 16px;
    padding: 15px 2px;
    text-align: center;
}
.icon_check img {
    width: 20px !important;
    margin: 0!important;
}
.icon_star img {
    width: 110px !important;
    margin: 0!important;
}
.reccomend h3 {
    background: #d8077b;
    padding: 15px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 600;
    font-size: 18px;
}
.box_heart, .box_body,.box_softness,.box_sstrength{
	background: #ffeffe;
    padding: 15px ;
	margin-left: -15px;
	margin-right: -15px;
}

.box_body{
	background: #fffede;
}
.box_softness{
	background: #ddffff;
}
.box_sstrength{
	background: #f2ffd3;
}


.reccomend {
	background: #fff;
}

.reccomend ul {
    border: 1px solid #535353;
    border-top: none;
    padding: 10px 7px;
}

.reccomend ul li {
    display: block;
    vertical-align: top;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.5px;
    font-weight: 600;
}
.bg_yelbody {
    background: #eeca00 !important;
    color: #373737!important;
}
.bg_blueop {
    background: rgba(0, 138, 161, 0.8) !important;
}
.bg_blue {
    background: #008aa1 !important;
}
.bg_green {
    background: #00a397 !important;
}
.bg_greenop {
    background: rgba(0, 163, 151, 0.8) !important;
}
.fa-star {
    font-size: 15px;
}
.reccomend_area,
.body_area,
.softness_area,
.strength_area {
    background: #ffeffe;
    padding: 15px 15px;
    margin-left: -15px;
    margin-right: -15px;
}
.single_recom h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    color: #4e4e4e;
    line-height: 25px;
}
.softness_area span.icon_star,
.strength_area span.icon_star {
    margin-left: 35px;
}
#lesson_area .reccomend_area p,
#lesson_area .body_area p {
    font-size: 14px;
    margin-bottom: 25px !important;
    letter-spacing: 1.5px;
}
.txt_number {
    padding: 5px 12px;
    font-weight: 600;
    font-size: 18px;
    background: #fff;
    margin-right: 5px;
}
.c_pink {
    color: #d40a82;
}
.c_yellow {
    color: #eeca00;
}
.c_blue {
    color: #008aa1;
}
.c_green {
    color: #008aa1;
}
.body_area {
    background: #fffede;
}
.softness_area {
    background: #ddffff;
}
.strength_area {
    background: #f2ffd3;
}

.experience .lesson_tittle {
    padding: 0px 0 40px 0;
    background: url(../img/lesson/icon_bottom.png) center bottom 30px no-repeat;
    background-size: 10%;
    margin-bottom: 0px;
}
.experience .lesson_tittle h2 {
    margin: 0;
    padding: 15px 0;
    background: #f61211;
    background-size: auto;
}
.single_experience h3 {
    background: #6aac5a;
    padding: 15px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.bg_blueex {
    background: #00b1c9!important;
}
.single_experience {
    padding: 0px 0 0 0;
}
.box_exper p {
    margin: 0!important;
    padding: 0 0 15px 0;
}
.txt_date {
    padding: 5px 10px;
    background: #f61211;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.txt_datenote,
.txt_note {
    font-size: 14px;
}

.box_exper {
    border: 2px dashed #242424;
    border-top: none;
    padding: 15px 5px 15px 15px;
}
.box_exper ul {
    background: url(../img/lesson/icon_arrow.png)
		left 40% center no-repeat;
    background-size: 10%;
}
.box_exper ul li {
    display: inline-block;
    vertical-align: middle;
}
.box_exper ul li:last-child {
    width: 44%;
}
.box_exper ul li:first-child {
    width: 54%;
}
.txt_pricenew {
    font-size: 38px;
    font-weight: 600;
    color: #525252;
}
.txt_priceold {
    font-size: 28px !important;
    text-decoration: line-through;
    text-decoration-color: #f61211;
    padding: 0 !important;
    font-weight: 600;
}
.txt_current {
    font-size: 16px;
    font-weight: 600;
}
.txt_normal {
    font-size: 16px;
}
.btn_reservation a {
    display: block;
    padding: 15px 10px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #6aac5a;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    color: #6aac5a;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.btn_blue a {
    color: #008cb1;
    border: 1px solid #00b1c9;
}
@media (max-width: 375px) and (min-width: 320px) {
    .reccomend ul li {
        display: block;
        vertical-align: top;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -0.5px;
        padding: 0px 0 5px 27px !important;
        font-weight: 600;
    }
    .reccomend ul li:first-child {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 25px center no-repeat !important;
        background-size: 9%, 40%!important;
        margin-top: 5px;
    }
    .reccomend ul li:last-child {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom02.png) left 25px top 10px no-repeat !important;
        background-size: 9%, 60%!important;
		padding-bottom: 5px!important;
    }
    ul.bg_recom02 li:first-child {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 25px top 10px no-repeat !important;
        background-size: 9%, 40% !important;
        margin-top: 5px;
    }
	ul.bg_recom02 li:last-child {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 25px top 10px no-repeat !important;
        background-size: 9%, 40% !important;
        margin-top: 5px;
    }
    ul.bg_recom03 li:first-child {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 25px top 8px no-repeat !important;
        background-size: 9%, 45% !important;
        margin-top: 5px;
    }
	 ul.bg_recom03 li:last-child {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 25px top 15px no-repeat !important;
        background-size: 9%, 32% !important;
        margin-top: 5px;
    }
	.reccomend ul.rec_body li:first-child{
		margin-top: 10px !important;
	}
	.reccomend ul.rec_body li{
		margin-bottom: 5px !important;
	}
	
	
.bg_recom01 {
    background: url(../img/lesson/icon_recommend.png) right center no-repeat;
    background-size: 37%;
}
.bg_recom02 {
    background: url(../img/lesson/icon_recommen02.png) right center no-repeat ;
    background-size: 25%;
}
.bg_recom03 {
    background: url(../img/lesson/icon_recommend03.png) right center no-repeat ;
    background-size: 25%;
}
.bg_recom04 {
    background: url(../img/lesson/icon_recommend04.png) right center no-repeat ;
    background-size: 25%;
}
	
	ul.bg_recom04 li:first-child {
    background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 25px top 15px no-repeat !important;
    background-size: 9%, 30% !important;
    margin-top: 15px;
		margin-bottom: 5px !important;
}
		ul.bg_recom04 li:last-child {
    background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 25px top 15px no-repeat !important;
    background-size: 9%, 30% !important;
    margin-top: 15px;
}
ul.bg_recom04 li {
    background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 25px center no-repeat !important;
    background-size: 9%, 30% !important;
    margin-bottom: 10px !important;
}
	
}

@media (max-width: 360px) and (min-width: 321px) {
	.bg_recom01 {
    background: url(../img/lesson/icon_recommend.png) right center no-repeat;
    background-size: 35%;
}
.bg_recom02 {
    background: url(../img/lesson/icon_recommen02.png) right center no-repeat ;
    background-size: 22%;
}
.bg_recom03 {
    background: url(../img/lesson/icon_recommend03.png) right center no-repeat ;
    background-size: 22%;
}
.bg_recom04 {
    background: url(../img/lesson/icon_recommend04.png) right center no-repeat ;
    background-size: 22%;
}
	  .reccomend ul li:first-child {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 25px center no-repeat !important;
        background-size: 9%, 40%!important;
        margin-top: 5px;
    }
    .reccomend ul li:last-child {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom02.png) left 25px top 10px no-repeat !important;
        background-size: 9%, 40%!important;
		padding-bottom: 5px!important;
    }
}
@media (max-width: 414px) and (min-width: 375px) {
	
	.reccomend ul.rec_body li:first-child{
		margin-top: 10px !important;
	}
.txt_pricenew {
    font-size: 56px !important;
    font-weight: 700;
	letter-spacing: -1px;
    color: #525252;
	font-family: "Noto Sans JP";	
}
.txt_priceold {
    font-size: 28px !important;
    padding: 0 !important;
    font-weight: 600;
}
	.box_exper ul li:first-child {
    width: 30%;
		text-align: center;
}
	
		.box_exper ul {
    background: url(../img/lesson/icon_arrow.png)center no-repeat;
    background-size: 12% !important;
	}	
	.box_exper ul.exper_reser {
    background: url(../img/lesson/icon_arrow.png) left 39% center no-repeat !important;
    background-size: 12% !important;
	}
    .reccomend ul li {
        padding: 0px 0 5px 35px !important;
    }
    .reccomend ul li:first-child {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 35px center no-repeat !important;
        background-size: 8%, 35%!important;
    }
    .reccomend ul li:last-child {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom02.png) left 35px top 10px no-repeat !important;
        background-size: 8%, 50% !important;
    }
    ul.bg_recom02 li:first-child {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 35px top 10px no-repeat !important;
        background-size: 8%, 40% !important;
    }
	 ul.bg_recom02 li:last-child {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 35px top 10px no-repeat !important;
        background-size: 8%, 40% !important;
    }
    ul.bg_recom03 li:last-child {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 35px top 10px no-repeat !important;
        background-size: 8%, 30% !important;
        margin-top: 5px;
    }
	  ul.bg_recom03 li:first-child {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 35px top 10px no-repeat !important;
        background-size: 8%, 30% !important;
        margin-top: 5px;
    }
	
    ul.bg_recom04 li:first-child {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 35px top 15px no-repeat !important;
		padding-bottom: 5px !important;
        background-size: 8%, 30% !important;
    }
	ul.bg_recom04 li:last-child {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 35px top 15px no-repeat !important;
        background-size: 8%, 25% !important;
		margin-top: 10px!important;
    }
    ul.bg_recom04 li {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 35px center no-repeat !important;
        background-size: 8%, 30% !important;
		padding-bottom: 5px !important;
    }
    .bg_recom01 {
        background: url(../img/lesson/icon_recommend.png) right center  no-repeat;
        background-size: 32%;
    }
    .bg_recom02 {
        background: url(../img/lesson/icon_recommen02.png) right center  no-repeat;
        background-size: 20%;
    }
    .bg_recom03 {
        background: url(../img/lesson/icon_recommend03.png) right center  no-repeat;
        background-size: 20%;
    }
    .bg_recom04 {
        background: url(../img/lesson/icon_recommend04.png) right center no-repeat;
        background-size: 25%;
    }
	.reccomend ul.rec_body li{
		margin-bottom: 0 !important;
	}
}
@media (max-width: 520px) and (min-width: 414px) {
	
	ul.bg_recom02 li:first-child,ul.bg_recom03 li:first-child {
		padding-bottom: 15px!important;
	}
	ul.bg_recom02 li:last-child ,ul.bg_recom03 li:last-child {
		padding-bottom: 10px!important;
	}
	
  .bg_recom01 {
        background: url(../img/lesson/icon_recommend.png) right center  no-repeat;
        background-size: 32%;
    }
    .bg_recom02 {
        background: url(../img/lesson/icon_recommen02.png) right center  no-repeat;
        background-size: 18%;
    }
    .bg_recom03 {
        background: url(../img/lesson/icon_recommend03.png) right center  no-repeat;
        background-size: 18%;
    }
    .bg_recom04 {
        background: url(../img/lesson/icon_recommend04.png) right center no-repeat;
        background-size: 22%;
    }
	.reccomend ul.rec_body li{
		margin-bottom: 0 !important;
	}
	ul.bg_recom04 li:last-child{
		padding-bottom: 10px !important;
	}
}


@media (max-width: 768px) {
	#lesson .main-content {
    	padding: 0 15px 0px 15px;
	}
	
	#lesson_area .reccomend_area p, #lesson_area .body_area p{
		margin-bottom: 10px !important;
	}
	.lesson_tittle ul {
		padding: 10px;
		clear: both;
		list-style-type: none;
		margin: 0;
		text-align: center;
	}
	.lesson_tittle ul li{
		width: 45%;
	}
	.lesson_tittle ul li:last-child {
		margin-left: 5px;
	}
	.lesson_tittle ul li:first-child {
		margin-right: 5px;
	}
	.txt_priceold{
		background: url(../img/lesson/line.png) left center no-repeat;
	}

	
	
.box_exper {
    border: 2px dashed #242424;
    border-top: none;
    padding: 15px 5px 15px 15px;
}
	.box_exper ul {
    background: url(../img/lesson/icon_arrow.png) center no-repeat;
    background-size: 14%;
	}
	.box_exper ul.exper_reser {
    background: url(../img/lesson/icon_arrow.png) left 35% center no-repeat;
    background-size: 14%;
	}
.box_exper ul li {
    display: inline-block;
    vertical-align: text-top;
	font-family: "Noto Sans JP";
	
}

.box_exper ul li:first-child {
    width: 35%;
}
	

.box_exper ul li:last-child {
    width: 63%;
	text-align: right;
}

.txt_pricenew {
    font-size: 50px;
    font-weight: 700;
	letter-spacing: -1px;
    color: #525252;
	font-family: "Noto Sans JP";	
}
.txt_priceold {
    font-size: 23px !important;
    padding: 0 !important;
    font-weight: 600;
}
.txt_current {
    font-size: 14px;
    font-weight: 600;
}
.txt_normal {
    font-size: 16px;
}
}
@media (max-width: 1024px) and (min-width: 768px) {
    #header {
        top: 5%;
    }
    .reccomend ul li {
        padding: 0px 0 15px 55px;
    }
    .reccomend ul li:first-child {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 55px center no-repeat !important;
        background-size: 7%, 35%!important;
    }
    .reccomend ul li:last-child {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom02.png) left 55px top 10px no-repeat !important;
        background-size: 7%, 50% !important;
    }
    .bg_recom02 ul li:first-child {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 55px center no-repeat !important;
        background-size: 7%, 40% !important;
    }
    .bg_recom03 ul li:last-child {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 55px center no-repeat !important;
        background-size: 7%, 30% !important;
        margin-top: 15px;
    }
    .bg_recom04 ul li:first-child {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 55px top 15px no-repeat !important;
        background-size: 7%, 20% !important;
    }
    .bg_recom04 ul li {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 55px center no-repeat !important;
        background-size: 7%, 20% !important;
    }
    .bg_recom04 ul li:last-child {
        background: url(../img/lesson/icon_check.png) left top no-repeat, url(../img/lesson/line_reccom01.png) left 55px top 15px no-repeat !important;
        background-size: 7%, 25% !important;
    }
    .bg_recom01 {
        background: url(../img/lesson/icon_recommend.png) right top 100px no-repeat;
        background-size: 26%;
    }
    .bg_recom02 {
        background: url(../img/lesson/icon_recommen02.png) right top 90px no-repeat;
        background-size: 20%;
    }
    .bg_recom03 {
        background: url(../img/lesson/icon_recommend03.png) right 10px top 95px no-repeat;
        background-size: 20%;
    }
    .bg_recom04 {
        background: url(../img/lesson/icon_recommend04.png) right 10px top 120px no-repeat;
        background-size: 20%;
    }
    .reccomend ul.rec_body {
        padding: 30px 10px;
    }
    .reccomend ul.rec_body li:first-child {
        margin-bottom: 10px;
    }
}
/*------------------------end -------------------*/

section.mission {
    background: white;
}
section.mission .main-content {
    overflow: hidden;
    padding: 0 110px 100px 110px;
}
section.mission .content-header .title {
    font-family: Century Gothic;
    color: #1f4173;
    font-size: 5.0em;
    letter-spacing: 0.1em;
    font-weight: 300;
    margin: 77px 0 0 0;
}
section.mission .content-header .subtitle {
    color: #5B5B5B;
    font-size: 2.1em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 33px 0 0 0;
    overflow: hidden;
}
section.mission .content-header .header-border {
    display: block;
    width: 100%;
    max-width: 140px;
    height: 1px;
    background: #5B5B5B;
    margin: 27px 0 0 0;
}
section.mission .body-content {
    margin: 35px 0;
    max-width: 600px;
}
section.mission .body-content .subtitle {
    color: #5B5B5B;
    font-size: 2.1em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 33px 0 0 0;
}
section.mission .body-content .header-border {
    display: block;
    width: 100%;
    max-width: 140px;
    height: 1px;
    background: #5B5B5B;
    margin: 27px 0;
}
section.mission .body-content .lp-inner {
    padding: 10px;
}
section.mission .body-content .lp-inner .tel {
    text-align: center;
    font-size: 2.0em;
}
section.mission .body-content .lp-inner h2 {
    font-size: 2.0em;
    line-height: 1.5em;
    padding: 0 0 0 10px;
    margin-bottom: 20px;
    color: #1f4173;
    border-left: 8px solid #1e4173;
}
section.mission .body-content .lp-inner .shop {
    overflow: hidden;
    margin-bottom: 40px;
}
section.mission .body-content .lp-inner .shop li:first-child {
    float: left;
    width: 48%;
}
section.mission .body-content .lp-inner .shop li:last-child {
    float: right;
    width: 48%;
}
section.mission .body-content .lp-inner img {
    margin-bottom: 10px;
}
section.mission .body-content .kkr {
    padding: 20px;
    border: 2px solid #1e3c73;
    font-size: 1.6em;
    color: #1e4173;
}
section.mission .body-content img {
    width: 100%;
    margin-bottom: 20px;
    font-size: 9px;
}
section.mission .body-content img.point {
    width: 50%;
    margin-bottom: 20px;
}
section.mission .body-content p {
    font-size: 1.5em;
    line-height: 180%;
    color: #333;
    margin-bottom: 40px;
}
section.mission .body-content p.lp-title {
    padding-left: 10px;
    color: #1e4173;
    font-size: 1.8em;
    border-left: 5px solid #1e4173;
}
section.mission .body-content p.lp-title2 {
    color: #1e4173;
    font-size: 1.6em;
    text-align: center;
}
section.mission .body-content p.lp-title2 .pink {
    color: #f62276;
}
section.mission .body-content p.lp2-txt {
    color: #1e4173;
    margin: 0;
    font-size: 1.4em;
}
section.mission .body-content p.lp2-txt strong {
    font-weight: bold;
}
section.mission .body-content .blue {
    color: #1e4173;
}
section.mission .body-content h3.mission-subtitle {
    border-top: 1px #1f4173 solid;
    color: #1e4173;
    font-size: 2em;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 40px;
}
section.mission .body-content h3.mission-subtitle span {
    font-size: 10px;
    color: #333;
}
section.mission .body-content h3.mission-subtitle02 {
    color: #1e4173;
    font-size: 2em;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 20px;
}
section.mission .body-content ul.schedule {
    overflow: hidden;
    margin-bottom: 40px;
}
section.mission .body-content ul.schedule li:first-child {
    float: left;
}
section.mission .body-content ul.schedule li:last-child {
    float: right;
}
section.mission .body-content ul.schedule li {
    width: 48%;
    padding: 15px 0;
    font-size: 1.6em;
    text-align: center;
    border: 1px solid #1e4173;
    box-sizing: border-box;
}
section.mission .body-content table.last {
    margin-bottom: 40px;
}
@media only screen and (max-width: 1240px) {
    section.mission .main-content {
        padding: 0 100px 100px 100px;
    }
    section.mission .main-content .body-content .mission-block {
        padding: 0 40px 60px 90px;
    }
}
@media only screen and (max-width: 1024px) {
    section.mission .main-content .body-content .mission-block {
        float: none;
        width: 100%;
        height: auto;
        padding: 0 0px 60px 90px;
    }
}
@media only screen and (max-width: 660px) {
    section.mission .content-header .title {
        font-size: 2.4em;
        margin: 50px 0 0 0;
    }
    section.mission .content-header .subtitle {
        font-size: 1.6em;
        margin: 15px 0 0 0;
    }
    section.mission .main-content {
        padding: 0 25px 100px 25px;
    }
    section.mission .body-content p.zr_star {
        font-size: 1.0em;
    }
    section.mission .main-content .body-content .mission-block {
        padding: 90px 0px 80px 0;
        background-position: top center;
        text-align: center;
    }
}
section.play {
    background: white;
}
section.play .content-header {
    padding: 0 110px;
}
section.play .content-header .title {
    margin: 100px 0 0 0;
}
section.play .content-header .subtitle {
    color: #5B5B5B;
    font-size: 2.1em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 33px 0 0 0;
}
section.play .content-header .header-border {
    display: block;
    width: 100%;
    max-width: 140px;
    height: 1px;
    background: #5B5B5B;
    margin: 27px 0 0 0;
}
section.play .body-content {
    margin: 70px 0;
}
section.play .body-content .views-row {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 110px;
    background: #8ea0b9;
    width: 100%;
    height: 265px;
    margin: 0 0 2px 0;
}
section.play .body-content .views-row .info {
    width: 290px;
    float: left;
}
section.play .body-content .views-row .info .title {
    color: white;
    font-size: 3.0em;
    font-weight: 700;
    padding: 37px 0 0 0;
    text-transform: uppercase;
}
section.play .body-content .views-row .info .title a {
    color: white;
    text-decoration: none;
}
section.play .body-content .views-row .info .link {
    margin: 4px 0 0 0;
}
section.play .body-content .views-row .info .link a {
    color: #1C9750;
    font-size: 2.1em;
    text-decoration: none;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
section.play .body-content .views-row .info .link a:hover {
    color: #0B6230;
}
section.play .body-content .views-row .info .summary {
    margin: 19px 0 0 0;
}
section.play .body-content .views-row .info .summary p {
    color: white;
    font-size: 2.1em;
}
section.play .body-content .views-row .info .more {
    margin: 19px 0 0 0;
}
section.play .body-content .views-row .info .more a {
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.8);
    width: 200px;
    height: 50px;
    display: block;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.8em;
    line-height: 46px;
    padding: 0 0 0 20px;
    text-decoration: none;
    background-image: url(../svg/icon-plus.svg);
    background-repeat: no-repeat;
    -moz-background-size: 25px 25px;
    -o-background-size: 25px 25px;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
    background-position: right 20px center;
}
section.play .body-content .views-row .info .more a .line {
    position: absolute;
    background: none;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
section.play .body-content .views-row .info .more a .line.line-top {
    width: 0;
    height: 2px;
    top: -2px;
    left: -110%;
}
section.play .body-content .views-row .info .more a .line.line-right {
    width: 2px;
    height: 0;
    top: -110%;
    right: -2px;
}
section.play .body-content .views-row .info .more a .line.line-bottom {
    width: 0;
    height: 2px;
    bottom: -2px;
    right: -110%;
}
section.play .body-content .views-row .info .more a .line.line-left {
    width: 2px;
    height: 0;
    bottom: -110%;
    left: -2px;
}
section.play .body-content .views-row .info .more a:hover {
    border: 2px solid white;
}
section.play .body-content .views-row .info .more a:hover .line {
    background: white;
}
section.play .body-content .views-row .info .more a:hover .line.line-top {
    width: 100%;
    left: -2px;
}
section.play .body-content .views-row .info .more a:hover .line.line-right {
    height: 100%;
    top: -2px;
}
section.play .body-content .views-row .info .more a:hover .line.line-bottom {
    width: 100%;
    right: -2px;
}
section.play .body-content .views-row .info .more a:hover .line.line-left {
    height: 100%;
    bottom: -2px;
}
section.play .body-content .views-row .image {
    float: right;
    width: 587px;
    height: 234px;
    background-image: url(../img/projects-display-2x.png);
    background-repeat: no-repeat;
    -moz-background-size: 587px 234px;
    -o-background-size: 587px 234px;
    -webkit-background-size: 587px 234px;
    background-size: 587px 234px;
    background-position: 0px 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 31px 0 0 20px;
    position: relative;
}
section.play .body-content .views-row .image a {
    position: absolute;
    width: 520px;
    height: 216px;
    top: 18px;
    left: 50px;
    display: block;
    z-index: 1;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-image: url(../svg/icon-plus-filled.svg);
    background-repeat: no-repeat;
    -moz-background-size: 50px 50px;
    -o-background-size: 50px 50px;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    background-position: center 200px;
    background-position: center -200px;
}
section.play .body-content .views-row .image a:hover {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
    background-position: center center;
}
section.play .body-content .views-row .image img {
    position: absolute;
    top: 18px;
    left: 50px;
    z-index: 0;
    width: 520px;
    height: auto;
}
section.play .scroll-to-top {
    text-transform: uppercase;
    color: #D3D3D3;
    font-size: 1.8em;
    font-weight: 600;
    margin: 50px auto 60px auto;
    width: 140px;
    padding: 120px 0 0 0;
    text-align: center;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../svg/icon-arrow-up.svg);
    background-repeat: no-repeat;
    -moz-background-size: 90px 90px;
    -o-background-size: 90px 90px;
    -webkit-background-size: 90px 90px;
    background-size: 90px 90px;
    background-position: center 10px;
}
section.play .scroll-to-top:hover {
    -webkit-animation-name: scroll-arrow-up;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-delay: 0;
    -webkit-animation-fill-mode: both;
    -moz-animation-name: scroll-arrow-up;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in;
    -moz-animation-delay: 0;
    -moz-animation-fill-mode: both;
    animation-name: scroll-arrow-up;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    animation-delay: 0;
    animation-fill-mode: both;
}
@media only screen and (max-width: 1360px) {
    section.play .content-header {
        padding: 0 100px;
    }
    section.play .body-content .views-row {
        padding: 0 100px;
    }
    section.play .body-content .views-row .info {
        width: 30%;
    }
}
@media only screen and (max-width: 1260px) {
    section.play .body-content .views-row {
        height: auto;
    }
    section.play .body-content .views-row .info {
        width: 100%;
        float: none;
        text-align: center;
    }
    section.play .body-content .views-row .info .more {
        text-align: left;
        margin: 19px auto 0 auto;
        display: inline-block;
    }
    section.play .body-content .views-row .image {
        float: none;
        margin: 31px auto 0 auto;
    }
}
@media only screen and (max-width: 1024px) {
    section.play .content-header {
        padding: 0 30px;
    }
    section.play .body-content .views-row {
        padding: 0 30px;
    }
    section.play .body-content .views-row .image {
        width: 450px;
        height: 179px;
        background-size: 450px 179px;
    }
    section.play .body-content .views-row .image a {
        width: 487px;
        height: 161px;
        left: 45px;
    }
    section.play .body-content .views-row .image img {
        left: 45px;
        width: 387px;
    }
}
@media only screen and (max-width: 768px) {
    section.play .body-content .views-row .image {
        width: 350px;
        height: 139px;
        background-size: 350px 139px;
    }
    section.play .body-content .views-row .image a {
        width: 292px;
        height: 121px;
        left: 39px;
    }
    section.play .body-content .views-row .image img {
        left: 39px;
        width: 292px;
    }
}
@media only screen and (max-width: 660px) {
    section.play .content-header .title {
        font-size: 5.2em;
    }
    section.play .content-header .subtitle {
        font-size: 1.8em;
    }
}
@media only screen and (max-width: 500px) {
    section.play .body-content .views-row {
        padding: 0 30px 40px 30px;
    }
    section.play .body-content .views-row .image {
        display: none;
    }
}
section.touch {
    background: url(http://0yoga.jp/common/img/touch-background.jpg) no-repeat;
    background-size: cover;
    background-position: center top !important;
}
section.touch .main-content {
    padding: 0 110px;
}
section.touch .content-header .title {
    margin: 100px 0 0 0;
}
section.touch .content-header .subtitle {
    color: white;
    font-size: 2.1em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 33px 0 0 0;
}
section.touch .content-header .header-border {
    display: block;
    width: 100%;
    max-width: 140px;
    height: 1px;
    background: white;
    margin: 27px 0 0 0;
}
section.touch .body-content {
    margin: 70px 0 0 0;
}
section.touch .body-content .messages {
    display: none !important;
}
section.touch .body-content .webform-component--what-should-i-call-you {
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 0 0;
}
section.touch .body-content .webform-component--how-can-i-reach-you {
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 10px;
}
section.touch .body-content .webform-confirmation p {
    color: white;
    font-size: 2.8em;
}
section.touch .body-content .links {
    display: none;
}
section.touch .content-footer {
    margin: 0 0 70px 0;
}
section.touch .content-footer .title {
    margin: 100px 0 0 0;
}
section.touch .content-footer .subtitle {
    color: white;
    font-size: 2.1em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 33px 0 0 0;
}
section.touch .content-footer .header-border {
    display: block;
    width: 100%;
    max-width: 140px;
    height: 1px;
    background: white;
    margin: 27px 0 0 0;
}
section.touch .content-footer .title {
    font-size: 4.8em;
    margin: 41px 0 0 0;
}
section.touch .content-footer .subtitle {
    margin: 26px 0 0 0;
}
section.touch .content-footer .contact-links {
    margin: 40px 0 0 0;
}
section.touch .content-footer .contact-links .contact-link {
    width: 33%;
    height: 60px;
    padding: 0 20px 0 0;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.touch .content-footer .contact-links .contact-link a {
    color: white;
    font-weight: 600;
    font-size: 2.1em;
    line-height: 56px;
    text-decoration: none;
    padding: 0 60px 0 20px;
    background-color: transparent;
    position: relative;
    border: 2px solid rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 60px;
    display: block;
    -moz-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.touch .content-footer .contact-links .contact-link a .line {
    position: absolute;
    background: none;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
section.touch .content-footer .contact-links .contact-link a .line.line-top {
    width: 0;
    height: 2px;
    top: -2px;
    left: -110%;
}
section.touch .content-footer .contact-links .contact-link a .line.line-right {
    width: 2px;
    height: 0;
    top: -110%;
    right: -2px;
}
section.touch .content-footer .contact-links .contact-link a .line.line-bottom {
    width: 0;
    height: 2px;
    bottom: -2px;
    right: -110%;
}
section.touch .content-footer .contact-links .contact-link a .line.line-left {
    width: 2px;
    height: 0;
    bottom: -110%;
    left: -2px;
}
section.touch .content-footer .contact-links .contact-link a:hover {
    border: 2px solid white;
}
section.touch .content-footer .contact-links .contact-link a:hover .line {
    background: white;
}
section.touch .content-footer .contact-links .contact-link a:hover .line.line-top {
    width: 100%;
    left: -2px;
}
section.touch .content-footer .contact-links .contact-link a:hover .line.line-right {
    height: 100%;
    top: -2px;
}
section.touch .content-footer .contact-links .contact-link a:hover .line.line-bottom {
    width: 100%;
    right: -2px;
}
section.touch .content-footer .contact-links .contact-link a:hover .line.line-left {
    height: 100%;
    bottom: -2px;
}
section.touch .content-footer .contact-links .contact-link.contact-link-map a {
    background-image: url(../svg/icon-location.svg);
    background-repeat: no-repeat;
    -moz-background-size: 32px 34px;
    -o-background-size: 32px 34px;
    -webkit-background-size: 32px 34px;
    background-size: 32px 34px;
    background-position: right 20px center;
}
section.touch .content-footer .contact-links .contact-link.contact-link-mobile {
    width: 34%;
}
section.touch .content-footer .contact-links .contact-link.contact-link-mobile a {
    background-image: url(../svg/icon-mobile.svg);
    background-repeat: no-repeat;
    -moz-background-size: 23px 40px;
    -o-background-size: 23px 40px;
    -webkit-background-size: 23px 40px;
    background-size: 23px 40px;
    background-position: right 20px center;
}
section.touch .content-footer .contact-links .contact-link.contact-link-email {
    padding: 0;
}
section.touch .content-footer .contact-links .contact-link.contact-link-email a {
    background-image: url(../svg/icon-mailbox.svg);
    background-repeat: no-repeat;
    -moz-background-size: 37px 25px;
    -o-background-size: 37px 25px;
    -webkit-background-size: 37px 25px;
    background-size: 37px 25px;
    background-position: right 20px center;
}
section.touch .loading-animation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    -moz-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    background: #8ea0b9;
    display: none;
}
section.touch .loading-animation .loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
}
section.touch .ajax-progress-throbber {
    display: none !important;
}
@media only screen and (max-width: 1300px) {
    section.touch .content-footer .contact-links .contact-link {
        padding: 0 10px 0 0;
    }
    section.touch .content-footer .contact-links .contact-link a {
        font-size: 1.8em;
    }
}
@media only screen and (max-width: 1200px) {
    section.touch .main-content {
        padding: 0 100px;
    }
    section.touch .content-footer .contact-links .contact-link {
        padding: 0;
        width: 100% !important;
        margin: 0 0 20px 0;
    }
}
@media only screen and (max-width: 1040px) {
    section.touch .body-content .webform-component--what-should-i-call-you,
    section.touch .body-content .webform-component--how-can-i-reach-you {
        float: none;
        width: 100%;
        padding: 0;
    }
    section.touch .body-content .form-actions {
        width: 100%;
        padding: 0;
    }
}
@media only screen and (max-width: 768px) {
    section.touch .main-content {
        padding: 0 30px;
    }
    section.touch .body-content .form-text,
    section.touch .body-content .form-textarea,
    section.touch .body-content .form-submit {
        font-size: 2.1em;
    }
    section.touch .body-content .form-text,
    section.touch .body-content .form-submit {
        height: 60px;
        padding: 5px 60px 5px 20px;
    }
}
@media only screen and (max-width: 660px) {
    section.touch .content-header .title {
        font-size: 5.2em;
    }
    section.touch .content-header .subtitle {
        font-size: 1.8em;
    }
    section.touch .body-content .form-text,
    section.touch .body-content .form-textarea,
    section.touch .body-content .form-submit {
        font-size: 1.8em;
    }
    section.touch .content-footer .contact-links .contact-link a {
        font-size: 1.6em;
        padding-right: 50px;
    }
    section.touch .content-footer .contact-links .contact-link.contact-link-map a {
        background-size: 28px 30px;
        background-position: right 10px center;
    }
    section.touch .content-footer .contact-links .contact-link.contact-link-mobile a {
        background-size: 19px 33px;
        background-position: right 10px center;
    }
    section.touch .content-footer .contact-links .contact-link.contact-link-email {
        padding: 0;
    }
    section.touch .content-footer .contact-links .contact-link.contact-link-email a {
        background-size: 33px 22px;
        background-position: right 10px center;
    }
}
section.body {
    background: white;
    z-index: 3;
    overflow: hidden;
    -moz-transition: ease-out 0.4s;
    -o-transition: ease-out 0.4s;
    -webkit-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
section.body.active {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
section.body .content-holder {
    padding-bottom: 320px;
}
section.body .loading-animation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    -moz-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    background: #8ea0b9;
    display: none;
}
section.body .loading-animation .loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
}
section.body .node-project .project-header {
    width: 100%;
    background: #8ea0b9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 45px 60px;
}
section.body .node-project .project-header .controls {
    position: absolute;
    top: 0;
    right: 0;
    background: #27AE60;
    padding: 0 20px 0 8px;
}
section.body .node-project .project-header .controls .control {
    display: block;
    width: 28px;
    height: 28px;
    margin: 16px 8px;
    float: left;
}
section.body .node-project .project-header .project-title {
    font-size: 7.2em;
    color: white;
    font-weight: 300;
    margin: 0;
    padding: 38px 180px 0 0;
}
section.body .node-project .project-header .field {
    margin: 24px 0 0 0;
}
section.body .node-project .project-header .field a {
    color: #1C9750;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 2.1em;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
section.body .node-project .project-header .field a:hover {
    color: #107B3D;
}
section.body .node-project .project-content-holder {
    position: relative;
}
section.body .node-project .project-content {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px;
    width: 60%;
}
section.body .node-project .project-content p {
    color: #7F7F7F;
    font-weight: 600;
    font-size: 3.0em;
    line-height: 36px;
}
section.body .node-project .project-content .tags {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase;
    color: #8ea0b9;
    font-size: 3.0em;
    font-weight: 700;
    padding: 30px 0;
    margin: 50px 0 0 0;
}
section.body .node-project .project-content .scroll-action {
    text-transform: uppercase;
    color: #D3D3D3;
    font-size: 1.8em;
    font-weight: 600;
    margin: 50px auto 0 auto;
    padding: 110px 0 0 0;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../svg/icon-arrow-down.svg);
    background-repeat: no-repeat;
    -moz-background-size: 90px 90px;
    -o-background-size: 90px 90px;
    -webkit-background-size: 90px 90px;
    background-size: 90px 90px;
    background-position: center top;
    -webkit-animation-name: scroll-arrow;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-delay: 0;
    -webkit-animation-fill-mode: both;
    -moz-animation-name: scroll-arrow;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in;
    -moz-animation-delay: 0;
    -moz-animation-fill-mode: both;
    animation-name: scroll-arrow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    animation-delay: 0;
    animation-fill-mode: both;
}
section.body .node-project .images {
    position: relative;
    z-index: 1;
    width: 1109px;
    margin: auto;
    -moz-transition: ease-out 0.6s;
    -o-transition: ease-out 0.6s;
    -webkit-transition: ease-out 0.6s;
    transition: ease-out 0.6s;
    -moz-transform: translateX(60%) translateY(-65px);
    -ms-transform: translateX(60%) translateY(-65px);
    -webkit-transform: translateX(60%) translateY(-65px);
    transform: translateX(60%) translateY(-65px);
    padding: 0 0 100px 0;
}
section.body .node-project .images .field-item {
    width: 1109px;
    height: 620px;
    margin: 0 0 150px 0;
    padding: 38px 141px 73px 146px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/projects-macbook-2x.png);
    background-repeat: no-repeat;
    -moz-background-size: 1109px 620px;
    -o-background-size: 1109px 620px;
    -webkit-background-size: 1109px 620px;
    background-size: 1109px 620px;
    background-position: 0px 0px;
}
section.body .node-project .images .field-item .inner {
    overflow: hidden;
    width: 100%;
    height: 509px;
}
section.body .node-project .images .field-item img {
    width: 100%;
    height: auto;
}
section.body .node-project .images.active {
    -moz-transform: translateX(0%) translateY(420px);
    -ms-transform: translateX(0%) translateY(420px);
    -webkit-transform: translateX(0%) translateY(420px);
    transform: translateX(0%) translateY(420px);
}
section.body .node-project .scroll-to-top {
    text-transform: uppercase;
    color: #D3D3D3;
    font-size: 1.8em;
    font-weight: 600;
    margin: -100px auto 60px auto;
    width: 140px;
    padding: 120px 0 0 0;
    text-align: center;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../svg/icon-arrow-up.svg);
    background-repeat: no-repeat;
    -moz-background-size: 90px 90px;
    -o-background-size: 90px 90px;
    -webkit-background-size: 90px 90px;
    background-size: 90px 90px;
    background-position: center 10px;
}
section.body .node-project .scroll-to-top:hover {
    -webkit-animation-name: scroll-arrow-up;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-delay: 0;
    -webkit-animation-fill-mode: both;
    -moz-animation-name: scroll-arrow-up;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in;
    -moz-animation-delay: 0;
    -moz-animation-fill-mode: both;
    animation-name: scroll-arrow-up;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    animation-delay: 0;
    animation-fill-mode: both;
}
@media only screen and (max-width: 1340px) {
    section.body .node-project .images {
        width: 750px;
    }
    section.body .node-project .images .field-item {
        width: 750px;
        height: 419px;
        background-size: 750px 419px;
        margin: 0 0 100px 0;
        padding: 26px 95px 50px 99px;
    }
    section.body .node-project .images .field-item .inner {
        height: 343px;
    }
    section.body .node-project .images .scroll-to-top {
        margin-top: -40px;
    }
}
@media only screen and (max-width: 960px) {
    section.body .node-project .images {
        width: 500px;
    }
    section.body .node-project .images .field-item {
        width: 500px;
        height: 280px;
        background-size: 500px 280px;
        margin: 0 0 80px 0;
        padding: 17px 64px 33px 66px;
    }
    section.body .node-project .images .field-item .inner {
        height: 230px;
    }
    section.body .node-project .images .scroll-to-top {
        margin-top: -30px;
    }
}
@media only screen and (max-width: 768px) {
    section.body .node-project .project-content {
        width: 70%;
    }
    .eventlesson {
        font-size: 15px;
    }
}
@media only screen and (max-width: 660px) {
    section.front .action .link.play-link .btn p.summary {
        margin-bottom: 20px;
    }
    section.front .action .link.play-link .btn li {
        width: 100%!important;
    }
    section.body .content-holder {
        padding: 0;
    }
    section.body .node-project .project-header {
        padding: 40px 30px 30px 30px;
    }
    section.body .node-project .project-header .project-title {
        font-size: 5.2em;
    }
    section.body .node-project .project-header .field a {
        font-size: 1.8em;
    }
    section.body .node-project .project-content {
        padding: 30px;
        width: 100%;
        position: static;
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none;
    }
    section.body .node-project .images {
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        width: 280px;
        margin-top: 40px;
        padding-bottom: 60px;
    }
    section.body .node-project .images .field-item {
        width: 280px;
        height: 157px;
        background-size: 280px 157px;
        margin: 0 0 40px 0;
        padding: 10px 36px 18px 37px;
    }
    section.body .node-project .images .field-item .inner {
        height: 129px;
    }
    section.body .node-project .images.active {
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    section.body .node-project .images .scroll-to-top {
        margin-top: 50px;
    }
    section.mission .body-content img.point {
        width: 100%;
        margin-bottom: 20px;
    }
}
.loading-spinner {
    width: 60px;
    height: 60px;
    position: relative;
}
.loading-circle {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: white;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation-name: spinner-bounce;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0;
    -webkit-animation-fill-mode: both;
    -moz-animation-name: spinner-bounce;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-delay: 0;
    -moz-animation-fill-mode: both;
    animation-name: spinner-bounce;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: 0;
    animation-fill-mode: both;
}
.loading-circle-2 {
    -webkit-animation-name: spinner-bounce;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: -1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-name: spinner-bounce;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-delay: -1s;
    -moz-animation-fill-mode: both;
    animation-name: spinner-bounce;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-delay: -1s;
    animation-fill-mode: both;
}
.mCSB_container {
    width: auto;
    overflow: hidden;
}
.mCustomScrollBox > .mCSB_scrollTools {
    width: 10px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 999;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 10px;
    height: 100%;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background: none;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: black;
    background: rgba(0, 0, 0, 0.4);
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: black;
    background: rgba(0, 0, 0, 0.5);
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: black;
    background: rgba(0, 0, 0, 0.6);
}
#jpreBar {
    -webkit-animation-name: progress;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0;
    -webkit-animation-fill-mode: both;
    -moz-animation-name: progress;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 0;
    -moz-animation-fill-mode: both;
    animation-name: progress;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-fill-mode: both;
}
#jpreOverlay {
    background: #1f1f1f;
}
#jpreOverlay #jpreSlide {
    width: 60px;
    height: 60px;
    left: 50% !important;
    margin: -30px 0 0 -30px;
}
#jpreOverlay #jpreLoader {
    width: 100%;
}
#jpreOverlay #jpreLoader #jpreBar {
    height: 3px !important;
    background: #8ea0b9;
    position: relative;
    overflow: visible !important;
}
#jpreOverlay #jpreLoader #jpreBar:after {
    position: absolute;
    top: -2px;
    right: 0;
    content: "";
    width: 100px;
    height: 3px;
    background: #8ea0b9;
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    -moz-box-shadow: 0px 2px 8px #8ea0b9, 0px 0px 1px #8ea0b9;
    -webkit-box-shadow: 0px 2px 8px #8ea0b9, 0px 0px 1px #8ea0b9;
    box-shadow: 0px 2px 8px #8ea0b9, 0px 0px 1px #8ea0b9;
}
.tooltipster-iuvo {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #0d9345;
}
.tooltipster-iuvo .tooltipster-content {
    font-size: 18px;
    color: white;
    line-height: 21px;
    padding: 8px 14px;
}
.browser-warning {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2D2D2D;
    z-index: 9999;
}
.browser-warning .browser-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -255px 0 0 -450px;
    text-align: center;
    height: 510px;
    width: 900px;
}
.browser-warning .browser-content h4 {
    color: #8ea0b9;
    font-weight: 300;
    font-size: 72px;
    margin: 0 0 52px 0;
}
.browser-warning .browser-content p {
    color: white;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin: 1em 0;
}
.browser-warning .browser-content ul {
    text-align: center;
    margin: 61px 0 0 0;
}
.browser-warning .browser-content ul li {
    display: inline-block;
    height: 100px;
    margin: 0 20px;
}
.browser-warning .browser-content ul li a {
    display: block;
}
.mCustomScrollBox {
    position: static !important;
    height: auto !important;
    overflow: visible !important;
    max-width: none !important;
}
.mCustomScrollBox .mCSB_container {
    position: static !important;
    width: auto !important;
    overflow: visible !important;
}
/* 稲見 2016/10/18 */

.maru1 {
    clear: both;
    width: 50%;
    float: left;
}
.maru2 {
    float: right !important;
    width: 50%;
}
.maru1 img {
    float: left;
    width: 95% !important;
}
.maru2 img {
    width: 95% !important;
}
p.zr_star.maru1_1 {
    clear: both;
    width: 95%;
    font-size: 1.6em !important;
}
p.zr_star.maru2_1 {
    width: 95% !important;
    font-size: 1.6em !important;
}
p.zr_star2 {
    margin-bottom: 10px !important;
    color: #626262 !important;
    clear: both;
    font-weight: bold;
}
.body-content p.zr_star1 {
    font-size: 1.4em !important;
}
/* sp */

.maru1sp {
    clear: both;
    width: 100%;
    float: left;
}
.maru2sp {
    float: right !important;
    width: 100%;
}
.maru1sp img {
    float: left;
    width: 100% !important;
    padding-bottom: -10px !important;
    margin-bottom: 13px !important;
}
.maru2sp img {
    width: 100% !important;
}
p.zr_star.maru1_1sp {
    clear: both;
    width: 100%;
    font-size: 1.4em !important;
}
p.zr_star.maru2_1sp {
    width: 100% !important;
    font-size: 1.4em !important;
}
p.zr_star2sp {
    margin-bottom: 5px !important;
    color: #626262 !important;
    clear: both;
    font-weight: bold;
    margin-top: -10px !important;
}
.btm {
    margin-bottom: -20px !important;
}
@media(max-width:414px) {
    .header .navigation ul {
        height: 355px;
        border-top: 1px solid #dedede;
        overflow: scroll;
    }
}
/* 稲見 2016/10/18 fin */