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

Web Fonts

========================================================= */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype"); }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype"); }

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

Foundation

========================================================= */
/*$letter-spacing-l: 0.1em;
$letter-spacing-m: 0.05em;
$letter-spacing-s: 0.02em;
$letter-spacing-no: 0em;*/
/*! 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: bottom; }

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

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

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

figure {
  margin: 0px; }

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

* BASIC

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

body {
  color: #000;
  font-weight: 400;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: 'pkna' 1;
  font-feature-settings: 'pkna' 1;
  -ms-font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.03em;
  background: #FFF;
  word-wrap: break-word;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 10px/1 "futura-pt", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", Sans-Serif; }
  body.is-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0; }

a {
  color: #000;
  -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);
  /*
    &:link{
        color: $color-link;
        text-decoration: none;
    }
    &:visited{
        color: $color-link;
        text-decoration: none;
    }*/ }
  a:hover {
    color: #666;
    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; }

#scrollUp {
  display: none !important; }

.is-animation-trigger {
  visibility: hidden; }

.is-fadeIn {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

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

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

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

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

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

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

Layout

========================================================= */
.l-container {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-container {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (min-width: 1024px) {
    .l-container {
      padding-left: 100px;
      padding-right: 100px; } }

.l-container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-container-fluid {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (min-width: 1024px) {
    .l-container-fluid {
      padding-left: 100px;
      padding-right: 100px; } }

.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: 1680px) {
  .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-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px; }

[class*="l-grid-col-"] {
  -ms-grid-column-span: 12;
  grid-column: span 12;
  padding: 10px; }

/* 600px */
@media only screen and (min-width: 600px) {
  .l-grid-col-50 {
    -ms-grid-column-span: 6;
    grid-column: span 6; }
  .l-grid-col-25 {
    -ms-grid-column-span: 3;
    grid-column: span 3; }
  .l-grid-col-75 {
    -ms-grid-column-span: 9;
    grid-column: span 9; }
  .l-grid-col-100 {
    -ms-grid-column-span: 12;
    grid-column: span 12; }
  .l-grid-col-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1; }
  .l-grid-col-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2; }
  .l-grid-col-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3; }
  .l-grid-col-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4; }
  .l-grid-col-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5; }
  .l-grid-col-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6; }
  .l-grid-col-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7; }
  .l-grid-col-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8; }
  .l-grid-col-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9; }
  .l-grid-col-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10; }
  .l-grid-col-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11; }
  .l-grid-col-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12; } }

/* 600px - 800px */
@media only screen and (max-width: 800px) and (min-width: 600px) {
  .l-grid-col-50 {
    -ms-grid-column-span: 6;
    grid-column: span 6; }
  .l-grid-col-25 {
    -ms-grid-column-span: 3;
    grid-column: span 3; }
  .l-grid-col-75 {
    -ms-grid-column-span: 9;
    grid-column: span 9; }
  .l-grid-col-100 {
    -ms-grid-column-span: 12;
    grid-column: span 12; } }

.l-wrapper {
  width: 100%;
  position: relative;
  padding-top: 100px; }
  @media (max-width: 1023px) {
    .l-wrapper {
      padding-top: 50px;
      overflow: hidden; } }

.l-header {
  position: fixed;
  width: 100%;
  height: 100px;
  left: 0;
  top: 0;
  z-index: 5000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px;
  border-bottom: 1px solid #dadada; }
  @media (max-width: 1023px) {
    .l-header {
      height: 50px;
      padding: 0 20px; } }

.l-header__logo {
  width: 130px; }
  @media (max-width: 1023px) {
    .l-header__logo {
      width: 66px; } }

.l-header__sub {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 1023px) {
    .l-header__sub {
      display: none; } }

.l-header__sub-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 15px; }

.l-header__sub-logo-item {
  height: 12px;
  margin-left: 30px; }
  .l-header__sub-logo-item img {
    height: 100%; }

.l-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.l-header__sns-item {
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid #000;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1; }
  .l-header__sns-item:first-child {
    border: none; }

.l-header__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: -1; }
  @media (max-width: 1023px) {
    .l-header__bg {
      background-color: white; } }

.l-footer {
  border-top: 1px solid #dadada; }

.l-footer__sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid #dadada; }
  @media (max-width: 1023px) {
    .l-footer__sponsor {
      padding: 2.5% 0;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.l-footer__sponsor-item {
  margin: 0 20px; }
  @media (max-width: 1023px) {
    .l-footer__sponsor-item {
      margin: 2.5% 5%; } }

.l-footer__body {
  padding: 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media (max-width: 1023px) {
    .l-footer__body {
      padding: 150px 20px 20px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.l-footer__body-box {
  margin-right: 50px; }
  @media (max-width: 1023px) {
    .l-footer__body-box {
      width: 100%;
      margin-right: 0; } }

.l-footer__logo {
  width: 100px;
  margin-bottom: 20px; }
  .l-footer__logo img {
    width: 100%; }
  @media (max-width: 1023px) {
    .l-footer__logo {
      width: 100%;
      text-align: left;
      margin-bottom: 20px; }
      .l-footer__logo img {
        width: 100px; } }

.l-footer__address {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 5px; }

.l-footer__address-en {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5; }
  @media (max-width: 1023px) {
    .l-footer__address-en {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 1.5;
      margin-bottom: 10px; } }

.l-footer__tel {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
  margin-right: 50px; }
  @media (max-width: 1023px) {
    .l-footer__tel {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 1.5;
      margin-right: 0;
      width: 100%; } }

.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023px) {
    .l-footer__nav {
      display: none; } }

.l-footer__nav-item {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
  margin-right: 50px; }
  @media (max-width: 1023px) {
    .l-footer__nav-item {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 1;
      margin: 0 20px 20px; } }

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023px) {
    .l-footer__sns {
      position: absolute;
      left: 0;
      top: 60px;
      height: 60px;
      border-bottom: 1px solid #dadada;
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.l-footer__sns-item {
  margin-right: 50px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5; }
  @media (max-width: 1023px) {
    .l-footer__sns-item {
      margin: 0 20px;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 1; } }

.l-footer__sub-logo {
  position: absolute;
  right: 50px;
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1023px) {
    .l-footer__sub-logo {
      width: 100%;
      right: 0;
      top: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #dadada;
      height: 60px; } }

.l-footer__sub-logo-item {
  height: 15px;
  margin-left: 30px; }
  .l-footer__sub-logo-item img {
    height: 100%; }
  @media (max-width: 1023px) {
    .l-footer__sub-logo-item {
      height: 12px;
      margin: 0 5%; } }

.l-footer__sub-logo-item--type2 {
  height: 22px; }
  @media (max-width: 1023px) {
    .l-footer__sub-logo-item--type2 {
      height: 18px; } }

.l-footer__copyright {
  position: absolute;
  right: 50px;
  bottom: 50px;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5; }
  @media (max-width: 1023px) {
    .l-footer__copyright {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 300;
      line-height: 1;
      right: 20px;
      bottom: 20px; } }

.l-main {
  width: 100%; }
  @media (max-width: 767px) {
    .l-main {
      width: 100%; } }

.l-gnav {
  margin-left: 50px; }
  @media (max-width: 1023px) {
    .l-gnav {
      display: none; } }

.l-gnav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px; }

.l-gnav__menu-item {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  font-family: "futura-pt", sans-serif;
  margin-right: 35px;
  letter-spacing: 0.05em;
  overflow: hidden; }
  .l-gnav__menu-item a {
    position: relative;
    padding-bottom: 10px;
    display: block; }
    .l-gnav__menu-item a::after {
      content: "";
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      border-bottom: 1px solid #000;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      -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); }
    .l-gnav__menu-item a:hover::after {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  .l-gnav__menu-item.is-current a::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.l-gnav-toggle {
  display: none; }
  @media (max-width: 1023px) {
    .l-gnav-toggle {
      display: block;
      width: 20px;
      height: 15px;
      position: fixed;
      right: 20px;
      top: 16px;
      z-index: 30000;
      cursor: pointer;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
      transition: left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
      -o-transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s, left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s, left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s, left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s; } }

.l-gnav-toggle__inner {
  width: 20px;
  position: absolute;
  top: 0;
  left: 0; }

.l-gnav-toggle__bar {
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
  -webkit-transition: top .3s , background .3s;
  -o-transition: top .3s , background .3s;
  transition: top .3s , background .3s;
  position: absolute;
  z-index: 10; }
  .l-gnav-toggle__bar--first {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
    width: 20px; }
  .l-gnav-toggle__bar--second {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 7px;
    width: 20px; }
  .l-gnav-toggle__bar--third {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 14px;
    width: 20px; }
  .is-look .l-gnav-toggle__bar {
    background: #FFF; }
  .is-dark .l-gnav-toggle__bar {
    background: #FFF; }
  .is-gnav-open .l-gnav-toggle__bar {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .is-gnav-open .l-gnav-toggle__bar--first {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 8px;
      width: 20px; }
    .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;
      width: 20px; }

.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; }
  @media (max-width: 1023px) {
    .l-gnav-toggle:hover .l-gnav-toggle__bar {
      -webkit-animation: none;
      animation: none; } }

.l-gnav-sp {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 100;
  left: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .is-gnav-open .l-gnav-sp {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.l-gnav-sp__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 70px 20px 30px; }

.l-gnav-sp__menu-item {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: .05em; }

.l-gnav-sp__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dadada;
  padding-top: 30px;
  margin-top: 20px;
  margin-bottom: 30px; }

.l-gnav-sp__sns-item {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  margin-right: 50px; }

.l-gnav-sp__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dadada;
  padding-top: 35px; }

.l-gnav-sp__logo-item {
  height: 20px;
  margin-right: 40px; }
  .l-gnav-sp__logo-item img {
    height: 100%; }

.l-sidenav {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  height: 100%;
  width: 120px;
  text-align: center; }
  @media (max-width: 1023px) {
    .l-sidenav {
      display: none; } }

.l-sidenav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  position: absolute;
  top: 50%;
  left: 50%; }

.l-sidenav__item {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  font-family: "futura-pt", sans-serif;
  padding: 0 40px;
  position: relative; }
  .l-sidenav__item::after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #D8D8D8;
    position: absolute;
    right: -20px;
    top: 50%; }
  .l-sidenav__item:last-child::after {
    display: none; }
  .l-sidenav__item.is-current {
    font-weight: bold; }
  .l-sidenav__item a {
    opacity: .5;
    display: block;
    color: #000; }
    .l-sidenav__item a:hover {
      opacity: 1; }

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

Object

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

Component

--------------------------------------------------------- */
.c-section {
  position: relative;
  background-color: #F2F2F2; }
  .c-section.c-section--white {
    background-color: #fff; }
    .c-section.c-section--white::after {
      content: "";
      background-color: #F2F2F2;
      width: 100%;
      height: 50%;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1; }

.c-section__inner {
  padding: 50px;
  margin: 0 auto;
  max-width: 1920px; }
  @media (max-width: 767px) {
    .c-section__inner {
      padding: 20px; } }

.c-section__heading {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-top: 50px; }
  @media (max-width: 767px) {
    .c-section__heading {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 400;
      line-height: 1;
      padding-top: 20px; } }

.c-section__heading-2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .c-section__heading-2 {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1;
      margin-bottom: 15px; } }

.c-items__heading {
  font-family: "futura-pt", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-bottom: 70px; }
  @media (max-width: 1023px) {
    .c-items__heading {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 400;
      line-height: 1;
      margin-bottom: 40px; } }

@media (max-width: 1023px) {
  .c-items__list .l-gutter-80 {
    margin-left: -7.5px;
    margin-right: -7.5px; }
  .c-items__list .l-col-xs-6 {
    padding-right: 7.5px;
    padding-left: 7.5px; } }

.c-items__item {
  text-align: center;
  margin: 0 auto 90px;
  max-width: 300px; }
  @media (max-width: 1023px) {
    .c-items__item {
      margin-bottom: 40px; } }

.c-items__item-copy {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  position: relative; }
  .c-items__item-copy::after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 85%;
    height: 1px;
    background-color: #979797;
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .c-items__item-copy span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .c-items__item-copy span::before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 5px 0 5px;
      border-color: #979797 transparent transparent transparent;
      bottom: -21px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .c-items__item-copy span::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 5px 0 5px;
      border-color: #fff transparent transparent transparent;
      bottom: -18px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  @media (max-width: 1023px) {
    .c-items__item-copy {
      min-height: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      font-size: 10px;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.6; }
      .c-items__item-copy::after {
        bottom: -5px;
        width: 100%; }
      .c-items__item-copy span::before {
        border-width: 10px 3px 0 3px;
        bottom: -14px; }
      .c-items__item-copy span::after {
        border-width: 10px 3px 0 3px;
        bottom: -10px; } }

.c-items__item-image img {
  width: 100%; }

.c-items__item-name {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px; }
  @media (max-width: 1023px) {
    .c-items__item-name {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.2;
      margin-bottom: 5px; } }

.c-items__item-price {
  font-family: "futura-pt", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", Sans-Serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px; }
  .c-items__item-price strong {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    margin-left: 5px; }
  @media (max-width: 1023px) {
    .c-items__item-price {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1;
      margin-bottom: 10px; }
      .c-items__item-price span {
        display: block;
        margin-bottom: 5px; }
      .c-items__item-price strong {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1;
        margin-left: 0; } }

.c-items__item-link-list {
  border-top: 1px solid #9D9D9D; }

.c-items__item-link {
  height: 38px; }
  .c-items__item-link a {
    height: 38px;
    display: block;
    width: 100%;
    border-left: 1px solid #9D9D9D;
    border-right: 1px solid #9D9D9D;
    border-bottom: 1px solid #9D9D9D;
    position: relative;
    -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); }
    .c-items__item-link a::after {
      content: "\e900";
      font-family: "icomoon" !important;
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 10px;
      font-size: 1rem;
      letter-spacing: 0; }
    .c-items__item-link a:hover {
      background-color: #229AE1;
      color: #fff; }
  .c-items__item-link.c-items__item-link--1 {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 2px; }
  .c-items__item-link.c-items__item-link--2 {
    font-family: "futura-pt", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", Sans-Serif;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 36px; }
  @media (max-width: 1023px) {
    .c-items__item-link {
      height: 30px; }
      .c-items__item-link a {
        height: 30px; }
        .c-items__item-link a::after {
          display: none; }
      .c-items__item-link.c-items__item-link--1 {
        font-size: 10px;
        font-size: 1rem;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 1px; }
      .c-items__item-link.c-items__item-link--2 {
        font-size: 10px;
        font-size: 1rem;
        font-weight: 500;
        line-height: 28px; } }

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

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

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

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

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

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

.slick-slide img {
  display: block; }

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000;
  -webkit-animation: loaderLine 0.6s infinite cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
  animation: loaderLine 0.6s infinite cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s; }

/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

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

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

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

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

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

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

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

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

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

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

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

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

/* Dots */
.slick-dots {
  position: absolute;
  top: 50%;
  left: 40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  @media (max-width: 767px) {
    .slick-dots {
      left: 20px; } }

.slick-dots li {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer; }
  @media (max-width: 767px) {
    .slick-dots li {
      width: 30px; } }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }
  @media (max-width: 767px) {
    .slick-dots li button {
      width: 30px; } }

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

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

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #FFF;
  content: '';
  text-align: center;
  opacity: .4;
  color: black;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  @media (max-width: 767px) {
    .slick-dots li button:before {
      width: 30px; } }

.slick-dots li.slick-active button:before {
  opacity: .8;
  color: black; }

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

/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 2px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

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

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

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

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.c-slider {
  width: 100%; }
  .c-slider .c-slider__pager {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    left: 0;
    bottom: 150px;
    z-index: 1000; }
    .c-slider .c-slider__pager .slick-prev {
      position: static;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0);
      width: 28px;
      height: 28px;
      margin-right: 13px; }
      .c-slider .c-slider__pager .slick-prev::before {
        content: "\e901";
        font-family: "icomoon" !important;
        color: #000;
        font-size: 10px;
        font-size: 1rem; }
    .c-slider .c-slider__pager .slick-next {
      position: static;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0);
      width: 28px;
      height: 28px;
      margin-left: 20px; }
      .c-slider .c-slider__pager .slick-next::before {
        color: #000;
        content: "\e900";
        font-family: "icomoon" !important;
        font-size: 10px;
        font-size: 1rem; }

.slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  width: auto;
  bottom: 5px;
  right: 3px;
  top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .slick-dots li {
    margin: 0 2px;
    width: 10px;
    height: 10px;
    background-color: #A5A5A5; }
    .slick-dots li button {
      width: 10px;
      height: 10px;
      padding: 0;
      margin: 0; }
      .slick-dots li button::before {
        display: none; }
    .slick-dots li.slick-active {
      background-color: #DF0515; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?ptazyz");
  src: url("../fonts/icomoon.eot?ptazyz#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ptazyz") format("truetype"), url("../fonts/icomoon.woff?ptazyz") format("woff"), url("../fonts/icomoon.svg?ptazyz#icomoon") format("svg");
  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; }

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

.c-icon-search:before {
  content: "\e986"; }

.c-icon-link:before {
  content: "\e9cb"; }

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

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

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

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

.c-article__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-bottom: 1px solid #dadada; }
  @media (max-width: 1023px) {
    .c-article__container {
      border-left: none;
      border-bottom: none; } }

.c-article__feature {
  width: 50%;
  background-color: #fff;
  border-right: 1px solid #dadada; }
  @media (max-width: 1023px) {
    .c-article__feature {
      width: 100%;
      margin-bottom: 20px;
      border-left: 1px solid #dadada;
      border-bottom: 1px solid #dadada; } }

.c-article__recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }
  .c-article__recommend .c-article__item {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  @media (max-width: 1023px) {
    .c-article__recommend {
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      border-left: 1px solid #dadada;
      border-bottom: 1px solid #dadada;
      border-top: 1px solid #dadada; }
      .c-article__recommend .c-article__item {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

@media (max-width: 1023px) {
  .c-article__scroll {
    overflow: auto; }
    .c-article__scroll .c-section__inner {
      width: 1160px; } }

.c-article__upcoming {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  width: 100%; }
  @media (max-width: 1023px) {
    .c-article__upcoming {
      overflow: auto;
      border-left: 1px solid #dadada; } }

.c-article__item {
  background-color: #fff;
  border-right: 1px solid #dadada; }
  .c-article__item:hover .c-article__item-image img {
    -webkit-transform: translateX(-50%) scale(1.02);
    -ms-transform: translateX(-50%) scale(1.02);
    transform: translateX(-50%) scale(1.02); }
  .c-article__upcoming .c-article__item {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }
  .c-article__feature .c-article__item {
    border-right: none; }

.c-article__item-image {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-image: url(../images/common/no.jpg); }
  .c-article__item-image img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: none; }

.c-article__item-body {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .c-article__feature .c-article__item-body {
    padding: 20px 30px 40px; }
  @media (max-width: 1023px) {
    .c-article__item-body {
      padding: 10px 10px 15px; }
      .c-article__feature .c-article__item-body {
        padding: 10px 10px 15px; } }

.c-article__item-body-date-box {
  width: 90px;
  padding-right: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  text-align: center; }
  .c-article__feature .c-article__item-body-date-box {
    width: 98px;
    padding-right: 30px; }
  @media (max-width: 1023px) {
    .c-article__item-body-date-box {
      width: 88px;
      padding-right: 10px; }
      .c-article__feature .c-article__item-body-date-box {
        width: 88px;
        padding-right: 10px; } }

.c-article__item-body-category {
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  position: absolute;
  left: 0;
  top: -22px;
  width: 74px; }
  .c-article__item-body-category.c-article__item-body-category--feature {
    background-color: #DF0515; }
  .c-article__feature .c-article__item-body-category {
    top: -28px; }
  @media (max-width: 1023px) {
    .c-article__item-body-category {
      padding: 1px 0;
      width: 78px;
      top: -16px;
      margin-bottom: 5px; }
      .c-article__feature .c-article__item-body-category {
        top: -16px; } }

.c-article__item-body-date {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 8px; }
  @media (max-width: 1023px) {
    .c-article__item-body-date {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 1;
      margin-bottom: 5px; } }

.c-article__item-body-week {
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1;
  width: 74px;
  border: 1px solid #000;
  padding: 3px 0;
  text-align: center;
  margin-bottom: 8px; }
  @media (max-width: 1023px) {
    .c-article__item-body-week {
      font-size: 9px;
      font-size: 0.9rem;
      font-weight: 300;
      line-height: 1;
      width: 78px;
      padding: 1px 0;
      margin-bottom: 5px; } }

.c-article__item-body-open {
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0; }

.c-article__item-body-title-box {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.c-article__item-body-title-top {
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 5px; }
  .c-article__feature .c-article__item-body-title-top {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6; }
  @media (max-width: 1023px) {
    .c-article__item-body-title-top {
      font-size: 9px;
      font-size: 0.9rem;
      font-weight: 400;
      line-height: 1.4;
      margin-bottom: 2px; }
      .c-article__feature .c-article__item-body-title-top {
        font-size: 9px;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.4; } }

.c-article__item-body-title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 5px; }
  .c-article__feature .c-article__item-body-title {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0; }
  @media (max-width: 1023px) {
    .c-article__item-body-title {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1.4;
      margin-bottom: 2px; }
      .c-article__feature .c-article__item-body-title {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.4;
        margin-bottom: 2px; } }

.c-article__item-body-title-bottom {
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6; }
  .c-article__feature .c-article__item-body-title-bottom {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6; }
  @media (max-width: 1023px) {
    .c-article__item-body-title-bottom {
      font-size: 9px;
      font-size: 0.9rem;
      font-weight: 400;
      line-height: 1.4; }
      .c-article__feature .c-article__item-body-title-bottom {
        font-size: 9px;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.4; } }

.c-article__item-body-lineup {
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 10px;
  color: #999; }
  .c-article__feature .c-article__item-body-lineup {
    margin-top: 5px; }
  @media (max-width: 1023px) {
    .c-article__item-body-lineup {
      font-size: 9px;
      font-size: 0.9rem;
      font-weight: 400;
      line-height: 1.4;
      margin-top: 5px; }
      .c-article__feature .c-article__item-body-lineup {
        margin-top: 5px; } }

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

Project

--------------------------------------------------------- */
.p-top__banner {
  background-color: #fff; }

.p-top__banner-image {
  overflow: hidden; }
  .p-top__banner-image img {
    width: 100%;
    border: 1px solid #dadada; }

.p-article__kv {
  position: relative; }

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

.p-article__kv-box {
  position: absolute;
  left: 5%;
  bottom: 5%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .p-article__kv-box {
      position: static;
      color: #000;
      padding: 25px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
      flex-flow: row-reverse;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; } }

.p-article__kv-no {
  font-size: 14px;
  font-size: 0.83333vw;
  font-weight: 500;
  letter-spacing: .3em;
  padding-right: 30px;
  padding-top: .5em;
  margin-right: 30px;
  border-right: 1px solid #fff;
  margin-bottom: 3vh; }
  .p-article__kv-no span {
    font-size: 40px;
    font-size: 2.38095vw;
    display: block;
    font-weight: 700;
    letter-spacing: 0; }
  @media (max-width: 767px) {
    .p-article__kv-no {
      font-size: 10px;
      font-size: 2.66667vw;
      padding-right: 0;
      padding-top: .5em;
      margin-right: 0;
      border-right: none; }
      .p-article__kv-no span {
        font-size: 28px;
        font-size: 7.46667vw; } }

.p-article__kv-dd {
  width: 100%; }

.p-article__kv-title {
  font-size: 50px;
  font-size: 2.97619vw;
  font-family: "minion-3-display", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: .5vh; }
  @media (max-width: 767px) {
    .p-article__kv-title {
      font-size: 40px;
      font-size: 10.66667vw;
      margin-bottom: 1vh; } }

.p-article__kv-category {
  font-size: 15px;
  font-size: 0.89286vw;
  font-weight: 500;
  letter-spacing: .05em; }
  @media (max-width: 767px) {
    .p-article__kv-category {
      font-size: 15px;
      font-size: 4vw; } }

.p-article__kv-copy {
  position: absolute;
  right: 10%;
  width: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .p-article__kv-copy img {
    width: 100%; }

.p-article__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 100px;
  position: relative; }
  .p-article__inner.p-article__inner--2 {
    max-width: 1060px; }
  @media (max-width: 1023px) {
    .p-article__inner {
      padding: 0 50px; } }
  @media (max-width: 767px) {
    .p-article__inner {
      padding: 0 25px; } }

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

.p-article__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1023px) {
    .p-article__sns {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .p-article__sns {
      margin-bottom: 3vh; } }

.p-article__sns-dt {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 30px; }

.p-article__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .p-article__sns-list li {
    margin: 0 7px; }
    .p-article__sns-list li a {
      width: 32px;
      height: 32px;
      display: block;
      text-align: center;
      line-height: 32px;
      border: 1px solid #BCBCBC;
      border-radius: 50%;
      font-size: 14px;
      font-size: 1.4rem; }

.p-article__credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 100px;
  top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 1023px) {
    .p-article__credit {
      position: static; } }

@media (max-width: 1023px) {
  .p-article__credit-dt {
    margin-bottom: 3vh; } }

.p-article__credit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .p-article__credit-list li {
    margin-left: 40px;
    position: relative; }
    .p-article__credit-list li::before {
      content: "";
      width: 20px;
      height: 1px;
      background-color: #BCBCBC;
      position: absolute;
      left: -30px;
      top: 50%;
      -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
      transform: rotate(-60deg); }
    .p-article__credit-list li:first-child {
      margin-left: 25px; }
      .p-article__credit-list li:first-child::before {
        display: none; }
  @media (max-width: 767px) {
    .p-article__credit-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .p-article__credit-list li {
        margin-left: 0;
        margin-right: 20px;
        position: relative;
        padding: 5px 0; }
        .p-article__credit-list li::before {
          left: auto;
          right: -20px; }
        .p-article__credit-list li:first-child {
          margin-left: 0; }
          .p-article__credit-list li:first-child::before {
            display: block; }
        .p-article__credit-list li:last-child::before {
          display: none; } }

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

.p-article__lead-heading {
  font-size: 28px;
  font-size: 1.66667vw;
  font-family: "minion-3-display", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 180%;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .p-article__lead-heading {
      font-size: 24px;
      font-size: 6.34921vw;
      margin-bottom: 25px; } }

.p-article__lead-text {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  font-family: "minion-3-display", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .p-article__lead-text {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1.8;
      margin-bottom: 40px; } }

.p-article__profile {
  background-color: #F7F7F7;
  padding: 40px;
  position: relative; }
  @media (max-width: 767px) {
    .p-article__profile {
      text-align: center;
      padding: 25px; } }

.p-article__profile-heading {
  font-family: "futura-pt", sans-serif;
  font-size: 50px;
  font-size: 2.97619vw;
  position: absolute;
  left: 0;
  top: -20px; }
  @media (max-width: 767px) {
    .p-article__profile-heading {
      font-size: 32px;
      font-size: 8.53333vw;
      width: 100%;
      top: -15px; } }

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

@media (max-width: 767px) {
  .p-article__profile-image {
    max-width: 160px;
    margin: 0 auto 20px; } }

.p-article__profile-name {
  font-family: "minion-3-display", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 5px; }
  .p-article__profile-name span {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    margin-left: 5px; }

.p-article__profile-category {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .05em;
  margin-bottom: 20px; }

.p-article__profile-text {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8; }
  @media (max-width: 767px) {
    .p-article__profile-text {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1.8;
      text-align: left; } }

.p-article__body {
  background-image: url(../images/common/talk_about.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: 180% 5%; }
  @media (max-width: 767px) {
    .p-article__body {
      background-size: 150%;
      background-position: 50% 8%; } }

.p-article__body-item {
  margin-bottom: 90px;
  position: relative; }
  @media (max-width: 767px) {
    .p-article__body-item {
      margin-bottom: 30px; } }

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

@media (max-width: 767px) {
  .p-article__body-image {
    width: calc(100% + 50px);
    margin-left: -25px; } }

.p-article__body-item-box {
  padding: 80px 0 0; }
  @media (max-width: 767px) {
    .p-article__body-item-box {
      padding: 30px 0 0; } }

.p-article__body-heading {
  font-size: 24px;
  font-size: 1.42857vw;
  font-family: "minion-3-display", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 160%;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .p-article__body-heading {
      font-size: 20px;
      font-size: 5.33333vw;
      line-height: 160%;
      margin-bottom: 20px; } }

.p-article__body-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8; }

.p-article__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .p-article__caption {
      padding: 0 25px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.p-article__caption-name {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .p-article__caption-name {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 700;
      line-height: 1;
      width: 100%;
      margin-top: 20px; } }

.p-article__caption-no {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  margin-left: 10px;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .p-article__caption-no {
      margin-left: 0;
      margin-top: 10px; } }

.p-article__caption-price {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  margin-left: 10px;
  margin-top: 20px; }
  .p-article__caption-price span {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    font-family: "futura-pt", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", Sans-Serif; }
  @media (max-width: 767px) {
    .p-article__caption-price {
      margin-top: 10px; } }

.p-article__caption-button {
  height: 38px;
  margin-top: 20px;
  margin-left: 10px; }
  .p-article__caption-button a {
    padding: 0 60px 0 40px;
    display: block;
    border: 1px solid #9D9D9D;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: .05em;
    position: relative;
    -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-article__caption-button a::after {
      content: "\e900";
      font-family: "icomoon" !important;
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 10px;
      font-size: 1rem;
      letter-spacing: 0; }
    .p-article__caption-button a:hover {
      border: 1px solid #229AE1;
      background-color: #229AE1;
      color: #fff; }
  @media (max-width: 767px) {
    .p-article__caption-button {
      height: 38px;
      margin-top: 10px;
      margin-left: 0; } }

.p-article__footer {
  margin-bottom: 160px; }
  @media (max-width: 1023px) {
    .p-article__footer {
      margin-bottom: 80px; } }
  @media (max-width: 767px) {
    .p-article__footer {
      margin-bottom: 50px; } }

.p-article__footer-nav {
  border: 3px solid #EBEBEB;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "minion-3-display", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .p-article__footer-nav {
      padding: 25px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      overflow: hidden;
      width: 100%;
      margin-bottom: 20px; } }

.p-article__footer-nav-dt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  margin-right: 20px; }
  @media (max-width: 767px) {
    .p-article__footer-nav-dt {
      margin-bottom: 10px; } }

.p-article__footer-nav-dd {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }
  .p-article__footer-nav-dd a {
    text-decoration: underline; }
    .p-article__footer-nav-dd a:hover {
      text-decoration: none; }

.p-article__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.p-article__pager-prev {
  margin-right: 20px; }
  @media (max-width: 767px) {
    .p-article__pager-prev {
      margin-right: 10px; } }

.p-article__pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .p-article__pager-list li {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    margin: 0 10px; }
    .p-article__pager-list li a {
      display: block;
      border-radius: 50%;
      -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-article__pager-list li a:hover {
        background-color: #6F6F6F;
        color: #fff; }
    .p-article__pager-list li.is-current {
      border: 1px solid #6F6F6F; }
  @media (max-width: 767px) {
    .p-article__pager-list li {
      width: 28px;
      height: 28px;
      font-size: 10px;
      font-size: 1rem;
      font-weight: 500;
      line-height: 26px;
      margin: 0 5px; } }

.p-article__pager-next {
  margin-left: 20px; }
  @media (max-width: 767px) {
    .p-article__pager-next {
      margin-left: 10px; } }

.p-article__items-list {
  padding: 0 100px; }
  @media (max-width: 1023px) {
    .p-article__items-list {
      padding: 0 80px; } }
  @media (max-width: 767px) {
    .p-article__items-list {
      padding: 0 25px; } }

.p-about .p-aboot__container {
  border: 1px solid #dadada;
  background-color: #fff; }

.p-about .c-slider {
  margin-bottom: 10px; }
  .p-about .c-slider li {
    margin-right: 10px; }
    .p-about .c-slider li img {
      width: 100%; }
  .p-about .c-slider .slick-dots li {
    margin: 0 2px; }

.p-about .c-slider-2 li {
  margin-right: 10px; }
  .p-about .c-slider-2 li img {
    width: 100%; }

.p-about .c-slider-3 {
  margin-bottom: 0; }
  .p-about .c-slider-3 li img {
    width: 100%; }

.p-aboot__image {
  background-color: #000;
  padding: 10px; }
  .p-about__item--saloon .p-aboot__image {
    padding-right: 5px; }
  .p-about__item--unice .p-aboot__image {
    padding-left: 5px; }

.p-aboot__body {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023px) {
    .p-aboot__body {
      padding: 20px 15px 40px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.p-about__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-right: 1px solid #dadada;
  padding-right: 50px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .p-about__item--unice .p-about__title-box {
    border: none; }
  @media (max-width: 1023px) {
    .p-about__title-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-right: none;
      padding-right: 0;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }

.p-about__logo {
  height: 30px;
  margin-bottom: 40px;
  margin-right: 50px; }
  @media (max-width: 1023px) {
    .p-about__logo {
      height: 20px;
      margin-bottom: 20px;
      margin-right: 0; } }

.p-about__floor {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 45px;
  letter-spacing: .05em; }
  .p-about__floor span {
    padding-left: 70px;
    position: relative; }
    .p-about__floor span::before {
      width: 40px;
      height: 1px;
      background-color: #000;
      position: absolute;
      left: 15px;
      content: "";
      top: 50%; }
  @media (max-width: 1023px) {
    .p-about__floor {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1;
      margin-bottom: 20px; } }

.p-about__copy {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
  width: 100%;
  letter-spacing: .1em; }
  .p-aboot__container-bottom .p-about__copy {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px; }
  @media (max-width: 1023px) {
    .p-about__copy {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 20px; }
      .p-aboot__container-bottom .p-about__copy {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 20px; } }

.p-about__text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2; }
  .p-aboot__container-bottom .p-about__text {
    margin-bottom: 40px; }
  @media (max-width: 1023px) {
    .p-about__text {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1.6;
      margin-bottom: 20px; }
      .p-aboot__container-bottom .p-about__text {
        margin-bottom: 20px; } }

.p-aboot__body-sub-box {
  width: 350px;
  text-align: center;
  padding-left: 50px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 1023px) {
    .p-aboot__body-sub-box {
      border-top: 1px solid #dadada;
      padding-top: 20px;
      width: 100%;
      padding-left: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.p-aboot__button {
  width: 300px;
  margin-bottom: 30px; }
  .p-aboot__button a {
    height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    display: block;
    width: 300px;
    letter-spacing: .05em; }
    .p-aboot__button a span {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1;
      margin-right: 5px; }
      .p-aboot__button a span::before {
        padding-right: 3px; }
    .p-aboot__button a:hover {
      background-color: #DF0515; }
  @media (max-width: 1023px) {
    .p-aboot__button {
      width: 200px;
      margin-bottom: 20px; }
      .p-aboot__button a {
        height: 40px;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 40px;
        width: 220px; }
        .p-aboot__button a span {
          font-size: 10px;
          font-size: 1rem;
          font-weight: 400;
          line-height: 1;
          margin-right: 5px; }
          .p-aboot__button a span::before {
            padding-right: 3px; } }

.p-aboot__body-sub-box-text {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .05em; }
  @media (max-width: 1023px) {
    .p-aboot__body-sub-box-text {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 1; } }

.p-aboot__container-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .p-aboot__container-bottom .p-about__title-box {
    padding: 50px; }
  @media (max-width: 1023px) {
    .p-aboot__container-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .p-aboot__container-bottom .p-about__title-box {
        padding: 20px 15px 40px; } }

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

.p-about__tel {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  margin-right: 20px;
  letter-spacing: .05em; }
  @media (max-width: 1023px) {
    .p-about__tel {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 1;
      text-align: center;
      margin: 0 auto 20px;
      border-top: 1px solid #dadada;
      width: 100%;
      padding-top: 20px; } }

.p-about__link {
  font-family: "futura-pt", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .05em; }
  .p-about__link a {
    font-family: "futura-pt", sans-serif; }
    .p-about__link a::before {
      font-family: "icomoon" !important;
      content: "\e9cb";
      margin-right: 5px;
      color: #000; }
  @media (max-width: 1023px) {
    .p-about__link {
      font-family: "futura-pt", sans-serif;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: 400;
      line-height: 1;
      margin: 0 auto; }
      .p-about__link a {
        font-family: "futura-pt", sans-serif; }
        .p-about__link a::before {
          font-family: "icomoon" !important;
          content: "\e9cb";
          margin-right: 5px;
          color: #000; } }

.p-about__item--saloon a {
  color: #A01073; }

.p-about__item--saloon .slick-dots li.slick-active {
  background-color: #A01073; }

.p-about__item--unice a {
  color: #F39801; }

.p-about__item--unice .slick-dots li.slick-active {
  background-color: #F39801; }

.p-schedule__container {
  border: 1px solid #dadada;
  background-color: #fff; }

.p-schedule__header {
  padding: 50px;
  border-bottom: 1px solid #dadada;
  position: relative;
  text-align: center; }
  @media (max-width: 767px) {
    .p-schedule__header {
      padding: 20px 0; } }

.p-schedule__header-title {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .05em; }
  @media (max-width: 767px) {
    .p-schedule__header-title {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 400;
      line-height: 1; } }

.p-schedule__nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px; }
  @media (max-width: 767px) {
    .p-schedule__nav {
      left: 0;
      height: 14px; } }

.p-schedule__nav-prev {
  position: absolute;
  left: 50px;
  top: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .05em; }
  @media (max-width: 767px) {
    .p-schedule__nav-prev {
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: 300;
      line-height: 1;
      left: 15px; } }

.p-schedule__nav-next {
  position: absolute;
  right: 50px;
  top: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .05em; }
  @media (max-width: 767px) {
    .p-schedule__nav-next {
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: 300;
      line-height: 1;
      right: 15px; } }

.p-schedule__body .p-schedule__item:nth-child(odd) {
  background-color: #FDFDFD; }

.p-schedule__item {
  border-bottom: 1px solid #dadada;
  position: relative; }
  .p-schedule__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 767px) {
    .p-schedule__item a {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.p-schedule__item-date-box {
  width: 180px;
  height: 100%;
  padding: 3.5% 50px 0;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0; }
  @media (max-width: 767px) {
    .p-schedule__item-date-box {
      position: static;
      width: 108px;
      padding: 0 15px 0 0; }
      .c-article__feature .p-schedule__item-date-box {
        width: 88px;
        padding: 0 10px 0 0; } }

.p-schedule__item-date-box-inner {
  position: relative;
  width: 80px; }
  @media (max-width: 767px) {
    .p-schedule__item-date-box-inner {
      width: 78px; } }

.p-schedule__item-category {
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 5px;
  width: 80px;
  margin-bottom: 10px; }
  .p-schedule__item-category.p-schedule__item-category--feature {
    background-color: #DF0515; }
  @media (max-width: 1023px) {
    .p-schedule__item-category {
      padding: 1px 0;
      width: 78px;
      margin-bottom: 5px;
      position: absolute;
      left: 0;
      top: -16px; }
      .c-article__feature .p-schedule__item-category {
        top: -16px;
        left: 0; } }

.p-schedule__item-date {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .p-schedule__item-date {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 1;
      margin-bottom: 5px; } }

.p-schedule__item-week {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  width: 80px;
  border: 1px solid #000;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: .2em; }
  @media (max-width: 767px) {
    .p-schedule__item-week {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 300;
      line-height: 1;
      width: 78px;
      padding: 2px 0;
      margin-bottom: 5px; } }

.p-schedule__item-open {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: .05em; }
  @media (max-width: 1023px) {
    .p-schedule__item-open {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 300;
      line-height: 1; } }

.p-schedule__item-image {
  width: 100%;
  border-right: 1px solid #dadada;
  border-left: 1px solid #dadada;
  margin-left: 180px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-top: 25%;
  background-size: cover;
  background-position: top center;
  background-image: url(../images/common/no.jpg); }
  .p-schedule__item-image img {
    width: 100%;
    display: none; }
  @media (max-width: 767px) {
    .p-schedule__item-image {
      border-right: none;
      border-left: none;
      border-bottom: 1px solid #dadada;
      margin: 0;
      padding-top: 56.25%; } }

.p-schedule__item-inner {
  width: 100%; }
  @media (max-width: 767px) {
    .p-schedule__item-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px 10px 15px; } }

.p-schedule__item-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8% 50px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  height: 100%; }
  @media (max-width: 767px) {
    .p-schedule__item-title-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left;
      width: 100%; } }

.p-schedule__item-title-top {
  font-size: 14px;
  font-size: 0.83333vw;
  letter-spacing: .05em;
  line-height: 160%; }
  @media (max-width: 767px) {
    .p-schedule__item-title-top {
      font-size: 9px;
      font-size: 0.9rem;
      font-weight: 400;
      line-height: 1.4;
      margin-bottom: 2px; } }

.p-schedule__item-title {
  font-size: 20px;
  font-size: 1.19048vw;
  letter-spacing: .05em;
  line-height: 160%; }
  @media (max-width: 767px) {
    .p-schedule__item-title {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1.4; } }

.p-schedule__item-title-bottom {
  font-size: 14px;
  font-size: 0.83333vw;
  letter-spacing: .05em;
  line-height: 160%; }
  @media (max-width: 767px) {
    .p-schedule__item-title-bottom {
      font-size: 9px;
      font-size: 0.9rem;
      font-weight: 400;
      line-height: 1.4; } }

.p-schedule__item-lineup {
  font-size: 12px;
  font-size: 0.71429vw;
  letter-spacing: .05em;
  line-height: 180%;
  color: #999;
  margin-top: 2em; }
  @media (max-width: 767px) {
    .p-schedule__item-lineup {
      font-size: 9px;
      font-size: 0.9rem;
      font-weight: 400;
      line-height: 1.4;
      margin-top: .5em; } }

.p-schedule__footer {
  padding: 50px;
  position: relative; }
  @media (max-width: 767px) {
    .p-schedule__footer {
      padding: 30px; } }

.p-access__container {
  border: 1px solid #dadada;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023px) {
    .p-access__container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.p-access__body {
  width: 720px;
  padding: 50px 50px 80px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }
  @media (max-width: 1023px) {
    .p-access__body {
      width: 100%;
      padding: 30px 15px 20px; } }

.p-access__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 45px;
  width: 100%;
  max-width: 720px;
  letter-spacing: .05em; }
  @media (max-width: 1023px) {
    .p-access__title {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1;
      margin-bottom: 25px; } }

.p-access__address-en {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: .05em; }
  @media (max-width: 1023px) {
    .p-access__address-en {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 300;
      line-height: 1.4;
      margin-bottom: 10px; } }

.p-access__address-jp {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: .15em; }
  @media (max-width: 1023px) {
    .p-access__address-jp {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.4;
      margin-bottom: 30px; } }

.p-access__google {
  margin-bottom: 30px;
  letter-spacing: .05em; }
  .p-access__google a {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    border: 1px solid #000;
    padding: 5px 10px; }
    .p-access__google a:hover {
      background-color: #000;
      color: #fff; }
  @media (max-width: 1023px) {
    .p-access__google {
      margin-bottom: 30px; }
      .p-access__google a {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1;
        padding: 8px 25px; } }

.p-access__text {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 30px; }
  @media (max-width: 1023px) {
    .p-access__text {
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: 300;
      line-height: 1.2;
      margin-bottom: 20px; } }

.p-access__list {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .p-access__list dt {
    width: 100%;
    margin-right: -100px;
    padding-right: 100px; }
  .p-access__list dd {
    width: 100px; }
  @media (max-width: 1023px) {
    .p-access__list {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 400;
      line-height: 2;
      letter-spacing: 0; }
      .p-access__list dt {
        margin-right: -80px;
        padding-right: 80px; }
      .p-access__list dd {
        width: 80px; } }

.p-access__map {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-left: 1px solid #dadada; }
  .p-access__map iframe {
    width: 100%;
    height: 100%; }
  @media (max-width: 1023px) {
    .p-access__map iframe {
      height: 400px; } }

.p-web-magazine .c-section__inner {
  max-width: 1200px; }

.p-web-magazine__container {
  background-color: #fff;
  border: 1px solid #dadada;
  padding-bottom: 100px; }
  @media (max-width: 1023px) {
    .p-web-magazine__container {
      padding-bottom: 40px; } }

.p-web-magazine__kv {
  position: relative; }
  .p-web-magazine__kv figure img {
    width: 100%; }

.p-web-magazine__sns {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: -25px;
  padding: 15px 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .p-web-magazine__sns li {
    margin: 8px 0; }
    .p-web-magazine__sns li a {
      color: #fff;
      font-size: 1.5rem; }
  @media (max-width: 1023px) {
    .p-web-magazine__sns {
      /* width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: space-around;
        flex-direction:row;
        background: none;
        position: static;
        padding:0 0 20px;
        border-bottom: 1px solid $border-color-primary;
        margin-bottom: 30px;
        li {
            margin: 0;
            a{
                color: #000;
                font-size: 2rem;
            }
        }*/ } }

.p-web-magazine__header {
  padding: 50px 50px 0;
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 1023px) {
    .p-web-magazine__header {
      padding: 15px 15px 0;
      max-width: 1000px; } }

.p-web-magazine__header-title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .05em;
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px; }
  @media (max-width: 1023px) {
    .p-web-magazine__header-title {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.4;
      padding-bottom: 10px; } }

.p-web-magazine__header-credit {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .05em;
  position: absolute;
  left: 50px;
  bottom: 20px; }
  @media (max-width: 1023px) {
    .p-web-magazine__header-credit {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1;
      left: 15px;
      bottom: 15px; } }

.p-web-magazine__header-date {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .05em;
  border-bottom: 1px solid #dadada;
  width: 100%;
  text-align: right;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 5px; }
  @media (max-width: 1023px) {
    .p-web-magazine__header-date {
      font-size: 1opx;
      font-size: 0.1orem;
      font-weight: 400;
      line-height: 1;
      width: 100%;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-right: 5px; } }

.p-web-magazine__body {
  padding: 50px;
  max-width: 1000px;
  margin: 0 auto; }
  .p-web-magazine__body h2 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .05em;
    margin-bottom: 40px; }
  .p-web-magazine__body h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .05em;
    margin-bottom: 40px; }
  .p-web-magazine__body h4 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .05em;
    margin-bottom: 40px; }
  .p-web-magazine__body h5 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .05em;
    margin-bottom: 40px; }
  .p-web-magazine__body h6 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .05em;
    margin-bottom: 40px; }
  .p-web-magazine__body p {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .05em;
    margin-bottom: 40px; }
  .p-web-magazine__body img {
    max-width: 100%;
    height: auto;
    margin-bottom: 60px; }
  .p-web-magazine__body .u-youtube {
    margin-bottom: 50px; }
  @media (max-width: 1023px) {
    .p-web-magazine__body {
      padding: 15px 15px 20px; }
      .p-web-magazine__body h2 {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 15px; }
      .p-web-magazine__body h3 {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 15px; }
      .p-web-magazine__body h4 {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 15px; }
      .p-web-magazine__body h5 {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 15px; }
      .p-web-magazine__body h6 {
        font-size: 10px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 15px; }
      .p-web-magazine__body p {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 20px; }
      .p-web-magazine__body img {
        max-width: 100%;
        height: auto;
        margin-bottom: 20px; }
      .p-web-magazine__body .u-youtube {
        margin-bottom: 20px; } }

.p-web-magazine__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 50px; }
  @media (max-width: 1023px) {
    .p-web-magazine__info {
      padding: 0 15px; } }

.p-web-magazine__info-title {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .05em;
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
  margin-bottom: 40px; }
  @media (max-width: 1023px) {
    .p-web-magazine__info-title {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 300;
      line-height: 1;
      padding-bottom: 10px;
      margin-bottom: 20px; } }

.p-web-magazine__flyer {
  width: 50%;
  padding-right: 50px; }
  .p-web-magazine__flyer img {
    width: 100%; }
  @media (max-width: 1023px) {
    .p-web-magazine__flyer {
      width: 100%;
      padding-right: 0;
      margin-bottom: 30px;
      text-align: center; }
      .p-web-magazine__flyer img {
        width: 100%;
        max-width: 400px; } }

.p-web-magazine__info-body-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 40px; }
  @media (max-width: 1023px) {
    .p-web-magazine__info-body-title {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.6;
      margin-bottom: 20px; } }

.p-web-magazine__info-body-inner p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2; }

@media (max-width: 1023px) {
  .p-web-magazine__info-body-inner p {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6; } }

.p-detail__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #dadada;
  position: relative; }
  @media (max-width: 1023px) {
    .p-detail__container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.p-detail__date-box {
  width: 180px;
  padding: 50px;
  text-align: center;
  border-right: 1px solid #dadada;
  position: -webkit-sticky;
  position: sticky; }
  .p-detail__date-box.is-pc {
    display: block; }
  .p-detail__date-box.is-sp {
    display: none; }
  @media (max-width: 1023px) {
    .p-detail__date-box {
      width: 93px;
      padding: 0 15px 0 0;
      border: none; }
      .p-detail__date-box.is-pc {
        display: none; }
      .p-detail__date-box.is-sp {
        display: block; }
      .c-article__feature .p-detail__date-box {
        width: 88px;
        padding: 0 10px 0 0; } }

.p-detail__date-box-inner {
  position: -webkit-sticky;
  position: sticky;
  width: 80px;
  height: auto;
  top: 150px; }

.p-detail__category {
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 5px;
  width: 80px;
  margin-bottom: 10px; }
  .p-detail__category.p-detail__category--feature {
    background-color: #DF0515; }
  @media (max-width: 1023px) {
    .p-detail__category {
      padding: 1px 0;
      width: 78px;
      left: 0;
      top: -16px;
      margin-bottom: 5px;
      position: absolute;
      left: 0;
      top: -22px; }
      .c-article__feature .p-detail__category {
        top: -16px;
        left: 0; } }

.p-detail__date {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 8px; }
  @media (max-width: 1023px) {
    .p-detail__date {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 1;
      margin-bottom: 5px; } }

.p-detail__week {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  width: 80px;
  border: 1px solid #000;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: .2em; }
  @media (max-width: 1023px) {
    .p-detail__week {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 300;
      line-height: 1;
      width: 78px;
      padding: 2px 0;
      margin-bottom: 5px; } }

.p-detail__open {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: .05em; }

.p-detail__body {
  width: 100%;
  padding-right: 40%; }
  @media (max-width: 1023px) {
    .p-detail__body {
      padding-right: 0; } }

.p-detail__body-inner {
  border-right: 1px solid #dadada; }

.p-detail__profile-inner {
  padding: 50px 50px 60px; }
  @media (max-width: 1023px) {
    .p-detail__profile-inner {
      padding: 20px 20px 30px; } }

.p-detail__title-box {
  padding: 50px 50px 0;
  margin-bottom: 50px; }
  @media (max-width: 1023px) {
    .p-detail__title-box {
      padding: 15px 15px 20px;
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.p-detail__title-box-inner {
  width: 100%; }

.p-detail__lead-box {
  padding: 0 50px 50px; }
  @media (max-width: 1023px) {
    .p-detail__lead-box {
      padding: 0 15px; } }

.p-detail__lead-box-inner {
  border-top: 1px solid #dadada;
  padding-top: 50px; }
  @media (max-width: 1023px) {
    .p-detail__lead-box-inner {
      padding: 20px 0 20px;
      border-bottom: 1px solid #dadada; } }

.p-detail__info {
  width: 40%;
  position: absolute;
  top: 0;
  right: 0; }
  @media (max-width: 1023px) {
    .p-detail__info {
      width: 100%;
      position: static; } }

.p-detail__info-inner {
  padding: 50px;
  width: 100%; }
  @media (max-width: 1023px) {
    .p-detail__info-inner {
      padding: 15px 15px 0; } }

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

.p-detail__title-top {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 10px;
  letter-spacing: .05em; }
  @media (max-width: 1023px) {
    .p-detail__title-top {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.4;
      margin-bottom: 5px; } }

.p-detail__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 10px;
  letter-spacing: .05em; }
  @media (max-width: 1023px) {
    .p-detail__title {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1.6;
      margin-bottom: 5px; } }

.p-detail__title--bottom {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .05em; }
  @media (max-width: 1023px) {
    .p-detail__title--bottom {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.4; } }

.p-detail__copy {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 15px;
  letter-spacing: .05em; }
  @media (max-width: 1023px) {
    .p-detail__copy {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1.4;
      margin-bottom: 10px; } }

.p-detail__text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .05em; }
  @media (max-width: 1023px) {
    .p-detail__text {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1.6;
      letter-spacing: .05em; } }

.p-detail__name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 15px;
  letter-spacing: .05em; }
  @media (max-width: 1023px) {
    .p-detail__name {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1.4;
      margin-bottom: 10px; } }

.p-detail__open-door {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 30px; }
  .p-detail__open-door div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .p-detail__open-door dt {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.8;
    margin-right: 10px;
    height: 100%;
    width: 30px; }
  .p-detail__open-door dd {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    height: 100%; }
  @media (max-width: 1023px) {
    .p-detail__open-door {
      padding-bottom: 5px;
      margin-bottom: 20px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .p-detail__open-door div {
        margin-bottom: 5px; }
      .p-detail__open-door dt {
        font-size: 10px;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.6;
        margin: 0 0 5px;
        width: 45px; }
      .p-detail__open-door dd {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.6;
        margin: 0 0 5px -45px;
        padding: 0 0 0 45px;
        width: 100%; } }

.p-detail__lineup dt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .05em; }

.p-detail__lineup dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 1023px) {
  .p-detail__lineup {
    margin-bottom: 30px; }
    .p-detail__lineup dd {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

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

.p-detail__lineup-logo {
  height: 15px;
  margin-bottom: 15px; }
  @media (max-width: 1023px) {
    .p-detail__lineup-logo {
      height: 20px;
      margin-bottom: 10px; } }

.p-detail__lineup-genre {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px; }
  @media (max-width: 1023px) {
    .p-detail__lineup-genre {
      margin-bottom: 5px; } }

.p-detail__lineup-artist {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 30px; }
  @media (max-width: 1023px) {
    .p-detail__lineup-artist {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1.4;
      margin-bottom: 20px; } }

.p-detail__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1600px) {
    .p-detail__sub {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.p-detail__flyer {
  width: 250px;
  padding-right: 50px; }
  .p-detail__flyer img {
    width: 200px;
    border: 1px solid #dadada; }
  @media (max-width: 1600px) {
    .p-detail__flyer {
      width: 100%;
      margin-bottom: 60px;
      padding-right: 0; }
      .p-detail__flyer img {
        width: 100%; } }
  @media (max-width: 1023px) {
    .p-detail__flyer {
      width: 100%;
      padding-right: 0;
      text-align: center;
      margin-bottom: 40px; }
      .p-detail__flyer img {
        width: 100%;
        max-width: 400px; } }

.p-detail__sub-inner {
  width: 100%; }

.p-detail__sub-list {
  margin-bottom: 50px; }
  .p-detail__sub-list dt {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .05em;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dadada; }
  .p-detail__sub-list dd {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2; }
  @media (max-width: 1023px) {
    .p-detail__sub-list {
      margin-bottom: 40px; }
      .p-detail__sub-list dt {
        margin-bottom: 15px;
        padding-bottom: 10px; }
      .p-detail__sub-list dd {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.8; } }

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

.p-detail__sns-list {
  width: 50px;
  margin-left: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  padding: 15px 0; }
  .p-detail__sns-list li {
    margin: 8px 0; }
    .p-detail__sns-list li a {
      color: #fff;
      font-size: 1.5rem; }
  @media (max-width: 1023px) {
    .p-detail__sns-list {
      width: 100%;
      margin-left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      background: none;
      position: static;
      padding: 0 0 20px;
      border-bottom: 1px solid #dadada;
      margin-bottom: 30px; }
      .p-detail__sns-list li {
        margin: 0; }
        .p-detail__sns-list li a {
          color: #000;
          font-size: 2rem; } }

.p-contact .c-section__inner {
  max-width: 1200px; }

.p-contact__container {
  background-color: #fff;
  border: 1px solid #dadada;
  padding: 50px 50px 70px; }
  @media (max-width: 1023px) {
    .p-contact__container {
      padding: 20px 20px 20px; } }

.p-contact__lead {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 50px; }
  @media (max-width: 1023px) {
    .p-contact__lead {
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: 400;
      line-height: 1.6;
      margin-bottom: 20px; } }

.p-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.p-contact__list-dt {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  padding: 30px 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  border-top: 1px solid #dadada; }
  @media (max-width: 1023px) {
    .p-contact__list-dt {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding: 20px 0 10px;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1; } }

.p-contact__list-dd {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  max-width: 80%;
  padding: 20px 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  border-top: 1px solid #dadada; }
  .mw_wp_form_preview .p-contact__list-dd {
    padding: 30px 0; }
  .p-contact__list-dd input {
    width: 100%;
    border: 1px solid #dadada;
    padding: 10px; }
  .p-contact__list-dd textarea {
    width: 100%;
    min-height: 300px;
    border: 1px solid #dadada;
    padding: 10px; }
  @media (max-width: 1023px) {
    .p-contact__list-dd {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding: 0 0 20px;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1.6;
      border-top: none; }
      .p-contact__list-dd textarea {
        min-height: 150px; } }

.p-contact__button {
  border-top: 1px solid #dadada;
  padding: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .p-contact__button input {
    height: 40px;
    width: 200px;
    background-color: #000;
    border: none;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 20px; }
    .p-contact__button input.is-back {
      background-color: #666; }
  @media (max-width: 1023px) {
    .p-contact__button {
      padding: 20px 0 0 0; }
      .p-contact__button input {
        height: 40px;
        width: 50%;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1;
        margin: 0 10px; } }

.error {
  padding-top: 10px; }

.mw_wp_form_complete p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8; }

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

.p-recruit .c-section__inner {
  max-width: 1200px; }

.p-recruit__container {
  background-color: #fff;
  border: 1px solid #dadada;
  padding: 50px 50px 50px; }
  @media (max-width: 1023px) {
    .p-recruit__container {
      padding: 20px 20px 20px; } }

.p-recruit__lead {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 50px; }
  @media (max-width: 1023px) {
    .p-recruit__lead {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1.6;
      margin-bottom: 20px; } }

.p-recruit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.p-recruit__list-dt {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  width: 20%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  padding: 20px 0;
  border-top: 1px solid #dadada; }
  @media (max-width: 1023px) {
    .p-recruit__list-dt {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1;
      padding: 20px 0 10px; } }

.p-recruit__list-dd {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  width: 80%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  padding: 20px 0;
  border-top: 1px solid #dadada; }
  .p-recruit__list-dd ul {
    margin-bottom: -5px; }
  .p-recruit__list-dd li {
    margin-bottom: 5px;
    padding-left: 12px;
    position: relative; }
    .p-recruit__list-dd li::before {
      content: "・";
      position: absolute;
      left: -5px;
      top: 0; }
  @media (max-width: 1023px) {
    .p-recruit__list-dd {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%;
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: 400;
      line-height: 1.8;
      padding: 0 0 20px;
      border-top: none; }
      .p-recruit__list-dd ul {
        margin-bottom: -3px; }
      .p-recruit__list-dd li {
        margin-bottom: 3px;
        padding-left: 10px; }
        .p-recruit__list-dd li::before {
          left: -3px; } }

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

Utility

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .u-m-xs {
    margin: 0.5rem !important; }
  .u-m-sm {
    margin: 1rem !important; }
  .u-m-md {
    margin: 2rem !important; }
  .u-m-lg {
    margin: 3rem !important; }
  .u-m-xl {
    margin: 4rem !important; }
  .u-m-xxl {
    margin: 5rem !important; }
  .u-mt-xs {
    margin-top: 0.5rem !important; }
  .u-mt-sm {
    margin-top: 1rem !important; }
  .u-mt-md {
    margin-top: 2rem !important; }
  .u-mt-lg {
    margin-top: 3rem !important; }
  .u-mt-xl {
    margin-top: 4rem !important; }
  .u-mt-xxl {
    margin-top: 5rem !important; }
  .u-mb-xs {
    margin-bottom: 0.5rem !important; }
  .u-mb-sm {
    margin-bottom: 1rem !important; }
  .u-mb-md {
    margin-bottom: 2rem !important; }
  .u-mb-lg {
    margin-bottom: 3rem !important; }
  .u-mb-xl {
    margin-bottom: 4rem !important; }
  .u-mb-xxl {
    margin-bottom: 5rem !important; }
  .u-p-xs {
    padding: 0.5rem !important; }
  .u-p-sm {
    padding: 1rem !important; }
  .u-p-md {
    padding: 2rem !important; }
  .u-p-lg {
    padding: 3rem !important; }
  .u-p-xl {
    padding: 4rem !important; }
  .u-pt-xs {
    padding-top: 0.5rem !important; }
  .u-pt-sm {
    padding-top: 1rem !important; }
  .u-pt-md {
    padding-top: 2rem !important; }
  .u-pt-lg {
    padding-top: 3rem !important; }
  .u-pt-xl {
    padding-top: 4rem !important; }
  .u-pt-xxl {
    padding-top: 5rem !important; }
  .u-pb-xs {
    padding-bottom: 0.5rem !important; }
  .u-pb-sm {
    padding-bottom: 1rem !important; }
  .u-pb-md {
    padding-bottom: 2rem !important; }
  .u-pb-lg {
    padding-bottom: 3rem !important; }
  .u-pb-xl {
    padding-bottom: 4rem !important; }
  .u-pb-xxl {
    padding-bottom: 4rem !important; } }

.u-lisi-n {
  list-style-image: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-op-10 {
  opacity: 0.1; }

.u-op-20 {
  opacity: 0.2; }

.u-op-30 {
  opacity: 0.3; }

.u-op-40 {
  opacity: 0.4; }

.u-op-50 {
  opacity: 0.5; }

.u-op-60 {
  opacity: 0.6; }

.u-op-70 {
  opacity: 0.7; }

.u-op-80 {
  opacity: 0.8; }

.u-op-90 {
  opacity: 0.9; }

.u-op-100 {
  opacity: 1; }

/* =========================================================
clearfix
========================================================= */
.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-sp-block {
  display: none; }
  @media (max-width: 767px) {
    .u-sp-block {
      display: block; } }

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

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

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

.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
========================================================= */
.u-fadein {
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px); }
  .u-fadein.is-onscreen {
    -webkit-animation: fadeInUp 1s ease .5s forwards;
    animation: fadeInUp 1s ease .5s forwards; }
  .is-onscreen .u-fadein {
    -webkit-animation: fadeInUp 1s ease .5s  forwards;
    animation: fadeInUp 1s ease .5s  forwards; }

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

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