/* ==========================================================================
Font
==========================================================================*/
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
/* ==========================================================================
Foundation
==========================================================================*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  border: 0; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1;
  overflow: hidden; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

main {
  display: block; }

html {
  font-size: 62.5%;
  overflow: auto; }

* {
  box-sizing: border-box;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-shadow: none;
  -webkit-appearance: none; }

.l-main img {
  display: block;
  width: 100%;
  height: auto; }

.l-main * {
  color: #000; }

@media screen and (min-width: 768px) {
  .l-main * {
    font-size: 1.5rem; } }
@media screen and (max-width: 768px) {
  .l-main * {
    font-size: 1.4rem;
    line-height: 1.8; } }
 /* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  border: 0; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1;
  overflow: hidden; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

main {
  display: block; }

html {
  font-size: 62.5%;
  overflow: auto; }

.l-main img {
  display: block;
  width: 100%;
  height: auto; }

* {
  box-sizing: border-box;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-shadow: none;
  -webkit-appearance: none; }

body {
  font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothicM, YuGothic, Meiryo, sans-serif; }

 /*!
* animate.css -http://daneden.me/animate
* Version - 3.6.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2018 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

@-webkit-keyframes bounce {
  from,
	20%,
	53%,
	80%,
	to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -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); }
  40%,
	43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    -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); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -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); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from,
	20%,
	53%,
	80%,
	to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -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); }
  40%,
	43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    -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); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -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); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-name: bounce;
  animation-name: bounce; }

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

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

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-name: headShake;
  animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-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;
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
	11.1%,
	to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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-transform-origin: center;
  transform-origin: center;
  -webkit-animation-name: jello;
  animation-name: jello; }

@-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% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0; }
  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% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1; }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 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% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0; }
  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% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1; }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1; } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-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% {
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
    opacity: 0; }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    opacity: 1; }
  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 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% {
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
    opacity: 0; }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    opacity: 1; }
  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); } }
.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% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
    opacity: 0; }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
    opacity: 1; }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@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% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
    opacity: 0; }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
    opacity: 1; }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.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 {
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
    opacity: 0; }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
    opacity: 1; }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@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 {
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
    opacity: 0; }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
    opacity: 1; }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.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 {
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
    opacity: 0; }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 1; }
  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 {
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
    opacity: 0; }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    opacity: 1; }
  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% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1; }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0; } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
		55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1; }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0; } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

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

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

@-webkit-keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
    opacity: 0; } }
@keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
    opacity: 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% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
    opacity: 0; } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
		45% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
    opacity: 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 {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes fadeInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

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

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

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

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

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

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

@-webkit-keyframes fadeInUpBig {
  from {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes fadeInUpBig {
  from {
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.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 {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0; } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0; } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

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

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

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

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

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

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
    opacity: 0; } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
    opacity: 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-animation-name: flip;
  animation-name: flip;
  -webkit-backface-visibility: visible;
  backface-visibility: visible; }

@-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-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-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-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-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-animation-duration: .75s;
  animation-duration: .75s;
  -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-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

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

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

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

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    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: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    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: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    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: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    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: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    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: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

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

@-webkit-keyframes jackInTheBox {
  from {
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    opacity: 0; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes jackInTheBox {
  from {
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    opacity: 0; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rollIn {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.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 {
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    opacity: 0; } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    opacity: 0; } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

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

@-webkit-keyframes zoomInDown {
  from {
    -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);
    opacity: 0; }
  60% {
    -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);
    opacity: 1; } }
@keyframes zoomInDown {
  from {
    -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);
    opacity: 0; }
  60% {
    -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);
    opacity: 1; } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    -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);
    opacity: 0; }
  60% {
    -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);
    opacity: 1; } }
@keyframes zoomInLeft {
  from {
    -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);
    opacity: 0; }
  60% {
    -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);
    opacity: 1; } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    -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);
    opacity: 0; }
  60% {
    -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);
    opacity: 1; } }
@keyframes zoomInRight {
  from {
    -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);
    opacity: 0; }
  60% {
    -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);
    opacity: 1; } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    -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);
    opacity: 0; }
  60% {
    -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);
    opacity: 1; } }
@keyframes zoomInUp {
  from {
    -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);
    opacity: 0; }
  60% {
    -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);
    opacity: 1; } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

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

@-webkit-keyframes zoomOutDown {
  40% {
    -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);
    opacity: 1; }
  to {
    -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);
    opacity: 0; } }
@keyframes zoomOutDown {
  40% {
    -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);
    opacity: 1; }
  to {
    -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);
    opacity: 0; } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    -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);
    opacity: 1; }
  to {
    -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;
    opacity: 0; } }
@keyframes zoomOutLeft {
  40% {
    -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);
    opacity: 1; }
  to {
    -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;
    opacity: 0; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    -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);
    opacity: 1; }
  to {
    -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;
    opacity: 0; } }
@keyframes zoomOutRight {
  40% {
    -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);
    opacity: 1; }
  to {
    -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;
    opacity: 0; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    -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);
    opacity: 1; }
  to {
    -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);
    opacity: 0; } }
@keyframes zoomOutUp {
  40% {
    -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);
    opacity: 1; }
  to {
    -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);
    opacity: 0; } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

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

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

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

@-webkit-keyframes slideInUp {
  from {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  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; }

/* COMMON */
* {
  font-family: 'Noto Sans Japanese', YuGothic, 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif; }

sub,
sup {
  font-family: YuGothic, 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  font-size: .5em;
  line-height: 1 !important;
  z-index: 0 !important; }

/* framework */
div.container {
  font-size: 14px;
  position: relative;
  width: 100%; }

div.container article,
div.container div,
div.container section {
  box-sizing: border-box; }

div.content {
  margin: 0 auto; }

@media screen and (min-width: 769px) {
  div.content {
    width: 90%;
    max-width: 1200px; } }
@media screen and (max-width: 768px) {
  div.content {
    width: 90%; } }
@media screen and (max-width: 768px) {
  .cnt_pc {
    display: none; } }
@media screen and (min-width: 769px) {
  .cnt_sp {
    display: none; } }
/* section common */
.rbn {
  position: absolute;
  top: -10%;
  left: 20%;
  width: 60%; }

@media screen and (max-width: 768px) {
  .rbn {
    top: -11%;
    left: 5%;
    width: 90%; } }
.fl_box {
  zoom: 1; }

.fl_box:after,
.fl_box:before {
  display: table;
  content: ''; }

.fl_box:after {
  clear: both; }

.fl_box .fl_left {
  float: left; }

.fl_box .fl_right {
  float: right; }

.application {
  zoom: 1;
  width: 70%;
  margin: 0 auto; }

.application:after,
.application:before {
  display: table;
  content: ''; }

.application:after {
  clear: both; }

@media screen and (max-width: 768px) {
  .application {
    width: 90%; } }
.application div {
  float: left; }

.application .hr-text {
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1em;
  position: relative;
  height: 1.5em;
  margin-bottom: 10px;
  text-align: center;
  color: #172a88;
  border: 0;
  outline: 0; }

@media screen and (max-width: 768px) {
  .application .hr-text {
    font-size: 1.3rem; } }
.application .hr-text:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #172a88; }

.application .hr-text:after {
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  padding: 0 .5em;
  content: attr(data-content);
  color: black;
  color: #172a88;
  background-color: #fcfcfa; }

.copy {
  margin: 60px auto;
  text-align: left; }

@media screen and (max-width: 768px) {
  .copy {
    font-size: .8rem;
    width: 90%;
    margin: 20px auto; } }
.app01 {
  width: 43%; }

.app02 {
  width: 14%; }

/* content */
.container section {
  width: 100%;
  text-align: center; }

.container section h2,
.container section h3 {
  margin: 0;
  padding: 0; }

#mlk-sec02 {
  background-color: #fff;
  background-image: url("/milk-coffee/assets/images/sec02_bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom; }

@media screen and (max-width: 768px) {
  #mlk-sec02 {
    background-image: url("/milk-coffee/assets/images/sec02_bg_sp.jpg");
    background-size: cover; } }
#mlk-sec03 {
  background-color: #fff;
  background-image: url("/milk-coffee/assets/images/sec03_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top; }

@media screen and (max-width: 768px) {
  #mlk-sec03 {
    width: 100%;
    background: url("/milk-coffee/assets/images/sec03_bg_sp.jpg") no-repeat;
    background-size: cover; } }
#mlk-sec04 {
  background-color: #efefef; }

@media screen and (max-width: 768px) {
  #mlk-sec04 {
    background-image: url("/milk-coffee/assets/images/sec04_bg_sp.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover; } }
#mlk-sec05 {
  margin-bottom: 0;
  background-color: #3a130c;
  background-image: url("/milk-coffee/assets/images/sec05_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain; }

@media screen and (max-width: 768px) {
  #mlk-sec05 {
    height: auto;
    background-image: url("/milk-coffee/assets/images/sec05_bg_sp.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; } }
#mlk-sec06 {
  background-color: #bd771a; }

#mlk-sec06 .content {
  position: relative; }

@media screen and (max-width: 768px) {
  #mlk-sec06 {
    position: relative; } }
#mlk-sec06:after {
  font-size: 0;
  line-height: 0;
  bottom: 10px;
  display: inline-block;
  width: 100%;
  height: 165px;
  margin: 0;
  padding: 0;
  content: '/';
  background-image: url("/milk-coffee/assets/images/sec06_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom; }

#mlk-sec07 {
  background-color: #fff; }

#mlk-sec01 {
  position: relative; }

#mlk-sec01 .bx-wrapper {
  position: relative;
  border: none;
  box-shadow: none; }

#mlk-sec01 .bx-wrapper .bx-controls {
  position: absolute;
  bottom: 10%;
  width: 100%; }

#mlk-sec01 > .content {
  position: relative;
  padding: 10px 0 20px; }

@media screen and (max-width: 768px) {
  #mlk-sec01 > .content {
    padding: 10px 0 5px; } }
#mlk-sec01 > .content::after {
  display: block;
  clear: both;
  content: ''; }

#mlk-sec01 > .content .mlk-social {
  float: right;
  zoom: 1;
  list-style: none; }

@media screen and (max-width: 768px) {
  #mlk-sec01 > .content .mlk-social {
    position: relative;
    top: 0;
    float: right; }

  #mlk-sec01 > .content .mlk-social li {
    width: 45px; } }
#mlk-sec01 > .content .mlk-social:after,
#mlk-sec01 > .content .mlk-social:before {
  display: table;
  content: ''; }

#mlk-sec01 > .content .mlk-social:after {
  clear: both; }

#mlk-sec01 > .content .mlk-social li {
  display: inline;
  float: left;
  margin-left: 10px;
  background: url("/milk-coffee/assets/images/sns_icon.svg") no-repeat;
  background-size: 150px 150px; }

#mlk-sec01 > .content .mlk-social li a {
  display: block;
  width: 45px;
  height: 45px; }

#mlk-sec01 > .content .mlk-social li.mlk-soc_tw {
  width: 45px;
  height: 45px;
  background-position: -76px -25px; }

#mlk-sec01 > .content .mlk-social li.mlk-soc_tw:hover {
  background-position: -21px -25px; }

#mlk-sec01 > .content .mlk-social li.mlk-soc_fb {
  width: 45px;
  height: 45px;
  background-position: -76px -73px; }

#mlk-sec01 > .content .mlk-social li.mlk-soc_fb:hover {
  background-position: -21px -73px; }

#mlk-sec01 .mlk-slider_wrp {
  width: 100%;
  height: 638px;
  padding: 0; }

@media screen and (max-width: 768px) {
  #mlk-sec01 .mlk-slider_wrp {
    height: auto; } }
#mlk-sec01 .mlk-slider_wrp li {
  list-style: none; }

#mlk-sec01 .mlk-slider_wrp li.mlk-slide01 {
  width: 0;
  height: 100%;
  transition: .5s;
  background: url("/milk-coffee/assets/images/sec01_kv01_bg01.jpg") no-repeat;
  background-position: center;
  background-size: 100% 100%; }

#mlk-sec01 .mlk-slider_wrp li.mlk-slide01::before {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 638px;
  content: '';
  transition: .5s;
  opacity: 0;
  background: url("/milk-coffee/assets/images/sec01_kv01_bg02.png") no-repeat;
  background-position: center;
  background-size: 1199px 638px; }

@media screen and (max-width: 768px) {
  #mlk-sec01 .mlk-slider_wrp li.mlk-slide01 {
    width: 100%;
    background: none; }

  #mlk-sec01 .mlk-slider_wrp li.mlk-slide01::before {
    content: none; } }
#mlk-sec01 .mlk-slider_wrp li.mlk-slide01.on {
  width: 100%; }

#mlk-sec01 .mlk-slider_wrp li.mlk-slide01.on::before {
  transition-delay: .5s;
  opacity: 1; }

#mlk-sec01 .mlk-slider_wrp li.mlk-slide01 .content {
  position: relative;
  z-index: 20;
  width: 1010px;
  margin: 0 auto;
  transition: .5s;
  opacity: 0; }

@media screen and (max-width: 768px) {
  #mlk-sec01 .mlk-slider_wrp li.mlk-slide01 .content {
    opacity: 1; } }
#mlk-sec01 .mlk-slider_wrp li.mlk-slide01 .content.on {
  opacity: 1; }

#mlk-sec01 .mlk-slider_wrp li.mlk-slide01 .content > * {
  position: absolute; }

#mlk-sec01 .mlk-slider_wrp li.mlk-slide01 .content .item {
  top: -50px;
  left: 0; }

#mlk-sec01 .mlk-slider_wrp li.mlk-slide01 .content .text01 {
  top: 10px;
  right: 105px;
  width: 45%; }

#mlk-sec01 .mlk-slider_wrp li.mlk-slide01 .content .text02 {
  top: 180px;
  right: 0; }

@-webkit-keyframes shine {
  25% {
    background-position: 100px 0; }
  100% {
    background-position: 100px 0; } }
@keyframes shine {
  25% {
    background-position: 100px 0; }
  100% {
    background-position: 100px 0; } }
#mlk-sec01 .mlk-slider_wrp li.mlk-slide01 .content .text02::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  content: none\0;
  -webkit-animation: shine 4s 2s infinite;
  animation: shine 4s 2s infinite;
  pointer-events: none;
  background: radial-gradient(0 0, circle farthest-side, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0.8) 98%, rgba(255, 255, 255, 0) 100%) no-repeat;
  background: radial-gradient(circle farthest-side at 0 0, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0.8) 98%, rgba(255, 255, 255, 0) 100%) no-repeat;
  background-position: -702px;
  -webkit-mask: url("/milk-coffee/assets/images/sec01_kv01_text02.png") center;
  mask: url("#mask-firefox"); }

@supports (-ms-ime-align: auto) {
  #mlk-sec01 .mlk-slider_wrp li.mlk-slide01 .content .text02::after {
    content: none; } }
#mlk-sec01 .mlk-slider_wrp li.mlk-slide01 .content .text03 {
  top: 520px;
  right: 0;
  left: 0;
  margin: auto; }

#mlk-sec01 .mlk-slider_wrp li.mlk-slide01 .content .text04 {
  top: 380px;
  right: -85px; }

#mlk-sec02 {
  padding: 90px 0 40px; }

#mlk-sec02 .content {
  position: relative; }

#mlk-sec02 .content section {
  position: relative;
  z-index: 20; }

@media screen and (max-width: 768px) {
  #mlk-sec02 {
    padding-top: 30px; } }
#mlk-sec02 h2 img {
  margin-bottom: 35px; }

@media screen and (max-width: 768px) {
  #mlk-sec02 h2 img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-bottom: 10px;
    vertical-align: top; } }
#mlk-sec02 p {
  font-size: 1.1em;
  line-height: 2rem;
  margin-bottom: 100px;
  color: #3a130d; }

@media screen and (max-width: 768px) {
  #mlk-sec02 p {
    font-size: 1em;
    margin-bottom: 50px;
    text-align: left; } }
#mlk-sec03 {
  position: relative; }

#mlk-sec03 section {
  width: 50%;
  height: 675px;
  margin-left: 50%;
  padding-top: 160px;
  text-align: left; }

@media screen and (max-width: 768px) {
  #mlk-sec03 section {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 0; } }
#mlk-sec03 section h2 {
  font-size: 2.7em;
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  #mlk-sec03 section h2 {
    width: 85%;
    margin: 0 auto 10px; }

  #mlk-sec03 section h2 img {
    width: 100%;
    height: auto; } }
#mlk-sec03 section p {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.6em;
  max-width: 450px;
  margin-top: 0; }

@media screen and (max-width: 768px) {
  #mlk-sec03 section p {
    font-size: 1.1rem;
    line-height: 2rem;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 20%;
    letter-spacing: -1px; } }
#mlk-sec03 section .mlk-bottle {
  position: absolute;
  top: 0;
  right: 50%; }

@media screen and (max-width: 768px) {
  #mlk-sec03 section .mlk-bottle {
    position: relative;
    right: 0;
    width: 52%;
    margin: 0 auto;
    padding-top: 0; }

  #mlk-sec03 section .mlk-bottle img {
    width: 100%;
    height: auto; } }
#mlk-sec04 {
  position: relative; }

#mlk-sec04 .content {
  position: relative;
  background-image: url("/milk-coffee/assets/images/sec04_bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom; }

#mlk-sec04 .content > section::after {
  display: block;
  clear: both;
  content: ''; }

@media screen and (max-width: 768px) {
  #mlk-sec04 .content {
    overflow: hidden;
    background: none; } }
#mlk-sec04 h2 {
  color: #003c7e; }

#mlk-sec04 .prd_box {
  position: relative;
  left: 50%;
  float: left;
  zoom: 1;
  width: 570px; }

#mlk-sec04 .prd_box:after,
#mlk-sec04 .prd_box:before {
  display: table;
  content: ''; }

#mlk-sec04 .prd_box:after {
  clear: both; }

@media screen and (max-width: 768px) {
  #mlk-sec04 .prd_box {
    width: 100%; } }
#mlk-sec04 .prd {
  position: relative;
  left: -50%;
  float: left;
  width: 44%;
  max-width: 400px;
  margin: 60px 3% 100px; }

@media screen and (max-width: 768px) {
  #mlk-sec04 .prd img {
    width: 55%;
    height: auto;
    margin: 0 auto 10px; } }
#mlk-sec04 .prd p {
  font-weight: 900;
  margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  #mlk-sec04 .prd p {
    font-size: .9rem;
    margin-bottom: 20px; } }
#mlk-sec04 .prd .lnk a {
  padding: 10px 40px;
  transition: .5s;
  text-decoration: none;
  color: #fff;
  border: 1px solid #d7000f;
  border-radius: 30px;
  background: #d7000f; }

#mlk-sec04 .prd .lnk a:hover {
  color: #d7000f;
  background: none; }

@media screen and (max-width: 768px) {
  #mlk-sec04 .prd .lnk a {
    font-size: .9rem;
    padding: 5% 15%; } }
#mlk-sec05 .bx-wrapper {
  position: relative;
  width: 560px;
  margin: 50px auto 0;
  border: none;
  background: none;
  box-shadow: none; }

@media screen and (max-width: 768px) {
  #mlk-sec05 .bx-wrapper {
    width: 100%;
    margin: 0 auto; }

  #mlk-sec05 .bx-wrapper .bx-viewport {
    pointer-events: none; } }
#mlk-sec05 .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 15%;
  width: 100%; }

@media screen and (max-width: 768px) {
  #mlk-sec05 .bx-wrapper .bx-pager {
    bottom: 7%; } }
#mlk-sec05 .bx-wrapper p {
  line-height: 2em;
  margin-bottom: 30%;
  text-align: left;
  color: #fff; }

#mlk-sec05 .bx-prev {
  left: -10%;
  background: url("/milk-coffee/assets/images/sec05_slide_btn_left.png") no-repeat 0 0; }

@media screen and (max-width: 768px) {
  #mlk-sec05 .bx-prev {
    left: -3%; } }
#mlk-sec05 .bx-next {
  right: -10%;
  background: url("/milk-coffee/assets/images/sec05_slide_btn_right.png") no-repeat 0 0; }

@media screen and (max-width: 768px) {
  #mlk-sec05 .bx-next {
    right: -3%; } }
#mlk-sec05 .feed-prev-btn .bx-prev {
  display: block;
  opacity: 0; }

#mlk-sec05 .feed-next-btn .bx-next {
  display: block;
  opacity: 0; }

#mlk-sec05 .navi-btn {
  float: left;
  width: 60px;
  height: 60px;
  margin: 79px 8px 0 9px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px; }

#mlk-sec05 .bx-wrapper .bx-controls-direction a {
  top: 30%;
  width: 56px;
  height: 60px;
  margin-top: -30px; }

@media screen and (max-width: 768px) {
  #mlk-sec05 .bx-wrapper .bx-controls-direction a {
    top: 20%;
    width: 32px;
    height: 35px;
    background-size: cover; } }
#mlk-sec05 h2,
#mlk-sec06 h2 {
  color: #fff; }

#mlk-sec04 h2,
#mlk-sec05 h2,
#mlk-sec06 h2 {
  width: 50%;
  margin: 0 auto;
  padding-top: 50px; }

@media screen and (max-width: 768px) {
  #mlk-sec04 h2,
  #mlk-sec05 h2,
  #mlk-sec06 h2 {
    width: 100%; } }
#mlk-sec04 h2 p,
#mlk-sec05 h2 p,
#mlk-sec06 h2 p {
  font-weight: 500;
  padding-top: 20px; }

@media screen and (max-width: 768px) {
  #mlk-sec04 h2 p,
  #mlk-sec05 h2 p,
  #mlk-sec06 h2 p {
    font-size: .8em;
    padding-top: 5px; } }
#mlk-sec06 section {
  /*	h2 {margin:0 auto;
  @include mq(sp) {
  img {
  width:100%;height:auto;
  }
  }
  } */ }

#mlk-sec06 section #prd_history {
  position: relative;
  z-index: 10;
  height: 1600px;
  margin-top: 140px;
  background-image: url("/milk-coffee/assets/images/sec06_bg_dot.png");
  background-repeat: repeat-y;
  background-position: center top; }

#mlk-sec06 section div {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

#mlk-sec06 section div img {
  width: 100%; }

#mlk-sec06 section #prd01,
#mlk-sec06 section #prd03,
#mlk-sec06 section #prd05,
#mlk-sec06 section #prd07 {
  text-align: left; }

#mlk-sec06 section #prd02,
#mlk-sec06 section #prd04,
#mlk-sec06 section #prd06,
#mlk-sec06 section #prd08 {
  text-align: right; }

#mlk-sec06 section #prd01 img {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px); }

#mlk-sec06 section #prd02 {
  position: relative;
  top: -150px; }

#mlk-sec06 section #prd03 {
  position: relative;
  top: -250px; }

#mlk-sec06 section #prd04 {
  position: relative;
  top: -250px; }

#mlk-sec06 section #prd05 {
  position: relative;
  top: -350px; }

#mlk-sec06 section #prd06 {
  position: relative;
  top: -400px; }

#mlk-sec06 section #prd07 {
  position: relative;
  top: -450px; }

#mlk-sec06 section #prd08 {
  position: relative;
  top: -450px; }

#mlk-sec06 section ul {
  position: relative;
  z-index: 20;
  margin: 8% 0 0;
  padding: 0;
  list-style: none;
  background-image: url("/milk-coffee/assets/images/sec06_bg_dot.png");
  background-repeat: repeat-y;
  background-position: 8% top; }

#mlk-sec06 section ul li {
  margin-bottom: 5%; }

#mlk-sec06 section ul li:last-child {
  margin-bottom: 0; }

#mlk-sec06 section ul img {
  width: 100%; }

#mlk-sec07 {
  position: relative;
  overflow: hidden;
  padding: 50px 0 70px; }

#mlk-sec07 h3 {
  margin-bottom: 50px;
  color: #d6000c; }

@media screen and (max-width: 768px) {
  #mlk-sec07 h3 {
    margin-bottom: 25px; } }
#mlk-sec07 ul {
  position: relative;
  left: 50%;
  float: left;
  margin: 0 auto;
  padding: 0;
  list-style: none; }

@media screen and (max-width: 768px) {
  #mlk-sec07 ul {
    left: 0;
    float: none;
    width: 100%; } }
#mlk-sec07 ul li {
  position: relative;
  left: -50%;
  float: left;
  width: 44%;
  max-width: 400px;
  margin: 0 3%; }

@media screen and (max-width: 768px) {
  #mlk-sec07 ul li {
    left: 0;
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 3%; } }
#mlk-sec07 ul a {
  display: block;
  margin: 0;
  padding: 0;
  transition: .5s; }

#mlk-sec07 ul a:hover {
  opacity: .5; }

#mlk-sec07 ul img {
  line-height: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc; }

#container {
  overflow-x: hidden; }

.beans {
  position: absolute;
  z-index: 10;
  transition: .5s; }

.beans.a_beans01 {
  top: -100px;
  left: 20px; }

.beans.a_beans02 {
  top: -42px;
  left: 0; }

.beans.a_beans03 {
  top: -7px;
  left: 43px; }

.beans.a_beans04 {
  top: 110px;
  left: 0; }

.beans.a-lv1_beans01 {
  top: -20px;
  left: -150px; }

.beans.a-lv1_beans02 {
  top: -130px;
  left: -120px; }

.beans.a-lv1_beans03 {
  top: 30px;
  left: -110px; }

.beans.a-lv1_beans04 {
  top: 110px;
  left: 0; }

.beans.a-lv2_beans01 {
  top: 900px;
  left: -120px; }

.beans.a-lv2_beans02 {
  top: 1000px;
  left: -180px; }

.beans.a-lv2_beans03 {
  top: 1100px;
  left: -150px; }

.beans.a-lv2_beans04 {
  top: 1200px;
  left: 0; }

.beans.b_beans01 {
  top: 480px;
  right: 20px; }

.beans.b_beans02 {
  top: 520px;
  right: 0; }

.beans.b_beans03 {
  top: 585px;
  right: 30px; }

.beans.c_beans01 {
  top: 725px;
  right: 80px; }

.beans.c_beans02 {
  top: 743px;
  right: 146px; }

.beans.c_beans03 {
  top: 787px;
  right: 145px; }

.beans.d_beans01 {
  top: -5px;
  left: -45px; }

.beans.d_beans02 {
  top: 70px;
  left: -84px; }

.beans.d_beans03 {
  top: 105px;
  left: -60px; }

.beans.d_beans04 {
  top: 205px;
  left: px; }

.beans.d-lv2_beans01 {
  top: 145px;
  left: 55px; }

.beans.d-lv2_beans02 {
  top: 220px;
  left: 16px; }

.beans.d-lv2_beans03 {
  top: 255px;
  left: 40px; }

.beans.d-lv2_beans04 {
  top: 255px;
  left: 10px; }

.beans.e_beans01 {
  top: 496px;
  right: -50px; }

.beans.e_beans02 {
  top: 575px;
  right: -90px; }

.beans.e_beans03 {
  top: 675px;
  right: -20px; }

.beans.e-lv2_beans01 {
  top: 1996px;
  right: 70px; }

.beans.e-lv2_beans02 {
  top: 2075px;
  right: 50px; }

.beans.e-lv2_beans03 {
  top: 2175px;
  right: 40px; }

.beans.f_beans01 {
  top: -5px;
  right: 84px; }

.beans.f_beans02 {
  top: 65px;
  right: 0; }

.beans.f_beans03 {
  top: 135px;
  right: 30px; }

.beans.f_beans04 {
  top: 210px;
  right: 60px; }

.beans.g_beans01 {
  top: 437px;
  left: 55px; }

.beans.g_beans02 {
  top: 520px;
  left: 40px; }

.beans.h_beans01 {
  top: 1200px;
  right: 170px; }

.beans.h_beans02 {
  top: 1260px;
  right: 60px; }

.beans.h_beans03 {
  top: 900px;
  right: 50px; }

.beans.i_beans01 {
  top: 1500px;
  left: 100px; }

.beans.i_beans02 {
  top: 1620px;
  left: 156px; }

.beans.i_beans03 {
  top: 1652px;
  left: 87px; }

.beans.i_beans04 {
  top: 1720px;
  left: 80px; }

@media screen and (max-width: 768px) {
  .beans {
    zoom: .5; } }
/* ==========================================================================
Layout
==========================================================================*/
@media screen and (min-width: 768px) {
  .l-main {
    padding-top: 90px; } }
@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 50px; } }
 /* ==========================================================================
Object
========================================================================== */
/* Component
----------------------------------------------------------------- */
.c-title-lv1 {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Arial' ,'Yu Gothic', YuGothic, Verdana, Meiryo, sans-serif !important;
  color: #fff; }

@media screen and (min-width: 768px) {
  .c-title-lv1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.0;
    text-align: center; } }
@media screen and (max-width: 768px) {
  .c-title-lv1 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.0;
    text-align: center; } }
.c-title-lv1--blue {
  color: #003c7e; }

.c-title-lv1 img {
  max-width: 382px;
  margin: 0 auto; }

.c-title-lv2 {
  color: #fff; }

@media screen and (min-width: 768px) {
  .c-title-lv2 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.0;
    margin-top: 15px;
    text-align: center; } }
@media screen and (max-width: 768px) {
  .c-title-lv2 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.0;
    margin-top: 15px;
    text-align: center; } }
.c-title-lv2--blue {
  color: #003c7e; }

.c-title-lv2--brown {
  color: #5a231b; }

 /* Project
----------------------------------------------------------------- */
.l-main .p-index__gnav {
  position: absolute; }

@media screen and (min-width: 768px) {
  .l-main .p-index__gnav {
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 90px;
    padding-top: 15px;
    background-color: #fff;
    border-top: 5px solid #c86220;
    border-bottom: 5px solid #b93a2d; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__gnav {
    z-index: 3;
    top: 0;
    right: 0;
    left: 0; } }
.l-main .p-index__gnav.is-fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  margin-top: 0;
  padding-top: 5px;
  height: 70px; }
  @media screen and (max-width: 768px) {
    .l-main .p-index__gnav.is-fixed {
      padding-top: 0; } }

@media screen and (min-width: 768px) {
  .l-main .p-index__gnav__inner {
    position: relative;
    display: flex;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 65px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__gnav__inner {
    position: relative;
    display: flex;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    background: #fff;
    justify-content: space-between; } }
@media screen and (max-width: 768px) {
  .is-active__menu .l-main .p-index__gnav__inner {
    box-shadow: 0 10px 5px -3px #bfbfbf; } }
.l-main .p-index__gnav__logo {
  text-indent: -9999px; }

@media screen and (min-width: 768px) {
  .l-main .p-index__gnav__logo {
    display: block;
    width: 125px;
    height: 50px;
    margin-right: 40px;
    content: '';
    background: url("/milk-coffee/assets/images/common/logo.png");
    background-repeat: no-repeat;
    background-size: contain; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__gnav__logo {
    display: block;
    width: 100px;
    height: 30px;
    margin-right: 40px;
    content: '';
    background: url("/milk-coffee/assets/images/common/logo.png");
    background-repeat: no-repeat;
    background-size: contain; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__gnav__menu {
    display: flex; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__gnav__menu {
    position: absolute;
    z-index: 3;
    top: 50px;
    left: 0;
    display: none;
    width: 100%;
    background-color: #fff; } }
@media screen and (max-width: 768px) {
  .is-active__menu .l-main .p-index__gnav__menu {
    box-shadow: 0 9px 13px -3px #bfbfbf; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__gnav__menu__group {
    display: flex;
    margin-right: 20px;
    justify-content: center;
    align-items: center; } }
.l-main .p-index__gnav__menu__group__linkto,
.l-main .p-index__gnav__menu__group__linkto:link,
.l-main .p-index__gnav__menu__group__linkto:visited {
  text-decoration: none; }

@media screen and (min-width: 768px) {
  .l-main .p-index__gnav__menu__group__linkto {
    white-space: nowrap; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__gnav__menu__group__linkto {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border: 1px solid #f0f0f0; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__gnav__menu__group__linkto:not(:last-child) {
    margin-right: 40px; } }
.l-main .p-index__gnav__menu__group__linkto span {
  line-height: 1.0;
  display: block;
  color: #c03227; }

@media screen and (min-width: 768px) {
  .l-main .p-index__gnav__menu__group__linkto span {
    text-align: center; } }
.l-main .p-index__gnav__menu__group__linkto span:nth-of-type(1) {
  font-size: 1.4rem;
  font-weight: 700; }

@media screen and (min-width: 768px) {
  .l-main .p-index__gnav__menu__group__linkto span:nth-of-type(2) {
    font-size: 1.2rem;
    margin-top: 5px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__gnav__menu__group__linkto span:nth-of-type(2) {
    font-size: 1.2rem;
    margin-top: 10px; } }
.l-main .p-index__gnav__menu__sns {
  display: flex;
  justify-content: center;
  padding-top: 5px; }

@media screen and (max-width: 768px) {
  .l-main .p-index__gnav__menu__sns {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #f0f0f0; } }
.l-main .p-index__gnav__menu__sns__linkto {
  display: block;
  content: ''; }

@media screen and (min-width: 768px) {
  .l-main .p-index__gnav__menu__sns__linkto {
    width: 40px;
    height: 40px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__gnav__menu__sns__linkto {
    width: 35px;
    height: 35px; } }
.l-main .p-index__gnav__menu__sns__linkto:nth-of-type(1) {
  background: url("/milk-coffee/assets/images/common/tw.png");
  background-repeat: no-repeat;
  background-size: cover; }

@media screen and (min-width: 768px) {
  .l-main .p-index__gnav__menu__sns__linkto:nth-of-type(1) {
    margin-right: 10px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__gnav__menu__sns__linkto:nth-of-type(1) {
    margin-right: 15px; } }
.l-main .p-index__gnav__menu__sns__linkto:nth-of-type(1):hover {
  background: url("/milk-coffee/assets/images/common/tw_hover.png");
  background-size: cover; }

.l-main .p-index__gnav__menu__sns__linkto:nth-of-type(2) {
  background: url("/milk-coffee/assets/images/common/fb.png");
  background-repeat: no-repeat;
  background-size: cover; }

.l-main .p-index__gnav__menu__sns__linkto:nth-of-type(2):hover {
  background: url("/milk-coffee/assets/images/common/fb_hover.png");
  background-size: cover; }

@media screen and (min-width: 768px) {
  .l-main .p-index__gnav__btn {
    display: none; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__gnav__btn {
    font-size: 1.2rem;
    font-weight: 700;
    position: relative;
    display: table;
    width: 90px;
    margin-top: 4px;
    text-align: center;
    letter-spacing: 25;
    color: #c03227;
    border: 2px solid #c03227;
    border-radius: 50px;
    cursor: pointer; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__gnav__btn::after {
    position: absolute;
    top: 45%;
    right: 12px;
    display: inline-block;
    width: 6px;
    height: 6px;
    content: '';
    transition: .5s;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid #c03227;
    border-bottom: 2px solid #c03227; } }
@media screen and (max-width: 768px) {
  .is-active__menu .l-main .p-index__gnav__btn::after {
    top: 30%;
    right: 8px;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%); } }
@media screen and (min-width: 768px) {
  .l-main .p-index__kv {
    position: relative;
    max-height: 660px;
    overflow: hidden;
    background-size: 1200px; }
    .l-main .p-index__kv div.kv_area {
      margin: auto; } }
.l-main .p-index__kv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media screen and (max-width: 768px) {
  .l-main .p-index__kv {
    position: relative;
    height: 0;
    padding-bottom: 148vw;
    /* padding-bottom: 168vw; */
    /*padding-bottom: 188vw; */
    background: url("/milk-coffee/assets/images/caution/repeat_bg.jpg"); }
    .l-main .p-index__kv div.kv_area {
      margin: auto;
      padding: 0vw 0 5vw;
      max-width: 100%; } }
/* twitter campaign banner */
.p-index__kv__bnr {
  text-align: center;
  line-height: 1;
  zoom: 1; }
  @media screen and (min-width: 769px) {
    .p-index__kv__bnr {
      max-width: 960px;
      margin: 20px auto; } }
  .p-index__kv__bnr:before, .p-index__kv__bnr:after {
    content: "";
    display: table; }
  .p-index__kv__bnr:after {
    clear: both; }
  @media screen and (max-width: 768px) {
    .p-index__kv__bnr {
      margin-top: 20px; } }

.bnrBlock {
  margin: 20px 0;
  /*	@include mq(pc) {
  		display:flex;
  		justify-content: center;
  	} */ }

.p-index__kv__bnr a img {
  transition: .3s;
  -webkit-transition: .3s;
  display: inline; }

.p-index__kv__bnr a img:hover {
  opacity: 0.7; }

@media screen and (min-width: 768px) {
  .l-main .p-index__kv__img {
    display: block;
    width: 90vw;
    height: 44vw;
    content: '';
    background: url("/milk-coffee/assets/images/kv/kv_pc.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }

  .p-index__kv__bnr a {
    width: 100%;
    margin: 0; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__kv__img {
    display: block;
    width: 100vw;
    height: 0;
    padding-bottom: 148vw;
    content: '';
    background: url("/milk-coffee/assets/images/kv/kv_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }

  .p-index__kv__bnr a {
    width: 100vw; } }
.l-main .p-index__caution {
  padding-bottom: 45px;
  background-color: #fff !important; }
  .l-main .p-index__caution p.c-title-lv2 {
    padding-top: 50px;
    color: #b93a2d;
    font-size: 2em; }

@media screen and (min-width: 768px) {
  .l-main .p-index__caution {
    margin-top: -90px;
    padding-top: 90px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__caution {
    margin-top: -50px;
    padding-top: 50px; }
    .l-main .p-index__caution p.c-title-lv2 {
      padding-top: 20px;
      font-size: 1.5em; } }
.l-main .p-index__caution__inner {
  position: relative; }

@media screen and (min-width: 768px) {
  .l-main .p-index__caution__inner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__caution__inner {
    margin-right: auto;
    margin-left: auto; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__caution__img {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 4.16%;
    padding-left: 4.16%; } }
.l-main .p-index__product {
  background: url("/milk-coffee/assets/images/product/bg.png");
  background-color: #f0f0f0;
  background-repeat: no-repeat; }

@media screen and (min-width: 768px) {
  .l-main .p-index__product {
    padding-top: 90px;
    background-size: cover; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__product {
    padding-top: 50px;
    background-position: left -50px bottom -650px;
    background-size: 190%; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__product__inner {
    width: 960px;
    margin-top: -80px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-top: 90px;
    padding-bottom: 100px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__product__inner {
    margin-top: -40px;
    padding-top: 40px;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px; } }
.l-main .p-index__product__group {
  display: flex;
  justify-content: center; }

@media screen and (min-width: 768px) {
  .l-main .p-index__product__group {
    margin-top: 60px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__product__group {
    margin-top: 100px; } }
.l-main .p-index__product__box-lv1 {
  text-align: center; }

@media screen and (min-width: 768px) {
  .l-main .p-index__product__box-lv1 {
    margin-right: 90px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__product__box-lv1 {
    margin-right: 20px; } }
.l-main .p-index__product__box-lv1__thumbnail {
  position: relative;
  margin-right: auto;
  margin-left: auto; }

@media screen and (min-width: 768px) {
  .l-main .p-index__product__box-lv1__thumbnail {
    width: 100px; } }
.l-main .p-index__product__box-lv1__thumbnail__item-lv1 {
  width: auto; }

@media screen and (min-width: 768px) {
  .l-main .p-index__product__box-lv1__thumbnail__item-lv1 {
    height: 240px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__product__box-lv1__thumbnail__item-lv1 {
    height: 150px;
    margin-right: auto;
    margin-left: auto; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__product__box-lv1__thumbnail__item-lv2 {
    position: absolute;
    top: -50px;
    left: -100px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__product__box-lv1__thumbnail__item-lv2 {
    position: absolute;
    top: -75px;
    left: -10px;
    width: 80px; } }
.l-main .p-index__product__box-lv1__detail {
  font-weight: 700;
  color: #5a231b; }

@media screen and (min-width: 768px) {
  .l-main .p-index__product__box-lv1__detail {
    margin-top: 20px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__product__box-lv1__detail {
    font-size: 1.0rem;
    margin-top: 10px; } }
.l-main .p-index__product__box-lv1__linkto:link,
.l-main .p-index__product__box-lv1__linkto:visited {
  text-decoration: none;
  color: #fff; }

@media screen and (min-width: 768px) {
  .l-main .p-index__product__box-lv1__linkto {
    position: relative;
    display: block;
    width: 180px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 10px;
    transition: .3s;
    letter-spacing: 2px;
    color: #fff;
    border: 2px solid #c03227;
    border-radius: 50px;
    background-color: #c03227; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__product__box-lv1__linkto {
    font-size: 1.0rem;
    position: relative;
    display: table;
    width: 125px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 5px;
    letter-spacing: 2px;
    color: #fff;
    border-radius: 50px;
    background-color: #c03227; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__product__box-lv1__linkto::after {
    position: absolute;
    top: 40%;
    right: 15px;
    display: inline-block;
    width: 7px;
    height: 10px;
    content: '';
    transition: .3s;
    background: url("/milk-coffee/assets/images/common/icon_arrow.png") no-repeat 0 0;
    background-size: contain; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__product__box-lv1__linkto::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    width: 4px;
    height: 4px;
    content: '';
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__product__box-lv1__linkto:hover {
    color: #c03227;
    border: 2px solid #c03227;
    background-color: #fff; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__product__box-lv1__linkto:hover::after {
    background: url("/milk-coffee/assets/images/common/icon_arrow_red.png") no-repeat 0 0;
    background-size: contain; } }
.l-main .p-index__product__box-lv2 {
  text-align: center; }

.l-main .p-index__product__box-lv2__thumbnail {
  position: relative;
  margin-right: auto;
  margin-left: auto; }

@media screen and (min-width: 768px) {
  .l-main .p-index__product__box-lv2__thumbnail {
    width: 100px; } }
.l-main .p-index__product__box-lv2__thumbnail__item-lv1 {
  width: auto; }

@media screen and (min-width: 768px) {
  .l-main .p-index__product__box-lv2__thumbnail__item-lv1 {
    height: 240px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__product__box-lv2__thumbnail__item-lv1 {
    height: 150px;
    margin-right: auto;
    margin-left: auto; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__product__box-lv2__thumbnail__item-lv2 {
    position: absolute;
    top: -50px;
    right: -110px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__product__box-lv2__thumbnail__item-lv2 {
    position: absolute;
    top: -75px;
    right: -10px;
    width: 80px; } }
.l-main .p-index__product__box-lv2__detail {
  font-weight: 700;
  color: #5a231b; }

@media screen and (min-width: 768px) {
  .l-main .p-index__product__box-lv2__detail {
    margin-top: 20px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__product__box-lv2__detail {
    font-size: 1.0rem;
    margin-top: 10px; } }
.l-main .p-index__product__box-lv2__linkto:link,
.l-main .p-index__product__box-lv2__linkto:visited {
  text-decoration: none;
  color: #fff; }

@media screen and (min-width: 768px) {
  .l-main .p-index__product__box-lv2__linkto {
    position: relative;
    display: block;
    width: 180px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 10px;
    transition: .3s;
    letter-spacing: 2px;
    color: #fff;
    border: 2px solid #c03227;
    border-radius: 50px;
    background-color: #c03227; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__product__box-lv2__linkto {
    font-size: 1.0rem;
    position: relative;
    display: table;
    width: 125px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 5px;
    letter-spacing: 2px;
    color: #fff;
    border-radius: 50px;
    background-color: #c03227; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__product__box-lv2__linkto::after {
    position: absolute;
    top: 40%;
    right: 15px;
    display: inline-block;
    width: 7px;
    height: 10px;
    content: '';
    transition: .3s;
    background: url("/milk-coffee/assets/images/common/icon_arrow.png") no-repeat 0 0;
    background-size: contain; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__product__box-lv2__linkto::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    width: 4px;
    height: 4px;
    content: '';
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__product__box-lv2__linkto:hover {
    color: #c03227;
    border: 2px solid #c03227;
    background-color: #fff; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__product__box-lv2__linkto:hover::after {
    background: url("/milk-coffee/assets/images/common/icon_arrow_red.png") no-repeat 0 0;
    background-size: contain; } }
.l-main .p-index__trivia {
  background-color: #c03227; }

@media screen and (min-width: 768px) {
  .l-main .p-index__trivia {
    padding-top: 90px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__trivia {
    padding-top: 50px; } }
.l-main .p-index__trivia__inner {
  position: relative;
  padding: 0 8.5%; }

@media screen and (min-width: 768px) {
  .l-main .p-index__trivia__inner {
    width: 960px;
    margin-top: -80px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-top: 90px;
    padding-bottom: 100px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__trivia__inner {
    margin-top: -40px;
    padding-top: 40px;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__trivia__group {
    margin-top: 60px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__trivia__group {
    margin-top: 50px; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__trivia__section {
    display: flex;
    justify-content: center; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__trivia__section:not(:first-child) {
    margin-top: 60px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__trivia__section:not(:first-child) {
    margin-top: 50px; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__trivia__section:nth-of-type(even) {
    flex-direction: row-reverse; } }
.l-main .p-index__trivia__section__img {
  display: block;
  content: ''; }

@media screen and (min-width: 768px) {
  .l-main .p-index__trivia__section__img {
    width: 45%;
    height: 230px;
    margin-right: 5%; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__trivia__section__img {
    width: 100%;
    height: 135px; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__trivia__section__img--lv1 {
    background: url("/milk-coffee/assets/images/trivia/item_01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__trivia__section__img--lv1 {
    background: url("/milk-coffee/assets/images/trivia/item_01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__trivia__section__img--lv2 {
    background: url("/milk-coffee/assets/images/trivia/item_02.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__trivia__section__img--lv2 {
    background: url("/milk-coffee/assets/images/trivia/item_02.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__trivia__section__img--lv3 {
    background: url("/milk-coffee/assets/images/trivia/item_03.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__trivia__section__img--lv3 {
    background: url("/milk-coffee/assets/images/trivia/item_03.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__trivia__section__img--lv4 {
    background: url("/milk-coffee/assets/images/trivia/item_04.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__trivia__section__img--lv4 {
    background: url("/milk-coffee/assets/images/trivia/item_04.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__trivia__section__img--lv5 {
    background: url("/milk-coffee/assets/images/trivia/item_05.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__trivia__section__img--lv5 {
    background: url("/milk-coffee/assets/images/trivia/item_05.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__trivia__section__box {
    position: relative;
    width: 50%; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__trivia__section__box {
    margin-top: 20px; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__trivia__section__box__inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
.l-main .p-index__trivia__section__box__title {
  font-weight: 700;
  line-height: 1.0;
  color: #fff; }

@media screen and (min-width: 768px) {
  .l-main .p-index__trivia__section__box__title {
    font-size: 2rem; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__trivia__section__box__title {
    font-size: 1.6rem; } }
.l-main .p-index__trivia__section__box__text {
  font-weight: 200;
  color: #fff; }

@media screen and (min-width: 768px) {
  .l-main .p-index__trivia__section__box__text {
    line-height: 2;
    margin-top: 20px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__trivia__section__box__text {
    margin-top: 15px; } }
.l-main .p-index__story {
  background-color: #5a231b;
  background-repeat: no-repeat; }

@media screen and (min-width: 768px) {
  .l-main .p-index__story {
    padding-top: 90px;
    padding-bottom: 40px;
    background-position: top 150px left 50%; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__story {
    padding-top: 50px;
    background-position: top 112px left -12%;
    background-size: 50%; } }
.l-main .p-index__story__inner {
  position: relative; }

@media screen and (min-width: 768px) {
  .l-main .p-index__story__inner {
    width: 960px;
    height: 900px;
    margin-top: -80px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-top: 90px;
    padding-bottom: 200px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__story__inner {
    margin-top: -40px;
    padding-top: 5%;
    padding-top: 50px;
    padding-bottom: 0; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__story__slider {
    position: absolute;
    top: 60px;
    right: -210px;
    margin-top: 60px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__story__slider {
    margin-top: 40px; } }
.l-main .p-index__story__slider__text {
  text-align: left; }

@media screen and (min-width: 768px) {
  .l-main .p-index__story__slider__text {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: -10px; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__story__slider__box {
    width: 570px;
    margin-right: auto;
    margin-left: auto; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__story .onebook3d_wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px; }

  .l-main .p-index__story .bx-wrapper {
    display: none; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__story .bx-wrapper {
    position: relative;
    visibility: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 15%;
    border: none;
    background: none;
    box-shadow: none; }

  .l-main .p-index__story .bx2_txt {
    line-height: 1.7em;
    padding: 0 5%;
    text-align: left;
    color: #fff; }

  .l-main .p-index__story .bx-next {
    /*position: relative;*/
    right: 1%;
    background: url(../images/story/buttons_02.png) no-repeat 0 0; }

  .l-main .p-index__story .bx-prev {
    /*position: relative;*/
    left: 1%;
    background: url(../images/story/buttons_01.png) no-repeat 0 0; }

  .l-main .p-index__story .bx-wrapper .bx-controls-direction a {
    top: 28%;
    width: 32px;
    height: 35px;
    margin-top: -30px;
    background-size: cover; }

  .l-main .p-index__story .bx-wrapper .bx-next:hover,
  .l-main .p-index__story .bx-wrapper .bx-next:focus {
    background-position: 0 0; }

  .l-main .p-index__story .bx-wrapper .bx-pager,
  .l-main .p-index__story .bx-wrapper .bx-controls-auto {
    bottom: 40px; } }
.l-main .p-index__history {
  background-color: #c65f1e; }

@media screen and (min-width: 768px) {
  .l-main .p-index__history {
    padding-top: 90px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__history {
    padding-top: 50px; } }
.l-main .p-index__history__inner {
  position: relative; }

@media screen and (min-width: 768px) {
  .l-main .p-index__history__inner {
    position: relative;
    margin-top: -80px;
    padding-top: 80px;
    padding-top: 90px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__history__inner {
    margin-top: -40px;
    padding-top: 40px;
    padding-top: 50px; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__history__group {
    margin-top: 60px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__history__group {
    margin-top: 30px; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__history__section {
    position: relative;
    z-index: 2;
    width: 960px;
    margin-right: auto;
    margin-left: auto; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__history__section {
    padding-right: 20px;
    padding-left: 20px; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__history__section img {
    width: 570px; } }
.l-main .p-index__history__section img:nth-of-type(2) {
  display: none; }

@media screen and (min-width: 768px) {
  .l-main .p-index__history__section:nth-of-type(even) img {
    margin-left: auto; } }
.l-main .p-index__history__bottom-lv1 {
  position: relative; }

.l-main .p-index__history__bottom-lv1 img {
  position: relative;
  margin-right: auto;
  margin-left: auto; }

@media screen and (min-width: 768px) {
  .l-main .p-index__history__bottom-lv1 img {
    z-index: 2;
    right: -35px;
    width: 300px;
    margin-top: 30px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__history__bottom-lv1 img {
    right: -25px;
    width: 220px; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__history__bottom-lv1 span {
    position: absolute;
    z-index: 1;
    top: -180px;
    left: 50%;
    display: block;
    width: 960px;
    height: 650px;
    margin-right: auto;
    margin-left: auto;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("/milk-coffee/assets/images/history/bg_01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__history__bottom-lv2__item {
    display: block;
    width: 320px;
    height: 320px;
    margin-right: auto;
    margin-left: auto;
    content: '';
    background: url("/milk-coffee/assets/images/history/milk_item01.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__history__bottom-lv2__item {
    display: block;
    width: 250px;
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    content: '';
    background: url("/milk-coffee/assets/images/history/milk_item01.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__history__bottom-lv2__bg {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
    margin-top: -220px;
    content: '';
    background: url("/milk-coffee/assets/images/history/milk_item02.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__history__bottom-lv2__bg {
    position: relative;
    display: block;
    width: 100%;
    height: 240px;
    margin-top: -150px;
    content: '';
    background: url("/milk-coffee/assets/images/history/milk_item02.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain; } }
.l-main .p-index__footer {
  position: relative;
  z-index: 2;
  background-color: #fff; }

@media screen and (min-width: 768px) {
  .l-main .p-index__footer {
    margin-top: -10px;
    padding-top: 30px;
    padding-bottom: 50px; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__footer {
    margin-top: -150px;
    padding-bottom: 60px; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__footer__inner {
    width: 960px;
    margin-right: auto;
    margin-left: auto; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__footer__inner {
    padding-right: 20px;
    padding-left: 20px; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__footer__guide {
    font-size: 1.8rem;
    display: block;
    text-align: center;
    color: #c03227; } }
@media screen and (max-width: 768px) {
  .l-main .p-index__footer__guide {
    display: none; } }
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-main .p-index__footer__box {
    display: flex;
    margin-top: 50px;
    justify-content: center; } }
.l-main .p-index__footer__box__item {
  position: relative;
  display: block;
  height: 80px;
  border: 1px solid #bfbfbf;
  background-color: #f7f7f7; }

@media screen and (min-width: 768px) {
  .l-main .p-index__footer__box__item {
    width: 400px;
    transition: .3s; } }
@media screen and (min-width: 768px) {
  .l-main .p-index__footer__box__item:hover {
    opacity: .8; } }
.l-main .p-index__footer__box__item span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media screen and (min-width: 768px) {
  .l-main .p-index__footer__box__item:nth-of-type(1) {
    margin-right: 50px; } }
.l-main .p-index__footer__box__item:nth-of-type(1) span {
  display: block;
  width: 140px;
  height: 60px;
  content: '';
  background: url("/milk-coffee/assets/images/common/footer_bg_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

@media screen and (max-width: 768px) {
  .l-main .p-index__footer__box__item:nth-of-type(2) {
    margin-top: 30px; } }
.l-main .p-index__footer__box__item:nth-of-type(2) span {
  display: block;
  width: 200px;
  height: 60px;
  content: '';
  background: url("/milk-coffee/assets/images/common/footer_bg_02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

 /* Utility
----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none; } }
@media screen and (max-width: 768px) {
  .u-hidden-sp {
    display: none; } }
.u-mt1 {
  margin-top: 1px; }

.u-mt2 {
  margin-top: 2px; }

.u-mt3 {
  margin-top: 3px; }

.u-mt4 {
  margin-top: 4px; }

.u-mt5 {
  margin-top: 5px; }

.u-mt6 {
  margin-top: 6px; }

.u-mt7 {
  margin-top: 7px; }

.u-mt8 {
  margin-top: 8px; }

.u-mt9 {
  margin-top: 9px; }

.u-mt10 {
  margin-top: 10px; }

.u-mt11 {
  margin-top: 11px; }

.u-mt12 {
  margin-top: 12px; }

.u-mt13 {
  margin-top: 13px; }

.u-mt14 {
  margin-top: 14px; }

.u-mt15 {
  margin-top: 15px; }

.u-mt16 {
  margin-top: 16px; }

.u-mt17 {
  margin-top: 17px; }

.u-mt18 {
  margin-top: 18px; }

.u-mt19 {
  margin-top: 19px; }

.u-mt20 {
  margin-top: 20px; }

.u-mt21 {
  margin-top: 21px; }

.u-mt22 {
  margin-top: 22px; }

.u-mt23 {
  margin-top: 23px; }

.u-mt24 {
  margin-top: 24px; }

.u-mt25 {
  margin-top: 25px; }

.u-mt26 {
  margin-top: 26px; }

.u-mt27 {
  margin-top: 27px; }

.u-mt28 {
  margin-top: 28px; }

.u-mt29 {
  margin-top: 29px; }

.u-mt30 {
  margin-top: 30px; }

.u-mt31 {
  margin-top: 31px; }

.u-mt32 {
  margin-top: 32px; }

.u-mt33 {
  margin-top: 33px; }

.u-mt34 {
  margin-top: 34px; }

.u-mt35 {
  margin-top: 35px; }

.u-mt36 {
  margin-top: 36px; }

.u-mt37 {
  margin-top: 37px; }

.u-mt38 {
  margin-top: 38px; }

.u-mt39 {
  margin-top: 39px; }

.u-mt40 {
  margin-top: 40px; }

.u-mt41 {
  margin-top: 41px; }

.u-mt42 {
  margin-top: 42px; }

.u-mt43 {
  margin-top: 43px; }

.u-mt44 {
  margin-top: 44px; }

.u-mt45 {
  margin-top: 45px; }

.u-mt46 {
  margin-top: 46px; }

.u-mt47 {
  margin-top: 47px; }

.u-mt48 {
  margin-top: 48px; }

.u-mt49 {
  margin-top: 49px; }

.u-mt50 {
  margin-top: 50px; }

.u-mt51 {
  margin-top: 51px; }

.u-mt52 {
  margin-top: 52px; }

.u-mt53 {
  margin-top: 53px; }

.u-mt54 {
  margin-top: 54px; }

.u-mt55 {
  margin-top: 55px; }

.u-mt56 {
  margin-top: 56px; }

.u-mt57 {
  margin-top: 57px; }

.u-mt58 {
  margin-top: 58px; }

.u-mt59 {
  margin-top: 59px; }

.u-mt60 {
  margin-top: 60px; }

.p-index__kv .bx-pager-item {
  display: inline-block; }
.p-index__kv a.bx-pager-link {
  text-decoration: none; }
  .p-index__kv a.bx-pager-link span {
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0; }
  .p-index__kv a.bx-pager-link:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 5pc;
    background: #bfbfbf;
    display: inline-block;
    margin: 3px; }
.p-index__kv a.bx-pager-link.active:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 5pc;
  background: #b93a2d;
  display: inline-block;
  margin: 3px; }
.p-index__kv .bx-wrapper .bx-pager.bx-default-pager a:hover, .p-index__kv .bx-wrapper .bx-pager.bx-default-pager a.active, .p-index__kv .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #b93a2d !important; }
.p-index__kv .bx-wrapper .bx-controls-auto,
.p-index__kv .bx-wrapper .bx-pager {
  bottom: 20px; }
.p-index__kv .bx-wrapper {
  background-color: transparent;
  margin: 0px auto 0px;
  border: none;
  box-shadow: none; }
  @media screen and (min-width: 769px) {
    .p-index__kv .bx-wrapper .bx-viewport {
      max-height: 660px; } }
  .p-index__kv .bx-wrapper li {
    position: relative;
    display: block; }
    .p-index__kv .bx-wrapper li div {
      width: 100%;
      max-width: 1200px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0); }
  .p-index__kv .bx-wrapper img {
    display: block;
    margin: 0px auto; }

.p-index__movie {
  padding: 90px 0 0;
  background-color: #c65f1e;
  background-repeat: repeat;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .p-index__movie {
      padding-top: 50px; } }
  .p-index__movie .p-index__caution__inner {
    padding-bottom: 50px;
    position: relative; }
    .p-index__movie .p-index__caution__inner:before {
      content: url("/milk-coffee/assets/images/movie/mov_fig01.png");
      position: absolute;
      bottom: 0;
      left: 0; }
      @media screen and (max-width: 768px) {
        .p-index__movie .p-index__caution__inner:before {
          content: ''; } }
    .p-index__movie .p-index__caution__inner:after {
      content: url("/milk-coffee/assets/images/movie/mov_fig02.png");
      position: absolute;
      bottom: 0;
      right: 0; }
      @media screen and (max-width: 768px) {
        .p-index__movie .p-index__caution__inner:after {
          content: ''; } }
  .p-index__movie p {
    margin-bottom: 30px;
    color: #5a231b; }
    .p-index__movie p.c-copy {
      line-height: 2.0em; }
  .p-index__movie .mov_frame {
    max-width: 745px;
    margin: 0 auto;
    height: 570px;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 11.3%;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .p-index__movie .mov_frame {
        height: 70vw;
        padding-top: 18%; } }
    .p-index__movie .mov_frame img {
      position: absolute;
      top: 0;
      left: 0; }
  .p-index__movie .iframe_wrap {
    position: relative;
    width: 74%;
    padding-top: 53.5%;
    top: 0;
    left: 6%;
    overflow: hidden; }
    .p-index__movie .iframe_wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
      .p-index__movie .iframe_wrap iframe img {
        width: 100%; }
  .p-index__movie ul {
    margin: 25px 0;
    padding-bottom: 15px; }
    .p-index__movie ul li {
      width: 20%;
      display: inline-block; }
      .p-index__movie ul li a {
        display: block;
        background: #c65f1e;
        color: #fff !important;
        text-decoration: none;
        border-radius: 2em;
        margin: 0 10%;
        box-sizing: border-box;
        border: 2px solid #fff;
        transition: .3s; }
        .p-index__movie ul li a div {
          padding: 1em;
          color: inherit; }
          .p-index__movie ul li a div:hover {
            color: #c65f1e; }
        .p-index__movie ul li a:hover {
          background: #fff;
          color: #c65f1e; }
    @media screen and (max-width: 768px) {
      .p-index__movie ul {
        margin-top: 25px; }
        .p-index__movie ul li {
          display: block;
          float: left;
          width: 33%; }
          .p-index__movie ul li a {
            border-radius: 4em;
            margin: 0 5%; } }
  @media screen and (max-width: 768px) {
    .p-index__movie .p-index__caution__inner {
      width: 90%; }
    .p-index__movie p.c-copy {
      text-align: left; } }

.pace-running .ucc-o-main {
  visibility: hidden; }
  .pace-running .ucc-o-main.visible {
    visibility: visible;
    animation-duration: .5s;
    animation-name: fade-in; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 20000;
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100% - 100px);
  width: 100%;
  background: url(/milk-coffee/assets/images/kv/kv_loadBG.gif);
  background-size: contain; }
  @media screen and (max-width: 768px) {
    .pace {
      height: calc(100% - 50px); } }

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: url(/milk-coffee/assets/images/kv/kv_loadBG.gif);
  background-size: contain; }

.pace.pace-inactive {
  display: none; }

.pace.pace-inactive {
  display: block !important;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

/* plugin   ----------------------------------------------------------------- */
.p-index__gnav__btn_menu_sp {
  background: #fff;
  display: none; }
  @media screen and (min-width: 769px) {
    .p-index__gnav__btn_menu_sp {
      display: none !important; }
      .p-index__gnav__btn_menu_sp .p-index__gnav__menu__group {
        display: none; } }

/*# sourceMappingURL=style.css.map */