@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;
}

/* Youtube
========================================================================== */

#youtube {
  text-align: center;
}

#youtube.c-section {
  padding: 5vw 0 0;
}

#youtube .p-kv__button {
  max-width: 450px;
  margin: 60px auto 0;
}

@media (max-width: 414px) {
  #youtube iframe {
    width: 300px;
    height: 170px;
  }
  #youtube .p-kv__button {
    max-width: 260px;
    margin: 25px auto 60px;
  }

  #youtube .p-concept__inner {
    padding: 60px 20px 0;
  }
}

/* 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 {
  -moz-box-sizing: content-box;
  -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 */
  -moz-box-sizing: content-box;
  -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, "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic",
    YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP",
    Meiryo, sans-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;
}

body.is-home {
  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;
  -webkit-flex-grow: 1;
  -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;
    -webkit-flex-grow: 1;
    -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;
    -webkit-flex-grow: 1;
    -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;
    -webkit-flex-grow: 1;
    -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;
    -webkit-flex-grow: 1;
    -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);
}

@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);
  }
}

@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);
  }
}

@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);
  }
}

@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.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 {
  position: relative;
  width: 100%;
}

.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;
}

.l-wrapper__bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: red;
  background-image: url(../images/common/bg.jpg);
  background-position: top center;
  background-size: cover;
}

@media (max-width: 767px) {
  .l-wrapper__bg {
    background-image: url(../images/common/bg_sp_00001.jpg);
  }
}

/*header*/
.l-header {
  position: fixed;
  z-index: 30000;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 2.08333vw;
}

@media (max-width: 1023px) {
  .l-header {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .l-header {
    padding-top: 15px;
  }
}

.l-header__inner {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 2.60417vw;
}

@media (max-width: 1023px) {
  .l-header__inner {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .l-header__inner {
    padding: 0 15px;
  }
}

.l-header-logo {
  width: 90px;
  height: auto;
}

@media (max-width: 1023px) {
  .l-header-logo {
    width: 80px;
  }
}

@media (max-width: 767px) {
  .l-header-logo {
    width: 60px;
  }
}

.l-gnav {
  position: fixed;
  z-index: 30000;
  top: 0;
  right: 0;
  visibility: hidden;
  overflow-x: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  -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);
  text-align: center;
  pointer-events: none;
  opacity: 0;
  background-color: #ff2800;
  -webkit-overflow-scrolling: touch;
}

.is-gnav-open .l-gnav {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}

.l-gnav__inner {
  position: relative;
  z-index: 1;
  padding: 6.25vw 0;
  -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__inner {
  -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;
}

@media (max-width: 1023px) {
  .l-gnav__inner {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .l-gnav__inner {
    padding: 60px 0 20px;
  }
}

.l-gnav__menu-nav {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.l-gnav__menu-item {
  font-size: 22px;
  line-height: 2;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}

.l-gnav__menu-item--border {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.l-gnav__menu-item--border::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 1px;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}

@media (max-width: 1023px) {
  .l-gnav__menu-item {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .l-gnav__menu-item--border {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .l-gnav__menu-item {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .l-gnav__menu-item--border {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

.l-gnav__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .l-gnav__sns {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .l-gnav__sns {
    margin-bottom: 30px;
  }
}

.l-gnav__sns-item {
  margin: 0 20px;
}

.l-gnav__sns-item a {
  font-size: 22px;
  display: block;
  text-align: center;
}

@media (max-width: 1023px) {
  .l-gnav__sns-item a {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .l-gnav__sns-item {
    margin-right: 30px;
    margin-left: 0;
  }
  .l-gnav__sns-item:last-child {
    margin-right: 0;
  }
  .l-gnav__sns-item a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.l-gnav__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-gnav-toggle {
  position: fixed;
  z-index: 40000000;
  top: 50px;
  right: 42px;
  width: 25px;
  height: 19px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.remodal-is-locked .l-gnav-toggle {
  pointer-events: none;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .l-gnav-toggle {
    top: 34px;
    right: 30px;
  }
}

@media (max-width: 767px) {
  .l-gnav-toggle {
    top: 25px;
    right: 20px;
    width: 30px;
    height: 20px;
  }
}

.l-gnav-toggle__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 0 0;
}

.l-gnav-toggle__bar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 2px;
  -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;
  border-radius: 2px;
}

.l-gnav-toggle__bar--1 {
  top: 0;
}

.l-gnav-toggle__bar--2 {
  margin: 5px 0;
  opacity: 1;
}

.l-gnav-toggle__bar--3 {
  top: 0;
}

.is-gnav-open .l-gnav-toggle__bar,
.remodal-is-locked .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,
.remodal-is-locked .l-gnav-toggle__bar--1 {
  top: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-gnav-open .l-gnav-toggle__bar--2,
.remodal-is-locked .l-gnav-toggle__bar--2 {
  margin: 0;
  opacity: 0;
}

.is-gnav-open .l-gnav-toggle__bar--3,
.remodal-is-locked .l-gnav-toggle__bar--3 {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .l-gnav-toggle__bar {
    height: 2px;
  }
  .l-gnav-toggle__bar--2 {
    margin: 7px 0;
  }
  .is-gnav-open .l-gnav-toggle__bar--1 {
    top: 8px;
  }
  .is-gnav-open .l-gnav-toggle__bar--3 {
    top: 4px;
  }
}

.l-gnav-toggle__bar-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.l-gnav-toggle__bar-back {
  display: none;
  width: 100%;
  height: 2px;
  opacity: 0.4;
  background: #fff;
}

.l-footer {
  position: relative;
  z-index: 1000;
  width: 100%;
  padding: 60px 0;
  background-color: #000;
}

@media (max-width: 1023px) {
  .l-footer {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .l-footer {
    padding: 40px 0;
  }
}

.l-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .l-footer__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.l-footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 33.3333%;
  text-align: center;
  border-right: 1px solid #333333;
}

.l-footer__col--1 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.l-footer__col--2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

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

@media (max-width: 1023px) {
  .l-footer__col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    border-right: none;
  }
  .l-footer__col--1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  .l-footer__col--2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 30px;
  }
  .l-footer__col--3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 767px) {
  .l-footer__col--1 {
    margin-bottom: 20px;
  }
  .l-footer__col--2 {
    margin-bottom: 20px;
  }
}

.l-footer__heading {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .l-footer__heading {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .l-footer__heading {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

.l-footer__info {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 1023px) {
  .l-footer__info {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .l-footer__info {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.l-footer__nav {
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .l-footer__nav {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .l-footer__nav {
    margin-bottom: 10px;
  }
}

.l-footer__nav-item {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 1023px) {
  .l-footer__nav-item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .l-footer__nav-item {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.l-footer__logo {
  width: 106px;
}

.l-footer__logo img {
  width: 100%;
}

.l-footer__copyright {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 1023px) {
  .l-footer__copyright {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .l-footer__copyright {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.l-main {
  width: 100%;
  overflow: hidden;
  margin-bottom: auto;
}

/*content*/
.l-content {
  position: relative;
}

.l-content__body {
  position: relative;
  margin-bottom: 5.20833vw;
}

@media (max-width: 1023px) {
  .l-content__body {
    margin-bottom: 7.8125vw;
  }
}

@media (max-width: 767px) {
  .l-content__body {
    margin-bottom: 8vw;
  }
}

.l-content__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.l-content__bg-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("http://crosskobe.com/assets/images/common/ami.png");
  z-index: 10;
}

.l-content__bg-movie video {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100vh;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-content__bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.l-container,
.c-section__inner,
.c-modal__inner,
.p-concept__inner,
.p-floor__inner,
.p-about__inner,
.p-sponsor__inner,
.p-thanks__inner {
  z-index: 5;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 10;
  padding-right: 5.20833vw;
  padding-left: 5.20833vw;
}

.l-container--xlg {
  max-width: 100%;
}

.l-container--lg,
.c-section__inner--lg,
.p-concept__inner {
  max-width: 1600px;
}

.l-container--md,
.c-section__inner--md {
  max-width: 1060px;
}

.l-container--sm,
.c-section__inner--sm {
  max-width: 800px;
  padding: 0;
}

@media (max-width: 1023px) {
  .l-container,
  .c-section__inner,
  .c-modal__inner,
  .p-concept__inner,
  .p-floor__inner,
  .p-about__inner,
  .p-sponsor__inner,
  .p-thanks__inner {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .l-container,
  .c-section__inner,
  .c-modal__inner,
  .p-concept__inner,
  .p-floor__inner,
  .p-about__inner,
  .p-sponsor__inner,
  .p-thanks__inner {
    padding-right: 60px;
    padding-left: 60px;
  }
}

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

Object

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

Component

--------------------------------------------------------- */
/* preloader-main*/
.c-preloader {
  position: fixed;
  z-index: 1000000000000;
  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-color: #000;
}

.is-gnav-open .c-preloader {
  pointer-events: none;
}

.is-page-loaded .c-preloader {
  pointer-events: none;
}

.c-preloader__item {
  position: absolute;
  z-index: 10000000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 280px;
  opacity: 0;
  -webkit-transition: opacity 3s;
  -o-transition: opacity 3s;
  transition: opacity 3s;
}

.is-logo-start .c-preloader__item {
  -webkit-transition: opacity 3s;
  -o-transition: opacity 3s;
  transition: opacity 3s;
  opacity: 1;
}

.c-preloader__item img {
  width: 100%;
}

@media (max-width: 1023px) {
  .c-preloader__item {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .c-preloader__item {
    width: 120px;
  }
}

@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/icomoon_ptazyz.eot");
  src: url("../fonts/icomoon_ptazyz.eot#iefix") format("embedded-opentype"),
    url("../fonts/icomoon_ptazyz.ttf") format("truetype"),
    url("../fonts/icomoon_ptazyz.woff") format("woff"),
    url("../fonts/icomoon_ptazyz-icomoon.svg") 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-twitter:before {
  content: "\ea96";
}

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

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

.c-icon-youtube:before {
  content: "\ea9d";
}

.c-icon-circle-arrow:before {
  content: "\e900";
}

.c-icon-border-arrow:before {
  content: "\e901";
}

.c-button {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  letter-spacing: 0.2em;
  border-radius: 30px;
  background-color: #ff2800;
  cursor: pointer;
}

.c-button--sm {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 28px;
  font-family: futura-pt, YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  max-width: 180px;
  padding: 0;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0);
}

.c-button--arrow::after {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 8px;
  height: 8px;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

@media (max-width: 1023px) {
  .c-button {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 0;
    border-radius: 30px;
  }
  .c-button--sm {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 26px;
    max-width: 160px;
    padding: 0;
  }
  .c-button--arrow::after {
    top: 17px;
  }
}

@media (max-width: 767px) {
  .c-button {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 10px 0;
    border-radius: 30px;
  }
  .c-button--sm {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 26px;
    max-width: 140px;
    padding: 0;
  }
  .c-button--arrow::after {
    top: 21px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.c-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 12.5vw 0 11.45833vw;
}

@media (max-width: 1023px) {
  .c-section {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .c-section {
    padding: 60px 0;
  }
}

.c-section__inner {
  position: relative;
  z-index: 10;
}

.c-text,
.p-concept__text,
.p-floor__text,
.p-about__text {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.5;
  margin-bottom: 50px;
  letter-spacing: 0.2em;
}

.c-text:last-child,
.p-concept__text:last-child,
.p-floor__text:last-child,
.p-about__text:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .c-text,
  .p-concept__text,
  .p-floor__text,
  .p-about__text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 40px;
    line-height: 2;
  }
}

@media (max-width: 767px) {
  .c-text,
  .p-concept__text,
  .p-floor__text,
  .p-about__text {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .c-text--sm {
    font-size: 10px;
    font-size: 1rem;
  }
}

.c-side {
  position: fixed;
  z-index: 500;
  top: 50%;
  right: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1023px) {
  .c-side {
    right: 30px;
  }
}

@media (max-width: 767px) {
  .c-side {
    right: 22px;
  }
}

.c-side__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .c-side__nav {
    visibility: hidden;
    margin-bottom: auto;
  }
  .is-page-end .c-side__nav {
    opacity: 0;
  }
}

.c-side__nav-item a {
  position: relative;
  display: block;
  width: 27px;
  height: 3.7037vh;
}

.c-side__nav-item a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #fff;
}

.c-side__nav-item a:hover::after {
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0);
}

.c-side__nav-item.is-current a::after {
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0);
}

@media (max-width: 767px) {
  .c-side__nav-item {
    height: 5.33333vh;
  }
}

.c-side__scrool {
  width: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.c-side__scrool img {
  width: 100%;
}

.is-page-end .c-side__scrool {
  opacity: 0;
}

@media (max-width: 1023px) {
  .c-side__scrool {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .c-side__scrool {
    margin-bottom: 30px;
  }
}

/* ==========================================================================
Remodal's necessary styles
========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 99999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
Remodal's default mobile first theme
========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* ==========================================================================
Remodal's necessary styles
========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 99999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.remodal-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.remodal-wrapper {
  padding: 0;
}

.c-modal {
  width: 100%;
  max-width: 100%;
  padding: 0;
  background: none;
}

.c-modal--artist {
  max-width: 1100px;
}

.c-modal--video {
  width: calc(100% - 200px);
}

@media (max-width: 1023px) {
  .c-modal--artist {
    width: calc(100% - 200px);
  }
}

@media (max-width: 767px) {
  .c-modal--artist {
    width: calc(100% - 140px);
  }
  .c-modal--video {
    width: calc(100% - 20px);
  }
}

.c-modal__inner {
  position: relative;
  height: 100%;
}

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

Project

--------------------------------------------------------- */
.p-kv {
  position: relative;
  height: 100vh;
  background-image: url(../images/top/kv_bg.jpg);
  background-position: center center;
  background-size: cover;
}

@media (max-width: 1023px) {
  .p-kv {
    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;
    background-image: url(../images/top/kv_bg_sp.jpg);
  }
}

.p-kv__inner {
  position: absolute;
  top: 50%;
  left: 46.35417vw;
  width: 34.0625vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

@media (max-width: 1023px) {
  .p-kv__inner {
    position: static;
    width: 100%;
    padding: 0 100px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: center;
  }
}

@media (max-width: 767px) {
  .p-kv__inner {
    padding: 0 60px;
  }
}

.p-kv__logo {
  width: 8.48958vw;
  margin: 0 auto 50px;
}

.p-kv__logo img {
  width: 100%;
}

@media (max-width: 1023px) {
  .p-kv__logo {
    width: 19.53125vw;
    margin: 0 auto 40px;
  }
}

@media (max-width: 767px) {
  .p-kv__logo {
    width: 26.66667vw;
    margin: 0 auto 30px;
  }
}

.p-kv__heading {
  width: 100%;
  margin-bottom: 30px;
}

.p-kv__heading img {
  width: 100%;
}

@media (max-width: 1023px) {
  .p-kv__heading {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .p-kv__heading {
    margin-bottom: 20px;
  }
}

.p-kv__date {
  font-family: futura-pt, YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 70px;
  letter-spacing: 0.2em;
  color: #ff2800;
}

@media (max-width: 1023px) {
  .p-kv__date {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .p-kv__date {
    margin-bottom: 30px;
  }
}

.p-kv__date-year {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 1023px) {
  .p-kv__date-year {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .p-kv__date-year {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-kv__date-day {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 1023px) {
  .p-kv__date-day {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .p-kv__date-day {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-kv__button {
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .p-kv__button {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .p-kv__button {
    margin-bottom: 10px;
  }
}

.p-kv__text {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}

@media (max-width: 1023px) {
  .p-kv__text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .p-kv__text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.p-concept {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  padding-bottom: 20.83333vw;
  margin-bottom: 50px;
}

.p-concept__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -50px;
}

@media (max-width: 1023px) {
  .p-concept__row {
    margin: 0 -20px;
  }
}

@media (max-width: 767px) {
  .p-concept__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
}

.p-concept__col {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 50px;
}

@media (max-width: 1023px) {
  .p-concept__col {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .p-concept__col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.p-concept__heading {
  margin-bottom: 50px;
  margin-top: 15px;
}

.p-concept__heading img {
  width: 100%;
  max-width: 268px;
  display: block;
  margin-left: auto;
}

@media (max-width: 1023px) {
  .p-concept__heading {
    margin-bottom: 20px;
  }
  .p-concept__heading img {
    max-width: 220px;
  }
}

@media (max-width: 767px) {
  .p-concept__heading {
    margin-bottom: 15px;
  }
  .p-concept__heading img {
    max-width: 100%;
  }
}

.p-concept__heading-2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #ff2800;
  text-align: right;
}

@media (max-width: 1023px) {
  .p-concept__heading-2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .p-concept__heading-2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.p-concept__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 41.66667vw;
  overflow: hidden;
}

.p-concept__bg video {
  width: 100%;
}

.p-concept__bg-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
}

.p-floor {
  min-height: 100vh;
  padding-top: 40px;
}

@media (max-width: 1023px) {
  .p-floor {
    min-height: auto;
  }
}

.p-floor__heading {
  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;
}

.p-floor__heading-floor {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  font-family: futura-pt, YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.2em;
}

.p-floor__heading-floor span {
  font-size: 20px;
  font-size: 2rem;
  margin-left: 3px;
}

@media (max-width: 1023px) {
  .p-floor__heading-floor {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-floor__heading-floor span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .p-floor__heading-floor {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-floor__heading-floor span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-floor__heading-icon {
  -ms-flex-preferred-size: 27px;
  flex-basis: 27px;
  max-width: 27px;
  margin: 0 15px;
}

.p-floor__heading-icon img {
  width: 100%;
}

@media (max-width: 1023px) {
  .p-floor__heading-icon {
    -ms-flex-preferred-size: 24px;
    flex-basis: 24px;
    max-width: 24px;
    margin: 0 12px;
  }
}

@media (max-width: 767px) {
  .p-floor__heading-icon {
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
    max-width: 20px;
    margin: 0 10px;
  }
}

.p-floor__heading-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

@media (max-width: 1023px) {
  .p-floor__heading-title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .p-floor__heading-title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-floor__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;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1023px) {
  .p-floor__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .p-floor__inner {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.p-floor__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-floor__row--end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 1023px) {
  .p-floor__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-floor__header {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  text-align: center;
}

@media (max-width: 1023px) {
  .p-floor__header {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .p-floor__header {
    margin-bottom: 40px;
  }
}

.p-floor__header-floor {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  font-family: futura-pt, YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
  color: #ff2800;
}

@media (max-width: 1023px) {
  .p-floor__header-floor {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .p-floor__header-floor {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.p-floor__header-category {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: futura-pt, YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media (max-width: 1023px) {
  .p-floor__header-category {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .p-floor__header-category {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.p-floor__header-title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: futura-pt, YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 30px;
  letter-spacing: 0.3em;
}

@media (max-width: 1023px) {
  .p-floor__header-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .p-floor__header-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}

.p-floor__header-copy {
  display: block;
  width: 100%;
  margin: 0 auto 40px;
}

.p-floor__header-copy--art {
  max-width: 540px;
}

.p-floor__header-copy--ar {
  max-width: 540px;
}

.p-floor__header-copy--music {
  max-width: 540px;
}

.p-floor__header-copy--market {
  max-width: 817px;
}

.p-floor__header-text-box {
  max-width: 540px;
  margin: 0 auto;
  text-align: left;
}

.p-floor--market .p-floor__header-text-box {
  max-width: 666px;
}

.p-floor__artist-row {
  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;
}

.p-floor__artist-heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: futura-pt, YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.2em;
  color: #ff2800;
}

@media (max-width: 1023px) {
  .p-floor__artist-heading {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .p-floor__artist-heading {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-floor__artist-name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 5px;
  letter-spacing: 0.2em;
}

@media (max-width: 1023px) {
  .p-floor__artist-name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .p-floor__artist-name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-floor__artist-button {
  margin-top: 50px;
  text-align: center;
}

.p-floor__artist-button--mb {
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .p-floor__artist-button {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .p-floor__artist-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.p-floor__body {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media (max-width: 1023px) {
  .p-floor__body {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.p-floor__art-image {
  margin-bottom: 40px;
}

.p-floor__art-image img {
  width: 100%;
}

@media (max-width: 1023px) {
  .p-floor__art-image {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .p-floor__art-image {
    margin-bottom: 15px;
  }
}

.p-floor__text {
  font-weight: 700;
}

.p-floor__text--red {
  color: #ff2800;
}

.p-floor__ar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .p-floor__ar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-floor__ar-image {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.p-floor__ar-image img {
  width: 100%;
  max-width: 480px;
}

@media (max-width: 767px) {
  .p-floor__ar-image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .p-floor__ar-image img {
    display: block;
    width: 80%;
    margin: 0 auto 20px;
  }
}

.p-floor__ar-artist {
  padding-right: 30px;
  text-align: right;
}

@media (max-width: 767px) {
  .p-floor__ar-artist {
    margin: 0 auto;
    padding-right: 0;
    text-align: center;
  }
}

.p-floor__music-image {
  position: absolute;
  top: 50%;
  right: 0;
  width: 39.58333vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-floor__music-image img {
  width: 100%;
}

@media (max-width: 1023px) {
  .p-floor__music-image {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
  }
}

.p-floor__button {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .p-floor__button {
    width: 85%;
  }
  .p-floor__button a::after {
    top: 14px;
  }
}

.p-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
}

.p-about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 1023px) {
  .p-about__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-about__col {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media (max-width: 1023px) {
  .p-about__col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.p-about__col-inner {
  max-width: 580px;
  margin: 0 auto;
}

.p-about__heading {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
  color: #ff2800;
}

@media (max-width: 1023px) {
  .p-about__heading {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .p-about__heading {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}

.p-about__price-heading {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: -12px;
  color: #ff2800;
}

@media (max-width: 1023px) {
  .p-about__price-heading {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .p-about__price-heading {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-about__price-schedule {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media (max-width: 1023px) {
  .p-about__price-schedule {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .p-about__price-schedule {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-about__price-table {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  width: 80%;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 1023px) {
  .p-about__price-table {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .p-about__price-table {
    font-size: 10px;
    font-size: 1rem;
  }
}

.p-about__price-th {
  padding: 10px 15px;
  white-space: nowrap;
  color: #ff2800;
}

@media (max-width: 767px) {
  .p-about__price-th {
    padding: 5px 10px;
  }
}

.p-about__price-td {
  padding: 10px 0;
}

.p-about__price-td.u-ta-l {
  width: 100%;
}

@media (max-width: 767px) {
  .p-about__price-td {
    padding: 5px 0;
  }
}

.p-about__price-note {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-about__price-note a {
  text-decoration: underline;
}

.p-about__price-note a:hover {
  text-decoration: none;
}

@media (max-width: 1023px) {
  .p-about__price-note {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .p-about__price-note {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 40px;
  }
}

.p-about__list {
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .p-about__list {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .p-about__list {
    margin-bottom: 20px;
  }
}

.p-about__list-item {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .p-about__list-item {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .p-about__list-item {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

.p-about__list-heading {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  max-width: 100px;
}

@media (max-width: 1023px) {
  .p-about__list-heading {
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    max-width: 80px;
  }
}

@media (max-width: 767px) {
  .p-about__list-heading {
    -ms-flex-preferred-size: 65px;
    flex-basis: 65px;
    max-width: 65px;
  }
}

.p-about__list-description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-about__list-noto {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1023px) {
  .p-about__list-noto {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .p-about__list-noto {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-sponsor {
  width: 100%;
  background-color: #fff;
}

.p-sponsor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.p-sponsor__item {
  -ms-flex-preferred-size: 14%;
  flex-basis: 14%;
  max-width: 14%;
}

.p-sponsor__item img {
  width: 100%;
}

@media (max-width: 767px) {
  .p-sponsor__item {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}

.p-artist {
  padding: 20px 0;
}

@media (max-width: 1023px) {
  .p-artist {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .p-artist {
    padding: 60px 0 40px;
  }
}

.p-artist__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 1023px) {
  .p-artist__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-artist__image {
  position: relative;
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  max-width: 400px;
}

.p-artist__image img {
  position: relative;
  z-index: 10;
  width: 100%;
}

@media (max-width: 1023px) {
  .p-artist__image {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
    margin: 0 auto 40px;
  }
}

@media (max-width: 767px) {
  .p-artist__image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
  }
}

.p-artist__image-border {
  position: absolute;
  z-index: 1;
  bottom: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 1px solid #ff2800;
}

@media (max-width: 1023px) {
  .p-artist__image-border {
    bottom: -15px;
    left: -15px;
  }
}

@media (max-width: 1023px) and (max-width: 767px) {
  .p-artist__image-border {
    bottom: -10px;
    left: -10px;
  }
}

.p-artist__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
  text-align: left;
}

@media (max-width: 1023px) {
  .p-artist__body {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
    margin: 0 auto;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .p-artist__body {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.p-artist__heading-1 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 5px;
  letter-spacing: 0.2em;
}

@media (max-width: 1023px) {
  .p-artist__heading-1 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .p-artist__heading-1 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-artist__heading-2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
  letter-spacing: 0.2em;
}

@media (max-width: 1023px) {
  .p-artist__heading-2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .p-artist__heading-2 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-artist__title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
  color: #ff2800;
}

@media (max-width: 1023px) {
  .p-artist__title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .p-artist__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.p-artist__job {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
  color: #ff2800;
}

@media (max-width: 1023px) {
  .p-artist__job {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .p-artist__job {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-artist__name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

.p-artist__name span {
  font-size: 12px;
  font-size: 1.2rem;
}

@media (max-width: 1023px) {
  .p-artist__name {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .p-artist__name span {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {
  .p-artist__name {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .p-artist__name span {
    font-size: 10px;
    font-size: 1rem;
  }
}

.p-artist__text {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
}

.p-artist__text:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .p-artist__text {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  .p-artist__text:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .p-artist__text {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .p-artist__text:last-child {
    margin-bottom: 0;
  }
}

.p-video {
  padding: 50px;
}

@media (max-width: 1023px) {
  .p-video {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .p-video {
    padding: 0;
  }
}

.p-video__body {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: -100px;
  max-width: 500px;
  padding: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  background-color: #000;
}

@media (max-width: 1023px) {
  .p-video__body {
    position: static;
    padding: 20px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .p-video__body {
    padding: 15px 10px;
  }
}

.p-video__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}

@media (max-width: 1023px) {
  .p-video__heading {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .p-video__heading {
    margin-bottom: 10px;
  }
}

.p-video__heading-icon {
  -ms-flex-preferred-size: 43px;
  flex-basis: 43px;
  max-width: 43px;
  margin-right: 18px;
}

.p-video__heading-icon img {
  width: 80%;
}

@media (max-width: 1023px) {
  .p-video__heading-icon {
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    max-width: 30px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .p-video__heading-icon {
    -ms-flex-preferred-size: 25px;
    flex-basis: 25px;
    max-width: 25px;
    margin-right: 10px;
  }
}

.p-video__heading-text {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ff2800;
}

@media (max-width: 1023px) {
  .p-video__heading-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .p-video__heading-text {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.p-video__artist-item {
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .p-video__artist-item {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .p-video__artist-item {
    margin-bottom: 10px;
  }
}

.p-video__artist-item-job {
  font-size: 16px;
  font-size: 1.6rem;
  color: #ff2800;
  margin-bottom: 5px;
}

@media (max-width: 1023px) {
  .p-video__artist-item-job {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .p-video__artist-item-job {
    font-size: 10px;
    font-size: 1rem;
    margin-left: 0;
  }
  .p-video__artist-item-job:first-child {
    margin-left: 0;
  }
}

.p-video__artist-item-name {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
}

.p-video__artist-item-name span {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0;
}

@media (max-width: 1023px) {
  .p-video__artist-item-name {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .p-video__artist-item-name {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.p-video__text {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
}

@media (max-width: 1023px) {
  .p-video__text {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
  }
}

@media (max-width: 767px) {
  .p-video__text {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

.p-video__youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.p-video__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-thanks {
  width: 100%;
  background-color: #fff;
  padding: 20px 0 80px;
}

@media (max-width: 1023px) {
  .p-thanks {
    padding: 15px 0 60px;
  }
}

@media (max-width: 767px) {
  .p-thanks {
    padding: 10px 0 40px;
  }
}

@media (max-width: 767px) {
  .p-thanks__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-thanks__heading {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: futura-pt, YakuHanJP_Narrow, "游明朝体", "Yu Mincho", YuMincho,
    "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 10;
}

@media (max-width: 1023px) {
  .p-thanks__heading {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .p-thanks__heading {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

.p-thanks__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

@media (max-width: 767px) {
  .p-thanks__list {
    margin-bottom: -10px;
  }
}

.p-thanks__item {
  color: #000;
  margin: 0;
  max-width: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.p-thanks__item a {
  color: #000;
}

.p-thanks__item img {
  width: 100%;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

@media (max-width: 1023px) {
  .p-thanks__item {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {
  .p-thanks__item {
    font-size: 10px;
    font-size: 1rem;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}

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

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: 1023px) {
  .u-pc-inline {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .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-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -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;
}

.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;
}

.u-color-secondary {
  color: #ff2800;
}

.u-color-secondary a {
  color: #ff2800;
}

.u-color-red {
  color: #0ff;
}

.u-bg-color-blue {
  background-color: #0ff;
}

.u-color-pink {
  color: #ff00ff;
}

.u-bg-color-pink {
  background-color: #ff00ff;
}

.u-color-green {
  color: #00ff00;
}

.u-bg-color-green {
  background-color: #00ff00;
}

.u-color-yellow {
  color: #ffff00;
}

.u-bg-color-yellow {
  background-color: #ffff00;
}

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

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