@charset 'UTF-8';
/*! normalize.css v8.0.1 | 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 iOS.
 */

html {
  line-height: 1.15;

  /* 1 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  /* 1 */
  height: 0;

  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  /* 1 */
  font-size: 1em;
  font-family: monospace, monospace;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 {
  /* 1 */
  font-size: 1em;
  font-family: monospace, monospace;
  /* 2 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;

  /* 1 */
  font-size: 100%;

  /* 1 */
  line-height: 1.15;
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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: .35em .75em .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 {
  /* 2 */
  display: table;

  /* 1 */
  max-width: 100%;

  /* 1 */
  padding: 0;
  box-sizing: border-box;

  /* 1 */
  color: inherit;

  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  /* 1 */
  padding: 0;
  box-sizing: border-box;
  /* 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 in Chrome and Safari on macOS.
 */

[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 {
  /* 1 */
  font: inherit;

  -webkit-appearance: button;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* ============================================
// RESET
// ==========================================*/
* {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

a {
  text-decoration: none;
  outline: none;
  transition: all .3s;
}

a:hover {
  transition: all .3s;
  opacity: .8;
}

a.underline,
span.underline {
  display: inline-block;
  transition: all .16s ease;
}

a.underline:after,
span.underline:after {
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
  content: '';
  transition: transform .3s;

  transform-origin: left top;
}

@media screen and (min-width: 769px) {

  a.underline:hover:after,
  span.underline:hover:after {
    transform: scale(0, 1);

    transform-origin: right top;
  }
}

a.underline.-color01:after,
span.underline.-color01:after {
  background: #A9A9A9;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  backface-visibility: hidden;
  /* max-width: 100%; */
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

::-moz-selection {
  background: #262626;
  color: #FFF;
}

::selection {
  background: #262626;
  color: #FFF;
}

@media (min-device-width: 834px) {
  a[href^='tel:'] {
    cursor: default;

    pointer-events: none;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* ============================================
// BASE
// ==========================================*/
html,
body {
  width: 100%;
  min-width: 1440px;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  color: #320000;
}

@media screen and (max-width: 834px) {
  html,
  body {
    min-width: 320px;
  }

  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* for IE11 + */
_:-ms-lang(x)::-ms-backdrop,
body {
  font-family: 'メイリオ', Meiryo, sans-serif;
}

#top__container,
#interview_d__container,
#container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-left: 90px;
}

@media screen and (max-width: 834px) {

  #top__container,
  #interview_d__container,
  #container {
    padding-left: 0;
  }
}

#container::after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ed8e2f;
  content: '';
  right: 80px;
}

@media all and (max-width: 834px) {
  #container::after {
    right: 5%;
  }
}

#interview_d__container::after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ed8e2f;
  content: '';
  right: 40px;
}

@media all and (max-width: 544px) {
  #interview_d__container::after {
    right: 5%;
  }
}

/* classes */
.ofi {
  width: 100%;
  height: auto;
  font-family: 'object-fit: cover;';
  object-fit: cover;
  object-position: top center;
}

.spCont {
  display: none !important;
}

.pcCont {
  display: block;
}

@media screen and (max-width: 834px) {
  .spCont {
    display: block !important;
  }

  .pcCont {
    display: none !important;
  }
}

/*--------------------
  font
--------------------*/
.eng {
  font-family: "Rubik", sans-serif;
  letter-spacing: normal;
}

.mincho {
  font-family: "Noto Serif JP", serif, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.marugo {
  font-family: "Zen Maru Gothic", serif;
}

/*--------------------
  text-align
--------------------*/

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/* ============================================
// common
// ==========================================*/
/* ============================================
// sideMenu
// ==========================================*/
.sideMenu {
  width: 90px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100001;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 100px;
  overflow-y: auto;
}

.is-fixed {
  position: fixed !important;
}

.sideMenu::-webkit-scrollbar {
  width: 3px;
}

.sideMenu::-webkit-scrollbar-track {
  background-color: transparent;
}

.sideMenu::-webkit-scrollbar-thumb {
  background-color: transparent;
}

@media all and (max-width: 834px) {
  .sideMenu {
    width: 100%;
    height: 79px;
    /* flex-direction: row-reverse; */
    border-left: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 16px;
    position: fixed;
    top: 0;
  }
}

@media all and (max-width: 834px) {
  .sideMenu .commonLogo02 .illust{
    width: 70%;
    margin: 0 auto;
  }

  .sideMenu .commonLogo02 .illust img{
    width: 100%;
  }

  .sideMenu .commonLogo02 .txtArea .sub {
    font-size: 1.0rem;
    color: #320000;
    border: 1px solid #320000;
    display: inline-block;
    line-height: 1;
    padding: 6px 8px;
    margin: 5px auto 0;
    background-color: #fff;
}
}

.sideMenu__sp{
  position: relative;
  width: 100%;
}

.sideMenu .-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
  transition: color 0.4s, background 0.3s, opacity 0.3s;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #f39800;
}

@media all and (max-width: 834px) {
  .sideMenu .-hamburger {
    width: 45px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.sideMenu .-hamburger span {
  width: 25px;
  height: 1px;
  margin: 4px 0;
  background: #f39800;
  transition: background 0.4s;
}

.sideMenu .-hamburger .txt {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}

.sideMenu .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 834px) {
  .sideMenu .wrap {
    display: none;
  }
}

.sideMenu .siteLabel {
  font-size: 1.1rem;
  color: #999999;
}

@media all and (min-width: 835px) {
  .sideMenu .siteLabel {
    writing-mode: vertical-rl;
  }
}

@media all and (max-width: 834px) {
  .sideMenu .siteLabel {
    line-height: 1.6;
  }
}

.commonLogo02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
}

.commonLogo02 a,
.commonLogo02 a:hover,
.commonLogo02 a:visited {
  color: #000;
}

.commonLogo02 .txt {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  writing-mode: vertical-rl;
  margin: 10px auto 0;
}

.pagetop {
  margin-top: 18px;
}

/* ============================================
// ハンバーガーメニュー
// ==========================================*/
.hamburger {
  position: fixed;
  top: 0;
  left: 90px;
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  width: 560px;
  height: 100%;
  background-color: #fff;
  box-shadow: 5px 0px 15px -10px #777777;
}

@media all and (max-width: 834px) {
  .hamburger {
    top: 79px;
    left: 0;
    width: 100%;
    height: calc(100% - 79px);
    transform: translate(0);
  }
}

.js-loaded .hamburger {
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}

.hamburger.js-open {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.hamburger.js-open .hamburger__menu__inner {
  opacity: 1;
}

.hamburger__commonLogo01 {
  margin-bottom: 72px;
  text-align: center;
}

@media all and (max-width: 834px) {
  .hamburger__commonLogo01 {
    margin-bottom: 36px;
  }
}

.hamburger__menu {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 72px;
  padding-bottom: 195px;
  overflow-y: auto;
  position: relative;
  max-width: 1000px;
  margin: auto;
  flex-direction: column;
  position: relative;
  z-index: 10;
}

@media all and (max-width: 834px) {
  .hamburger__menu {
    padding: 48px 7%;
    padding-bottom: 108px;
  }
}

.hamburger__menu__inner {
  width: auto;
  margin: auto;
  opacity: 0;
  transition: opacity 0.4s;
}

.hamburger__menu__box {
  position: relative;
  background-color: #fff;
  padding: 72px 7.2% 100px;
  border-radius: 5px;
}

@media all and (max-width: 834px) {
  .hamburger__menu__box {
    padding: 40px 10% 48px;
  }
}

.hamburger__menu__close {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 36px;
  right: 36px;
  cursor: pointer;
  transition: opacity 0.3s;
  z-index: 11;
}

@media (hover: hover) {
  .hamburger__menu__close:hover {
    opacity: 0.7;
  }
}

@media all and (max-width: 834px) {
  .hamburger__menu__close {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 0 0 0 20px;
    padding-left: 3px;
    padding-bottom: 4px;
  }
}

.hamburger__menu__close>span {
  display: block;
  width: 24px;
  height: 1px;
  background: #d6d6d6;
  transition: background 0.3s;
}

@media all and (max-width: 834px) {
  .hamburger__menu__close>span {
    width: 20px;
    height: 1px;
  }
}

.hamburger__menu__close>span:nth-child(1) {
  transform: rotate(45deg) translate(0, 1px);
}

.hamburger__menu__close>span:nth-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

@media all and (max-width: 834px) {
  .hamburger__commonLogo01 .illustArea {
    width: 200px;
    margin: 0 auto;
  }

  .hamburger__commonLogo01 .illustArea img{
    width: 100%;
  }
}

.hamburger__commonLogo01 .txtArea {
  display: flex;
}

.hamburger__commonLogo01 .txtArea .sub {
  font-size: 1.2rem;
  color: #320000;
  border: 1px solid #320000;
  display: inline-block;
  line-height: 1;
  padding: 8px 12px;
  margin: 10px auto 0;
  background-color: #fff;
}

@media all and (max-width: 834px) {
  .hamburger__commonLogo01 .txtArea .sub {
    font-size: 1rem;
    padding: 6px 8px;
    margin-top: 8px;
  }
}

.hamburger__nav__list__item {
  line-height: 1.6;
  position: relative;
  margin-top: 32px;
}

@media all and (max-width: 834px) {
  .hamburger__nav__list__item {
    margin-top: 24px;
  }
}

.hamburger__nav__list__item:first-child {
  margin-top: 0;
}

.hamburger__nav__list__item a {
  position: relative;
  transition: opacity 0.3s;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #694b2d;
}

@media all and (max-width: 834px) {
  .hamburger__nav__list__item a {
    font-size: 1.4rem;
  }
}

.hamburger__nav__list__item a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #ed8e2f;
  box-sizing: border-box;
  border-color: transparent #ed8e2f #ed8e2f transparent;
  transform: rotate(-45deg);
  margin-right: 32px;
}

@media all and (max-width: 834px) {
  .hamburger__nav__list__item a::before {
    right: 16px;
    width: 8px;
    height: 8px;
  }
}

.hamburger__nav__list__item .ja {
  font-size: 1.5rem;
  line-height: 1;
}

@media all and (max-width: 834px) {
  .hamburger__nav__list__item .ja {
    font-size: 1.4rem;
  }
}

.hamburger__nav__list__item .eng {
  font-size: 1.2rem;
  margin-top: 14px;
  line-height: 1;
  transition: color 0.3s, letter-spacing 0.3s;
  color: rgba(51, 51, 51, 0.5);
}

@media all and (max-width: 834px) {
  .hamburger__nav__list__item .eng {
    font-size: 1rem;
    margin-top: 10px;
  }
}

.hamburger__deco__mountain svg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.hamburger__deco__deer01 {
  position: absolute;
  bottom: 56px;
  left: 11.4285714286%;
}

@media all and (max-width: 834px) {
  .hamburger__deco__deer01 {
    bottom: 36px;
    left: 8%;
  }
}

.hamburger__deco__deer01 img {
  height: 61px;
}

@media all and (max-width: 834px) {
  .hamburger__deco__deer01 img {
    height: 42.7px;
  }
}

.hamburger__deco__deer02 {
  position: absolute;
  bottom: 48px;
  left: 23.5714285714%;
}

@media all and (max-width: 834px) {
  .hamburger__deco__deer02 {
    bottom: 28px;
    left: 21%;
  }
}

.hamburger__deco__deer02 img {
  height: 31px;
}

@media all and (max-width: 834px) {
  .hamburger__deco__deer02 img {
    height: 21.7px;
  }
}

.hamburger__deco__deer03 {
  position: absolute;
  bottom: 56px;
  right: 13.9285714286%;
}

@media all and (max-width: 834px) {
  .hamburger__deco__deer03 {
    bottom: 32px;
    right: 10%;
  }
}

.hamburger__deco__deer03 img {
  height: 48px;
}

@media all and (max-width: 834px) {
  .hamburger__deco__deer03 img {
    height: 33.6px;
  }
}

.hamburger::-webkit-scrollbar {
  width: 3px;
}

.hamburger::-webkit-scrollbar-track {
  background-color: transparent;
}

.hamburger::-webkit-scrollbar-thumb {
  background-color: transparent;
}

/* Cookie同意バナー位置調整 */
@media screen and (max-width: 1200px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 120px !important;
  }
}

@media screen and (max-width: 640px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 11% !important;
  }
}

/*--------------------
	commonBtn
--------------------*/
.commonBtn01 {
  width: 320px;
  height: 70px;
}

@media all and (max-width: 1300px) {
  .commonBtn01 {
    width: 280px;
    height: 64px;
  }
}

@media all and (max-width: 834px) {
  .commonBtn01 {
    width: 220px;
    height: 56px;
  }
}

.commonBtn01 a {
  display: inline-flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border: 1px solid #320000;
  border-radius: 300px;
  position: relative;
  background: #fff;
  color: #320000;
}

.commonBtn01 a:hover {
  background: #320000;
  color: #fff;
}

.commonBtn01 a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #320000;
  border-bottom: 1px solid #320000;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: rotate(-45deg) translateY(-50%);
}

@media all and (max-width: 834px) {
  .commonBtn01 a:after {
    width: 6px;
    height: 6px;
    right: 24px;
  }
}

.commonBtn01 a:hover:after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media all and (max-width: 834px) {
  .commonBtn01 .txt {
    padding-right: 8px;
  }
}

.commonBtn01.-pageback a:after {
  right: auto;
  left: 30px;
  transform: rotate(45deg) translateY(-50%) scale(-1, 1);
}

@media all and (max-width: 834px) {
  .commonBtn01.-pageback a:after {
    left: 24px;
  }
}

@media all and (max-width: 834px) {
  .commonBtn01.-pageback .txt {
    padding-right: 0;
    padding-left: 8px;
  }
}

.commonBtn01.-filled a {
  background-color: #320000;
  transition: background 0.3s;
}

.commonBtn01.-filled a::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: border 0.3s;
}

@media (hover: hover) {
  .commonBtn01.-filled a:hover {
    background-color: #fff;
  }

  .commonBtn01.-filled a:hover::after {
    border-right: 1px solid #320000;
    border-bottom: 1px solid #320000;
  }

  .commonBtn01.-filled a:hover .txt {
    color: #320000;
  }
}

.commonBtn01.-filled .txt {
  color: #fff;
  transition: color 0.3s;
}

/* commonBtn03 */
.commonBtn03 {
  width: 320px;
  height: 70px;
}

@media all and (max-width: 1300px) {
  .commonBtn03 {
    width: 280px;
    height: 64px;
  }
}

@media all and (max-width: 834px) {
  .commonBtn03 {
    width: 220px;
    height: 56px;
  }
}

.commonBtn03 a {
  display: inline-flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border: 1px solid #320000;
  border-radius: 300px;
  position: relative;
  background: #320000;
  color: #fff;
}

.commonBtn03 a:hover {
  background: #fff;
  color: #320000;
}

.commonBtn03 a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: rotate(-45deg) translateY(-50%);
}

@media all and (max-width: 834px) {
  .commonBtn03 a:after {
    width: 6px;
    height: 6px;
    right: 24px;
  }
}

.commonBtn03 a:hover:after {
  border-right: 1px solid #320000;
  border-bottom: 1px solid #320000;
}

@media all and (max-width: 834px) {
  .commonBtn03 .txt {
    padding-right: 8px;
  }
}

.commonBtn03.-pageback a:after {
  right: auto;
  left: 30px;
  transform: rotate(45deg) translateY(-50%) scale(-1, 1);
}

@media all and (max-width: 834px) {
  .commonBtn03.-pageback a:after {
    left: 24px;
  }
}

@media all and (max-width: 834px) {
  .commonBtn03.-pageback .txt {
    padding-right: 0;
    padding-left: 8px;
  }
}

.commonBtn03.-filled a {
  background-color: #fff;
  transition: background 0.3s;
}

.commonBtn03.-filled a::after {
  border-right: 1px solid #320000;
  border-bottom: 1px solid #320000;
  transition: border 0.3s;
}

@media (hover: hover) {
  .commonBtn03.-filled a:hover {
    background-color: #320000;
  }

  .commonBtn03.-filled a:hover::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .commonBtn03.-filled a:hover .txt {
    color: #fff;
  }
}

.commonBtn03.-filled .txt {
  color: #320000;
  transition: color 0.3s;
}

/*========================================
\\ Animation
//======================================*/
.anime.-fadeIn {
  opacity: 0;
}

.anime.-fadeIn.js-active {
  animation: fadein-opacity 600ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation-fill-mode: both;
}

.anime.-slideIn-b-40 {
  opacity: 0;
}

.anime.-slideIn-b-40.js-active {
  animation: fadein-b-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation-fill-mode: both;
}

.anime.-slideIn-b-60 {
  opacity: 0;
}

.anime.-slideIn-b-60.js-active {
  animation: fadein-b-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation-fill-mode: both;
}

.anime.-boundOut-b-40 {
  opacity: 0;
}

.anime.-boundOut-b-40.js-active {
  animation: fadein-b-40 800ms cubic-bezier(0.34, 1.56, 0.64, 1) 100ms;
  animation-fill-mode: both;
}

.anime.-slideIn-r-40 {
  opacity: 0;
}

.anime.-slideIn-r-40.js-active {
  animation: fadein-r-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation-fill-mode: both;
}

.anime.-slideIn-r-40.-delay.js-active {
  animation: fadein-r-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 250ms;
  animation-fill-mode: both;
}

.anime.-slideIn-l-40 {
  opacity: 0;
}

.anime.-slideIn-l-40.js-active {
  animation: fadein-l-40 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation-fill-mode: both;
}

.anime.-scale {
  transform: scale(0);
}

.anime.-scale.js-active {
  animation: scale-0-1 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40 span {
  display: inline-block;
  opacity: 0;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(1) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 35ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(2) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 70ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(3) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 105ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(4) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 140ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(5) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 175ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(6) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 210ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(7) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 245ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(8) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 280ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(9) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 315ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(10) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 350ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(11) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 385ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(12) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 420ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(13) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 455ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(14) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 490ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(15) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 525ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(16) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 560ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(17) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 595ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(18) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 630ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(19) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 665ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(20) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 700ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(21) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 735ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(22) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 770ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(23) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 805ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(24) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 840ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(25) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 875ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(26) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 910ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(27) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 945ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(28) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 980ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(29) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1015ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active span:nth-child(30) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1050ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(1) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 450ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(2) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 500ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(3) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 550ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(4) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 600ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(5) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 650ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(6) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 700ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(7) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 750ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(8) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 800ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(9) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 850ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(10) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 900ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(11) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 950ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(12) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1000ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(13) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1050ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(14) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1100ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(15) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1150ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(16) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1200ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(17) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1250ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(18) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1300ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(19) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1350ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(20) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1400ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(21) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1450ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(22) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1500ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(23) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1550ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(24) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1600ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(25) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1650ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(26) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1700ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(27) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1750ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(28) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1800ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(29) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1850ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(30) {
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1900ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40 span {
  display: inline-block;
  opacity: 0;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(1) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 35ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(2) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 70ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(3) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 105ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(4) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 140ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(5) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 175ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(6) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 210ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(7) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 245ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(8) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 280ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(9) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 315ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(10) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 350ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(11) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 385ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(12) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 420ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(13) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 455ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(14) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 490ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(15) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 525ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(16) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 560ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(17) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 595ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(18) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 630ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(19) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 665ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(20) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 700ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(21) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 735ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(22) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 770ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(23) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 805ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(24) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 840ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(25) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 875ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(26) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 910ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(27) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 945ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(28) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 980ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(29) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1015ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active span:nth-child(30) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1050ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(1) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 450ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(2) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 500ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(3) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 550ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(4) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 600ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(5) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 650ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(6) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 700ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(7) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 750ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(8) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 800ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(9) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 850ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(10) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 900ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(11) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 950ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(12) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1000ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(13) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1050ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(14) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1100ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(15) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1150ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(16) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1200ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(17) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1250ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(18) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1300ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(19) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1350ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(20) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1400ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(21) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1450ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(22) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1500ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(23) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1550ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(24) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1600ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(25) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1650ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(26) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1700ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(27) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1750ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(28) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1800ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(29) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1850ms;
  animation-fill-mode: both;
}

.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(30) {
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1900ms;
  animation-fill-mode: both;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadein-r-40 {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadein-l-40 {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadein-b-40 {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes fadein-b-60 {
  0% {
    opacity: 0;
    transform: translate(0, 60px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes fadein-b-20 {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes fadein-rb-20 {
  0% {
    opacity: 0;
    transform: translate(20px, 20px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes fadein-rb-40 {
  0% {
    opacity: 0;
    transform: translate(40px, 40px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes fadein-opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadein-scale {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }

  50% {
    transform: scale(1.115);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadein-b-scale {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.2);
  }

  50% {
    transform: translateY(-10px) scale(1.115);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadein-b-rotateX {
  0% {
    opacity: 0;
    transform: translateY(10%) rotateX(90deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}

@keyframes fadein-l-rotateY {
  0% {
    opacity: 0;
    transform: translateX(-10%) rotateY(90deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0) rotateY(0);
  }
}

@keyframes scale-0-1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes scale-1-0 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes scaleX-0-1 {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes scaleX-1-0 {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

@keyframes scaleX-0-1-0 {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }

  45% {
    transform: scaleX(1);
  }

  50% {
    transform-origin: left;
  }

  51% {
    transform-origin: right;
  }

  65% {
    transform: scaleX(1);
  }

  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

@keyframes scaleY-0-1 {
  0% {
    transform: scaleY(0);
  }

  100% {
    transform: scaleY(1);
  }
}

@keyframes scaleY-1-0 {
  0% {
    transform: scaleY(1);
  }

  100% {
    transform: scaleY(0);
  }
}

@keyframes waveY-20 {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes fadein-b-rotateX-reverse {
  0% {
    opacity: 0;
    transform: translateY(10%) rotateX(90deg) scale(-1, 1);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0) scale(-1, 1);
  }
}

@keyframes imgZoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}