@charset "UTF-8";
/* ============================================
// normalize.css v3.0.2 | MIT License | git.io/normalize
// ==========================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] input[type=search] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ============================================
// RESET
// ==========================================*/
* {
  box-sizing: border-box;
}

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 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

::-moz-selection {
  background: #262626;
  color: #ffffff;
}

::selection {
  background: #262626;
  color: #ffffff;
}

@media (min-device-width: 768px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html {
  font-size: 62.5%;
}

body {
  min-width: 1100px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #212121;
  line-height: 1.8;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
    font-size: 1.5rem;
  }
}

#container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

a {
  color: #212121;
}

.eng {
  font-family: "Roboto", sans-serif;
}

/* classes */
.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

/* img-box */
.img-box {
  position: relative;
  display: block;
}
.img-box img,
.img-box svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* img-thumbnail */
.img-thumbnail {
  position: relative;
  display: block;
}
.img-thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  margin: 0 auto;
}

/* Padding-X 50px */
.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .px-50 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .px-50 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* Padding-X 40px */
.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .px-40 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .px-40 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* Padding-X 30px */
.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  .px-30 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* innerWrap */
.innerWrap {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .innerWrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .innerWrap {
    padding: 0 15px;
  }
}

/* 表示 / 非表示 */
@media screen and (max-width: 768px) {
  .u-pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .u-spOnly {
    display: none !important;
  }
}

.u-tabOnly {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .u-tabOnly {
    display: block;
  }
}

/* クッキーアイコン */
#ot-sdk-btn-floating.ot-floating-button .ot-floating-button__front button {
  outline: none;
}

/*========================================
\\ Animation
//======================================*/
.anime.-fadeIn {
  opacity: 0;
}
.anime.-fadeIn.js-active {
  -webkit-animation: fadein-opacity 600ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation: fadein-opacity 600ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-fadeInScaleIn {
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.6s, transform 0.6s;
  transition-timing-function: ease-in-out;
}
.anime.-fadeInScaleIn.-delay01 {
  transition-delay: 0.3s;
}
.anime.-fadeInScaleIn.-delay02 {
  transition-delay: 0.6s;
}
.anime.-fadeInScaleIn.js-active {
  opacity: 1;
  transform: scale(1);
}
.anime.-slideIn-b-40 {
  opacity: 0;
}
.anime.-slideIn-b-40.js-active {
  -webkit-animation: fadein-b-40 350ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation: fadein-b-40 350ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-boundOut-b-40 {
  opacity: 0;
}
.anime.-boundOut-b-40.js-active {
  -webkit-animation: fadein-b-40 800ms cubic-bezier(0.34, 1.56, 0.64, 1) 100ms;
  animation: fadein-b-40 800ms cubic-bezier(0.34, 1.56, 0.64, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-slideIn-r-60 {
  opacity: 0;
}
.anime.-slideIn-r-60.js-active {
  -webkit-animation: fadein-r-60 500ms cubic-bezier(0, 1, 0.86, 1) 100ms;
  animation: fadein-r-60 500ms cubic-bezier(0, 1, 0.86, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-slideIn-l-60 {
  opacity: 0;
}
.anime.-slideIn-l-60.js-active {
  -webkit-animation: fadein-l-60 500ms cubic-bezier(0, 1, 0.86, 1) 100ms;
  animation: fadein-l-60 500ms cubic-bezier(0, 1, 0.86, 1) 100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-scale {
  transform: scale(0);
}
.anime.-scale.js-active {
  -webkit-animation: scale-0-1 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  animation: scale-0-1 500ms cubic-bezier(0.61, 1, 0.88, 1) 100ms;
  -webkit-animation-fill-mode: both;
  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) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 35ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 35ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(2) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 70ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 70ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(3) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 105ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 105ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(4) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 140ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 140ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(5) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 175ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 175ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(6) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 210ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 210ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(7) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 245ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 245ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(8) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 280ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 280ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(9) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 315ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 315ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(10) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 350ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(11) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 385ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 385ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(12) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 420ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 420ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(13) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 455ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 455ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(14) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 490ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 490ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(15) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 525ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 525ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(16) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 560ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 560ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(17) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 595ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 595ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(18) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 630ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 630ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(19) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 665ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 665ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(20) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 700ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(21) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 735ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 735ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(22) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 770ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 770ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(23) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 805ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 805ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(24) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 840ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 840ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(25) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 875ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 875ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(26) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 910ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 910ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(27) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 945ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 945ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(28) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 980ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 980ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(29) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1015ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1015ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active span:nth-child(30) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1050ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1050ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(1) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 450ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 450ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(2) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 500ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(3) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 550ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 550ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(4) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 600ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(5) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 650ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 650ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(6) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 700ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(7) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 750ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 750ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(8) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 800ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(9) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 850ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 850ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(10) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 900ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 900ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(11) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 950ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 950ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(12) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1000ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(13) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1050ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1050ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(14) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1100ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(15) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1150ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1150ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(16) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1200ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1200ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(17) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1250ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1250ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(18) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1300ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(19) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1350ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(20) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1400ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(21) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1450ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1450ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(22) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1500ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(23) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1550ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1550ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(24) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1600ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(25) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1650ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1650ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(26) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1700ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(27) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1750ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1750ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(28) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1800ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(29) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1850ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1850ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-b-40.js-active.-delay span:nth-child(30) {
  -webkit-animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1900ms;
  animation: fadein-b-40 600ms cubic-bezier(0.34, 1.56, 0.64, 1) 1900ms;
  -webkit-animation-fill-mode: both;
  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) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 35ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 35ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(2) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 70ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 70ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(3) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 105ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 105ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(4) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 140ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 140ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(5) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 175ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 175ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(6) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 210ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 210ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(7) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 245ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 245ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(8) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 280ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 280ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(9) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 315ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 315ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(10) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 350ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(11) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 385ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 385ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(12) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 420ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 420ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(13) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 455ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 455ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(14) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 490ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 490ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(15) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 525ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 525ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(16) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 560ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 560ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(17) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 595ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 595ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(18) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 630ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 630ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(19) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 665ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 665ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(20) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 700ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(21) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 735ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 735ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(22) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 770ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 770ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(23) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 805ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 805ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(24) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 840ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 840ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(25) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 875ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 875ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(26) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 910ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 910ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(27) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 945ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 945ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(28) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 980ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 980ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(29) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1015ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1015ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active span:nth-child(30) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1050ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1050ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(1) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 450ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 450ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(2) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 500ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(3) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 550ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 550ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(4) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 600ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(5) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 650ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 650ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(6) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 700ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(7) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 750ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 750ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(8) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 800ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(9) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 850ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 850ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(10) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 900ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 900ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(11) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 950ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 950ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(12) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1000ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(13) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1050ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1050ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(14) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1100ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1100ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(15) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1150ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1150ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(16) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1200ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1200ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(17) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1250ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1250ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(18) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1300ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(19) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1350ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1350ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(20) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1400ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(21) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1450ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1450ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(22) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1500ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(23) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1550ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1550ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(24) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1600ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(25) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1650ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1650ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(26) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1700ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(27) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1750ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1750ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(28) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1800ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(29) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1850ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1850ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.anime.-for-boundIn-r-40.js-active.-delay span:nth-child(30) {
  -webkit-animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1900ms;
  animation: fadein-r-40 600ms cubic-bezier(0.61, 1, 0.88, 1) 1900ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadein-r-60 {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadein-r-60 {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadein-l-60 {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadein-l-60 {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadein-b-40 {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadein-b-40 {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein-b-20 {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  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);
  }
}
@-webkit-keyframes fadein-rb-20 {
  0% {
    opacity: 0;
    transform: translate(20px, 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);
  }
}
@-webkit-keyframes fadein-rb-40 {
  0% {
    opacity: 0;
    transform: translate(40px, 40px);
  }
  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);
  }
}
@-webkit-keyframes fadein-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein-scale {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  50% {
    transform: scale(1.115);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadein-scale {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  50% {
    transform: scale(1.115);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-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-scale {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.2);
  }
  50% {
    transform: translateY(-10px) scale(1.115);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes fadein-b-rotateX {
  0% {
    opacity: 0;
    transform: translateY(10%) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}
@keyframes fadein-b-rotateX {
  0% {
    opacity: 0;
    transform: translateY(10%) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}
@-webkit-keyframes fadein-l-rotateY {
  0% {
    opacity: 0;
    transform: translateX(-10%) rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotateY(0);
  }
}
@keyframes fadein-l-rotateY {
  0% {
    opacity: 0;
    transform: translateX(-10%) rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotateY(0);
  }
}
@-webkit-keyframes scale-0-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-0-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes scale-1-0 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scale-1-0 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes scaleX-0-1 {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes scaleX-0-1 {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@-webkit-keyframes scaleX-1-0 {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes scaleX-1-0 {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@-webkit-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 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);
  }
}
@-webkit-keyframes scaleY-0-1 {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes scaleY-0-1 {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes scaleY-1-0 {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes scaleY-1-0 {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@-webkit-keyframes waveY-20 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes waveY-20 {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-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 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);
  }
}
@-webkit-keyframes imgZoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes imgZoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.mv__bg {
  opacity: 0;
}
.mv__img {
  opacity: 0;
  transition: opacity 1s;
}
.mv__txt .ballon {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s;
  transition-delay: 0.6s;
}
.mv__txt__main {
  opacity: 0;
  transform: scale(0.5);
  transform-origin: 25% center;
  transition: all 0.8s;
}
.mv__txt__sub {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s;
  transition-delay: 0.6s;
}

.page-loaded .mv__bg {
  opacity: 1;
}
.page-loaded .mv__img {
  opacity: 1;
}
.page-loaded .mv__txt .ballon {
  opacity: 1;
  transform: translateY(0);
}
.page-loaded .mv__txt__main {
  opacity: 1;
  transform: scale(1);
}
.page-loaded .mv__txt__sub {
  opacity: 1;
  transform: translateY(0);
}

/*========================================
  モジュール
//======================================*/
/* color */
/* commonHead */
.commonHead01 {
  display: inline-block;
  background-color: #282e53;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 2px 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .commonHead01 {
    font-size: 1.2rem;
  }
}
.commonHead01 .ja {
  display: inline-block;
}
.commonHead01.-yellow {
  background-color: #efbc1a;
}
.commonHead01.-star::before {
  content: "";
  display: inline-block;
  background-image: url(../img/index/deco_star.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 54px;
  height: 14px;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%, -100%);
}

.commonHead02 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #2a2e55;
  line-height: 1.4;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .commonHead02 {
    font-size: 2rem;
  }
}
.commonHead02 .red {
  font-size: 4rem;
  color: #c11a1a;
  display: inline-block;
  margin-right: 4px;
  position: relative;
}
.commonHead02 .red::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 3px;
  background-color: #c11a1a;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.4s;
  transition-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .commonHead02 .red {
    font-size: 2.4rem;
  }
  .commonHead02 .red::before {
    height: 2px;
  }
}
.commonHead02 .red.js-active::before {
  width: 100%;
}

/* commonBtn */
.commonBtn01 {
  width: 540px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .commonBtn01 {
    width: 300px;
    height: 60px;
  }
}
.commonBtn01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgb(172, 1, 2);
  background: linear-gradient(135deg, rgb(172, 1, 2) 25%, rgb(191, 1, 2) 60%);
  border-radius: 100px;
  text-align: center;
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: background 0.3s, transform 0.3s, letter-spacing 0.3s;
}
@media screen and (min-width: 769px) {
  .commonBtn01 a:hover {
    background-position: 99% 50%;
    transform: scale(1.05);
    letter-spacing: 0.25em;
  }
}
.commonBtn01 a .txt {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .commonBtn01 a .txt {
    font-size: 1.8rem;
  }
}

/* logo */
.logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.logo .img-holder {
  width: 70px;
}
@media screen and (max-width: 768px) {
  .logo .img-holder {
    width: auto;
  }
}
.logo .img-holder img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .logo .img-holder img {
    height: 40px;
  }
}
.logo .txt-holder {
  display: flex;
  flex-direction: column;
  font-weight: 900;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .logo .txt-holder {
    margin-left: 5px;
  }
}
.logo .txt-holder .sm {
  font-size: 1.1rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .logo .txt-holder .sm {
    font-size: 1rem;
  }
}
.logo .txt-holder .md {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .logo .txt-holder .md {
    font-size: 1.8rem;
  }
}

/* deco */
.deco-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
}

/*========================================
  LP
//======================================*/
.lp {
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp .main {
    padding-top: 113px;
  }
}
.lp .header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 12px 15px 15px 18px;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .lp .header {
    border-radius: 0 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .lp .header {
    padding: 8px 18px 8px 8px;
    padding: 8px 0;
    position: fixed;
    z-index: 100;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.lp .header__logo .img-holder {
  width: 55px;
}
@media screen and (max-width: 768px) {
  .lp .header__logo .img-holder {
    width: 35px;
  }
}
.lp .header__logo .img-holder img {
  transition: height 0.3s;
}
@media screen and (max-width: 768px) {
  .lp .header__logo .img-holder img {
    height: auto;
  }
}
.lp .header__logo .txt-holder .sm {
  transition: font-size 0.3s;
}
@media screen and (max-width: 768px) {
  .lp .header__logo .txt-holder .sm {
    font-size: 0.8rem;
  }
}
.lp .header__logo .txt-holder .md {
  transition: font-size 0.3s;
}
@media screen and (max-width: 768px) {
  .lp .header__logo .txt-holder .md {
    font-size: 1.4rem;
    margin-top: 3px;
    line-height: 1.3;
    letter-spacing: normal;
  }
  .lp .header__logo .txt-holder .md br {
    display: none;
  }
}
@media (max-width: 374px) {
  .lp .header__logo .txt-holder .md {
    font-size: 1.2rem;
  }
}
.lp .fixed__logo {
  display: none;
  position: fixed;
  top: 13px;
  left: 20px;
  width: 100%;
  z-index: 102;
}
@media screen and (min-width: 769px) {
  .lp .fixed__logo {
    display: flex;
    width: auto;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.4s, opacity 0.3s;
  }
}
.lp .fixed__logo .img-holder {
  width: 55px;
}
.lp .fixed__logo .md {
  font-size: 1.7rem;
}
.lp .anchor {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .lp .anchor {
    top: 51px;
    border-top: 1px solid #eee;
  }
}
@media screen and (min-width: 769px) {
  .lp .anchor {
    font-size: 1.3rem;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.4s, opacity 0.3s;
  }
}
.lp .anchor__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 7px 7px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .lp .anchor__list {
    justify-content: center;
    justify-content: flex-end;
    padding: 28px 16px;
    border-radius: 0;
  }
}
.lp .anchor__list__item {
  margin: 0 7px;
}
@media screen and (min-width: 769px) {
  .lp .anchor__list__item {
    margin: 0 20px;
  }
}
.lp .anchor__list__item a {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #212121;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .lp .anchor__list__item a {
    font-size: 1.5rem;
  }
  .lp .anchor__list__item a:hover {
    opacity: 0.7;
  }
}
.lp .anchor__list__item a:after {
  content: "";
  display: inline-block;
  background-image: url(../img/index/ico_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  margin-left: 2px;
}
@media screen and (min-width: 769px) {
  .lp .anchor__list__item a:after {
    margin-left: 6px;
  }
}
.lp .main .mv {
  position: relative;
}
.lp .main .mv__inner {
  position: relative;
  height: 740px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .lp .main .mv__inner {
    height: 640px;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .mv__inner {
    height: 400px;
  }
}
.lp .main .mv__txt-holder {
  margin-top: 108px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .lp .main .mv__txt-holder {
    margin-top: 112px;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .mv__txt-holder {
    margin-top: 60px;
  }
}
.lp .main .mv__img-holder {
  align-self: flex-end;
  margin-left: 32px;
}
@media screen and (max-width: 768px) {
  .lp .main .mv__img-holder {
    margin-left: -124px;
    position: absolute;
    bottom: 0;
    right: 3px;
  }
}
@media (min-width: 1201px) {
  .lp .main .mv__img-holder .img {
    overflow: hidden;
  }
}
@media (min-width: 1201px) {
  .lp .main .mv__img-holder img {
    transform: translateY(50px);
  }
}
@media screen and (max-width: 1200px) {
  .lp .main .mv__img-holder img {
    width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .mv__img-holder img {
    width: 200px;
  }
}
.lp .main .mv__bgimg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.lp .main .mv__bgimg:before {
  content: "";
  display: inline-block;
  background-color: rgba(42, 46, 85, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.lp .main .mv__bgimg:after {
  content: "";
  display: inline-block;
  width: 98%;
  height: 93.5%;
  border: 10px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .lp .main .mv__bgimg:after {
    width: 96.5%;
    height: 96.5%;
    border: 6px solid #fff;
  }
}
.lp .main .mv__bgimg .bg-yellow {
  position: absolute;
  background-color: #ffc91c;
  width: 147.5%;
  height: 100%;
  top: 0;
  right: -100%;
  transform: skewX(-30deg);
  z-index: 2;
}
.lp .main .mv__bgimg .img {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .lp .main .mv__bgimg .img img {
    height: 640px;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .mv__bgimg .img img {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .mv__copy {
    margin-left: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .lp .main .mv__copy01 img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .mv__copy01 img {
    width: 250px;
  }
}
.lp .main .mv__copy02 {
  margin-top: 16px;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .lp .main .mv__copy02 {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .lp .main .mv__copy02 img {
    width: 410px;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .mv__copy02 img {
    width: 248px;
  }
}
.lp .main .mv__taxi {
  position: absolute;
  top: 8px;
  right: -96px;
}
@media screen and (max-width: 1200px) {
  .lp .main .mv__taxi {
    right: -42px;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .mv__taxi {
    right: -46;
  }
}
@media screen and (max-width: 1200px) {
  .lp .main .mv__taxi img {
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .mv__taxi img {
    width: 100px;
  }
}
.lp .main .mv__charm {
  margin-top: 20px;
  margin-left: 55px;
}
@media screen and (max-width: 1200px) {
  .lp .main .mv__charm {
    margin-top: 16px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .mv__charm {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .lp .main .mv__charm img {
    width: 440px;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .mv__charm img {
    width: 220px;
  }
}
.lp .main .mv__ballon {
  margin-top: 32px;
  margin-left: 64px;
}
@media screen and (max-width: 1200px) {
  .lp .main .mv__ballon {
    margin-top: 8px;
    margin-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .mv__ballon {
    position: relative;
    z-index: 2;
    margin-top: 22px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 1200px) {
  .lp .main .mv__ballon img {
    width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .mv__ballon img {
    width: 200px;
  }
}
.lp .main .mv .sub {
  position: absolute;
  display: inline-block;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  background: linear-gradient(to right, #f3df57, #f3b744);
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  color: #2a2e55;
  padding: 0.8em 1.5em;
  white-space: nowrap;
  text-shadow: 1px 1px 2px #fff9b7;
  box-shadow: 0px 10px 15px rgba(255, 249, 183, 0.3);
}
@media screen and (max-width: 768px) {
  .lp .main .mv .sub {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.lp .main .mv .sub::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 2px solid #fff;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.lp .main .mv .sub br {
  display: none;
}
@media screen and (max-width: 768px) {
  .lp .main .mv .sub br {
    display: inline-block;
  }
}
.lp .main .mv .area_label {
  position: absolute;
  display: inline-block;
  top: 24px;
  right: 16px;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  color: #2a2e55;
  padding: 0.7em 1.3em;
  background-color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .lp .main .mv .area_label {
    top: 7px;
    right: 50%;
    transform: translateX(50%);
    font-size: 1.3rem;
    padding: 0.3em 1.5em;
  }
}
.lp .main .sec__charm01 {
  padding-top: 92px;
  padding-bottom: 110px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm01 {
    padding-top: 54px;
    padding-bottom: 64px;
  }
}
.lp .main .sec__charm01 .charm01__head {
  text-align: center;
}
.lp .main .sec__charm01 .charm01__body {
  margin-top: 8px;
}
.lp .main .sec__charm01 .charm01__no1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm01 .charm01__no1 img {
    width: 340px;
  }
}
.lp .main .sec__charm01 .charm01__lead {
  max-width: 650px;
  margin: 24px auto 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm01 .charm01__lead {
    font-size: 1.4rem;
  }
}
.lp .main .sec__charm01 .charm01__movie {
  max-width: 850px;
  margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm01 .charm01__movie {
    margin-top: 32px;
  }
}
.lp .main .sec__charm01 .charm01__movie .iframe-holder {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.lp .main .sec__charm01 .charm01__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp .main .sec__charm01 .deco-holder .deco {
  position: absolute;
}
.lp .main .sec__charm01 .deco-holder .deco-tl {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 210px 182px 0 0;
  border-color: #fdf4da transparent transparent transparent;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm01 .deco-holder .deco-tl {
    border-width: 58px 50px 0 0;
  }
}
.lp .main .sec__charm01 .deco-holder .deco-tr {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 182px 210px 0;
  border-color: transparent #f4f4f4 transparent transparent;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm01 .deco-holder .deco-tr {
    border-width: 0 50px 58px 0;
  }
}
.lp .main .sec__charm01 .deco-holder .deco-bl {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 210px 0 0 182px;
  border-color: transparent transparent transparent #f4f4f4;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm01 .deco-holder .deco-bl {
    border-width: 58px 0 0 50px;
  }
}
.lp .main .sec__charm01 .deco-holder .deco-br {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 210px 182px;
  border-color: transparent transparent #fdf4da transparent;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm01 .deco-holder .deco-br {
    border-width: 0 0 58px 50px;
  }
}
.lp .main .sec__charm02 {
  background-color: #faf7ed;
  padding-top: 100px;
  padding-bottom: 108px;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.lp .main .sec__charm02 .charm02__inner {
  max-width: 1180px;
}
.lp .main .sec__charm02 .charm02__head {
  text-align: center;
}
.lp .main .sec__charm02 .charm02__lead {
  max-width: 820px;
  margin: 40px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm02 .charm02__lead {
    margin-top: 24px;
  }
}
.lp .main .sec__charm02 .charm02__lead .txt-holder {
  background-color: #fff;
  border: 3px solid #ecd68e;
  border-radius: 20px;
  padding: 24px 120px 24px 40px;
}
@media screen and (max-width: 1200px) {
  .lp .main .sec__charm02 .charm02__lead .txt-holder {
    padding-right: 172px;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm02 .charm02__lead .txt-holder {
    padding: 20px 24px;
  }
}
.lp .main .sec__charm02 .charm02__lead .txt-holder .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm02 .charm02__lead .txt-holder .txt {
    font-size: 1.4rem;
  }
}
.lp .main .sec__charm02 .charm02__lead .img-holder {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 0;
  right: -120px;
}
@media screen and (max-width: 1200px) {
  .lp .main .sec__charm02 .charm02__lead .img-holder {
    right: -80px;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm02 .charm02__lead .img-holder {
    right: 24px;
    top: auto;
    bottom: -80px;
  }
}
.lp .main .sec__charm02 .charm02__lead .img-holder .img.illust {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm02 .charm02__lead .img-holder .img.illust img {
    width: 80px;
  }
}
.lp .main .sec__charm02 .charm02__lead .img-holder .img.graph {
  margin-left: -72px;
  margin-top: -56px;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm02 .charm02__lead .img-holder .img.graph {
    margin-left: -42px;
    margin-top: -16px;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm02 .charm02__lead .img-holder .img.graph img {
    width: 90px;
  }
}
.lp .main .sec__charm02 .charm02__lead .img-holder .img.graph .txt {
  position: absolute;
  top: 8px;
  right: -24px;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm02 .charm02__lead .img-holder .img.graph .txt img {
    width: 72px;
  }
}
.lp .main .sec__charm02 .charm02__list {
  margin-top: 76px;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm02 .charm02__list {
    margin-top: 108px;
  }
}
.lp .main .sec__charm02 .charm02__list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 84px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm02 .charm02__list__item {
    display: block;
    margin-top: 32px;
  }
}
.lp .main .sec__charm02 .charm02__list__item:before {
  content: "";
  display: inline-block;
  width: 420px;
  height: 420px;
  background-color: #f7f1dc;
  position: absolute;
  top: 0;
  left: 100px;
  transform: rotate(45deg) translate(-50%, 50%);
  transform-origin: top center;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .lp .main .sec__charm02 .charm02__list__item:before {
    width: 360px;
    height: 360px;
  }
}
.lp .main .sec__charm02 .charm02__list__item:first-child {
  margin-top: 0;
}
.lp .main .sec__charm02 .charm02__list__item:nth-child(even) {
  flex-direction: row-reverse;
}
.lp .main .sec__charm02 .charm02__list__item:nth-child(even):before {
  left: auto;
  right: -100px;
  transform: rotate(45deg) translate(50%, -50%);
}
.lp .main .sec__charm02 .charm02__list__item:nth-child(even) .img-holder {
  margin-left: 3%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm02 .charm02__list__item:nth-child(even) .img-holder {
    margin-left: 0;
  }
}
.lp .main .sec__charm02 .charm02__list__item .img-holder {
  flex: 0 0 33.7%;
  max-width: 370px;
  margin-right: 3%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm02 .charm02__list__item .img-holder {
    margin-right: 0;
    margin-top: 16px;
  }
}
.lp .main .sec__charm02 .charm02__list__item .img-holder .img {
  position: relative;
  z-index: 1;
}
.lp .main .sec__charm02 .charm02__list__item .img-holder .img:before {
  content: "";
  display: block;
  padding-top: 70.2%;
}
.lp .main .sec__charm02 .charm02__list__item .img-holder .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lp .main .sec__charm02 .charm02__list__item .txt-holder {
  position: relative;
}
.lp .main .sec__charm02 .charm02__list__item .txt-holder .term-holder {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.lp .main .sec__charm02 .charm02__list__item .txt-holder .desc-holder {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm02 .charm02__list__item .txt-holder .desc-holder {
    margin-top: 16px;
  }
}
.lp .main .sec__charm02 .charm02__list__item .txt-holder .desc-holder .desc {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm02 .charm02__list__item .txt-holder .desc-holder .desc {
    font-size: 1.4rem;
  }
}
.lp .main .sec__charm02 .charm02__list__item .txt-holder .point-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #282e53;
  color: #fff;
  font-weight: bold;
  width: 60px;
  height: 55px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm02 .charm02__list__item .txt-holder .point-holder {
    flex-shrink: 0;
    width: 54px;
    height: 52px;
  }
}
.lp .main .sec__charm02 .charm02__list__item .txt-holder .point-holder:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 30px 0 0;
  border-color: #282e53 transparent transparent transparent;
  position: absolute;
  bottom: 1px;
  left: 0;
  transform: translateY(100%);
}
.lp .main .sec__charm02 .charm02__list__item .txt-holder .point-holder:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 10px 0;
  border-color: transparent #282e53 transparent transparent;
  position: absolute;
  bottom: 1px;
  right: 0;
  transform: translateY(100%);
}
.lp .main .sec__charm02 .charm02__list__item .txt-holder .point-holder .point {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm02 .charm02__list__item .txt-holder .point-holder .point {
    font-size: 1rem;
  }
}
.lp .main .sec__charm02 .charm02__list__item .txt-holder .point-holder .num {
  font-size: 3.2rem;
  line-height: 0.9;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm02 .charm02__list__item .txt-holder .point-holder .num {
    font-size: 2.4rem;
  }
}
.lp .main .sec__charm02 .charm02__list__item .txt-holder .term {
  font-size: 2.6rem;
  font-weight: bold;
  color: #c11a1a;
  line-height: 1.6;
  margin-top: 8px;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm02 .charm02__list__item .txt-holder .term {
    font-size: 2rem;
    margin-top: 0;
    margin-left: 16px;
  }
}
.lp .main .sec__charm03 {
  padding-top: 100px;
  padding-bottom: 136px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm03 {
    padding-top: 72px;
    padding-bottom: 52px;
  }
}
.lp .main .sec__charm03 .charm03__head {
  text-align: center;
}
.lp .main .sec__charm03 .charm03__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm03 .charm03__list {
    margin-top: 24px;
    display: block;
  }
}
.lp .main .sec__charm03 .charm03__list__item {
  flex: 0 0 49%;
  background-color: #f4f4f4;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 2%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm03 .charm03__list__item {
    margin: 10px 0;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .lp .main .sec__charm03 .charm03__list__item:nth-child(4n+2) {
    background-color: #fdf4da;
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms;
  }
  .lp .main .sec__charm03 .charm03__list__item:nth-child(4n+3) {
    background-color: #fdf4da;
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
  }
  .lp .main .sec__charm03 .charm03__list__item:nth-child(4n+4) {
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms;
  }
}
.lp .main .sec__charm03 .charm03__list__item:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm03 .charm03__list__item:nth-child(even) {
    background-color: #fdf4da;
  }
}
.lp .main .sec__charm03 .charm03__list__item .txt-holder {
  padding: 36px 0 36px 48px;
  align-self: center;
}
@media screen and (max-width: 1200px) {
  .lp .main .sec__charm03 .charm03__list__item .txt-holder {
    padding: 32px 0 32px 40px;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm03 .charm03__list__item .txt-holder {
    padding: 24px;
  }
}
.lp .main .sec__charm03 .charm03__list__item .txt-holder .term {
  color: #282e53;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  margin-right: -48px;
  position: relative;
  display: inline-block;
}
.lp .main .sec__charm03 .charm03__list__item .txt-holder .term:before {
  content: "";
  background-image: linear-gradient(to right, #c11a1a, #c11a1a 8px, transparent 8px, transparent 12px);
  background-size: 12px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .lp .main .sec__charm03 .charm03__list__item .txt-holder .term {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm03 .charm03__list__item .txt-holder .term {
    font-size: 1.8rem;
    margin-right: 0;
  }
}
.lp .main .sec__charm03 .charm03__list__item .txt-holder .desc {
  font-size: 1.6rem;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm03 .charm03__list__item .txt-holder .desc {
    font-size: 1.4rem;
    margin-top: 8px;
    padding-right: 116px;
  }
}
.lp .main .sec__charm03 .charm03__list__item .illust-holder {
  margin-top: 20px;
  margin-right: 16px;
  align-self: flex-end;
}
@media screen and (max-width: 1200px) {
  .lp .main .sec__charm03 .charm03__list__item .illust-holder {
    margin-left: -40px;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm03 .charm03__list__item .illust-holder {
    margin-left: -160px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .lp .main .sec__charm03 .charm03__list__item .illust-holder img {
    transform: scale(0.8);
    transform-origin: right bottom;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm03 .charm03__list__item .illust-holder img {
    transform: scale(0.55);
  }
}
.lp .main .band-img {
  position: relative;
}
.lp .main .band-img .img-holder {
  height: 440px;
}
@media screen and (max-width: 768px) {
  .lp .main .band-img .img-holder {
    height: 180px;
  }
}
.lp .main .band-img .img-holder .img img {
  height: 440px;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 768px) {
  .lp .main .band-img .img-holder .img img {
    height: 180px;
  }
}
.lp .main .band-img .txt-holder {
  position: absolute;
  top: 40px;
  right: 6.6%;
}
@media screen and (max-width: 768px) {
  .lp .main .band-img .txt-holder {
    top: 124px;
    right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .band-img .txt-holder .img img {
    width: 180px;
  }
}
.lp .main .sec__charm04 {
  padding-top: 112px;
  padding-bottom: 92px;
  background-color: #faf7ed;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 {
    padding-top: 172px;
    padding-bottom: 56px;
  }
}
.lp .main .sec__charm04 .charm04__inner {
  text-align: center;
}
.lp .main .sec__charm04 .charm04__head {
  display: inline-block;
  background-color: #faf7ed;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__head {
    padding: 0 24px;
  }
}
.lp .main .sec__charm04 .charm04__ageList {
  margin-top: -36px;
  padding: 64px;
  padding-bottom: 132px;
  text-align: left;
  border: 20px solid #fbeec3;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__ageList {
    display: block;
    padding: 40px 20px 44px;
    border: 10px solid #fbeec3;
  }
}
.lp .main .sec__charm04 .charm04__ageList__item {
  flex: 0 0 30%;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__ageList__item {
    margin-right: 0;
    margin-top: 24px;
  }
  .lp .main .sec__charm04 .charm04__ageList__item:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .lp .main .sec__charm04 .charm04__ageList__item:nth-child(3n+2) {
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms;
  }
  .lp .main .sec__charm04 .charm04__ageList__item:nth-child(3n+3) {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
  }
}
.lp .main .sec__charm04 .charm04__ageList__item:nth-child(3n+3) {
  margin-right: 0;
}
.lp .main .sec__charm04 .charm04__ageList__item .img-holder .age-holder {
  text-align: center;
  color: #2a2e55;
  margin-bottom: -32px;
}
.lp .main .sec__charm04 .charm04__ageList__item .img-holder .age-holder .age {
  font-weight: bold;
  font-size: 1.4rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__ageList__item .img-holder .age-holder .age {
    font-size: 1.2rem;
  }
}
.lp .main .sec__charm04 .charm04__ageList__item .img-holder .age-holder .age b {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__ageList__item .img-holder .age-holder .age b {
    font-size: 2rem;
  }
}
.lp .main .sec__charm04 .charm04__ageList__item .img-holder .age-holder .generation {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  background-color: #ffc610;
  border-radius: 100px;
  line-height: 1.8;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__ageList__item .img-holder .age-holder .generation {
    font-size: 1.7rem;
  }
}
.lp .main .sec__charm04 .charm04__ageList__item .img-holder .img {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__ageList__item .img-holder .img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__ageList__item .img-holder .img img {
    transform: scale(0.7);
    transform-origin: bottom;
  }
}
.lp .main .sec__charm04 .charm04__ageList__item .txt-holder {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__ageList__item .txt-holder {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__ageList__item .txt-holder .txt {
    font-size: 1.5rem;
  }
}
.lp .main .sec__charm04 .charm04__ageList__item .txt-holder .txt .red {
  color: #c11a1a;
}
.lp .main .sec__charm04 .charm04__workStyleList {
  max-width: 900px;
  margin: 0 auto;
}
.lp .main .sec__charm04 .charm04__workStyleList .head {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: -76px;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__workStyleList .head {
    margin-top: -8px;
  }
}
.lp .main .sec__charm04 .charm04__workStyleList .head .sm {
  display: block;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin-bottom: -10px;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__workStyleList .head .sm {
    font-size: 1.6rem;
  }
}
.lp .main .sec__charm04 .charm04__workStyleList .head .md {
  display: block;
  background-color: #2a2e55;
  font-size: 2.8rem;
  font-weight: bold;
  color: #ffc91c;
  padding: 16px 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__workStyleList .head .md {
    font-size: 1.75rem;
    padding: 14px 16px;
  }
}
.lp .main .sec__charm04 .charm04__workStyleList .head .md .txt {
  position: relative;
}
.lp .main .sec__charm04 .charm04__workStyleList .head .md::before {
  content: "";
  display: inline-block;
  background-color: #2a2e55;
  width: 190px;
  height: 100px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__workStyleList .head .md::before {
    top: 10px;
    width: 178px;
    height: 80px;
  }
}
.lp .main .sec__charm04 .charm04__workStyleList__item {
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #cfc6aa;
  padding: 26px 88px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__workStyleList__item {
    margin-top: 8px;
    padding: 24px;
    padding-bottom: 32px;
    text-align: left;
  }
}
.lp .main .sec__charm04 .charm04__workStyleList__item:nth-child(even) {
  border: 1px solid #c4c6ce;
}
.lp .main .sec__charm04 .charm04__workStyleList__item:nth-child(even) .deco-holder .deco {
  position: absolute;
}
.lp .main .sec__charm04 .charm04__workStyleList__item:nth-child(even) .deco-holder .deco-tl {
  border-color: #dfe0e6 transparent transparent transparent;
}
.lp .main .sec__charm04 .charm04__workStyleList__item:nth-child(even) .deco-holder .deco-tr {
  border-color: transparent #f4f4f4 transparent transparent;
}
.lp .main .sec__charm04 .charm04__workStyleList__item:nth-child(even) .deco-holder .deco-bl {
  border-color: transparent transparent transparent #f4f4f4;
}
.lp .main .sec__charm04 .charm04__workStyleList__item:nth-child(even) .deco-holder .deco-br {
  border-color: transparent transparent #dfe0e6 transparent;
}
.lp .main .sec__charm04 .charm04__workStyleList__item .num {
  font-size: 1.6rem;
  position: relative;
  color: #2a2e55;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__workStyleList__item .num {
    font-size: 1.5rem;
  }
}
.lp .main .sec__charm04 .charm04__workStyleList__item .num::before {
  content: "";
  display: inline-block;
  background-color: #2a2e55;
  width: 6px;
  height: 1px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__workStyleList__item .num::before {
    margin-right: 6px;
  }
}
.lp .main .sec__charm04 .charm04__workStyleList__item .num::after {
  content: "";
  display: inline-block;
  background-color: #2a2e55;
  width: 6px;
  height: 1px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__workStyleList__item .num::after {
    margin-left: 6px;
  }
}
.lp .main .sec__charm04 .charm04__workStyleList__item .term {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #2a2e55;
  background: linear-gradient(transparent 60%, #ffe48d 60%);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__workStyleList__item .term {
    font-size: 1.8rem;
    text-align: left;
    display: inline;
  }
}
.lp .main .sec__charm04 .charm04__workStyleList__item .term .red {
  color: #c11a1a;
}
.lp .main .sec__charm04 .charm04__workStyleList__item .desc {
  text-align: left;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__workStyleList__item .desc {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}
.lp .main .sec__charm04 .charm04__workStyleList__item .deco-holder .deco {
  position: absolute;
}
.lp .main .sec__charm04 .charm04__workStyleList__item .deco-holder .deco-tl {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 60px 0 0;
  border-color: #fbedbf transparent transparent transparent;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__workStyleList__item .deco-holder .deco-tl {
    border-width: 60px 30px 0 0;
  }
}
.lp .main .sec__charm04 .charm04__workStyleList__item .deco-holder .deco-tr {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 120px 0;
  border-color: transparent #fdf4da transparent transparent;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__workStyleList__item .deco-holder .deco-tr {
    border-width: 0 30px 60px 0;
  }
}
.lp .main .sec__charm04 .charm04__workStyleList__item .deco-holder .deco-bl {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 0 0 60px;
  border-color: transparent transparent transparent #fdf4da;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__workStyleList__item .deco-holder .deco-bl {
    border-width: 60px 0 0 30px;
  }
}
.lp .main .sec__charm04 .charm04__workStyleList__item .deco-holder .deco-br {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 120px 60px;
  border-color: transparent transparent #fbedbf transparent;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__charm04 .charm04__workStyleList__item .deco-holder .deco-br {
    border-width: 0 0 60px 30px;
  }
}
.lp .main .sec__charm04 .charm04 .commonHead02 {
  background-color: #faf7ed;
}
.lp .main .sec__description {
  background: rgb(231, 216, 173);
  background: linear-gradient(0deg, rgb(231, 216, 173) 0%, rgb(234, 223, 194) 100%);
  padding-top: 64px;
  padding-bottom: 128px;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__description {
    padding-top: 48px;
    padding-bottom: 64px;
  }
}
.lp .main .sec__description .description__inner {
  max-width: 1180px;
}
.lp .main .sec__description .description__head {
  text-align: center;
}
.lp .main .sec__description .description__head .txt {
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__description .description__head .txt {
    font-size: 2.6rem;
  }
}
.lp .main .sec__description .description__body {
  background-color: #fff;
  border: 1px solid #cfc6aa;
  border-radius: 10px;
  padding: 68px 88px 88px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__description .description__body {
    margin-top: 24px;
    padding: 16px 24px 40px;
  }
}
.lp .main .sec__description .description__body dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 0;
  border-top: 1px solid #e8e8e8;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__description .description__body dl {
    display: block;
    padding: 0;
    border: none;
  }
}
.lp .main .sec__description .description__body dl:first-child {
  border-top: none;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__description .description__body dl:not(:first-child) {
    margin-top: 20px;
  }
}
.lp .main .sec__description .description__body dl dt {
  flex: 0 0 27%;
  padding-right: 16px;
  font-weight: bold;
  color: #2a2e55;
}
.lp .main .sec__description .description__body dl dt:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #dab84b;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__description .description__body dl dt:before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .sec__description .description__body dl dt {
    background-color: #faf7ed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6em;
  }
}
.lp .main .sec__description .description__body dl dd {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__description .description__body dl dd {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
.lp .main .sec__description .description__body dl .gmap {
  color: #dfb018;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #dfb018;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .lp .main .sec__description .description__body dl .gmap:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .lp .main .sec__description .description__body dl .gmap {
    font-size: 1.4rem;
  }
}
.lp .main .sec__description .description__commonBtn01 {
  margin: -50px auto 0;
}
@media screen and (max-width: 768px) {
  .lp .main .sec__description .description__commonBtn01 {
    margin-top: -28px;
  }
}
.lp .footer {
  padding: 50px 0 180px;
}
@media screen and (max-width: 768px) {
  .lp .footer {
    padding: 40px 0 140px;
  }
}
.lp .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lp .footer__inner {
    display: block;
  }
}
.lp .footer__column:nth-child(2) {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .lp .footer__column:nth-child(2) {
    text-align: left;
    margin-top: 24px;
  }
}
.lp .footer__share {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .lp .footer__share {
    margin-top: 12px;
  }
}
.lp .footer__share .share {
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 16px;
}
.lp .footer__share .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.lp .footer__share .list__item {
  margin-right: 12px;
}
.lp .footer__share .list__item a {
  display: flex;
  transition: transform 0.3s;
}
@media screen and (min-width: 769px) {
  .lp .footer__share .list__item a:hover {
    transform: scale(1.4);
  }
}
.lp .footer__ga {
  font-size: 1.2rem;
  border-bottom: 1px solid #a3a3a3;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .lp .footer__ga:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .lp .footer__ga {
    display: inline-block;
  }
}
.lp .footer__cr {
  margin-top: 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .lp .footer__cr {
    margin-top: 12px;
  }
}
.lp .footer__info {
  margin-top: 10px;
}
.lp .footer__info .gmap {
  color: #dfb018;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #dfb018;
  transition: opacity 0.3s;
}
@media (min-width: 769px) {
  .lp .footer__info .gmap:hover {
    opacity: 0.7;
  }
}
.lp .footer__info .tel {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .lp .footer__info .tel a {
    text-decoration: underline;
    font-size: 1.4rem;
  }
}
.lp .floatingBox {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%), linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  padding: 15px 0;
  transform: translateY(100%);
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .lp .floatingBox {
    padding: 12px 0;
  }
}
.lp .floatingBox::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(42, 44, 60, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.lp .floatingBox__inner {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lp .floatingBox__inner {
    display: block;
  }
}
.lp .floatingBox .tel-holder {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 48px;
}
@media screen and (max-width: 768px) {
  .lp .floatingBox .tel-holder {
    margin-right: 16px;
  }
}
.lp .floatingBox .tel-holder .txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .lp .floatingBox .tel-holder .txt {
    font-size: 1.2rem;
  }
}
.lp .floatingBox .tel-holder .tel-num {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lp .floatingBox .tel-holder .tel-num {
    font-size: 2rem;
  }
}
.lp .floatingBox__commonBtn01 {
  width: auto;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .lp .floatingBox__commonBtn01 {
    height: 45px;
  }
}
.lp .floatingBox__commonBtn01 a {
  padding-left: 2em;
  padding-right: 2em;
  transition: opacity 0.3s;
}
.lp .floatingBox__commonBtn01 a:hover {
  transform: none;
  letter-spacing: 0.1em;
  opacity: 0.9;
}
.lp .floatingBox__commonBtn01 a .txt {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .lp .floatingBox__commonBtn01 a .txt {
    font-size: 1.4rem;
  }
}
.lp .floatingBox .txt-holder {
  margin-right: 20px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .lp .floatingBox .txt-holder {
    font-size: 1.2rem;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 40px;
  }
  .lp .floatingBox .txt-holder br {
    display: none;
  }
}
.lp .pagetop {
  position: fixed;
  z-index: 101;
  bottom: 20px;
  right: 24px;
  transform: translateY(120%);
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .lp .pagetop {
    bottom: 80px;
    right: 6px;
  }
}
@media screen and (min-width: 769px) {
  .lp .pagetop a:hover img {
    transform: scale(1.2);
  }
}
.lp .pagetop a img {
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .lp .pagetop a img {
    width: 50px;
    height: 50px;
  }
}
.lp #ot-sdk-btn-floating.ot-floating-button {
  left: 28px;
  bottom: 28px;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  .lp #ot-sdk-btn-floating.ot-floating-button {
    left: 10px;
    bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  .js-scroll .anchor {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .js-scroll .fixed__logo {
    transform: translateY(0);
    opacity: 1;
  }
}
.js-scroll .floatingBox {
  transform: translateY(0);
}
.js-scroll .pagetop {
  transform: translateY(0);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */