@charset "UTF-8";
/* sans-serif */
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/YakuHanJP/YakuHanJP-Regular.woff2) format("woff2"),
    url(../fonts/YakuHanJP/YakuHanJP-Regular.woff) format("woff"),
    url(../fonts/YakuHanJP/YakuHanJP-Regular.eot);
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/YakuHanJP/YakuHanJP-Medium.woff2) format("woff2"),
    url(../fonts/YakuHanJP/YakuHanJP-Medium.woff) format("woff"),
    url(../fonts/YakuHanJP/YakuHanJP-Medium.eot);
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

/* monospace */
@font-face {
  font-family: "SourceHanCodeJP-Regular";
  src: local("SourceHanCodeJP-Regular");
}

@font-face {
  font-family: "Myrica M";
  src: local("Myrica M");
}

@font-face {
  font-family: "MyricaM M";
  src: local("MyricaM M");
}

@font-face {
  font-family: "Ricty Diminished Discord";
  src: local("Ricty Diminished Discord");
}

@font-face {
  font-family: "Migu 1M";
  src: local("Migu 1M");
}

@font-face {
  font-family: "Rounded M+ 1m regular";
  src: local("Rounded M+ 1m regular");
}

@font-face {
  font-family: "Rounded Mgen+ 1m regular";
  src: local("Rounded Mgen+ 1m regular");
}

@font-face {
  font-family: "VL ゴシック";
  src: local("VL ゴシック");
}

/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

body {
  font-size: 62.5%;
  color: #000000;
  font-family: "YakuHanJP", -apple-system, BlinkMacSystemFont, "Helvetica Neue",
    "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  background: #fff;
  min-width: 1150px;
  padding-top: 188px;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

/* ========================================================================== Base styles: opinionated defaults ========================================================================== */
button,
input,
select,
textarea {
  color: #000000;
  outline: none;
}

button {
  cursor: pointer;
}

/* Remove text-shadow in selection highlight: h5bp.com/i These selection rule sets have to be separate. Customize the background color to match your design. */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* Remove the gap between images, videos, audio and canvas and the bottom of their containers: h5bp.com/i/440 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/* Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

a:link,
a:visited,
a:active {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 687px) {
  a:hover {
    text-decoration: none;
  }
}

p {
  margin: 0 0 1em;
}

label,
select,
input[type="submit"] {
  cursor: pointer;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a:hover img.over {
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}

@media only screen and (max-width: 687px) {
  a:hover img.over {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@media only screen and (max-width: 687px) {
  .animated {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
  }
}

.animated-s {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.animated-m {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.animated-l {
  -webkit-animation-duration: 2.1s;
  animation-duration: 2.1s;
}

.animated-ll {
  -webkit-animation-duration: 2.4s;
  animation-duration: 2.4s;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  @media only screen and (max-width: 687px) {
    100% {
      opacity: 1;
      filter: alpha(opacity=100);
    }
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  @media only screen and (max-width: 687px) {
    100% {
      opacity: 1;
      filter: alpha(opacity=100);
    }
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  @media only screen and (max-width: 687px) {
    100% {
      opacity: 1;
      filter: alpha(opacity=100);
    }
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* Container ----------------------------------------------------------- */
.container {
  width: 1150px;
  margin: 0 auto;
  position: relative;
  font-size: 140%;
  line-height: 1.6;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

.largeContainer {
  margin-bottom: 50px;
}

.largeContainer_inner {
  overflow: hidden;
}

.largeContainer_main {
  float: left;
  width: 800px;
}

.largeContainer_side {
  float: right;
  width: 280px;
}

/* Header ----------------------------------------------------------- */
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}

.headerTop {
  margin-bottom: 5px;
/*  background: #efefef;*/
  /*height: 40px;*/
  position: relative;
}

.headerTop_tw {
  position: absolute;
  top: 7px;
  right: 265px;
}

.headerTop_tw a {
  display: inline-block;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .headerTop_tw a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.headerTop_tw a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .headerTop_tw a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.headerTop_ins {
  position: absolute;
  top: 7px;
  right: 230px;
}

.headerTop_ins a {
  display: inline-block;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .headerTop_ins a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.headerTop_ins a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .headerTop_ins a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.headerTop_list {
  float: left;
  overflow: hidden;
  padding-top: 10px;
}

.headerTop_list li {
  float: left;
  font-size: 90%;
  margin-right: 15px;
  position: relative;
  padding-left: 15px;
}

.headerTop_list li:first-child {
  padding-left: 0;
}

.headerTop_list li:first-child:before {
  display: none;
}

.headerTop_list li:before {
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #333;
}

.headerTopSearch {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  margin-top: 5px;
  width: 220px;
}

.headerTopSearch_text {
  border: 1px solid #c8c8c8;
  font-size: 16px;
  padding: 5px 35px 5px 10px;
  width: 100%;
}

.headerTopSearch_btn {
  position: absolute;
  top: 0;
  right: 10px;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  border: none;
  background: url("../img/common/icon_search.png") no-repeat center center;
  background-size: 60% auto;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .headerTopSearch_btn {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.headerTopSearch_btn:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .headerTopSearch_btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.headerMid {
  margin-bottom: 20px;
}

.headerMid_logo {
  float: left;
}

.headerMid_logo a {
  display: inline-block;
}

.headerMid_logo a img {
  width: auto;
  height: 50px;
}

.headerMid_right {
  float: right;
  overflow: hidden;
  padding-top: 3px;
}

.headerSubBtn {
  float: left;
  overflow: hidden;
  line-height: 1.4;
}

.headerSubBtn li {
  float: left;
}

.headerSubBtn li img {
  width: auto;
  height: 25px;
  display: inline-block;
  vertical-align: -6px;
  margin-right: 5px;
}

.headerSubBtn li a {
  display: block;
  font-size: 90%;
  height: 40px;
  color: #fff;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #ee8432;
}

@media only screen and (max-width: 687px) {
  .headerSubBtn li a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.headerSubBtn li a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .headerSubBtn li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.headerSubBtn_btn01 {
  margin-right: 4px;
}

.headerSubBtn_btn01 a {
  border: 2px solid #ee8432;
  padding: 5px 15px 0;
  background: #fff;
}

.headerSubBtn_btn02 {
  margin-right: 5px;
}

.headerSubBtn_btn02 a {
  border: 2px solid #ee8432;
  padding: 5px 10px 0;
  background: #fff;
}

.headerChangeBox {
  float: right;
  background: #efefef;
  height: 40px;
  padding: 9px 15px 0;
  line-height: 1.4;
  overflow: hidden;
}

.headerChangeBoxSize {
  overflow: hidden;
  font-size: 85%;
  float: left;
  margin-right: 20px;
}

.headerChangeBoxSize dt {
  float: left;
  padding-top: 3px;
}

.headerChangeBoxSize dd {
  float: left;
  margin-left: 8px;
}

.headerChangeBoxSize_list {
  overflow: hidden;
}

.headerChangeBoxSize_list li {
  float: left;
  padding: 3px 5px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .headerChangeBoxSize_list li {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.headerChangeBoxSize_list li:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .headerChangeBoxSize_list li:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.headerChangeBoxSize_list .active {
  background: #666666;
  border: 1px solid #666;
  color: #fff;
}

.headerChangeBoxSize_list-01 {
  background: #fff;
  border: 1px solid #c9c9c9;
}

.headerChangeBoxSize_list-02 {
  background: #fff;
  border: 1px solid #c9c9c9;
}

.headerChangeBoxColor {
  overflow: hidden;
  font-size: 85%;
  float: left;
  margin-right: 15px;
}

.headerChangeBoxColor dt {
  float: left;
  padding-top: 3px;
}

.headerChangeBoxColor dd {
  float: left;
  margin-left: 8px;
}

.headerChangeBoxColor_list {
  overflow: hidden;
}

.headerChangeBoxColor_list li {
  float: left;
  padding: 3px 7px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 5px;
  margin-right: 5px;
}

@media only screen and (max-width: 687px) {
  .headerChangeBoxColor_list li {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.headerChangeBoxColor_list li:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .headerChangeBoxColor_list li:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.headerChangeBoxColor_list-01 {
  background: #fff;
  border: 1px solid #c9c9c9;
}

.headerChangeBoxColor_list-02 {
  background: #2557ac;
  border: 1px solid #2557ac;
  color: #fff;
}

.headerChangeBoxColor_list-03 {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.headerChangeBoxVolume {
  float: left;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .headerChangeBoxVolume {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.headerChangeBoxVolume:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .headerChangeBoxVolume:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.hoverInfo {
  background: #f28232;
  background: rgba(242, 130, 50, 0.9);
  color: #fff;
  position: absolute;
  top: 55px;
  width: 100%;
  z-index: 1000;
  display: none;
}

.hoverInfo_main {
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  padding: 12px 0;
  letter-spacing: 1px;
}

.hoverInfo_main img {
  vertical-align: -2px;
  display: inline-block;
  margin-right: 5px;
}

.gnavMainChild {
  position: absolute;
  left: 0;
  top: 55px;
  width: 100%;
  background: #f2f6d8;
  background: rgba(242, 246, 216, 0.9);
  z-index: 9999;
  display: none;
}

.gnavMainChild_inner {
  width: 1150px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
}

.gnavMainChild_close {
  position: absolute;
  top: 20px;
  right: 0;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .gnavMainChild_close {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.gnavMainChild_close:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .gnavMainChild_close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.gnavMainChild_title {
  margin-bottom: 20px;
}

.gnavMainChild_title a {
  color: #f28232;
  font-size: 180%;
  font-weight: bold;
}

.gnavMainChild_title img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: 3px;
}

.gnavMainChildMain {
  overflow: hidden;
  margin-left: -20px;
}

.gnavMainChildMain_item {
  float: left;
  width: 370px;
  margin: 0 0 0 20px;
}

.gnavMainChildMain_list dt a {
  display: block;
  background: #f28232;
  color: #fff;
  border-radius: 3px;
  padding: 10px 15px;
  font-size: 120%;
  letter-spacing: 1px;
}

.gnavMainChildMain_list dd {
  margin-bottom: 15px;
}

.gnavMainChildMain_list dd li {
  margin-top: 10px;
}

.gnavMainChildMain_list dd a {
  display: block;
  position: relative;
  padding: 0px 0 0px 15px;
  font-size: 110%;
}

.gnavMainChildMain_list dd a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border: solid #f28232;
  border-width: 2px 2px 0 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gnav {
  width: 100%;
  position: absolute;
  top: 132px;
  left: 0;
}

.gnav.fixed {
  position: fixed;
  top: 0;
  border-bottom: 1px solid #ddd;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}

.gnav .container {
  position: static;
}

.gnav_item {
  float: left;
  line-height: 1.4;
}

.gnav_item:first-child .gnav_parent {
  width: 164px;
}

.gnav_item:first-child .gnav_parent:before {
  content: "";
  width: 1px;
  height: 50%;
  background: #626262;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.gnav_parent {
  position: relative;
  width: 164px;
  text-align: center;
}

.gnav_parent:after {
  content: "";
  width: 1px;
  height: 50%;
  background: #626262;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.gnav_parent a {
  font-weight: bold;
  display: block;
  padding: 18px 0;
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
  position: relative;
}

.gnav_parent a:after {
  content: "";
  width: 0;
  height: 3px;
  background: #f28232;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.gnav_parent a:hover {
  text-decoration: none;
}

.gnav_parent a:hover:after {
  width: 100%;
}

.gnav_parent.active a:after {
  width: 100%;
}

/* Side ----------------------------------------------------------- */
.sideItem {
  margin-bottom: 30px;
}

.sideItem_title {
  background: #666666;
  overflow: hidden;
  position: relative;
  color: #fff;
  line-height: 1.4;
  padding: 10px 0 0 20px;
  height: 50px;
}

.sideItem_title:before {
  content: "";
  display: block;
  width: 4px;
  height: 65%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 7px;
  position: absolute;
  background: #fff;
}

.sideItem_title-01 {
  font-size: 140%;
  display: inline-block;
  position: relative;
  z-index: 100;
  margin-right: 10px;
}

.sideItem_title-02 {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.sideItem_inner {
  background: #ededed;
  padding: 5px;
}

.sideItem_inner li {
  margin-top: 5px;
}

.sideItem_inner li:first-child {
  margin-top: 0;
}

.sideItem_inner li a {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 10px;
  font-size: 125%;
  position: relative;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .sideItem_inner li a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.sideItem_inner li a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .sideItem_inner li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.sideItem_inner li a:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  border: solid #666666;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 100;
}

.sideItem_inner li:nth-child(1) a:after {
  background: #f2a43a;
}

.sideItem_inner li:nth-child(2) a:after {
  background: #1a45ad;
}

.sideItem_inner li:nth-child(3) a:after {
  background: #f2a4b4;
}

.sideItem_inner li:nth-child(4) a:after {
  background: #4ba7a9;
}

.sideItem_inner li:nth-child(5) a:after {
  background: #cd6bb0;
}

.sideItem_inner li:nth-child(6) a:after {
  background: #6ab2f9;
}

.sidePostNews {
  border-top: 2px solid #000;
}

.sidePostNews_title {
  text-align: center;
  font-size: 140%;
  border-bottom: 2px solid #000;
  padding: 10px 0;
  position: relative;
}

.sidePostNews_more {
  padding: 0 30px;
}

.sidePostNews_more a {
  display: block;
  color: #f28232;
  text-align: center;
  padding: 10px 0;
  position: relative;
  border: 1px solid #f28232;
  background: #fff;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 5px;
  color: #f28232;
}

@media only screen and (max-width: 687px) {
  .sidePostNews_more a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.sidePostNews_more a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .sidePostNews_more a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.sidePostNews_more a:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  margin: auto;
  border: solid #f28232;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 100;
}

.sidePostNewsMain {
  margin-bottom: 20px;
}

.sidePostNewsMain a:hover {
  text-decoration: none;
  background: #fafafa;
}

.sidePostNewsMain_item {
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #bbb;
  padding: 15px 10px;
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
}

.sidePostNewsMain_pic {
  width: 100px;
  height: 70px;
  background-color: #f28232;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: left;
}

.sidePostNewsMain_main {
  margin: 0 0 0 115px;
}

.sidePostNewsMain_day {
  font-size: 90%;
  font-weight: bold;
}

/* Footer ----------------------------------------------------------- */
.home .footerNav {
  margin-top: 0;
}

.footerNav {
  margin-top: -30px;
  background: #7d7d7d;
}

.footerNav_inner {
  display: table;
  width: 100%;
  line-height: 1.4;
  padding: 10px 0;
}

.footerNav_item {
  display: table-cell;
  text-align: center;
  position: relative;
  padding: 0 15px;
}

.footerNav_item:first-child:before {
  display: none;
}

.footerNav_item:before {
  content: "";
  width: 1px;
  height: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.footerNav_item a {
  display: block;
  color: #fff;
  padding: 5px 0;
}

.pageTopBtn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  display: none;
}

.pageTopBtn a {
  display: block;
  background: #656565;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  position: relative;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .pageTopBtn a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.pageTopBtn a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .pageTopBtn a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.pageTopBtn a:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 17px;
  right: 0;
  left: 0;
  margin: auto;
  border: solid #fff;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer {
  padding-top: 40px;
}

.footer_copy {
  text-align: center;
  padding: 10px 0;
}

.footerTop {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.footerTop_left {
  float: left;
  position: relative;
  width: 540px;
}

.footerTop_right {
  float: right;
}

.footerTop_right a {
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 5px;
}

@media only screen and (max-width: 687px) {
  .footerTop_right a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.footerTop_right a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .footerTop_right a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.footerTop_logo {
  width: 320px;
  margin-bottom: 10px;
}

.footerTop_address {
  margin-bottom: 10px;
  font-size: 110%;
}

.footerTop_list li {
  display: inline-block;
  margin-right: 10px;
}

.footerTop_list li a {
  display: inline-block;
  background: #313131;
  color: #fff;
  padding: 5px 15px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .footerTop_list li a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.footerTop_list li a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .footerTop_list li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.footerTop_sns {
  position: absolute;
  bottom: 0;
  right: 0;
}

.footerTop_sns li {
  width: 44px;
  float: left;
  margin: 0 15px 10px 0;
}

.footerTop_sns li:nth-child(4) {
  clear: both;
}

.footerTop_sns a {
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .footerTop_sns a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.footerTop_sns a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .footerTop_sns a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.footerBtm {
  margin-bottom: 15px;
}

.footerBtm_logo {
  margin-bottom: 15px;
}

.footerBtm_list {
  overflow: hidden;
  font-weight: bold;
}

.footerBtm_list dt {
  float: left;
  width: 100px;
}

.footerBtm_list dd {
  margin: 0 0 0 110px;
}

.footerBtmSlide {
  position: relative;
  padding: 0 20px;
  margin-bottom: 15px;
}

.footerBtmSlide_inner {
  visibility: hidden;
}

.footerBtmSlide_item {
  border: 1px solid #ddd;
  margin: 0 10px;
}

.footerBtmSlide_item a {
  display: block;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  outline: none;
}

@media only screen and (max-width: 687px) {
  .footerBtmSlide_item a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.footerBtmSlide_item a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .footerBtmSlide_item a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.footerBtmSlide_item img {
  width: 100%;
  height: auto;
}

.footerBtmSlide .slick-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  background: #666666;
  margin: auto;
  z-index: 100;
  display: block;
  text-indent: -9999px;
  border-radius: 0px;
  width: 20px;
  height: 50px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .footerBtmSlide .slick-prev {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.footerBtmSlide .slick-prev:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .footerBtmSlide .slick-prev:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.footerBtmSlide .slick-prev:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  border: solid #fff;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footerBtmSlide .slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  background: #666666;
  margin: auto;
  z-index: 100;
  display: block;
  text-indent: -9999px;
  border-radius: 0px;
  width: 20px;
  height: 50px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .footerBtmSlide .slick-next {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.footerBtmSlide .slick-next:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .footerBtmSlide .slick-next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.footerBtmSlide .slick-next:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footerBtmPic {
  display: none;
}

.spPic {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.commonPageTitle {
  background-color: #f9ebda;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 10px;
}

.commonPageTitle .container {
  height: 235px;
  padding: 70px 0 0;
  line-height: 1.4;
}

.commonPageTitle_01 {
  text-align: center;
  font-size: 260%;
  margin-bottom: 10px;
}

.commonPageTitle_01 span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.commonPageTitle_01 span:after {
  content: "";
  width: 60%;
  height: 5px;
  background: #f28232;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.commonPageTitle_02 {
  text-align: center;
  color: #f28232;
  font-size: 140%;
}

.pnkz {
  margin: 20px 0;
  line-height: 1.4;
}

.pnkz ul {
  overflow: hidden;
}

.pnkz ul li {
  float: left;
  position: relative;
  padding-left: 15px;
  margin-right: 10px;
}

.pnkz ul li:first-child {
  padding-left: 0;
}

.pnkz ul li:first-child:before {
  display: none;
}

.pnkz ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: solid #333;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pnkz ul a {
  color: #f28232;
  text-decoration: underline;
}

.pnkz ul a:hover {
  text-decoration: none;
}

.topMainV {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 410px;
}

.topMainV_item {
  text-align: center;
}

.topPickUp {
  background: #efefef;
  padding: 40px 0;
  margin-bottom: 60px;
}

.topPickUp_title {
  text-align: center;
  font-size: 180%;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}

.topPickUpSlider {
  position: relative;
  overflow: hidden;
  visibility: hidden;
}

.topPickUpSlider .bx-wrapper {
  max-width: 100% !important;
  height: auto;
}

.topPickUpSlider_item {
  padding: 0 3px 10px;
}

.topPickUpSlider_item a {
  display: inline-block;
  outline: none;
  padding: 5px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .topPickUpSlider_item a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.topPickUpSlider_item a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .topPickUpSlider_item a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.topPickUpSlider_item-text {
  display: none;
}

.topNewsEvent {
  margin-bottom: 60px;
}

.topNewsEvent .container {
  width: 1100px;
}

.topNewsEvent_title {
  text-align: center;
  font-size: 180%;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  position: relative;
  font-weight: normal;
}

.topNewsEvent_title span {
  display: inline-block;
  position: relative;
  padding: 0 100px;
}

.topNewsEvent_title img {
  position: absolute;
  top: -18px;
  right: 0;
}

.topNewsEvent_title a {
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .topNewsEvent_title a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.topNewsEvent_title a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .topNewsEvent_title a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.topSectionSpMore {
  display: none;
}

.topNewsEventMain {
  overflow: hidden;
  margin-left: -20px;
}

.topNewsEventMain a:hover {
  text-decoration: none;
}

.topNewsEventMain_item {
  margin-left: 20px;
  display: block;
  width: 260px;
  background: #efefef;
  padding: 15px 15px 20px;
  float: left;
}

.topNewsEventMain_item:hover .topNewsEventMain_title {
  text-decoration: underline;
}

.topNewsEventMain_title {
  font-weight: bold;
  border-bottom: 2px dotted #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.topNewsEventMain_day {
  margin-bottom: 10px;
}

.topBlogTopics {
  margin-bottom: 60px;
  background: url("../img/top/bg_blog_section.png") repeat;
  padding: 50px 0;
}

.topBlogTopics .container {
  width: 1100px;
}

.topBlogTopics_title {
  text-align: center;
  font-size: 180%;
  letter-spacing: 2px;
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
  position: relative;
  font-weight: normal;
}

.topBlogTopics_title span {
  display: inline-block;
  position: relative;
  padding: 0 100px;
}

.topBlogTopics_title img {
  position: absolute;
  top: -18px;
  right: 0;
}

.topBlogTopics_title a {
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .topBlogTopics_title a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.topBlogTopics_title a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .topBlogTopics_title a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.topBlogTopicsMain {
  overflow: hidden;
  margin-left: -20px;
}

.topBlogTopicsMain_item {
  margin-left: 20px;
  float: left;
  display: block;
  width: 260px;
  background: #fff;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .topBlogTopicsMain_item {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.topBlogTopicsMain_item:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .topBlogTopicsMain_item:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.topBlogTopicsMain_item:hover .topBlogTopicsMain_title {
  text-decoration: underline;
}

.topBlogTopicsMain_pic {
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.topBlogTopicsMain_data {
  padding: 10px 15px;
}

.topBlogTopicsMain_title {
  font-weight: bold;
  color: #ee8432;
  text-align: center;
  margin-bottom: 10px;
}

.topBlogTopicsMain_day {
  margin-bottom: 10px;
}

.topCourse {
  margin-bottom: 60px;
}

.topCourse .container {
  width: 1100px;
}

.topCourse_title {
  text-align: center;
  font-size: 180%;
  letter-spacing: 2px;
  margin-bottom: 40px;
  position: relative;
  font-weight: normal;
}

.topCourseMain {
  overflow: hidden;
  margin-left: -20px;
}

.topCourseMain_item {
  margin: 0 0 0 20px;
  float: left;
}

.topCourseMain_item a {
  display: block;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .topCourseMain_item a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.topCourseMain_item a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .topCourseMain_item a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.topTopics {
  overflow: hidden;
}

.topTopics_left {
  float: left;
  width: 50%;
}

.topTopics_right {
  float: right;
  width: 50%;
}

.topTopics_item {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .topTopics_item {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.topTopics_item:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .topTopics_item:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/*.topTopics_item-01 { height: 500px; }

.topTopics_item-02 { height: 250px; }

.topTopics_item-03 { height: 250px; }*/

.topOpenCampus {
  background: #daeaf2;
  padding: 70px 0;
}

.topOpenCampusMain {
  width: 670px;
}

.topOpenCampusMain_title {
  position: relative;
  margin-bottom: 25px;
}

.topOpenCampusDay {
  background: #fff;
  border-radius: 5px;
  padding: 15px 30px;
  line-height: 1.4;
  display: table;
  width: 100%;
}

.topOpenCampusDay_left {
  width: 370px;
  position: relative;
  display: table-cell;
  vertical-align: top;
}

.topOpenCampusDay_right {
  display: table-cell;
  vertical-align: top;
  border-left: 2px dotted #bbb;
  padding-left: 35px;
}

.topOpenCampusDay_title {
  font-size: 110%;
}

.topOpenCampusDay_date {
  color: #ee8432;
}

.topOpenCampusDay_date-01 {
  font-size: 440%;
  font-weight: bold;
}

.topOpenCampusDay_date-02 {
  font-size: 240%;
  font-weight: bold;
}

.topOpenCampusDay_date-03 {
  font-size: 440%;
  font-weight: bold;
}

.topOpenCampusDay_date-04 {
  font-size: 240%;
  font-weight: bold;
}

.topOpenCampusDay_more {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.topOpenCampusDay_more a {
  display: block;
  background: #ee8432;
  color: #fff;
  padding: 10px 20px;
}

.topOpenCampusDayList dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.topOpenCampusDayList dd li {
  margin-top: 5px;
}

.topOpenCampusDayList dd li:first-child {
  margin-top: 0;
}

.topOpenCampusDayList dd li a {
  display: inline-block;
  text-decoration: underline;
  position: relative;
  padding-left: 25px;
}

.topOpenCampusDayList dd li a:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: solid #707070;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.topOpenCampusDayList dd li a:hover {
  text-decoration: none;
}

.topOpenCampusPic {
  position: absolute;
  top: -30px;
  right: 5px;
  width: 40%;
}

.topMedia {
  background: url("../img/top/bg_media.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 80px 0;
}

.topMedia_inner {
  overflow: hidden;
  margin: 0 0 35px -1.5%;
}

.topMedia_item {
  margin: 0 0 0 1.2%;
  width: 32%;
  float: left;
}

.topMedia_title {
  margin-bottom: 30px;
  text-align: center;
}

.topMedia_text {
  color: #fff;
  font-size: 110%;
  margin-bottom: 30px;
}

.topMedia_more {
  line-height: 1.4;
  text-align: center;
}

.topMedia_more a {
  display: inline-block;
  width: 500px;
  background: #fff;
  color: #ea9241;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  padding: 20px 0;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .topMedia_more a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.topMedia_more a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .topMedia_more a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.topMedia_movie {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.topMedia_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.topMedia_caption {
  text-align: center;
  color: #fff;
}

.staticPageParts {
  margin-bottom: 30px;
  font-size: 110%;
}

.staticPageParts h1 {
  padding: 15px 20px 15px 30px;
  font-size: 180%;
  border-bottom: 2px solid #005dad;
  background: url("../img/page/pic_title.png") no-repeat top left;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.staticPageParts h2 {
  font-size: 160%;
  margin-bottom: 30px;
  padding-bottom: 20px;
  background: url("../img/page/pic_title02.png") no-repeat bottom left;
  letter-spacing: 1px;
}

.staticPageParts h3 {
  font-size: 140%;
  margin-bottom: 30px;
  padding: 5px 10px 5px 25px;
  background: #3ca52f;
  color: #fff;
  position: relative;
  letter-spacing: 1px;
}

.staticPageParts h3:before {
  content: "";
  background: #97d18f;
  width: 5px;
  height: 45%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 12px;
}

.staticPageParts h3:after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.staticPageParts h4 {
  font-size: 130%;
  margin-bottom: 30px;
  border-left: 8px solid #005dad;
  padding: 5px 10px;
  background: url("../img/page/pic_title03.png") repeat;
}

.staticPageParts h5 {
  font-size: 110%;
  border-left: 5px solid #3ca52f;
  line-height: 1.4;
  padding-left: 7px;
  margin-bottom: 30px;
}

.staticPageParts h6 {
  color: #3ca52f;
}

.sectionOcIndex_head {
  margin-bottom: 50px;
}

.sectionOcIndex .container {
  width: 1100px;
}

.sectionOcIndexPlan {
  background: #eef6ec;
  padding: 20px 30px 25px;
  margin-bottom: 30px;
}

.sectionOcIndexPlan-mb100 {
  margin-bottom: 100px;
}

.sectionOcIndexPlan_title {
  text-align: center;
  color: #62ac47;
  font-size: 180%;
  margin-bottom: 15px;
}

.sectionOcIndexPlan_title img {
  display: inline-block;
  vertical-align: -2px;
  margin-right: 10px;
}

.sectionOcIndexPlan_inner {
  overflow: hidden;
  margin-left: -28px;
}

.sectionOcIndexPlanItem {
  margin: 0 0 0 28px;
  /*float: left;*/
  background: #fff;
  border: 1px dashed #62ac47;
  width: 250px;
  padding: 20px 25px 25px;
  line-height: 1.3;
}

.sectionOcIndexPlanItem_day {
  font-weight: bold;
  margin-bottom: 15px;
}

.sectionOcIndexPlanItem_day-01 {
  font-size: 140%;
  margin-bottom: -5px;
}

.sectionOcIndexPlanItem_day-02 {
  font-size: 250%;
}

.sectionOcIndexPlanItem_day-03 {
  font-size: 160%;
}

.sectionOcIndexPlanItem_day-04 {
  font-size: 250%;
}

.sectionOcIndexPlanItem_day-05 {
  font-size: 160%;
}

.sectionOcIndexPlanItem_day-06 {
  font-size: 160%;
}

.sectionOcIndexPlanItem_more a {
  display: block;
  background: #63ad48;
  color: #fff;
  text-align: center;
  font-size: 110%;
  padding: 10px 0;
  position: relative;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .sectionOcIndexPlanItem_more a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.sectionOcIndexPlanItem_more a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .sectionOcIndexPlanItem_more a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.sectionOcIndexPlanItem_more a:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  margin: auto;
  border: solid #63ad48;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 100;
}

.sectionOcIndexPlanItem_more a:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-radius: 100px;
  background: #fff;
}

.sectionOcIndexNavi {
  margin-bottom: 30px;
}

.sectionOcIndexNavi_inner {
  display: table;
  width: 100%;
  border: 1px solid #888888;
}

.sectionOcIndexNavi_item {
  display: table-cell;
  width: 25%;
  text-align: center;
  padding: 20px 0 40px;
  position: relative;
  vertical-align: top;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .sectionOcIndexNavi_item {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.sectionOcIndexNavi_item:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .sectionOcIndexNavi_item:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.sectionOcIndexNavi_item:before {
  content: "";
  width: 1px;
  height: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #888888;
}

.sectionOcIndexNavi_item:first-child:before {
  display: none;
}

.sectionOcIndexNavi_item:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  border: solid #888888;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sectionOcIndexNavi_icon {
  height: 46px;
  text-align: center;
  width: 100%;
  margin-bottom: 3px;
}

.sectionOcIndexNavi_icon-04 {
  padding-top: 12px;
}

.sectionOcIndexNavi_title {
  font-weight: bold;
  font-size: 120%;
}

.sectionOcIndexSection {
  margin-bottom: 30px;
}

.sectionOcIndexSection-mb100 {
  margin-bottom: 100px;
}

.sectionOcIndexSection_title {
  font-size: 140%;
  margin-bottom: 20px;
  padding: 5px 10px 5px 25px;
  background: #3ca52f;
  color: #fff;
  position: relative;
  letter-spacing: 1px;
}

.sectionOcIndexSection_title:before {
  content: "";
  background: #97d18f;
  width: 5px;
  height: 45%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 12px;
}

.sectionOcIndexSection_title:after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sectionOcIndexSection_comment {
  font-size: 110%;
  margin-bottom: 30px;
}

.sectionOcIndexSection_checkTitle {
  font-size: 220%;
  font-weight: bold;
  color: #3ca52f;
  margin-bottom: 15px;
}

.sectionOcIndexSection_more {
  text-align: center;
  line-height: 1.4;
}

.sectionOcIndexSection_more a {
  display: inline-block;
  width: 400px;
  background: #f09636;
  color: #fff;
  font-size: 110%;
  padding: 15px 0;
  position: relative;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .sectionOcIndexSection_more a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.sectionOcIndexSection_more a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .sectionOcIndexSection_more a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.sectionOcIndexSection_more a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  margin: auto;
  border: solid #f09636;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 100;
}

.sectionOcIndexSection_more a:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-radius: 100px;
  background: #fff;
}

.sectionOcIndexSection_inner {
  overflow: hidden;
  padding-top: 20px;
  margin-left: -20px;
}

.sectionOcIndexFlowItem {
  margin: 0 0 50px 20px;
  float: left;
  width: 350px;
  position: relative;
}

.sectionOcIndexFlowItem_no {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 100px;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 6px;
  top: -15px;
  left: 5px;
}

.sectionOcIndexFlowItem_data {
  background: #eef7ec;
  padding: 8px 10px;
  line-height: 1.4;
}

.sectionOcIndexFlowItem_data dt {
  font-size: 140%;
  position: relative;
  padding: 0 0 0 25px;
  font-weight: bold;
  margin-bottom: 5px;
}

.sectionOcIndexFlowItem_data dt:after {
  content: "";
  width: 10px;
  height: 13px;
  position: absolute;
  top: 8px;
  left: 5px;
  background: url("../img/oc/icon_arrow.png") no-repeat;
}

.sectionOcIndexFlowItem-pic {
  text-align: center;
}

.sectionOcIndexSectionPost {
  text-align: center;
}

.sectionOcDetail {
  margin-bottom: 50px;
}

.sectionOcDetail_main {
  border: 2px solid #4a9fa8;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 50px;
}

.sectionOcDetailDay {
  margin-bottom: 50px;
}

.sectionOcDetailDay_inner {
  display: table;
  width: 820px;
  margin: 0 auto;
}

.sectionOcDetailDay_left {
  display: table-cell;
  vertical-align: middle;
  background: #499ea7;
  width: 280px;
  text-align: center;
  color: #fff;
  line-height: 1.3;
}

.sectionOcDetailDay_right {
  display: table-cell;
  vertical-align: top;
  padding: 20px 25px;
  background: #eef6ec;
}

.sectionOcDetailDay_year {
  font-size: 140%;
}

.sectionOcDetailDay_month {
  font-weight: bold;
}

.sectionOcDetailDay_month-01 {
  font-size: 300%;
}

.sectionOcDetailDay_month-02 {
  font-size: 160%;
}

.sectionOcDetailDay_month-03 {
  font-size: 300%;
}

.sectionOcDetailDay_month-04 {
  font-size: 160%;
}

.sectionOcDetailDay_week {
  font-size: 160%;
}

.sectionOcDetailDay_recept {
  overflow: hidden;
  font-size: 110%;
  line-height: 1.4;
  margin-bottom: 10px;
}

.sectionOcDetailDay_recept dt {
  display: inline-block;
  width: 75px;
  background: #62ac48;
  color: #fff;
  text-align: center;
  float: left;
  padding: 3px 0;
}

.sectionOcDetailDay_recept dd {
  margin: 0 0 0 90px;
  font-weight: bold;
  padding-top: 3px;
  letter-spacing: 2px;
}

.sectionOcDetailDay_start {
  overflow: hidden;
  font-size: 110%;
  line-height: 1.4;
  margin-bottom: 10px;
}

.sectionOcDetailDay_start dt {
  display: inline-block;
  width: 75px;
  background: #f09636;
  color: #fff;
  text-align: center;
  float: left;
  padding: 3px 0;
}

.sectionOcDetailDay_start dd {
  margin: 0 0 0 90px;
  font-weight: bold;
  padding-top: 3px;
  letter-spacing: 2px;
}

.sectionOcDetailDay_comment {
  padding-top: 15px;
  font-size: 110%;
}

.sectionOcDetailInfo {
  margin-bottom: 60px;
}

.sectionOcDetailInfo_inner {
  overflow: hidden;
}

.sectionOcDetailInfo_left {
  float: left;
  width: 370px;
}

.sectionOcDetailInfo_right {
  margin: 0 0 0 400px;
  overflow: hidden;
}

.sectionOcDetailInfo_pic {
  width: 370px;
  height: 270px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.sectionOcDetailInfo_title {
  font-weight: bold;
  font-size: 180%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.sectionOcDetailInfo_comment {
  line-height: 2;
  margin-bottom: 30px;
}

.sectionOcDetailInfo_more {
  float: right;
  overflow: hidden;
}

.sectionOcDetailInfo_btn {
  float: left;
}

.sectionOcDetailInfo_btn-01 {
  margin-right: 15px;
}

.sectionOcDetailInfo_btn-01 a {
  background: #f09636;
}

.sectionOcDetailInfo_btn-01 a:before {
  border: solid #f09636;
  border-width: 2px 2px 0 0;
}

.sectionOcDetailInfo_btn-02 a {
  background: #63ac48;
}

.sectionOcDetailInfo_btn-02 a:before {
  border: solid #63ac48;
  border-width: 2px 2px 0 0;
}

.sectionOcDetailInfo_btn a {
  display: inline-block;
  width: 200px;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  font-size: 130%;
  line-height: 1.4;
  position: relative;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .sectionOcDetailInfo_btn a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.sectionOcDetailInfo_btn a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .sectionOcDetailInfo_btn a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.sectionOcDetailInfo_btn a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 100;
}

.sectionOcDetailInfo_btn a:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-radius: 100px;
  background: #fff;
}

.sectionMediaIndex {
  margin-bottom: 100px;
}

.sectionMediaIndex_title {
  text-align: center;
  margin-bottom: 50px;
}

.sectionMediaIndex .container {
  width: 1100px;
}

.sectionMediaIndexSearch {
  margin-bottom: 50px;
}

.sectionMediaIndexSearch_inner {
  width: 560px;
  margin: 0 auto;
  position: relative;
  line-height: 1.3;
  overflow: hidden;
  height: 50px;
  border: 1px solid #707070;
  border-radius: 5px;
}

.sectionMediaIndexSearch_text {
  display: block;
  width: 100%;
  padding: 10px 70px 10px 15px;
  font-size: 17px;
  height: 50px;
  border: none;
}

.sectionMediaIndexSearch_btn {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #62ac47 url("../img/media/icon_search.png") no-repeat 50% 7px;
  height: 50px;
  width: 60px;
  border-radius: 0;
  display: block;
  text-indent: -9999px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .sectionMediaIndexSearch_btn {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.sectionMediaIndexSearch_btn:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .sectionMediaIndexSearch_btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.sectionMediaIndexNavi {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
}

.sectionMediaIndexNavi_item {
  display: inline-block;
  margin: 0 30px;
  font-size: 130%;
}

.sectionMediaIndexNavi_item.active a:after {
  top: 22px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sectionMediaIndexNavi a {
  display: block;
  padding: 15px 0 15px 50px;
  position: relative;
}

.sectionMediaIndexNavi a:before {
  content: "";
  width: 40px;
  height: 40px;
  border: 2px solid #989898;
  border-radius: 100px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.sectionMediaIndexNavi a:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 12px;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #989898;
  border-left: 8px solid #989898;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sectionMediaIndexCategory {
  margin: 0 0 50px;
}

.sectionMediaIndexCategory_main {
  background: #62ac48;
  padding: 20px 0;
  display: none;
}

.sectionMediaIndexCategory_title {
  text-align: center;
  color: #fff;
  font-size: 200%;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.sectionMediaIndexCategory_cat {
  text-align: center;
  line-height: 1.4;
  padding: 0 150px;
}

.sectionMediaIndexCategory_cat li {
  display: inline-block;
  margin: 0 10px 20px;
}

.sectionMediaIndexCategory_cat a {
  display: inline-block;
  border: 3px solid #fff;
  color: #fff;
  font-size: 120%;
  border-radius: 10px;
  padding: 10px 20px;
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0, 1.01, 0.47, 1);
}

.sectionMediaIndexCategory_cat a:hover {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  color: #62ac48;
  text-decoration: none;
}

.sectionMediaIndexMain_inner {
  visibility: hidden;
}

.sectionMediaIndexMain_item {
  text-align: center;
  margin: 0 0 0 10px;
  background-size: cover;
  background-position: center center;
  background-color: #fafafa;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .sectionMediaIndexMain_item {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.sectionMediaIndexMain_item:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .sectionMediaIndexMain_item:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.sectionMediaIndexMain .slick-slide {
  height: 150px;
}

.sectionMediaIndexMain .slick-prev {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  bottom: 0;
  left: -25px;
  margin: auto;
  z-index: 1000;
  display: block;
  text-indent: -9999px;
  background: url("../img/media/icon_prev.png");
  border: none;
}

.sectionMediaIndexMain .slick-next {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  bottom: 0;
  right: -25px;
  margin: auto;
  z-index: 1000;
  display: block;
  text-indent: -9999px;
  background: url("../img/media/icon_next.png");
  border: none;
}

.sectionMediaSearchResult {
  text-align: center;
  font-weight: bold;
  background: #eeeeee;
  line-height: 1.4;
  margin-bottom: 40px;
  padding: 10px 0;
  font-size: 120%;
  letter-spacing: 2px;
}

.sectionMediaSearchResult span {
  font-size: 160%;
}

.mediaSearchResult {
  margin-bottom: 100px;
}

.mediaSearchResult_item {
  overflow: hidden;
  margin-bottom: 50px;
  display: block;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .mediaSearchResult_item {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.mediaSearchResult_item:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .mediaSearchResult_item:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.mediaSearchResult_pic {
  float: left;
  width: 430px;
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-color: #fafafa;
}

.mediaSearchResult_data {
  margin: 0 0 0 470px;
}

.mediaSearchResult_title {
  font-size: 160%;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  margin-bottom: 15px;
}

.mediaSearchResult_comment {
  font-size: 110%;
}

.mediaSearchResult_inner {
  overflow: hidden;
  margin-left: -1%;
}

.mediaSearchResultMovieItem {
  display: block;
  width: 24%;
  height: 150px;
  background-size: cover;
  background-position: center center;
  background-color: #fafafa;
  float: left;
  margin: 0 0 20px 1%;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .mediaSearchResultMovieItem {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.mediaSearchResultMovieItem:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .mediaSearchResultMovieItem:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.mediaSearchResultCategory {
  margin-bottom: 10px;
}

.mediaSearchResultCategory ul {
  overflow: hidden;
}

.mediaSearchResultCategory li {
  float: left;
  margin-right: 10px;
}

.mediaSearchResultCategory_item {
  border: 1px solid #63ac48;
  padding: 3px 10px;
  color: #63ac48;
}

.mediaSearchResultCategory_cat {
  border: 1px solid #63ac48;
  color: #fff;
  padding: 3px 10px;
}

.mediaSearchResultCategory_cat-movie {
  background: #63ac48 url("../img/media/icon_cat_movie.png") no-repeat 5px 50%;
  padding-left: 30px;
}

.mediaSearchResultCategory_cat-sound {
  background: #63ac48 url("../img/media/icon_cat_sound.png") no-repeat 8px 50%;
  padding-left: 30px;
}

.mediaSearchResultCategory_cat-photo {
  background: #63ac48 url("../img/media/icon_cat_photo.png") no-repeat 8px 50%;
  padding-left: 30px;
}

.mediaSearchResultCategory_cat-file {
  background: #63ac48 url("../img/media/icon_cat_file.png") no-repeat 8px 50%;
  padding-left: 30px;
}

.mediaSearchResultCategory_cat-other {
  background: #63ac48 url("../img/media/icon_cat_other.png") no-repeat 8px 50%;
  padding-left: 30px;
}

.mediaPager {
  text-align: center;
}

.mediaPager .wp-pagenavi .current {
  background: #63ad48;
  color: #fff;
  width: 36px;
  height: 36px;
  display: inline-block;
  padding-top: 7px;
  vertical-align: top;
}

.mediaPager .wp-pagenavi .page {
  display: inline-block;
  background: #d9d9d9;
  width: 36px;
  height: 36px;
  vertical-align: top;
  padding-top: 7px;
  color: #808080;
}

.mediaPager .wp-pagenavi .page:hover {
  background: #bcdeb2;
}

.mediaPager .wp-pagenavi .nextpostslink {
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  width: 20px;
  height: 36px;
}

.mediaPager .wp-pagenavi .nextpostslink:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: solid #bbb;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mediaPager .wp-pagenavi .previouspostslink {
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  width: 20px;
  height: 36px;
}

.mediaPager .wp-pagenavi .previouspostslink:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: solid #bbb;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mediaSearchResultNoItem {
  text-align: center;
  font-size: 120%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
