@charset "UTF-8";
/* =========================================================

Fonts

========================================================= */
/* =========================================================

Foundation

========================================================= */
/*! 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: 0;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-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;
}

/**
* 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;
}

/******************************************************************************
* FONT
*******************************************************************************/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

footer,
header,
section {
  display: block;
}

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

dd,
div,
dl,
dt,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

input[type=text],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}

figure {
  margin: 0px;
}

/******************************************************************************

* BASIC

*******************************************************************************/
html {
  /*height: 100%;*/
  font-size: 62.5%;
}
html.is-gnav-open {
  overflow: hidden;
}

body {
  /*height: 100%;*/
  color: #fff;
  font-size: 1rem;
  font-family: YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -ms-font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.05em;
  background-size: 100%;
  word-wrap: break-word;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.is-fixed {
  position: fixed;
}
body.is-hidden {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}

a {
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
@media (max-width: 1023px) {
  a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

a,
a:focus,
a:active,
a:hover,
a:visited,
:focus,
:active,
:hover,
:visited {
  outline: none !important;
  text-decoration: none;
}

blockquote {
  margin: 0;
}

/* =========================================================

Layout

========================================================= */
.l-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: -15px;
  margin-left: -15px;
}

.l-row.l-gutter-0 {
  margin-right: 0;
  margin-left: 0;
}

.l-row.l-gutter-10 {
  margin-right: -5px;
  margin-left: -5px;
}

.l-row.l-gutter-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.l-row.l-gutter-30 {
  margin-right: -15px;
  margin-left: -15px;
}

.l-row.l-gutter-40 {
  margin-right: -20px;
  margin-left: -20px;
}

.l-row.l-gutter-50 {
  margin-right: -25px;
  margin-left: -25px;
}

.l-row.l-gutter-60 {
  margin-right: -30px;
  margin-left: -30px;
}

.l-row.l-gutter-70 {
  margin-right: -35px;
  margin-left: -35px;
}

.l-row.l-gutter-80 {
  margin-right: -40px;
  margin-left: -40px;
}

.l-row.l-gutter-90 {
  margin-right: -45px;
  margin-left: -45px;
}

.l-row.l-gutter-100 {
  margin-right: -50px;
  margin-left: -50px;
}

.l-gutter-0 > [class^=l-col-],
.l-gutter-0 > [class*=l-col-] {
  padding-right: 0;
  padding-left: 0;
}

.l-gutter-10 > [class^=l-col-],
.l-gutter-10 > [class*=l-col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.l-gutter-20 > [class^=l-col-],
.l-gutter-20 > [class*=l-col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.l-gutter-30 > [class^=l-col-],
.l-gutter-30 > [class*=l-col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.l-gutter-40 > [class^=l-col-],
.l-gutter-40 > [class*=l-col-] {
  padding-right: 20px;
  padding-left: 20px;
}

.l-gutter-50 > [class^=l-col-],
.l-gutter-50 > [class*=l-col-] {
  padding-right: 25px;
  padding-left: 25px;
}

.l-gutter-60 > [class^=l-col-],
.l-gutter-60 > [class*=l-col-] {
  padding-right: 30px;
  padding-left: 30px;
}

.l-gutter-70 > [class^=l-col-],
.l-gutter-70 > [class*=l-col-] {
  padding-right: 35px;
  padding-left: 35px;
}

.l-gutter-80 > [class^=l-col-],
.l-gutter-80 > [class*=l-col-] {
  padding-right: 40px;
  padding-left: 40px;
}

.l-gutter-90 > [class^=l-col-],
.l-gutter-90 > [class*=l-col-] {
  padding-right: 45px;
  padding-left: 45px;
}

.l-gutter-100 > [class^=l-col-],
.l-gutter-100 > [class*=l-col-] {
  padding-right: 50px;
  padding-left: 50px;
}

.l-row.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-col.is-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.l-col-xs,
.l-col-xs-1,
.l-col-xs-2,
.l-col-xs-2_5,
.l-col-xs-3,
.l-col-xs-4,
.l-col-xs-5,
.l-col-xs-6,
.l-col-xs-7,
.l-col-xs-8,
.l-col-xs-9,
.l-col-xs-10,
.l-col-xs-11,
.l-col-xs-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}

.l-col-xs {
  -webkit-box-flex: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.l-col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.l-col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.l-col-xs-2_5 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
}

.l-col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.l-col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.l-col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.l-col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.l-col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.l-col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.l-col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.l-col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.l-col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.l-col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.l-col-xs-offset-1 {
  margin-left: 8.333%;
}

.l-col-xs-offset-2 {
  margin-left: 16.667%;
}

.l-col-xs-offset-2_5 {
  margin-left: 20%;
}

.l-col-xs-offset-3 {
  margin-left: 25%;
}

.l-col-xs-offset-4 {
  margin-left: 33.333%;
}

.l-col-xs-offset-5 {
  margin-left: 41.667%;
}

.l-col-xs-offset-6 {
  margin-left: 50%;
}

.l-col-xs-offset-7 {
  margin-left: 58.333%;
}

.l-col-xs-offset-8 {
  margin-left: 66.667%;
}

.l-col-xs-offset-9 {
  margin-left: 75%;
}

.l-col-xs-offset-10 {
  margin-left: 83.333%;
}

.l-col-xs-offset-11 {
  margin-left: 91.667%;
}

.l-start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.l-center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.l-end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.l-top-xs {
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
}

.l-middle-xs {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.l-bottom-xs {
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
}

.l-around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.l-between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.l-last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 768px) {
  .l-col-sm,
.l-col-sm-1,
.l-col-sm-2,
.l-col-sm-2_5,
.l-col-sm-3,
.l-col-sm-4,
.l-col-sm-5,
.l-col-sm-6,
.l-col-sm-7,
.l-col-sm-8,
.l-col-sm-9,
.l-col-sm-10,
.l-col-sm-11,
.l-col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
  }

  .l-col-sm {
    -webkit-box-flex: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .l-col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .l-col-sm-2_5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }

  .l-col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .l-col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .l-col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .l-col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .l-col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .l-col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .l-col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .l-col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .l-col-sm-offset-2_5 {
    margin-left: 20%;
  }

  .l-col-sm-offset-3 {
    margin-left: 25%;
  }

  .l-col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .l-col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .l-col-sm-offset-6 {
    margin-left: 50%;
  }

  .l-col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .l-col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .l-col-sm-offset-9 {
    margin-left: 75%;
  }

  .l-col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .l-col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .l-start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .l-center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .l-end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .l-top-sm {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
  }

  .l-middle-sm {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
  }

  .l-bottom-sm {
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
  }

  .l-around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .l-between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .l-last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 1024px) {
  .l-col-md,
.l-col-md-1,
.l-col-md-2,
.l-col-md-2_5,
.l-col-md-3,
.l-col-md-4,
.l-col-md-5,
.l-col-md-6,
.l-col-md-7,
.l-col-md-8,
.l-col-md-9,
.l-col-md-10,
.l-col-md-11,
.l-col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
  }

  .l-col-md {
    -webkit-box-flex: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .l-col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .l-col-md-2_5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }

  .l-col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .l-col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .l-col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .l-col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .l-col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .l-col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .l-col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-col-md-offset-1 {
    margin-left: 8.333%;
  }

  .l-col-md-offset-2 {
    margin-left: 16.667%;
  }

  .l-col-md-offset-2_5 {
    margin-left: 20%;
  }

  .l-col-md-offset-3 {
    margin-left: 25%;
  }

  .l-col-md-offset-4 {
    margin-left: 33.333%;
  }

  .l-col-md-offset-5 {
    margin-left: 41.667%;
  }

  .l-col-md-offset-6 {
    margin-left: 50%;
  }

  .l-col-md-offset-7 {
    margin-left: 58.333%;
  }

  .l-col-md-offset-8 {
    margin-left: 66.667%;
  }

  .l-col-md-offset-9 {
    margin-left: 75%;
  }

  .l-col-md-offset-10 {
    margin-left: 83.333%;
  }

  .l-col-md-offset-11 {
    margin-left: 91.667%;
  }

  .l-start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .l-center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .l-end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .l-top-md {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
  }

  .l-middle-md {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
  }

  .l-bottom-md {
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
  }

  .l-around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .l-between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .l-last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 1441px) {
  .l-col-lg,
.l-col-lg-1,
.l-col-lg-2,
.l-col-lg-2_5,
.l-col-lg-3,
.l-col-lg-4,
.l-col-lg-5,
.l-col-lg-6,
.l-col-lg-7,
.l-col-lg-8,
.l-col-lg-9,
.l-col-lg-10,
.l-col-lg-11,
.l-col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
  }

  .l-col-lg {
    -webkit-box-flex: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .l-col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .l-col-lg-2_5 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .l-col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .l-col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .l-col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .l-col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .l-col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .l-col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .l-col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .l-col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .l-col-lg-offset-2_5 {
    margin-left: 20%;
  }

  .l-col-lg-offset-3 {
    margin-left: 25%;
  }

  .l-col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .l-col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .l-col-lg-offset-6 {
    margin-left: 50%;
  }

  .l-col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .l-col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .l-col-lg-offset-9 {
    margin-left: 75%;
  }

  .l-col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .l-col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .l-start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .l-center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .l-end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .l-top-lg {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
  }

  .l-middle-lg {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
  }

  .l-bottom-lg {
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
  }

  .l-around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .l-between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .l-last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 1921px) {
  .l-col-xlg,
.l-col-xlg-1,
.l-col-xlg-2,
.l-col-xlg-2_5,
.l-col-xlg-3,
.l-col-xlg-4,
.l-col-xlg-5,
.l-col-xlg-6,
.l-col-xlg-7,
.l-col-xlg-8,
.l-col-xlg-9,
.l-col-xlg-10,
.l-col-xlg-11,
.l-col-xlg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
  }

  .l-col-xlg {
    -webkit-box-flex: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-col-xlg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .l-col-xlg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .l-col-xlg-2_5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }

  .l-col-xlg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .l-col-xlg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .l-col-xlg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .l-col-xlg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .l-col-xlg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .l-col-xlg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .l-col-xlg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .l-col-xlg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .l-col-xlg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .l-col-xlg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .l-col-xlg-offset-1 {
    margin-left: 8.333%;
  }

  .l-col-xlg-offset-2 {
    margin-left: 16.667%;
  }

  .l-col-xlg-offset-3 {
    margin-left: 25%;
  }

  .l-col-xlg-offset-4 {
    margin-left: 33.333%;
  }

  .l-col-xlg-offset-5 {
    margin-left: 41.667%;
  }

  .l-col-xlg-offset-6 {
    margin-left: 50%;
  }

  .l-col-xlg-offset-7 {
    margin-left: 58.333%;
  }

  .l-col-xlg-offset-8 {
    margin-left: 66.667%;
  }

  .l-col-xlg-offset-9 {
    margin-left: 75%;
  }

  .l-col-xlg-offset-10 {
    margin-left: 83.333%;
  }

  .l-col-xlg-offset-11 {
    margin-left: 91.667%;
  }

  .l-start-xlg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .l-center-xlg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .l-end-xlg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .l-top-xlg {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
  }

  .l-middle-xlg {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
  }

  .l-bottom-xlg {
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
  }

  .l-around-xlg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .l-between-xlg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-first-xlg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .l-last-xlg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.l-grid {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: var(--ac-xs, center);
      align-content: var(--ac-xs, center);
  -webkit-box-align: var(--ai-xs, stretch);
      -ms-flex-align: var(--ai-xs, stretch);
          align-items: var(--ai-xs, stretch);
  -webkit-box-pack: var(--jc-xs, space-evenly);
      -ms-flex-pack: var(--jc-xs, space-evenly);
          justify-content: var(--jc-xs, space-evenly);
  grid-gap: var(--gap-xs, 2rem);
  grid-auto-flow: var(--flow-xs, row);
  grid-auto-columns: var(--auto-cols-xs, auto);
  grid-auto-rows: var(--auto-rows-xs, auto);
  -ms-grid-columns: var(--template-cols-xs, repeat(var(--cols-xs, 1), var(--cols-size-xs, 1fr)));
  grid-template-columns: var(--template-cols-xs, repeat(var(--cols-xs, 1), var(--cols-size-xs, 1fr)));
  -ms-grid-rows: var(--template-rows-xs, none);
  grid-template-rows: var(--template-rows-xs, none);
  justify-items: var(--ji-xs, stretch);
}
.l-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

@media (min-width: 640px) {
  .l-grid {
    -ms-flex-line-pack: var(--ac-sm, center);
        align-content: var(--ac-sm, center);
    -webkit-box-align: var(--ai-sm, stretch);
        -ms-flex-align: var(--ai-sm, stretch);
            align-items: var(--ai-sm, stretch);
    -webkit-box-pack: var(--jc-sm, space-evenly);
        -ms-flex-pack: var(--jc-sm, space-evenly);
            justify-content: var(--jc-sm, space-evenly);
    grid-gap: var(--gap-sm, 2rem);
    grid-auto-flow: var(--flow-sm, row);
    grid-auto-columns: var(--auto-cols-sm, auto);
    grid-auto-rows: var(--auto-rows-sm, auto);
    -ms-grid-columns: var(--template-cols-sm, repeat(var(--cols-sm, 2), var(--cols-size-sm, 1fr)));
    grid-template-columns: var(--template-cols-sm, repeat(var(--cols-sm, 2), var(--cols-size-sm, 1fr)));
    -ms-grid-rows: var(--template-rows-sm, none);
    grid-template-rows: var(--template-rows-sm, none);
    justify-items: var(--ji-sm, stretch);
  }
  .l-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 860px) {
  .l-grid {
    -ms-flex-line-pack: var(--ac-md, center);
        align-content: var(--ac-md, center);
    -webkit-box-align: var(--ai-md, stretch);
        -ms-flex-align: var(--ai-md, stretch);
            align-items: var(--ai-md, stretch);
    -webkit-box-pack: var(--jc-md, space-evenly);
        -ms-flex-pack: var(--jc-md, space-evenly);
            justify-content: var(--jc-md, space-evenly);
    grid-gap: var(--gap-md, 2rem);
    grid-auto-flow: var(--flow-md, row);
    grid-auto-columns: var(--auto-cols-md, auto);
    grid-auto-rows: var(--auto-rows-md, auto);
    -ms-grid-columns: var(--template-cols-md, repeat(var(--cols-md, 2), var(--cols-size-md, 1fr)));
    grid-template-columns: var(--template-cols-md, repeat(var(--cols-md, 2), var(--cols-size-md, 1fr)));
    -ms-grid-rows: var(--template-rows-md, none);
    grid-template-rows: var(--template-rows-md, none);
    justify-items: var(--ji-md, stretch);
  }
  .l-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1080px) {
  .l-grid {
    -ms-flex-line-pack: var(--ac-lg, center);
        align-content: var(--ac-lg, center);
    -webkit-box-align: var(--ai-lg, stretch);
        -ms-flex-align: var(--ai-lg, stretch);
            align-items: var(--ai-lg, stretch);
    -webkit-box-pack: var(--jc-lg, space-evenly);
        -ms-flex-pack: var(--jc-lg, space-evenly);
            justify-content: var(--jc-lg, space-evenly);
    grid-gap: var(--gap-lg, 2rem);
    grid-auto-flow: var(--flow-lg, row);
    grid-auto-columns: var(--auto-cols-lg, auto);
    grid-auto-rows: var(--auto-rows-lg, auto);
    -ms-grid-columns: var(--template-cols-lg, repeat(var(--cols-lg, 4), var(--cols-size-lg, 1fr)));
    grid-template-columns: var(--template-cols-lg, repeat(var(--cols-lg, 4), var(--cols-size-lg, 1fr)));
    -ms-grid-rows: var(--template-rows-lg, none);
    grid-template-rows: var(--template-rows-lg, none);
    justify-items: var(--ji-lg, stretch);
  }
  .l-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 1300px) {
  .l-grid {
    -ms-flex-line-pack: var(--ac-xl, center);
        align-content: var(--ac-xl, center);
    -webkit-box-align: var(--ai-xl, stretch);
        -ms-flex-align: var(--ai-xl, stretch);
            align-items: var(--ai-xl, stretch);
    -webkit-box-pack: var(--jc-xl, space-evenly);
        -ms-flex-pack: var(--jc-xl, space-evenly);
            justify-content: var(--jc-xl, space-evenly);
    grid-gap: var(--gap-xl, 2rem);
    grid-auto-flow: var(--flow-xl, row);
    grid-auto-columns: var(--auto-cols-xl, auto);
    grid-auto-rows: var(--auto-rows-xl, auto);
    -ms-grid-columns: var(--template-cols-xl, repeat(var(--cols-xl, 4), var(--cols-size-xl, 1fr)));
    grid-template-columns: var(--template-cols-xl, repeat(var(--cols-xl, 4), var(--cols-size-xl, 1fr)));
    -ms-grid-rows: var(--template-rows-xl, none);
    grid-template-rows: var(--template-rows-xl, none);
    justify-items: var(--ji-xl, stretch);
  }
  .l-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.l-grid.is-inline {
  display: -ms-inline-grid;
  display: inline-grid;
}

.l-grid > * {
  -ms-grid-row-align: var(--as-xs, auto);
      align-self: var(--as-xs, auto);
  min-width: 0px;
  max-width: 100%;
  min-height: 0px;
  grid-column: var(--col-xs, auto);
  grid-row: var(--row-xs, auto);
  -ms-grid-column-align: var(--js-xs, auto);
      justify-self: var(--js-xs, auto);
}

@media (min-width: 640px) {
  .l-grid > * {
    -ms-grid-row-align: var(--as-sm, auto);
        align-self: var(--as-sm, auto);
    grid-column: var(--col-sm, auto);
    grid-row: var(--row-sm, auto);
    -ms-grid-column-align: var(--js-sm, auto);
        justify-self: var(--js-sm, auto);
  }
}
@media (min-width: 860px) {
  .l-grid > * {
    -ms-grid-row-align: var(--as-md, auto);
        align-self: var(--as-md, auto);
    grid-column: var(--col-md, auto);
    grid-row: var(--row-md, auto);
    -ms-grid-column-align: var(--js-md, auto);
        justify-self: var(--js-md, auto);
  }
}
@media (min-width: 1080px) {
  .l-grid > * {
    -ms-grid-row-align: var(--as-lg, auto);
        align-self: var(--as-lg, auto);
    grid-column: var(--col-lg, auto);
    grid-row: var(--row-lg, auto);
    -ms-grid-column-align: var(--js-lg, auto);
        justify-self: var(--js-lg, auto);
  }
}
@media (min-width: 1300px) {
  .l-grid > * {
    -ms-grid-row-align: var(--as-xl, auto);
        align-self: var(--as-xl, auto);
    grid-column: var(--col-xl, auto);
    grid-row: var(--row-xl, auto);
    -ms-grid-column-align: var(--js-xl, auto);
        justify-self: var(--js-xl, auto);
  }
}
.l-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.l-wrapper .js-barba-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
/*header*/
.l-header {
  position: absolute;
  z-index: 4000;
  top: 0;
  left: 0;
  width: 100%;
}
.is-lower .l-header {
  position: absolute;
  height: 180px;
}
.is-lower .l-header::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #75B4D5;
}
@media (max-width: 1023px) {
  .is-lower .l-header {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .is-lower .l-header {
    height: 100px;
  }
}

.l-header__inner {
  position: relative;
  z-index: 10;
}
.is-lower .l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.l-header__logo {
  display: none;
}
.is-lower .l-header__logo {
  display: block;
  width: 380px;
}
.is-lower .l-header__logo img {
  width: 100%;
}
@media (max-width: 1023px) {
  .is-lower .l-header__logo {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .is-lower .l-header__logo {
    width: 180px;
  }
}

.l-header__sns {
  position: fixed;
  top: 30px;
  left: 30px;
  opacity: 0;
}
.is-page-loaded .is-home .l-header__sns {
  -webkit-transition: opacity 1s 2s;
  -o-transition: opacity 1s 2s;
  transition: opacity 1s 2s;
  opacity: 1;
}
.is-lower .l-header__sns {
  opacity: 1;
}
@media (max-width: 1023px) {
  .l-header__sns {
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .l-header__sns {
    top: 15px;
    left: 15px;
  }
}

.l-header__sns-item a {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .l-header__sns-item a {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
}

.l-header__bg {
  display: none;
}
.l-gnav {
  position: fixed;
  z-index: 30000;
  top: 0;
  right: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  pointer-events: none;
  opacity: 0;
  display: none;
  -webkit-overflow-scrolling: touch;
}
.is-gnav-open .l-gnav {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}
.l-gnav__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 80px;
}
@media (max-width: 1023px) {
  .l-gnav__inner {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .l-gnav__inner {
    padding: 0 40px;
  }
}

.l-gnav__menu-nav {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%;
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.is-gnav-open .l-gnav__menu-nav {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.l-gnav__menu-item {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  /* &.is-current {
      background: $color-primary;
  } */
}
.l-gnav__menu-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .l-gnav__menu-item {
    font-size: 3.90625vw;
    margin-bottom: 2.6041666667vw;
  }
}
@media (max-width: 767px) {
  .l-gnav__menu-item {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.l-gnav__sns {
  position: absolute;
  z-index: 10000000000;
  bottom: 20px;
  left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .l-gnav__sns {
    left: 60px;
  }
}
@media (max-width: 767px) {
  .l-gnav__sns {
    bottom: 10px;
    left: 40px;
  }
}

.l-gnav__sns-item {
  margin-right: 35px;
  margin-left: 5px;
}
.l-gnav__sns-item a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 40px;
  display: block;
  text-align: center;
}
@media (max-width: 1023px) {
  .l-gnav__sns-item {
    margin-right: 30px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .l-gnav__sns-item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.l-gnav__copyright {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 80px;
  position: absolute;
  z-index: 1000000;
  right: 80px;
  bottom: 0;
  letter-spacing: 0.05em;
}
.is-gnav-open .l-gnav__copyright {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
@media (max-width: 1023px) {
  .l-gnav__copyright {
    right: 60px;
  }
}
@media (max-width: 767px) {
  .l-gnav__copyright {
    display: none;
  }
}

.l-gnav__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background-color: #000;
}
.l-gnav-toggle {
  position: fixed;
  z-index: 40000;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
@media (max-width: 1023px) {
  .l-gnav-toggle {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .l-gnav-toggle {
    top: 4px;
    width: 40px;
    height: 40px;
  }
}

.l-gnav-toggle__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 36px 30px;
}
@media (max-width: 1023px) {
  .l-gnav-toggle__inner {
    padding: 28px 20px;
  }
}
@media (max-width: 767px) {
  .l-gnav-toggle__inner {
    padding: 20px 12px;
  }
}

.l-gnav-toggle__bar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.l-gnav-toggle__bar--1 {
  top: 0;
}
.l-gnav-toggle__bar--2 {
  margin: 3px 0;
  opacity: 0;
}
.l-gnav-toggle__bar--3 {
  top: 0;
}
.is-gnav-open .l-gnav-toggle__bar {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-gnav-open .l-gnav-toggle__bar--1 {
  top: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-gnav-open .l-gnav-toggle__bar--2 {
  opacity: 0;
}
.is-gnav-open .l-gnav-toggle__bar--3 {
  top: -4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .l-gnav-toggle__bar--2 {
    margin: 1px 0;
  }
  .is-gnav-open .l-gnav-toggle__bar--1 {
    top: 2px;
  }
  .is-gnav-open .l-gnav-toggle__bar--3 {
    top: -2px;
  }
}

.l-gnav-toggle__bar-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.is-gnav-open .l-gnav-toggle__bar-front {
  background: #fff;
}
.is-detail .l-gnav-toggle__bar-front {
  background: #fff;
}
.is-black .l-gnav-toggle__bar-front {
  background: #fff;
}
.is-gnav-open.is-scrolled .l-gnav-toggle__bar-front {
  background: #fff;
}
@media (max-width: 1023px) {
  .is-detail .l-gnav-toggle__bar-front {
    background: #fff;
  }
  .is-gnav-open .l-gnav-toggle__bar-front {
    background: #fff;
  }
}
.l-gnav-toggle__bar-back {
  display: none;
  width: 100%;
  height: 2px;
  opacity: 0.4;
  background: #fff;
}
.l-main {
  width: 100%;
  margin-bottom: auto;
}
.is-lower .l-main {
  padding-top: 180px;
}
@media (max-width: 1023px) {
  .is-lower .l-main {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .is-lower .l-main {
    padding-top: 120px;
  }
}

/*content*/
.l-content {
  position: relative;
}
.l-container, .c-section__inner, .l-gnav__inner {
  z-index: 5;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 50px;
}
.l-container--lg, .c-section__inner--lg, .l-gnav__inner {
  max-width: 1600px;
}
.l-container--md, .c-section__inner--md {
  max-width: 1200px;
}
.l-container--sm, .c-section__inner--sm {
  max-width: 900px;
}
@media (max-width: 1023px) {
  .l-container, .c-section__inner, .l-gnav__inner {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .l-container, .c-section__inner, .l-gnav__inner {
    padding: 0 30px;
  }
}

/* =========================================================

Object

========================================================= */
/* ---------------------------------------------------------

Component

--------------------------------------------------------- */
/* preloader-main*/
.c-preloader {
  position: fixed;
  z-index: 40000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: center;
  background: #0A1F2B;
}
.is-gnav-open .c-preloader {
  pointer-events: none;
}
.is-page-loaded .c-preloader {
  pointer-events: none;
}

.c-preloader__logo {
  position: absolute;
  z-index: 10000000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.c-preloader__logo-svg {
  width: 180px;
  height: 48.6px;
}
.c-preloader__logo-svg path {
  fill: #192F60;
}
@media (max-width: 1023px) {
  .c-preloader__logo-svg {
    width: 120px;
    height: 32.4px;
  }
}
@media (max-width: 767px) {
  .c-preloader__logo-svg {
    width: 120px;
    height: 32.4px;
  }
}

@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/icomoon.eot?ptazyz");
  src: url("../fonts/icomoon.eot?ptazyz#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ptazyz") format("truetype"), url("../fonts/icomoon.woff?ptazyz") format("woff"), url("../fonts/icomoon.svg?ptazyz#icomoon") format("svg");
}
[class^=c-icon-], [class*=c-icon-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-icon-vimeo:before {
  content: "";
}

.c-icon-instagram:before {
  content: "";
}

.c-icon-facebook:before {
  content: "";
}

.c-icon-twitter:before {
  content: "";
}

.c-icon-pdf:before {
  content: "";
}

.c-icon-play:before {
  content: "";
}

.c-section {
  position: relative;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.c-section--pt0 {
  padding-top: 0;
}
@media (max-width: 1023px) {
  .c-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .c-section--pt0 {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .c-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-section--pt0 {
    padding-top: 0;
  }
}

.c-heading {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 1023px) {
  .c-heading {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .c-heading {
    margin-bottom: 20px;
  }
}

.c-heading__jp {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}

.c-heading__en {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  font-family: YakuHanJP_Narrow, bookmania, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  color: #192F60;
  letter-spacing: 0.15em;
}

.c-text, .p-comment__item-text, .c-post p, .p-news__body p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 1023px) {
  .c-text, .p-comment__item-text, .c-post p, .p-news__body p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .c-text, .p-comment__item-text, .c-post p, .p-news__body p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-post h1, .p-news__body h1 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
.c-post h2, .p-news__body h2 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
.c-post h3, .p-news__body h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
.c-post h4, .p-news__body h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
.c-post h5, .p-news__body h5 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
.c-post h6, .p-news__body h6 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
.c-post hr, .p-news__body hr {
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  border: none;
  background-color: #75B4D5;
}
.c-post figcaption, .p-news__body figcaption {
  margin-bottom: 30px;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: -10px;
}
.c-post img, .p-news__body img {
  max-width: 100%;
  margin-bottom: 20px;
}
.c-post img:last-child, .p-news__body img:last-child {
  margin-bottom: 0;
}
.c-post a, .p-news__body a {
  text-decoration: underline;
  opacity: 1;
}
.c-post a:hover, .p-news__body a:hover {
  text-decoration: none;
}
@media (max-width: 1023px) {
  .c-post h1, .p-news__body h1 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
  .c-post h2, .p-news__body h2 {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 5px;
  }
  .c-post h3, .p-news__body h3 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
  .c-post h4, .p-news__body h4 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .c-post h5, .p-news__body h5 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .c-post h6, .p-news__body h6 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .c-post hr, .p-news__body hr {
    margin-bottom: 30px;
  }
  .c-post figcaption, .p-news__body figcaption {
    margin-bottom: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 5px;
  }
  .c-post img, .p-news__body img {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .c-post h1, .p-news__body h1 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .c-post h2, .p-news__body h2 {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
  .c-post h3, .p-news__body h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .c-post h4, .p-news__body h4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .c-post h5, .p-news__body h5 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .c-post h6, .p-news__body h6 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .c-post hr, .p-news__body hr {
    margin-bottom: 20px;
  }
  .c-post figcaption, .p-news__body figcaption {
    margin-bottom: 10px;
    font-size: 10px;
    font-size: 1rem;
    margin-top: 3px;
  }
}

.c-breadcrumb {
  padding: 30px 0;
}
@media (max-width: 1023px) {
  .c-breadcrumb {
    padding: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .c-breadcrumb {
    padding: 0 0 15px;
  }
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .c-breadcrumb__list {
    overflow: auto;
    padding-bottom: 15px;
  }
}
.c-breadcrumb__item {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  padding-right: 50px;
  position: relative;
}
.c-breadcrumb__item::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #75B4D5;
  right: 15px;
  top: 50%;
}
.c-breadcrumb__item:last-child::after {
  display: none;
}
@media (max-width: 1023px) {
  .c-breadcrumb__item {
    white-space: nowrap;
    font-size: 13px;
    font-size: 1.3rem;
    padding-right: 40px;
  }
  .c-breadcrumb__item::after {
    width: 10px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .c-breadcrumb__item {
    font-size: 10px;
    font-size: 1rem;
    padding-right: 30px;
  }
  .c-breadcrumb__item::after {
    width: 5px;
    right: 12px;
  }
}

/* ---------------------------------------------------------

Project

--------------------------------------------------------- */
.p-kv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  text-align: center;
}
.p-kv__inner {
  width: 100%;
}

.p-kv__logo {
  width: 36.4583333333vw;
  margin: 0 auto 5.2083333333vw;
  opacity: 0;
}
.is-page-loaded .p-kv__logo {
  -webkit-transition: opacity 8s 0.5s;
  -o-transition: opacity 8s 0.5s;
  transition: opacity 8s 0.5s;
  opacity: 1;
}
.p-kv__logo img {
  width: 100%;
}
@media (max-width: 1023px) {
  .p-kv__logo {
    width: 70%;
    margin-bottom: 13.0208333333vw;
  }
}
@media (max-width: 767px) {
  .p-kv__logo {
    margin-bottom: 13.3333333333vw;
  }
}

.p-kv__date {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  width: 100%;
  margin-bottom: 4.1666666667vw;
  letter-spacing: 0.1em;
  opacity: 0;
}
.is-page-loaded .p-kv__date {
  -webkit-transition: opacity 8s 1s;
  -o-transition: opacity 8s 1s;
  transition: opacity 8s 1s;
  opacity: 1;
}
@media (max-width: 1023px) {
  .p-kv__date {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .p-kv__date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-kv__scroll {
  position: fixed;
  bottom: 0;
  left: 50%;
  overflow: hidden;
  width: 3px;
  height: 120px;
  padding-left: 1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
.is-page-loaded .p-kv__scroll {
  -webkit-transition: opacity 5s 2s;
  -o-transition: opacity 5s 2s;
  transition: opacity 5s 2s;
  opacity: 1;
}
.is-scrolled .p-kv__scroll {
  -webkit-transition: opacity 0.3s 0.1s;
  -o-transition: opacity 0.3s 0.1s;
  transition: opacity 0.3s 0.1s;
  opacity: 0 !important;
}
.p-kv__scroll-item {
  position: relative;
  width: 3px;
  height: 120px;
}
.p-kv__scroll-item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #75B4D5;
}
.p-kv__scroll-item::before {
  position: absolute;
  z-index: 10;
  top: 0;
  left: -1px;
  width: 3px;
  height: 3px;
  content: "";
  -webkit-animation: drop 3s ease-in-out infinite;
          animation: drop 3s ease-in-out infinite;
  background-color: #fff;
}

@-webkit-keyframes drop {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(4000%);
            transform: translateY(4000%);
  }
}

@keyframes drop {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(4000%);
            transform: translateY(4000%);
  }
}
.p-credit {
  opacity: 0;
}
.is-page-loaded .p-credit {
  -webkit-transition: opacity 9s 1s;
  -o-transition: opacity 9s 1s;
  transition: opacity 9s 1s;
  opacity: 1;
}
@media (max-width: 1023px) {
  .p-credit {
    padding: 30px 0 80px;
  }
}
@media (max-width: 767px) {
  .p-credit {
    padding: 25px 0 30px;
  }
}

.p-credit_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.p-credit_list:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-credit_list {
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-credit_list:last-child {
    margin-bottom: 0;
  }
}

.p-credit_list-item {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  letter-spacing: 0.15em;
}
.p-credit_list-item span {
  font-size: 10px;
  font-size: 1rem;
  margin: 0 3px;
}
.p-credit_list-item--md {
  font-size: 20px;
  font-size: 2rem;
}
.p-credit_list-item--sm {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 1023px) {
  .p-credit_list-item {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 10px;
  }
  .p-credit_list-item span {
    font-size: 10px;
    font-size: 1rem;
    margin-right: 4px;
  }
  .p-credit_list-item--md {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-credit_list-item--sm {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .p-credit_list-item {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 5px 12px;
    letter-spacing: 0.05em;
  }
  .p-credit_list-item span {
    font-size: 10px;
    font-size: 1rem;
    margin-right: 2px;
  }
  .p-credit_list-item--md {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-credit_list-item--sm {
    font-size: 10px;
    font-size: 1rem;
  }
}

.p-news {
  padding-top: 60px;
}
@media (max-width: 1023px) {
  .p-news {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .p-news {
    padding-top: 20px;
  }
}

.p-news__header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #75B4D5;
}
@media (max-width: 1023px) {
  .p-news__header {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .p-news__header {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

.p-news__date {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  color: #192F60;
}
@media (max-width: 1023px) {
  .p-news__date {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .p-news__date {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 8px;
  }
}

.p-news__title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .p-news__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .p-news__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-news__body a {
  text-decoration: underline;
}
.p-news__body a:hover {
  text-decoration: none;
}
.p-news__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  padding-top: 50px;
  border-top: 1px solid #75B4D5;
}
@media (max-width: 1023px) {
  .p-news__nav {
    margin-top: 50px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .p-news__nav {
    margin-top: 40px;
    padding-top: 30px;
  }
}

.p-news__nav-item {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
.p-news__nav-item--prev {
  text-align: left;
}
.p-news__nav-item--index {
  position: absolute;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.p-news__nav-item--next {
  text-align: right;
}
@media (max-width: 1023px) {
  .p-news__nav-item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .p-news__nav-item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-news-top {
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
.is-page-loaded .p-news-top {
  -webkit-transition: opacity 1s 2s;
  -o-transition: opacity 1s 2s;
  transition: opacity 1s 2s;
  opacity: 1;
}
.p-news-top .c-heading {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .p-news-top .c-heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .p-news-top {
    padding-bottom: 40px;
  }
  .p-news-top .c-heading {
    margin-bottom: 15px;
  }
}

.p-news-top__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
}
@media (max-width: 1023px) {
  .p-news-top__row {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .p-news-top__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}

.p-news-top__col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0 30px;
}
@media (max-width: 1023px) {
  .p-news-top__col {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .p-news-top__col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .p-news-list {
    margin-bottom: 50px;
  }
}

.p-news-list__item {
  padding: 20px 0;
  border-bottom: 1px solid #75B4D5;
}
.p-news-list__item a {
  display: block;
}
@media (max-width: 1023px) {
  .p-news-list__item {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .p-news-list__item {
    padding: 10px 0;
  }
}

.p-news-list__date {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  color: #192F60;
}
@media (max-width: 1023px) {
  .p-news-list__date {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .p-news-list__date {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

.p-news-list__title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 1023px) {
  .p-news-list__title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .p-news-list__title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-comment {
  opacity: 0;
}
.is-page-loaded .p-comment {
  -webkit-transition: opacity 1s 2s;
  -o-transition: opacity 1s 2s;
  transition: opacity 1s 2s;
  opacity: 1;
}
.p-comment__item {
  height: 100%;
  padding: 40px;
  margin-bottom: 40px;
  background-color: rgba(34, 117, 160, 0.25);
}
@media (max-width: 1023px) {
  .p-comment__item {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .p-comment__item {
    padding: 20px 20px;
    margin-bottom: 20px;
  }
}

.p-comment__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px -20px 0;
}
@media (max-width: 1023px) {
  .p-comment__row {
    margin: 10px -10px 0;
  }
}
@media (max-width: 767px) {
  .p-comment__row {
    display: block;
    margin: 0;
  }
}

.p-comment__col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 20px;
}
@media (max-width: 1023px) {
  .p-comment__col {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .p-comment__col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .p-comment__col:last-child {
    margin-bottom: 0;
  }
}

.p-comment__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-comment__item-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-comment__item-image {
  -ms-flex-preferred-size: 340px;
      flex-basis: 340px;
  max-width: 340px;
  padding-right: 40px;
}
.p-comment__item-image img {
  width: 100%;
}
@media (max-width: 1023px) {
  .p-comment__item-image {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    max-width: 200px;
    margin-top: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    padding-right: 20px;
  }
  .p-comment__item-image img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-comment__item-image {
    padding-right: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.p-comment__item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-comment__item-name {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .p-comment__item-name {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .p-comment__item-name {
    margin-bottom: 10px;
  }
}

.p-comment__item-name-job {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .p-comment__item-name-job {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .p-comment__item-name-job {
    margin-bottom: 5px;
  }
}

.p-comment__item-name-jp {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.15em;
}
@media (max-width: 1023px) {
  .p-comment__item-name-jp {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .p-comment__item-name-jp {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5px;
  }
}

.p-comment__item-name-en {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  font-family: YakuHanJP_Narrow, bookmania, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  color: #192F60;
}
@media (max-width: 1023px) {
  .p-comment__item-name-en {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .p-comment__item-name-en {
    font-size: 10px;
    font-size: 1rem;
  }
}

.p-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #2275a0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2275a0), color-stop(25%, #1284bf), to(#53a2cb));
  background: -o-linear-gradient(top, #2275a0 0%, #1284bf 25%, #53a2cb 100%);
  background: linear-gradient(to bottom, #2275a0 0%, #1284bf 25%, #53a2cb 100%);
}

.p-bg__graphic {
  position: fixed;
  bottom: 0;
  opacity: 0;
}
.p-bg__graphic--left {
  left: 0;
  width: 16.9444%;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.p-bg__graphic--right {
  right: 0;
  width: 17.0138%;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
}
.p-bg__graphic img {
  width: 100%;
}
.is-page-loaded .p-bg__graphic {
  -webkit-transition: opacity 8s 0.5s, -webkit-transform 5s 0s;
  transition: opacity 8s 0.5s, -webkit-transform 5s 0s;
  -o-transition: opacity 8s 0.5s, transform 5s 0s;
  transition: opacity 8s 0.5s, transform 5s 0s;
  transition: opacity 8s 0.5s, transform 5s 0s, -webkit-transform 5s 0s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1023px) {
  .p-bg__graphic--left {
    left: -15.625vw;
    width: 31.25vw;
  }
  .p-bg__graphic--right {
    right: -15.625vw;
    width: 31.25vw;
  }
}
/* ---------------------------------------------------------

Utility

--------------------------------------------------------- */
.u-fz-10 {
  font-size: 10px !important;
}

.u-fz-11 {
  font-size: 11px !important;
}

.u-fz-12 {
  font-size: 12px !important;
}

.u-fz-13 {
  font-size: 13px !important;
}

.u-fz-14 {
  font-size: 14px !important;
}

.u-fz-15 {
  font-size: 15px !important;
}

.u-fz-16 {
  font-size: 16px !important;
}

.u-fz-17 {
  font-size: 17px !important;
}

.u-fz-18 {
  font-size: 18px !important;
}

.u-fz-19 {
  font-size: 19px !important;
}

.u-fz-20 {
  font-size: 20px !important;
}

.u-fw-nm {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.u-fw-br {
  font-weight: bolder !important;
}

.u-fw-l {
  font-weight: 200 !important;
}

.u-fw-lr {
  font-weight: lighter !important;
}

.u-fw-100 {
  font-weight: 100 !important;
}

.u-fw-200 {
  font-weight: 200 !important;
}

.u-fw-300 {
  font-weight: 300 !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-600 {
  font-weight: 600 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-fw-800 {
  font-weight: 800 !important;
}

.u-fw-900 {
  font-weight: 900 !important;
}

.u-fs-nm {
  font-style: normal !important;
}

.u-fs-i {
  font-style: italic !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-m-a {
  margin: auto !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-0_a {
  margin: 0 auto !important;
}

.u-m-xs {
  margin: 1rem !important;
}

.u-m-sm {
  margin: 2rem !important;
}

.u-m-md {
  margin: 3rem !important;
}

.u-m-lg {
  margin: 4rem !important;
}

.u-m-xl {
  margin: 5rem !important;
}

.u-m-xxl {
  margin: 6rem !important;
}

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

.u-mt-xs {
  margin-top: 1rem !important;
}

.u-mt-sm {
  margin-top: 2rem !important;
}

.u-mt-md {
  margin-top: 3rem !important;
}

.u-mt-lg {
  margin-top: 4rem !important;
}

.u-mt-xl {
  margin-top: 5rem !important;
}

.u-mt-xxl {
  margin-top: 6rem !important;
}

.u-mr-a {
  margin-right: auto !important;
}

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

.u-mr-xs {
  margin-right: 1rem !important;
}

.u-mr-sm {
  margin-right: 2rem !important;
}

.u-mr-md {
  margin-right: 3rem !important;
}

.u-mr-lg {
  margin-right: 4rem !important;
}

.u-mr-xl {
  margin-right: 5rem !important;
}

.u-mr-xxl {
  margin-right: 6rem !important;
}

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

.u-mb-xs {
  margin-bottom: 1rem !important;
}

.u-mb-sm {
  margin-bottom: 2rem !important;
}

.u-mb-md {
  margin-bottom: 3rem !important;
}

.u-mb-lg {
  margin-bottom: 4rem !important;
}

.u-mb-xl {
  margin-bottom: 5rem !important;
}

.u-mb-xxl {
  margin-bottom: 6rem !important;
}

.u-ml-a {
  margin-left: auto !important;
}

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

.u-ml-xs {
  margin-left: 1rem !important;
}

.u-ml-sm {
  margin-left: 2rem !important;
}

.u-ml-md {
  margin-left: 3rem !important;
}

.u-ml-lg {
  margin-left: 4rem !important;
}

.u-ml-xl {
  margin-left: 5rem !important;
}

.u-ml-xxl {
  margin-left: 6rem !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-p-xs {
  padding: 1rem !important;
}

.u-p-sm {
  padding: 2rem !important;
}

.u-p-md {
  padding: 3rem !important;
}

.u-p-lg {
  padding: 4rem !important;
}

.u-p-xl {
  padding: 5rem !important;
}

.u-p-xxl {
  padding: 6rem !important;
}

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

.u-pt-xs {
  padding-top: 1rem !important;
}

.u-pt-sm {
  padding-top: 2rem !important;
}

.u-pt-md {
  padding-top: 3rem !important;
}

.u-pt-lg {
  padding-top: 4rem !important;
}

.u-pt-xl {
  padding-top: 5rem !important;
}

.u-pt-xxl {
  padding-top: 6rem !important;
}

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

.u-pr-xs {
  padding-right: 1rem !important;
}

.u-pr-sm {
  padding-right: 2rem !important;
}

.u-pr-md {
  padding-right: 3rem !important;
}

.u-pr-lg {
  padding-right: 4rem !important;
}

.u-pr-xl {
  padding-right: 5rem !important;
}

.u-pr-xxl {
  padding-right: 5rem !important;
}

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

.u-pb-xs {
  padding-bottom: 1rem !important;
}

.u-pb-sm {
  padding-bottom: 2rem !important;
}

.u-pb-md {
  padding-bottom: 3rem !important;
}

.u-pb-lg {
  padding-bottom: 4rem !important;
}

.u-pb-xl {
  padding-bottom: 5rem !important;
}

.u-pb-xxl {
  padding-bottom: 6rem !important;
}

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

.u-pl-xs {
  padding-left: 1rem !important;
}

.u-pl-sm {
  padding-left: 2rem !important;
}

.u-pl-md {
  padding-left: 3rem !important;
}

.u-pl-lg {
  padding-left: 4rem !important;
}

.u-pl-xl {
  padding-left: 5rem !important;
}

.u-pl-xxl {
  padding-left: 6rem !important;
}

@media (max-width: 767px) {
  .u-m-xs {
    margin: 0.5rem !important;
  }

  .u-m-sm {
    margin: 1rem !important;
  }

  .u-m-md {
    margin: 2rem !important;
  }

  .u-m-lg {
    margin: 3rem !important;
  }

  .u-m-xl {
    margin: 4rem !important;
  }

  .u-m-xxl {
    margin: 5rem !important;
  }

  .u-mt-xs {
    margin-top: 0.5rem !important;
  }

  .u-mt-sm {
    margin-top: 1rem !important;
  }

  .u-mt-md {
    margin-top: 2rem !important;
  }

  .u-mt-lg {
    margin-top: 3rem !important;
  }

  .u-mt-xl {
    margin-top: 4rem !important;
  }

  .u-mt-xxl {
    margin-top: 5rem !important;
  }

  .u-mb-xs {
    margin-bottom: 0.5rem !important;
  }

  .u-mb-sm {
    margin-bottom: 1rem !important;
  }

  .u-mb-md {
    margin-bottom: 2rem !important;
  }

  .u-mb-lg {
    margin-bottom: 3rem !important;
  }

  .u-mb-xl {
    margin-bottom: 4rem !important;
  }

  .u-mb-xxl {
    margin-bottom: 5rem !important;
  }

  .u-p-xs {
    padding: 0.5rem !important;
  }

  .u-p-sm {
    padding: 1rem !important;
  }

  .u-p-md {
    padding: 2rem !important;
  }

  .u-p-lg {
    padding: 3rem !important;
  }

  .u-p-xl {
    padding: 4rem !important;
  }

  .u-pt-xs {
    padding-top: 0.5rem !important;
  }

  .u-pt-sm {
    padding-top: 1rem !important;
  }

  .u-pt-md {
    padding-top: 2rem !important;
  }

  .u-pt-lg {
    padding-top: 3rem !important;
  }

  .u-pt-xl {
    padding-top: 4rem !important;
  }

  .u-pt-xxl {
    padding-top: 5rem !important;
  }

  .u-pb-xs {
    padding-bottom: 0.5rem !important;
  }

  .u-pb-sm {
    padding-bottom: 1rem !important;
  }

  .u-pb-md {
    padding-bottom: 2rem !important;
  }

  .u-pb-lg {
    padding-bottom: 3rem !important;
  }

  .u-pb-xl {
    padding-bottom: 4rem !important;
  }

  .u-pb-xxl {
    padding-bottom: 4rem !important;
  }
}
.u-lisi-n {
  list-style-image: none !important;
}

.u-va-sup {
  vertical-align: super !important;
}

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

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

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

.u-va-bl {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

.u-ta-j {
  text-align: justify !important;
}

.u-td-n {
  text-decoration: none !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-td-o {
  text-decoration: overline !important;
}

.u-td-l {
  text-decoration: line-through !important;
}

.u-te-n {
  -webkit-text-emphasis: none !important;
          text-emphasis: none !important;
}

.u-float-l {
  float: left !important;
}

.u-float-r {
  float: right !important;
}

.u-c-require {
  color: #d5007d !important;
}

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

.u-c-primary {
  color: #fff !important;
}

.u-d-n {
  display: none !important;
}

.u-d-b {
  display: block !important;
}

.u-d-f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-if {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-li {
  display: list-item !important;
}

.u-d-ri {
  display: run-in !important;
}

.u-d-cp {
  display: compact !important;
}

.u-d-tb {
  display: table !important;
}

.u-d-itb {
  display: inline-table !important;
}

.u-d-tbcp {
  display: table-caption !important;
}

.u-d-tbcl {
  display: table-column !important;
}

.u-d-tbclg {
  display: table-column-group !important;
}

.u-d-tbhg {
  display: table-header-group !important;
}

.u-d-tbfg {
  display: table-footer-group !important;
}

.u-d-tbr {
  display: table-row !important;
}

.u-d-tbrg {
  display: table-row-group !important;
}

.u-d-tbc {
  display: table-cell !important;
}

.u-d-rb {
  display: ruby !important;
}

.u-d-rbb {
  display: ruby-base !important;
}

.u-d-rbbg {
  display: ruby-base-group !important;
}

.u-d-rbt {
  display: ruby-text !important;
}

.u-d-rbtg {
  display: ruby-text-group !important;
}

.u-d-xs-n {
  display: none !important;
}

.u-d-xs-b {
  display: block !important;
}

.u-d-xs-f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-xs-if {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.u-d-xs-i {
  display: inline !important;
}

.u-d-xs-ib {
  display: inline-block !important;
}

@media (min-width: 768px) {
  .u-d-sm-n {
    display: none !important;
  }

  .u-d-sm-b {
    display: block !important;
  }

  .u-d-sm-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-d-sm-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .u-d-sm-i {
    display: inline !important;
  }

  .u-d-sm-ib {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) {
  .u-d-md-n {
    display: none !important;
  }

  .u-d-md-b {
    display: block !important;
  }

  .u-d-md-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-d-md-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .u-d-md-i {
    display: inline !important;
  }

  .u-d-md-ib {
    display: inline-block !important;
  }
}
@media (min-width: 1441px) {
  .u-d-lg-n {
    display: none !important;
  }

  .u-d-lg-b {
    display: block !important;
  }

  .u-d-lg-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-d-lg-if {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .u-d-lg-i {
    display: inline !important;
  }

  .u-d-lg-ib {
    display: inline-block !important;
  }
}
.u-fd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-fd-cr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-jc-s {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.u-jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-jc-e {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.u-ai-s {
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
}

.u-ai-c {
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.u-ai-e {
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-align: end;
}

/* =========================================================
background-position
========================================================= */
.u-bp-cc {
  background-position: center center;
}

.u-bp-lc {
  background-position: left center;
}

.u-bp-rc {
  background-position: right center;
}

.u-bp-ct {
  background-position: center top;
}

.u-bp-lt {
  background-position: left top;
}

.u-bp-rt {
  background-position: right top;
}

.u-bp-cb {
  background-position: center bottom;
}

.u-bp-lb {
  background-position: left bottom;
}

.u-bp-rb {
  background-position: right bottom;
}

/* =========================================================
clearfix
========================================================= */
.clear, .u-clearfix:before, .u-clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}

.u-clearfix:after {
  clear: both;
}

/* =========================================================
display
========================================================= */
.u-sp-block {
  display: none;
}
@media (max-width: 767px) {
  .u-sp-block {
    display: block;
  }
}

.u-pc-block {
  display: block;
}
@media (max-width: 767px) {
  .u-pc-block {
    display: none;
  }
}

.u-sp-inline {
  display: none !important;
}
@media (max-width: 1023px) {
  .u-sp-inline {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .u-sp-inline {
    display: inline !important;
  }
}

.u-md-inline {
  display: none !important;
}
@media (max-width: 1023px) {
  .u-md-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .u-md-inline {
    display: none !important;
  }
}

.u-pc-inline {
  display: inline !important;
}
@media (max-width: 767px) {
  .u-pc-inline {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .u-pc-inline {
    display: none !important;
  }
}

.u-sp-inlineblock {
  display: none;
}
@media (max-width: 767px) {
  .u-sp-inlineblock {
    display: inline-block;
  }
}

.u-pc-inlineblock {
  display: inline-block;
}
@media (max-width: 767px) {
  .u-pc-inlineblock {
    display: none;
  }
}

/* =========================================================
img
========================================================= */
.u-img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.u-img-no-responsive {
  display: inline-block;
  max-width: auto;
  height: auto;
}

.u-img-fit {
  display: inline-block;
  width: 100%;
  height: auto;
}

/* =========================================================
transition-delay
========================================================= */
.is-onscreen .u-delay-004 {
  -webkit-transition-delay: 0.04s !important;
       -o-transition-delay: 0.04s !important;
          transition-delay: 0.04s !important;
  -webkit-animation-delay: 0.04s !important;
          animation-delay: 0.04s !important;
}
.is-onscreen .u-delay-005 {
  -webkit-transition-delay: 0.05s !important;
       -o-transition-delay: 0.05s !important;
          transition-delay: 0.05s !important;
  -webkit-animation-delay: 0.05s !important;
          animation-delay: 0.05s !important;
}
.is-onscreen .u-delay-008 {
  -webkit-transition-delay: 0.08s !important;
       -o-transition-delay: 0.08s !important;
          transition-delay: 0.08s !important;
  -webkit-animation-delay: 0.08s !important;
          animation-delay: 0.08s !important;
}
.is-onscreen .u-delay-010 {
  -webkit-transition-delay: 0.1s !important;
       -o-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.is-onscreen .u-delay-012 {
  -webkit-transition-delay: 0.12s !important;
       -o-transition-delay: 0.12s !important;
          transition-delay: 0.12s !important;
  -webkit-animation-delay: 0.12s !important;
          animation-delay: 0.12s !important;
}
.is-onscreen .u-delay-015 {
  -webkit-transition-delay: 0.15s !important;
       -o-transition-delay: 0.15s !important;
          transition-delay: 0.15s !important;
  -webkit-animation-delay: 0.15s !important;
          animation-delay: 0.15s !important;
}
.is-onscreen .u-delay-016 {
  -webkit-transition-delay: 0.16s !important;
       -o-transition-delay: 0.16s !important;
          transition-delay: 0.16s !important;
  -webkit-animation-delay: 0.16s !important;
          animation-delay: 0.16s !important;
}
.is-onscreen .u-delay-020 {
  -webkit-transition-delay: 0.2s !important;
       -o-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.is-onscreen .u-delay-024 {
  -webkit-transition-delay: 0.24s !important;
       -o-transition-delay: 0.24s !important;
          transition-delay: 0.24s !important;
  -webkit-animation-delay: 0.24s !important;
          animation-delay: 0.24s !important;
}
.is-onscreen .u-delay-025 {
  -webkit-transition-delay: 0.25s !important;
       -o-transition-delay: 0.25s !important;
          transition-delay: 0.25s !important;
  -webkit-animation-delay: 0.25s !important;
          animation-delay: 0.25s !important;
}
.is-onscreen .u-delay-028 {
  -webkit-transition-delay: 0.28s !important;
       -o-transition-delay: 0.28s !important;
          transition-delay: 0.28s !important;
  -webkit-animation-delay: 0.28s !important;
          animation-delay: 0.28s !important;
}
.is-onscreen .u-delay-030 {
  -webkit-transition-delay: 0.3s !important;
       -o-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.is-onscreen .u-delay-032 {
  -webkit-transition-delay: 0.32s !important;
       -o-transition-delay: 0.32s !important;
          transition-delay: 0.32s !important;
  -webkit-animation-delay: 0.32s !important;
          animation-delay: 0.32s !important;
}
.is-onscreen .u-delay-035 {
  -webkit-transition-delay: 0.35s !important;
       -o-transition-delay: 0.35s !important;
          transition-delay: 0.35s !important;
  -webkit-animation-delay: 0.35s !important;
          animation-delay: 0.35s !important;
}
.is-onscreen .u-delay-036 {
  -webkit-transition-delay: 0.36s !important;
       -o-transition-delay: 0.36s !important;
          transition-delay: 0.36s !important;
  -webkit-animation-delay: 0.36s !important;
          animation-delay: 0.36s !important;
}
.is-onscreen .u-delay-040 {
  -webkit-transition-delay: 0.4s !important;
       -o-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.is-onscreen .u-delay-044 {
  -webkit-transition-delay: 0.44s !important;
       -o-transition-delay: 0.44s !important;
          transition-delay: 0.44s !important;
  -webkit-animation-delay: 0.44s !important;
          animation-delay: 0.44s !important;
}
.is-onscreen .u-delay-045 {
  -webkit-transition-delay: 0.45s !important;
       -o-transition-delay: 0.45s !important;
          transition-delay: 0.45s !important;
  -webkit-animation-delay: 0.45s !important;
          animation-delay: 0.45s !important;
}
.is-onscreen .u-delay-048 {
  -webkit-transition-delay: 0.48s !important;
       -o-transition-delay: 0.48s !important;
          transition-delay: 0.48s !important;
  -webkit-animation-delay: 0.48s !important;
          animation-delay: 0.48s !important;
}
.is-onscreen .u-delay-050 {
  -webkit-transition-delay: 0.5s !important;
       -o-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.is-onscreen .u-delay-052 {
  -webkit-transition-delay: 0.52s !important;
       -o-transition-delay: 0.52s !important;
          transition-delay: 0.52s !important;
  -webkit-animation-delay: 0.52s !important;
          animation-delay: 0.52s !important;
}
.is-onscreen .u-delay-055 {
  -webkit-transition-delay: 0.55s !important;
       -o-transition-delay: 0.55s !important;
          transition-delay: 0.55s !important;
  -webkit-animation-delay: 0.55s !important;
          animation-delay: 0.55s !important;
}
.is-onscreen .u-delay-056 {
  -webkit-transition-delay: 0.56s !important;
       -o-transition-delay: 0.56s !important;
          transition-delay: 0.56s !important;
  -webkit-animation-delay: 0.56s !important;
          animation-delay: 0.56s !important;
}
.is-onscreen .u-delay-060 {
  -webkit-transition-delay: 0.6s !important;
       -o-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.is-onscreen .u-delay-064 {
  -webkit-transition-delay: 0.64s !important;
       -o-transition-delay: 0.64s !important;
          transition-delay: 0.64s !important;
  -webkit-animation-delay: 0.64s !important;
          animation-delay: 0.64s !important;
}
.is-onscreen .u-delay-065 {
  -webkit-transition-delay: 0.65s !important;
       -o-transition-delay: 0.65s !important;
          transition-delay: 0.65s !important;
  -webkit-animation-delay: 0.65s !important;
          animation-delay: 0.65s !important;
}
.is-onscreen .u-delay-068 {
  -webkit-transition-delay: 0.68s !important;
       -o-transition-delay: 0.68s !important;
          transition-delay: 0.68s !important;
  -webkit-animation-delay: 0.68s !important;
          animation-delay: 0.68s !important;
}
.is-onscreen .u-delay-070 {
  -webkit-transition-delay: 0.7s !important;
       -o-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.is-onscreen .u-delay-072 {
  -webkit-transition-delay: 0.72s !important;
       -o-transition-delay: 0.72s !important;
          transition-delay: 0.72s !important;
  -webkit-animation-delay: 0.72s !important;
          animation-delay: 0.72s !important;
}
.is-onscreen .u-delay-075 {
  -webkit-transition-delay: 0.75s !important;
       -o-transition-delay: 0.75s !important;
          transition-delay: 0.75s !important;
  -webkit-animation-delay: 0.75s !important;
          animation-delay: 0.75s !important;
}
.is-onscreen .u-delay-076 {
  -webkit-transition-delay: 0.76s !important;
       -o-transition-delay: 0.76s !important;
          transition-delay: 0.76s !important;
  -webkit-animation-delay: 0.76s !important;
          animation-delay: 0.76s !important;
}
.is-onscreen .u-delay-080 {
  -webkit-transition-delay: 0.8s !important;
       -o-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.is-onscreen .u-delay-085 {
  -webkit-transition-delay: 0.85s !important;
       -o-transition-delay: 0.85s !important;
          transition-delay: 0.85s !important;
  -webkit-animation-delay: 0.85s !important;
          animation-delay: 0.85s !important;
}
.is-onscreen .u-delay-090 {
  -webkit-transition-delay: 0.9s !important;
       -o-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.is-onscreen .u-delay-095 {
  -webkit-transition-delay: 0.95s !important;
       -o-transition-delay: 0.95s !important;
          transition-delay: 0.95s !important;
  -webkit-animation-delay: 0.95s !important;
          animation-delay: 0.95s !important;
}
.is-onscreen .u-delay-100 {
  -webkit-transition-delay: 1s !important;
       -o-transition-delay: 1s !important;
          transition-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
.is-onscreen .u-delay-105 {
  -webkit-transition-delay: 1.05s !important;
       -o-transition-delay: 1.05s !important;
          transition-delay: 1.05s !important;
  -webkit-animation-delay: 1.05s !important;
          animation-delay: 1.05s !important;
}
.is-onscreen .u-delay-110 {
  -webkit-transition-delay: 1.1s !important;
       -o-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}
.is-onscreen .u-delay-105 {
  -webkit-transition-delay: 1.05s !important;
       -o-transition-delay: 1.05s !important;
          transition-delay: 1.05s !important;
  -webkit-animation-delay: 1.05s !important;
          animation-delay: 1.05s !important;
}
.is-onscreen .u-delay-110 {
  -webkit-transition-delay: 1.1s !important;
       -o-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}
.is-onscreen .u-delay-115 {
  -webkit-transition-delay: 1.15s !important;
       -o-transition-delay: 1.15s !important;
          transition-delay: 1.15s !important;
  -webkit-animation-delay: 1.15s !important;
          animation-delay: 1.15s !important;
}
.is-onscreen .u-delay-120 {
  -webkit-transition-delay: 1.2s !important;
       -o-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}
.is-onscreen .u-delay-125 {
  -webkit-transition-delay: 1.25s !important;
       -o-transition-delay: 1.25s !important;
          transition-delay: 1.25s !important;
  -webkit-animation-delay: 1.25s !important;
          animation-delay: 1.25s !important;
}
.is-onscreen .u-delay-130 {
  -webkit-transition-delay: 1.3s !important;
       -o-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important;
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}
.is-onscreen .u-delay-135 {
  -webkit-transition-delay: 1.35s !important;
       -o-transition-delay: 1.35s !important;
          transition-delay: 1.35s !important;
  -webkit-animation-delay: 1.35s !important;
          animation-delay: 1.35s !important;
}
.is-onscreen .u-delay-140 {
  -webkit-transition-delay: 1.4s !important;
       -o-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important;
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}
.is-onscreen .u-delay-145 {
  -webkit-transition-delay: 1.45s !important;
       -o-transition-delay: 1.45s !important;
          transition-delay: 1.45s !important;
  -webkit-animation-delay: 1.45s !important;
          animation-delay: 1.45s !important;
}
.is-onscreen .u-delay-150 {
  -webkit-transition-delay: 1.5s !important;
       -o-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}
.is-onscreen .u-delay-155 {
  -webkit-transition-delay: 1.55s !important;
       -o-transition-delay: 1.55s !important;
          transition-delay: 1.55s !important;
  -webkit-animation-delay: 1.55s !important;
          animation-delay: 1.55s !important;
}
.is-onscreen .u-delay-160 {
  -webkit-transition-delay: 1.6s !important;
       -o-transition-delay: 1.6s !important;
          transition-delay: 1.6s !important;
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}
.is-onscreen .u-delay-165 {
  -webkit-transition-delay: 1.65s !important;
       -o-transition-delay: 1.65s !important;
          transition-delay: 1.65s !important;
  -webkit-animation-delay: 1.65s !important;
          animation-delay: 1.65s !important;
}
.is-onscreen .u-delay-170 {
  -webkit-transition-delay: 1.7s !important;
       -o-transition-delay: 1.7s !important;
          transition-delay: 1.7s !important;
  -webkit-animation-delay: 1.7s !important;
          animation-delay: 1.7s !important;
}

/* =========================================================
youtube
========================================================= */
.u-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.u-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =========================================================
pointer-events
========================================================= */
.u-hover-shit {
  pointer-events: none;
}

/* =========================================================
onscreen
========================================================= */
.js-fadein {
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -o-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  opacity: 0;
  /* scale(0.95)*/
}
.js-fadein.is-onscreen {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1 !important;
  /*scale(1)*/
}
.is-onscreen .js-fadein {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1 !important;
  /*scale(1)*/
}

.u-fadein {
  opacity: 0;
}
.u-fadein.is-onscreen {
  -webkit-animation: fadeIn 1s ease 0.2s forwards;
          animation: fadeIn 1s ease 0.2s forwards;
}
.is-onscreen .u-fadein {
  -webkit-animation: fadeIn 1s ease 0.2s forwards;
          animation: fadeIn 1s ease 0.2s forwards;
}

.u-fadeinup {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
      transform: translateY(60px);
  opacity: 0;
}
.u-fadeinup.is-onscreen {
  -webkit-animation: fadeInUp 0.5s ease 0.2s forwards;
          animation: fadeInUp 0.5s ease 0.2s forwards;
}
.is-onscreen .u-fadeinup {
  -webkit-animation: fadeInUp 0.5s ease 0.2s forwards;
          animation: fadeInUp 0.5s ease 0.2s forwards;
}

.u-scalein {
  overflow: hidden;
}
.u-scalein > div, .u-scalein img {
  -webkit-transition: -webkit-transform 1s ease 0.2s;
  transition: -webkit-transform 1s ease 0.2s;
  -o-transition: transform 1s ease 0.2s;
  transition: transform 1s ease 0.2s;
  transition: transform 1s ease 0.2s, -webkit-transform 1s ease 0.2s;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.u-scalein.is-onscreen > div, .u-scalein.is-onscreen img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.is-onscreen .u-scalein > div, .is-onscreen .u-scalein img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* =========================================================
animation
========================================================= */
@-webkit-keyframes moveLineLeftToRight {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  49.9% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@keyframes moveLineLeftToRight {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  49.9% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@-webkit-keyframes moveLineTopToBottom {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  49.9% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}
@keyframes moveLineTopToBottom {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  49.9% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes bar {
  0% {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
  100% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}
@keyframes bar {
  0% {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
  100% {
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
  }
}
/* =========================================================
color
========================================================= */
.u-color-primary {
  color: #fff;
}
.u-color-primary a {
  color: #fff;
}

/* =========================================================
background-color
========================================================= */
.u-primary-bg {
  background-color: #fff;
}
.u-primary-bg a {
  color: #fff;
  background-color: #fff;
}