@charset "UTF-8";
/* # base
----------------------------------- */
body {
  width: auto;
  background-color: #fff;
  font-family: "Lato", sans-serif;
  color: #333333;
  letter-spacing: 1.75;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: scroll;
}

@media only screen and (max-width: 896px) {
  body {
    min-width: 100%;
  }
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 896px) {
  html {
    font-size: 16px;
  }
}

html, body {
  height: 100%;
}

@media only screen and (max-width: 896px) {
  img {
    max-width: 100%;
  }
}

/* # link style
----------------------------------- */
a {
  color: #333333;
  text-decoration: none;
}

a[href^="tel"] {
  color: inherit;
}

@media only screen and (min-width: 897px) {
  a:hover {
    text-decoration: none;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
}

/* # hover alpha
----------------------------------- */
.u-hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.u-hover:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a img.u-hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a img.u-hover:hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* # for analyze tag
----------------------------------- */
body > img {
  display: none;
}

/* # fonts
----------------------------------- */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url(../fonts/NotoSansCJKjp-Regular.woff2) format("woff2"), url(../fonts/NotoSansCJKjp-Regular.woff) format("woff");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  src: url(../fonts/Lato-Black.ttf) format("woff");
}

@font-face {
  font-family: "Lato Regular";
  font-style: normal;
  src: url(../fonts/Lato-Regular.ttf) format("woff");
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* # reset
----------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

ul, ol {
  list-style: none;
  list-style-type: none;
}

p, li, dt, dd, th, td, pre {
  line-break: strict;
  word-break: break-strict;
}

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

img {
  border: none;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
}

.u-color-base {
  color: #000;
}

.u-bg-base {
  background: #000;
}

.has-base-color {
  color: #000 !important;
}

.has-base-background-color {
  background: #000 !important;
}

.u-color-gray {
  color: #f5f5f5;
}

.u-bg-gray {
  background: #f5f5f5;
}

.has-gray-color {
  color: #f5f5f5 !important;
}

.has-gray-background-color {
  background: #f5f5f5 !important;
}

.u-color-white {
  color: #fff;
}

.u-bg-white {
  background: #fff;
}

.has-white-color {
  color: #fff !important;
}

.has-white-background-color {
  background: #fff !important;
}

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

.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt0 {
    margin-top: 0px !important;
  }
  .u-pc-mb0 {
    margin-bottom: 0px !important;
  }
  .u-pc-mr0 {
    margin-right: 0px !important;
  }
  .u-pc-ml0 {
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt0 {
    margin-top: 0px !important;
  }
  .u-sp-mb0 {
    margin-bottom: 0px !important;
  }
  .u-sp-mr0 {
    margin-right: 0px !important;
  }
  .u-sp-ml0 {
    margin-left: 0px !important;
  }
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt0 {
    padding-top: 0px !important;
  }
  .u-pc-pb0 {
    padding-bottom: 0px !important;
  }
  .u-pc-pr0 {
    padding-right: 0px !important;
  }
  .u-pc-pl0 {
    padding-left: 0px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt0 {
    padding-top: 0px !important;
  }
  .u-sp-pb0 {
    padding-bottom: 0px !important;
  }
  .u-sp-pr0 {
    padding-right: 0px !important;
  }
  .u-sp-pl0 {
    padding-left: 0px !important;
  }
}

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

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt5 {
    margin-top: 5px !important;
  }
  .u-pc-mb5 {
    margin-bottom: 5px !important;
  }
  .u-pc-mr5 {
    margin-right: 5px !important;
  }
  .u-pc-ml5 {
    margin-left: 5px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
  .u-sp-mb5 {
    margin-bottom: 5px !important;
  }
  .u-sp-mr5 {
    margin-right: 5px !important;
  }
  .u-sp-ml5 {
    margin-left: 5px !important;
  }
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt5 {
    padding-top: 5px !important;
  }
  .u-pc-pb5 {
    padding-bottom: 5px !important;
  }
  .u-pc-pr5 {
    padding-right: 5px !important;
  }
  .u-pc-pl5 {
    padding-left: 5px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt5 {
    padding-top: 5px !important;
  }
  .u-sp-pb5 {
    padding-bottom: 5px !important;
  }
  .u-sp-pr5 {
    padding-right: 5px !important;
  }
  .u-sp-pl5 {
    padding-left: 5px !important;
  }
}

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

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt10 {
    margin-top: 10px !important;
  }
  .u-pc-mb10 {
    margin-bottom: 10px !important;
  }
  .u-pc-mr10 {
    margin-right: 10px !important;
  }
  .u-pc-ml10 {
    margin-left: 10px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt10 {
    margin-top: 10px !important;
  }
  .u-sp-mb10 {
    margin-bottom: 10px !important;
  }
  .u-sp-mr10 {
    margin-right: 10px !important;
  }
  .u-sp-ml10 {
    margin-left: 10px !important;
  }
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt10 {
    padding-top: 10px !important;
  }
  .u-pc-pb10 {
    padding-bottom: 10px !important;
  }
  .u-pc-pr10 {
    padding-right: 10px !important;
  }
  .u-pc-pl10 {
    padding-left: 10px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt10 {
    padding-top: 10px !important;
  }
  .u-sp-pb10 {
    padding-bottom: 10px !important;
  }
  .u-sp-pr10 {
    padding-right: 10px !important;
  }
  .u-sp-pl10 {
    padding-left: 10px !important;
  }
}

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

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt15 {
    margin-top: 15px !important;
  }
  .u-pc-mb15 {
    margin-bottom: 15px !important;
  }
  .u-pc-mr15 {
    margin-right: 15px !important;
  }
  .u-pc-ml15 {
    margin-left: 15px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
  .u-sp-mb15 {
    margin-bottom: 15px !important;
  }
  .u-sp-mr15 {
    margin-right: 15px !important;
  }
  .u-sp-ml15 {
    margin-left: 15px !important;
  }
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt15 {
    padding-top: 15px !important;
  }
  .u-pc-pb15 {
    padding-bottom: 15px !important;
  }
  .u-pc-pr15 {
    padding-right: 15px !important;
  }
  .u-pc-pl15 {
    padding-left: 15px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt15 {
    padding-top: 15px !important;
  }
  .u-sp-pb15 {
    padding-bottom: 15px !important;
  }
  .u-sp-pr15 {
    padding-right: 15px !important;
  }
  .u-sp-pl15 {
    padding-left: 15px !important;
  }
}

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

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt20 {
    margin-top: 20px !important;
  }
  .u-pc-mb20 {
    margin-bottom: 20px !important;
  }
  .u-pc-mr20 {
    margin-right: 20px !important;
  }
  .u-pc-ml20 {
    margin-left: 20px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt20 {
    margin-top: 20px !important;
  }
  .u-sp-mb20 {
    margin-bottom: 20px !important;
  }
  .u-sp-mr20 {
    margin-right: 20px !important;
  }
  .u-sp-ml20 {
    margin-left: 20px !important;
  }
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt20 {
    padding-top: 20px !important;
  }
  .u-pc-pb20 {
    padding-bottom: 20px !important;
  }
  .u-pc-pr20 {
    padding-right: 20px !important;
  }
  .u-pc-pl20 {
    padding-left: 20px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt20 {
    padding-top: 20px !important;
  }
  .u-sp-pb20 {
    padding-bottom: 20px !important;
  }
  .u-sp-pr20 {
    padding-right: 20px !important;
  }
  .u-sp-pl20 {
    padding-left: 20px !important;
  }
}

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

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt25 {
    margin-top: 25px !important;
  }
  .u-pc-mb25 {
    margin-bottom: 25px !important;
  }
  .u-pc-mr25 {
    margin-right: 25px !important;
  }
  .u-pc-ml25 {
    margin-left: 25px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
  .u-sp-mb25 {
    margin-bottom: 25px !important;
  }
  .u-sp-mr25 {
    margin-right: 25px !important;
  }
  .u-sp-ml25 {
    margin-left: 25px !important;
  }
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt25 {
    padding-top: 25px !important;
  }
  .u-pc-pb25 {
    padding-bottom: 25px !important;
  }
  .u-pc-pr25 {
    padding-right: 25px !important;
  }
  .u-pc-pl25 {
    padding-left: 25px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt25 {
    padding-top: 25px !important;
  }
  .u-sp-pb25 {
    padding-bottom: 25px !important;
  }
  .u-sp-pr25 {
    padding-right: 25px !important;
  }
  .u-sp-pl25 {
    padding-left: 25px !important;
  }
}

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

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt30 {
    margin-top: 30px !important;
  }
  .u-pc-mb30 {
    margin-bottom: 30px !important;
  }
  .u-pc-mr30 {
    margin-right: 30px !important;
  }
  .u-pc-ml30 {
    margin-left: 30px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt30 {
    margin-top: 30px !important;
  }
  .u-sp-mb30 {
    margin-bottom: 30px !important;
  }
  .u-sp-mr30 {
    margin-right: 30px !important;
  }
  .u-sp-ml30 {
    margin-left: 30px !important;
  }
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt30 {
    padding-top: 30px !important;
  }
  .u-pc-pb30 {
    padding-bottom: 30px !important;
  }
  .u-pc-pr30 {
    padding-right: 30px !important;
  }
  .u-pc-pl30 {
    padding-left: 30px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt30 {
    padding-top: 30px !important;
  }
  .u-sp-pb30 {
    padding-bottom: 30px !important;
  }
  .u-sp-pr30 {
    padding-right: 30px !important;
  }
  .u-sp-pl30 {
    padding-left: 30px !important;
  }
}

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

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt35 {
    margin-top: 35px !important;
  }
  .u-pc-mb35 {
    margin-bottom: 35px !important;
  }
  .u-pc-mr35 {
    margin-right: 35px !important;
  }
  .u-pc-ml35 {
    margin-left: 35px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt35 {
    margin-top: 35px !important;
  }
  .u-sp-mb35 {
    margin-bottom: 35px !important;
  }
  .u-sp-mr35 {
    margin-right: 35px !important;
  }
  .u-sp-ml35 {
    margin-left: 35px !important;
  }
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt35 {
    padding-top: 35px !important;
  }
  .u-pc-pb35 {
    padding-bottom: 35px !important;
  }
  .u-pc-pr35 {
    padding-right: 35px !important;
  }
  .u-pc-pl35 {
    padding-left: 35px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt35 {
    padding-top: 35px !important;
  }
  .u-sp-pb35 {
    padding-bottom: 35px !important;
  }
  .u-sp-pr35 {
    padding-right: 35px !important;
  }
  .u-sp-pl35 {
    padding-left: 35px !important;
  }
}

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

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt40 {
    margin-top: 40px !important;
  }
  .u-pc-mb40 {
    margin-bottom: 40px !important;
  }
  .u-pc-mr40 {
    margin-right: 40px !important;
  }
  .u-pc-ml40 {
    margin-left: 40px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt40 {
    margin-top: 40px !important;
  }
  .u-sp-mb40 {
    margin-bottom: 40px !important;
  }
  .u-sp-mr40 {
    margin-right: 40px !important;
  }
  .u-sp-ml40 {
    margin-left: 40px !important;
  }
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt40 {
    padding-top: 40px !important;
  }
  .u-pc-pb40 {
    padding-bottom: 40px !important;
  }
  .u-pc-pr40 {
    padding-right: 40px !important;
  }
  .u-pc-pl40 {
    padding-left: 40px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt40 {
    padding-top: 40px !important;
  }
  .u-sp-pb40 {
    padding-bottom: 40px !important;
  }
  .u-sp-pr40 {
    padding-right: 40px !important;
  }
  .u-sp-pl40 {
    padding-left: 40px !important;
  }
}

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

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt45 {
    margin-top: 45px !important;
  }
  .u-pc-mb45 {
    margin-bottom: 45px !important;
  }
  .u-pc-mr45 {
    margin-right: 45px !important;
  }
  .u-pc-ml45 {
    margin-left: 45px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt45 {
    margin-top: 45px !important;
  }
  .u-sp-mb45 {
    margin-bottom: 45px !important;
  }
  .u-sp-mr45 {
    margin-right: 45px !important;
  }
  .u-sp-ml45 {
    margin-left: 45px !important;
  }
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt45 {
    padding-top: 45px !important;
  }
  .u-pc-pb45 {
    padding-bottom: 45px !important;
  }
  .u-pc-pr45 {
    padding-right: 45px !important;
  }
  .u-pc-pl45 {
    padding-left: 45px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt45 {
    padding-top: 45px !important;
  }
  .u-sp-pb45 {
    padding-bottom: 45px !important;
  }
  .u-sp-pr45 {
    padding-right: 45px !important;
  }
  .u-sp-pl45 {
    padding-left: 45px !important;
  }
}

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

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt50 {
    margin-top: 50px !important;
  }
  .u-pc-mb50 {
    margin-bottom: 50px !important;
  }
  .u-pc-mr50 {
    margin-right: 50px !important;
  }
  .u-pc-ml50 {
    margin-left: 50px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
  .u-sp-mb50 {
    margin-bottom: 50px !important;
  }
  .u-sp-mr50 {
    margin-right: 50px !important;
  }
  .u-sp-ml50 {
    margin-left: 50px !important;
  }
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt50 {
    padding-top: 50px !important;
  }
  .u-pc-pb50 {
    padding-bottom: 50px !important;
  }
  .u-pc-pr50 {
    padding-right: 50px !important;
  }
  .u-pc-pl50 {
    padding-left: 50px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt50 {
    padding-top: 50px !important;
  }
  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
  .u-sp-pr50 {
    padding-right: 50px !important;
  }
  .u-sp-pl50 {
    padding-left: 50px !important;
  }
}

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

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt55 {
    margin-top: 55px !important;
  }
  .u-pc-mb55 {
    margin-bottom: 55px !important;
  }
  .u-pc-mr55 {
    margin-right: 55px !important;
  }
  .u-pc-ml55 {
    margin-left: 55px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt55 {
    margin-top: 55px !important;
  }
  .u-sp-mb55 {
    margin-bottom: 55px !important;
  }
  .u-sp-mr55 {
    margin-right: 55px !important;
  }
  .u-sp-ml55 {
    margin-left: 55px !important;
  }
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt55 {
    padding-top: 55px !important;
  }
  .u-pc-pb55 {
    padding-bottom: 55px !important;
  }
  .u-pc-pr55 {
    padding-right: 55px !important;
  }
  .u-pc-pl55 {
    padding-left: 55px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt55 {
    padding-top: 55px !important;
  }
  .u-sp-pb55 {
    padding-bottom: 55px !important;
  }
  .u-sp-pr55 {
    padding-right: 55px !important;
  }
  .u-sp-pl55 {
    padding-left: 55px !important;
  }
}

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

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt60 {
    margin-top: 60px !important;
  }
  .u-pc-mb60 {
    margin-bottom: 60px !important;
  }
  .u-pc-mr60 {
    margin-right: 60px !important;
  }
  .u-pc-ml60 {
    margin-left: 60px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt60 {
    margin-top: 60px !important;
  }
  .u-sp-mb60 {
    margin-bottom: 60px !important;
  }
  .u-sp-mr60 {
    margin-right: 60px !important;
  }
  .u-sp-ml60 {
    margin-left: 60px !important;
  }
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt60 {
    padding-top: 60px !important;
  }
  .u-pc-pb60 {
    padding-bottom: 60px !important;
  }
  .u-pc-pr60 {
    padding-right: 60px !important;
  }
  .u-pc-pl60 {
    padding-left: 60px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt60 {
    padding-top: 60px !important;
  }
  .u-sp-pb60 {
    padding-bottom: 60px !important;
  }
  .u-sp-pr60 {
    padding-right: 60px !important;
  }
  .u-sp-pl60 {
    padding-left: 60px !important;
  }
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt65 {
    margin-top: 65px !important;
  }
  .u-pc-mb65 {
    margin-bottom: 65px !important;
  }
  .u-pc-mr65 {
    margin-right: 65px !important;
  }
  .u-pc-ml65 {
    margin-left: 65px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt65 {
    margin-top: 65px !important;
  }
  .u-sp-mb65 {
    margin-bottom: 65px !important;
  }
  .u-sp-mr65 {
    margin-right: 65px !important;
  }
  .u-sp-ml65 {
    margin-left: 65px !important;
  }
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt65 {
    padding-top: 65px !important;
  }
  .u-pc-pb65 {
    padding-bottom: 65px !important;
  }
  .u-pc-pr65 {
    padding-right: 65px !important;
  }
  .u-pc-pl65 {
    padding-left: 65px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt65 {
    padding-top: 65px !important;
  }
  .u-sp-pb65 {
    padding-bottom: 65px !important;
  }
  .u-sp-pr65 {
    padding-right: 65px !important;
  }
  .u-sp-pl65 {
    padding-left: 65px !important;
  }
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt70 {
    margin-top: 70px !important;
  }
  .u-pc-mb70 {
    margin-bottom: 70px !important;
  }
  .u-pc-mr70 {
    margin-right: 70px !important;
  }
  .u-pc-ml70 {
    margin-left: 70px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt70 {
    margin-top: 70px !important;
  }
  .u-sp-mb70 {
    margin-bottom: 70px !important;
  }
  .u-sp-mr70 {
    margin-right: 70px !important;
  }
  .u-sp-ml70 {
    margin-left: 70px !important;
  }
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt70 {
    padding-top: 70px !important;
  }
  .u-pc-pb70 {
    padding-bottom: 70px !important;
  }
  .u-pc-pr70 {
    padding-right: 70px !important;
  }
  .u-pc-pl70 {
    padding-left: 70px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt70 {
    padding-top: 70px !important;
  }
  .u-sp-pb70 {
    padding-bottom: 70px !important;
  }
  .u-sp-pr70 {
    padding-right: 70px !important;
  }
  .u-sp-pl70 {
    padding-left: 70px !important;
  }
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt75 {
    margin-top: 75px !important;
  }
  .u-pc-mb75 {
    margin-bottom: 75px !important;
  }
  .u-pc-mr75 {
    margin-right: 75px !important;
  }
  .u-pc-ml75 {
    margin-left: 75px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt75 {
    margin-top: 75px !important;
  }
  .u-sp-mb75 {
    margin-bottom: 75px !important;
  }
  .u-sp-mr75 {
    margin-right: 75px !important;
  }
  .u-sp-ml75 {
    margin-left: 75px !important;
  }
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt75 {
    padding-top: 75px !important;
  }
  .u-pc-pb75 {
    padding-bottom: 75px !important;
  }
  .u-pc-pr75 {
    padding-right: 75px !important;
  }
  .u-pc-pl75 {
    padding-left: 75px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt75 {
    padding-top: 75px !important;
  }
  .u-sp-pb75 {
    padding-bottom: 75px !important;
  }
  .u-sp-pr75 {
    padding-right: 75px !important;
  }
  .u-sp-pl75 {
    padding-left: 75px !important;
  }
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt80 {
    margin-top: 80px !important;
  }
  .u-pc-mb80 {
    margin-bottom: 80px !important;
  }
  .u-pc-mr80 {
    margin-right: 80px !important;
  }
  .u-pc-ml80 {
    margin-left: 80px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt80 {
    margin-top: 80px !important;
  }
  .u-sp-mb80 {
    margin-bottom: 80px !important;
  }
  .u-sp-mr80 {
    margin-right: 80px !important;
  }
  .u-sp-ml80 {
    margin-left: 80px !important;
  }
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt80 {
    padding-top: 80px !important;
  }
  .u-pc-pb80 {
    padding-bottom: 80px !important;
  }
  .u-pc-pr80 {
    padding-right: 80px !important;
  }
  .u-pc-pl80 {
    padding-left: 80px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt80 {
    padding-top: 80px !important;
  }
  .u-sp-pb80 {
    padding-bottom: 80px !important;
  }
  .u-sp-pr80 {
    padding-right: 80px !important;
  }
  .u-sp-pl80 {
    padding-left: 80px !important;
  }
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt85 {
    margin-top: 85px !important;
  }
  .u-pc-mb85 {
    margin-bottom: 85px !important;
  }
  .u-pc-mr85 {
    margin-right: 85px !important;
  }
  .u-pc-ml85 {
    margin-left: 85px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt85 {
    margin-top: 85px !important;
  }
  .u-sp-mb85 {
    margin-bottom: 85px !important;
  }
  .u-sp-mr85 {
    margin-right: 85px !important;
  }
  .u-sp-ml85 {
    margin-left: 85px !important;
  }
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt85 {
    padding-top: 85px !important;
  }
  .u-pc-pb85 {
    padding-bottom: 85px !important;
  }
  .u-pc-pr85 {
    padding-right: 85px !important;
  }
  .u-pc-pl85 {
    padding-left: 85px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt85 {
    padding-top: 85px !important;
  }
  .u-sp-pb85 {
    padding-bottom: 85px !important;
  }
  .u-sp-pr85 {
    padding-right: 85px !important;
  }
  .u-sp-pl85 {
    padding-left: 85px !important;
  }
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt90 {
    margin-top: 90px !important;
  }
  .u-pc-mb90 {
    margin-bottom: 90px !important;
  }
  .u-pc-mr90 {
    margin-right: 90px !important;
  }
  .u-pc-ml90 {
    margin-left: 90px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt90 {
    margin-top: 90px !important;
  }
  .u-sp-mb90 {
    margin-bottom: 90px !important;
  }
  .u-sp-mr90 {
    margin-right: 90px !important;
  }
  .u-sp-ml90 {
    margin-left: 90px !important;
  }
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt90 {
    padding-top: 90px !important;
  }
  .u-pc-pb90 {
    padding-bottom: 90px !important;
  }
  .u-pc-pr90 {
    padding-right: 90px !important;
  }
  .u-pc-pl90 {
    padding-left: 90px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt90 {
    padding-top: 90px !important;
  }
  .u-sp-pb90 {
    padding-bottom: 90px !important;
  }
  .u-sp-pr90 {
    padding-right: 90px !important;
  }
  .u-sp-pl90 {
    padding-left: 90px !important;
  }
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt95 {
    margin-top: 95px !important;
  }
  .u-pc-mb95 {
    margin-bottom: 95px !important;
  }
  .u-pc-mr95 {
    margin-right: 95px !important;
  }
  .u-pc-ml95 {
    margin-left: 95px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt95 {
    margin-top: 95px !important;
  }
  .u-sp-mb95 {
    margin-bottom: 95px !important;
  }
  .u-sp-mr95 {
    margin-right: 95px !important;
  }
  .u-sp-ml95 {
    margin-left: 95px !important;
  }
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt95 {
    padding-top: 95px !important;
  }
  .u-pc-pb95 {
    padding-bottom: 95px !important;
  }
  .u-pc-pr95 {
    padding-right: 95px !important;
  }
  .u-pc-pl95 {
    padding-left: 95px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt95 {
    padding-top: 95px !important;
  }
  .u-sp-pb95 {
    padding-bottom: 95px !important;
  }
  .u-sp-pr95 {
    padding-right: 95px !important;
  }
  .u-sp-pl95 {
    padding-left: 95px !important;
  }
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-mt100 {
    margin-top: 100px !important;
  }
  .u-pc-mb100 {
    margin-bottom: 100px !important;
  }
  .u-pc-mr100 {
    margin-right: 100px !important;
  }
  .u-pc-ml100 {
    margin-left: 100px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-mt100 {
    margin-top: 100px !important;
  }
  .u-sp-mb100 {
    margin-bottom: 100px !important;
  }
  .u-sp-mr100 {
    margin-right: 100px !important;
  }
  .u-sp-ml100 {
    margin-left: 100px !important;
  }
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

@media only screen and (min-width: 897px) {
  .u-pc-pt100 {
    padding-top: 100px !important;
  }
  .u-pc-pb100 {
    padding-bottom: 100px !important;
  }
  .u-pc-pr100 {
    padding-right: 100px !important;
  }
  .u-pc-pl100 {
    padding-left: 100px !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-pt100 {
    padding-top: 100px !important;
  }
  .u-sp-pb100 {
    padding-bottom: 100px !important;
  }
  .u-sp-pr100 {
    padding-right: 100px !important;
  }
  .u-sp-pl100 {
    padding-left: 100px !important;
  }
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-pos-r {
  position: relative !important;
}

.u-pos-a {
  position: absolute !important;
}

.u-show {
  display: block !important;
}

.u-hide {
  display: none !important;
}

.u-visible {
  visibility: visible !important;
}

.u-invisible {
  visibility: hidden !important;
}

.u-w-full {
  width: 100% !important;
}

.u-block {
  display: block;
}

@media only screen and (min-width: 897px) {
  .u-inner--small {
    max-width: 700px;
  }
}

@media only screen and (min-width: 897px) {
  .u-pc-none {
    display: none !important;
  }
}

@media only screen and (max-width: 896px) {
  .u-sp-none {
    display: none !important;
  }
}

.u-circle {
  border-radius: 50%;
}

.u-text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-outerlink::before {
  content: "";
  background: url("../static/img/common/icn/icn_outerlink.svg") no-repeat center/contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 5px;
  vertical-align: sub;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

@media only screen and (max-width: 896px) {
  .slick-slide img {
    width: 100%;
  }
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../static/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../../static/slick/fonts/slick.eot");
  src: url("../../static/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../static/slick/fonts/slick.woff") format("woff"), url("../../static/slick/fonts/slick.ttf") format("truetype"), url("../../static/slick/fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  /*margin-bottom: 30px;*/
}

.slick-dots {
  position: absolute;
  bottom: 5px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 11px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
  background-color: #000;
  border: 1px solid #000;
}

.slick-dots li.slick-active button:before {
  color: #ff7aab;
}

.slick-dots li button:hover {
  background-color: #c8196f;
  border: 1px solid #c8196f;
}

/* =========================================================
    layout footer
========================================================= */
.l-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
}

@media only screen and (min-width: 897px) {
  .l-footer {
    padding: 10px 0;
  }
}

.l-footer__inner {
  width: 100%;
}

.l-footer__copyright {
  color: #000;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
}

/* =========================================================
    layout header
========================================================= */
.l-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-body {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#2d76cc), color-stop(#2d76cc), color-stop(#a479c9), color-stop(#efadea), color-stop(#edb76f), color-stop(#dbd464), color-stop(#8fc979), color-stop(#79c9a7), color-stop(#0c93a5), to(#2d76cc));
  background-image: -webkit-linear-gradient(left, #2d76cc, #2d76cc, #a479c9, #efadea, #edb76f, #dbd464, #8fc979, #79c9a7, #0c93a5, #2d76cc);
  background-image: linear-gradient(90deg, #2d76cc, #2d76cc, #a479c9, #efadea, #edb76f, #dbd464, #8fc979, #79c9a7, #0c93a5, #2d76cc);
  background-size: 1000% 1000%;
  -webkit-animation: bggradient 60s ease infinite;
          animation: bggradient 60s ease infinite;
}

.l-body:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(rgba(0, 0, 0, 0)), to(#acf2ff));
  background-image: -webkit-linear-gradient(0, rgba(0, 0, 0, 0), #acf2ff);
  background-image: linear-gradient(0, rgba(0, 0, 0, 0), #acf2ff);
}

.l-body > canvas {
  opacity: 0.5;
}

@-webkit-keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.l-bg-color {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(rgba(0, 0, 0, 0)), to(#acf2ff));
  background-image: -webkit-linear-gradient(0, rgba(0, 0, 0, 0), #acf2ff);
  background-image: linear-gradient(0, rgba(0, 0, 0, 0), #acf2ff);
}

.l-ripples {
  width: 100%;
  height: 100%;
}

.l-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 1;
}

.p-front {
  margin-bottom: 37px;
}

.c-center {
  font-size: 12px;
  color: #000;
  text-align: center;
}

.c-center__logo {
  margin: 0 auto 145px;
  width: 159px;
}

.c-center__logo img {
  width: 159px;
  height: 98px;
}

@media only screen and (min-width: 897px) {
  .c-center__logo {
    margin-bottom: 140px;
    width: 220px;
  }
  .c-center__logo img {
    width: 220px;
    height: auto;
  }
}

.c-center__address {
  opacity: 0;
  margin-bottom: 15px;
}

.c-center__tel {
  opacity: 0;
  margin-bottom: 15px;
}

.c-center__tel-icn {
  padding-left: 20px;
  background-image: url(../img/icn_tel.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}

.c-center__mail {
  opacity: 0;
}

.c-center__mail-icn {
  padding-left: 20px;
  background-image: url(../img/icn_mail.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}

#wrap_black path,
#wrap_red path {
  fill: #111;
  stroke: #111;
  stroke-width: 1px;
  -webkit-animation: svg 4s ease-in both;
          animation: svg 4s ease-in both;
}

#wrap_black .st0,
#wrap_red .st0 {
  fill: #FF0001;
}

@-webkit-keyframes svg {
  0% {
    fill: transparent;
    stroke-dasharray: 900px;
    stroke-dashoffset: 900px;
    stroke: #000;
  }
  80% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: #111;
    stroke-width: 0;
  }
}

@keyframes svg {
  0% {
    fill: transparent;
    stroke-dasharray: 900px;
    stroke-dashoffset: 900px;
    stroke: #000;
  }
  80% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: #111;
    stroke-width: 0;
  }
}
