@charset "UTF-8";
/* =========================================================

Web FONTS

========================================================= */
/* =========================================================

Foundation

========================================================= */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
* Remove default margin.
*/
body {
  margin: 0; }

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none; }

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent; }

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted; }

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold; }

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic; }

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000; }

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%; }

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0; }

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 0; }

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -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: top; }

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%; }

body {
  /*height: 100%;*/
  color: #2e2e2e;
  font-size: 1.0rem;
  font-family: "Helvetica Neue", Helvetica, Arial, YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  /*-moz-font-feature-settings: "palt";
    font-feature-settings: "palt";*/
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -ms-font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  /*letter-spacing: $letter-spacing-md;*/
  background: #FFF;
  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; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0; }

a {
  color: #2e2e2e;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  a:hover {
    color: #2e2e2e;
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

a,
a:focus,
a:active,
a:hover,
a:visited,
:focus,
:active,
:hover,
:visited {
  outline: none !important;
  text-decoration: none; }

/* =========================================================

Layout

========================================================= */
.l-container, .c-article__item {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 60px;
  padding-right: 60px; }
  @media (max-width: 1023px) {
    .l-container, .c-article__item {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 767px) {
    .l-container, .c-article__item {
      padding-left: 25px;
      padding-right: 25px; } }

.l-container--xlg {
  max-width: 1680px; }

.l-container--lg {
  max-width: 1440px; }

.l-container--md {
  max-width: 1280px; }

.l-container--sm {
  /*max-width: 1120px;*/
  max-width: 1080px; }

.l-container--xs {
  max-width: 780px; }

.l-container-fluid {
  max-width: 100%;
  padding-left: 80px;
  padding-right: 80px; }
  @media (max-width: 1023px) {
    .l-container-fluid {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 767px) {
    .l-container-fluid {
      padding-left: 20px;
      padding-right: 20px; } }
  .p-list .l-container-fluid {
    margin-top: 0; }

.l-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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-16 {
  margin-right: -8px;
  margin-left: -8px; }

.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-16 > [class^="l-col-"], .l-gutter-16 > [class*='l-col-'] {
  padding-right: 8px;
  padding-left: 8px; }

.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.l-gutter-xs-0 {
  margin-right: 0;
  margin-left: 0; }

.l-row.l-gutter-xs-10 {
  margin-right: -5px;
  margin-left: -5px; }

.l-row.l-gutter-xs-16 {
  margin-right: -8px;
  margin-left: -8px; }

.l-row.l-gutter-xs-20 {
  margin-right: -10px;
  margin-left: -10px; }

.l-row.l-gutter-xs-30 {
  margin-right: -15px;
  margin-left: -15px; }

.l-row.l-gutter-xs-40 {
  margin-right: -20px;
  margin-left: -20px; }

.l-row.l-gutter-xs-50 {
  margin-right: -25px;
  margin-left: -25px; }

.l-row.l-gutter-xs-60 {
  margin-right: -30px;
  margin-left: -30px; }

.l-row.l-gutter-xs-70 {
  margin-right: -35px;
  margin-left: -35px; }

.l-row.l-gutter-xs-80 {
  margin-right: -40px;
  margin-left: -40px; }

.l-row.l-gutter-xs-90 {
  margin-right: -45px;
  margin-left: -45px; }

.l-row.l-gutter-xs-100 {
  margin-right: -50px;
  margin-left: -50px; }

.l-gutter-xs-0 > [class^="l-col-"], .l-gutter-xs-0 > [class*='l-col-'] {
  padding-right: 0;
  padding-left: 0; }

.l-gutter-xs-10 > [class^="l-col-"], .l-gutter-xs-10 > [class*='l-col-'] {
  padding-right: 5px;
  padding-left: 5px; }

.l-gutter-xs-16 > [class^="l-col-"], .l-gutter-xs-16 > [class*='l-col-'] {
  padding-right: 8px;
  padding-left: 8px; }

.l-gutter-xs-20 > [class^="l-col-"], .l-gutter-xs-20 > [class*='l-col-'] {
  padding-right: 10px;
  padding-left: 10px; }

.l-gutter-xs-30 > [class^="l-col-"], .l-gutter-xs-30 > [class*='l-col-'] {
  padding-right: 15px;
  padding-left: 15px; }

.l-gutter-xs-40 > [class^="l-col-"], .l-gutter-xs-40 > [class*='l-col-'] {
  padding-right: 20px;
  padding-left: 20px; }

.l-gutter-xs-50 > [class^="l-col-"], .l-gutter-xs-50 > [class*='l-col-'] {
  padding-right: 25px;
  padding-left: 25px; }

.l-gutter-xs-60 > [class^="l-col-"], .l-gutter-xs-60 > [class*='l-col-'] {
  padding-right: 30px;
  padding-left: 30px; }

.l-gutter-xs-70 > [class^="l-col-"], .l-gutter-xs-70 > [class*='l-col-'] {
  padding-right: 35px;
  padding-left: 35px; }

.l-gutter-xs-80 > [class^="l-col-"], .l-gutter-xs-80 > [class*='l-col-'] {
  padding-right: 40px;
  padding-left: 40px; }

.l-gutter-xs-90 > [class^="l-col-"], .l-gutter-xs-90 > [class*='l-col-'] {
  padding-right: 45px;
  padding-left: 45px; }

.l-gutter-xs-100 > [class^="l-col-"], .l-gutter-xs-100 > [class*='l-col-'] {
  padding-right: 50px;
  padding-left: 50px; }

.l-row.is-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.l-col.is-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: 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-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.l-col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  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 {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.l-center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.l-end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.l-top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.l-middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.l-bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.l-around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.l-between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.l-first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.l-last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  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-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
  .l-col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    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 {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .l-center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .l-end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .l-top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .l-middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .l-bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .l-around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .l-between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .l-first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .l-last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .l-row.l-gutter-sm-0 {
    margin-right: 0;
    margin-left: 0; }
  .l-row.l-gutter-sm-10 {
    margin-right: -5px;
    margin-left: -5px; }
  .l-row.l-gutter-sm-16 {
    margin-right: -8px;
    margin-left: -8px; }
  .l-row.l-gutter-sm-20 {
    margin-right: -10px;
    margin-left: -10px; }
  .l-row.l-gutter-sm-30 {
    margin-right: -15px;
    margin-left: -15px; }
  .l-row.l-gutter-sm-40 {
    margin-right: -20px;
    margin-left: -20px; }
  .l-row.l-gutter-sm-50 {
    margin-right: -25px;
    margin-left: -25px; }
  .l-row.l-gutter-sm-60 {
    margin-right: -30px;
    margin-left: -30px; }
  .l-row.l-gutter-sm-70 {
    margin-right: -35px;
    margin-left: -35px; }
  .l-row.l-gutter-sm-80 {
    margin-right: -40px;
    margin-left: -40px; }
  .l-row.l-gutter-sm-90 {
    margin-right: -45px;
    margin-left: -45px; }
  .l-row.l-gutter-sm-100 {
    margin-right: -50px;
    margin-left: -50px; }
  .l-gutter-sm-0 > [class^="l-col-"], .l-gutter-sm-0 > [class*='l-col-'] {
    padding-right: 0;
    padding-left: 0; }
  .l-gutter-sm-10 > [class^="l-col-"], .l-gutter-sm-10 > [class*='l-col-'] {
    padding-right: 5px;
    padding-left: 5px; }
  .l-gutter-sm-16 > [class^="l-col-"], .l-gutter-sm-16 > [class*='l-col-'] {
    padding-right: 8px;
    padding-left: 8px; }
  .l-gutter-sm-20 > [class^="l-col-"], .l-gutter-sm-20 > [class*='l-col-'] {
    padding-right: 10px;
    padding-left: 10px; }
  .l-gutter-sm-30 > [class^="l-col-"], .l-gutter-sm-30 > [class*='l-col-'] {
    padding-right: 15px;
    padding-left: 15px; }
  .l-gutter-sm-40 > [class^="l-col-"], .l-gutter-sm-40 > [class*='l-col-'] {
    padding-right: 20px;
    padding-left: 20px; }
  .l-gutter-sm-50 > [class^="l-col-"], .l-gutter-sm-50 > [class*='l-col-'] {
    padding-right: 25px;
    padding-left: 25px; }
  .l-gutter-sm-60 > [class^="l-col-"], .l-gutter-sm-60 > [class*='l-col-'] {
    padding-right: 30px;
    padding-left: 30px; }
  .l-gutter-sm-70 > [class^="l-col-"], .l-gutter-sm-70 > [class*='l-col-'] {
    padding-right: 35px;
    padding-left: 35px; }
  .l-gutter-sm-80 > [class^="l-col-"], .l-gutter-sm-80 > [class*='l-col-'] {
    padding-right: 40px;
    padding-left: 40px; }
  .l-gutter-sm-90 > [class^="l-col-"], .l-gutter-sm-90 > [class*='l-col-'] {
    padding-right: 45px;
    padding-left: 45px; }
  .l-gutter-sm-100 > [class^="l-col-"], .l-gutter-sm-100 > [class*='l-col-'] {
    padding-right: 50px;
    padding-left: 50px; } }

@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-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
  .l-col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    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 {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .l-center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .l-end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .l-top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .l-middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .l-bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .l-around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .l-between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .l-first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .l-last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .l-row.l-gutter-md-0 {
    margin-right: 0;
    margin-left: 0; }
  .l-row.l-gutter-md-10 {
    margin-right: -5px;
    margin-left: -5px; }
  .l-row.l-gutter-md-16 {
    margin-right: -8px;
    margin-left: -8px; }
  .l-row.l-gutter-md-20 {
    margin-right: -10px;
    margin-left: -10px; }
  .l-row.l-gutter-md-30 {
    margin-right: -15px;
    margin-left: -15px; }
  .l-row.l-gutter-md-40 {
    margin-right: -20px;
    margin-left: -20px; }
  .l-row.l-gutter-md-50 {
    margin-right: -25px;
    margin-left: -25px; }
  .l-row.l-gutter-md-60 {
    margin-right: -30px;
    margin-left: -30px; }
  .l-row.l-gutter-md-70 {
    margin-right: -35px;
    margin-left: -35px; }
  .l-row.l-gutter-md-80 {
    margin-right: -40px;
    margin-left: -40px; }
  .l-row.l-gutter-md-90 {
    margin-right: -45px;
    margin-left: -45px; }
  .l-row.l-gutter-md-100 {
    margin-right: -50px;
    margin-left: -50px; }
  .l-gutter-md-0 > [class^="l-col-"], .l-gutter-md-0 > [class*='l-col-'] {
    padding-right: 0;
    padding-left: 0; }
  .l-gutter-md-10 > [class^="l-col-"], .l-gutter-md-10 > [class*='l-col-'] {
    padding-right: 5px;
    padding-left: 5px; }
  .l-gutter-md-16 > [class^="l-col-"], .l-gutter-md-16 > [class*='l-col-'] {
    padding-right: 8px;
    padding-left: 8px; }
  .l-gutter-md-20 > [class^="l-col-"], .l-gutter-md-20 > [class*='l-col-'] {
    padding-right: 10px;
    padding-left: 10px; }
  .l-gutter-md-30 > [class^="l-col-"], .l-gutter-md-30 > [class*='l-col-'] {
    padding-right: 15px;
    padding-left: 15px; }
  .l-gutter-md-40 > [class^="l-col-"], .l-gutter-md-40 > [class*='l-col-'] {
    padding-right: 20px;
    padding-left: 20px; }
  .l-gutter-md-50 > [class^="l-col-"], .l-gutter-md-50 > [class*='l-col-'] {
    padding-right: 25px;
    padding-left: 25px; }
  .l-gutter-md-60 > [class^="l-col-"], .l-gutter-md-60 > [class*='l-col-'] {
    padding-right: 30px;
    padding-left: 30px; }
  .l-gutter-md-70 > [class^="l-col-"], .l-gutter-md-70 > [class*='l-col-'] {
    padding-right: 35px;
    padding-left: 35px; }
  .l-gutter-md-80 > [class^="l-col-"], .l-gutter-md-80 > [class*='l-col-'] {
    padding-right: 40px;
    padding-left: 40px; }
  .l-gutter-md-90 > [class^="l-col-"], .l-gutter-md-90 > [class*='l-col-'] {
    padding-right: 45px;
    padding-left: 45px; }
  .l-gutter-md-100 > [class^="l-col-"], .l-gutter-md-100 > [class*='l-col-'] {
    padding-right: 50px;
    padding-left: 50px; } }

@media (min-width: 1281px) {
  .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-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
  .l-col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    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 {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .l-center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .l-end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .l-top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .l-middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .l-bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .l-around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .l-between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .l-first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .l-last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .l-row.l-gutter-lg-0 {
    margin-right: 0;
    margin-left: 0; }
  .l-row.l-gutter-lg-10 {
    margin-right: -5px;
    margin-left: -5px; }
  .l-row.l-gutter-lg-16 {
    margin-right: -8px;
    margin-left: -8px; }
  .l-row.l-gutter-lg-20 {
    margin-right: -10px;
    margin-left: -10px; }
  .l-row.l-gutter-lg-30 {
    margin-right: -15px;
    margin-left: -15px; }
  .l-row.l-gutter-lg-40 {
    margin-right: -20px;
    margin-left: -20px; }
  .l-row.l-gutter-lg-50 {
    margin-right: -25px;
    margin-left: -25px; }
  .l-row.l-gutter-lg-60 {
    margin-right: -30px;
    margin-left: -30px; }
  .l-row.l-gutter-lg-70 {
    margin-right: -35px;
    margin-left: -35px; }
  .l-row.l-gutter-lg-80 {
    margin-right: -40px;
    margin-left: -40px; }
  .l-row.l-gutter-lg-90 {
    margin-right: -45px;
    margin-left: -45px; }
  .l-row.l-gutter-lg-100 {
    margin-right: -50px;
    margin-left: -50px; }
  .l-gutter-lg-0 > [class^="l-col-"], .l-gutter-lg-0 > [class*='l-col-'] {
    padding-right: 0;
    padding-left: 0; }
  .l-gutter-lg-10 > [class^="l-col-"], .l-gutter-lg-10 > [class*='l-col-'] {
    padding-right: 5px;
    padding-left: 5px; }
  .l-gutter-lg-16 > [class^="l-col-"], .l-gutter-lg-16 > [class*='l-col-'] {
    padding-right: 8px;
    padding-left: 8px; }
  .l-gutter-lg-20 > [class^="l-col-"], .l-gutter-lg-20 > [class*='l-col-'] {
    padding-right: 10px;
    padding-left: 10px; }
  .l-gutter-lg-30 > [class^="l-col-"], .l-gutter-lg-30 > [class*='l-col-'] {
    padding-right: 15px;
    padding-left: 15px; }
  .l-gutter-lg-40 > [class^="l-col-"], .l-gutter-lg-40 > [class*='l-col-'] {
    padding-right: 20px;
    padding-left: 20px; }
  .l-gutter-lg-50 > [class^="l-col-"], .l-gutter-lg-50 > [class*='l-col-'] {
    padding-right: 25px;
    padding-left: 25px; }
  .l-gutter-lg-60 > [class^="l-col-"], .l-gutter-lg-60 > [class*='l-col-'] {
    padding-right: 30px;
    padding-left: 30px; }
  .l-gutter-lg-70 > [class^="l-col-"], .l-gutter-lg-70 > [class*='l-col-'] {
    padding-right: 35px;
    padding-left: 35px; }
  .l-gutter-lg-80 > [class^="l-col-"], .l-gutter-lg-80 > [class*='l-col-'] {
    padding-right: 40px;
    padding-left: 40px; }
  .l-gutter-lg-90 > [class^="l-col-"], .l-gutter-lg-90 > [class*='l-col-'] {
    padding-right: 45px;
    padding-left: 45px; }
  .l-gutter-lg-100 > [class^="l-col-"], .l-gutter-lg-100 > [class*='l-col-'] {
    padding-right: 50px;
    padding-left: 50px; } }

@media (min-width: 1681px) {
  .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-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
  .l-col-xlg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    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 {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .l-center-xlg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .l-end-xlg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .l-top-xlg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .l-middle-xlg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .l-bottom-xlg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .l-around-xlg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .l-between-xlg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .l-first-xlg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .l-last-xlg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .l-row.l-gutter-xlg-0 {
    margin-right: 0;
    margin-left: 0; }
  .l-row.l-gutter-xlg-10 {
    margin-right: -5px;
    margin-left: -5px; }
  .l-row.l-gutter-xlg-16 {
    margin-right: -8px;
    margin-left: -8px; }
  .l-row.l-gutter-xlg-20 {
    margin-right: -10px;
    margin-left: -10px; }
  .l-row.l-gutter-xlg-30 {
    margin-right: -15px;
    margin-left: -15px; }
  .l-row.l-gutter-xlg-40 {
    margin-right: -20px;
    margin-left: -20px; }
  .l-row.l-gutter-xlg-50 {
    margin-right: -25px;
    margin-left: -25px; }
  .l-row.l-gutter-xlg-60 {
    margin-right: -30px;
    margin-left: -30px; }
  .l-row.l-gutter-xlg-70 {
    margin-right: -35px;
    margin-left: -35px; }
  .l-row.l-gutter-xlg-80 {
    margin-right: -40px;
    margin-left: -40px; }
  .l-row.l-gutter-xlg-90 {
    margin-right: -45px;
    margin-left: -45px; }
  .l-row.l-gutter-xlg-100 {
    margin-right: -50px;
    margin-left: -50px; }
  .l-gutter-xlg-0 > [class^="l-col-"], .l-gutter-xlg-0 > [class*='l-col-'] {
    padding-right: 0;
    padding-left: 0; }
  .l-gutter-xlg-10 > [class^="l-col-"], .l-gutter-xlg-10 > [class*='l-col-'] {
    padding-right: 5px;
    padding-left: 5px; }
  .l-gutter-xlg-16 > [class^="l-col-"], .l-gutter-xlg-16 > [class*='l-col-'] {
    padding-right: 8px;
    padding-left: 8px; }
  .l-gutter-xlg-20 > [class^="l-col-"], .l-gutter-xlg-20 > [class*='l-col-'] {
    padding-right: 10px;
    padding-left: 10px; }
  .l-gutter-xlg-30 > [class^="l-col-"], .l-gutter-xlg-30 > [class*='l-col-'] {
    padding-right: 15px;
    padding-left: 15px; }
  .l-gutter-xlg-40 > [class^="l-col-"], .l-gutter-xlg-40 > [class*='l-col-'] {
    padding-right: 20px;
    padding-left: 20px; }
  .l-gutter-xlg-50 > [class^="l-col-"], .l-gutter-xlg-50 > [class*='l-col-'] {
    padding-right: 25px;
    padding-left: 25px; }
  .l-gutter-xlg-60 > [class^="l-col-"], .l-gutter-xlg-60 > [class*='l-col-'] {
    padding-right: 30px;
    padding-left: 30px; }
  .l-gutter-xlg-70 > [class^="l-col-"], .l-gutter-xlg-70 > [class*='l-col-'] {
    padding-right: 35px;
    padding-left: 35px; }
  .l-gutter-xlg-80 > [class^="l-col-"], .l-gutter-xlg-80 > [class*='l-col-'] {
    padding-right: 40px;
    padding-left: 40px; }
  .l-gutter-xlg-90 > [class^="l-col-"], .l-gutter-xlg-90 > [class*='l-col-'] {
    padding-right: 45px;
    padding-left: 45px; }
  .l-gutter-xlg-100 > [class^="l-col-"], .l-gutter-xlg-100 > [class*='l-col-'] {
    padding-right: 50px;
    padding-left: 50px; } }

.l-wrapper {
  width: 100%;
  position: relative; }

.l-wrapper__overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5000;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #000; }
  .is-gnav-open .l-wrapper__overlay {
    opacity: 0.7;
    visibility: visible; }

/*header*/
.l-header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  opacity: 0; }
  .is-page-loaded .l-header {
    opacity: 1; }
  .is-content .l-header {
    opacity: 1; }
  .is-search-open .l-header {
    background: #fff; }
  .l-header:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: #fff;
    width: 0;
    height: 1px;
    opacity: 0;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
    -webkit-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .is-page-loaded .l-header:after {
      opacity: 0.4;
      width: 100%; }
    .is-search-open .l-header:after {
      background: #e8e8e8;
      opacity: 1;
      width: 100%; }
    .is-header-bg-show .l-header:after {
      background: #e6e6e6;
      opacity: 1;
      width: 100%; }
    .is-content .l-header:after {
      background: #e6e6e6;
      opacity: 1;
      width: 100%; }
  .is-header-bg-show .l-header {
    height: 80px; }
    @media (max-width: 767px) {
      .is-header-bg-show .l-header {
        height: 60px; } }
  .l-header.is-fixed {
    position: fixed; }
  @media (max-width: 767px) {
    .l-header {
      width: 100%;
      height: 60px; } }

.l-header-logo {
  position: absolute;
  left: 40px;
  top: 29px;
  z-index: 100;
  width: 139px;
  height: 22px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }
  .is-page-loaded .l-header-logo {
    opacity: 1;
    visibility: visible; }
  .is-content .l-header-logo {
    opacity: 1;
    visibility: visible; }
  .l-header-logo svg {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    fill: #FFF;
    -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .is-search-open .l-header-logo svg {
      fill: #333; }
    .is-header-bg-show .l-header-logo svg {
      fill: #333; }
    .is-gnav-open .l-header-logo svg {
      fill: #FFF; }
    .is-dark .l-header-logo svg {
      fill: #FFF; }
    .is-content .l-header-logo svg {
      fill: #333; }
    @media (max-width: 767px) {
      .l-header-logo svg {
        fill: #333; } }
  .l-header-logo a {
    display: block; }
  @media (max-width: 1280px) {
    .l-header-logo {
      width: 120px;
      height: 19px;
      left: 30px; } }
  @media (max-width: 767px) {
    .l-header-logo {
      opacity: 1;
      visibility: visible;
      left: 20px;
      top: 20px; }
      .is-home .l-header-logo {
        opacity: 1;
        visibility: visible; }
      .is-header-bg-show .l-header-logo {
        top: 20px; } }

.l-header-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  padding: 0 15px;
  height: 80px;
  text-align: center; }
  .is-gnav-open .l-header-nav {
    opacity: 0;
    visibility: hidden; }
  .is-content .l-header-nav {
    top: 0px; }
  @media (max-width: 1023px) {
    .l-header-nav {
      padding: 0 15px 0 60px; } }
  @media (max-width: 767px) {
    .l-header-nav {
      display: none; } }

.l-header-nav__menu {
  letter-spacing: -0.4em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.l-header-nav__item {
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .is-content .l-header-nav__item {
    opacity: 1; }
  .l-header-nav__item a {
    position: relative;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    letter-spacing: 0.05em;
    line-height: 40px;
    color: #2e2e2e;
    cursor: pointer;
    color: #FFF;
    /* &:after {
            width: 100%;
            height: 1px;
            background: #000;
            display: block;
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            transform-origin: right;
            transform: scaleX(0);
            transition: transform .6s $easeOutExpo;

            .is-dark & {
                background: #FFF;
            }
        }*/ }
    .is-search-open .l-header-nav__item a {
      color: #333; }
    .is-header-bg-show .l-header-nav__item a {
      color: #333; }
    .is-content .l-header-nav__item a {
      color: #333; }
  .l-header-nav__item a:hover,
  .l-header-nav__item.is-current a {
    opacity: 0.5;
    /* &:after {
            transform-origin: left;
            transform: scaleX(1);
        }*/ }
  @media (max-width: 1023px) {
    .l-header-nav__item {
      padding: 20px 15px; }
      .l-header-nav__item a {
        font-size: 14px;
        font-size: 1.4rem; } }
  .is-page-loaded .l-header-nav__item {
    opacity: 1; }
  .l-header-nav__item:nth-child(1) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s; }
  .l-header-nav__item:nth-child(2) {
    -webkit-transition-delay: .85s;
    -o-transition-delay: .85s;
    transition-delay: .85s; }
  .l-header-nav__item:nth-child(3) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s; }
  .l-header-nav__item:nth-child(4) {
    -webkit-transition-delay: .95s;
    -o-transition-delay: .95s;
    transition-delay: .95s; }
  .l-header-nav__item:nth-child(5) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }

.l-header-nav__item.is-current a span:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left; }

.l-header-nav-icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }
  .is-page-loaded .l-header-nav-icon {
    opacity: 1;
    visibility: visible; }
  .is-content .l-header-nav-icon {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 1023px) {
    .l-header-nav-icon {
      right: 100px; } }
  @media (max-width: 767px) {
    .l-header-nav-icon {
      right: 60px;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      top: 0%; } }

.l-header-search {
  display: inline-block;
  position: relative; }
  .l-header-search:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    background: #fff;
    width: 1px;
    height: 80px;
    -webkit-transform: translateY(-41px);
    -ms-transform: translateY(-41px);
    transform: translateY(-41px);
    opacity: .5; }
    .is-search-open .l-header-search:after {
      background: #e6e6e6;
      opacity: 1; }
    .is-header-bg-show .l-header-search:after {
      background: #e6e6e6;
      opacity: 1; }
    .is-content .l-header-search:after {
      background: #e6e6e6;
      opacity: 1; }
    @media (max-width: 767px) {
      .l-header-search:after {
        height: 60px;
        top: 0%;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        background: #e6e6e6;
        opacity: 1; } }
  @media (max-width: 1023px) {
    .l-header-search:before {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      background: #e6e6e6;
      width: 1px;
      height: 80px;
      -webkit-transform: translateY(-31px);
      -ms-transform: translateY(-31px);
      transform: translateY(-31px);
      opacity: .5; } }
  @media (max-width: 767px) {
    .l-header-search:before {
      height: 60px;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); } }
  .l-header-search a {
    display: block;
    padding: 0 30px; }
    @media (max-width: 767px) {
      .l-header-search a {
        padding: 0 30px;
        height: 60px; } }
    .l-header-search a img {
      -webkit-filter: invert(100%);
      filter: invert(100%);
      -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .is-search-open .l-header-search a img {
        -webkit-filter: invert(0%);
        filter: invert(0%); }
      .is-header-bg-show .l-header-search a img {
        -webkit-filter: invert(0%);
        filter: invert(0%); }
      .is-content .l-header-search a img {
        -webkit-filter: invert(0%);
        filter: invert(0%); }
      @media (max-width: 767px) {
        .l-header-search a img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -webkit-filter: invert(0%);
          filter: invert(0%); } }
  .is-gnav-open .l-header-search {
    opacity: 0;
    visibility: hidden; }

.l-header-search-box {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0px;
  top: 80px;
  width: 100%;
  height: 100px;
  padding: 0px;
  background: #FFF;
  font-weight: 500;
  z-index: 10000;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #ccc;
  border-bottom: 1px solid #e6e6e6; }
  .is-search-open .l-header-search-box {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 767px) {
    .l-header-search-box {
      top: 60px;
      height: 60px; } }

.l-header-sns {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 20px; }
  .l-header-sns:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    background: #fff;
    width: 1px;
    height: 80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .4; }
    .is-search-open .l-header-sns:after {
      background: #e6e6e6;
      opacity: 1; }
    .is-header-bg-show .l-header-sns:after {
      background: #e6e6e6;
      opacity: 1; }
    .is-content .l-header-sns:after {
      background: #e6e6e6;
      opacity: 1; }
  @media (max-width: 1023px) {
    .l-header-sns {
      display: none; } }

.l-header-sns__item {
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.6rem; }
  .l-header-sns__item a {
    display: block;
    color: #2e2e2e;
    -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    line-height: 100px; }
    .l-header-sns__item a img {
      -webkit-filter: invert(100%);
      filter: invert(100%);
      -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .is-search-open .l-header-sns__item a img {
        -webkit-filter: invert(0%);
        filter: invert(0%); }
      .is-header-bg-show .l-header-sns__item a img {
        -webkit-filter: invert(0%);
        filter: invert(0%); }
      .is-content .l-header-sns__item a img {
        -webkit-filter: invert(0%);
        filter: invert(0%); }

.l-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: -1;
  background-color: #FFF;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* .is-gnav-open & {
        transform: translateY(-100%);
        transform: translate3d(0, -100%, 0);
    }*/ }
  .is-header-bg-show .l-header__bg {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  @media (max-width: 767px) {
    .l-header__bg {
      height: 60px; } }

.l-header-nav__bg-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 0;
  opacity: 0.1; }

.l-gnav {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
  .is-gnav-open .l-gnav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  @media (max-width: 1023px) {
    .l-gnav {
      left: auto;
      right: 0; } }
  @media (max-width: 767px) {
    .l-gnav {
      width: 100%; } }

.l-gnav__wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.l-gnav__wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: -webkit-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }
  .is-gnav-open .l-gnav__wrap {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.l-gnav__body {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  text-align: center; }

.l-gnav__menu {
  width: 100%; }

.l-gnav__item {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 600;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 12px 0;
  position: relative; }
  @media (max-width: 1680px) {
    .l-gnav__item {
      font-size: 38px;
      font-size: 3.8rem; } }
  @media (max-width: 1280px) {
    .l-gnav__item {
      font-size: 34px;
      font-size: 3.4rem; } }
  @media (max-width: 767px) {
    .l-gnav__item {
      font-size: 2.6rem; } }
  @media (max-width: 320px) {
    .l-gnav__item {
      font-size: 2rem; } }
  .l-gnav__item a {
    display: block;
    color: #2e2e2e;
    cursor: pointer; }
  .l-gnav__item a:hover {
    opacity: 0.5; }

.l-gnav__item-jp {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: none;
  display: block;
  margin-top: 10px; }
  @media (max-width: 767px) {
    .l-gnav__item-jp {
      font-size: 1.1rem; } }
  @media (max-width: 320px) {
    .l-gnav__item-jp {
      font-size: 1rem; } }
  .l-gnav__item-jp a {
    display: block;
    color: #2e2e2e;
    cursor: pointer; }
  .l-gnav__item-jp a:hover {
    opacity: 0.5; }

.l-gnav__item.is-current a {
  color: #2e2e2e;
  opacity: .5; }

.l-gnav-sns {
  padding-top: 50px; }

.l-gnav__footer {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  text-align: center; }

.l-gnav-sns__item {
  display: inline-block;
  padding: 0 12px;
  font-size: 16px;
  font-size: 1.6rem; }
  .l-gnav-sns__item a {
    display: block;
    color: #2e2e2e;
    -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.l-gnav__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 0;
  background-color: #FFF;
  /*transition: .5s $easeInOutCubic;
    transform: translateY(100%);
    transform: translate3d(0, 100%, 0);

    .is-gnav-open & {
        transform: translateY(0);
        transform: translate3d(0, 0, 0);
    }*/ }

.l-gnav__bg-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 0;
  opacity: 0.1; }

.l-gnav-toggle {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 25px;
  top: 15px;
  z-index: 10002;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }
  .is-header-bg-show .l-gnav-toggle {
    top: 15px; }
  .l-gnav-toggle.is-fixed {
    position: fixed; }
  .is-page-loaded .l-gnav-toggle {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 1023px) {
    .l-gnav-toggle {
      display: block; } }
  @media (max-width: 767px) {
    .l-gnav-toggle {
      right: 5px;
      top: 5px; }
      .is-header-bg-show .l-gnav-toggle {
        top: 5px; } }

.l-gnav-toggle__inner {
  width: 20px;
  position: absolute;
  top: 18px;
  left: 15px; }

.l-gnav-toggle__bar {
  display: block;
  width: 20px;
  height: 1px;
  background: #2e2e2e;
  -webkit-transition: top .3s;
  -o-transition: top .3s;
  transition: top .3s;
  position: absolute;
  z-index: 10; }
  .l-gnav-toggle__bar--first {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0; }
  .l-gnav-toggle__bar--second {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 6px; }
  .l-gnav-toggle__bar--third {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 12px; }
  .is-dark .l-gnav-toggle__bar {
    background: #FFF; }
  @media (max-width: 1023px) {
    .l-gnav-toggle__bar {
      background: #fff; } }
  .is-content .l-gnav-toggle__bar {
    background: #333; }
  .is-header-bg-show .l-gnav-toggle__bar {
    background: #333; }
  .is-search-open .l-gnav-toggle__bar {
    background: #333; }
  @media (max-width: 767px) {
    .l-gnav-toggle__bar {
      background: #333; } }
  .is-gnav-open .l-gnav-toggle__bar {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #333; }
    .is-gnav-open .l-gnav-toggle__bar--first {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 8px; }
    .is-gnav-open .l-gnav-toggle__bar--second {
      opacity: 0; }
    .is-gnav-open .l-gnav-toggle__bar--third {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 8px; }

.l-gnav-toggle:hover .l-gnav-toggle__bar {
  -webkit-animation: moveLineLeftToRight 0.3s backwards;
  animation: moveLineLeftToRight 0.3s backwards; }
  .l-gnav-toggle:hover .l-gnav-toggle__bar--first {
    -webkit-animation-delay: 0;
    animation-delay: 0; }
  .l-gnav-toggle:hover .l-gnav-toggle__bar--second {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .l-gnav-toggle:hover .l-gnav-toggle__bar--third {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .is-gnav-open .l-gnav-toggle:hover .l-gnav-toggle__bar {
    -webkit-animation: none;
    animation: none; }

.l-footer {
  position: relative;
  z-index: 100; }

.l-footer__header {
  background-color: #FAFAFA;
  padding: 30px; }

.l-footer-banner {
  text-align: center;
  letter-spacing: -0.4em; }

.l-footer-banner__item {
  display: inline-block;
  letter-spacing: normal;
  max-width: 320px;
  padding: 0 10px; }
  .l-footer-banner__item img {
    width: 100%;
    max-width: 100%;
    height: auto; }

.l-footer-sns {
  text-align: center; }

.l-footer-sns__item {
  display: inline-block;
  margin: 0 10px; }
  .l-footer-sns__item a {
    display: block;
    color: #003659;
    font-size: 17px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .l-footer-sns__item a:hover {
      opacity: 0.5; }
  .l-footer-sns__item span {
    vertical-align: bottom; }

.l-footer__body {
  padding: 50px 30px;
  position: relative;
  background-color: #FFF;
  text-align: center;
  border-top: 1px solid #e6e6e6; }

.l-footer__logo {
  width: 80px;
  height: 24px;
  margin: 0 auto 60px; }
  .l-footer__logo img {
    width: 100%;
    height: auto; }

.l-footer-copyright {
  font-size: 10px;
  font-size: 1rem;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #000;
  opacity: 0.5;
  margin-top: 30px; }

.l-main {
  width: 100%;
  overflow: hidden; }

/*content*/
.l-content {
  position: relative; }

.l-content__wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -70px;
  margin-left: -70px; }

.l-content__main {
  padding-top: 50px;
  padding-right: 120px;
  padding-left: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1023px) {
    .l-content__main {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding-right: 70px;
      padding-left: 70px; } }

.l-content__side {
  padding-top: 140px;
  padding-bottom: 50px;
  padding-right: 70px;
  padding-left: 70px;
  margin: 80px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #e6e6e6;
  width: 100%; }
  @media (max-width: 1023px) {
    .l-content__side {
      /* flex-basis: 400px;
        max-width: 400px;*/
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }
  @media (max-width: 767px) {
    .l-content__side {
      -webkit-box-flex: 0;
      -ms-flex: 0;
      flex: 0;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding-top: 80px;
      padding-bottom: 20px; } }

.l-content__header {
  padding: 79px 0 0;
  background-color: #FFF;
  position: relative; }
  @media (max-width: 767px) {
    .l-content__header {
      padding-top: 60px; } }

.l-content__heading {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  text-align: center;
  position: relative;
  z-index: 100;
  color: #003659;
  margin-bottom: 50px;
  margin-top: 90px;
  padding-bottom: 60px;
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  opacity: 0; }
  .l-content__heading.is-onscreen {
    opacity: 1; }
  @media (max-width: 767px) {
    .l-content__heading {
      padding-bottom: 0px;
      margin-top: 60px; } }

.l-content__heading-en {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block; }
  @media (max-width: 767px) {
    .l-content__heading-en {
      font-size: 2.4rem; } }

.l-content__heading-jp {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-family: "Helvetica Neue", Helvetica, Arial, YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  display: block;
  padding-top: 10px; }
  @media (max-width: 767px) {
    .l-content__heading-jp {
      font-size: 1.1rem; } }

.l-content__heading-season {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-family: "Helvetica Neue", Helvetica, Arial, YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  display: block;
  padding-top: 60px;
  margin-bottom: -40px; }
  @media (max-width: 767px) {
    .l-content__heading-season {
      font-size: 1.4rem;
      padding-top: 40px;
      margin-bottom: -30px; } }

.l-content-filter {
  margin-top: 30px;
  display: none; }
  @media (max-width: 767px) {
    .l-content-filter {
      border-top: solid 1px #E8E8E8; } }

.l-content-filter__inner {
  position: relative;
  max-width: 1160px;
  margin: 0 auto; }

.l-content-filter-nav {
  letter-spacing: -0.4em;
  text-align: center; }
  @media (max-width: 767px) {
    .l-content-filter-nav {
      display: none; } }

.l-content-filter-nav__item {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  min-width: 100px;
  line-height: 50px;
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 767px) {
    .l-content-filter-nav__item {
      min-width: auto;
      font-size: 1.2rem; } }
  @media (max-width: 320px) {
    .l-content-filter-nav__item {
      font-size: 1.1rem; } }

.l-content-filter-nav__link {
  display: block;
  position: relative;
  margin: 0 10px; }
  .l-content-filter-nav__link:after {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FF0000;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .l-content-filter-nav__link:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }
  .is-current .l-content-filter-nav__link:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }
  .current .l-content-filter-nav__link:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }
  .l-content-filter-nav__link.is-current:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

@media (max-width: 767px) {
  .l-content-filter-selectbox-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.l-content-filter-selectbox {
  width: 140px;
  position: absolute;
  bottom: 0;
  right: 0; }
  @media (max-width: 767px) {
    .l-content-filter-selectbox {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
      position: relative;
      display: inline-block; }
      .l-content-filter-selectbox:first-child {
        border-right: solid 1px #E8E8E8; } }

@media (max-width: 767px) {
  .l-content-filter-selectbox--fit {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

.l-content-filter-selectbox--sex {
  display: none; }
  @media (max-width: 767px) {
    .l-content-filter-selectbox--sex {
      position: relative;
      display: inline-block; } }

.l-content__body {
  padding: 0;
  position: relative; }

.l-content__footer {
  padding: 0 0 40px;
  position: relative;
  background-color: #FFF; }

/* =========================================================

Object

========================================================= */
/* ---------------------------------------------------------

Component

--------------------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?ygtend");
  src: url("../fonts/icomoon.eot?ygtend#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ygtend") format("truetype"), url("../fonts/icomoon.woff?ygtend") format("woff"), url("../fonts/icomoon.svg?ygtend#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="c-icon-"], [class*="c-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  [class^="c-icon-"]:before, [class*="c-icon-"]:before {
    vertical-align: middle; }

.c-icon-arrow-s-up:before {
  content: "\e90c"; }

.c-icon-arrow-s-right:before {
  content: "\e90d"; }

.c-icon-arrow-s-left:before {
  content: "\e90e"; }

.c-icon-arrow-s-down:before {
  content: "\e90f"; }

.c-icon-check:before {
  content: "\e90b"; }

.c-icon-arrow-down:before {
  content: "\e900"; }

.c-icon-arrow-left:before {
  content: "\e901"; }

.c-icon-arrow-right:before {
  content: "\e902"; }

.c-icon-arrow-up:before {
  content: "\e903"; }

.c-icon-youtube:before {
  content: "\e904"; }

.c-icon-instagram:before {
  content: "\e905"; }

.c-icon-pinterest:before {
  content: "\e906"; }

.c-icon-twitter:before {
  content: "\e907"; }

.c-icon-facebook:before {
  content: "\e908"; }

.c-icon-line:before {
  content: "\e909";
  color: #00c300; }

.c-icon-search:before {
  content: "\e90a"; }

/*button*/
.c-button {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  overflow: hidden;
  padding: 0 5px; }
  .c-button:after {
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    content: "";
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    -o-transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
    .is-onscreen .c-button:after {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
  .c-button:hover:after {
    -webkit-animation: moveLineLeftToRight 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    animation: moveLineLeftToRight 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) forwards; }
  @media (max-width: 767px) {
    .c-button {
      font-size: 13px;
      font-size: 1.3rem; }
      .c-button:after {
        height: 2px; } }

.c-button__inner {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  -webkit-transform: translateY(108%);
  -ms-transform: translateY(108%);
  transform: translateY(108%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  -o-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s; }
  .is-onscreen .c-button__inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  @media (max-width: 1023px) {
    .c-button__inner {
      padding-bottom: 18px; } }
  @media (max-width: 767px) {
    .c-button__inner {
      padding-bottom: 15px; } }

.c-button--white {
  color: #FFF; }
  .c-button--white:hover {
    color: #FFF; }
  .c-button--white:after {
    background: #FFF; }

.c-button-close {
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .c-button-close:hover .c-button-close__icon div:before {
    right: 0; }

.c-button-close__icon {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .c-button-close__icon div {
    height: 1px;
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    background-color: gray; }
    .c-button-close__icon div:before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 100%;
      content: '';
      background: #fff;
      -webkit-transition: 0.5s right cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: 0.5s right cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: 0.5s right cubic-bezier(0.215, 0.61, 0.355, 1); }
    .c-button-close__icon div:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .c-button-close__icon div:nth-child(2) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      .c-button-close__icon div:nth-child(2):before {
        -webkit-transition: 0.5s right cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
        -o-transition: 0.5s right cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
        transition: 0.5s right cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s; }
  @media (max-width: 767px) {
    .c-button-close__icon {
      width: 40px;
      height: 40px; }
      .c-button-close__icon div {
        width: 40px;
        margin-left: -20px; } }

.c-button-buy {
  font-size: 12px !important;
  font-size: 1.2rem !important;
  line-height: 14px;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #FFF;
  display: inline-block;
  margin: 0px 6px;
  text-decoration: none;
  background: #003659;
  padding-right: 7px;
  padding-left: 9px;
  border-radius: 3px;
  vertical-align: text-top; }
  a:hover .c-button-buy {
    background: #191919; }

.c-thumb {
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); }

a:hover .c-thumb, .c-thumb a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.c-thumb__inner {
  -webkit-transform: translateX(-102%);
  -ms-transform: translateX(-102%);
  transform: translateX(-102%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  /*background-color: #FFF;*/ }
  .is-onscreen .c-thumb__inner {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    -o-transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .c-thumb__inner:after {
    width: 102%;
    height: 100%;
    display: block;
    background: #FFFFFF;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -o-transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right; }
    .is-onscreen .c-thumb__inner:after {
      /* width: 120%;*/
      /*transform: scaleX(0) skewX(40deg);*/
      -webkit-transition: -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
      transition: -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
      -o-transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
      transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
      transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0); }

.c-thumb img {
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }

a:hover .c-thumb img, .c-thumb a:hover img {
  opacity: 1; }

.c-thumb__rect {
  display: none; }

/*overlay*/
.c-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: #000;
  opacity: 0.4; }

a:hover .c-overlay--hover {
  opacity: 0; }

.c-overlay--kv {
  opacity: 0.4;
  background-color: #000;
  z-index: 1;
  pointer-events: none; }

.c-overlay--about {
  opacity: 0.7;
  background-color: #000;
  z-index: 1;
  pointer-events: none; }

/*sns*/
.c-sns {
  display: inline-block; }

.c-sns__item {
  font-size: 20px;
  line-height: 1;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle; }
  .c-sns__item:last-child {
    padding-right: 0; }

/*mask*/
.c-mask {
  overflow: hidden; }

.c-mask--inlineblock {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom; }

.c-mask__inner {
  display: inline-block;
  -webkit-transform: translateY(108%);
  -ms-transform: translateY(108%);
  transform: translateY(108%); }
  .is-onscreen .c-mask__inner {
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

/*post*/
.c-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .c-post {
      padding-bottom: 35px; } }

.p-article-list .c-post.l-col-sm-4 {
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
  max-width: 33.3333%; }
  @media (max-width: 767px) {
    .p-article-list .c-post.l-col-sm-4 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }
  .p-article-list .c-post.l-col-sm-4:nth-child(1), .p-article-list .c-post.l-col-sm-4:nth-child(2), .p-article-list .c-post.l-col-sm-4:nth-child(9), .p-article-list .c-post.l-col-sm-4:nth-child(10), .p-article-list .c-post.l-col-sm-4:nth-child(17), .p-article-list .c-post.l-col-sm-4:nth-child(18), .p-article-list .c-post.l-col-sm-4:nth-child(25), .p-article-list .c-post.l-col-sm-4:nth-child(26), .p-article-list .c-post.l-col-sm-4:nth-child(33), .p-article-list .c-post.l-col-sm-4:nth-child(34), .p-article-list .c-post.l-col-sm-4:nth-child(41), .p-article-list .c-post.l-col-sm-4:nth-child(42), .p-article-list .c-post.l-col-sm-4:nth-child(49), .p-article-list .c-post.l-col-sm-4:nth-child(50), .p-article-list .c-post.l-col-sm-4:nth-child(57), .p-article-list .c-post.l-col-sm-4:nth-child(58), .p-article-list .c-post.l-col-sm-4:nth-child(65), .p-article-list .c-post.l-col-sm-4:nth-child(66), .p-article-list .c-post.l-col-sm-4:nth-child(73), .p-article-list .c-post.l-col-sm-4:nth-child(74), .p-article-list .c-post.l-col-sm-4:nth-child(81), .p-article-list .c-post.l-col-sm-4:nth-child(82) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
    @media (max-width: 767px) {
      .p-article-list .c-post.l-col-sm-4:nth-child(1), .p-article-list .c-post.l-col-sm-4:nth-child(2), .p-article-list .c-post.l-col-sm-4:nth-child(9), .p-article-list .c-post.l-col-sm-4:nth-child(10), .p-article-list .c-post.l-col-sm-4:nth-child(17), .p-article-list .c-post.l-col-sm-4:nth-child(18), .p-article-list .c-post.l-col-sm-4:nth-child(25), .p-article-list .c-post.l-col-sm-4:nth-child(26), .p-article-list .c-post.l-col-sm-4:nth-child(33), .p-article-list .c-post.l-col-sm-4:nth-child(34), .p-article-list .c-post.l-col-sm-4:nth-child(41), .p-article-list .c-post.l-col-sm-4:nth-child(42), .p-article-list .c-post.l-col-sm-4:nth-child(49), .p-article-list .c-post.l-col-sm-4:nth-child(50), .p-article-list .c-post.l-col-sm-4:nth-child(57), .p-article-list .c-post.l-col-sm-4:nth-child(58), .p-article-list .c-post.l-col-sm-4:nth-child(65), .p-article-list .c-post.l-col-sm-4:nth-child(66), .p-article-list .c-post.l-col-sm-4:nth-child(73), .p-article-list .c-post.l-col-sm-4:nth-child(74), .p-article-list .c-post.l-col-sm-4:nth-child(81), .p-article-list .c-post.l-col-sm-4:nth-child(82) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; }
        .p-article-list .c-post.l-col-sm-4:nth-child(1) .c-post__image, .p-article-list .c-post.l-col-sm-4:nth-child(2) .c-post__image, .p-article-list .c-post.l-col-sm-4:nth-child(9) .c-post__image, .p-article-list .c-post.l-col-sm-4:nth-child(10) .c-post__image, .p-article-list .c-post.l-col-sm-4:nth-child(17) .c-post__image, .p-article-list .c-post.l-col-sm-4:nth-child(18) .c-post__image, .p-article-list .c-post.l-col-sm-4:nth-child(25) .c-post__image, .p-article-list .c-post.l-col-sm-4:nth-child(26) .c-post__image, .p-article-list .c-post.l-col-sm-4:nth-child(33) .c-post__image, .p-article-list .c-post.l-col-sm-4:nth-child(34) .c-post__image, .p-article-list .c-post.l-col-sm-4:nth-child(41) .c-post__image, .p-article-list .c-post.l-col-sm-4:nth-child(42) .c-post__image, .p-article-list .c-post.l-col-sm-4:nth-child(49) .c-post__image, .p-article-list .c-post.l-col-sm-4:nth-child(50) .c-post__image, .p-article-list .c-post.l-col-sm-4:nth-child(57) .c-post__image, .p-article-list .c-post.l-col-sm-4:nth-child(58) .c-post__image, .p-article-list .c-post.l-col-sm-4:nth-child(65) .c-post__image, .p-article-list .c-post.l-col-sm-4:nth-child(66) .c-post__image, .p-article-list .c-post.l-col-sm-4:nth-child(73) .c-post__image, .p-article-list .c-post.l-col-sm-4:nth-child(74) .c-post__image, .p-article-list .c-post.l-col-sm-4:nth-child(81) .c-post__image, .p-article-list .c-post.l-col-sm-4:nth-child(82) .c-post__image {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          max-width: 100%;
          margin-top: 20px; }
        .p-article-list .c-post.l-col-sm-4:nth-child(1) .c-post__body, .p-article-list .c-post.l-col-sm-4:nth-child(2) .c-post__body, .p-article-list .c-post.l-col-sm-4:nth-child(9) .c-post__body, .p-article-list .c-post.l-col-sm-4:nth-child(10) .c-post__body, .p-article-list .c-post.l-col-sm-4:nth-child(17) .c-post__body, .p-article-list .c-post.l-col-sm-4:nth-child(18) .c-post__body, .p-article-list .c-post.l-col-sm-4:nth-child(25) .c-post__body, .p-article-list .c-post.l-col-sm-4:nth-child(26) .c-post__body, .p-article-list .c-post.l-col-sm-4:nth-child(33) .c-post__body, .p-article-list .c-post.l-col-sm-4:nth-child(34) .c-post__body, .p-article-list .c-post.l-col-sm-4:nth-child(41) .c-post__body, .p-article-list .c-post.l-col-sm-4:nth-child(42) .c-post__body, .p-article-list .c-post.l-col-sm-4:nth-child(49) .c-post__body, .p-article-list .c-post.l-col-sm-4:nth-child(50) .c-post__body, .p-article-list .c-post.l-col-sm-4:nth-child(57) .c-post__body, .p-article-list .c-post.l-col-sm-4:nth-child(58) .c-post__body, .p-article-list .c-post.l-col-sm-4:nth-child(65) .c-post__body, .p-article-list .c-post.l-col-sm-4:nth-child(66) .c-post__body, .p-article-list .c-post.l-col-sm-4:nth-child(73) .c-post__body, .p-article-list .c-post.l-col-sm-4:nth-child(74) .c-post__body, .p-article-list .c-post.l-col-sm-4:nth-child(81) .c-post__body, .p-article-list .c-post.l-col-sm-4:nth-child(82) .c-post__body {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          max-width: 100%;
          margin-top: 20px;
          padding-left: 0px; } }
    @media (max-width: 767px) {
      .p-article-list .c-post.l-col-sm-4:nth-child(1) .c-post__new, .p-article-list .c-post.l-col-sm-4:nth-child(2) .c-post__new, .p-article-list .c-post.l-col-sm-4:nth-child(9) .c-post__new, .p-article-list .c-post.l-col-sm-4:nth-child(10) .c-post__new, .p-article-list .c-post.l-col-sm-4:nth-child(17) .c-post__new, .p-article-list .c-post.l-col-sm-4:nth-child(18) .c-post__new, .p-article-list .c-post.l-col-sm-4:nth-child(25) .c-post__new, .p-article-list .c-post.l-col-sm-4:nth-child(26) .c-post__new, .p-article-list .c-post.l-col-sm-4:nth-child(33) .c-post__new, .p-article-list .c-post.l-col-sm-4:nth-child(34) .c-post__new, .p-article-list .c-post.l-col-sm-4:nth-child(41) .c-post__new, .p-article-list .c-post.l-col-sm-4:nth-child(42) .c-post__new, .p-article-list .c-post.l-col-sm-4:nth-child(49) .c-post__new, .p-article-list .c-post.l-col-sm-4:nth-child(50) .c-post__new, .p-article-list .c-post.l-col-sm-4:nth-child(57) .c-post__new, .p-article-list .c-post.l-col-sm-4:nth-child(58) .c-post__new, .p-article-list .c-post.l-col-sm-4:nth-child(65) .c-post__new, .p-article-list .c-post.l-col-sm-4:nth-child(66) .c-post__new, .p-article-list .c-post.l-col-sm-4:nth-child(73) .c-post__new, .p-article-list .c-post.l-col-sm-4:nth-child(74) .c-post__new, .p-article-list .c-post.l-col-sm-4:nth-child(81) .c-post__new, .p-article-list .c-post.l-col-sm-4:nth-child(82) .c-post__new {
        width: 55px;
        height: 55px;
        line-height: 55px;
        top: 0;
        left: -15px; } }

.c-post__frame {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px); }
  @media (max-width: 767px) {
    .c-post__frame {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex: 0 1 auto;
      -webkit-box-flex: 0;
      flex: 0 1 auto;
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .c-post__frame.is-onscreen {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }

.c-post__body {
  padding: 24px 0 0;
  position: relative; }
  .c-post__body a {
    display: block; }
  @media (max-width: 767px) {
    .c-post__body {
      padding: 0 15px 0;
      -ms-flex-preferred-size: 66.667%;
      flex-basis: 66.667%;
      max-width: 66.667%; } }

.c-post__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  overflow: hidden; }
  .c-post__image a {
    display: block; }
  .c-post__image img {
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .c-post__image {
      -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
      max-width: 33.333%; } }

.c-post__viewmore {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 22px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 1;
  line-height: 1.8;
  font-weight: 700;
  color: #FFF;
  text-align: center; }

.c-post__viewmore-text {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .c-post__image:hover .c-post__viewmore-text {
    visibility: visible;
    opacity: 1; }

.c-post-border {
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #FFF; }
  .is-people .c-post-border {
    background: #0096B6; }
  .is-fashion .c-post-border {
    background: #FF2600; }
  .is-things .c-post-border {
    background: #859F3F; }
  .is-stylebook .c-post-border {
    background: #7563AC; }

.c-post-border--top {
  left: 0;
  top: 0;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  width: 100%;
  height: 4px; }

.c-post-border--left {
  left: 0;
  top: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  width: 4px;
  height: 100%; }

.c-post-border--right {
  right: 0;
  top: 0;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  width: 4px;
  height: 100%; }

.c-post-border--bottom {
  right: 0;
  bottom: 0;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  width: 100%;
  height: 4px; }

a:hover .c-post-border--top {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

a:hover .c-post-border--left {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); }

a:hover .c-post-border--right {
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); }

a:hover .c-post-border--bottom {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.c-post__overlay {
  display: none;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .c-post__image:hover .c-post__overlay {
    visibility: visible;
    opacity: 0.5; }

.c-post__new {
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #DF3C3C;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 40px;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #FFF;
  border-radius: 40px; }
  @media (max-width: 767px) {
    .c-post__new {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 700;
      line-height: 30px;
      width: 30px;
      height: 30px;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); } }

.c-post__category {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  margin-bottom: 11px;
  display: none; }
  @media (max-width: 767px) {
    .c-post__category {
      font-size: 11px;
      font-size: 1.1rem;
      margin-bottom: 6px; } }

.c-post__category--people {
  color: #0096B6; }

.c-post__category--fashion {
  color: #FF2600; }

.c-post__category--things {
  color: #859F3F; }

.c-post__category--stylebook {
  color: #7563AC; }

.c-post__title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em; }
  @media (max-width: 767px) {
    .c-post__title {
      font-size: 13px;
      font-size: 1.3rem; } }

.c-post__meta {
  padding-top: 12px;
  position: relative;
  letter-spacing: -0.4em; }
  @media (max-width: 767px) {
    .c-post__meta {
      padding-top: 8px; } }

.c-post__sex,
.c-post__season,
.c-post__favorite {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em; }
  .c-post__sex a,
  .c-post__season a,
  .c-post__favorite a {
    opacity: 0.5;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .c-post__sex a:hover,
    .c-post__season a:hover,
    .c-post__favorite a:hover {
      opacity: 1; }

.c-post__sex {
  padding: 0 12px 0 0; }
  @media (max-width: 767px) {
    .c-post__sex {
      padding: 0 6px 0 0; } }

.c-post__season {
  padding: 0 12px 0 13px;
  border-left: solid 1px #CCC; }
  @media (max-width: 767px) {
    .c-post__season {
      padding: 0 6px 0 8px;
      white-space: nowrap; } }

.c-post__favorite {
  display: none;
  font-size: 13px;
  padding: 0 0 0 13px;
  border-left: solid 1px #CCC; }
  .is-favorite .c-post__favorite a {
    opacity: 1; }

/*post*/
.c-post-pickup__frame {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }

.c-post-pickup__body {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 60px; }
  .c-post-pickup__body a {
    display: block;
    height: 100%; }
  @media (max-width: 1023px) {
    .c-post-pickup__body {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding: 30px 0 80px; } }
  @media (max-width: 767px) {
    .c-post-pickup__body {
      padding: 25px 0 40px; } }

.c-post-pickup__image {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  position: relative; }
  .c-post-pickup__image a {
    display: block; }
  .c-post-pickup__image img {
    width: 100%;
    height: auto; }
  @media (max-width: 1023px) {
    .c-post-pickup__image {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

.c-post-pickup__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-top: 5px; }

.c-post-pickup__text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-top: 16px;
  padding-bottom: 5px; }

/*post-stylebook*/
.c-post-stylebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  display: none; }
  @media (max-width: 767px) {
    .c-post-stylebook {
      padding-bottom: 40px; } }

.c-post-stylebook__frame {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }

.c-post-stylebook__body {
  padding: 12px 0 0;
  position: relative; }
  .c-post-stylebook__body a {
    display: block;
    height: 100%; }

.c-post-stylebook__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  overflow: hidden; }
  .c-post-stylebook__image a {
    display: block; }
  .c-post-stylebook__image img {
    width: 100%;
    height: auto; }

.c-post-stylebook__num {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .c-post-stylebook__num span {
    font-size: 14px;
    font-size: 1.4rem; }
  @media (max-width: 767px) {
    .c-post-stylebook__num {
      font-size: 20px;
      font-size: 2rem; }
      .c-post-stylebook__num span {
        font-size: 12px;
        font-size: 1.2rem; } }
  @media (max-width: 320px) {
    .c-post-stylebook__num {
      font-size: 18px;
      font-size: 1.8rem; }
      .c-post-stylebook__num span {
        font-size: 10px;
        font-size: 1rem; } }

.c-post-stylebook__title {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  padding-top: 15px; }

.c-post-stylebook__brand {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 767px) {
    .c-post-stylebook__brand {
      font-size: 11px;
      font-size: 1.1rem;
      margin-bottom: 4px; } }
  @media (max-width: 320px) {
    .c-post-stylebook__brand {
      font-size: 1px;
      font-size: 0.1rem; } }

.c-post-stylebook__sex {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #888888;
  padding: 0 10px; }

.c-post-grid {
  width: 100%; }

.c-post-grid__sizer {
  width: 25%; }
  @media (max-width: 767px) {
    .c-post-grid__sizer {
      width: 50%; } }

.c-post-grid__item {
  width: 25%;
  height: 300px;
  padding: 5px; }
  @media (max-width: 767px) {
    .c-post-grid__item {
      width: 50%;
      height: 200px;
      padding: 2px; } }

.c-post-grid__item--w2 {
  width: 50%; }
  @media (max-width: 767px) {
    .c-post-grid__item--w2 {
      width: 100%; } }

.c-post-grid__item--h2 {
  height: 600px; }
  @media (max-width: 767px) {
    .c-post-grid__item--h2 {
      height: 400px; } }

/*post-stylebook*/
.c-post-stylebook-grid {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .c-post-stylebook-grid {
      padding-bottom: 40px; } }

.c-post-stylebook-grid__frame {
  position: relative;
  width: 100%;
  height: 100%; }

.c-post-stylebook-grid__image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.c-post-stylebook-grid__overlay {
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  a:hover .c-post-stylebook-grid__overlay {
    opacity: 0.4; }

.c-post-stylebook-grid__body {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #FFF;
  padding: 40px;
  opacity: 0;
  z-index: 100;
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  a:hover .c-post-stylebook-grid__body {
    opacity: 1; }

.c-post-stylebook-grid__num {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 3px;
  z-index: 10;
  top: 0; }
  .c-post-stylebook-grid__num span {
    font-size: 20px;
    font-size: 2rem; }
  @media (max-width: 767px) {
    .c-post-stylebook-grid__num {
      font-size: 36px;
      font-size: 3.6rem; }
      .c-post-stylebook-grid__num span {
        font-size: 12px;
        font-size: 1.2rem; } }
  @media (max-width: 320px) {
    .c-post-stylebook-grid__num {
      font-size: 30px;
      font-size: 3rem; }
      .c-post-stylebook-grid__num span {
        font-size: 10px;
        font-size: 1rem; } }

.c-post-stylebook-grid__title {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  padding-top: 15px; }

.c-post-stylebook-grid__brand {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  z-index: 10; }
  @media (max-width: 767px) {
    .c-post-stylebook-grid__brand {
      font-size: 11px;
      font-size: 1.1rem;
      margin-bottom: 4px; } }
  @media (max-width: 320px) {
    .c-post-stylebook-grid__brand {
      font-size: 1px;
      font-size: 0.1rem; } }

.c-post-stylebook-grid__sex {
  display: none;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em; }

.c-section {
  padding: 0px 0 30px;
  position: relative; }
  @media (max-width: 767px) {
    .c-section {
      padding: 40px 0; } }

.c-section--related {
  padding: 50px 0 0 0;
  position: relative;
  border-top: solid 1px #E8E8E8;
  background: #FFF; }
  @media (max-width: 767px) {
    .c-section--related {
      padding: 30px 0 0 0; } }

.c-section__header {
  padding: 0 0 48px;
  z-index: 100; }
  @media (max-width: 1023px) {
    .c-section__header {
      padding: 30px 0; } }

.c-section__heading {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  text-align: center;
  position: relative;
  z-index: 100; }

.c-section__heading--md {
  font-size: 30px;
  font-size: 3rem; }

.c-section__heading--sm {
  font-size: 24px;
  font-size: 2.4rem; }

.c-section__heading-en {
  font-family: "Freight Big Pro W01", "Times", Times, "Times New Roman", Georgia, serif;
  line-height: 1.5;
  display: block; }
  @media (max-width: 767px) {
    .c-section__heading-en {
      font-size: 1.5rem;
      color: #2e2e2e; } }

.c-section__heading-jp {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-family: "Helvetica Neue", Helvetica, Arial, YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  display: block; }
  @media (max-width: 767px) {
    .c-section__heading-jp {
      font-size: 1.5rem;
      color: #2e2e2e; } }

/*article*/
.c-article {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  opacity: 0;
  display: block; }
  .is-onscreen .c-article {
    -webkit-animation: fadeIn 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s forwards;
    animation: fadeIn 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s forwards; }
  @media (max-width: 767px) {
    .c-article {
      font-size: 1.3rem; } }

.c-article__header {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .c-article__header {
      padding-top: 40px;
      padding-bottom: 25px; } }

.c-article__heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
  border-bottom: solid 1px #E8E8E8; }
  @media (max-width: 767px) {
    .c-article__heading {
      font-size: 1.5rem;
      padding-bottom: 10px; } }

.c-article__meta {
  letter-spacing: -0.4em;
  color: #999; }

.c-article__time {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  display: inline-block; }
  @media (max-width: 767px) {
    .c-article__time {
      font-size: 1.1rem; } }

.c-article__category {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  display: inline-block; }
  @media (max-width: 767px) {
    .c-article__category {
      font-size: 1.1rem; } }

.c-article__body {
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .c-article__body {
      padding-bottom: 50px; } }
  .c-article__body img {
    /* padding-bottom: 2em;*/
    padding-bottom: 32px; }
  .c-article__body p {
    letter-spacing: 0.04em;
    /*padding-bottom: 2em;*/
    padding-bottom: 30px;
    word-break: break-all; }
  .c-article__body h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-top: 1.2em;
    padding-bottom: 1.2em; }
    @media (max-width: 767px) {
      .c-article__body h2 {
        font-size: 1.8rem; } }
  .c-article__body h3 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-top: 1.2em;
    padding-bottom: 1.2em; }
    @media (max-width: 767px) {
      .c-article__body h3 {
        font-size: 1.6rem; } }
  .c-article__body h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-top: 1.2em;
    padding-bottom: 1.2em; }
    @media (max-width: 767px) {
      .c-article__body h4 {
        font-size: 1.4rem; } }
  .c-article__body .c-article__img + h2,
  .c-article__body img + h2,
  .c-article__body .c-article__img + h3,
  .c-article__body img + h3,
  .c-article__body .c-article__img + h4,
  .c-article__body img + h4 {
    padding-top: 0; }

.c-article__img {
  padding-top: 20px; }
  @media (max-width: 767px) {
    .c-article__img {
      padding-top: 10px; } }

.c-article__border:after {
  width: 100%;
  height: 1px;
  display: block;
  content: "";
  border-bottom: solid 1px #E8E8E8;
  /*margin-bottom: 2em;*/
  margin-top: 0;
  margin-bottom: 30px; }

.c-article__profile {
  padding-top: 20px; }

.c-article__item + .c-article__profile {
  padding-top: 40px; }

.c-article__border + .c-article__profile {
  padding-top: 10px; }

.c-article__profile-name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5; }
  @media (max-width: 767px) {
    .c-article__profile-name {
      font-size: 1.5rem; } }

.c-article__profile-job {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 3px; }

.c-article__profile-text {
  padding-top: 15px; }

.c-article__parallax {
  height: 500px;
  overflow: hidden;
  z-index: 0 !important;
  margin: 2em 0 2em; }
  @media (max-width: 767px) {
    .c-article__parallax {
      height: 300px; } }

/*share*/
.c-share {
  letter-spacing: -0.4em; }

.c-share__heading {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-right: 70px;
  position: relative;
  opacity: 0.5; }
  .c-share__heading:after {
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    width: 40px;
    height: 1px;
    content: "";
    background-color: #000;
    opacity: 0.5; }
  @media (max-width: 767px) {
    .c-share__heading {
      display: none;
      font-size: 1rem;
      padding-bottom: 10px; } }

.c-share__list {
  display: inline-block;
  letter-spacing: -0.4em; }
  @media (max-width: 767px) {
    .c-share__list {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex: 0 1 auto;
      -webkit-box-flex: 0;
      flex: 0 1 auto;
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.c-share__list-item {
  display: inline-block;
  text-align: center; }
  .c-share__list-item a {
    padding: 6px;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media (max-width: 767px) {
      .c-share__list-item a {
        padding: 15px 6px; } }
  .c-share__list-item a:hover {
    opacity: 0.5; }
  .c-share__list-item span {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: text-bottom; }
    @media (max-width: 767px) {
      .c-share__list-item span {
        font-size: 18px; } }
  @media (max-width: 767px) {
    .c-share__list-item {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
      .c-share__list-item:first-child {
        border-right: solid 1px #E8E8E8; } }

.c-share__item--fb a:hover {
  background: #5AA8DF; }

.c-share__item--tw a:hover {
  background: #3b5998; }

#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20001;
  width: 100%; }
  @media (max-width: 767px) {
    #loader img {
      width: 100%; } }

#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #181818;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20000;
  /* #loaderより少ない値を入れて下さい */ }

#bg {
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: 11111;
  overflow: hidden;
  position: fixed;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #003659; }
  .is-page-loaded #bg {
    width: 0; }

.c-preloader {
  position: fixed;
  z-index: 1111; }

.c-preloader-main__inner {
  position: relative;
  width: 100%; }

.c-preloader-main__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 4.5s;
  -o-transition-delay: 4.5s;
  transition-delay: 4.5s;
  background: #003659;
  z-index: 1111; }
  .c-preloader-main__logo.is-onscreen {
    opacity: 1; }

.c-preloader-main__logo img {
  width: 400px;
  margin: 0 auto;
  display: table; }
  @media (max-width: 767px) {
    .c-preloader-main__logo img {
      width: 200px !important; } }

.c-preloader-main__ttl {
  color: #fff;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  letter-spacing: .05em;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (max-width: 767px) {
    .c-preloader-main__ttl {
      font-size: 28px;
      font-size: 2.8rem; } }

.c-preloader-main__ttl-move {
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 1.2s ease 0.1s, -webkit-transform 1.2s ease 0.2s;
  transition: opacity 1.2s ease 0.1s, -webkit-transform 1.2s ease 0.2s;
  -o-transition: opacity 1.2s ease 0.1s, transform 1.2s ease 0.2s;
  transition: opacity 1.2s ease 0.1s, transform 1.2s ease 0.2s;
  transition: opacity 1.2s ease 0.1s, transform 1.2s ease 0.2s, -webkit-transform 1.2s ease 0.2s;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  -webkit-transform: scale(1.25) translate(8px, 4px);
  -ms-transform: scale(1.25) translate(8px, 4px);
  transform: scale(1.25) translate(8px, 4px); }
  .is-onscreen .c-preloader-main__ttl-move {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: scale(1) translate(0);
    -ms-transform: scale(1) translate(0);
    transform: scale(1) translate(0); }
  .c-preloader-main__ttl-move:nth-child(1) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s; }
  .c-preloader-main__ttl-move:nth-child(2) {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s; }
  .c-preloader-main__ttl-move:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  .c-preloader-main__ttl-move:nth-child(4) {
    -webkit-transition-delay: .35s;
    -o-transition-delay: .35s;
    transition-delay: .35s; }
  .c-preloader-main__ttl-move:nth-child(5) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s; }
  .c-preloader-main__ttl-move:nth-child(6) {
    -webkit-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s; }
  .c-preloader-main__ttl-move:nth-child(7) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }
  .c-preloader-main__ttl-move:nth-child(8) {
    -webkit-transition-delay: .55s;
    -o-transition-delay: .55s;
    transition-delay: .55s; }
  .c-preloader-main__ttl-move:nth-child(9) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s; }
  .c-preloader-main__ttl-move:nth-child(10) {
    -webkit-transition-delay: .65s;
    -o-transition-delay: .65s;
    transition-delay: .65s; }
  .c-preloader-main__ttl-move:nth-child(11) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s; }
  .c-preloader-main__ttl-move:nth-child(12) {
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s; }
  .c-preloader-main__ttl-move:nth-child(13) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s; }
  .c-preloader-main__ttl-move:nth-child(14) {
    -webkit-transition-delay: .85s;
    -o-transition-delay: .85s;
    transition-delay: .85s; }
  .c-preloader-main__ttl-move:nth-child(15) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s; }
  .c-preloader-main__ttl-move:nth-child(16) {
    -webkit-transition-delay: .95s;
    -o-transition-delay: .95s;
    transition-delay: .95s; }
  .c-preloader-main__ttl-move:nth-child(17) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .c-preloader-main__ttl-move:nth-child(18) {
    -webkit-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s; }
  .c-preloader-main__ttl-move:nth-child(19) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s; }
  .c-preloader-main__ttl-move:nth-child(20) {
    -webkit-transition-delay: 1.15s;
    -o-transition-delay: 1.15s;
    transition-delay: 1.15s; }
  .c-preloader-main__ttl-move:nth-child(21) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s; }
  .c-preloader-main__ttl-move:nth-child(22) {
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s; }
  .c-preloader-main__ttl-move:nth-child(23) {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s; }
  .c-preloader-main__ttl-move:nth-child(24) {
    -webkit-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s; }
  .c-preloader-main__ttl-move:nth-child(25) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s; }

.c-preloader-main__copy {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
  background: #003659;
  padding: 30px 0;
  z-index: 1110; }
  .c-preloader-main__copy.is-onscreen {
    opacity: 1; }
  @media (max-width: 767px) {
    .c-preloader-main__copy {
      font-size: 15px;
      font-size: 1.5rem; } }

/*pagetop*/
.c-pagetop {
  display: none;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1000;
  background-color: #FFF;
  border: solid 1px #E6E6E6;
  border-radius: 100%;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  .c-pagetop:hover {
    background-color: #2e2e2e;
    border: #2e2e2e;
    color: #FFF; }
  @media (max-width: 767px) {
    .c-pagetop {
      display: none;
      font-size: 16px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      right: 0;
      bottom: 10px; } }

.c-pagetop__arrow {
  font-size: 5rem;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -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);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }

.c-scrolldown {
  position: relative;
  width: 21px;
  height: 120px;
  /*margin: 50px auto 0;*/
  /*opacity: 0;*/
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0); }
  @media (max-width: 1023px) {
    .c-scrolldown {
      margin: 0 auto; } }

.c-scrolldown-line-mask {
  position: absolute;
  overflow: hidden;
  width: 20px;
  height: 120px;
  margin: 0 auto;
  -webkit-animation: scroll-line-mask 3s infinite;
  animation: scroll-line-mask 3s infinite; }

@-webkit-keyframes scroll-line-mask {
  0% {
    height: 115px; }
  50% {
    height: 125px; }
  100% {
    height: 115px; } }

@keyframes scroll-line-mask {
  0% {
    height: 115px; }
  50% {
    height: 125px; }
  100% {
    height: 115px; } }

.c-scrolldown-line {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 140px;
  border-left: 1px solid #ffffff;
  top: -140px;
  left: 10px;
  -webkit-animation: scroll-line 3s infinite;
  animation: scroll-line 3s infinite;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86); }

@-webkit-keyframes scroll-line {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 185px, 0);
    transform: translate3d(0, 185px, 0); }
  75% {
    -webkit-transform: translate3d(0, 175px, 0);
    transform: translate3d(0, 175px, 0); }
  100% {
    -webkit-transform: translate3d(0, 280px, 0);
    transform: translate3d(0, 280px, 0); } }

@keyframes scroll-line {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 185px, 0);
    transform: translate3d(0, 185px, 0); }
  75% {
    -webkit-transform: translate3d(0, 175px, 0);
    transform: translate3d(0, 175px, 0); }
  100% {
    -webkit-transform: translate3d(0, 280px, 0);
    transform: translate3d(0, 280px, 0); } }

.c-scrolldown-triangle {
  position: absolute;
  width: 20px;
  height: 30px;
  bottom: 0;
  margin: 0 auto 0;
  -webkit-animation: triangle-bounce 3s infinite;
  animation: triangle-bounce 3s infinite; }

.c-scrolldown-triangle-mask {
  position: absolute; }

.c-scrolldown-triangle-mask.first {
  width: 40px;
  height: 5px;
  right: 0;
  overflow: hidden; }

.c-scrolldown-triangle-mask.right {
  width: 10px;
  height: 30px;
  overflow: hidden;
  right: 0; }

.c-scrolldown-triangle-mask.left {
  /*width: 10px;
    height: 30px;
    overflow: hidden;
    left: 1;*/
  width: 20px;
  height: 30px;
  overflow: hidden;
  left: -5; }

.c-scrolldown-triangle-mask.last {
  width: 40px;
  height: 5px;
  overflow: hidden; }

.c-scrolldown-triangle-line {
  position: absolute; }

.c-scrolldown-triangle-line.first {
  border-bottom: 1px solid #ffffff;
  width: 30px;
  right: 0;
  -webkit-animation: triangle-first 3s infinite;
  animation: triangle-first 3s infinite;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.c-scrolldown-triangle-line.right {
  border-left: 1px solid #ffffff;
  height: 44px;
  -webkit-transform: rotate(-163deg);
  -ms-transform: rotate(-163deg);
  transform: rotate(-163deg);
  right: 5px;
  top: -6px;
  -webkit-animation: triangle-right 3s infinite;
  animation: triangle-right 3s infinite;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.c-scrolldown-triangle-line.left {
  border-left: 1px solid #ffffff;
  height: 40px;
  -webkit-transform: rotate(163deg);
  -ms-transform: rotate(163deg);
  transform: rotate(163deg);
  left: 5px;
  top: -3px;
  -webkit-animation: triangle-left 3s infinite;
  animation: triangle-left 3s infinite;
  -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.c-scrolldown-triangle-line.last {
  border-bottom: 1px solid #ffffff;
  width: 120px;
  left: 0;
  -webkit-animation: triangle-last 3s infinite;
  animation: triangle-last 3s infinite;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }

@-webkit-keyframes triangle-bounce {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); } }

@keyframes triangle-bounce {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); } }

@-webkit-keyframes triangle-first {
  0%,
  20% {
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0); }
  30%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  85%,
  100% {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); } }

@keyframes triangle-first {
  0%,
  20% {
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0); }
  30%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  85%,
  100% {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); } }

@-webkit-keyframes triangle-right {
  0%,
  25% {
    -webkit-transform: rotate(-163deg) translate3d(0, 40px, 0);
    transform: rotate(-163deg) translate3d(0, 40px, 0); }
  40%,
  84% {
    -webkit-transform: rotate(-163deg) translate3d(0, 0, 0);
    transform: rotate(-163deg) translate3d(0, 0, 0); }
  90%,
  100% {
    -webkit-transform: rotate(-163deg) translate3d(0, -37px, 0);
    transform: rotate(-163deg) translate3d(0, -37px, 0); } }

@keyframes triangle-right {
  0%,
  25% {
    -webkit-transform: rotate(-163deg) translate3d(0, 40px, 0);
    transform: rotate(-163deg) translate3d(0, 40px, 0); }
  40%,
  84% {
    -webkit-transform: rotate(-163deg) translate3d(0, 0, 0);
    transform: rotate(-163deg) translate3d(0, 0, 0); }
  90%,
  100% {
    -webkit-transform: rotate(-163deg) translate3d(0, -37px, 0);
    transform: rotate(-163deg) translate3d(0, -37px, 0); } }

/*
@keyframes triangle-left {
    0%,
    33% {
        transform: rotate(163deg) translate3d(0, -34px, 0)
    }
    50%,
    88% {
        transform: rotate(163deg) translate3d(0, 0, 0)
    }
    95%,
    100% {
        transform: rotate(163deg) translate3d(0, 38px, 0)
    }
}
*/
@-webkit-keyframes triangle-left {
  0%,
  87.5% {
    -webkit-transform: rotate(163deg) translate3d(0, -34px, 0);
    transform: rotate(163deg) translate3d(0, -34px, 0); }
  91% {
    -webkit-transform: rotate(163deg) translate3d(0, 0, 0);
    transform: rotate(163deg) translate3d(0, 0, 0); }
  100% {
    -webkit-transform: rotate(163deg) translate3d(0, 42px, 0);
    transform: rotate(163deg) translate3d(0, 42px, 0); } }
@keyframes triangle-left {
  0%,
  87.5% {
    -webkit-transform: rotate(163deg) translate3d(0, -34px, 0);
    transform: rotate(163deg) translate3d(0, -34px, 0); }
  91% {
    -webkit-transform: rotate(163deg) translate3d(0, 0, 0);
    transform: rotate(163deg) translate3d(0, 0, 0); }
  100% {
    -webkit-transform: rotate(163deg) translate3d(0, 42px, 0);
    transform: rotate(163deg) translate3d(0, 42px, 0); } }

@-webkit-keyframes triangle-last {
  0%,
  87.5% {
    -webkit-transform: translate3d(-120px, 0, 0);
    transform: translate3d(-120px, 0, 0); }
  91% {
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0); }
  100% {
    -webkit-transform: translate3d(45px, 0, 0);
    transform: translate3d(45px, 0, 0); } }

@keyframes triangle-last {
  0%,
  87.5% {
    -webkit-transform: translate3d(-120px, 0, 0);
    transform: translate3d(-120px, 0, 0); }
  91% {
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0); }
  100% {
    -webkit-transform: translate3d(45px, 0, 0);
    transform: translate3d(45px, 0, 0); } }

.animation-start .c-scrolldown {
  opacity: 1;
  -webkit-transition: all 1.5s 1.2s;
  -o-transition: all 1.5s 1.2s;
  transition: all 1.5s 1.2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.animation-start-delay .c-message {
  -webkit-animation: message_show 2s 3s both;
  animation: message_show 2s 3s both; }

/*tag*/
.c-tag {
  letter-spacing: -0.4em;
  margin: 0 -4px; }

.c-tag__item {
  display: inline-block;
  padding: 4px; }
  .c-tag__item a {
    display: block;
    border: solid 1px #555;
    border-radius: 30px;
    padding: 0 10px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: normal;
    opacity: 0.5;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .c-tag__item a:hover {
      opacity: 1; }

.c-form-pulldown {
  position: relative;
  width: 100%; }
  @media (max-width: 767px) {
    .c-form-pulldown {
      width: 100%; } }
  .c-form-pulldown::after {
    font-family: "icomoon" !important;
    content: "\e90f";
    position: absolute;
    z-index: 0;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #2e2e2e;
    font-size: 20px; }
  .c-form-pulldown select {
    position: relative;
    z-index: 1;
    /*border: 1px solid #ccc;*/
    border: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #2e2e2e;
    padding: 0 16px;
    text-indent: 0.01px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background: none transparent;
    vertical-align: middle; }
    .c-form-pulldown select::-ms-expand {
      display: none; }
    @media (max-width: 767px) {
      .c-form-pulldown select {
        width: 100%;
        font-size: 12px; } }

.c-form-season-select {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0 16px; }

.c-form-pulldown .arrow {
  position: absolute;
  width: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 16px;
  color: #2e2e2e;
  right: 20px;
  font-size: 20px; }

.c-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  position: relative; }

.c-search-form__box {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 50px;
  padding: 35px 0 0 40px;
  margin: 0px;
  vertical-align: top; }
  @media (max-width: 767px) {
    .c-search-form__box {
      padding: 10px 0 0 20px; } }

.c-search-form__input {
  width: 100%;
  height: 30px;
  padding: 0px !important;
  margin: 0px !important;
  outline: 0;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 1.6;
  line-height: 1.8;
  line-height: 60px;
  letter-spacing: 0.05em;
  vertical-align: top;
  border-bottom: solid 1px #282828; }
  @media (max-width: 1023px) {
    .c-search-form__input {
      height: 40px; } }
  .c-search-form__input--l {
    border-bottom: none; }

.c-search-form__input::-webkit-input-placeholder {
  color: #282828; }

.c-search-form__input::-moz-placeholder {
  color: #282828; }

.c-search-form__input:-ms-input-placeholder {
  color: #282828; }

.c-search-form__input:-moz-placeholder {
  color: #282828; }

.c-search-form__input--l {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 1.6;
  line-height: 1.8;
  color: #333; }
  @media (max-width: 767px) {
    .c-search-form__input--l {
      font-size: 1.2rem; } }

.c-search-form__button {
  cursor: pointer;
  right: 0px; }

.c-search-form__button:hover {
  color: #e6e6e6; }

.c-search-form__button--l {
  font-size: 12px;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600; }
  @media (max-width: 767px) {
    .c-search-form__button--l {
      font-size: 10px; } }

.c-search-form__submit {
  height: 100px;
  padding: 0 20px;
  width: 277px;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  background-color: transparent;
  margin-left: 0.5%;
  text-align: center;
  outline: 0;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #333;
  color: #fff; }
  @media (max-width: 767px) {
    .c-search-form__submit {
      width: 120px;
      height: 60px; } }

input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

/*share*/
.c-share {
  letter-spacing: -0.4em; }

.c-share__heading {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-right: 70px;
  position: relative;
  opacity: 0.5; }
  .c-share__heading:after {
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    width: 40px;
    height: 1px;
    content: "";
    background-color: #000;
    opacity: 0.5; }
  @media (max-width: 767px) {
    .c-share__heading {
      display: none;
      font-size: 1rem;
      padding-bottom: 10px; } }

.c-share__list {
  display: inline-block;
  letter-spacing: -0.4em; }
  @media (max-width: 767px) {
    .c-share__list {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex: 0 1 auto;
      -webkit-box-flex: 0;
      flex: 0 1 auto;
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.c-share__list-item {
  display: inline-block;
  text-align: center; }
  .c-share__list-item a {
    padding: 6px;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media (max-width: 767px) {
      .c-share__list-item a {
        padding: 15px 6px; } }
  .c-share__list-item a:hover {
    opacity: 0.5; }
  .c-share__list-item span {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: text-bottom; }
    @media (max-width: 767px) {
      .c-share__list-item span {
        font-size: 18px; } }
  @media (max-width: 767px) {
    .c-share__list-item {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
      .c-share__list-item:first-child {
        border-right: solid 1px #E8E8E8; } }

.c-share__item--fb a:hover {
  background: #5AA8DF; }

.c-share__item--tw a:hover {
  background: #3b5998; }

.c-related {
  padding: 70px 0 0 0;
  position: relative;
  border-top: solid 1px #E8E8E8;
  background: #FFF; }
  @media (max-width: 767px) {
    .c-related {
      padding: 30px 0 0 0; } }
  .c-related .c-post:nth-child(n + 5) {
    display: none; }

.c-related__header {
  z-index: 100; }

.c-related__heading {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  text-align: center;
  position: relative;
  z-index: 100;
  padding-bottom: 10px;
  letter-spacing: 0;
  margin-bottom: 50px;
  color: #003659;
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0; }
  .c-related__heading.is-onscreen {
    opacity: 1; }

.c-related__heading-en {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block; }
  @media (max-width: 767px) {
    .c-related__heading-en {
      font-size: 2.4rem; } }

.c-related__heading-jp {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-family: "Helvetica Neue", Helvetica, Arial, YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  display: block;
  padding-top: 10px; }
  @media (max-width: 767px) {
    .c-related__heading-jp {
      font-size: 1.1rem; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*pagination*/
.c-pagination {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: -.4em; }

.c-pagination__item {
  display: inline-block;
  border: solid 1px #E8E8E8;
  letter-spacing: normal;
  margin: 0 10px; }
  .c-pagination__item a {
    display: block;
    padding: 15px 16px;
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s; }
  .c-pagination__item a:hover {
    background: #f8f8f8; }
  .c-pagination__item.is-current a {
    color: #2e2e2e;
    background: #f8f8f8; }
  @media (max-width: 767px) {
    .c-pagination__item {
      margin: 0 3px; }
      .c-pagination__item a {
        padding: 10px 12px; } }

.c-pagination__total {
  display: inline-block;
  border: solid 1px #E8E8E8;
  letter-spacing: normal;
  margin: 0 10px;
  padding: 15px 16px; }
  @media (max-width: 767px) {
    .c-pagination__total {
      display: block;
      margin: 15px 3px 0;
      padding: 10px; } }

.wp-pagenavi {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  letter-spacing: -.4em; }

.wp-pagenavi .current {
  display: inline-block;
  border: solid 1px #2e2e2e;
  letter-spacing: normal;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  -webkit-transition: ease .2s;
  -o-transition: ease .2s;
  transition: ease .2s; }

@media (max-width: 767px) {
  .wp-pagenavi .current {
    margin: 2px; } }

.wp-pagenavi .page {
  display: inline-block;
  border: solid 1px #E8E8E8;
  letter-spacing: normal;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  -webkit-transition: ease .2s;
  -o-transition: ease .2s;
  transition: ease .2s; }

.wp-pagenavi .page:hover {
  border-color: #2e2e2e; }

@media (max-width: 767px) {
  .wp-pagenavi .page {
    margin: 2px; } }

.wp-pagenavi .nextpostslink {
  display: inline-block;
  border: solid 1px #E8E8E8;
  letter-spacing: normal;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  -webkit-transition: ease .2s;
  -o-transition: ease .2s;
  transition: ease .2s; }

.wp-pagenavi .nextpostslink img {
  width: 12px;
  margin: 15px;
  vertical-align: middle; }

.wp-pagenavi .nextpostslink:hover {
  border-color: #2e2e2e; }

.wp-pagenavi .previouspostslink img {
  width: 12px;
  vertical-align: middle; }

@media (max-width: 767px) {
  .wp-pagenavi .nextpostslink {
    margin: 2px; } }

/*lead*/
.c-lead {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  padding-bottom: 40px;
  letter-spacing: 0.05em; }
  @media (max-width: 767px) {
    .c-lead {
      font-size: 15px;
      font-size: 1.5rem;
      padding-bottom: 32px; } }

.c-lead--center {
  text-align: center; }

/*paragraph*/
.c-paragraph {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 1.8;
  line-height: 1.8;
  margin-bottom: 1.6em; }
  @media (max-width: 767px) {
    .c-paragraph {
      font-size: 14px;
      font-size: 1.4rem; } }

.c-paragraph--md {
  font-size: 14px;
  font-size: 1.4rem; }
  @media (max-width: 767px) {
    .c-paragraph--md {
      font-size: 13px;
      font-size: 1.3rem; } }

.c-paragraph--sm {
  font-size: 13px;
  font-size: 1.3rem; }
  @media (max-width: 767px) {
    .c-paragraph--sm {
      font-size: 12px;
      font-size: 1.2rem; } }

.c-paragraph--xs {
  font-size: 12px;
  font-size: 1.2rem; }
  @media (max-width: 767px) {
    .c-paragraph--xs {
      font-size: 12px;
      font-size: 1.2rem; } }

/*heading*/
.c-heading {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding-bottom: 1.2em; }
  @media (max-width: 767px) {
    .c-heading {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.5; } }

.c-heading-mincho {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 0.02em;
  padding-bottom: 1.2em; }
  @media (max-width: 767px) {
    .c-heading-mincho {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.5; } }

.c-link {
  text-decoration: underline; }
  .c-link:hover {
    text-decoration: none; }

/*profile*/
.c-profile {
  font-weight: 500;
  padding-top: 80px;
  margin-bottom: 40px;
  border-top: solid 1px #E8E8E8; }
  @media (max-width: 767px) {
    .c-profile {
      padding-top: 40px;
      padding-left: 30px;
      padding-right: 30px;
      margin-bottom: 30px; } }

.c-profile__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 1.5;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.16em;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .c-profile__heading {
      font-size: 1.5rem;
      margin-bottom: 20px; } }

@media (max-width: 767px) {
  .c-profile__image {
    padding-bottom: 20px; } }

.c-profile__name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 1.5;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.05em; }
  @media (max-width: 767px) {
    .c-profile__name {
      font-size: 1.5rem; } }

.c-profile__name-eng {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 1.5;
  line-height: 1.8;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.c-profile__job {
  margin-top: 3px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 1.5;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.05em; }

.c-profile__text {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 1.8;
  line-height: 1.8;
  letter-spacing: 0.03em;
  padding-top: 15px; }

/*@import "object/component/contact";
@import "object/component/background";
@import "object/component/breadcrumb";
@import "object/component/pagination";
@import "object/component/list";
@import "object/component/table";
@import "object/component/ranking";
*/
/* ---------------------------------------------------------

Project

--------------------------------------------------------- */
.p-top {
  width: 100%;
  position: relative;
  z-index: 0; }

/******************************************************************************

* KV

*******************************************************************************/
.p-top-kv {
  width: 100%;
  height: 100vh;
  /*min-height: 700px;*/
  position: relative;
  background: #fff;
  display: none; }
  .is-page-loaded .p-top-kv {
    display: block; }
  @media (max-width: 767px) {
    .p-top-kv {
      background: #fff; } }

.p-top-kv__logo {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  width: 100%; }
  @media (max-width: 767px) {
    .p-top-kv__logo {
      font-size: 20px;
      font-size: 2rem;
      width: 100%;
      padding: 0 20px;
      margin-top: -65px; } }

.p-top-kv__logo-mark {
  width: 520px;
  height: 80px; }
  .p-top-kv__logo-mark svg {
    width: 100%;
    height: 100%; }
  @media (max-width: 1023px) {
    .p-top-kv__logo-mark {
      width: 400px;
      height: 63px; } }
  @media (max-width: 767px) {
    .p-top-kv__logo-mark {
      width: 280px;
      height: 44px; } }
  @media (max-width: 320px) {
    .p-top-kv__logo-mark {
      width: 200px;
      height: 31px; } }

.p-top-kv__header {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 2; }
  @media (max-width: 1023px) {
    .p-top-kv__header {
      left: 30px; } }
  @media (max-width: 767px) {
    .p-top-kv__header {
      display: none;
      left: 20px;
      top: 20px; } }

.p-top-kv__body {
  width: 100%;
  height: calc(100% - 0px);
  /*min-height: 600px;*/
  position: absolute;
  overflow: hidden;
  z-index: 2;
  right: 0;
  top: 0px;
  text-align: center; }
  @media (max-width: 767px) {
    .p-top-kv__body {
      position: relative;
      width: 100%;
      height: calc(100% - 240px);
      top: 60px;
      margin-top: 0px; } }

.p-top-kv__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0.3;
  background-color: #000;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important; }
  @media (max-width: 767px) {
    .p-top-kv__overlay {
      opacity: 0.3; } }

.p-top-kv__aside {
  width: 20%;
  min-width: 600px;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media (max-width: 767px) {
    .p-top-kv__aside {
      min-width: 100%;
      margin-top: 85px;
      position: static;
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); } }

.p-top-kv-season {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #FFF;
  display: none; }

.p-top-kv-slider {
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 1;
  overflow: hidden; }

.p-top-kv-slider__item {
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }
  .p-top-kv-slider__item.is-animate {
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .p-top-kv-slider__item.is-out {
    z-index: 50;
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .p-top-kv-slider__item.is-now {
    z-index: 99;
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .p-top-kv-slider__item.is-in {
    z-index: 100; }
  .p-top-kv-slider__item .is-nolink {
    cursor: default; }

.p-top-kv-slider__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  top: 0; }

.p-top-kv-slider__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.p-top-kv-slider__image--pc {
  display: block; }
  @media (max-width: 1023px) {
    .p-top-kv-slider__image--pc {
      display: none; } }

.p-top-kv-slider__image--sp {
  display: none; }
  @media (max-width: 1023px) {
    .p-top-kv-slider__image--sp {
      display: block; } }

.p-top-kv-info {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
  color: #FFF;
  padding-bottom: 20px;
  text-align: center; }
  @media (max-width: 767px) {
    .p-top-kv-info {
      padding: 0 20px;
      color: #333; } }

.p-top-kv-info__item {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }
  .p-top-kv-info__item.is-out {
    -webkit-animation: count-off 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards;
    animation: count-off 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards; }
  .p-top-kv-info__item.is-current {
    -webkit-animation: count 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards;
    animation: count 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards; }
  @media (max-width: 767px) {
    .p-top-kv-info__item {
      padding-left: 0px;
      height: 140px; } }

.p-top-kv-info__category {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Freight Big Pro W01", "Times", Times, "Times New Roman", Georgia, serif;
  font-weight: 800; }
  .p-top-kv-info__category a {
    color: #FFF; }
  @media (max-width: 767px) {
    .p-top-kv-info__category {
      font-size: 16px;
      font-size: 1.6rem; } }

.p-top-kv-info__title {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Helvetica Neue", Helvetica, Arial, YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 36px; }
  @media (max-width: 767px) {
    .p-top-kv-info__title {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.6;
      margin-top: 35px;
      padding: 0 15px; } }

.p-top-kv-info__meta {
  display: inline-block;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 15px; }
  .p-top-kv-info__meta:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 767px) {
      .p-top-kv-info__meta:after {
        background: #333; } }

.p-top-kv-info__sex,
.p-top-kv-info__season {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em; }
  .p-top-kv-info__sex a,
  .p-top-kv-info__season a {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .p-top-kv-info__sex a:hover,
    .p-top-kv-info__season a:hover {
      opacity: 1; }

.p-top-kv-info__sex a {
  color: #FFF; }
  @media (max-width: 767px) {
    .p-top-kv-info__sex a {
      color: #333; } }

.p-top-kv-info__season {
  padding: 0 12px 0 13px;
  border-left: solid 1px rgba(255, 255, 255, 0.5); }
  .p-top-kv-info__season a {
    color: #FFF; }

.p-top-kv-nav {
  width: 240px;
  position: relative;
  left: 0;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .p-top-kv-nav {
      margin: 0 auto; } }

.p-top-kv-nav__item {
  position: absolute;
  z-index: 1000;
  bottom: 0;
  cursor: pointer;
  padding: 13px 0; }

.p-top-kv-nav__item--right {
  right: 0; }

.p-top-kv-nav__item--right img {
  width: 19px;
  margin-bottom: 5px; }
  @media (max-width: 767px) {
    .p-top-kv-nav__item--right img {
      -webkit-filter: invert(100%);
      filter: invert(100%); } }

.p-top-kv-nav__item--left {
  left: 0; }

.p-top-kv-nav__item--left img {
  width: 19px;
  margin-bottom: 5px; }
  @media (max-width: 767px) {
    .p-top-kv-nav__item--left img {
      -webkit-filter: invert(100%);
      filter: invert(100%); } }

.p-top-kv-count {
  position: relative;
  height: 40px;
  padding: 0 30px;
  text-align: center;
  color: #FFF; }
  @media (max-width: 767px) {
    .p-top-kv-count {
      color: #333; } }

.p-top-kv-count__current {
  width: 20px;
  height: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 40px;
  overflow: hidden;
  position: absolute;
  left: 35px;
  top: 0; }

.p-top-kv-count__current-text {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
  .p-top-kv-count__current-text.is-out {
    -webkit-animation: count-off 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards;
    animation: count-off 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards; }
  .p-top-kv-count__current-text.is-current {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: count 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards;
    animation: count 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards; }

.p-top-kv-count__total {
  width: 20px;
  height: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 40px;
  position: absolute;
  right: 35px;
  top: 0; }

.p-top-kv-count__border {
  width: 120px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media (max-width: 767px) {
    .p-top-kv-count__border {
      background-color: rgba(0, 0, 0, 0.5); } }

.p-top-kv-count__border-item {
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  content: "";
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  .is-move .p-top-kv-count__border-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation: count-bar-anim 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards;
    animation: count-bar-anim 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s forwards; }
  @media (max-width: 767px) {
    .p-top-kv-count__border-item {
      background: #333; } }

@-webkit-keyframes count-bar-anim {
  0% {
    left: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    left: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    left: 100%; } }

@keyframes count-bar-anim {
  0% {
    left: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    left: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    left: 100%; } }

@-webkit-keyframes count {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes count {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes count-off {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes count-off {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.p-top-kv-scroll {
  display: none;
  position: absolute;
  left: 50px;
  bottom: 0;
  font-size: 10px;
  font-size: 1rem;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*font-weight: 500;*/
  font-weight: normal;
  letter-spacing: 0.25em;
  z-index: 10; }
  .p-top-kv-scroll a {
    display: block;
    color: #FFF; }
  .is-yt-ready .p-top-kv-scroll {
    display: none; }
  @media (max-width: 1023px) {
    .p-top-kv-scroll {
      width: 100%;
      left: 0;
      text-align: center; }
      .is-yt-ready .p-top-kv-scroll {
        display: block; } }
  @media (max-width: 767px) {
    .p-top-kv-scroll {
      bottom: 20px; } }

/******************************************************************************

* HEAD CONTENT

*******************************************************************************/
.p-top-head-content {
  width: 100%;
  position: relative;
  background: #f2f2f2;
  padding: 100px 9%; }
  @media (max-width: 1023px) {
    .p-top-head-content {
      padding: 80px 6%; } }
  @media (max-width: 1023px) {
    .p-top-head-content {
      padding: 0; } }

.p-top-head-content__bg {
  width: 29%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #003659; }
  @media (max-width: 1023px) {
    .p-top-head-content__bg {
      width: 20%; } }
  @media (max-width: 767px) {
    .p-top-head-content__bg {
      width: 35%;
      display: none; } }

.p-top-stylebook-banner {
  position: relative;
  z-index: 1; }
  .p-top-stylebook-banner a {
    color: #FFF; }

.p-top-stylebook-banner__title {
  width: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.p-top-stylebook-banner__title-jp-s {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-bottom: 6px;
  margin-bottom: 8px;
  border-bottom: solid 2px #FFF; }
  @media (max-width: 1280px) {
    .p-top-stylebook-banner__title-jp-s {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 767px) {
    .p-top-stylebook-banner__title-jp-s {
      font-size: 11px;
      font-size: 1.1rem; } }

.p-top-stylebook-banner__title-jp {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 4px; }
  @media (max-width: 1280px) {
    .p-top-stylebook-banner__title-jp {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media (max-width: 767px) {
    .p-top-stylebook-banner__title-jp {
      font-size: 12px;
      font-size: 1.2rem; } }

.p-top-stylebook-banner__title-en {
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.05em;
  font-family: "Freight Big Pro W01", "Times", Times, "Times New Roman", Georgia, serif;
  margin-bottom: 5px; }
  @media (max-width: 1280px) {
    .p-top-stylebook-banner__title-en {
      font-size: 40px;
      font-size: 4rem; } }
  @media (max-width: 767px) {
    .p-top-stylebook-banner__title-en {
      font-size: 30px;
      font-size: 3rem;
      margin-bottom: 6px; } }

.p-top-stylebook-banner__title-season {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600; }
  @media (max-width: 1280px) {
    .p-top-stylebook-banner__title-season {
      font-size: 13px;
      font-size: 1.3rem; } }
  @media (max-width: 767px) {
    .p-top-stylebook-banner__title-season {
      font-size: 11px;
      font-size: 1.1rem; } }

.p-top-stylebook-banner__slide {
  position: relative;
  z-index: 0; }

.p-top-stylebook-banner__overlay {
  opacity: 0.1; }

.p-top-calendar {
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 30px 0; }

.p-top-calendar__month {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.2em; }
  @media (max-width: 1023px) {
    .p-top-calendar__month {
      font-size: 18px;
      font-size: 1.8rem; } }

.p-top-calendar__date {
  font-size: 120px;
  font-size: 12rem;
  line-height: 1; }
  @media (max-width: 1023px) {
    .p-top-calendar__date {
      font-size: 90px;
      font-size: 9rem; } }

.p-top-calendar__dayofweek {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.2em; }
  @media (max-width: 1023px) {
    .p-top-calendar__dayofweek {
      font-size: 20px;
      font-size: 2rem; } }

/******************************************************************************

* MIDDLE CONTENT

*******************************************************************************/
.p-top-middle-content {
  width: 100%;
  position: relative;
  padding: 70px 0; }
  @media (max-width: 1023px) {
    .p-top-middle-content {
      padding: 30px 0; } }

/******************************************************************************

* .p-top-pickup

*******************************************************************************/
.p-top-pickup_body {
  margin-top: 0px; }
  @media (max-width: 767px) {
    .p-top-pickup_body {
      margin-top: 0; } }
  .p-top-pickup_body .l-col-sm-6 {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%; }
    @media (max-width: 767px) {
      .p-top-pickup_body .l-col-sm-6 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
    .p-top-pickup_body .l-col-sm-6:nth-child(1) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
      @media (max-width: 767px) {
        .p-top-pickup_body .l-col-sm-6:nth-child(1) {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          max-width: 100%; }
          .p-top-pickup_body .l-col-sm-6:nth-child(1) .c-post__image {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 100%;
            margin-top: 20px; }
          .p-top-pickup_body .l-col-sm-6:nth-child(1) .c-post__body {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 100%;
            margin-top: 20px;
            padding-left: 0px; } }
    .p-top-pickup_body .l-col-sm-6:nth-child(2) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
      @media (max-width: 767px) {
        .p-top-pickup_body .l-col-sm-6:nth-child(2) {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          max-width: 100%; }
          .p-top-pickup_body .l-col-sm-6:nth-child(2) .c-post__image {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 100%;
            margin-top: 20px; }
          .p-top-pickup_body .l-col-sm-6:nth-child(2) .c-post__body {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 100%;
            margin-top: 20px;
            padding-left: 0px; } }
    .p-top-pickup_body .l-col-sm-6:nth-child(9) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
      @media (max-width: 767px) {
        .p-top-pickup_body .l-col-sm-6:nth-child(9) {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          max-width: 100%; }
          .p-top-pickup_body .l-col-sm-6:nth-child(9) .c-post__image {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 100%;
            margin-top: 20px; }
          .p-top-pickup_body .l-col-sm-6:nth-child(9) .c-post__body {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 100%;
            margin-top: 20px;
            padding-left: 0px; } }
    .p-top-pickup_body .l-col-sm-6:nth-child(10) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
      @media (max-width: 767px) {
        .p-top-pickup_body .l-col-sm-6:nth-child(10) {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          max-width: 100%; }
          .p-top-pickup_body .l-col-sm-6:nth-child(10) .c-post__image {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 100%;
            margin-top: 20px; }
          .p-top-pickup_body .l-col-sm-6:nth-child(10) .c-post__body {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 100%;
            margin-top: 20px;
            padding-left: 0px; } }
    .p-top-pickup_body .l-col-sm-6:nth-child(17) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
      @media (max-width: 767px) {
        .p-top-pickup_body .l-col-sm-6:nth-child(17) {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          max-width: 100%; }
          .p-top-pickup_body .l-col-sm-6:nth-child(17) .c-post__image {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 100%;
            margin-top: 20px; }
          .p-top-pickup_body .l-col-sm-6:nth-child(17) .c-post__body {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 100%;
            margin-top: 20px;
            padding-left: 0px; } }
    .p-top-pickup_body .l-col-sm-6:nth-child(18) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
      @media (max-width: 767px) {
        .p-top-pickup_body .l-col-sm-6:nth-child(18) {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          max-width: 100%; }
          .p-top-pickup_body .l-col-sm-6:nth-child(18) .c-post__image {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 100%;
            margin-top: 20px; }
          .p-top-pickup_body .l-col-sm-6:nth-child(18) .c-post__body {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 100%;
            margin-top: 20px;
            padding-left: 0px; } }
    .p-top-pickup_body .l-col-sm-6:nth-child(25) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
      @media (max-width: 767px) {
        .p-top-pickup_body .l-col-sm-6:nth-child(25) {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          max-width: 100%; }
          .p-top-pickup_body .l-col-sm-6:nth-child(25) .c-post__image {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 100%;
            margin-top: 20px; }
          .p-top-pickup_body .l-col-sm-6:nth-child(25) .c-post__body {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 100%;
            margin-top: 20px;
            padding-left: 0px; } }
    .p-top-pickup_body .l-col-sm-6:nth-child(26) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
      @media (max-width: 767px) {
        .p-top-pickup_body .l-col-sm-6:nth-child(26) {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          max-width: 100%; }
          .p-top-pickup_body .l-col-sm-6:nth-child(26) .c-post__image {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 100%;
            margin-top: 20px; }
          .p-top-pickup_body .l-col-sm-6:nth-child(26) .c-post__body {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 100%;
            margin-top: 20px;
            padding-left: 0px; } }
    .p-top-pickup_body .l-col-sm-6:nth-child(33) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
      @media (max-width: 767px) {
        .p-top-pickup_body .l-col-sm-6:nth-child(33) {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          max-width: 100%; }
          .p-top-pickup_body .l-col-sm-6:nth-child(33) .c-post__image {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 100%;
            margin-top: 20px; }
          .p-top-pickup_body .l-col-sm-6:nth-child(33) .c-post__body {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 100%;
            margin-top: 20px;
            padding-left: 0px; } }
    .p-top-pickup_body .l-col-sm-6:nth-child(34) {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
      @media (max-width: 767px) {
        .p-top-pickup_body .l-col-sm-6:nth-child(34) {
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          max-width: 100%; }
          .p-top-pickup_body .l-col-sm-6:nth-child(34) .c-post__image {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 100%;
            margin-top: 20px; }
          .p-top-pickup_body .l-col-sm-6:nth-child(34) .c-post__body {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 100%;
            margin-top: 20px;
            padding-left: 0px; } }

.p-top-pickup_header {
  padding-bottom: 35px; }

.p-top-pickup__heading {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  text-align: center;
  position: relative;
  z-index: 100;
  color: #003659;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .p-top-pickup__heading {
      margin-bottom: 0px; } }

.p-top-pickup__heading-en {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block; }
  @media (max-width: 767px) {
    .p-top-pickup__heading-en {
      font-size: 2.4rem; } }

.p-top-pickup__heading-jp {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-family: "Helvetica Neue", Helvetica, Arial, YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  display: block;
  padding-top: 10px; }
  @media (max-width: 767px) {
    .p-top-pickup__heading-jp {
      font-size: 1.1rem; } }

.p-top__heading {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  text-align: center;
  position: relative;
  z-index: 100;
  color: #003659;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .p-top__heading {
      margin-bottom: 0px; } }

.p-top__heading-en {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block; }
  @media (max-width: 767px) {
    .p-top__heading-en {
      font-size: 2.4rem; } }

.p-top__heading-jp {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-family: "Helvetica Neue", Helvetica, Arial, YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  display: block;
  padding-top: 10px; }
  @media (max-width: 767px) {
    .p-top__heading-jp {
      font-size: 1.1rem; } }

/******************************************************************************

* .p-top-ranking

*******************************************************************************/
.p-top-ranking__header {
  padding: 0; }

.p-top-ranking__heading {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  text-align: center;
  position: relative;
  z-index: 100;
  padding-bottom: 30px;
  color: #003659;
  margin-bottom: 35px;
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  opacity: 0; }
  .p-top-ranking__heading.is-onscreen {
    opacity: 1; }
  .p-top-ranking__heading:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    background: #003659;
    top: 80px; }
    @media (max-width: 767px) {
      .p-top-ranking__heading:after {
        top: 60px; } }

.p-top-ranking__heading-en {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block; }
  @media (max-width: 767px) {
    .p-top-ranking__heading-en {
      font-size: 2.4rem; } }

.p-top-ranking__heading-jp {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-family: "Helvetica Neue", Helvetica, Arial, YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  display: block;
  padding-top: 10px; }
  @media (max-width: 767px) {
    .p-top-ranking__heading-jp {
      font-size: 1.1rem; } }

.p-top-ranking__switcher {
  /*display: flex;*/ }
  .p-top-ranking__switcher:before, .p-top-ranking__switcher:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.p-top-ranking__switcher-item {
  /*-ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;*/
  float: left;
  width: 33.3333%;
  max-width: 33.333%;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8E8E8; }
  .p-top-ranking__switcher-item span {
    display: block;
    opacity: 0.3;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
  .p-top-ranking__switcher-item:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 100;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    width: 100%;
    height: 1px;
    background-color: #FF0000;
    content: "";
    -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); }
  .p-top-ranking__switcher-item:hover span {
    opacity: 1; }
  .p-top-ranking__switcher-item:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }
  .p-top-ranking__switcher-item.slick-current span {
    opacity: 1; }
  .p-top-ranking__switcher-item.slick-current:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

.p-top-ranking__body {
  margin-left: -15px;
  margin-right: -15px; }

.p-top-ranking__slide {
  margin-top: 30px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  @media (max-width: 767px) {
    .p-top-ranking__slide {
      display: block !important;
      padding: 0 15px; } }

.p-top-ranking__item {
  width: 20%;
  display: inline-block;
  padding: 0 5px;
  vertical-align: top; }
  @media (max-width: 767px) {
    .p-top-ranking__item {
      display: block;
      width: 100%;
      padding: 10px 0; } }

@media (max-width: 767px) {
  .p-top-ranking__frame {
    display: -webkit-box;
    display: -ms-flexbox;
    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: nowrap;
    flex-wrap: nowrap; } }

.p-top-ranking__image {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  position: relative; }
  .p-top-ranking__image img {
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .p-top-ranking__image {
      -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
      max-width: 33.333%;
      height: auto; } }

.p-top-ranking__rank {
  width: 22px;
  height: 22px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 22px;
  line-height: 1.8;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #2e2e2e; }

.p-top-ranking__item:nth-child(1) .p-top-ranking__rank:after {
  content: "01"; }

.p-top-ranking__item:nth-child(2) .p-top-ranking__rank:after {
  content: "02"; }

.p-top-ranking__item:nth-child(3) .p-top-ranking__rank:after {
  content: "03"; }

.p-top-ranking__item:nth-child(4) .p-top-ranking__rank:after {
  content: "04"; }

.p-top-ranking__item:nth-child(5) .p-top-ranking__rank:after {
  content: "05"; }

.p-top-ranking__inner {
  margin-top: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media (max-width: 767px) {
    .p-top-ranking__inner {
      padding-left: 15px; } }

.p-top-ranking__title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700; }

.p-top-ranking__category {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  margin-bottom: 5px; }

.p-top-ranking__category--people {
  color: #0096B6; }

.p-top-ranking__category--fashion {
  color: #FF2600; }

.p-top-ranking__category--things {
  color: #859F3F; }

.p-top-ranking__category--stylebook {
  color: #7563AC; }

/******************************************************************************

* .p-top-tag

*******************************************************************************/
.p-top-tag {
  padding-top: 40px; }

.p-top-tag__header {
  padding: 0; }

.p-top-tag__heading {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  text-align: center;
  position: relative;
  z-index: 100;
  padding-bottom: 40px; }

.p-top-tag__heading-en {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  font-family: "Freight Big Pro W01", "Times", Times, "Times New Roman", Georgia, serif;
  display: block; }
  @media (max-width: 767px) {
    .p-top-tag__heading-en {
      font-size: 2.4rem; } }

.p-top-tag__heading-jp {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-family: "Helvetica Neue", Helvetica, Arial, YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  display: block;
  padding-top: 10px; }
  @media (max-width: 767px) {
    .p-top-tag__heading-jp {
      font-size: 1.1rem; } }

.p-top-tag__body {
  padding: 0; }

/******************************************************************************

* .p-top-section

*******************************************************************************/
.p-top-section {
  position: relative; }

.p-top-section__header {
  position: relative;
  z-index: 0;
  background-color: #003659;
  height: 440px;
  text-align: center; }
  @media (max-width: 1023px) {
    .p-top-section__header {
      height: 360px; } }
  @media (max-width: 767px) {
    .p-top-section__header {
      height: 280px; } }

.p-top-section--people .p-top-section__header {
  background-color: #4F8794; }

.p-top-section--fashion .p-top-section__header {
  background-color: #E45E47; }

.p-top-section--things .p-top-section__header {
  background-color: #758154; }

.p-top-section__heading {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  text-align: center;
  position: relative;
  z-index: 100;
  padding-top: 100px;
  padding-bottom: 60px;
  color: #FFF; }
  .p-top-section__heading:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    content: "";
    width: 1px;
    height: 40px;
    background-color: #FFF;
    opacity: 0.5; }
  @media (max-width: 1023px) {
    .p-top-section__heading {
      padding-top: 80px; } }
  @media (max-width: 767px) {
    .p-top-section__heading {
      padding-top: 50px;
      padding-bottom: 40px; }
      .p-top-section__heading:after {
        height: 30px; } }

.p-top-section__heading-en {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  font-family: "Freight Big Pro W01", "Times", Times, "Times New Roman", Georgia, serif;
  display: block; }
  @media (max-width: 767px) {
    .p-top-section__heading-en {
      font-size: 3rem; } }

.p-top-section__heading-jp {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-family: "Helvetica Neue", Helvetica, Arial, YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  display: block;
  padding-top: 10px; }
  @media (max-width: 767px) {
    .p-top-section__heading-jp {
      font-size: 1.2rem; } }

.p-top-section__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  -webkit-filter: saturate(20%);
  filter: saturate(20%); }

.p-top-section__body {
  margin-top: -190px; }
  @media (max-width: 1023px) {
    .p-top-section__body {
      margin-top: -120px; } }

.p-top-section__button {
  text-align: center;
  border-top: solid 1px #E8E8E8;
  padding: 50px 0; }
  @media (max-width: 1023px) {
    .p-top-section__button {
      padding: 30px 0; } }

@media (max-width: 767px) {
  .p-top-article .c-post:nth-child(n + 7) {
    display: none; } }

.p-top-article__pickup {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  margin-bottom: 80px; }
  @media (max-width: 1023px) {
    .p-top-article__pickup {
      max-width: 500px;
      margin: 0 auto; } }

.p-top-section--stylebook {
  position: relative;
  background-color: #f2f2f2; }
  .p-top-section--stylebook .p-top-section__header {
    height: auto;
    background-color: transparent; }
  .p-top-section--stylebook .p-top-section__heading {
    color: #2e2e2e; }
    .p-top-section--stylebook .p-top-section__heading:after {
      background-color: #2e2e2e; }
  .p-top-section--stylebook .p-top-section__body {
    margin-top: 80px; }
  @media (max-width: 767px) {
    .p-top-section--stylebook .p-top-section__body {
      margin-top: 40px; } }

.p-top-giftcatalog {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 40px 40px;
  background: #fff; }
  @media (max-width: 767px) {
    .p-top-giftcatalog {
      padding: 60px 0px 0px; } }

.p-top-container-giftcatalog-top {
  position: relative; }

.p-top-giftcatalog-snow {
  width: 200vh;
  height: 100vh;
  background-image: url(/magfile/giftcatalog/images/snow_01.png), url(/magfile/giftcatalog/images/snow_02.png);
  -webkit-animation: snow 30s linear infinite;
  animation: snow 30s linear infinite;
  position: absolute;
  z-index: 9998;
  top: 0;
  left: 0;
  -webkit-filter: blur(2px);
  filter: blur(2px); }

.p-top-giftcatalog-intro {
  width: 100%;
  height: calc(100% - 80px);
  position: relative; }
  .p-top-giftcatalog-intro:after {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .28; }
  @media (max-width: 767px) {
    .p-top-giftcatalog-intro {
      height: calc(100%); } }

.p-top-giftcatalog-slider {
  height: calc(100vh - 80px) !important;
  position: relative; }
  @media (max-width: 767px) {
    .p-top-giftcatalog-slider {
      height: auto !important; } }

/*.giftcatalog-slider li{
    float: left;
    width: 100%;
    background: no-repeat scroll center top / cover #fff;
}*/
.p-top-giftcatalog-slider__box {
  float: left;
  width: 100%;
  height: 100%;
  background: center top / cover #fff;
  background-image: url("/magfile/giftcatalog/images/giftcatalog_vis.jpg");
  /*cursor: pointer;*/
  /* -webkit-animation: bgscroll 45s linear infinite;
    animation: bgscroll 45s linear infinite;*/ }
  @media (max-width: 767px) {
    .p-top-giftcatalog-slider__box {
      float: none; } }

@-webkit-keyframes bgscroll {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1850px; } }

@keyframes bgscroll {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -1850px; } }

.p-top-giftcatalog-intro__body {
  width: 100%;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999; }
  @media (max-width: 767px) {
    .p-top-giftcatalog-intro__body {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      padding: 40px 0 100px; } }

.p-top-giftcatalog-intro__heading {
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .p-top-giftcatalog-intro__heading {
      padding: 0 30px;
      margin-bottom: 20px; } }
  .p-top-giftcatalog-intro__heading-sub {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1; }
    @media (max-width: 767px) {
      .p-top-giftcatalog-intro__heading-sub {
        line-height: 1.8; } }
  .p-top-giftcatalog-intro__heading-main {
    font-size: 55px;
    font-size: 5.5rem;
    font-weight: 600;
    line-height: 1.3; }
    @media (max-width: 767px) {
      .p-top-giftcatalog-intro__heading-main {
        font-size: 50px;
        font-size: 5rem;
        font-weight: 600;
        line-height: 1; } }

.p-top-giftcatalog-intro__button {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  opacity: 1;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s; }
  .p-top-giftcatalog-intro__button a {
    display: block;
    max-width: 320px;
    border: solid 2px #FFF;
    padding: 14px;
    margin: 40px auto 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #FFF;
    text-decoration: none; }
    .p-top-giftcatalog-intro__button a:hover {
      background-color: #FFF;
      color: #A99675; }
  @media (max-width: 767px) {
    .p-top-giftcatalog-intro__button {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 0 40px; }
      .p-top-giftcatalog-intro__button a {
        margin: 30px auto 0;
        padding: 8px; } }

.p-top-gallery-content {
  padding: 160px 0 30px;
  display: none; }
  @media (max-width: 767px) {
    .p-top-gallery-content {
      padding: 100px 0 0; } }
  .is-page-loaded .p-top-gallery-content {
    display: block; }

.p-top-gallery__item {
  opacity: 1;
  -webkit-transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .is-onscreen .p-top-gallery__item {
    opacity: 1; }

.p-top-movie-content {
  padding: 160px 0 30px; }
  @media (max-width: 767px) {
    .p-top-movie-content {
      padding: 100px 0 0; } }

.p-top-gallery__inner {
  opacity: 0;
  -webkit-transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .is-onscreen .p-top-gallery__inner {
    opacity: 1; }
  @media (max-width: 767px) {
    .p-top-gallery__inner {
      margin-top: 55px; } }

.p-top-movie-content__inner {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 800px !important; }
  .p-top-movie-content__inner a.link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1111; }
  @media (max-width: 1023px) {
    .p-top-movie-content__inner {
      background-image: url(/magfile/assets/images/top/movie_thumb.jpg);
      height: 600px !important; } }
  @media (max-width: 767px) {
    .p-top-movie-content__inner {
      margin-top: 55px;
      height: 260px !important; } }
  .p-top-movie-content__inner iframe {
    width: 100% !important;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -ms-transform: translate(-50%, -50%) scale(1.3);
    transform: translate(-50%, -50%) scale(1.3); }
    @media (max-width: 767px) {
      .p-top-movie-content__inner iframe {
        display: none; } }
  .p-top-movie-content__inner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: .2;
    top: 0;
    left: 0; }
  .p-top-movie-content__inner video {
    width: 100%; }
  .p-top-movie-content__inner .c-post__body {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 111; }
    @media (max-width: 767px) {
      .p-top-movie-content__inner .c-post__body {
        left: 5px;
        bottom: 20px; } }
    .p-top-movie-content__inner .c-post__body .c-post__title {
      color: #fff; }
    .p-top-movie-content__inner .c-post__body a {
      color: #fff;
      opacity: 1; }
    .p-top-movie-content__inner .c-post__body .c-post__season {
      border-left: 1px solid #fff; }

/*article*/
.p-article__body {
  position: relative;
  padding-top: 60px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-family: "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-top: solid 1px #E8E8E8; }
  @media (max-width: 767px) {
    .p-article__body {
      font-size: 1.4rem; } }
  .p-article__body a:hover {
    text-decoration: underline; }

.p-article__footer {
  position: relative;
  margin-top: 20px;
  padding-bottom: 80px;
  background-color: #FFF; }
  @media (max-width: 767px) {
    .p-article__footer {
      margin-top: 30px;
      padding-bottom: 40px; } }

.p-article__body p {
  font-weight: 400 !important; }

.p-article__body .u-fw-b {
  font-weight: bold !important; }

.p-article-vis__img {
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto; }
  .p-article-vis__img img {
    width: 100%;
    height: auto; }

.p-article__header {
  max-width: 1080px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px; }
  @media (max-width: 1023px) {
    .p-article__header {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 767px) {
    .p-article__header {
      padding: 0; } }

.p-article__header-left {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 10px 30px 10px 0; }
  @media (max-width: 767px) {
    .p-article__header-left {
      border-bottom: solid 1px #E8E8E8;
      padding: 25px 30px;
      text-align: left;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

.p-article__header-right {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  padding: 30px 0 10px 0; }
  @media (max-width: 767px) {
    .p-article__header-right {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding: 0; } }

.p-article__category {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  margin-bottom: 17px;
  display: none; }

.p-article__category--people {
  color: #0096B6; }

.p-article__category--fashion {
  color: #FF2600; }

.p-article__category--things {
  color: #859F3F; }

.p-article__category--stylebook {
  color: #7563AC; }

.p-article__title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em; }
  @media (max-width: 767px) {
    .p-article__title {
      font-size: 2rem; } }

.p-article__meta {
  padding-top: 18px;
  position: relative;
  letter-spacing: -0.4em; }

.p-article__sex,
.p-article__season,
.p-article__favorite {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em; }
  .p-article__sex a,
  .p-article__season a,
  .p-article__favorite a {
    opacity: 0.5;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .p-article__sex a:hover,
    .p-article__season a:hover,
    .p-article__favorite a:hover {
      opacity: 1; }

.p-article__sex {
  padding: 0 12px 0 0; }

.p-article__season {
  padding: 0 0 0 13px;
  border-left: solid 1px #CCC; }

.p-article__favorite {
  display: none;
  font-size: 13px;
  padding: 0 0 0 13px;
  border-left: solid 1px #CCC; }
  .is-favorite .p-article__favorite a {
    opacity: 1; }

.p-article-profile {
  font-weight: 500;
  padding-top: 40px;
  margin-bottom: 40px;
  border-top: solid 1px #E8E8E8; }
  @media (max-width: 767px) {
    .p-article-profile {
      padding-top: 30px;
      padding-left: 30px;
      padding-right: 30px;
      margin-bottom: 30px; } }

.p-article-profile__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 1.5;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.16em;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .p-article-profile__heading {
      font-size: 1.5rem;
      margin-bottom: 20px; } }

@media (max-width: 767px) {
  .p-article-profile__image {
    padding-bottom: 20px; } }

.p-article-profile__name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 1.5;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.05em; }
  @media (max-width: 767px) {
    .p-article-profile__name {
      font-size: 1.5rem; } }

.p-article-profile__name-eng {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 1.5;
  line-height: 1.8;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.p-article-profile__job {
  margin-top: 3px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 1.5;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.05em; }

.p-article-profile__text {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 1.8;
  line-height: 1.8;
  letter-spacing: 0.03em;
  padding-top: 15px; }

.p-article-tag {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center; }

.p-article-tag__heading {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  opacity: 0.5;
  padding-bottom: 25px; }
  @media (max-width: 767px) {
    .p-article-tag__heading {
      font-size: 1.2rem;
      padding-bottom: 10px; } }

.p-article-share .c-share {
  text-align: center; }

/*article 一覧ページ*/
.p-article-list {
  padding-bottom: 80px;
  padding-left: 60px;
  padding-right: 60px; }
  @media (max-width: 767px) {
    .p-article-list {
      padding-top: 0px;
      padding-bottom: 50px;
      padding-left: 0px;
      padding-right: 0px; } }

/*article*/
.p-stylebook-vis {
  width: 100%;
  height: calc(100% - 100px);
  position: absolute; }
  @media (max-width: 767px) {
    .p-stylebook-vis {
      height: calc(100% - 60px); } }

.p-stylebook-vis__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .p-stylebook-vis__image img {
    width: 100%;
    height: auto; }

.p-stylebook-vis__image--pc {
  display: block; }
  @media (max-width: 1023px) {
    .p-stylebook-vis__image--pc {
      display: none; } }

.p-stylebook-vis__image--sp {
  display: none; }
  @media (max-width: 1023px) {
    .p-stylebook-vis__image--sp {
      display: block; } }

.p-stylebook-vis__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0.3;
  background-color: #000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.p-stylebook__header {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  color: #FFF; }

.p-stylebook__header-left {
  position: absolute;
  left: 80px;
  bottom: 80px; }
  @media (max-width: 1280px) {
    .p-stylebook__header-left {
      left: 60px;
      bottom: 60px; } }
  @media (max-width: 1023px) {
    .p-stylebook__header-left {
      left: 40px;
      bottom: 40px; } }
  @media (max-width: 1023px) {
    .p-stylebook__header-left {
      left: 20px;
      bottom: 20px; } }

.p-stylebook__header-right {
  position: absolute;
  right: 80px;
  bottom: 80px;
  text-align: right; }
  @media (max-width: 1280px) {
    .p-stylebook__header-right {
      right: 60px;
      bottom: 60px; } }
  @media (max-width: 1023px) {
    .p-stylebook__header-right {
      right: 40px;
      bottom: 40px; } }
  @media (max-width: 767px) {
    .p-stylebook__header-right {
      right: 20px;
      bottom: auto;
      top: 80px; } }

.p-stylebook__num {
  display: inline-block;
  position: relative;
  color: #FFF; }

.p-stylebook__num-current {
  font-size: 60px;
  font-size: 6rem;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 40px;
  position: relative; }
  .p-stylebook__num-current span {
    font-size: 24px;
    font-size: 2.4rem; }
  @media (max-width: 767px) {
    .p-stylebook__num-current {
      font-size: 32px;
      font-size: 3.2rem; } }

.p-stylebook__num-total {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
  right: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 767px) {
    .p-stylebook__num-total {
      right: -50px; } }

.p-stylebook__num-border {
  width: 50px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: -60px;
  top: 50%; }
  @media (max-width: 767px) {
    .p-stylebook__num-border {
      width: 20px;
      right: -30px; } }

.p-stylebook__meta {
  padding-top: 22px;
  position: relative; }

.p-stylebook__brand {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: 0.08em; }
  @media (max-width: 767px) {
    .p-stylebook__brand {
      font-size: 12px;
      font-size: 1.2rem; } }

.p-stylebook__sex {
  font-size: 10px;
  font-size: 1rem;
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em; }

.p-stylebook__title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  padding-top: 15px; }
  @media (max-width: 1023px) {
    .p-stylebook__title {
      font-size: 2rem; } }
  @media (max-width: 767px) {
    .p-stylebook__title {
      font-size: 2rem; } }

.p-stylebook__heading {
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: 800;
  line-height: 1;
  font-family: "Freight Big Pro W01", "Times", Times, "Times New Roman", Georgia, serif;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt'; }
  @media (max-width: 1023px) {
    .p-stylebook__heading {
      font-size: 4rem; } }
  @media (max-width: 767px) {
    .p-stylebook__heading {
      font-size: 2rem; } }

.p-stylebook__season {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em; }
  @media (max-width: 1023px) {
    .p-stylebook__season {
      font-size: 1.1rem; } }
  @media (max-width: 767px) {
    .p-stylebook__season {
      font-size: 1rem; } }

.p-stylebook__share {
  position: absolute;
  right: 80px;
  top: 80px;
  z-index: 100; }
  @media (max-width: 1023px) {
    .p-stylebook__share {
      margin-top: 50px;
      position: static; } }

.p-stylebook__body {
  position: relative; }

.p-stylebook__popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  /*background-color: rgba(216,216,216,0.4);*/
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .is-popup-show .p-stylebook__popup {
    opacity: 1;
    visibility: visible; }
  .is-popup-hide .p-stylebook__popup {
    opacity: 0 !important;
    visibility: hidden !important; }

.p-stylebook__popup-inner {
  width: 360px;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 50px 40px 40px;
  /*background-color: #FFF;*/
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.p-stylebook__popup-360 {
  width: 131px;
  margin: 0 auto 20px; }
  @media (max-width: 767px) {
    .p-stylebook__popup-360 {
      width: 80px; } }

.p-stylebook_popup-heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #003060;
  text-align: center;
  letter-spacing: 0.08em; }
  @media (max-width: 767px) {
    .p-stylebook_popup-heading {
      font-size: 16px;
      font-size: 1.6rem; } }

.p-stylebook__popup-finger {
  width: 46px;
  margin: 20px auto 0;
  -webkit-animation: fingerMove 2s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  animation: fingerMove 2s cubic-bezier(0.23, 1, 0.32, 1) infinite; }
  @media (max-width: 767px) {
    .p-stylebook__popup-finger {
      width: 36px; } }

@-webkit-keyframes fingerMove {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); } }

.p-stylebook-content {
  max-width: 900px;
  padding: 50px 140px 50px 100px; }
  @media (max-width: 1280px) {
    .p-stylebook-content {
      padding: 50px 100px 50px 60px; } }
  @media (max-width: 1023px) {
    .p-stylebook-content {
      padding: 50px 60px 50px 60px; } }
  @media (max-width: 767px) {
    .p-stylebook-content {
      padding: 50px 40px 50px 40px; } }

.p-stylebook-content__title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.03em;
  margin-bottom: 30px; }

.p-stylebook-content__brand {
  padding-bottom: 20px; }
  .p-stylebook-content__brand img {
    height: 50px;
    width: auto; }

.p-stylebook-content__text {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em; }
  @media (max-width: 767px) {
    .p-stylebook-content__text {
      font-size: 1.5rem; } }

.p-stylebook-content__credit {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 40px; }
  @media (max-width: 767px) {
    .p-stylebook-content__credit {
      font-size: 1.4rem; } }

.p-stylebook-content__season {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 1.8;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
  @media (max-width: 1280px) {
    .p-stylebook-content__season {
      right: 30px; } }
  @media (max-width: 1023px) {
    .p-stylebook-content__season {
      display: none; } }
  @media (max-width: 767px) {
    .p-stylebook-content__season {
      font-size: 1.1rem; } }

.p-stylebook-content__button {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 1.5;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.05em; }
  @media (max-width: 767px) {
    .p-stylebook-content__button {
      font-size: 1.5rem; } }

.threesixty {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  cursor: move; }

.threesixty .threesixty_images {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0; }

.threesixty .threesixty_images img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto; }

.threesixty .threesixty_images img.previous-image {
  visibility: hidden;
  /*
    Do not put here any other styles.
    It causes massive recalc / repaints and image flickering,
    especially on Firefox.
    */ }

.threesixty .threesixty_images img.current-image {
  visibility: visible;
  /*
    Do not put here any other styles.
    It causes massive recalc / repaints and image flickering,
    especially on Firefox.
    */ }

.threesixty .spinner {
  width: 60px;
  display: block;
  margin: 0 auto;
  height: 60px;
  background: #333;
  background: rgba(0, 48, 96, 0.7);
  border-radius: 60px; }

.threesixty .spinner span {
  font-family: "urw-din", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  line-height: 60px;
  display: block; }

.threesixty .nav_bar {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11; }

.threesixty .nav_bar a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url(/assets/sprites.png) no-repeat;
  text-indent: -99999px; }

.threesixty .nav_bar a.nav_bar_play {
  background-position: 0 0 !important; }

.threesixty .nav_bar a.nav_bar_previous {
  background-position: 0 -73px !important; }

.threesixty .nav_bar a.nav_bar_stop {
  background-position: 0 -37px !important; }

.threesixty .nav_bar a.nav_bar_next {
  background-position: 0 -104px !important; }

/* html */
.threesixty:-webkit-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px; }

.threesixty:-moz-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px; }

/*not-found*/
.p-not-found__body {
  padding: 80px 0 100px; }

.p-not-found__heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .p-not-found__heading {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 20px; } }

.p-not-found__button {
  max-width: 400px;
  margin: 40px auto 0; }

/* ---------------------------------------------------------

Utility

--------------------------------------------------------- */
/******************************************************************************
* FONT
*******************************************************************************/
.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-ff-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; }

/******************************************************************************
* MARGIN
*******************************************************************************/
.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: 6rem !important; }

.u-m-xxl {
  margin: 8rem !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: 6rem !important; }

.u-mt-xxl {
  margin-top: 8rem !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: 6rem !important; }

.u-mr-xxl {
  margin-right: 8rem !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: 6rem !important; }

.u-mb-xxl {
  margin-bottom: 8rem !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: 6rem !important; }

.u-ml-xxl {
  margin-left: 8rem !important; }

.u-mlr-a {
  margin-left: auto !important;
  margin-right: auto !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-mr-xs {
    margin-right: 0.5rem !important; }
  .u-mr-sm {
    margin-right: 1rem !important; }
  .u-mr-md {
    margin-right: 2rem !important; }
  .u-mr-lg {
    margin-right: 3rem !important; }
  .u-mr-xl {
    margin-right: 4rem !important; }
  .u-mr-xxl {
    margin-right: 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-ml-xs {
    margin-left: 0.5rem !important; }
  .u-ml-sm {
    margin-left: 1rem !important; }
  .u-ml-md {
    margin-left: 2rem !important; }
  .u-ml-lg {
    margin-left: 3rem !important; }
  .u-ml-xl {
    margin-left: 4rem !important; }
  .u-ml-xxl {
    margin-left: 5rem !important; } }

.u-m-0 {
  margin: 0px !important; }

.u-m-5 {
  margin: 5px !important; }

.u-m-10 {
  margin: 10px !important; }

.u-m-15 {
  margin: 15px !important; }

.u-m-20 {
  margin: 20px !important; }

.u-m-25 {
  margin: 25px !important; }

.u-m-30 {
  margin: 30px !important; }

.u-m-35 {
  margin: 35px !important; }

.u-m-40 {
  margin: 40px !important; }

.u-m-45 {
  margin: 45px !important; }

.u-m-50 {
  margin: 50px !important; }

.u-m-55 {
  margin: 55px !important; }

.u-m-60 {
  margin: 60px !important; }

.u-m-65 {
  margin: 65px !important; }

.u-m-70 {
  margin: 70px !important; }

.u-m-75 {
  margin: 75px !important; }

.u-m-80 {
  margin: 80px !important; }

.u-m-85 {
  margin: 85px !important; }

.u-m-90 {
  margin: 90px !important; }

.u-m-95 {
  margin: 95px !important; }

.u-m-100 {
  margin: 100px !important; }

.u-mt-0 {
  margin-top: 0px !important; }

.u-mt-5 {
  margin-top: 5px !important; }

.u-mt-10 {
  margin-top: 10px !important; }

.u-mt-15 {
  margin-top: 15px !important; }

.u-mt-20 {
  margin-top: 20px !important; }

.u-mt-25 {
  margin-top: 25px !important; }

.u-mt-30 {
  margin-top: 30px !important; }

.u-mt-35 {
  margin-top: 35px !important; }

.u-mt-40 {
  margin-top: 40px !important; }

.u-mt-45 {
  margin-top: 45px !important; }

.u-mt-50 {
  margin-top: 50px !important; }

.u-mt-55 {
  margin-top: 55px !important; }

.u-mt-60 {
  margin-top: 60px !important; }

.u-mt-65 {
  margin-top: 65px !important; }

.u-mt-70 {
  margin-top: 70px !important; }

.u-mt-75 {
  margin-top: 75px !important; }

.u-mt-80 {
  margin-top: 80px !important; }

.u-mt-85 {
  margin-top: 85px !important; }

.u-mt-90 {
  margin-top: 90px !important; }

.u-mt-95 {
  margin-top: 95px !important; }

.u-mt-100 {
  margin-top: 100px !important; }

.u-mb-0 {
  margin-bottom: 0px !important; }

.u-mb-5 {
  margin-bottom: 5px !important; }

.u-mb-10 {
  margin-bottom: 10px !important; }

.u-mb-15 {
  margin-bottom: 15px !important; }

.u-mb-20 {
  margin-bottom: 20px !important; }

.u-mb-25 {
  margin-bottom: 25px !important; }

.u-mb-30 {
  margin-bottom: 30px !important; }

.u-mb-35 {
  margin-bottom: 35px !important; }

.u-mb-40 {
  margin-bottom: 40px !important; }

.u-mb-45 {
  margin-bottom: 45px !important; }

.u-mb-50 {
  margin-bottom: 50px !important; }

.u-mb-55 {
  margin-bottom: 55px !important; }

.u-mb-60 {
  margin-bottom: 60px !important; }

.u-mb-65 {
  margin-bottom: 65px !important; }

.u-mb-70 {
  margin-bottom: 70px !important; }

.u-mb-75 {
  margin-bottom: 75px !important; }

.u-mb-80 {
  margin-bottom: 80px !important; }

.u-mb-85 {
  margin-bottom: 85px !important; }

.u-mb-90 {
  margin-bottom: 90px !important; }

.u-mb-95 {
  margin-bottom: 95px !important; }

.u-mb-100 {
  margin-bottom: 100px !important; }

.u-ml-0 {
  margin-left: 0px !important; }

.u-ml-5 {
  margin-left: 5px !important; }

.u-ml-10 {
  margin-left: 10px !important; }

.u-ml-15 {
  margin-left: 15px !important; }

.u-ml-20 {
  margin-left: 20px !important; }

.u-ml-25 {
  margin-left: 25px !important; }

.u-ml-30 {
  margin-left: 30px !important; }

.u-ml-35 {
  margin-left: 35px !important; }

.u-ml-40 {
  margin-left: 40px !important; }

.u-ml-45 {
  margin-left: 45px !important; }

.u-ml-50 {
  margin-left: 50px !important; }

.u-ml-55 {
  margin-left: 55px !important; }

.u-ml-60 {
  margin-left: 60px !important; }

.u-ml-65 {
  margin-left: 65px !important; }

.u-ml-70 {
  margin-left: 70px !important; }

.u-ml-75 {
  margin-left: 75px !important; }

.u-ml-80 {
  margin-left: 80px !important; }

.u-ml-85 {
  margin-left: 85px !important; }

.u-ml-90 {
  margin-left: 90px !important; }

.u-ml-95 {
  margin-left: 95px !important; }

.u-ml-100 {
  margin-left: 100px !important; }

.u-mr-0 {
  margin-right: 0px !important; }

.u-mr-5 {
  margin-right: 5px !important; }

.u-mr-10 {
  margin-right: 10px !important; }

.u-mr-15 {
  margin-right: 15px !important; }

.u-mr-20 {
  margin-right: 20px !important; }

.u-mr-25 {
  margin-right: 25px !important; }

.u-mr-30 {
  margin-right: 30px !important; }

.u-mr-35 {
  margin-right: 35px !important; }

.u-mr-40 {
  margin-right: 40px !important; }

.u-mr-45 {
  margin-right: 45px !important; }

.u-mr-50 {
  margin-right: 50px !important; }

.u-mr-55 {
  margin-right: 55px !important; }

.u-mr-60 {
  margin-right: 60px !important; }

.u-mr-65 {
  margin-right: 65px !important; }

.u-mr-70 {
  margin-right: 70px !important; }

.u-mr-75 {
  margin-right: 75px !important; }

.u-mr-80 {
  margin-right: 80px !important; }

.u-mr-85 {
  margin-right: 85px !important; }

.u-mr-90 {
  margin-right: 90px !important; }

.u-mr-95 {
  margin-right: 95px !important; }

.u-mr-100 {
  margin-right: 100px !important; }

.u-xs-m-0 {
  margin: 0px; }

.u-xs-m-5 {
  margin: 5px; }

.u-xs-m-10 {
  margin: 10px; }

.u-xs-m-15 {
  margin: 15px; }

.u-xs-m-20 {
  margin: 20px; }

.u-xs-m-25 {
  margin: 25px; }

.u-xs-m-30 {
  margin: 30px; }

.u-xs-m-35 {
  margin: 35px; }

.u-xs-m-40 {
  margin: 40px; }

.u-xs-m-45 {
  margin: 45px; }

.u-xs-m-50 {
  margin: 50px; }

.u-xs-m-55 {
  margin: 55px; }

.u-xs-m-60 {
  margin: 60px; }

.u-xs-m-65 {
  margin: 65px; }

.u-xs-m-70 {
  margin: 70px; }

.u-xs-m-75 {
  margin: 75px; }

.u-xs-m-80 {
  margin: 80px; }

.u-xs-m-85 {
  margin: 85px; }

.u-xs-m-90 {
  margin: 90px; }

.u-xs-m-95 {
  margin: 95px; }

.u-xs-m-100 {
  margin: 100px; }

.u-xs-mt-0 {
  margin-top: 0px; }

.u-xs-mt-5 {
  margin-top: 5px; }

.u-xs-mt-10 {
  margin-top: 10px; }

.u-xs-mt-15 {
  margin-top: 15px; }

.u-xs-mt-20 {
  margin-top: 20px; }

.u-xs-mt-25 {
  margin-top: 25px; }

.u-xs-mt-30 {
  margin-top: 30px; }

.u-xs-mt-35 {
  margin-top: 35px; }

.u-xs-mt-40 {
  margin-top: 40px; }

.u-xs-mt-45 {
  margin-top: 45px; }

.u-xs-mt-50 {
  margin-top: 50px; }

.u-xs-mt-55 {
  margin-top: 55px; }

.u-xs-mt-60 {
  margin-top: 60px; }

.u-xs-mt-65 {
  margin-top: 65px; }

.u-xs-mt-70 {
  margin-top: 70px; }

.u-xs-mt-75 {
  margin-top: 75px; }

.u-xs-mt-80 {
  margin-top: 80px; }

.u-xs-mt-85 {
  margin-top: 85px; }

.u-xs-mt-90 {
  margin-top: 90px; }

.u-xs-mt-95 {
  margin-top: 95px; }

.u-xs-mt-100 {
  margin-top: 100px; }

.u-xs-mb-0 {
  margin-bottom: 0px; }

.u-xs-mb-5 {
  margin-bottom: 5px; }

.u-xs-mb-10 {
  margin-bottom: 10px; }

.u-xs-mb-15 {
  margin-bottom: 15px; }

.u-xs-mb-20 {
  margin-bottom: 20px; }

.u-xs-mb-25 {
  margin-bottom: 25px; }

.u-xs-mb-30 {
  margin-bottom: 30px; }

.u-xs-mb-35 {
  margin-bottom: 35px; }

.u-xs-mb-40 {
  margin-bottom: 40px; }

.u-xs-mb-45 {
  margin-bottom: 45px; }

.u-xs-mb-50 {
  margin-bottom: 50px; }

.u-xs-mb-55 {
  margin-bottom: 55px; }

.u-xs-mb-60 {
  margin-bottom: 60px; }

.u-xs-mb-65 {
  margin-bottom: 65px; }

.u-xs-mb-70 {
  margin-bottom: 70px; }

.u-xs-mb-75 {
  margin-bottom: 75px; }

.u-xs-mb-80 {
  margin-bottom: 80px; }

.u-xs-mb-85 {
  margin-bottom: 85px; }

.u-xs-mb-90 {
  margin-bottom: 90px; }

.u-xs-mb-95 {
  margin-bottom: 95px; }

.u-xs-mb-100 {
  margin-bottom: 100px; }

.u-xs-ml-0 {
  margin-left: 0px; }

.u-xs-ml-5 {
  margin-left: 5px; }

.u-xs-ml-10 {
  margin-left: 10px; }

.u-xs-ml-15 {
  margin-left: 15px; }

.u-xs-ml-20 {
  margin-left: 20px; }

.u-xs-ml-25 {
  margin-left: 25px; }

.u-xs-ml-30 {
  margin-left: 30px; }

.u-xs-ml-35 {
  margin-left: 35px; }

.u-xs-ml-40 {
  margin-left: 40px; }

.u-xs-ml-45 {
  margin-left: 45px; }

.u-xs-ml-50 {
  margin-left: 50px; }

.u-xs-ml-55 {
  margin-left: 55px; }

.u-xs-ml-60 {
  margin-left: 60px; }

.u-xs-ml-65 {
  margin-left: 65px; }

.u-xs-ml-70 {
  margin-left: 70px; }

.u-xs-ml-75 {
  margin-left: 75px; }

.u-xs-ml-80 {
  margin-left: 80px; }

.u-xs-ml-85 {
  margin-left: 85px; }

.u-xs-ml-90 {
  margin-left: 90px; }

.u-xs-ml-95 {
  margin-left: 95px; }

.u-xs-ml-100 {
  margin-left: 100px; }

.u-xs-mr-0 {
  margin-right: 0px; }

.u-xs-mr-5 {
  margin-right: 5px; }

.u-xs-mr-10 {
  margin-right: 10px; }

.u-xs-mr-15 {
  margin-right: 15px; }

.u-xs-mr-20 {
  margin-right: 20px; }

.u-xs-mr-25 {
  margin-right: 25px; }

.u-xs-mr-30 {
  margin-right: 30px; }

.u-xs-mr-35 {
  margin-right: 35px; }

.u-xs-mr-40 {
  margin-right: 40px; }

.u-xs-mr-45 {
  margin-right: 45px; }

.u-xs-mr-50 {
  margin-right: 50px; }

.u-xs-mr-55 {
  margin-right: 55px; }

.u-xs-mr-60 {
  margin-right: 60px; }

.u-xs-mr-65 {
  margin-right: 65px; }

.u-xs-mr-70 {
  margin-right: 70px; }

.u-xs-mr-75 {
  margin-right: 75px; }

.u-xs-mr-80 {
  margin-right: 80px; }

.u-xs-mr-85 {
  margin-right: 85px; }

.u-xs-mr-90 {
  margin-right: 90px; }

.u-xs-mr-95 {
  margin-right: 95px; }

.u-xs-mr-100 {
  margin-right: 100px; }

@media (min-width: 768px) {
  .u-sm-m-0 {
    margin: 0px; }
  .u-sm-m-5 {
    margin: 5px; }
  .u-sm-m-10 {
    margin: 10px; }
  .u-sm-m-15 {
    margin: 15px; }
  .u-sm-m-20 {
    margin: 20px; }
  .u-sm-m-25 {
    margin: 25px; }
  .u-sm-m-30 {
    margin: 30px; }
  .u-sm-m-35 {
    margin: 35px; }
  .u-sm-m-40 {
    margin: 40px; }
  .u-sm-m-45 {
    margin: 45px; }
  .u-sm-m-50 {
    margin: 50px; }
  .u-sm-m-55 {
    margin: 55px; }
  .u-sm-m-60 {
    margin: 60px; }
  .u-sm-m-65 {
    margin: 65px; }
  .u-sm-m-70 {
    margin: 70px; }
  .u-sm-m-75 {
    margin: 75px; }
  .u-sm-m-80 {
    margin: 80px; }
  .u-sm-m-85 {
    margin: 85px; }
  .u-sm-m-90 {
    margin: 90px; }
  .u-sm-m-95 {
    margin: 95px; }
  .u-sm-m-100 {
    margin: 100px; }
  .u-sm-mt-0 {
    margin-top: 0px; }
  .u-sm-mt-5 {
    margin-top: 5px; }
  .u-sm-mt-10 {
    margin-top: 10px; }
  .u-sm-mt-15 {
    margin-top: 15px; }
  .u-sm-mt-20 {
    margin-top: 20px; }
  .u-sm-mt-25 {
    margin-top: 25px; }
  .u-sm-mt-30 {
    margin-top: 30px; }
  .u-sm-mt-35 {
    margin-top: 35px; }
  .u-sm-mt-40 {
    margin-top: 40px; }
  .u-sm-mt-45 {
    margin-top: 45px; }
  .u-sm-mt-50 {
    margin-top: 50px; }
  .u-sm-mt-55 {
    margin-top: 55px; }
  .u-sm-mt-60 {
    margin-top: 60px; }
  .u-sm-mt-65 {
    margin-top: 65px; }
  .u-sm-mt-70 {
    margin-top: 70px; }
  .u-sm-mt-75 {
    margin-top: 75px; }
  .u-sm-mt-80 {
    margin-top: 80px; }
  .u-sm-mt-85 {
    margin-top: 85px; }
  .u-sm-mt-90 {
    margin-top: 90px; }
  .u-sm-mt-95 {
    margin-top: 95px; }
  .u-sm-mt-100 {
    margin-top: 100px; }
  .u-sm-mb-0 {
    margin-bottom: 0px; }
  .u-sm-mb-5 {
    margin-bottom: 5px; }
  .u-sm-mb-10 {
    margin-bottom: 10px; }
  .u-sm-mb-15 {
    margin-bottom: 15px; }
  .u-sm-mb-20 {
    margin-bottom: 20px; }
  .u-sm-mb-25 {
    margin-bottom: 25px; }
  .u-sm-mb-30 {
    margin-bottom: 30px; }
  .u-sm-mb-35 {
    margin-bottom: 35px; }
  .u-sm-mb-40 {
    margin-bottom: 40px; }
  .u-sm-mb-45 {
    margin-bottom: 45px; }
  .u-sm-mb-50 {
    margin-bottom: 50px; }
  .u-sm-mb-55 {
    margin-bottom: 55px; }
  .u-sm-mb-60 {
    margin-bottom: 60px; }
  .u-sm-mb-65 {
    margin-bottom: 65px; }
  .u-sm-mb-70 {
    margin-bottom: 70px; }
  .u-sm-mb-75 {
    margin-bottom: 75px; }
  .u-sm-mb-80 {
    margin-bottom: 80px; }
  .u-sm-mb-85 {
    margin-bottom: 85px; }
  .u-sm-mb-90 {
    margin-bottom: 90px; }
  .u-sm-mb-95 {
    margin-bottom: 95px; }
  .u-sm-mb-100 {
    margin-bottom: 100px; }
  .u-sm-ml-0 {
    margin-left: 0px; }
  .u-sm-ml-5 {
    margin-left: 5px; }
  .u-sm-ml-10 {
    margin-left: 10px; }
  .u-sm-ml-15 {
    margin-left: 15px; }
  .u-sm-ml-20 {
    margin-left: 20px; }
  .u-sm-ml-25 {
    margin-left: 25px; }
  .u-sm-ml-30 {
    margin-left: 30px; }
  .u-sm-ml-35 {
    margin-left: 35px; }
  .u-sm-ml-40 {
    margin-left: 40px; }
  .u-sm-ml-45 {
    margin-left: 45px; }
  .u-sm-ml-50 {
    margin-left: 50px; }
  .u-sm-ml-55 {
    margin-left: 55px; }
  .u-sm-ml-60 {
    margin-left: 60px; }
  .u-sm-ml-65 {
    margin-left: 65px; }
  .u-sm-ml-70 {
    margin-left: 70px; }
  .u-sm-ml-75 {
    margin-left: 75px; }
  .u-sm-ml-80 {
    margin-left: 80px; }
  .u-sm-ml-85 {
    margin-left: 85px; }
  .u-sm-ml-90 {
    margin-left: 90px; }
  .u-sm-ml-95 {
    margin-left: 95px; }
  .u-sm-ml-100 {
    margin-left: 100px; }
  .u-sm-mr-0 {
    margin-right: 0px; }
  .u-sm-mr-5 {
    margin-right: 5px; }
  .u-sm-mr-10 {
    margin-right: 10px; }
  .u-sm-mr-15 {
    margin-right: 15px; }
  .u-sm-mr-20 {
    margin-right: 20px; }
  .u-sm-mr-25 {
    margin-right: 25px; }
  .u-sm-mr-30 {
    margin-right: 30px; }
  .u-sm-mr-35 {
    margin-right: 35px; }
  .u-sm-mr-40 {
    margin-right: 40px; }
  .u-sm-mr-45 {
    margin-right: 45px; }
  .u-sm-mr-50 {
    margin-right: 50px; }
  .u-sm-mr-55 {
    margin-right: 55px; }
  .u-sm-mr-60 {
    margin-right: 60px; }
  .u-sm-mr-65 {
    margin-right: 65px; }
  .u-sm-mr-70 {
    margin-right: 70px; }
  .u-sm-mr-75 {
    margin-right: 75px; }
  .u-sm-mr-80 {
    margin-right: 80px; }
  .u-sm-mr-85 {
    margin-right: 85px; }
  .u-sm-mr-90 {
    margin-right: 90px; }
  .u-sm-mr-95 {
    margin-right: 95px; }
  .u-sm-mr-100 {
    margin-right: 100px; } }

@media (min-width: 1024px) {
  .u-md-m-0 {
    margin: 0px; }
  .u-md-m-5 {
    margin: 5px; }
  .u-md-m-10 {
    margin: 10px; }
  .u-md-m-15 {
    margin: 15px; }
  .u-md-m-20 {
    margin: 20px; }
  .u-md-m-25 {
    margin: 25px; }
  .u-md-m-30 {
    margin: 30px; }
  .u-md-m-35 {
    margin: 35px; }
  .u-md-m-40 {
    margin: 40px; }
  .u-md-m-45 {
    margin: 45px; }
  .u-md-m-50 {
    margin: 50px; }
  .u-md-m-55 {
    margin: 55px; }
  .u-md-m-60 {
    margin: 60px; }
  .u-md-m-65 {
    margin: 65px; }
  .u-md-m-70 {
    margin: 70px; }
  .u-md-m-75 {
    margin: 75px; }
  .u-md-m-80 {
    margin: 80px; }
  .u-md-m-85 {
    margin: 85px; }
  .u-md-m-90 {
    margin: 90px; }
  .u-md-m-95 {
    margin: 95px; }
  .u-md-m-100 {
    margin: 100px; }
  .u-md-mt-0 {
    margin-top: 0px; }
  .u-md-mt-5 {
    margin-top: 5px; }
  .u-md-mt-10 {
    margin-top: 10px; }
  .u-md-mt-15 {
    margin-top: 15px; }
  .u-md-mt-20 {
    margin-top: 20px; }
  .u-md-mt-25 {
    margin-top: 25px; }
  .u-md-mt-30 {
    margin-top: 30px; }
  .u-md-mt-35 {
    margin-top: 35px; }
  .u-md-mt-40 {
    margin-top: 40px; }
  .u-md-mt-45 {
    margin-top: 45px; }
  .u-md-mt-50 {
    margin-top: 50px; }
  .u-md-mt-55 {
    margin-top: 55px; }
  .u-md-mt-60 {
    margin-top: 60px; }
  .u-md-mt-65 {
    margin-top: 65px; }
  .u-md-mt-70 {
    margin-top: 70px; }
  .u-md-mt-75 {
    margin-top: 75px; }
  .u-md-mt-80 {
    margin-top: 80px; }
  .u-md-mt-85 {
    margin-top: 85px; }
  .u-md-mt-90 {
    margin-top: 90px; }
  .u-md-mt-95 {
    margin-top: 95px; }
  .u-md-mt-100 {
    margin-top: 100px; }
  .u-md-mb-0 {
    margin-bottom: 0px; }
  .u-md-mb-5 {
    margin-bottom: 5px; }
  .u-md-mb-10 {
    margin-bottom: 10px; }
  .u-md-mb-15 {
    margin-bottom: 15px; }
  .u-md-mb-20 {
    margin-bottom: 20px; }
  .u-md-mb-25 {
    margin-bottom: 25px; }
  .u-md-mb-30 {
    margin-bottom: 30px; }
  .u-md-mb-35 {
    margin-bottom: 35px; }
  .u-md-mb-40 {
    margin-bottom: 40px; }
  .u-md-mb-45 {
    margin-bottom: 45px; }
  .u-md-mb-50 {
    margin-bottom: 50px; }
  .u-md-mb-55 {
    margin-bottom: 55px; }
  .u-md-mb-60 {
    margin-bottom: 60px; }
  .u-md-mb-65 {
    margin-bottom: 65px; }
  .u-md-mb-70 {
    margin-bottom: 70px; }
  .u-md-mb-75 {
    margin-bottom: 75px; }
  .u-md-mb-80 {
    margin-bottom: 80px; }
  .u-md-mb-85 {
    margin-bottom: 85px; }
  .u-md-mb-90 {
    margin-bottom: 90px; }
  .u-md-mb-95 {
    margin-bottom: 95px; }
  .u-md-mb-100 {
    margin-bottom: 100px; }
  .u-md-ml-0 {
    margin-left: 0px; }
  .u-md-ml-5 {
    margin-left: 5px; }
  .u-md-ml-10 {
    margin-left: 10px; }
  .u-md-ml-15 {
    margin-left: 15px; }
  .u-md-ml-20 {
    margin-left: 20px; }
  .u-md-ml-25 {
    margin-left: 25px; }
  .u-md-ml-30 {
    margin-left: 30px; }
  .u-md-ml-35 {
    margin-left: 35px; }
  .u-md-ml-40 {
    margin-left: 40px; }
  .u-md-ml-45 {
    margin-left: 45px; }
  .u-md-ml-50 {
    margin-left: 50px; }
  .u-md-ml-55 {
    margin-left: 55px; }
  .u-md-ml-60 {
    margin-left: 60px; }
  .u-md-ml-65 {
    margin-left: 65px; }
  .u-md-ml-70 {
    margin-left: 70px; }
  .u-md-ml-75 {
    margin-left: 75px; }
  .u-md-ml-80 {
    margin-left: 80px; }
  .u-md-ml-85 {
    margin-left: 85px; }
  .u-md-ml-90 {
    margin-left: 90px; }
  .u-md-ml-95 {
    margin-left: 95px; }
  .u-md-ml-100 {
    margin-left: 100px; }
  .u-md-mr-0 {
    margin-right: 0px; }
  .u-md-mr-5 {
    margin-right: 5px; }
  .u-md-mr-10 {
    margin-right: 10px; }
  .u-md-mr-15 {
    margin-right: 15px; }
  .u-md-mr-20 {
    margin-right: 20px; }
  .u-md-mr-25 {
    margin-right: 25px; }
  .u-md-mr-30 {
    margin-right: 30px; }
  .u-md-mr-35 {
    margin-right: 35px; }
  .u-md-mr-40 {
    margin-right: 40px; }
  .u-md-mr-45 {
    margin-right: 45px; }
  .u-md-mr-50 {
    margin-right: 50px; }
  .u-md-mr-55 {
    margin-right: 55px; }
  .u-md-mr-60 {
    margin-right: 60px; }
  .u-md-mr-65 {
    margin-right: 65px; }
  .u-md-mr-70 {
    margin-right: 70px; }
  .u-md-mr-75 {
    margin-right: 75px; }
  .u-md-mr-80 {
    margin-right: 80px; }
  .u-md-mr-85 {
    margin-right: 85px; }
  .u-md-mr-90 {
    margin-right: 90px; }
  .u-md-mr-95 {
    margin-right: 95px; }
  .u-md-mr-100 {
    margin-right: 100px; } }

@media (min-width: 1281px) {
  .u-lg-m-0 {
    margin: 0px; }
  .u-lg-m-5 {
    margin: 5px; }
  .u-lg-m-10 {
    margin: 10px; }
  .u-lg-m-15 {
    margin: 15px; }
  .u-lg-m-20 {
    margin: 20px; }
  .u-lg-m-25 {
    margin: 25px; }
  .u-lg-m-30 {
    margin: 30px; }
  .u-lg-m-35 {
    margin: 35px; }
  .u-lg-m-40 {
    margin: 40px; }
  .u-lg-m-45 {
    margin: 45px; }
  .u-lg-m-50 {
    margin: 50px; }
  .u-lg-m-55 {
    margin: 55px; }
  .u-lg-m-60 {
    margin: 60px; }
  .u-lg-m-65 {
    margin: 65px; }
  .u-lg-m-70 {
    margin: 70px; }
  .u-lg-m-75 {
    margin: 75px; }
  .u-lg-m-80 {
    margin: 80px; }
  .u-lg-m-85 {
    margin: 85px; }
  .u-lg-m-90 {
    margin: 90px; }
  .u-lg-m-95 {
    margin: 95px; }
  .u-lg-m-100 {
    margin: 100px; }
  .u-lg-mt-0 {
    margin-top: 0px; }
  .u-lg-mt-5 {
    margin-top: 5px; }
  .u-lg-mt-10 {
    margin-top: 10px; }
  .u-lg-mt-15 {
    margin-top: 15px; }
  .u-lg-mt-20 {
    margin-top: 20px; }
  .u-lg-mt-25 {
    margin-top: 25px; }
  .u-lg-mt-30 {
    margin-top: 30px; }
  .u-lg-mt-35 {
    margin-top: 35px; }
  .u-lg-mt-40 {
    margin-top: 40px; }
  .u-lg-mt-45 {
    margin-top: 45px; }
  .u-lg-mt-50 {
    margin-top: 50px; }
  .u-lg-mt-55 {
    margin-top: 55px; }
  .u-lg-mt-60 {
    margin-top: 60px; }
  .u-lg-mt-65 {
    margin-top: 65px; }
  .u-lg-mt-70 {
    margin-top: 70px; }
  .u-lg-mt-75 {
    margin-top: 75px; }
  .u-lg-mt-80 {
    margin-top: 80px; }
  .u-lg-mt-85 {
    margin-top: 85px; }
  .u-lg-mt-90 {
    margin-top: 90px; }
  .u-lg-mt-95 {
    margin-top: 95px; }
  .u-lg-mt-100 {
    margin-top: 100px; }
  .u-lg-mb-0 {
    margin-bottom: 0px; }
  .u-lg-mb-5 {
    margin-bottom: 5px; }
  .u-lg-mb-10 {
    margin-bottom: 10px; }
  .u-lg-mb-15 {
    margin-bottom: 15px; }
  .u-lg-mb-20 {
    margin-bottom: 20px; }
  .u-lg-mb-25 {
    margin-bottom: 25px; }
  .u-lg-mb-30 {
    margin-bottom: 30px; }
  .u-lg-mb-35 {
    margin-bottom: 35px; }
  .u-lg-mb-40 {
    margin-bottom: 40px; }
  .u-lg-mb-45 {
    margin-bottom: 45px; }
  .u-lg-mb-50 {
    margin-bottom: 50px; }
  .u-lg-mb-55 {
    margin-bottom: 55px; }
  .u-lg-mb-60 {
    margin-bottom: 60px; }
  .u-lg-mb-65 {
    margin-bottom: 65px; }
  .u-lg-mb-70 {
    margin-bottom: 70px; }
  .u-lg-mb-75 {
    margin-bottom: 75px; }
  .u-lg-mb-80 {
    margin-bottom: 80px; }
  .u-lg-mb-85 {
    margin-bottom: 85px; }
  .u-lg-mb-90 {
    margin-bottom: 90px; }
  .u-lg-mb-95 {
    margin-bottom: 95px; }
  .u-lg-mb-100 {
    margin-bottom: 100px; }
  .u-lg-ml-0 {
    margin-left: 0px; }
  .u-lg-ml-5 {
    margin-left: 5px; }
  .u-lg-ml-10 {
    margin-left: 10px; }
  .u-lg-ml-15 {
    margin-left: 15px; }
  .u-lg-ml-20 {
    margin-left: 20px; }
  .u-lg-ml-25 {
    margin-left: 25px; }
  .u-lg-ml-30 {
    margin-left: 30px; }
  .u-lg-ml-35 {
    margin-left: 35px; }
  .u-lg-ml-40 {
    margin-left: 40px; }
  .u-lg-ml-45 {
    margin-left: 45px; }
  .u-lg-ml-50 {
    margin-left: 50px; }
  .u-lg-ml-55 {
    margin-left: 55px; }
  .u-lg-ml-60 {
    margin-left: 60px; }
  .u-lg-ml-65 {
    margin-left: 65px; }
  .u-lg-ml-70 {
    margin-left: 70px; }
  .u-lg-ml-75 {
    margin-left: 75px; }
  .u-lg-ml-80 {
    margin-left: 80px; }
  .u-lg-ml-85 {
    margin-left: 85px; }
  .u-lg-ml-90 {
    margin-left: 90px; }
  .u-lg-ml-95 {
    margin-left: 95px; }
  .u-lg-ml-100 {
    margin-left: 100px; }
  .u-lg-mr-0 {
    margin-right: 0px; }
  .u-lg-mr-5 {
    margin-right: 5px; }
  .u-lg-mr-10 {
    margin-right: 10px; }
  .u-lg-mr-15 {
    margin-right: 15px; }
  .u-lg-mr-20 {
    margin-right: 20px; }
  .u-lg-mr-25 {
    margin-right: 25px; }
  .u-lg-mr-30 {
    margin-right: 30px; }
  .u-lg-mr-35 {
    margin-right: 35px; }
  .u-lg-mr-40 {
    margin-right: 40px; }
  .u-lg-mr-45 {
    margin-right: 45px; }
  .u-lg-mr-50 {
    margin-right: 50px; }
  .u-lg-mr-55 {
    margin-right: 55px; }
  .u-lg-mr-60 {
    margin-right: 60px; }
  .u-lg-mr-65 {
    margin-right: 65px; }
  .u-lg-mr-70 {
    margin-right: 70px; }
  .u-lg-mr-75 {
    margin-right: 75px; }
  .u-lg-mr-80 {
    margin-right: 80px; }
  .u-lg-mr-85 {
    margin-right: 85px; }
  .u-lg-mr-90 {
    margin-right: 90px; }
  .u-lg-mr-95 {
    margin-right: 95px; }
  .u-lg-mr-100 {
    margin-right: 100px; } }

/******************************************************************************
* PADDING
*******************************************************************************/
.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: 6rem !important; }

.u-p-xxl {
  padding: 8rem !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: 6rem !important; }

.u-pt-xxl {
  padding-top: 8rem !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: 6rem !important; }

.u-pr-xxl {
  padding-right: 8rem !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: 6rem !important; }

.u-pb-xxl {
  padding-bottom: 8rem !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: 6rem !important; }

.u-pl-xxl {
  padding-left: 8rem !important; }

@media (max-width: 767px) {
  .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-p-xxl {
    padding: 5rem !important; }
  .u-pr-xs {
    padding-right: 0.5rem !important; }
  .u-pr-sm {
    padding-right: 1rem !important; }
  .u-pr-md {
    padding-right: 2rem !important; }
  .u-pr-lg {
    padding-right: 3rem !important; }
  .u-pr-xl {
    padding-right: 4rem !important; }
  .u-pr-xxl {
    padding-right: 5rem !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: 5rem !important; }
  .u-pl-xs {
    padding-left: 0.5rem !important; }
  .u-pl-sm {
    padding-left: 1rem !important; }
  .u-pl-md {
    padding-left: 2rem !important; }
  .u-pl-lg {
    padding-left: 3rem !important; }
  .u-pl-xl {
    padding-left: 4rem !important; }
  .u-pl-xxl {
    padding-left: 5rem !important; } }

/******************************************************************************
* PADDING
*******************************************************************************/
.u-p0 {
  padding: 0px !important; }

.u-p5 {
  padding: 5px !important; }

.u-p10 {
  padding: 10px !important; }

.u-p15 {
  padding: 15px !important; }

.u-p20 {
  padding: 20px !important; }

.u-p25 {
  padding: 25px !important; }

.u-p30 {
  padding: 30px !important; }

.u-p35 {
  padding: 35px !important; }

.u-p40 {
  padding: 40px !important; }

.u-p45 {
  padding: 45px !important; }

.u-p50 {
  padding: 50px !important; }

.u-p55 {
  padding: 55px !important; }

.u-p60 {
  padding: 60px !important; }

.u-p65 {
  padding: 65px !important; }

.u-p70 {
  padding: 70px !important; }

.u-p75 {
  padding: 75px !important; }

.u-p80 {
  padding: 80px !important; }

.u-p85 {
  padding: 85px !important; }

.u-p90 {
  padding: 90px !important; }

.u-p95 {
  padding: 95px !important; }

.u-p100 {
  padding: 100px !important; }

.u-pt-0 {
  padding-top: 0px !important; }

.u-pt-5 {
  padding-top: 5px !important; }

.u-pt-10 {
  padding-top: 10px !important; }

.u-pt-15 {
  padding-top: 15px !important; }

.u-pt-20 {
  padding-top: 20px !important; }

.u-pt-25 {
  padding-top: 25px !important; }

.u-pt-30 {
  padding-top: 30px !important; }

.u-pt-35 {
  padding-top: 35px !important; }

.u-pt-40 {
  padding-top: 40px !important; }

.u-pt-45 {
  padding-top: 45px !important; }

.u-pt-50 {
  padding-top: 50px !important; }

.u-pt-55 {
  padding-top: 55px !important; }

.u-pt-60 {
  padding-top: 60px !important; }

.u-pt-65 {
  padding-top: 65px !important; }

.u-pt-70 {
  padding-top: 70px !important; }

.u-pt-75 {
  padding-top: 75px !important; }

.u-pt-80 {
  padding-top: 80px !important; }

.u-pt-85 {
  padding-top: 85px !important; }

.u-pt-90 {
  padding-top: 90px !important; }

.u-pt-95 {
  padding-top: 95px !important; }

.u-pt-100 {
  padding-top: 100px !important; }

.u-pb-0 {
  padding-bottom: 0px !important; }

.u-pb-5 {
  padding-bottom: 5px !important; }

.u-pb-10 {
  padding-bottom: 10px !important; }

.u-pb-15 {
  padding-bottom: 15px !important; }

.u-pb-20 {
  padding-bottom: 20px !important; }

.u-pb-25 {
  padding-bottom: 25px !important; }

.u-pb-30 {
  padding-bottom: 30px !important; }

.u-pb-35 {
  padding-bottom: 35px !important; }

.u-pb-40 {
  padding-bottom: 40px !important; }

.u-pb-45 {
  padding-bottom: 45px !important; }

.u-pb-50 {
  padding-bottom: 50px !important; }

.u-pb-55 {
  padding-bottom: 55px !important; }

.u-pb-60 {
  padding-bottom: 60px !important; }

.u-pb-65 {
  padding-bottom: 65px !important; }

.u-pb-70 {
  padding-bottom: 70px !important; }

.u-pb-75 {
  padding-bottom: 75px !important; }

.u-pb-80 {
  padding-bottom: 80px !important; }

.u-pb-85 {
  padding-bottom: 85px !important; }

.u-pb-90 {
  padding-bottom: 90px !important; }

.u-pb-95 {
  padding-bottom: 95px !important; }

.u-pb-100 {
  padding-bottom: 100px !important; }

.u-pl-0 {
  padding-left: 0px !important; }

.u-pl-5 {
  padding-left: 5px !important; }

.u-pl-10 {
  padding-left: 10px !important; }

.u-pl-15 {
  padding-left: 15px !important; }

.u-pl-20 {
  padding-left: 20px !important; }

.u-pl-25 {
  padding-left: 25px !important; }

.u-pl-30 {
  padding-left: 30px !important; }

.u-pl-35 {
  padding-left: 35px !important; }

.u-pl-40 {
  padding-left: 40px !important; }

.u-pl-45 {
  padding-left: 45px !important; }

.u-pl-50 {
  padding-left: 50px !important; }

.u-pl-55 {
  padding-left: 55px !important; }

.u-pl-60 {
  padding-left: 60px !important; }

.u-pl-65 {
  padding-left: 65px !important; }

.u-pl-70 {
  padding-left: 70px !important; }

.u-pl-75 {
  padding-left: 75px !important; }

.u-pl-80 {
  padding-left: 80px !important; }

.u-pl-85 {
  padding-left: 85px !important; }

.u-pl-90 {
  padding-left: 90px !important; }

.u-pl-95 {
  padding-left: 95px !important; }

.u-pl-100 {
  padding-left: 100px !important; }

.u-pr-0 {
  padding-right: 0px !important; }

.u-pr-5 {
  padding-right: 5px !important; }

.u-pr-10 {
  padding-right: 10px !important; }

.u-pr-15 {
  padding-right: 15px !important; }

.u-pr-20 {
  padding-right: 20px !important; }

.u-pr-25 {
  padding-right: 25px !important; }

.u-pr-30 {
  padding-right: 30px !important; }

.u-pr-35 {
  padding-right: 35px !important; }

.u-pr-40 {
  padding-right: 40px !important; }

.u-pr-45 {
  padding-right: 45px !important; }

.u-pr-50 {
  padding-right: 50px !important; }

.u-pr-55 {
  padding-right: 55px !important; }

.u-pr-60 {
  padding-right: 60px !important; }

.u-pr-65 {
  padding-right: 65px !important; }

.u-pr-70 {
  padding-right: 70px !important; }

.u-pr-75 {
  padding-right: 75px !important; }

.u-pr-80 {
  padding-right: 80px !important; }

.u-pr-85 {
  padding-right: 85px !important; }

.u-pr-90 {
  padding-right: 90px !important; }

.u-pr-95 {
  padding-right: 95px !important; }

.u-pr-100 {
  padding-right: 100px !important; }

.u-xs-p0 {
  padding: 0px; }

.u-xs-p5 {
  padding: 5px; }

.u-xs-p10 {
  padding: 10px; }

.u-xs-p15 {
  padding: 15px; }

.u-xs-p20 {
  padding: 20px; }

.u-xs-p25 {
  padding: 25px; }

.u-xs-p30 {
  padding: 30px; }

.u-xs-p35 {
  padding: 35px; }

.u-xs-p40 {
  padding: 40px; }

.u-xs-p45 {
  padding: 45px; }

.u-xs-p50 {
  padding: 50px; }

.u-xs-p55 {
  padding: 55px; }

.u-xs-p60 {
  padding: 60px; }

.u-xs-p65 {
  padding: 65px; }

.u-xs-p70 {
  padding: 70px; }

.u-xs-p75 {
  padding: 75px; }

.u-xs-p80 {
  padding: 80px; }

.u-xs-p85 {
  padding: 85px; }

.u-xs-p90 {
  padding: 90px; }

.u-xs-p95 {
  padding: 95px; }

.u-xs-p100 {
  padding: 100px; }

.u-xs-pt-0 {
  padding-top: 0px; }

.u-xs-pt-5 {
  padding-top: 5px; }

.u-xs-pt-10 {
  padding-top: 10px; }

.u-xs-pt-15 {
  padding-top: 15px; }

.u-xs-pt-20 {
  padding-top: 20px; }

.u-xs-pt-25 {
  padding-top: 25px; }

.u-xs-pt-30 {
  padding-top: 30px; }

.u-xs-pt-35 {
  padding-top: 35px; }

.u-xs-pt-40 {
  padding-top: 40px; }

.u-xs-pt-45 {
  padding-top: 45px; }

.u-xs-pt-50 {
  padding-top: 50px; }

.u-xs-pt-55 {
  padding-top: 55px; }

.u-xs-pt-60 {
  padding-top: 60px; }

.u-xs-pt-65 {
  padding-top: 65px; }

.u-xs-pt-70 {
  padding-top: 70px; }

.u-xs-pt-75 {
  padding-top: 75px; }

.u-xs-pt-80 {
  padding-top: 80px; }

.u-xs-pt-85 {
  padding-top: 85px; }

.u-xs-pt-90 {
  padding-top: 90px; }

.u-xs-pt-95 {
  padding-top: 95px; }

.u-xs-pt-100 {
  padding-top: 100px; }

.u-xs-pb-0 {
  padding-bottom: 0px; }

.u-xs-pb-5 {
  padding-bottom: 5px; }

.u-xs-pb-10 {
  padding-bottom: 10px; }

.u-xs-pb-15 {
  padding-bottom: 15px; }

.u-xs-pb-20 {
  padding-bottom: 20px; }

.u-xs-pb-25 {
  padding-bottom: 25px; }

.u-xs-pb-30 {
  padding-bottom: 30px; }

.u-xs-pb-35 {
  padding-bottom: 35px; }

.u-xs-pb-40 {
  padding-bottom: 40px; }

.u-xs-pb-45 {
  padding-bottom: 45px; }

.u-xs-pb-50 {
  padding-bottom: 50px; }

.u-xs-pb-55 {
  padding-bottom: 55px; }

.u-xs-pb-60 {
  padding-bottom: 60px; }

.u-xs-pb-65 {
  padding-bottom: 65px; }

.u-xs-pb-70 {
  padding-bottom: 70px; }

.u-xs-pb-75 {
  padding-bottom: 75px; }

.u-xs-pb-80 {
  padding-bottom: 80px; }

.u-xs-pb-85 {
  padding-bottom: 85px; }

.u-xs-pb-90 {
  padding-bottom: 90px; }

.u-xs-pb-95 {
  padding-bottom: 95px; }

.u-xs-pb-100 {
  padding-bottom: 100px; }

.u-xs-pl-0 {
  padding-left: 0px; }

.u-xs-pl-5 {
  padding-left: 5px; }

.u-xs-pl-10 {
  padding-left: 10px; }

.u-xs-pl-15 {
  padding-left: 15px; }

.u-xs-pl-20 {
  padding-left: 20px; }

.u-xs-pl-25 {
  padding-left: 25px; }

.u-xs-pl-30 {
  padding-left: 30px; }

.u-xs-pl-35 {
  padding-left: 35px; }

.u-xs-pl-40 {
  padding-left: 40px; }

.u-xs-pl-45 {
  padding-left: 45px; }

.u-xs-pl-50 {
  padding-left: 50px; }

.u-xs-pl-55 {
  padding-left: 55px; }

.u-xs-pl-60 {
  padding-left: 60px; }

.u-xs-pl-65 {
  padding-left: 65px; }

.u-xs-pl-70 {
  padding-left: 70px; }

.u-xs-pl-75 {
  padding-left: 75px; }

.u-xs-pl-80 {
  padding-left: 80px; }

.u-xs-pl-85 {
  padding-left: 85px; }

.u-xs-pl-90 {
  padding-left: 90px; }

.u-xs-pl-95 {
  padding-left: 95px; }

.u-xs-pl-100 {
  padding-left: 100px; }

.u-xs-pr-0 {
  padding-right: 0px; }

.u-xs-pr-5 {
  padding-right: 5px; }

.u-xs-pr-10 {
  padding-right: 10px; }

.u-xs-pr-15 {
  padding-right: 15px; }

.u-xs-pr-20 {
  padding-right: 20px; }

.u-xs-pr-25 {
  padding-right: 25px; }

.u-xs-pr-30 {
  padding-right: 30px; }

.u-xs-pr-35 {
  padding-right: 35px; }

.u-xs-pr-40 {
  padding-right: 40px; }

.u-xs-pr-45 {
  padding-right: 45px; }

.u-xs-pr-50 {
  padding-right: 50px; }

.u-xs-pr-55 {
  padding-right: 55px; }

.u-xs-pr-60 {
  padding-right: 60px; }

.u-xs-pr-65 {
  padding-right: 65px; }

.u-xs-pr-70 {
  padding-right: 70px; }

.u-xs-pr-75 {
  padding-right: 75px; }

.u-xs-pr-80 {
  padding-right: 80px; }

.u-xs-pr-85 {
  padding-right: 85px; }

.u-xs-pr-90 {
  padding-right: 90px; }

.u-xs-pr-95 {
  padding-right: 95px; }

.u-xs-pr-100 {
  padding-right: 100px; }

@media (min-width: 768px) {
  .u-sm-p0 {
    padding: 0px; }
  .u-sm-p5 {
    padding: 5px; }
  .u-sm-p10 {
    padding: 10px; }
  .u-sm-p15 {
    padding: 15px; }
  .u-sm-p20 {
    padding: 20px; }
  .u-sm-p25 {
    padding: 25px; }
  .u-sm-p30 {
    padding: 30px; }
  .u-sm-p35 {
    padding: 35px; }
  .u-sm-p40 {
    padding: 40px; }
  .u-sm-p45 {
    padding: 45px; }
  .u-sm-p50 {
    padding: 50px; }
  .u-sm-p55 {
    padding: 55px; }
  .u-sm-p60 {
    padding: 60px; }
  .u-sm-p65 {
    padding: 65px; }
  .u-sm-p70 {
    padding: 70px; }
  .u-sm-p75 {
    padding: 75px; }
  .u-sm-p80 {
    padding: 80px; }
  .u-sm-p85 {
    padding: 85px; }
  .u-sm-p90 {
    padding: 90px; }
  .u-sm-p95 {
    padding: 95px; }
  .u-sm-p100 {
    padding: 100px; }
  .u-sm-pt-0 {
    padding-top: 0px; }
  .u-sm-pt-5 {
    padding-top: 5px; }
  .u-sm-pt-10 {
    padding-top: 10px; }
  .u-sm-pt-15 {
    padding-top: 15px; }
  .u-sm-pt-20 {
    padding-top: 20px; }
  .u-sm-pt-25 {
    padding-top: 25px; }
  .u-sm-pt-30 {
    padding-top: 30px; }
  .u-sm-pt-35 {
    padding-top: 35px; }
  .u-sm-pt-40 {
    padding-top: 40px; }
  .u-sm-pt-45 {
    padding-top: 45px; }
  .u-sm-pt-50 {
    padding-top: 50px; }
  .u-sm-pt-55 {
    padding-top: 55px; }
  .u-sm-pt-60 {
    padding-top: 60px; }
  .u-sm-pt-65 {
    padding-top: 65px; }
  .u-sm-pt-70 {
    padding-top: 70px; }
  .u-sm-pt-75 {
    padding-top: 75px; }
  .u-sm-pt-80 {
    padding-top: 80px; }
  .u-sm-pt-85 {
    padding-top: 85px; }
  .u-sm-pt-90 {
    padding-top: 90px; }
  .u-sm-pt-95 {
    padding-top: 95px; }
  .u-sm-pt-100 {
    padding-top: 100px; }
  .u-sm-pb-0 {
    padding-bottom: 0px; }
  .u-sm-pb-5 {
    padding-bottom: 5px; }
  .u-sm-pb-10 {
    padding-bottom: 10px; }
  .u-sm-pb-15 {
    padding-bottom: 15px; }
  .u-sm-pb-20 {
    padding-bottom: 20px; }
  .u-sm-pb-25 {
    padding-bottom: 25px; }
  .u-sm-pb-30 {
    padding-bottom: 30px; }
  .u-sm-pb-35 {
    padding-bottom: 35px; }
  .u-sm-pb-40 {
    padding-bottom: 40px; }
  .u-sm-pb-45 {
    padding-bottom: 45px; }
  .u-sm-pb-50 {
    padding-bottom: 50px; }
  .u-sm-pb-55 {
    padding-bottom: 55px; }
  .u-sm-pb-60 {
    padding-bottom: 60px; }
  .u-sm-pb-65 {
    padding-bottom: 65px; }
  .u-sm-pb-70 {
    padding-bottom: 70px; }
  .u-sm-pb-75 {
    padding-bottom: 75px; }
  .u-sm-pb-80 {
    padding-bottom: 80px; }
  .u-sm-pb-85 {
    padding-bottom: 85px; }
  .u-sm-pb-90 {
    padding-bottom: 90px; }
  .u-sm-pb-95 {
    padding-bottom: 95px; }
  .u-sm-pb-100 {
    padding-bottom: 100px; }
  .u-sm-pl-0 {
    padding-left: 0px; }
  .u-sm-pl-5 {
    padding-left: 5px; }
  .u-sm-pl-10 {
    padding-left: 10px; }
  .u-sm-pl-15 {
    padding-left: 15px; }
  .u-sm-pl-20 {
    padding-left: 20px; }
  .u-sm-pl-25 {
    padding-left: 25px; }
  .u-sm-pl-30 {
    padding-left: 30px; }
  .u-sm-pl-35 {
    padding-left: 35px; }
  .u-sm-pl-40 {
    padding-left: 40px; }
  .u-sm-pl-45 {
    padding-left: 45px; }
  .u-sm-pl-50 {
    padding-left: 50px; }
  .u-sm-pl-55 {
    padding-left: 55px; }
  .u-sm-pl-60 {
    padding-left: 60px; }
  .u-sm-pl-65 {
    padding-left: 65px; }
  .u-sm-pl-70 {
    padding-left: 70px; }
  .u-sm-pl-75 {
    padding-left: 75px; }
  .u-sm-pl-80 {
    padding-left: 80px; }
  .u-sm-pl-85 {
    padding-left: 85px; }
  .u-sm-pl-90 {
    padding-left: 90px; }
  .u-sm-pl-95 {
    padding-left: 95px; }
  .u-sm-pl-100 {
    padding-left: 100px; }
  .u-sm-pr-0 {
    padding-right: 0px; }
  .u-sm-pr-5 {
    padding-right: 5px; }
  .u-sm-pr-10 {
    padding-right: 10px; }
  .u-sm-pr-15 {
    padding-right: 15px; }
  .u-sm-pr-20 {
    padding-right: 20px; }
  .u-sm-pr-25 {
    padding-right: 25px; }
  .u-sm-pr-30 {
    padding-right: 30px; }
  .u-sm-pr-35 {
    padding-right: 35px; }
  .u-sm-pr-40 {
    padding-right: 40px; }
  .u-sm-pr-45 {
    padding-right: 45px; }
  .u-sm-pr-50 {
    padding-right: 50px; }
  .u-sm-pr-55 {
    padding-right: 55px; }
  .u-sm-pr-60 {
    padding-right: 60px; }
  .u-sm-pr-65 {
    padding-right: 65px; }
  .u-sm-pr-70 {
    padding-right: 70px; }
  .u-sm-pr-75 {
    padding-right: 75px; }
  .u-sm-pr-80 {
    padding-right: 80px; }
  .u-sm-pr-85 {
    padding-right: 85px; }
  .u-sm-pr-90 {
    padding-right: 90px; }
  .u-sm-pr-95 {
    padding-right: 95px; }
  .u-sm-pr-100 {
    padding-right: 100px; } }

@media (min-width: 1024px) {
  .u-md-p0 {
    padding: 0px; }
  .u-md-p5 {
    padding: 5px; }
  .u-md-p10 {
    padding: 10px; }
  .u-md-p15 {
    padding: 15px; }
  .u-md-p20 {
    padding: 20px; }
  .u-md-p25 {
    padding: 25px; }
  .u-md-p30 {
    padding: 30px; }
  .u-md-p35 {
    padding: 35px; }
  .u-md-p40 {
    padding: 40px; }
  .u-md-p45 {
    padding: 45px; }
  .u-md-p50 {
    padding: 50px; }
  .u-md-p55 {
    padding: 55px; }
  .u-md-p60 {
    padding: 60px; }
  .u-md-p65 {
    padding: 65px; }
  .u-md-p70 {
    padding: 70px; }
  .u-md-p75 {
    padding: 75px; }
  .u-md-p80 {
    padding: 80px; }
  .u-md-p85 {
    padding: 85px; }
  .u-md-p90 {
    padding: 90px; }
  .u-md-p95 {
    padding: 95px; }
  .u-md-p100 {
    padding: 100px; }
  .u-md-pt-0 {
    padding-top: 0px; }
  .u-md-pt-5 {
    padding-top: 5px; }
  .u-md-pt-10 {
    padding-top: 10px; }
  .u-md-pt-15 {
    padding-top: 15px; }
  .u-md-pt-20 {
    padding-top: 20px; }
  .u-md-pt-25 {
    padding-top: 25px; }
  .u-md-pt-30 {
    padding-top: 30px; }
  .u-md-pt-35 {
    padding-top: 35px; }
  .u-md-pt-40 {
    padding-top: 40px; }
  .u-md-pt-45 {
    padding-top: 45px; }
  .u-md-pt-50 {
    padding-top: 50px; }
  .u-md-pt-55 {
    padding-top: 55px; }
  .u-md-pt-60 {
    padding-top: 60px; }
  .u-md-pt-65 {
    padding-top: 65px; }
  .u-md-pt-70 {
    padding-top: 70px; }
  .u-md-pt-75 {
    padding-top: 75px; }
  .u-md-pt-80 {
    padding-top: 80px; }
  .u-md-pt-85 {
    padding-top: 85px; }
  .u-md-pt-90 {
    padding-top: 90px; }
  .u-md-pt-95 {
    padding-top: 95px; }
  .u-md-pt-100 {
    padding-top: 100px; }
  .u-md-pb-0 {
    padding-bottom: 0px; }
  .u-md-pb-5 {
    padding-bottom: 5px; }
  .u-md-pb-10 {
    padding-bottom: 10px; }
  .u-md-pb-15 {
    padding-bottom: 15px; }
  .u-md-pb-20 {
    padding-bottom: 20px; }
  .u-md-pb-25 {
    padding-bottom: 25px; }
  .u-md-pb-30 {
    padding-bottom: 30px; }
  .u-md-pb-35 {
    padding-bottom: 35px; }
  .u-md-pb-40 {
    padding-bottom: 40px; }
  .u-md-pb-45 {
    padding-bottom: 45px; }
  .u-md-pb-50 {
    padding-bottom: 50px; }
  .u-md-pb-55 {
    padding-bottom: 55px; }
  .u-md-pb-60 {
    padding-bottom: 60px; }
  .u-md-pb-65 {
    padding-bottom: 65px; }
  .u-md-pb-70 {
    padding-bottom: 70px; }
  .u-md-pb-75 {
    padding-bottom: 75px; }
  .u-md-pb-80 {
    padding-bottom: 80px; }
  .u-md-pb-85 {
    padding-bottom: 85px; }
  .u-md-pb-90 {
    padding-bottom: 90px; }
  .u-md-pb-95 {
    padding-bottom: 95px; }
  .u-md-pb-100 {
    padding-bottom: 100px; }
  .u-md-pl-0 {
    padding-left: 0px; }
  .u-md-pl-5 {
    padding-left: 5px; }
  .u-md-pl-10 {
    padding-left: 10px; }
  .u-md-pl-15 {
    padding-left: 15px; }
  .u-md-pl-20 {
    padding-left: 20px; }
  .u-md-pl-25 {
    padding-left: 25px; }
  .u-md-pl-30 {
    padding-left: 30px; }
  .u-md-pl-35 {
    padding-left: 35px; }
  .u-md-pl-40 {
    padding-left: 40px; }
  .u-md-pl-45 {
    padding-left: 45px; }
  .u-md-pl-50 {
    padding-left: 50px; }
  .u-md-pl-55 {
    padding-left: 55px; }
  .u-md-pl-60 {
    padding-left: 60px; }
  .u-md-pl-65 {
    padding-left: 65px; }
  .u-md-pl-70 {
    padding-left: 70px; }
  .u-md-pl-75 {
    padding-left: 75px; }
  .u-md-pl-80 {
    padding-left: 80px; }
  .u-md-pl-85 {
    padding-left: 85px; }
  .u-md-pl-90 {
    padding-left: 90px; }
  .u-md-pl-95 {
    padding-left: 95px; }
  .u-md-pl-100 {
    padding-left: 100px; }
  .u-md-pr-0 {
    padding-right: 0px; }
  .u-md-pr-5 {
    padding-right: 5px; }
  .u-md-pr-10 {
    padding-right: 10px; }
  .u-md-pr-15 {
    padding-right: 15px; }
  .u-md-pr-20 {
    padding-right: 20px; }
  .u-md-pr-25 {
    padding-right: 25px; }
  .u-md-pr-30 {
    padding-right: 30px; }
  .u-md-pr-35 {
    padding-right: 35px; }
  .u-md-pr-40 {
    padding-right: 40px; }
  .u-md-pr-45 {
    padding-right: 45px; }
  .u-md-pr-50 {
    padding-right: 50px; }
  .u-md-pr-55 {
    padding-right: 55px; }
  .u-md-pr-60 {
    padding-right: 60px; }
  .u-md-pr-65 {
    padding-right: 65px; }
  .u-md-pr-70 {
    padding-right: 70px; }
  .u-md-pr-75 {
    padding-right: 75px; }
  .u-md-pr-80 {
    padding-right: 80px; }
  .u-md-pr-85 {
    padding-right: 85px; }
  .u-md-pr-90 {
    padding-right: 90px; }
  .u-md-pr-95 {
    padding-right: 95px; }
  .u-md-pr-100 {
    padding-right: 100px; } }

@media (min-width: 1281px) {
  .u-lg-p0 {
    padding: 0px; }
  .u-lg-p5 {
    padding: 5px; }
  .u-lg-p10 {
    padding: 10px; }
  .u-lg-p15 {
    padding: 15px; }
  .u-lg-p20 {
    padding: 20px; }
  .u-lg-p25 {
    padding: 25px; }
  .u-lg-p30 {
    padding: 30px; }
  .u-lg-p35 {
    padding: 35px; }
  .u-lg-p40 {
    padding: 40px; }
  .u-lg-p45 {
    padding: 45px; }
  .u-lg-p50 {
    padding: 50px; }
  .u-lg-p55 {
    padding: 55px; }
  .u-lg-p60 {
    padding: 60px; }
  .u-lg-p65 {
    padding: 65px; }
  .u-lg-p70 {
    padding: 70px; }
  .u-lg-p75 {
    padding: 75px; }
  .u-lg-p80 {
    padding: 80px; }
  .u-lg-p85 {
    padding: 85px; }
  .u-lg-p90 {
    padding: 90px; }
  .u-lg-p95 {
    padding: 95px; }
  .u-lg-p100 {
    padding: 100px; }
  .u-lg-pt-0 {
    padding-top: 0px; }
  .u-lg-pt-5 {
    padding-top: 5px; }
  .u-lg-pt-10 {
    padding-top: 10px; }
  .u-lg-pt-15 {
    padding-top: 15px; }
  .u-lg-pt-20 {
    padding-top: 20px; }
  .u-lg-pt-25 {
    padding-top: 25px; }
  .u-lg-pt-30 {
    padding-top: 30px; }
  .u-lg-pt-35 {
    padding-top: 35px; }
  .u-lg-pt-40 {
    padding-top: 40px; }
  .u-lg-pt-45 {
    padding-top: 45px; }
  .u-lg-pt-50 {
    padding-top: 50px; }
  .u-lg-pt-55 {
    padding-top: 55px; }
  .u-lg-pt-60 {
    padding-top: 60px; }
  .u-lg-pt-65 {
    padding-top: 65px; }
  .u-lg-pt-70 {
    padding-top: 70px; }
  .u-lg-pt-75 {
    padding-top: 75px; }
  .u-lg-pt-80 {
    padding-top: 80px; }
  .u-lg-pt-85 {
    padding-top: 85px; }
  .u-lg-pt-90 {
    padding-top: 90px; }
  .u-lg-pt-95 {
    padding-top: 95px; }
  .u-lg-pt-100 {
    padding-top: 100px; }
  .u-lg-pb-0 {
    padding-bottom: 0px; }
  .u-lg-pb-5 {
    padding-bottom: 5px; }
  .u-lg-pb-10 {
    padding-bottom: 10px; }
  .u-lg-pb-15 {
    padding-bottom: 15px; }
  .u-lg-pb-20 {
    padding-bottom: 20px; }
  .u-lg-pb-25 {
    padding-bottom: 25px; }
  .u-lg-pb-30 {
    padding-bottom: 30px; }
  .u-lg-pb-35 {
    padding-bottom: 35px; }
  .u-lg-pb-40 {
    padding-bottom: 40px; }
  .u-lg-pb-45 {
    padding-bottom: 45px; }
  .u-lg-pb-50 {
    padding-bottom: 50px; }
  .u-lg-pb-55 {
    padding-bottom: 55px; }
  .u-lg-pb-60 {
    padding-bottom: 60px; }
  .u-lg-pb-65 {
    padding-bottom: 65px; }
  .u-lg-pb-70 {
    padding-bottom: 70px; }
  .u-lg-pb-75 {
    padding-bottom: 75px; }
  .u-lg-pb-80 {
    padding-bottom: 80px; }
  .u-lg-pb-85 {
    padding-bottom: 85px; }
  .u-lg-pb-90 {
    padding-bottom: 90px; }
  .u-lg-pb-95 {
    padding-bottom: 95px; }
  .u-lg-pb-100 {
    padding-bottom: 100px; }
  .u-lg-pl-0 {
    padding-left: 0px; }
  .u-lg-pl-5 {
    padding-left: 5px; }
  .u-lg-pl-10 {
    padding-left: 10px; }
  .u-lg-pl-15 {
    padding-left: 15px; }
  .u-lg-pl-20 {
    padding-left: 20px; }
  .u-lg-pl-25 {
    padding-left: 25px; }
  .u-lg-pl-30 {
    padding-left: 30px; }
  .u-lg-pl-35 {
    padding-left: 35px; }
  .u-lg-pl-40 {
    padding-left: 40px; }
  .u-lg-pl-45 {
    padding-left: 45px; }
  .u-lg-pl-50 {
    padding-left: 50px; }
  .u-lg-pl-55 {
    padding-left: 55px; }
  .u-lg-pl-60 {
    padding-left: 60px; }
  .u-lg-pl-65 {
    padding-left: 65px; }
  .u-lg-pl-70 {
    padding-left: 70px; }
  .u-lg-pl-75 {
    padding-left: 75px; }
  .u-lg-pl-80 {
    padding-left: 80px; }
  .u-lg-pl-85 {
    padding-left: 85px; }
  .u-lg-pl-90 {
    padding-left: 90px; }
  .u-lg-pl-95 {
    padding-left: 95px; }
  .u-lg-pl-100 {
    padding-left: 100px; }
  .u-lg-pr-0 {
    padding-right: 0px; }
  .u-lg-pr-5 {
    padding-right: 5px; }
  .u-lg-pr-10 {
    padding-right: 10px; }
  .u-lg-pr-15 {
    padding-right: 15px; }
  .u-lg-pr-20 {
    padding-right: 20px; }
  .u-lg-pr-25 {
    padding-right: 25px; }
  .u-lg-pr-30 {
    padding-right: 30px; }
  .u-lg-pr-35 {
    padding-right: 35px; }
  .u-lg-pr-40 {
    padding-right: 40px; }
  .u-lg-pr-45 {
    padding-right: 45px; }
  .u-lg-pr-50 {
    padding-right: 50px; }
  .u-lg-pr-55 {
    padding-right: 55px; }
  .u-lg-pr-60 {
    padding-right: 60px; }
  .u-lg-pr-65 {
    padding-right: 65px; }
  .u-lg-pr-70 {
    padding-right: 70px; }
  .u-lg-pr-75 {
    padding-right: 75px; }
  .u-lg-pr-80 {
    padding-right: 80px; }
  .u-lg-pr-85 {
    padding-right: 85px; }
  .u-lg-pr-90 {
    padding-right: 90px; }
  .u-lg-pr-95 {
    padding-right: 95px; }
  .u-lg-pr-100 {
    padding-right: 100px; } }

.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; }

/* =========================================================
BORDER
========================================================= */
.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; }

/* =========================================================
FLOAT
========================================================= */
.u-float-l {
  float: left !important; }

.u-float-r {
  float: right !important; }

/* =========================================================
COLOR
========================================================= */
.u-c-require {
  color: #d5007d !important; }

.u-c-white {
  color: #ffffff !important; }

.u-c-primary {
  color: #2e2e2e !important; }

/* =========================================================
BORDER
========================================================= */
.u-bd {
  border: solid 1px #E8E8E8; }

.u-bd-t {
  border-top: solid 1px #E8E8E8; }

.u-bd-b {
  border-bottom: solid 1px #E8E8E8; }

.u-bd-l {
  border-left: solid 1px #E8E8E8; }

.u-bd-r {
  border-right: solid 1px #E8E8E8; }

/* =========================================================
CLEAR
========================================================= */
.clear,
.u-clearfix:before,
.u-clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.u-clearfix:after {
  clear: both; }

/* =========================================================
DISPLAY
========================================================= */
.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-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: 767px) {
    .u-sp-inline {
      display: inline !important; } }

.u-pc-inline {
  display: inline !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
========================================================= */
/* =========================================================
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% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
