@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Noto+Serif+JP:wght@400;700;900&display=swap&subset=japanese);@charset "UTF-8";
/* Shared */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*
 * Font Set
 */
/*
 * Convert pixels to rems
 * eg. for a relational value of 12px write f-rem(12)
 * Assumes $em-base is the font-size of 10px
 */
/*
 * Convert pixels to line-height
 * eg. When the font size is 18 px and the line feed is 28 px write f-line-height( 18, 28 )
 */
/*
 * Convert letter-spacing
 * eg. When tracking = 50 on Photoshop, write f-letter-spacing(50).
 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 6.85vw;
  }
}

h1, h2, h3, p, ul, li, dl, dt, dd {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul, li, dl, dt, dd {
  padding: 0;
}

img, svg {
  width: auto;
  max-width: 100%;
}

div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  color: #333;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  a {
    transition: none;
  }
}

a:hover {
  opacity: 0.65;
}

@media only screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

a.disabled {
  pointer-events: none;
  opacity: 0.25;
}

a.txtlink {
  text-decoration: underline;
}

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

a:focus, button:focus {
  outline: none;
}

/* Device
------------------------------------------------------------*/
.spView {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pcView {
    display: none;
  }
  .spView {
    display: inline;
  }
}

/* body
------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 2.5rem;
}

@media only screen and (max-width: 767px) {
  html {
    scroll-padding-top: 10.67vw;
  }
}

body {
  position: relative;
  background-color: #F5F5F5;
  font-family: "Noto Sans JP", source-han-sans-japanese, "Roboto", Arial, "\30D2\30E9\30AE\30CE\89D2\30B4   Pro", "Hiragino Kaku Gothic Pro", Osaka, "\30E1\30A4\30EA\30AA", Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.44444;
  text-align: justify;
  font-weight: 300;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
  -o-font-feature-settings: "palt" 1;
  -webkit-tap-highlight-color: rgba(8, 6, 6, 0);
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 4.0vw;
    text-align: left;
  }
}

/* loading
------------------------------------------------------------*/
.wwd__loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 9999;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  transition-property: all;
  transition-duration: 1.0s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wwd__loading img {
  width: 100%;
  max-width: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .wwd__loading img {
    width: 30.77vw;
  }
}

.wwd__loading .symbol {
  position: relative;
  width: 100%;
  max-width: 10rem;
  height: 100%;
  max-height: 10rem;
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 767px) {
  .wwd__loading .symbol {
    width: 26.67vw;
    max-height: 26.67vw;
    margin-bottom: 5.33vw;
  }
}

.wwd__loading .symbol > div {
  position: absolute;
  width: 100%;
}

.wwd__loading .symbol > div img {
  width: 100%;
  max-width: 12.5rem;
}

.wwd__loading .symbol > div:nth-of-type(1) {
  animation: loading_symbol01 4.2s linear infinite;
}

.wwd__loading .symbol > div:nth-of-type(2) {
  animation: loading_symbol02 4.2s linear infinite;
}

.wwd__loading .logo {
  width: 100%;
  max-width: 7.5rem;
}

@media only screen and (max-width: 767px) {
  .wwd__loading .logo {
    width: 20.0vw;
    max-width: unset;
  }
}

.wwd__loading .logo img {
  width: 100%;
}

@keyframes loading_symbol01 {
  0%, 50%, 100% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
}

@keyframes loading_symbol02 {
  0%, 50%, 100% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
}

/* header
------------------------------------------------------------*/
.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .l-header {
    padding: 5.33vw 4.27vw;
  }
}

.l-header-wrapper {
  background-color: #000;
}

@media only screen and (max-width: 767px) {
  .l-header-wrapper {
    background-color: transparent;
  }
}

.l-header .wwd__logo {
  width: 6.875rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

@media only screen and (max-width: 1024px) {
  .l-header .wwd__logo {
    width: 4.6875rem;
  }
}

@media only screen and (max-width: 767px) {
  .l-header .wwd__logo {
    width: 21.3vw;
    height: 6.196vw;
  }
}

.l-header .wwd__logo a {
  display: block;
}

.l-header .wwd__logo img, .l-header .wwd__logo svg {
  width: 6.875rem;
  height: 2rem;
}

@media only screen and (max-width: 767px) {
  .l-header .wwd__logo img, .l-header .wwd__logo svg {
    width: 21.3vw;
    height: 6.196vw;
  }
}

/* nav
------------------------------------------------------------*/
.w-nav-button {
  position: fixed;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6rem;
  height: 4.5rem;
  overflow: hidden;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .w-nav-button {
    width: 20.0vw;
    height: 20.0vw;
  }
}

.w-nav-button .button-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  background: none;
  position: relative;
  z-index: 800;
  cursor: pointer;
  width: 3.625rem;
  height: 3.625rem;
}

@media only screen and (max-width: 767px) {
  .w-nav-button .button-toggle {
    width: 6.67vw;
    height: 6.67vw;
  }
}

.w-nav-button .button-toggle:focus {
  outline: none;
}

.w-nav-button .button-toggle span {
  position: absolute;
  top: 50.0%;
  display: block;
  width: 2.6875rem;
  height: 0.1875rem;
  background-color: #AE1A24;
  border-radius: .8vw;
  transition: all ease 0.4s;
}

@media only screen and (max-width: 767px) {
  .w-nav-button .button-toggle span {
    top: calc(50% - .4vw);
    width: 6.67vw;
    height: .8vw;
  }
}

.w-nav-button .button-toggle span.bar-01 {
  top: calc( 50.0% - 12px);
}

@media only screen and (max-width: 767px) {
  .w-nav-button .button-toggle span.bar-01 {
    top: .8vw;
  }
}

.w-nav-button .button-toggle span.bar-03 {
  top: calc( 50.0% + 12px);
}

@media only screen and (max-width: 767px) {
  .w-nav-button .button-toggle span.bar-03 {
    top: unset;
    bottom: .8vw;
  }
}

.is-open .w-nav-button .button-toggle span {
  background-color: #fff;
  transform-origin: center;
  top: 50.0% !important;
}

.is-open .w-nav-button .button-toggle .bar-02 {
  opacity: 0;
}

.is-open .w-nav-button .button-toggle .bar-01 {
  transform: rotate(-45deg);
}

.is-open .w-nav-button .button-toggle .bar-03 {
  transform: rotate(45deg);
}

.w-nav-button.is-white .button-toggle span {
  background-color: #fff;
}

.drawer-nav {
  position: fixed;
  top: 0;
  right: -25rem;
  z-index: 99;
  opacity: 0.0;
  overflow: hidden;
  background: rgba(174, 26, 36, 0.95);
  backdrop-filter: blur(12px);
  width: 25rem;
  transition: all .3s ease;
}

@media only screen and (max-width: 768px) {
  .drawer-nav {
    right: -100.0vw;
    width: 100.0vw;
  }
}

.is-open .drawer-nav {
  right: 0;
  pointer-events: all;
  touch-action: all;
}

.drawer-nav .drawer-nav-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 4rem 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .drawer-nav .drawer-nav-wrapper {
    padding: 16.0vw 0;
    overflow-y: scroll;
  }
}

.drawer-nav .drawer-nav-wrapper .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .drawer-nav .drawer-nav-wrapper .title {
    margin-bottom: 4.27vw;
  }
}

.drawer-nav .drawer-nav-wrapper .title span {
  display: block;
  line-height: 1.0;
}

.drawer-nav .drawer-nav-wrapper .title span.sub {
  margin-bottom: 1.25rem;
  width: 7.5rem;
}

@media only screen and (max-width: 768px) {
  .drawer-nav .drawer-nav-wrapper .title span.sub {
    margin-bottom: 2.0vw;
    width: 20.53vw;
  }
}

.drawer-nav .drawer-nav-wrapper .title span.main {
  width: 15rem;
}

@media only screen and (max-width: 768px) {
  .drawer-nav .drawer-nav-wrapper .title span.main {
    width: 54.67vw;
  }
}

.drawer-nav .drawer-nav-wrapper .title img, .drawer-nav .drawer-nav-wrapper .title svg {
  width: auto;
  max-width: 100%;
  height: 100%;
}

.drawer-nav .drawer-nav-wrapper .title img path, .drawer-nav .drawer-nav-wrapper .title svg path {
  fill: #F5F5F5;
}

.drawer-nav .drawer-nav-wrapper .w-nav-menu {
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .drawer-nav .drawer-nav-wrapper .w-nav-menu {
    margin-bottom: 4.27vw;
  }
}

.drawer-nav .drawer-nav-wrapper .w-nav-menu ul {
  list-style-type: none;
  text-align: center;
}

.drawer-nav .drawer-nav-wrapper .w-nav-menu ul li {
  padding: 0.75rem 0;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.0;
}

@media only screen and (max-width: 767px) {
  .drawer-nav .drawer-nav-wrapper .w-nav-menu ul li {
    padding: 4.27vw 0;
    font-size: 5.3vw;
  }
}

.drawer-nav .drawer-nav-wrapper .w-nav-menu ul li a {
  pointer-events: all;
  touch-action: all;
  font-family: heisei-mincho-std, "Noto Serif JP", "\6E38\660E\671D", "YuMincho", "Hiragino Mincho ProN", "\30D2\30E9\30AE\30CE\660E\671D   ProN", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", serif;
  color: inherit;
  text-transform: uppercase;
}

.drawer-nav .drawer-nav-wrapper .w-nav-menu ul li a:hover {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .drawer-nav .drawer-nav-wrapper .w-nav-menu ul li a:hover {
    color: #fff;
  }
}

/* footer
------------------------------------------------------------*/
.l-footer {
  position: relative;
  display: block;
  padding: 4rem 0 2.5rem;
  width: 100%;
  background-color: #AE1A24;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 12.0vw 0 8.53vw;
  }
}

.l-footer-wrapper {
  position: relative;
  z-index: 1;
  color: #fff;
}

.l-footer-wrapper .contents_credit {
  margin: 0 auto 3.125rem;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .l-footer-wrapper .contents_credit {
    margin-bottom: 12.0vw;
  }
}

.l-footer-wrapper .contents_credit p {
  font-size: 0.9375rem;
  line-height: 1.73333;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .l-footer-wrapper .contents_credit p {
    font-size: 3.47vw;
    line-height: 1.6;
  }
}

.l-footer-wrapper .breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .l-footer-wrapper .breadcrumbs {
    margin-bottom: 9.6vw;
  }
}

.l-footer-wrapper .breadcrumbs ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}

.l-footer-wrapper .breadcrumbs ol li {
  font-size: 0.625rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .l-footer-wrapper .breadcrumbs ol li {
    font-size: 2.67vw;
  }
}

.l-footer-wrapper .breadcrumbs ol li:after {
  content: '\FF1E';
  margin: 0 0.25rem;
}

.l-footer-wrapper .breadcrumbs ol li:last-child:after {
  display: none;
}

.l-footer-wrapper .breadcrumbs ol li a {
  color: #fff;
}

.l-footer-wrapper .wwdj__logo {
  width: 9.375rem;
  height: 2.75rem;
  margin: 0 auto 2.5rem;
  line-height: 0;
}

@media only screen and (max-width: 767px) {
  .l-footer-wrapper .wwdj__logo {
    width: 30.67vw;
    height: 9.07vw;
    margin: 0 auto 10.0vw;
  }
}

.l-footer-wrapper .wwdj__logo a {
  display: block;
}

.l-footer-wrapper .copyright {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.75;
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .l-footer-wrapper .copyright {
    font-size: 2.65vw;
    line-height: 1.6;
  }
}

/* SNS
------------------------------------------------------------*/
.wwdj__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .wwdj__social {
    margin-bottom: 8.0vw;
  }
}

.wwdj__social h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #F5F5F5;
  font-size: 0.9375rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .wwdj__social h3 {
    margin-bottom: 2.5vw;
    font-size: 3.2vw;
  }
}

.wwdj__social ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 1;
  list-style: none;
  width: 7.5rem;
}

@media only screen and (max-width: 767px) {
  .wwdj__social ul {
    width: 26.0vw;
  }
}

.wwdj__social ul::before {
  content: '';
  width: 0.0625rem;
  height: 2.625rem;
  background-color: #F5F5F5;
}

@media only screen and (max-width: 767px) {
  .wwdj__social ul::before {
    width: .133vw;
    height: 7.85vw;
  }
}

.wwdj__social ul::before {
  order: 2;
  display: block;
}

.wwdj__social ul li {
  width: 3.125rem;
  font-size: 0;
  line-height: 1.0;
}

@media only screen and (max-width: 767px) {
  .wwdj__social ul li {
    width: 7.85vw;
  }
}

.wwdj__social ul li a {
  display: block;
  overflow: hidden;
  margin: 0 auto;
}

.wwdj__social ul li img, .wwdj__social ul li a {
  width: 100%;
  height: 100%;
  max-width: 2rem;
  max-height: 2rem;
}

@media only screen and (max-width: 767px) {
  .wwdj__social ul li img, .wwdj__social ul li a {
    max-width: 6.8vw;
    max-height: 6.8vw;
  }
}

@media only screen and (max-width: 767px) {
  .wwdj__social ul li.facebook {
    width: 6.0vw;
  }
}

.wwdj__social ul li.facebook img {
  max-width: 1.4375rem;
  max-height: 2rem;
}

@media only screen and (max-width: 767px) {
  .wwdj__social ul li.facebook img {
    max-width: 4.0vw;
    max-height: 6.8vw;
  }
}

.wwdj__social ul li:nth-child(1) {
  order: 1;
}

.wwdj__social ul li:nth-child(2) {
  order: 3;
}

.wwdj__social ul li:nth-child(3) {
  order: 3;
}

@media only screen and (max-width: 767px) {
  .wwdj__social ul li:nth-child(3) {
    order: 5;
  }
}

/* btn
------------------------------------------------------------*/
.btn-wrapper {
  margin: 0 auto;
  padding: 0;
}

.btn-wrapper .btn {
  position: relative;
  display: block;
  width: 100%;
  background-color: rgba(149, 139, 12, 0.96);
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
  transition: all .3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .btn-wrapper .btn {
    transition: none;
  }
}

.btn-wrapper .btn:hover {
  background-color: rgba(149, 139, 12, 0.7);
}

@media only screen and (max-width: 767px) {
  .btn-wrapper .btn:hover {
    background-color: #958b0c;
  }
}

.btn-wrapper .btn.btn-text {
  display: inline-block !important;
  width: auto;
  background-color: transparent !important;
  border: none !important;
  color: #000 !important;
  line-height: 1.0 !important;
}

.btn-wrapper .btn.btn-text span:after {
  position: absolute;
  top: 50%;
  right: -0.75rem;
  content: '';
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.1875rem solid transparent;
  border-right: 0.1875rem solid transparent;
  border-color: #000 !important;
  transform: rotate(45deg) translateY(-50%);
  transition: all .3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .btn-wrapper .btn.btn-text span:after {
    right: -4.0vw;
    width: 2.67vw;
    height: 2.67vw;
    border-top-width: .4vw;
    border-right-width: .4vw;
  }
}

.btn-wrapper .btn.btn-text:hover {
  color: #000 !important;
  opacity: .6 !important;
}

.btn-wrapper .btn.btn-text:hover span:after {
  border-color: #000 !important;
}

.btn-wrapper.disabled {
  pointer-events: none;
}

.btn-float {
  display: none;
  position: fixed;
  z-index: 10;
  right: 1.5625rem;
  bottom: 1.5625rem;
}

@media only screen and (max-width: 767px) {
  .btn-float {
    right: -2.67vw;
    bottom: 8.0vw;
  }
}

.btn-float * {
  font-size: 0;
}

.btn-float__inner a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  background-color: #AE1A24;
  border: 0.125rem solid #fff;
  border-radius: 100.0%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .btn-float__inner a {
    width: 24.0vw;
    height: 24.0vw;
    border-width: .133vw;
  }
}

.btn-float__inner a img {
  display: none;
}

.btn-float__inner a img.is-active {
  display: block;
}

.btn-float__close {
  position: absolute;
  right: 2.1875rem;
  top: 1.25rem;
  pointer-events: all;
  transition: all .3s ease-out;
}

@media only screen and (max-width: 767px) {
  .btn-float__close {
    right: 4.0vw;
    top: 2.4vw;
  }
}

.btn-float__close span {
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  transform: scale(0.6);
}

@media only screen and (max-width: 767px) {
  .btn-float__close span {
    width: 4.0vw;
    height: 4.0vw;
    padding: .5vw;
  }
}

.btn-float__close span svg path {
  fill: #fff;
}

.btn-float__close:hover {
  opacity: .6;
}

@media only screen and (max-width: 767px) {
  .btn-float__close:hover {
    opacity: 1;
  }
}

.btn-float.prepare {
  display: none !important;
}

/*/////////////////////////////
01. cosme_mv
/////////////////////////////*/
.cosme_mv {
  display: block;
  position: relative;
  margin-bottom: 3.75rem;
}

@media only screen and (max-width: 767px) {
  .cosme_mv {
    margin-bottom: 9.3vw;
  }
}

.cosme_mv .visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cosme_mv .visual img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cosme_mv .mv-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  width: auto;
  margin-top: 0;
  position: absolute;
  right: 3.0%;
  bottom: 7.69vw;
  left: 3.0%;
}

@media only screen and (max-width: 767px) {
  .cosme_mv .mv-wrapper {
    top: 0;
    right: unset;
    bottom: unset;
    left: unset;
    width: 100%;
    height: 100%;
    padding: 8.53vw 4.0vw 9.33vw;
  }
}

.cosme_mv .mv-wrapper .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 51.83vw;
  filter: drop-shadow(0 0 0.1875rem rgba(0, 0, 0, 0.35));
}

@media only screen and (max-width: 767px) {
  .cosme_mv .mv-wrapper .title {
    width: 100%;
    height: 100%;
    padding-top: 38.21vw;
  }
}

.cosme_mv .mv-wrapper .title .sub,
.cosme_mv .mv-wrapper .title .main {
  display: block;
}

.cosme_mv .mv-wrapper .title .sub svg path,
.cosme_mv .mv-wrapper .title .main svg path {
  fill: #fff;
}

.cosme_mv .mv-wrapper .title .sub {
  opacity: 1;
  -webkit-transition: opacity 1.2s 1.2s ease-in;
  transition: opacity 1.2s 1.2s ease-in;
}

.cosme_mv .mv-wrapper .title .sub.line01 {
  width: 19.0vw;
  margin-bottom: 1.76vw;
}

@media only screen and (max-width: 767px) {
  .cosme_mv .mv-wrapper .title .sub.line01 {
    width: 33.07vw;
    margin-bottom: 2.4vw;
  }
}

.cosme_mv .mv-wrapper .title .sub.line02 {
  width: 18.0vw;
}

@media only screen and (max-width: 767px) {
  .cosme_mv .mv-wrapper .title .sub.line02 {
    width: 30.67vw;
  }
}

.cosme_mv .mv-wrapper .title .main {
  width: 100.0%;
  margin-bottom: 2.34vw;
}

@media only screen and (max-width: 767px) {
  .cosme_mv .mv-wrapper .title .main {
    margin-bottom: 2.4vw;
  }
}

.cosme_mv .mv-wrapper .title .main span {
  display: block;
  margin: 0 auto;
}

.cosme_mv .mv-wrapper .title .main span svg path {
  opacity: 1;
  -webkit-transition: opacity .6s ease-in;
  transition: opacity .6s ease-in;
}

.cosme_mv .mv-wrapper .title .main span svg .t02 {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}

.cosme_mv .mv-wrapper .title .main span svg .t03 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.cosme_mv .mv-wrapper .title .main span svg .t04 {
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
}

.cosme_mv .mv-wrapper .title .main span svg .t05 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.cosme_mv .mv-wrapper .title .main .m2 {
  width: 98.15%;
}

@media only screen and (max-width: 767px) {
  .cosme_mv .mv-wrapper .title .main .m2 {
    width: 88.4vw;
  }
}

.cosme_mv.is-hidden .mv-wrapper .title .sub {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

.cosme_mv.is-hidden .mv-wrapper .title .main span svg path {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

/*/////////////////////////////
00. keyframes
/////////////////////////////*/
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 4%, 0);
  }
  100% {
    opacity: 1.0;
    transform: translate3d(0, 0, 0);
  }
}

/*/////////////////////////////
02. box-spread
/////////////////////////////*/
.box-spread {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  /*/////////////////////////////
03. box-spread (Shere)
/////////////////////////////*/
  /*/////////////////////////////
04. introduction
/////////////////////////////*/
  /*/////////////////////////////
05. award-category
/////////////////////////////*/
  /*/////////////////////////////
06. bestbuy & column
/////////////////////////////*/
  /*/////////////////////////////
07. special
/////////////////////////////*/
  /*/////////////////////////////
08. aggregate
/////////////////////////////*/
}

.box-spread .inner-content {
  position: relative;
  z-index: 0;
  width: 100.0%;
  max-width: 64.75rem;
  margin: 0 auto;
  padding: 3.125rem 0 3.75rem;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .box-spread .inner-content {
    width: 100.0%;
    padding: 12.5vw 4.0vw 15.0vw;
  }
}

.box-spread .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.box-spread .box-header {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .box-spread .box-header {
    margin-bottom: 5.33vw;
  }
}

.box-spread .box-header .ttl h2 {
  margin-bottom: 1.5625rem;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .box-spread .box-header .ttl h2 {
    margin-bottom: 10.67vw;
  }
}

.box-spread .box-header .ttl h2 span img {
  height: 1.875rem;
}

@media only screen and (max-width: 767px) {
  .box-spread .box-header .ttl h2 span img {
    height: 4.8vw;
  }
}

.box-spread .box-header .leadtxt {
  margin-top: 1rem;
  font-size: 0.9375rem;
  line-height: 1.73333;
}

@media only screen and (max-width: 767px) {
  .box-spread .box-header .leadtxt {
    margin-top: 4.27vw;
    font-size: 3.5vw;
  }
}

.box-spread#award-category .award-header, .box-spread#bestbuy .award-header, .box-spread#column .award-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#award-category .award-header, .box-spread#bestbuy .award-header, .box-spread#column .award-header {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5.33vw;
  }
}

.box-spread#award-category .award-header .award-label, .box-spread#bestbuy .award-header .award-label, .box-spread#column .award-header .award-label {
  aspect-ratio: 1 / 1;
  width: 9.375rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#award-category .award-header .award-label, .box-spread#bestbuy .award-header .award-label, .box-spread#column .award-header .award-label {
    width: 26.67vw;
  }
}

.box-spread#award-category .award-header .ttl-sub, .box-spread#bestbuy .award-header .ttl-sub, .box-spread#column .award-header .ttl-sub {
  width: calc(100% - 150px);
  padding-left: 1.875rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#award-category .award-header .ttl-sub, .box-spread#bestbuy .award-header .ttl-sub, .box-spread#column .award-header .ttl-sub {
    width: 61.3vw;
    padding-left: 0;
  }
}

.box-spread#award-category .ttl-sub, .box-spread#bestbuy .ttl-sub, .box-spread#column .ttl-sub {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.box-spread#award-category .ttl-sub span, .box-spread#bestbuy .ttl-sub span, .box-spread#column .ttl-sub span {
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #979797;
}

@media only screen and (max-width: 767px) {
  .box-spread#award-category .ttl-sub span, .box-spread#bestbuy .ttl-sub span, .box-spread#column .ttl-sub span {
    margin-bottom: 2.13vw;
    padding-bottom: 2.13vw;
  }
}

.box-spread#award-category .ttl-sub span img, .box-spread#bestbuy .ttl-sub span img, .box-spread#column .ttl-sub span img {
  height: 1.375rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#award-category .ttl-sub span img, .box-spread#bestbuy .ttl-sub span img, .box-spread#column .ttl-sub span img {
    height: 3.83vw;
  }
}

.box-spread#award-category .ttl-sub small, .box-spread#bestbuy .ttl-sub small, .box-spread#column .ttl-sub small {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .box-spread#award-category .ttl-sub small, .box-spread#bestbuy .ttl-sub small, .box-spread#column .ttl-sub small {
    font-size: 4.0vw;
    line-height: 1.5;
  }
}

.box-spread#award-category .inner-content .container p, .box-spread#bestbuy .inner-content .container p, .box-spread#column .inner-content .container p {
  margin-bottom: 0.625rem;
}

.box-spread#award-category .inner-content .container strong, .box-spread#bestbuy .inner-content .container strong, .box-spread#column .inner-content .container strong {
  font-weight: bold;
}

.box-spread#award-category .inner-content .container .btn-viewmore, .box-spread#bestbuy .inner-content .container .btn-viewmore, .box-spread#column .inner-content .container .btn-viewmore {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 2.5rem;
  background-color: #000;
  transition: background-color .3s ease-in;
  border: 0.0625rem solid #fff;
}

@media only screen and (max-width: 767px) {
  .box-spread#award-category .inner-content .container .btn-viewmore, .box-spread#bestbuy .inner-content .container .btn-viewmore, .box-spread#column .inner-content .container .btn-viewmore {
    height: 8.0vw;
    border-width: .133vw;
    margin-top: auto;
  }
}

.box-spread#award-category .inner-content .container .btn-viewmore span, .box-spread#bestbuy .inner-content .container .btn-viewmore span, .box-spread#column .inner-content .container .btn-viewmore span {
  position: relative;
  width: 100.0%;
  font-size: 0;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
  transition: background-color .3s ease-in;
}

.box-spread#award-category .inner-content .container .btn-viewmore span.close, .box-spread#bestbuy .inner-content .container .btn-viewmore span.close, .box-spread#column .inner-content .container .btn-viewmore span.close {
  display: none;
  height: 0.90625rem;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 182.7 15.4" style="enable-background:new 0 0 182.7 15.4;" xml:space="preserve"><path d="M71,0.7h2.7v0.3c-0.7,0.2-0.8,0.8-0.8,2.3v11.6l-0.3,0L63.2,3v7.9c0,2.4,0.5,3.1,1.5,3.5v0.3h-2.7v-0.3c0.7-0.2,0.8-0.8,0.8-2.3V3.2c0-1.4-0.2-2-1-2.3V0.7h2.3l8.4,10.5V4.4C72.5,2,72,1.3,71,0.9V0.7z M54.5,0.9c0.7,0.2,0.8,0.8,0.8,2.3v8.9c0,1.4-0.1,2-0.8,2.3v0.3h3.7v-0.3c-0.7-0.2-0.8-0.8-0.8-2.3V3.2c0-1.4,0.1-2,0.8-2.3V0.7h-3.7V0.9z M87.5,8.7c0.9,0.2,1,0.8,1,2.4v1.8c-0.6,1-1.7,1.6-2.9,1.5c-3.8,0-6.1-4.3-6.1-8.1c0-3.6,2.1-5.4,4.7-5.4c2.2,0,4.1,1.3,4.9,3.3l0.2-0.1l-0.1-2.6c-1.3-0.7-2.8-1-4.3-1c-4.5,0-7.5,3.2-7.5,7.1h0c0,4.4,2.9,7.3,7.5,7.3c2.2-0.1,4.2-1.1,5.6-2.8V8.4h-3.1V8.7z M8.8,14.4c-3.9,0-6.2-3.6-6.2-7.4c0-4,2.3-6.1,5.5-6.1c2.2,0,4.1,1.3,4.9,3.3l0.2-0.1l-0.1-2.6c-1.4-0.7-3-1-4.6-1c-4.9,0-8.1,3.3-8.1,7.4l0,0c0,4.5,2.9,7,7.7,7c1.7,0.1,3.4-0.3,5-1l0.3-2.9l-0.3,0C12.8,13,10.9,14.5,8.8,14.4z M43.1,8.9l-4.9-8.2h-3v0.3c0.9,0.3,1.4,1,1.4,3.5v7.7c0,1.4-0.1,2-0.8,2.3v0.3h2.7v-0.3c-1-0.3-1.5-1-1.5-3.5V2.6l5,8.2h0.5l4.8-8.4v9.7c0,1.4-0.1,2-0.8,2.3v0.3l3.7,0v-0.3c-0.7-0.2-0.8-0.8-0.8-2.3V4.4c0-2.4,0.4-3.1,1.4-3.5V0.7h-2.8L43.1,8.9z M29.5,2.3c1.5,1.4,2.4,3.4,2.3,5.4c0.1,2.1-0.8,4-2.3,5.4c-1.4,1.1-3.1,1.8-4.8,1.7c-3.8,0.1-7-2.8-7.2-6.6c0-0.2,0-0.4,0-0.6h0c-0.1-3.8,2.9-7,6.8-7.1c0.1,0,0.3,0,0.4,0C26.5,0.5,28.2,1.1,29.5,2.3z M29.8,9.3c-0.3-4-2.5-8.3-6.2-8.3c-1.1,0-2.1,0.4-2.9,1.2h0c-1,1.2-1.4,2.7-1.2,4.2c0.1,2,0.8,3.8,1.9,5.4c1,1.4,2.5,2.4,4.3,2.4c1.1,0.1,2.1-0.3,2.9-1.1C29.6,12.1,30,10.7,29.8,9.3z M144,2.3c1.5,1.4,2.4,3.4,2.3,5.4c0.1,2.1-0.8,4-2.3,5.4c-1.4,1.1-3.1,1.8-4.8,1.7c-3.8,0.1-7-2.8-7.2-6.6c0-0.2,0-0.4,0-0.6c-0.1-3.8,2.9-7,6.8-7.1c0.1,0,0.3,0,0.4,0C140.9,0.5,142.6,1.1,144,2.3z M144.3,9.3c-0.3-4-2.5-8.3-6.2-8.3c-1.1,0-2.1,0.4-2.9,1.2h0c-1,1.2-1.4,2.7-1.2,4.2c0.1,2,0.8,3.8,1.9,5.4c1,1.4,2.5,2.4,4.3,2.4c1.1,0.1,2.1-0.3,2.9-1.1C144.1,12.1,144.5,10.7,144.3,9.3z M105.5,6.5c-1.6-0.6-3.6-1.4-3.6-3.1c0-0.1,0-0.2,0-0.2c0.2-1.4,1.4-2.4,2.8-2.3c2,0,3.8,1.3,4.5,3.2l0.2-0.1l-0.1-2.6c-1.2-0.6-2.5-0.9-3.8-0.8c-3.1,0-5.1,1.5-5.1,4c0,2.3,1.7,3,3.8,3.9c1.6,0.6,4.2,1.6,4.2,3.5c0,0.1,0,0.1,0,0.2c-0.1,1.4-1.3,2.4-2.7,2.3c-2.5,0-4.6-1.7-5.3-4l-0.3,0l0.1,3h0c1.5,1,3.2,1.5,4.9,1.4c2.3,0,4.8-1.5,4.8-4.3C110,8.2,107.6,7.3,105.5,6.5z M158.6,0.9c1,0.3,1.5,1,1.5,3.5v6.8l-8.4-10.5h-2.3v0.3c0.9,0.2,1,0.8,1,2.3v8.9c0,1.4-0.1,2-0.8,2.3v0.3h2.7v-0.3c-1-0.3-1.5-1-1.5-3.5V3l9.4,11.8l0.3,0V3.2c0-1.4,0.1-2,0.8-2.3V0.7h-2.7V0.9z M125.6,2.3c1.5,1.4,2.4,3.4,2.3,5.4c0.1,2.1-0.8,4-2.3,5.4c-1.4,1.1-3.1,1.8-4.8,1.7c-3.8,0.1-7-2.8-7.2-6.6c0-0.2,0-0.4,0-0.6h0c-0.1-3.8,2.9-7,6.8-7.1c0.1,0,0.3,0,0.4,0C122.5,0.5,124.2,1.1,125.6,2.3z M125.9,9.3c-0.3-4-2.5-8.3-6.2-8.3c-1.1,0-2.1,0.4-2.9,1.2h0c-1,1.2-1.4,2.7-1.2,4.2c0.1,2,0.8,3.8,1.9,5.4c1,1.4,2.5,2.4,4.3,2.4c1.1,0.1,2.1-0.3,2.9-1.1C125.7,12.1,126.1,10.7,125.9,9.3z M180.8,11.8L180.8,11.8c-0.9,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h0.1c0.8,0,1.5-0.7,1.5-1.5S181.6,11.8,180.8,11.8z M174.1,11.8L174.1,11.8c-0.9,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h0.1c0.8,0,1.5-0.7,1.5-1.5S174.9,11.8,174.1,11.8z M167.4,11.8L167.4,11.8c-0.9,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h0.1c0.8,0,1.5-0.7,1.5-1.5S168.2,11.8,167.4,11.8z"/></svg>');
  mask-image: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 182.7 15.4" style="enable-background:new 0 0 182.7 15.4;" xml:space="preserve"><path d="M71,0.7h2.7v0.3c-0.7,0.2-0.8,0.8-0.8,2.3v11.6l-0.3,0L63.2,3v7.9c0,2.4,0.5,3.1,1.5,3.5v0.3h-2.7v-0.3c0.7-0.2,0.8-0.8,0.8-2.3V3.2c0-1.4-0.2-2-1-2.3V0.7h2.3l8.4,10.5V4.4C72.5,2,72,1.3,71,0.9V0.7z M54.5,0.9c0.7,0.2,0.8,0.8,0.8,2.3v8.9c0,1.4-0.1,2-0.8,2.3v0.3h3.7v-0.3c-0.7-0.2-0.8-0.8-0.8-2.3V3.2c0-1.4,0.1-2,0.8-2.3V0.7h-3.7V0.9z M87.5,8.7c0.9,0.2,1,0.8,1,2.4v1.8c-0.6,1-1.7,1.6-2.9,1.5c-3.8,0-6.1-4.3-6.1-8.1c0-3.6,2.1-5.4,4.7-5.4c2.2,0,4.1,1.3,4.9,3.3l0.2-0.1l-0.1-2.6c-1.3-0.7-2.8-1-4.3-1c-4.5,0-7.5,3.2-7.5,7.1h0c0,4.4,2.9,7.3,7.5,7.3c2.2-0.1,4.2-1.1,5.6-2.8V8.4h-3.1V8.7z M8.8,14.4c-3.9,0-6.2-3.6-6.2-7.4c0-4,2.3-6.1,5.5-6.1c2.2,0,4.1,1.3,4.9,3.3l0.2-0.1l-0.1-2.6c-1.4-0.7-3-1-4.6-1c-4.9,0-8.1,3.3-8.1,7.4l0,0c0,4.5,2.9,7,7.7,7c1.7,0.1,3.4-0.3,5-1l0.3-2.9l-0.3,0C12.8,13,10.9,14.5,8.8,14.4z M43.1,8.9l-4.9-8.2h-3v0.3c0.9,0.3,1.4,1,1.4,3.5v7.7c0,1.4-0.1,2-0.8,2.3v0.3h2.7v-0.3c-1-0.3-1.5-1-1.5-3.5V2.6l5,8.2h0.5l4.8-8.4v9.7c0,1.4-0.1,2-0.8,2.3v0.3l3.7,0v-0.3c-0.7-0.2-0.8-0.8-0.8-2.3V4.4c0-2.4,0.4-3.1,1.4-3.5V0.7h-2.8L43.1,8.9z M29.5,2.3c1.5,1.4,2.4,3.4,2.3,5.4c0.1,2.1-0.8,4-2.3,5.4c-1.4,1.1-3.1,1.8-4.8,1.7c-3.8,0.1-7-2.8-7.2-6.6c0-0.2,0-0.4,0-0.6h0c-0.1-3.8,2.9-7,6.8-7.1c0.1,0,0.3,0,0.4,0C26.5,0.5,28.2,1.1,29.5,2.3z M29.8,9.3c-0.3-4-2.5-8.3-6.2-8.3c-1.1,0-2.1,0.4-2.9,1.2h0c-1,1.2-1.4,2.7-1.2,4.2c0.1,2,0.8,3.8,1.9,5.4c1,1.4,2.5,2.4,4.3,2.4c1.1,0.1,2.1-0.3,2.9-1.1C29.6,12.1,30,10.7,29.8,9.3z M144,2.3c1.5,1.4,2.4,3.4,2.3,5.4c0.1,2.1-0.8,4-2.3,5.4c-1.4,1.1-3.1,1.8-4.8,1.7c-3.8,0.1-7-2.8-7.2-6.6c0-0.2,0-0.4,0-0.6c-0.1-3.8,2.9-7,6.8-7.1c0.1,0,0.3,0,0.4,0C140.9,0.5,142.6,1.1,144,2.3z M144.3,9.3c-0.3-4-2.5-8.3-6.2-8.3c-1.1,0-2.1,0.4-2.9,1.2h0c-1,1.2-1.4,2.7-1.2,4.2c0.1,2,0.8,3.8,1.9,5.4c1,1.4,2.5,2.4,4.3,2.4c1.1,0.1,2.1-0.3,2.9-1.1C144.1,12.1,144.5,10.7,144.3,9.3z M105.5,6.5c-1.6-0.6-3.6-1.4-3.6-3.1c0-0.1,0-0.2,0-0.2c0.2-1.4,1.4-2.4,2.8-2.3c2,0,3.8,1.3,4.5,3.2l0.2-0.1l-0.1-2.6c-1.2-0.6-2.5-0.9-3.8-0.8c-3.1,0-5.1,1.5-5.1,4c0,2.3,1.7,3,3.8,3.9c1.6,0.6,4.2,1.6,4.2,3.5c0,0.1,0,0.1,0,0.2c-0.1,1.4-1.3,2.4-2.7,2.3c-2.5,0-4.6-1.7-5.3-4l-0.3,0l0.1,3h0c1.5,1,3.2,1.5,4.9,1.4c2.3,0,4.8-1.5,4.8-4.3C110,8.2,107.6,7.3,105.5,6.5z M158.6,0.9c1,0.3,1.5,1,1.5,3.5v6.8l-8.4-10.5h-2.3v0.3c0.9,0.2,1,0.8,1,2.3v8.9c0,1.4-0.1,2-0.8,2.3v0.3h2.7v-0.3c-1-0.3-1.5-1-1.5-3.5V3l9.4,11.8l0.3,0V3.2c0-1.4,0.1-2,0.8-2.3V0.7h-2.7V0.9z M125.6,2.3c1.5,1.4,2.4,3.4,2.3,5.4c0.1,2.1-0.8,4-2.3,5.4c-1.4,1.1-3.1,1.8-4.8,1.7c-3.8,0.1-7-2.8-7.2-6.6c0-0.2,0-0.4,0-0.6h0c-0.1-3.8,2.9-7,6.8-7.1c0.1,0,0.3,0,0.4,0C122.5,0.5,124.2,1.1,125.6,2.3z M125.9,9.3c-0.3-4-2.5-8.3-6.2-8.3c-1.1,0-2.1,0.4-2.9,1.2h0c-1,1.2-1.4,2.7-1.2,4.2c0.1,2,0.8,3.8,1.9,5.4c1,1.4,2.5,2.4,4.3,2.4c1.1,0.1,2.1-0.3,2.9-1.1C125.7,12.1,126.1,10.7,125.9,9.3z M180.8,11.8L180.8,11.8c-0.9,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h0.1c0.8,0,1.5-0.7,1.5-1.5S181.6,11.8,180.8,11.8z M174.1,11.8L174.1,11.8c-0.9,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h0.1c0.8,0,1.5-0.7,1.5-1.5S174.9,11.8,174.1,11.8z M167.4,11.8L167.4,11.8c-0.9,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h0.1c0.8,0,1.5-0.7,1.5-1.5S168.2,11.8,167.4,11.8z"/></svg>');
}

@media only screen and (max-width: 767px) {
  .box-spread#award-category .inner-content .container .btn-viewmore span.close, .box-spread#bestbuy .inner-content .container .btn-viewmore span.close, .box-spread#column .inner-content .container .btn-viewmore span.close {
    width: 31.0vw;
    height: 3.0vw;
  }
}

.box-spread#award-category .inner-content .container .btn-viewmore span.open, .box-spread#bestbuy .inner-content .container .btn-viewmore span.open, .box-spread#column .inner-content .container .btn-viewmore span.open {
  display: block;
  height: 0.90625rem;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 152.1 18.2" style="enable-background:new 0 0 152.1 18.2;" xml:space="preserve"><path d="M100.1,9c-0.1-4.6,3.5-8.4,8.1-8.5c0.2,0,0.3,0,0.5,0c2.1,0,4.2,0.7,5.8,2.1c1.8,1.7,2.9,4.1,2.8,6.5c0.1,2.5-0.9,4.8-2.8,6.5c-1.6,1.4-3.7,2.1-5.8,2.1c-4.6,0.2-8.4-3.4-8.6-8C100.1,9.5,100.1,9.3,100.1,9z M104,2.5c-1.2,1.4-1.7,3.2-1.4,5c0.2,2.3,1,4.6,2.3,6.5c1.1,1.7,3.1,2.8,5.1,2.9c1.3,0.1,2.6-0.4,3.5-1.3c1-1.3,1.5-3,1.3-4.6c-0.3-4.8-3-9.9-7.4-9.9C106.1,1.1,104.9,1.6,104,2.5z M130.7,13.8l-0.1-0.2c-0.2-0.5-0.4-1-0.5-1.3c-1-2.5-1.3-3.3-3.1-3.3h-1.4v5.6c0,1.7,0.1,2.4,1,2.7v0.3H122v-0.3c0.8-0.3,1-1.1,1-2.7V3.7c0-1.7-0.1-2.4-1-2.7V0.7h5c2.4,0,4.1,0.4,5.1,1.2c0.8,0.6,1.3,1.6,1.2,2.6c0,1.1-0.4,2.1-1.2,2.8c-1,0.9-2.2,1.4-3.5,1.4c2.7,0.3,3.2,1.4,4.5,4.6c1.3,3.2,1.5,3.8,2.4,3.8c0.1,0,0.2,0,0.4,0v0.3c-0.6,0.1-1.1,0.2-1.7,0.2C132.3,17.7,131.8,16.4,130.7,13.8z M125.5,1.1v7.3h1.5c2.4,0,3.8-1.2,3.8-3.4c0.1-2.2-1.6-4-3.8-4c-0.2,0-0.3,0-0.5,0C126.2,1.1,125.8,1.1,125.5,1.1L125.5,1.1z M139.2,17.5v-0.3c0.8-0.3,1-1,1-2.7V3.7c0-1.7-0.2-2.4-1-2.7V0.7h11.5l0.3,3.4l-0.3,0.1c-1-2.4-2.5-3.1-5.2-3.1h-2.8v7.2h2.3c2.9,0,3.8-0.6,4.2-1.8h0.3v4h-0.3c-0.4-1.2-1.2-1.8-4.2-1.8h-2.3v7.2c-0.1,0.6,0.4,1.1,1,1.2c0.1,0,0.2,0,0.2,0h2.3c2.4,0,4.1-0.7,5-3.2l0.3,0l-0.2,3.5L139.2,17.5z M90.1,17.5v-0.3c0.8-0.3,1-1,1-2.7V2.8l-5.8,10.1h-0.6l-6-9.9v10c0,2.9,0.6,3.8,1.8,4.2v0.3h-3.2v-0.3c0.8-0.3,1-1,1-2.7V5.2c0-2.9-0.5-3.8-1.6-4.2V0.7h3.6l5.9,9.8l5.6-9.8h3.4V1c-1.1,0.4-1.6,1.2-1.6,4.2v9.3c0,1.7,0.2,2.4,1,2.7v0.3L90.1,17.5z M58.8,17.5l-3.2-7.8l-3.1,7.8h-0.9L46.2,3.5C45.6,1.9,45,1.3,44.5,1V0.7h4.3V1C48,1.3,48.4,1.9,49,3.5l4.2,10.9l2.2-5.4l-2.3-5.6c-0.6-1.6-1.3-2.2-1.8-2.5V0.7h4.3V1c-0.8,0.3-0.5,0.9,0.2,2.5L57,6.4l1.1-2.8c0.6-1.6,0.4-2.3-0.4-2.5V0.7h2.8V1c-0.7,0.3-1.3,0.9-1.9,2.5L57.2,7l3.1,7.5l4-10.9c0.6-1.6,0.4-2.3-0.4-2.5V0.7h2.8V1c-0.7,0.3-1.3,0.9-1.9,2.5l-5.1,13.9L58.8,17.5z M28.8,17.5v-0.3c0.8-0.3,1-1,1-2.7V3.7c0-1.7-0.2-2.4-1-2.7V0.7h11.5l0.3,3.4l-0.3,0.1c-1-2.4-2.5-3.1-5.2-3.1h-2.8v7.2h2.3c2.9,0,3.8-0.6,4.2-1.8h0.3v4h-0.3c-0.4-1.2-1.2-1.8-4.2-1.8h-2.3v7.2c-0.1,0.6,0.4,1.1,1,1.2c0.1,0,0.2,0,0.2,0h2.3c2.4,0,4.1-0.7,5-3.2l0.3,0l-0.2,3.5L28.8,17.5z M19.7,17.5v-0.3c0.8-0.3,1-1,1-2.7V3.7c0-1.7-0.2-2.4-1-2.7V0.7h4.5V1c-0.8,0.3-1,1-1,2.7v10.7c0,1.7,0.2,2.4,1,2.7v0.3H19.7z M7.9,17.5l-5.6-14C1.7,1.9,1.1,1.3,0.5,1V0.7h4.4V1C4.1,1.3,4.4,1.9,5.1,3.5l4.4,11.2l4.3-11.2c0.6-1.6,0.5-2.3-0.4-2.5V0.7h2.8V1c-0.7,0.3-1.3,0.9-2,2.5l-5.4,14H7.9z"/></svg>');
  mask-image: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 152.1 18.2" style="enable-background:new 0 0 152.1 18.2;" xml:space="preserve"><path d="M100.1,9c-0.1-4.6,3.5-8.4,8.1-8.5c0.2,0,0.3,0,0.5,0c2.1,0,4.2,0.7,5.8,2.1c1.8,1.7,2.9,4.1,2.8,6.5c0.1,2.5-0.9,4.8-2.8,6.5c-1.6,1.4-3.7,2.1-5.8,2.1c-4.6,0.2-8.4-3.4-8.6-8C100.1,9.5,100.1,9.3,100.1,9z M104,2.5c-1.2,1.4-1.7,3.2-1.4,5c0.2,2.3,1,4.6,2.3,6.5c1.1,1.7,3.1,2.8,5.1,2.9c1.3,0.1,2.6-0.4,3.5-1.3c1-1.3,1.5-3,1.3-4.6c-0.3-4.8-3-9.9-7.4-9.9C106.1,1.1,104.9,1.6,104,2.5z M130.7,13.8l-0.1-0.2c-0.2-0.5-0.4-1-0.5-1.3c-1-2.5-1.3-3.3-3.1-3.3h-1.4v5.6c0,1.7,0.1,2.4,1,2.7v0.3H122v-0.3c0.8-0.3,1-1.1,1-2.7V3.7c0-1.7-0.1-2.4-1-2.7V0.7h5c2.4,0,4.1,0.4,5.1,1.2c0.8,0.6,1.3,1.6,1.2,2.6c0,1.1-0.4,2.1-1.2,2.8c-1,0.9-2.2,1.4-3.5,1.4c2.7,0.3,3.2,1.4,4.5,4.6c1.3,3.2,1.5,3.8,2.4,3.8c0.1,0,0.2,0,0.4,0v0.3c-0.6,0.1-1.1,0.2-1.7,0.2C132.3,17.7,131.8,16.4,130.7,13.8z M125.5,1.1v7.3h1.5c2.4,0,3.8-1.2,3.8-3.4c0.1-2.2-1.6-4-3.8-4c-0.2,0-0.3,0-0.5,0C126.2,1.1,125.8,1.1,125.5,1.1L125.5,1.1z M139.2,17.5v-0.3c0.8-0.3,1-1,1-2.7V3.7c0-1.7-0.2-2.4-1-2.7V0.7h11.5l0.3,3.4l-0.3,0.1c-1-2.4-2.5-3.1-5.2-3.1h-2.8v7.2h2.3c2.9,0,3.8-0.6,4.2-1.8h0.3v4h-0.3c-0.4-1.2-1.2-1.8-4.2-1.8h-2.3v7.2c-0.1,0.6,0.4,1.1,1,1.2c0.1,0,0.2,0,0.2,0h2.3c2.4,0,4.1-0.7,5-3.2l0.3,0l-0.2,3.5L139.2,17.5z M90.1,17.5v-0.3c0.8-0.3,1-1,1-2.7V2.8l-5.8,10.1h-0.6l-6-9.9v10c0,2.9,0.6,3.8,1.8,4.2v0.3h-3.2v-0.3c0.8-0.3,1-1,1-2.7V5.2c0-2.9-0.5-3.8-1.6-4.2V0.7h3.6l5.9,9.8l5.6-9.8h3.4V1c-1.1,0.4-1.6,1.2-1.6,4.2v9.3c0,1.7,0.2,2.4,1,2.7v0.3L90.1,17.5z M58.8,17.5l-3.2-7.8l-3.1,7.8h-0.9L46.2,3.5C45.6,1.9,45,1.3,44.5,1V0.7h4.3V1C48,1.3,48.4,1.9,49,3.5l4.2,10.9l2.2-5.4l-2.3-5.6c-0.6-1.6-1.3-2.2-1.8-2.5V0.7h4.3V1c-0.8,0.3-0.5,0.9,0.2,2.5L57,6.4l1.1-2.8c0.6-1.6,0.4-2.3-0.4-2.5V0.7h2.8V1c-0.7,0.3-1.3,0.9-1.9,2.5L57.2,7l3.1,7.5l4-10.9c0.6-1.6,0.4-2.3-0.4-2.5V0.7h2.8V1c-0.7,0.3-1.3,0.9-1.9,2.5l-5.1,13.9L58.8,17.5z M28.8,17.5v-0.3c0.8-0.3,1-1,1-2.7V3.7c0-1.7-0.2-2.4-1-2.7V0.7h11.5l0.3,3.4l-0.3,0.1c-1-2.4-2.5-3.1-5.2-3.1h-2.8v7.2h2.3c2.9,0,3.8-0.6,4.2-1.8h0.3v4h-0.3c-0.4-1.2-1.2-1.8-4.2-1.8h-2.3v7.2c-0.1,0.6,0.4,1.1,1,1.2c0.1,0,0.2,0,0.2,0h2.3c2.4,0,4.1-0.7,5-3.2l0.3,0l-0.2,3.5L28.8,17.5z M19.7,17.5v-0.3c0.8-0.3,1-1,1-2.7V3.7c0-1.7-0.2-2.4-1-2.7V0.7h4.5V1c-0.8,0.3-1,1-1,2.7v10.7c0,1.7,0.2,2.4,1,2.7v0.3H19.7z M7.9,17.5l-5.6-14C1.7,1.9,1.1,1.3,0.5,1V0.7h4.4V1C4.1,1.3,4.4,1.9,5.1,3.5l4.4,11.2l4.3-11.2c0.6-1.6,0.5-2.3-0.4-2.5V0.7h2.8V1c-0.7,0.3-1.3,0.9-2,2.5l-5.4,14H7.9z"/></svg>');
}

@media only screen and (max-width: 767px) {
  .box-spread#award-category .inner-content .container .btn-viewmore span.open, .box-spread#bestbuy .inner-content .container .btn-viewmore span.open, .box-spread#column .inner-content .container .btn-viewmore span.open {
    width: 26.5vw;
    height: 3.0vw;
  }
}

.box-spread#introduction .inner-content {
  width: 53.5rem;
  padding: 3.75rem 1.75rem 0;
}

@media only screen and (max-width: 767px) {
  .box-spread#introduction .inner-content {
    width: 100.0%;
    padding: 9.3vw 4.0vw 9.3vw;
    overflow: hidden;
  }
}

.box-spread#introduction .inner-content .box-header {
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#introduction .inner-content .box-header {
    margin-bottom: 0;
  }
}

.box-spread#introduction .inner-content .box-header .ttl {
  margin-bottom: 0.5rem;
  opacity: 0;
  transform: scale(1.2);
  transition: all .6s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .box-spread#introduction .inner-content .box-header .ttl {
    margin-bottom: 3.2vw;
  }
}

.box-spread#introduction .inner-content .box-header .ttl h2 {
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 1.35;
}

@media only screen and (max-width: 767px) {
  .box-spread#introduction .inner-content .box-header .ttl h2 {
    font-size: 6.4vw;
  }
}

.box-spread#introduction .inner-content .box-header p {
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: center;
  opacity: 0;
  transform: translateY(1.5rem);
  transition: all .6s ease-in-out .6s;
}

@media only screen and (max-width: 767px) {
  .box-spread#introduction .inner-content .box-header p {
    font-size: 3.5vw;
  }
}

.box-spread#introduction.is_animated .inner-content .box-header .ttl {
  opacity: 1.0;
  transform: scale(1);
}

.box-spread#introduction.is_animated .inner-content .box-header p {
  opacity: 1;
  transform: translateY(0);
}

.box-spread#award-category .inner-content {
  margin-bottom: 5.625rem;
  padding: 2.5rem 2rem 0;
}

@media only screen and (max-width: 767px) {
  .box-spread#award-category .inner-content {
    margin-bottom: 0;
    padding: 9.3vw 4.0vw 0;
  }
}

@media only screen and (max-width: 767px) {
  .box-spread#award-category .inner-content > .box-header {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .box-spread#award-category .inner-content > .box-header h2 {
    margin-bottom: 5.79vw;
    font-size: 4.0vw;
  }
}

.box-spread#award-category .inner-content > .box-header h2 span {
  display: block;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#award-category .inner-content > .box-header h2 span {
    width: 69.07vw;
    margin: 0 auto 3.2vw;
  }
}

.box-spread#award-category .inner-content #new-products.container,
.box-spread#award-category .inner-content #hero-products.container {
  margin-bottom: 5.625rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#award-category .inner-content #new-products.container,
  .box-spread#award-category .inner-content #hero-products.container {
    margin-bottom: 10.67vw;
  }
}

@media only screen and (max-width: 767px) {
  .box-spread#award-category .inner-content .container .ttl {
    margin: 0 0 6.67vw;
  }
}

.box-spread#award-category .inner-content .container .ttl h2 span {
  max-width: 18.3125rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#award-category .inner-content .container .ttl h2 span {
    max-width: 60.0vw;
  }
}

@media only screen and (min-width: 560px) {
  .box-spread#award-category .inner-content .container .products__list {
    margin-bottom: -2.5rem;
  }
}

.box-spread#award-category .inner-content .container .products__list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.box-spread#award-category .inner-content .container .products__list ul::after {
  display: block;
  content: '';
  width: 47.78%;
  max-width: 18.75rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#award-category .inner-content .container .products__list ul::after {
    display: none;
  }
}

.box-spread#award-category .inner-content .container .products__list ul li {
  position: relative;
  width: 31.0%;
  max-width: 18.75rem;
  margin-bottom: 2.5rem;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .box-spread#award-category .inner-content .container .products__list ul li {
    width: 100.0%;
    max-width: 44.0vw;
    margin-bottom: 5.33vw;
  }
}

.box-spread#award-category .inner-content .container .products__list ul li > * {
  height: 100.0%;
}

.box-spread#award-category .inner-content .container .products__list ul li .fadeUp {
  opacity: 0;
  transform: translate3d(0, 16%, 0);
  will-change: opacity, transform;
}

.box-spread#award-category .inner-content .container .products__list ul li .fadeUp.is_animated {
  animation: fadeUp .6s .8s forwards ease;
}

@media only screen and (min-width: 560px) {
  .box-spread#award-category .inner-content .container .products__list ul li .fadeUp.is_animated.delay01 {
    animation-delay: .08s;
  }
}

@media only screen and (min-width: 560px) {
  .box-spread#award-category .inner-content .container .products__list ul li .fadeUp.is_animated.delay02 {
    animation-delay: .16s;
  }
}

@media only screen and (min-width: 560px) {
  .box-spread#award-category .inner-content .container .products__list ul li .fadeUp.is_animated.delay03 {
    animation-delay: .24s;
  }
}

@media only screen and (max-width: 767px) {
  .box-spread#award-category .inner-content .container .products__list ul li .fadeUp.is_animated.delay01sp {
    animation-delay: .16s;
  }
}

@media only screen and (max-width: 767px) {
  .box-spread#award-category .inner-content .container .products__list ul li .fadeUp.is_animated.delay02sp {
    animation-delay: .32s;
  }
}

.box-spread#award-category .inner-content .container .products__list ul li.prepare {
  pointer-events: none;
}

.box-spread#award-category .inner-content .container .products__list ul li.prepare .thum_product img.img-open {
  display: none;
}

.box-spread#award-category .inner-content .container .products__list ul li.prepare .thum_product img.img-close {
  display: block;
}

.box-spread#award-category .inner-content .container .products__list ul li.prepare .btn-viewmore span.close {
  display: -ms-flexbox;
  display: flex;
}

.box-spread#award-category .inner-content .container .products__list ul li.prepare .btn-viewmore span.open {
  display: none;
}

.box-spread#award-category .inner-content .container .products__list ul li.prepare .btn-viewmore span:after {
  display: none;
}

.box-spread#award-category .inner-content .container .products__list ul li a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: none;
}

.box-spread#award-category .inner-content .container .products__list ul li a:hover {
  opacity: 1.0;
}

.box-spread#award-category .inner-content .container .products__list ul li a:hover .thum_product img {
  transform: scale(1.03, 1.03);
  -webkit-transition-delay: .0s;
  -o-transition-delay: .0s;
  transition-delay: .0s;
}

.box-spread#award-category .inner-content .container .products__list ul li a:hover .btn-viewmore {
  background-color: #000;
}

.box-spread#award-category .inner-content .container .products__list ul li h4 {
  order: 2;
  display: block;
  margin-bottom: 0.625rem;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .box-spread#award-category .inner-content .container .products__list ul li h4 {
    margin-bottom: 2.13vw;
    font-size: 3.25vw;
    line-height: 1.5;
  }
}

.box-spread#award-category .inner-content .container .products__list ul li h4 img {
  display: block;
  aspect-ratio: 16 / 3.4667;
  width: 100%;
}

.box-spread#award-category .inner-content .container .products__list ul li h4.line02 span {
  height: auto;
  line-height: 1.15;
}

.box-spread#award-category .inner-content .container .products__list ul li .thum_product {
  order: 1;
  position: relative;
  width: 100%;
  margin: 0 0 1.5rem;
  font-size: 0;
  line-height: 1.0;
}

@media only screen and (max-width: 767px) {
  .box-spread#award-category .inner-content .container .products__list ul li .thum_product {
    margin-bottom: 2.13vw;
  }
}

.box-spread#award-category .inner-content .container .products__list ul li .thum_product img {
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease-in;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
}

.box-spread#award-category .inner-content .container .products__list ul li .thum_product img.img-open {
  display: block;
}

.box-spread#award-category .inner-content .container .products__list ul li .thum_product img.img-close {
  display: none;
}

.box-spread#award-category .inner-content .container .products__list ul li .btn-viewmore {
  order: 3;
}

.box-spread#award-category .inner-content .container .products__list ul li .btn-viewmore span.close {
  display: none;
}

.box-spread#award-category .inner-content .container#new-products .products__list ul li a:hover .btn-viewmore {
  background-color: #C89F62;
}

.box-spread#award-category .inner-content .container#hero-products .products__list ul li a:hover .btn-viewmore {
  background-color: #E5746B;
}

.box-spread#bestbuy.prepare .inner-content .container.comingsoon, .box-spread#column.prepare .inner-content .container.comingsoon {
  display: block !important;
}

.box-spread#bestbuy.prepare .inner-content .container.article, .box-spread#column.prepare .inner-content .container.article {
  display: none !important;
}

.box-spread#bestbuy .inner-content, .box-spread#column .inner-content {
  margin-bottom: 4.375rem;
  padding: 0 1.75rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#bestbuy .inner-content, .box-spread#column .inner-content {
    margin-bottom: 0;
    padding: 0 4.0vw 10.67vw;
  }
}

.box-spread#bestbuy .inner-content .container.comingsoon, .box-spread#column .inner-content .container.comingsoon {
  display: none;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .box-spread#bestbuy .inner-content .container.comingsoon, .box-spread#column .inner-content .container.comingsoon {
    padding: 4.0vw 0 10.67vw;
  }
}

.box-spread#bestbuy .inner-content .container.comingsoon p, .box-spread#column .inner-content .container.comingsoon p {
  margin: 0;
  font-family: heisei-mincho-std, "Noto Serif JP", "\6E38\660E\671D", "YuMincho", "Hiragino Mincho ProN", "\30D2\30E9\30AE\30CE\660E\671D   ProN", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", serif;
  font-size: 1.35rem;
  line-height: 1.0;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .box-spread#bestbuy .inner-content .container.comingsoon p, .box-spread#column .inner-content .container.comingsoon p {
    font-size: 5.0vw;
  }
}

.box-spread#bestbuy .inner-content .column__list, .box-spread#column .inner-content .column__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.box-spread#bestbuy .inner-content .column__list .column__item, .box-spread#column .inner-content .column__list .column__item {
  width: 31.0%;
  max-width: 18.75rem;
  margin-bottom: 1.5rem;
  list-style: none;
  transition: all .3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .box-spread#bestbuy .inner-content .column__list .column__item, .box-spread#column .inner-content .column__list .column__item {
    width: 100%;
    max-width: 44.0vw;
    margin-bottom: 10.67vw;
  }
}

.box-spread#bestbuy .inner-content .column__list .column__item.wide, .box-spread#column .inner-content .column__list .column__item.wide {
  width: 100.0%;
  max-width: unset;
}

.box-spread#bestbuy .inner-content .column__list .column__item.wide .column__item--btn, .box-spread#column .inner-content .column__list .column__item.wide .column__item--btn {
  margin: 0 0 0 auto;
}

.box-spread#bestbuy .inner-content .column__list .column__item a, .box-spread#column .inner-content .column__list .column__item a {
  position: relative;
  width: 100%;
  display: block;
  height: 100%;
  padding: 0;
  transition: none;
}

.box-spread#bestbuy .inner-content .column__list .column__item a:hover, .box-spread#column .inner-content .column__list .column__item a:hover {
  opacity: 1.0;
}

.box-spread#bestbuy .inner-content .column__list .column__item a:hover .column__item--thum img, .box-spread#column .inner-content .column__list .column__item a:hover .column__item--thum img {
  transform: scale(1.03, 1.03);
}

.box-spread#bestbuy .inner-content .column__list .column__item a:hover .column__item--btn, .box-spread#column .inner-content .column__list .column__item a:hover .column__item--btn {
  background-color: #fff;
}

.box-spread#bestbuy .inner-content .column__list .column__item a:hover .column__item--btn span, .box-spread#column .inner-content .column__list .column__item a:hover .column__item--btn span {
  background-color: #000;
}

.box-spread#bestbuy .inner-content .column__list .column__item a:hover .column__item--btn span.open:after, .box-spread#column .inner-content .column__list .column__item a:hover .column__item--btn span.open:after {
  border-bottom-color: #000;
}

.box-spread#bestbuy .inner-content .column__list .column__item--title, .box-spread#column .inner-content .column__list .column__item--title {
  width: 100%;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#bestbuy .inner-content .column__list .column__item--title, .box-spread#column .inner-content .column__list .column__item--title {
    margin-bottom: 10.67vw;
  }
}

.box-spread#bestbuy .inner-content .column__list .column__item--title span, .box-spread#column .inner-content .column__list .column__item--title span {
  font-size: 1.125rem;
  line-height: 1.44444;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .box-spread#bestbuy .inner-content .column__list .column__item--title span, .box-spread#column .inner-content .column__list .column__item--title span {
    font-size: 3.5vw;
  }
}

.box-spread#bestbuy .inner-content .column__list .column__item--thum, .box-spread#column .inner-content .column__list .column__item--thum {
  position: relative;
  width: 100%;
  margin: 0 0 0.75rem;
  font-size: 0;
  line-height: 1.0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .box-spread#bestbuy .inner-content .column__list .column__item--thum, .box-spread#column .inner-content .column__list .column__item--thum {
    margin-bottom: 2.67vw;
  }
}

.box-spread#bestbuy .inner-content .column__list .column__item--thum img, .box-spread#column .inner-content .column__list .column__item--thum img {
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease-in;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
}

.box-spread#bestbuy .inner-content .column__list .column__item--btn, .box-spread#column .inner-content .column__list .column__item--btn {
  position: absolute;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 18.75rem;
  height: 2.5rem;
  background-color: #000;
  border: 0.0625rem solid #000;
  transition: background-color .3s ease-in;
}

@media only screen and (max-width: 767px) {
  .box-spread#bestbuy .inner-content .column__list .column__item--btn, .box-spread#column .inner-content .column__list .column__item--btn {
    width: 42.67vw;
    height: 8.0vw;
    border-width: .133vw;
    transition: none;
  }
}

.box-spread#bestbuy .inner-content .column__list .column__item--btn span, .box-spread#column .inner-content .column__list .column__item--btn span {
  position: relative;
  display: block;
  margin: 0.0625rem 0.25rem 0 0;
  width: 8.4375rem;
  height: 1.0625rem;
  font-size: 0;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
  transition: background-color .3s ease-in;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 152.1 18.2" style="enable-background:new 0 0 152.1 18.2;" xml:space="preserve"><path d="M100.1,9c-0.1-4.6,3.5-8.4,8.1-8.5c0.2,0,0.3,0,0.5,0c2.1,0,4.2,0.7,5.8,2.1c1.8,1.7,2.9,4.1,2.8,6.5c0.1,2.5-0.9,4.8-2.8,6.5c-1.6,1.4-3.7,2.1-5.8,2.1c-4.6,0.2-8.4-3.4-8.6-8C100.1,9.5,100.1,9.3,100.1,9z M104,2.5c-1.2,1.4-1.7,3.2-1.4,5c0.2,2.3,1,4.6,2.3,6.5c1.1,1.7,3.1,2.8,5.1,2.9c1.3,0.1,2.6-0.4,3.5-1.3c1-1.3,1.5-3,1.3-4.6c-0.3-4.8-3-9.9-7.4-9.9C106.1,1.1,104.9,1.6,104,2.5z M130.7,13.8l-0.1-0.2c-0.2-0.5-0.4-1-0.5-1.3c-1-2.5-1.3-3.3-3.1-3.3h-1.4v5.6c0,1.7,0.1,2.4,1,2.7v0.3H122v-0.3c0.8-0.3,1-1.1,1-2.7V3.7c0-1.7-0.1-2.4-1-2.7V0.7h5c2.4,0,4.1,0.4,5.1,1.2c0.8,0.6,1.3,1.6,1.2,2.6c0,1.1-0.4,2.1-1.2,2.8c-1,0.9-2.2,1.4-3.5,1.4c2.7,0.3,3.2,1.4,4.5,4.6c1.3,3.2,1.5,3.8,2.4,3.8c0.1,0,0.2,0,0.4,0v0.3c-0.6,0.1-1.1,0.2-1.7,0.2C132.3,17.7,131.8,16.4,130.7,13.8z M125.5,1.1v7.3h1.5c2.4,0,3.8-1.2,3.8-3.4c0.1-2.2-1.6-4-3.8-4c-0.2,0-0.3,0-0.5,0C126.2,1.1,125.8,1.1,125.5,1.1L125.5,1.1z M139.2,17.5v-0.3c0.8-0.3,1-1,1-2.7V3.7c0-1.7-0.2-2.4-1-2.7V0.7h11.5l0.3,3.4l-0.3,0.1c-1-2.4-2.5-3.1-5.2-3.1h-2.8v7.2h2.3c2.9,0,3.8-0.6,4.2-1.8h0.3v4h-0.3c-0.4-1.2-1.2-1.8-4.2-1.8h-2.3v7.2c-0.1,0.6,0.4,1.1,1,1.2c0.1,0,0.2,0,0.2,0h2.3c2.4,0,4.1-0.7,5-3.2l0.3,0l-0.2,3.5L139.2,17.5z M90.1,17.5v-0.3c0.8-0.3,1-1,1-2.7V2.8l-5.8,10.1h-0.6l-6-9.9v10c0,2.9,0.6,3.8,1.8,4.2v0.3h-3.2v-0.3c0.8-0.3,1-1,1-2.7V5.2c0-2.9-0.5-3.8-1.6-4.2V0.7h3.6l5.9,9.8l5.6-9.8h3.4V1c-1.1,0.4-1.6,1.2-1.6,4.2v9.3c0,1.7,0.2,2.4,1,2.7v0.3L90.1,17.5z M58.8,17.5l-3.2-7.8l-3.1,7.8h-0.9L46.2,3.5C45.6,1.9,45,1.3,44.5,1V0.7h4.3V1C48,1.3,48.4,1.9,49,3.5l4.2,10.9l2.2-5.4l-2.3-5.6c-0.6-1.6-1.3-2.2-1.8-2.5V0.7h4.3V1c-0.8,0.3-0.5,0.9,0.2,2.5L57,6.4l1.1-2.8c0.6-1.6,0.4-2.3-0.4-2.5V0.7h2.8V1c-0.7,0.3-1.3,0.9-1.9,2.5L57.2,7l3.1,7.5l4-10.9c0.6-1.6,0.4-2.3-0.4-2.5V0.7h2.8V1c-0.7,0.3-1.3,0.9-1.9,2.5l-5.1,13.9L58.8,17.5z M28.8,17.5v-0.3c0.8-0.3,1-1,1-2.7V3.7c0-1.7-0.2-2.4-1-2.7V0.7h11.5l0.3,3.4l-0.3,0.1c-1-2.4-2.5-3.1-5.2-3.1h-2.8v7.2h2.3c2.9,0,3.8-0.6,4.2-1.8h0.3v4h-0.3c-0.4-1.2-1.2-1.8-4.2-1.8h-2.3v7.2c-0.1,0.6,0.4,1.1,1,1.2c0.1,0,0.2,0,0.2,0h2.3c2.4,0,4.1-0.7,5-3.2l0.3,0l-0.2,3.5L28.8,17.5z M19.7,17.5v-0.3c0.8-0.3,1-1,1-2.7V3.7c0-1.7-0.2-2.4-1-2.7V0.7h4.5V1c-0.8,0.3-1,1-1,2.7v10.7c0,1.7,0.2,2.4,1,2.7v0.3H19.7z M7.9,17.5l-5.6-14C1.7,1.9,1.1,1.3,0.5,1V0.7h4.4V1C4.1,1.3,4.4,1.9,5.1,3.5l4.4,11.2l4.3-11.2c0.6-1.6,0.5-2.3-0.4-2.5V0.7h2.8V1c-0.7,0.3-1.3,0.9-2,2.5l-5.4,14H7.9z"/></svg>');
  mask-image: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 152.1 18.2" style="enable-background:new 0 0 152.1 18.2;" xml:space="preserve"><path d="M100.1,9c-0.1-4.6,3.5-8.4,8.1-8.5c0.2,0,0.3,0,0.5,0c2.1,0,4.2,0.7,5.8,2.1c1.8,1.7,2.9,4.1,2.8,6.5c0.1,2.5-0.9,4.8-2.8,6.5c-1.6,1.4-3.7,2.1-5.8,2.1c-4.6,0.2-8.4-3.4-8.6-8C100.1,9.5,100.1,9.3,100.1,9z M104,2.5c-1.2,1.4-1.7,3.2-1.4,5c0.2,2.3,1,4.6,2.3,6.5c1.1,1.7,3.1,2.8,5.1,2.9c1.3,0.1,2.6-0.4,3.5-1.3c1-1.3,1.5-3,1.3-4.6c-0.3-4.8-3-9.9-7.4-9.9C106.1,1.1,104.9,1.6,104,2.5z M130.7,13.8l-0.1-0.2c-0.2-0.5-0.4-1-0.5-1.3c-1-2.5-1.3-3.3-3.1-3.3h-1.4v5.6c0,1.7,0.1,2.4,1,2.7v0.3H122v-0.3c0.8-0.3,1-1.1,1-2.7V3.7c0-1.7-0.1-2.4-1-2.7V0.7h5c2.4,0,4.1,0.4,5.1,1.2c0.8,0.6,1.3,1.6,1.2,2.6c0,1.1-0.4,2.1-1.2,2.8c-1,0.9-2.2,1.4-3.5,1.4c2.7,0.3,3.2,1.4,4.5,4.6c1.3,3.2,1.5,3.8,2.4,3.8c0.1,0,0.2,0,0.4,0v0.3c-0.6,0.1-1.1,0.2-1.7,0.2C132.3,17.7,131.8,16.4,130.7,13.8z M125.5,1.1v7.3h1.5c2.4,0,3.8-1.2,3.8-3.4c0.1-2.2-1.6-4-3.8-4c-0.2,0-0.3,0-0.5,0C126.2,1.1,125.8,1.1,125.5,1.1L125.5,1.1z M139.2,17.5v-0.3c0.8-0.3,1-1,1-2.7V3.7c0-1.7-0.2-2.4-1-2.7V0.7h11.5l0.3,3.4l-0.3,0.1c-1-2.4-2.5-3.1-5.2-3.1h-2.8v7.2h2.3c2.9,0,3.8-0.6,4.2-1.8h0.3v4h-0.3c-0.4-1.2-1.2-1.8-4.2-1.8h-2.3v7.2c-0.1,0.6,0.4,1.1,1,1.2c0.1,0,0.2,0,0.2,0h2.3c2.4,0,4.1-0.7,5-3.2l0.3,0l-0.2,3.5L139.2,17.5z M90.1,17.5v-0.3c0.8-0.3,1-1,1-2.7V2.8l-5.8,10.1h-0.6l-6-9.9v10c0,2.9,0.6,3.8,1.8,4.2v0.3h-3.2v-0.3c0.8-0.3,1-1,1-2.7V5.2c0-2.9-0.5-3.8-1.6-4.2V0.7h3.6l5.9,9.8l5.6-9.8h3.4V1c-1.1,0.4-1.6,1.2-1.6,4.2v9.3c0,1.7,0.2,2.4,1,2.7v0.3L90.1,17.5z M58.8,17.5l-3.2-7.8l-3.1,7.8h-0.9L46.2,3.5C45.6,1.9,45,1.3,44.5,1V0.7h4.3V1C48,1.3,48.4,1.9,49,3.5l4.2,10.9l2.2-5.4l-2.3-5.6c-0.6-1.6-1.3-2.2-1.8-2.5V0.7h4.3V1c-0.8,0.3-0.5,0.9,0.2,2.5L57,6.4l1.1-2.8c0.6-1.6,0.4-2.3-0.4-2.5V0.7h2.8V1c-0.7,0.3-1.3,0.9-1.9,2.5L57.2,7l3.1,7.5l4-10.9c0.6-1.6,0.4-2.3-0.4-2.5V0.7h2.8V1c-0.7,0.3-1.3,0.9-1.9,2.5l-5.1,13.9L58.8,17.5z M28.8,17.5v-0.3c0.8-0.3,1-1,1-2.7V3.7c0-1.7-0.2-2.4-1-2.7V0.7h11.5l0.3,3.4l-0.3,0.1c-1-2.4-2.5-3.1-5.2-3.1h-2.8v7.2h2.3c2.9,0,3.8-0.6,4.2-1.8h0.3v4h-0.3c-0.4-1.2-1.2-1.8-4.2-1.8h-2.3v7.2c-0.1,0.6,0.4,1.1,1,1.2c0.1,0,0.2,0,0.2,0h2.3c2.4,0,4.1-0.7,5-3.2l0.3,0l-0.2,3.5L28.8,17.5z M19.7,17.5v-0.3c0.8-0.3,1-1,1-2.7V3.7c0-1.7-0.2-2.4-1-2.7V0.7h4.5V1c-0.8,0.3-1,1-1,2.7v10.7c0,1.7,0.2,2.4,1,2.7v0.3H19.7z M7.9,17.5l-5.6-14C1.7,1.9,1.1,1.3,0.5,1V0.7h4.4V1C4.1,1.3,4.4,1.9,5.1,3.5l4.4,11.2l4.3-11.2c0.6-1.6,0.5-2.3-0.4-2.5V0.7h2.8V1c-0.7,0.3-1.3,0.9-2,2.5l-5.4,14H7.9z"/></svg>');
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .box-spread#bestbuy .inner-content .column__list .column__item--btn span, .box-spread#column .inner-content .column__list .column__item--btn span {
    width: 26.5vw;
    height: 3.2vw;
  }
}

.box-spread#bestbuy .inner-content .column__list .column__item--btn span.close, .box-spread#column .inner-content .column__list .column__item--btn span.close {
  display: none;
}

.box-spread#bestbuy .inner-content .column__list .column__item.disabled, .box-spread#column .inner-content .column__list .column__item.disabled {
  pointer-events: none;
}

.box-spread#bestbuy .inner-content .column__list .column__item.disabled .column__item--btn span.close, .box-spread#column .inner-content .column__list .column__item.disabled .column__item--btn span.close {
  display: -ms-flexbox;
  display: flex;
}

.box-spread#bestbuy .inner-content .column__list .column__item.disabled .column__item--btn span.open, .box-spread#column .inner-content .column__list .column__item.disabled .column__item--btn span.open {
  display: none;
}

.box-spread#bestbuy .inner-content .column__list .column__item.disabled .column__item--btn span:after, .box-spread#column .inner-content .column__list .column__item.disabled .column__item--btn span:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .box-spread#bestbuy .inner-content .box-header {
    margin-bottom: 8.53vw;
  }
}

.box-spread#bestbuy .inner-content .column__list .column__item {
  margin-bottom: 0;
}

.box-spread#bestbuy .inner-content .column__list .column__item--thum {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .box-spread#bestbuy .inner-content .column__list .column__item--thum {
    margin-bottom: 0;
  }
}

.box-spread#bestbuy .inner-content .column__list .column__item--btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .box-spread#bestbuy .inner-content .column__list .column__item--btn {
    width: 42.67vw;
    height: 8.0vw;
    border-width: .133vw;
    transition: none;
  }
}

.box-spread#column .inner-content .box-header .leadtxt {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.box-spread#column .inner-content .column__list .column__item--title {
  text-align: left;
}

.box-spread#column .inner-content .column__list .column__item--title span {
  font-size: 0.9375rem;
  line-height: 1.73333;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .box-spread#column .inner-content .column__list .column__item--title span {
    font-size: 3.5vw;
  }
}

.box-spread#special > .box-header {
  margin-bottom: 4.5rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#special > .box-header {
    margin-bottom: 10.67vw;
  }
}

.box-spread#interview.prepare .inner-content .container .comingsoon, .box-spread#movie.prepare .inner-content .container .comingsoon, .box-spread#campaign.prepare .inner-content .container .comingsoon {
  display: block !important;
}

.box-spread#interview.prepare .inner-content .container iframe, .box-spread#movie.prepare .inner-content .container iframe, .box-spread#campaign.prepare .inner-content .container iframe {
  display: none !important;
}

.box-spread#interview .inner-content, .box-spread#movie .inner-content, .box-spread#campaign .inner-content {
  width: 100.0%;
  max-width: 61.25rem;
  margin: 0 auto;
  padding: 0.6875rem 0 3.75rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .inner-content, .box-spread#movie .inner-content, .box-spread#campaign .inner-content {
    width: 100.0%;
    margin-bottom: 0;
    padding: 2.0vw 4.0vw 8.0vw;
  }
}

.box-spread#interview .inner-content .container, .box-spread#movie .inner-content .container, .box-spread#campaign .inner-content .container {
  padding: 3.75rem 5.3125rem 4.375rem;
  border: 0.09375rem solid #AE1A24;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .inner-content .container, .box-spread#movie .inner-content .container, .box-spread#campaign .inner-content .container {
    padding: 8.0vw 6.93vw 10.67vw;
  }
}

.box-spread#interview .inner-content .container .comingsoon, .box-spread#movie .inner-content .container .comingsoon, .box-spread#campaign .inner-content .container .comingsoon {
  display: none;
  width: 100%;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .inner-content .container .comingsoon, .box-spread#movie .inner-content .container .comingsoon, .box-spread#campaign .inner-content .container .comingsoon {
    padding: 8.0vw 0;
  }
}

.box-spread#interview .inner-content .container .comingsoon p, .box-spread#movie .inner-content .container .comingsoon p, .box-spread#campaign .inner-content .container .comingsoon p {
  margin: 0;
  font-family: heisei-mincho-std, "Noto Serif JP", "\6E38\660E\671D", "YuMincho", "Hiragino Mincho ProN", "\30D2\30E9\30AE\30CE\660E\671D   ProN", "\FF2D\FF33   \FF30\660E\671D", "MS PMincho", serif;
  font-size: 1.35rem;
  line-height: 1.0;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .inner-content .container .comingsoon p, .box-spread#movie .inner-content .container .comingsoon p, .box-spread#campaign .inner-content .container .comingsoon p {
    font-size: 5.0vw;
  }
}

.box-spread#interview .inner-content .container .ttl, .box-spread#movie .inner-content .container .ttl, .box-spread#campaign .inner-content .container .ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto 1.5rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .inner-content .container .ttl, .box-spread#movie .inner-content .container .ttl, .box-spread#campaign .inner-content .container .ttl {
    margin-bottom: 5.33vw;
    font-size: 4.27vw;
    line-height: 1.5;
  }
}

.box-spread#interview .inner-content .container .ttl span, .box-spread#movie .inner-content .container .ttl span, .box-spread#campaign .inner-content .container .ttl span {
  display: inline-block;
  padding-top: 0;
  padding-right: 1.875rem;
  padding-bottom: 0;
  padding-left: 1.875rem;
  line-height: 0;
  background-color: #F5F5F5;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .inner-content .container .ttl span, .box-spread#movie .inner-content .container .ttl span, .box-spread#campaign .inner-content .container .ttl span {
    padding-top: 0;
    padding-right: 4.5vw;
    padding-bottom: 0;
    padding-left: 4.5vw;
  }
}

.box-spread#interview .inner-content .container .ttl span img, .box-spread#movie .inner-content .container .ttl span img, .box-spread#campaign .inner-content .container .ttl span img {
  height: 1.375rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .inner-content .container .ttl span img, .box-spread#movie .inner-content .container .ttl span img, .box-spread#campaign .inner-content .container .ttl span img {
    height: 4.5vw;
  }
}

.box-spread#interview .inner-content .container .lead-box, .box-spread#movie .inner-content .container .lead-box, .box-spread#campaign .inner-content .container .lead-box {
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .inner-content .container .lead-box, .box-spread#movie .inner-content .container .lead-box, .box-spread#campaign .inner-content .container .lead-box {
    margin-bottom: 10.67vw;
  }
}

.box-spread#interview .inner-content .container .lead-box--ttl, .box-spread#movie .inner-content .container .lead-box--ttl, .box-spread#campaign .inner-content .container .lead-box--ttl {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.44444;
  text-align: center;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .inner-content .container .lead-box--ttl, .box-spread#movie .inner-content .container .lead-box--ttl, .box-spread#campaign .inner-content .container .lead-box--ttl {
    margin-bottom: 5.33vw;
    font-size: 4.8vw;
  }
}

.box-spread#interview .inner-content .container .lead-box--text, .box-spread#movie .inner-content .container .lead-box--text, .box-spread#campaign .inner-content .container .lead-box--text {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .inner-content .container .lead-box--text, .box-spread#movie .inner-content .container .lead-box--text, .box-spread#campaign .inner-content .container .lead-box--text {
    font-size: 4.0vw;
  }
}

.box-spread#interview .inner-content .container iframe, .box-spread#movie .inner-content .container iframe, .box-spread#campaign .inner-content .container iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .inner-content .container iframe, .box-spread#movie .inner-content .container iframe, .box-spread#campaign .inner-content .container iframe {
    width: 83.0vw;
    max-width: unset;
    margin: 0 -3.0vw;
  }
}

.box-spread#interview {
  margin-bottom: 5rem;
  background-color: #AE1A24;
  width: 100.0%;
  height: 43.75rem;
  background-image: url("../../images/bgr_interview.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview {
    height: 97.3vw;
    margin-bottom: 12.13vw;
    background-image: url("../../images/bgr_interview_sp.jpg");
  }
}

.box-spread#interview.prepare {
  pointer-events: none;
}

.box-spread#interview.prepare .btn-viewmore span.close {
  display: -ms-flexbox;
  display: flex;
}

.box-spread#interview.prepare .btn-viewmore span.open {
  display: none;
}

.box-spread#interview.prepare .btn-viewmore span:after {
  display: none;
}

.box-spread#interview .inner-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100.0%;
  padding: 0 0 6.25rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .inner-content {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 9.3vw 0;
  }
}

.box-spread#interview .inner-content .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 25rem;
  margin: 0;
  padding: 0;
  border: none;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .inner-content .container {
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100.0%;
    height: 100.0%;
  }
}

.box-spread#interview .inner-content .container .ttl {
  position: relative;
  left: unset;
  transform: unset;
  font-size: 0;
  line-height: 1.0;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .inner-content .container .ttl {
    width: 90.0vw;
    margin-bottom: 0;
  }
}

.box-spread#interview .inner-content .container .ttl span {
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .inner-content .container .ttl span {
    padding: 0;
  }
}

.box-spread#interview .inner-content .container .ttl span img {
  height: 4.625rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .inner-content .container .ttl span img {
    width: 90.0vw;
    height: 5.5vw;
  }
}

.box-spread#interview .inner-content .container .lead-box {
  width: 100.0%;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .inner-content .container .lead-box {
    width: 80.0vw;
    margin-top: auto;
    margin-right: 10.0vw;
    margin-bottom: 2.67vw;
    margin-left: 10.0vw;
  }
}

.box-spread#interview .inner-content .container .lead-box--text {
  font-size: 0.9375rem;
  line-height: 1.73333;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .inner-content .container .lead-box--text {
    font-size: 3.67vw;
  }
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .btn-viewmore {
    width: 100.0%;
  }
}

.box-spread#interview .btn-viewmore a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 3.75rem;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color .3s ease-in-out;
  border: 0.0625rem solid #fff;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .btn-viewmore a {
    width: 80.0vw;
    height: 10.67vw;
    margin: 0 auto;
  }
}

.box-spread#interview .btn-viewmore a:hover {
  opacity: 1.0;
  background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .btn-viewmore a:hover {
    background-color: transparent;
  }
}

.box-spread#interview .btn-viewmore a:hover span {
  background-color: #AE1A24;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .btn-viewmore a:hover span {
    background-color: #fff;
  }
}

.box-spread#interview .btn-viewmore a:hover span.open {
  background-color: transparent;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .btn-viewmore a:hover span.open {
    color: #fff;
  }
}

.box-spread#interview .btn-viewmore span {
  position: relative;
  width: 100.0%;
  font-size: 0;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #fff;
  transition: background-color .3s ease-in;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .btn-viewmore span {
    margin-right: 1.67vw;
  }
}

.box-spread#interview .btn-viewmore span.close {
  display: none;
  height: 0.90625rem;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 182.7 15.4" style="enable-background:new 0 0 182.7 15.4;" xml:space="preserve"><path d="M71,0.7h2.7v0.3c-0.7,0.2-0.8,0.8-0.8,2.3v11.6l-0.3,0L63.2,3v7.9c0,2.4,0.5,3.1,1.5,3.5v0.3h-2.7v-0.3c0.7-0.2,0.8-0.8,0.8-2.3V3.2c0-1.4-0.2-2-1-2.3V0.7h2.3l8.4,10.5V4.4C72.5,2,72,1.3,71,0.9V0.7z M54.5,0.9c0.7,0.2,0.8,0.8,0.8,2.3v8.9c0,1.4-0.1,2-0.8,2.3v0.3h3.7v-0.3c-0.7-0.2-0.8-0.8-0.8-2.3V3.2c0-1.4,0.1-2,0.8-2.3V0.7h-3.7V0.9z M87.5,8.7c0.9,0.2,1,0.8,1,2.4v1.8c-0.6,1-1.7,1.6-2.9,1.5c-3.8,0-6.1-4.3-6.1-8.1c0-3.6,2.1-5.4,4.7-5.4c2.2,0,4.1,1.3,4.9,3.3l0.2-0.1l-0.1-2.6c-1.3-0.7-2.8-1-4.3-1c-4.5,0-7.5,3.2-7.5,7.1h0c0,4.4,2.9,7.3,7.5,7.3c2.2-0.1,4.2-1.1,5.6-2.8V8.4h-3.1V8.7z M8.8,14.4c-3.9,0-6.2-3.6-6.2-7.4c0-4,2.3-6.1,5.5-6.1c2.2,0,4.1,1.3,4.9,3.3l0.2-0.1l-0.1-2.6c-1.4-0.7-3-1-4.6-1c-4.9,0-8.1,3.3-8.1,7.4l0,0c0,4.5,2.9,7,7.7,7c1.7,0.1,3.4-0.3,5-1l0.3-2.9l-0.3,0C12.8,13,10.9,14.5,8.8,14.4z M43.1,8.9l-4.9-8.2h-3v0.3c0.9,0.3,1.4,1,1.4,3.5v7.7c0,1.4-0.1,2-0.8,2.3v0.3h2.7v-0.3c-1-0.3-1.5-1-1.5-3.5V2.6l5,8.2h0.5l4.8-8.4v9.7c0,1.4-0.1,2-0.8,2.3v0.3l3.7,0v-0.3c-0.7-0.2-0.8-0.8-0.8-2.3V4.4c0-2.4,0.4-3.1,1.4-3.5V0.7h-2.8L43.1,8.9z M29.5,2.3c1.5,1.4,2.4,3.4,2.3,5.4c0.1,2.1-0.8,4-2.3,5.4c-1.4,1.1-3.1,1.8-4.8,1.7c-3.8,0.1-7-2.8-7.2-6.6c0-0.2,0-0.4,0-0.6h0c-0.1-3.8,2.9-7,6.8-7.1c0.1,0,0.3,0,0.4,0C26.5,0.5,28.2,1.1,29.5,2.3z M29.8,9.3c-0.3-4-2.5-8.3-6.2-8.3c-1.1,0-2.1,0.4-2.9,1.2h0c-1,1.2-1.4,2.7-1.2,4.2c0.1,2,0.8,3.8,1.9,5.4c1,1.4,2.5,2.4,4.3,2.4c1.1,0.1,2.1-0.3,2.9-1.1C29.6,12.1,30,10.7,29.8,9.3z M144,2.3c1.5,1.4,2.4,3.4,2.3,5.4c0.1,2.1-0.8,4-2.3,5.4c-1.4,1.1-3.1,1.8-4.8,1.7c-3.8,0.1-7-2.8-7.2-6.6c0-0.2,0-0.4,0-0.6c-0.1-3.8,2.9-7,6.8-7.1c0.1,0,0.3,0,0.4,0C140.9,0.5,142.6,1.1,144,2.3z M144.3,9.3c-0.3-4-2.5-8.3-6.2-8.3c-1.1,0-2.1,0.4-2.9,1.2h0c-1,1.2-1.4,2.7-1.2,4.2c0.1,2,0.8,3.8,1.9,5.4c1,1.4,2.5,2.4,4.3,2.4c1.1,0.1,2.1-0.3,2.9-1.1C144.1,12.1,144.5,10.7,144.3,9.3z M105.5,6.5c-1.6-0.6-3.6-1.4-3.6-3.1c0-0.1,0-0.2,0-0.2c0.2-1.4,1.4-2.4,2.8-2.3c2,0,3.8,1.3,4.5,3.2l0.2-0.1l-0.1-2.6c-1.2-0.6-2.5-0.9-3.8-0.8c-3.1,0-5.1,1.5-5.1,4c0,2.3,1.7,3,3.8,3.9c1.6,0.6,4.2,1.6,4.2,3.5c0,0.1,0,0.1,0,0.2c-0.1,1.4-1.3,2.4-2.7,2.3c-2.5,0-4.6-1.7-5.3-4l-0.3,0l0.1,3h0c1.5,1,3.2,1.5,4.9,1.4c2.3,0,4.8-1.5,4.8-4.3C110,8.2,107.6,7.3,105.5,6.5z M158.6,0.9c1,0.3,1.5,1,1.5,3.5v6.8l-8.4-10.5h-2.3v0.3c0.9,0.2,1,0.8,1,2.3v8.9c0,1.4-0.1,2-0.8,2.3v0.3h2.7v-0.3c-1-0.3-1.5-1-1.5-3.5V3l9.4,11.8l0.3,0V3.2c0-1.4,0.1-2,0.8-2.3V0.7h-2.7V0.9z M125.6,2.3c1.5,1.4,2.4,3.4,2.3,5.4c0.1,2.1-0.8,4-2.3,5.4c-1.4,1.1-3.1,1.8-4.8,1.7c-3.8,0.1-7-2.8-7.2-6.6c0-0.2,0-0.4,0-0.6h0c-0.1-3.8,2.9-7,6.8-7.1c0.1,0,0.3,0,0.4,0C122.5,0.5,124.2,1.1,125.6,2.3z M125.9,9.3c-0.3-4-2.5-8.3-6.2-8.3c-1.1,0-2.1,0.4-2.9,1.2h0c-1,1.2-1.4,2.7-1.2,4.2c0.1,2,0.8,3.8,1.9,5.4c1,1.4,2.5,2.4,4.3,2.4c1.1,0.1,2.1-0.3,2.9-1.1C125.7,12.1,126.1,10.7,125.9,9.3z M180.8,11.8L180.8,11.8c-0.9,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h0.1c0.8,0,1.5-0.7,1.5-1.5S181.6,11.8,180.8,11.8z M174.1,11.8L174.1,11.8c-0.9,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h0.1c0.8,0,1.5-0.7,1.5-1.5S174.9,11.8,174.1,11.8z M167.4,11.8L167.4,11.8c-0.9,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h0.1c0.8,0,1.5-0.7,1.5-1.5S168.2,11.8,167.4,11.8z"/></svg>');
  mask-image: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 182.7 15.4" style="enable-background:new 0 0 182.7 15.4;" xml:space="preserve"><path d="M71,0.7h2.7v0.3c-0.7,0.2-0.8,0.8-0.8,2.3v11.6l-0.3,0L63.2,3v7.9c0,2.4,0.5,3.1,1.5,3.5v0.3h-2.7v-0.3c0.7-0.2,0.8-0.8,0.8-2.3V3.2c0-1.4-0.2-2-1-2.3V0.7h2.3l8.4,10.5V4.4C72.5,2,72,1.3,71,0.9V0.7z M54.5,0.9c0.7,0.2,0.8,0.8,0.8,2.3v8.9c0,1.4-0.1,2-0.8,2.3v0.3h3.7v-0.3c-0.7-0.2-0.8-0.8-0.8-2.3V3.2c0-1.4,0.1-2,0.8-2.3V0.7h-3.7V0.9z M87.5,8.7c0.9,0.2,1,0.8,1,2.4v1.8c-0.6,1-1.7,1.6-2.9,1.5c-3.8,0-6.1-4.3-6.1-8.1c0-3.6,2.1-5.4,4.7-5.4c2.2,0,4.1,1.3,4.9,3.3l0.2-0.1l-0.1-2.6c-1.3-0.7-2.8-1-4.3-1c-4.5,0-7.5,3.2-7.5,7.1h0c0,4.4,2.9,7.3,7.5,7.3c2.2-0.1,4.2-1.1,5.6-2.8V8.4h-3.1V8.7z M8.8,14.4c-3.9,0-6.2-3.6-6.2-7.4c0-4,2.3-6.1,5.5-6.1c2.2,0,4.1,1.3,4.9,3.3l0.2-0.1l-0.1-2.6c-1.4-0.7-3-1-4.6-1c-4.9,0-8.1,3.3-8.1,7.4l0,0c0,4.5,2.9,7,7.7,7c1.7,0.1,3.4-0.3,5-1l0.3-2.9l-0.3,0C12.8,13,10.9,14.5,8.8,14.4z M43.1,8.9l-4.9-8.2h-3v0.3c0.9,0.3,1.4,1,1.4,3.5v7.7c0,1.4-0.1,2-0.8,2.3v0.3h2.7v-0.3c-1-0.3-1.5-1-1.5-3.5V2.6l5,8.2h0.5l4.8-8.4v9.7c0,1.4-0.1,2-0.8,2.3v0.3l3.7,0v-0.3c-0.7-0.2-0.8-0.8-0.8-2.3V4.4c0-2.4,0.4-3.1,1.4-3.5V0.7h-2.8L43.1,8.9z M29.5,2.3c1.5,1.4,2.4,3.4,2.3,5.4c0.1,2.1-0.8,4-2.3,5.4c-1.4,1.1-3.1,1.8-4.8,1.7c-3.8,0.1-7-2.8-7.2-6.6c0-0.2,0-0.4,0-0.6h0c-0.1-3.8,2.9-7,6.8-7.1c0.1,0,0.3,0,0.4,0C26.5,0.5,28.2,1.1,29.5,2.3z M29.8,9.3c-0.3-4-2.5-8.3-6.2-8.3c-1.1,0-2.1,0.4-2.9,1.2h0c-1,1.2-1.4,2.7-1.2,4.2c0.1,2,0.8,3.8,1.9,5.4c1,1.4,2.5,2.4,4.3,2.4c1.1,0.1,2.1-0.3,2.9-1.1C29.6,12.1,30,10.7,29.8,9.3z M144,2.3c1.5,1.4,2.4,3.4,2.3,5.4c0.1,2.1-0.8,4-2.3,5.4c-1.4,1.1-3.1,1.8-4.8,1.7c-3.8,0.1-7-2.8-7.2-6.6c0-0.2,0-0.4,0-0.6c-0.1-3.8,2.9-7,6.8-7.1c0.1,0,0.3,0,0.4,0C140.9,0.5,142.6,1.1,144,2.3z M144.3,9.3c-0.3-4-2.5-8.3-6.2-8.3c-1.1,0-2.1,0.4-2.9,1.2h0c-1,1.2-1.4,2.7-1.2,4.2c0.1,2,0.8,3.8,1.9,5.4c1,1.4,2.5,2.4,4.3,2.4c1.1,0.1,2.1-0.3,2.9-1.1C144.1,12.1,144.5,10.7,144.3,9.3z M105.5,6.5c-1.6-0.6-3.6-1.4-3.6-3.1c0-0.1,0-0.2,0-0.2c0.2-1.4,1.4-2.4,2.8-2.3c2,0,3.8,1.3,4.5,3.2l0.2-0.1l-0.1-2.6c-1.2-0.6-2.5-0.9-3.8-0.8c-3.1,0-5.1,1.5-5.1,4c0,2.3,1.7,3,3.8,3.9c1.6,0.6,4.2,1.6,4.2,3.5c0,0.1,0,0.1,0,0.2c-0.1,1.4-1.3,2.4-2.7,2.3c-2.5,0-4.6-1.7-5.3-4l-0.3,0l0.1,3h0c1.5,1,3.2,1.5,4.9,1.4c2.3,0,4.8-1.5,4.8-4.3C110,8.2,107.6,7.3,105.5,6.5z M158.6,0.9c1,0.3,1.5,1,1.5,3.5v6.8l-8.4-10.5h-2.3v0.3c0.9,0.2,1,0.8,1,2.3v8.9c0,1.4-0.1,2-0.8,2.3v0.3h2.7v-0.3c-1-0.3-1.5-1-1.5-3.5V3l9.4,11.8l0.3,0V3.2c0-1.4,0.1-2,0.8-2.3V0.7h-2.7V0.9z M125.6,2.3c1.5,1.4,2.4,3.4,2.3,5.4c0.1,2.1-0.8,4-2.3,5.4c-1.4,1.1-3.1,1.8-4.8,1.7c-3.8,0.1-7-2.8-7.2-6.6c0-0.2,0-0.4,0-0.6h0c-0.1-3.8,2.9-7,6.8-7.1c0.1,0,0.3,0,0.4,0C122.5,0.5,124.2,1.1,125.6,2.3z M125.9,9.3c-0.3-4-2.5-8.3-6.2-8.3c-1.1,0-2.1,0.4-2.9,1.2h0c-1,1.2-1.4,2.7-1.2,4.2c0.1,2,0.8,3.8,1.9,5.4c1,1.4,2.5,2.4,4.3,2.4c1.1,0.1,2.1-0.3,2.9-1.1C125.7,12.1,126.1,10.7,125.9,9.3z M180.8,11.8L180.8,11.8c-0.9,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h0.1c0.8,0,1.5-0.7,1.5-1.5S181.6,11.8,180.8,11.8z M174.1,11.8L174.1,11.8c-0.9,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h0.1c0.8,0,1.5-0.7,1.5-1.5S174.9,11.8,174.1,11.8z M167.4,11.8L167.4,11.8c-0.9,0-1.5,0.7-1.5,1.5s0.7,1.5,1.5,1.5h0.1c0.8,0,1.5-0.7,1.5-1.5S168.2,11.8,167.4,11.8z"/></svg>');
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .btn-viewmore span.close {
    width: 31.0vw;
    height: 3.0vw;
  }
}

.box-spread#interview .btn-viewmore span.open {
  display: block;
  background-color: transparent;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .box-spread#interview .btn-viewmore span.open {
    font-size: 4.27vw;
  }
}

.box-spread#movie .inner-content .container .lead-box {
  width: 100.0%;
}

.box-spread#movie .inner-content .container .lead-box--text {
  text-align: center;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .box-spread#movie .inner-content .container .lead-box--text {
    text-align: left;
  }
}

.box-spread#movie .inner-content .container .present--wrapper {
  height: 16.875rem;
  position: relative;
  margin-top: 3.5rem;
  padding-left: 23.875rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#movie .inner-content .container .present--wrapper {
    height: unset;
    margin-top: 8.53vw;
    padding-left: 0;
  }
}

.box-spread#movie .inner-content .container .present--wrapper > * {
  margin-bottom: 2rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .box-spread#movie .inner-content .container .present--wrapper > * {
    margin-bottom: 5.33vw;
  }
}

@media only screen and (max-width: 767px) {
  .box-spread#movie .inner-content .container .present--wrapper h4 {
    margin-bottom: 10.67vw;
  }
}

@media only screen and (max-width: 767px) {
  .box-spread#movie .inner-content .container .present--wrapper h4 img {
    width: 100.0%;
    height: 8.53vw;
  }
}

.box-spread#movie .inner-content .container .present--wrapper p {
  font-size: 1.125rem;
  line-height: 1.44444;
}

@media only screen and (max-width: 767px) {
  .box-spread#movie .inner-content .container .present--wrapper p {
    font-size: 4.53vw;
  }
}

.box-spread#movie .inner-content .container .present--wrapper p.tx-bold {
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .box-spread#movie .inner-content .container .present--wrapper p.tx-bold {
    font-size: 3.73vw;
  }
}

.box-spread#movie .inner-content .container .present--wrapper .btn-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: unset;
}

.box-spread#movie .inner-content .container .present--wrapper .btn-wrapper .btn {
  width: 100%;
  max-width: 19.375rem;
  margin: 0 auto;
  background-color: #AE1A24;
  border: 0.0625rem solid #AE1A24;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.box-spread#movie .inner-content .container .present--wrapper .btn-wrapper .btn:hover {
  background-color: #fff;
  color: #AE1A24;
  opacity: 1.0;
}

.box-spread#movie .inner-content .container .present--wrapper .btn-wrapper .btn span {
  font-size: 1.125rem;
  line-height: 2.22222;
}

@media only screen and (max-width: 767px) {
  .box-spread#movie .inner-content .container .present--wrapper .btn-wrapper .btn span {
    font-size: 4.27vw;
    line-height: 10.67vw;
  }
}

.box-spread#movie .inner-content .container .present--wrapper .btn-wrapper .btn span:after {
  border-color: #fff;
}

.box-spread#movie .inner-content .container .present--thum {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100.0%;
  max-width: 23.75rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#movie .inner-content .container .present--thum {
    position: relative;
    width: 100.0%;
    margin-left: auto;
    margin-bottom: 2.67vw;
  }
}

.box-spread#movie .inner-content .container .present--thum figcaption {
  position: absolute;
  top: -1.25rem;
  left: 0;
  z-index: 2;
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 7.25rem;
  height: auto;
  background-color: #AE1A24;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .box-spread#movie .inner-content .container .present--thum figcaption {
    top: -5.33vw;
    left: 3.2vw;
    width: 21.3vw;
    max-width: unset;
    height: 21.3vw;
  }
}

.box-spread#movie .inner-content .container .present--thum figcaption img {
  display: block;
  width: 3.75rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#movie .inner-content .container .present--thum figcaption img {
    width: 14.67vw;
  }
}

.box-spread#movie .inner-content .container .present--thum figcaption span {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .box-spread#movie .inner-content .container .present--thum figcaption span {
    position: relative;
    font-size: 8.0vw;
  }
}

.box-spread#movie .inner-content .container .present--thum figcaption span small {
  position: relative;
  font-size: 63.0%;
}

.box-spread#campaign .inner-content .container {
  border-color: #AE1A24;
}

.box-spread#campaign .inner-content .container .lead-box--text {
  font-size: 0.9375rem;
  line-height: 1.73333;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .lead-box--text {
    font-size: 4.0vw;
  }
}

.box-spread#campaign .inner-content .container .gift-lineup {
  margin-bottom: 3.75rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .gift-lineup {
    margin-bottom: 10.67vw;
  }
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item {
  width: 100%;
  padding-top: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .gift-lineup .gift-item {
    margin-bottom: 8.0vw;
    padding-top: 0;
  }
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item--header {
  display: -ms-flexbox;
  display: flex;
  width: 62.5%;
  padding: 1rem 0 1rem 8.125rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .gift-lineup .gift-item--header {
    width: 100.0%;
    padding: 0 0 1.93vw 24.0vw;
  }
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item--header h3 {
  font-size: 1.25rem;
  line-height: 1.45;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .gift-lineup .gift-item--header h3 {
    font-size: 4.54vw;
  }
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item--wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  line-height: 0;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .gift-lineup .gift-item--wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item--content, .box-spread#campaign .inner-content .container .gift-lineup .gift-item--thum {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item--content {
  padding-left: 2.5rem;
  width: 37.5%;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .gift-lineup .gift-item--content {
    padding: 0;
    max-height: unset;
    width: 100%;
  }
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item--content ul {
  list-style: disc;
  padding-left: 1.0em;
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item--content ul li {
  font-size: 0.75rem;
  line-height: 1.75;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .gift-lineup .gift-item--content ul li {
    font-size: 2.67vw;
  }
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item--content p {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.75;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .gift-lineup .gift-item--content p {
    font-size: 3.5vw;
    text-align: center;
  }
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item--thum {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 0;
  width: 62.5%;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .gift-lineup .gift-item--thum {
    width: 100.0%;
    margin-left: auto;
    margin-bottom: 5.33vw;
  }
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item--thum:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid #AE1A24;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .gift-lineup .gift-item--thum:before {
    border-width: .133vw;
  }
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item--thum figcaption {
  position: absolute;
  top: -6.625rem;
  left: 0;
  z-index: 2;
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 7.25rem;
  height: auto;
  background-color: #AE1A24;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .gift-lineup .gift-item--thum figcaption {
    top: -18.67vw;
    width: 21.3vw;
    max-width: unset;
    height: 21.3vw;
  }
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item--thum figcaption img {
  display: block;
  width: 3.75rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .gift-lineup .gift-item--thum figcaption img {
    width: 14.67vw;
  }
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item--thum figcaption span {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .gift-lineup .gift-item--thum figcaption span {
    position: relative;
    font-size: 8.0vw;
  }
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item--thum figcaption span small {
  position: relative;
  font-size: 63.0%;
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item.reverse .gift-item--header {
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  padding-right: 8.4375rem;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .gift-lineup .gift-item.reverse .gift-item--header {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 24.0vw;
  }
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item.reverse .gift-item--content {
  order: -1;
  padding-right: 2.5rem;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .gift-lineup .gift-item.reverse .gift-item--content {
    order: unset;
    padding-right: 0;
  }
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item.reverse .gift-item--thum {
  order: 2;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .gift-lineup .gift-item.reverse .gift-item--thum {
    order: unset;
  }
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item.reverse .gift-item--thum figcaption {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .gift-lineup .gift-item.reverse .gift-item--thum figcaption {
    right: unset;
    left: 0;
  }
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item.box-small {
  margin-top: 5rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .gift-lineup .gift-item.box-small {
    margin-top: 0;
  }
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item.box-small .gift-item--wrapper .gift-item--thum,
.box-spread#campaign .inner-content .container .gift-lineup .gift-item.box-small .gift-item--wrapper .gift-item--content {
  flex: none;
  max-width: none;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .gift-lineup .gift-item.box-small .gift-item--wrapper .gift-item--thum,
  .box-spread#campaign .inner-content .container .gift-lineup .gift-item.box-small .gift-item--wrapper .gift-item--content {
    max-width: 100%;
  }
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item.box-small .gift-item--wrapper .gift-item--thum {
  width: 33.675%;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .gift-lineup .gift-item.box-small .gift-item--wrapper .gift-item--thum {
    width: 66.67vw;
    margin-left: auto;
  }
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item.box-small .gift-item--wrapper .gift-item--content {
  width: 66.325%;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .gift-lineup .gift-item.box-small .gift-item--wrapper .gift-item--content {
    width: 100%;
  }
}

.box-spread#campaign .inner-content .container .gift-lineup .gift-item.box-small .gift-item--thum figcaption {
  top: -3.5rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .gift-lineup .gift-item.box-small .gift-item--thum figcaption {
    top: 4.0vw;
  }
}

.box-spread#campaign .inner-content .container .campaign-sammary,
.box-spread#campaign .inner-content .container .campaign-notice {
  width: 100%;
}

.box-spread#campaign .inner-content .container .campaign-sammary *,
.box-spread#campaign .inner-content .container .campaign-notice * {
  font-size: 0.9375rem;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .campaign-sammary *,
  .box-spread#campaign .inner-content .container .campaign-notice * {
    font-size: 4.0vw;
  }
}

.box-spread#campaign .inner-content .container .campaign-sammary h4,
.box-spread#campaign .inner-content .container .campaign-notice h4 {
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .campaign-sammary h4,
  .box-spread#campaign .inner-content .container .campaign-notice h4 {
    margin-bottom: 2.13vw;
  }
}

.box-spread#campaign .inner-content .container .campaign-sammary ul,
.box-spread#campaign .inner-content .container .campaign-notice ul {
  margin-left: 1.5rem;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .campaign-sammary ul,
  .box-spread#campaign .inner-content .container .campaign-notice ul {
    margin-left: 5.3vw;
  }
}

.box-spread#campaign .inner-content .container .campaign-sammary ul li,
.box-spread#campaign .inner-content .container .campaign-notice ul li {
  margin-bottom: 0.25rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .campaign-sammary ul li,
  .box-spread#campaign .inner-content .container .campaign-notice ul li {
    margin-bottom: 1.07vw;
  }
}

.box-spread#campaign .inner-content .container .campaign-sammary ul li strong,
.box-spread#campaign .inner-content .container .campaign-notice ul li strong {
  font-weight: 500;
}

.box-spread#campaign .inner-content .container .campaign-sammary .btn-wrapper,
.box-spread#campaign .inner-content .container .campaign-notice .btn-wrapper {
  margin: 0;
  padding: 3.125rem 0;
  max-width: unset;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .campaign-sammary .btn-wrapper,
  .box-spread#campaign .inner-content .container .campaign-notice .btn-wrapper {
    padding: 4.65vw 0 0;
  }
}

.box-spread#campaign .inner-content .container .campaign-sammary .btn-wrapper.privacy,
.box-spread#campaign .inner-content .container .campaign-notice .btn-wrapper.privacy {
  padding-bottom: 0;
}

.box-spread#campaign .inner-content .container .campaign-sammary .btn-wrapper.privacy ul li,
.box-spread#campaign .inner-content .container .campaign-notice .btn-wrapper.privacy ul li {
  text-align: center;
}

.box-spread#campaign .inner-content .container .campaign-sammary .btn-wrapper.privacy ul li .btn span,
.box-spread#campaign .inner-content .container .campaign-notice .btn-wrapper.privacy ul li .btn span {
  font-size: 0.9375rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .campaign-sammary .btn-wrapper.privacy ul li .btn span,
  .box-spread#campaign .inner-content .container .campaign-notice .btn-wrapper.privacy ul li .btn span {
    font-size: 2.93vw;
  }
}

.box-spread#campaign .inner-content .container .campaign-sammary .btn-wrapper.privacy ul li .btn span:after,
.box-spread#campaign .inner-content .container .campaign-notice .btn-wrapper.privacy ul li .btn span:after {
  transform: rotate(45deg) translateY(-50%) scale(0.8);
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .campaign-sammary .btn-wrapper.privacy ul li .btn span:after,
  .box-spread#campaign .inner-content .container .campaign-notice .btn-wrapper.privacy ul li .btn span:after {
    right: -3.5vw;
    transform: rotate(45deg) translateY(-36%) translateX(-36%) scale(0.8);
  }
}

.box-spread#campaign .inner-content .container .campaign-sammary .btn-wrapper ul,
.box-spread#campaign .inner-content .container .campaign-notice .btn-wrapper ul {
  margin: 0 auto !important;
  list-style: none;
  width: 100%;
  max-width: 18.75rem;
}

.box-spread#campaign .inner-content .container .campaign-sammary .btn-wrapper ul li,
.box-spread#campaign .inner-content .container .campaign-notice .btn-wrapper ul li {
  margin-bottom: 2rem;
  width: 100%;
  max-width: 19.375rem;
  font-size: 1.125rem;
  line-height: 1;
}

.box-spread#campaign .inner-content .container .campaign-sammary .btn-wrapper ul li:last-child,
.box-spread#campaign .inner-content .container .campaign-notice .btn-wrapper ul li:last-child {
  margin-bottom: 0;
}

.box-spread#campaign .inner-content .container .campaign-sammary .btn-wrapper .btn,
.box-spread#campaign .inner-content .container .campaign-notice .btn-wrapper .btn {
  background-color: #AE1A24;
  border: 0.0625rem solid #AE1A24;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.box-spread#campaign .inner-content .container .campaign-sammary .btn-wrapper .btn:hover,
.box-spread#campaign .inner-content .container .campaign-notice .btn-wrapper .btn:hover {
  background-color: #fff;
  color: #AE1A24;
  opacity: 1.0;
}

.box-spread#campaign .inner-content .container .campaign-sammary .btn-wrapper .btn span,
.box-spread#campaign .inner-content .container .campaign-notice .btn-wrapper .btn span {
  font-size: 1.125rem;
  line-height: 2.22222;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .campaign-sammary .btn-wrapper .btn span,
  .box-spread#campaign .inner-content .container .campaign-notice .btn-wrapper .btn span {
    font-size: 4.27vw;
    line-height: 10.67vw;
  }
}

.box-spread#campaign .inner-content .container .campaign-sammary .btn-wrapper .btn span:after,
.box-spread#campaign .inner-content .container .campaign-notice .btn-wrapper .btn span:after {
  border-color: #fff;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .campaign-sammary {
    margin-bottom: 10.67vw;
  }
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .campaign-sammary * {
    font-size: 3.73vw;
  }
}

.box-spread#campaign .inner-content .container .campaign-sammary ul:nth-of-type(1) {
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .campaign-sammary ul:nth-of-type(1) {
    margin-bottom: 10.67vw;
  }
}

.box-spread#campaign .inner-content .container .campaign-sammary .tx-bold {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .campaign-sammary .btn-wrapper ul {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .campaign-sammary .btn-wrapper ul li {
    margin-bottom: 4.0vw;
  }
}

@media only screen and (max-width: 767px) {
  .box-spread#campaign .inner-content .container .campaign-notice * {
    font-size: 2.93vw;
  }
}

.box-spread.summary-area {
  position: relative;
}

.box-spread.summary-area .inner-content {
  max-width: unset;
  padding: 5rem 0 0;
}

@media only screen and (max-width: 767px) {
  .box-spread.summary-area .inner-content {
    padding-top: 10.67vw;
  }
}

@media only screen and (max-width: 767px) {
  .box-spread.summary-area .inner-content .box-header .ttl h2 {
    margin-bottom: 0;
  }
}

.box-spread.summary-area .inner-content .container {
  position: relative;
  display: block;
}

.box-spread.summary-area .inner-content .container dl {
  width: 100%;
  margin-bottom: 3.75rem;
}

@media only screen and (max-width: 767px) {
  .box-spread.summary-area .inner-content .container dl {
    margin-bottom: 8.53vw;
  }
}

.box-spread.summary-area .inner-content .container dl:last-child {
  margin-bottom: 0 !important;
}

.box-spread.summary-area .inner-content .container dl dt {
  background-color: #EFEAE9;
  margin-bottom: 2.5rem;
  font-size: 1.375rem;
  line-height: 2.27273;
  text-align: center;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .box-spread.summary-area .inner-content .container dl dt {
    margin-bottom: 5.33vw;
    font-size: 4.0vw;
    line-height: 9.33vw;
  }
}

.box-spread.summary-area .inner-content .container dl dd {
  width: 50rem;
  margin: 0 auto;
  font-size: 0.9375rem;
  line-height: 1.86667;
}

@media only screen and (max-width: 767px) {
  .box-spread.summary-area .inner-content .container dl dd {
    width: 100.0%;
    padding: 0 4.0vw;
    font-size: 3.5vw;
  }
}

.box-spread.summary-area .inner-content .container dl dd.mb-plus {
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 767px) {
  .box-spread.summary-area .inner-content .container dl dd.mb-plus {
    margin-bottom: 0;
  }
}

.box-spread.summary-area .inner-content .container dl dd.c-wide {
  width: 61.25rem;
}

@media only screen and (max-width: 767px) {
  .box-spread.summary-area .inner-content .container dl dd.c-wide {
    width: 100.0%;
  }
}

@media only screen and (max-width: 767px) {
  .box-spread.summary-area#about .inner-content .box-header .ttl h2 {
    margin-bottom: 4.0vw;
  }
}

@media only screen and (max-width: 767px) {
  .box-spread.summary-area#about .inner-content .box-header .ttl h2 span img {
    height: 14.13vw;
  }
}

.box-spread.summary-area#about .category-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 2rem 0;
}

@media only screen and (max-width: 767px) {
  .box-spread.summary-area#about .category-box {
    padding: 8.0vw 0;
    border-bottom-width: .267vw;
  }
}

.box-spread.summary-area#about .category-box:first-child {
  border-bottom: 1px solid #333;
}

.box-spread.summary-area#about .category-box figure {
  margin: 0;
  width: 28.6%;
  line-height: 1.0;
}

@media only screen and (max-width: 767px) {
  .box-spread.summary-area#about .category-box figure {
    padding: 0;
    width: 37.3vw;
  }
}

.box-spread.summary-area#about .category-box figure img {
  display: block;
}

.box-spread.summary-area#about .category-box .box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 65.0%;
  min-height: 9.875rem;
}

@media only screen and (max-width: 767px) {
  .box-spread.summary-area#about .category-box .box-content {
    width: 50.0vw;
    min-height: auto;
  }
}

.box-spread.summary-area#about .category-box .box-content.spView {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .box-spread.summary-area#about .category-box .box-content.spView {
    display: block !important;
    width: 100.0%;
    padding-top: 4.0vw;
  }
}

.box-spread.summary-area#about .category-box .box-content h3 {
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .box-spread.summary-area#about .category-box .box-content h3 {
    margin-bottom: 0;
    font-size: 3.73vw;
    line-height: 1.5;
    text-align: center;
  }
}

.box-spread.summary-area#about .category-box .box-content h3 img {
  display: block;
  margin-bottom: 2rem;
  width: auto;
  max-height: 1.34375rem;
}

@media only screen and (max-width: 767px) {
  .box-spread.summary-area#about .category-box .box-content h3 img {
    margin: 0 auto 5.33vw;
    max-height: 3.83vw;
  }
}

.box-spread.summary-area#about .category-box .box-content p {
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1.73333;
}

@media only screen and (max-width: 767px) {
  .box-spread.summary-area#about .category-box .box-content p {
    font-size: 3.5vw;
    line-height: 1.86667;
    text-align: left;
  }
}

.box-spread.summary-area#archive .inner-content {
  margin-bottom: 4.375rem;
}

@media only screen and (max-width: 767px) {
  .box-spread.summary-area#archive .inner-content {
    margin-bottom: 12.67vw;
  }
}

.box-spread.summary-area#archive .inner-content .container figure {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 4rem;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .box-spread.summary-area#archive .inner-content .container figure {
    margin-bottom: 8.0vw;
  }
}

.box-spread.summary-area#archive .inner-content .container ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .box-spread.summary-area#archive .inner-content .container ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 75.6vw;
    margin: 0 auto;
  }
}

.box-spread.summary-area#archive .inner-content .container ul li {
  font-size: 1.125rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .box-spread.summary-area#archive .inner-content .container ul li {
    width: 32.0vw;
    margin-bottom: 4.0vw;
    font-size: 4.0vw;
  }
}

.box-spread.summary-area#archive .inner-content .container ul li a {
  text-decoration: underline;
}

.box-spread.summary-area#archive .inner-content .container ul li a:hover {
  text-decoration: none;
}

/*!
 * 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-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

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

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

.swing {
  -webkit-transform-origin: top center;
  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-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

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

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

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

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

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

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

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

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

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: 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-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translate(0)}[data-aos=fade-up]{transform:translateY(100px)}[data-aos=fade-down]{transform:translateY(-100px)}[data-aos=fade-right]{transform:translate(-100px)}[data-aos=fade-left]{transform:translate(100px)}[data-aos=fade-up-right]{transform:translate(-100px,100px)}[data-aos=fade-up-left]{transform:translate(100px,100px)}[data-aos=fade-down-right]{transform:translate(-100px,-100px)}[data-aos=fade-down-left]{transform:translate(100px,-100px)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translate(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translateY(100px) scale(.6)}[data-aos=zoom-in-down]{transform:translateY(-100px) scale(.6)}[data-aos=zoom-in-right]{transform:translate(-100px) scale(.6)}[data-aos=zoom-in-left]{transform:translate(100px) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translateY(100px) scale(1.2)}[data-aos=zoom-out-down]{transform:translateY(-100px) scale(1.2)}[data-aos=zoom-out-right]{transform:translate(-100px) scale(1.2)}[data-aos=zoom-out-left]{transform:translate(100px) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translate(0)}[data-aos=slide-up]{transform:translateY(100%)}[data-aos=slide-down]{transform:translateY(-100%)}[data-aos=slide-right]{transform:translateX(-100%)}[data-aos=slide-left]{transform:translateX(100%)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}