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

Web Fonts

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

Foundation

========================================================= */
/*$font-family-eng-1:  'Poppins', sans-serif;*/
/*$font-family-eng-2:  "sofia-pro", sans-serif;*/
/*$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;
}

@media (max-width: 1200px) {
    html.is-gnav-open {
        overflow: hidden;
    }
}

body {
    color: #333;
    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: 0em;
    background: #FFF;
    word-wrap: break-word;
    vertical-align: baseline;
    white-space: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 10px/1 futura-pt, メイリオ, Meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, Osaka, ＭＳ Ｐゴシック, 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: #FF0000;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

a:link {
    color: #FF0000;
    text-decoration: none;
}

a:visited {
    color: #FF0000;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
    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: 1201px) {

    .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: 90px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
    -o-transition: opacity 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
    transition: opacity 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

.is-load .l-wrapper {
    opacity: 1;
}

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

.l-header {
    position: fixed;
    width: 100%;
    height: 90px;
    left: 0;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 60px;
    -webkit-transition: background-color 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition: background-color 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: background-color 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    opacity: 0;
    background-color: #fff;
}

.is-open-active .l-header {
    opacity: 1;
}

@media (max-width: 1200px) {
    .l-header {
        padding: 0 30px;
    }
}

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

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

.l-header__logo {
    z-index: 200;
    width: 155px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

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

.l-header__admission {
    position: absolute;
    right: 0;
    height: 90px;
}

.l-header__admission a {
    height: 100%;
    padding: 0 40px;
    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;
    background-color: #FF0000;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
}

.l-header__admission a span {
    padding-left: 40px;
    position: relative;
}

.l-header__admission a span::before {
    content: "\e905";
    font-family: "icomoon" !important;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1200px) {
    .l-header__admission a {
        padding: 0 30px;
    }
}

@media (max-width: 1023px) {
    .l-header__admission {
        height: 60px;
    }

    .l-header__admission a {
        padding: 0 25px;
    }
}

@media (max-width: 767px) {
    .l-header__admission {
        text-align: center;
    }

    .l-header__admission a {
        font-size: 9px;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.6;
        padding: 0 5px;
    }

    .l-header__admission a span {
        padding-left: 0;
    }

    .l-header__admission a span::before {
        display: none;
    }
}

.l-footer {
    text-align: center;
}

.l-footer-info {
    background-image: url(../images/common/bg-01.jpg);
    background-position: 50% 100%;
    background-size: 100%;
    padding: 20px 0;
    position: relative;
    margin-bottom: 80px;
}

.l-footer-info::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.7);
}

.l-footer-info .c-section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    max-width: 1600px;
}

@media (max-width: 1023px) {
    .l-footer-info .c-section-inner {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .l-footer-info {
        padding: 0;
        margin-bottom: 40px;
        background-size: 200%;
    }

    .l-footer-info .c-section-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.l-footer-info__item {
    width: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    border-right: 1px solid #fff;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    padding: 40px 0;
}

.l-footer-info__item a {
    color: #fff;
}

.l-footer-info__item.is-last {
    border: none;
}

@media (max-width: 1023px) {
    .l-footer-info__item {
        padding: 40px 15px;
    }
}

@media (max-width: 767px) {
    .l-footer-info__item {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        border-right: none;
        border-top: 1px solid #fff;
        padding: 40px 0;
    }

    .l-footer-info__item a {
        color: #fff;
    }
}

.l-footer-info__item-inner {
    text-align: left;
}

@media (max-width: 767px) {
    .l-footer-info__item-inner {
        text-align: center;
    }
}

.l-footer-info__image {
    max-width: 100%;
    margin-bottom: 40px;
}

@media (max-width: 1023px) {
    .l-footer-info__image {
        width: 17.79359vw;
    }
}

@media (max-width: 767px) {
    .l-footer-info__image {
        margin-bottom: 20px;
        width: 35.58719vw;
    }
}

.l-footer-info__sponsorship {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    color: #fff;
}

@media (max-width: 1023px) {
    .l-footer-info__sponsorship {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 2;
    }
}

@media (max-width: 767px) {
    .l-footer-info__sponsorship {
        font-size: 10px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 2;
    }
}

.l-footer-info__heading {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
    padding-top: 40px;
}

.l-footer-info__heading::before {
    font-family: "icomoon" !important;
    content: "\e903";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 1023px) {
    .l-footer-info__heading {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 20px;
        padding-top: 30px;
    }

    .l-footer-info__heading::before {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 400;
        line-height: 1;
    }
}

.l-footer-info__sub-menu li {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
}

@media (max-width: 1023px) {
    .l-footer-info__sub-menu li {
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 2;
    }
}

.l-footer-info__title {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
    padding-bottom: 20px;
    position: relative;
}

.l-footer-info__title::after {
    content: "ー";
    position: absolute;
    left: 0;
    bottom: -5px;
}

@media (max-width: 767px) {
    .l-footer-info__title::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.l-footer-info__menu li {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;
}

.l-footer__logo {
    margin-bottom: 40px;
}

@media (max-width: 1023px) {
    .l-footer__logo {
        width: 23.13167vw;
    }
}

@media (max-width: 767px) {
    .l-footer__logo {
        width: 35.58719vw;
    }
}

.l-footer__menu {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 30px;
}

.l-footer__menu li {
    margin-bottom: 15px;
}

.l-footer__menu li a {
    color: #FF0000;
}

.l-footer__copyright {
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1;
    font-style: normal;
    position: relative;
    padding-bottom: 80px;
    color: #FF0000;
}

@media (max-width: 767px) {
    .l-footer__copyright {
        padding-bottom: 25%;
    }
}

.l-main {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    opacity: .5;
    -webkit-transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.9s;
    transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.9s;
    -o-transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.9s, opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.9s, opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.9s, opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.9s;
}

.is-open-active .l-main {
    opacity: 1;
}

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

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

@media (max-width: 1023px) {
    .l-gnav__menu {
        display: none;
    }
}

.l-gnav__menu-item {
    white-space: nowrap;
    margin: 0 8px;
}

.l-gnav__menu-item.l-gnav__menu-item--gam {
    margin-right: 200px;
}

.l-gnav__menu-item.l-gnav__menu-item--brand {
    margin-left: 50px;
}

.l-gnav__menu-item.l-gnav__menu-item--access {
    margin-right: 50px;
}

.l-gnav__menu-item a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
    overflow: hidden;
    display: block;
    padding: 30px 0;
}

.l-gnav__menu-item a::after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #FF0000;
    content: "";
    margin-top: 1px;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.l-gnav__menu-item a.is-current::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.l-gnav__menu-item a:hover {
    opacity: 1;
}

.l-gnav__menu-item a:hover::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.l-gnav-toggle {
    position: fixed;
    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;
    display: none;
}

@media (max-width: 1023px) {
    .l-gnav-toggle {
        display: block;
        width: 22px;
        height: 17px;
        left: 30px;
        top: 20px;
    }
}

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

.l-gnav-toggle__inner {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.l-gnav-toggle__bar {
    display: block;
    width: 100%;
    height: 2px;
    background: #4D4D4D;
    -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: 100%;
}

.l-gnav-toggle__bar--second {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 8px;
    width: 100%;
}

.l-gnav-toggle__bar--third {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 16px;
    width: 100%;
}

.is-gnav-open .l-gnav-toggle__bar {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #fff;
}

.is-gnav-open .l-gnav-toggle__bar--first {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
    width: 100%;
}

.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: 100%;
}

@media (max-width: 767px) {
    .l-gnav-toggle__bar--first {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 0;
    }

    .l-gnav-toggle__bar--second {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 9px;
    }

    .l-gnav-toggle__bar--third {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 18px;
    }

    .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: 10px;
        width: 30px;
    }

    .is-gnav-open .l-gnav-toggle__bar--third {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 10px;
        width: 30px;
    }

    .is-look .l-gnav-toggle__bar {
        background: #4D4D4D;
    }
}

.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: 767px) {
    .l-gnav-toggle:hover .l-gnav-toggle__bar {
        -webkit-animation: none;
        animation: none;
    }
}

.l-gnav-sp {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    display: none;
    position: fixed;
    height: 100vh;
    width: 100%;
    -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: white;
    z-index: 20000;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    background-color: #FF0000;
}

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

    .is-gnav-open .l-gnav-sp {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

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

.l-gnav-sp__menu {
    width: 100%;
    max-width: 200px;
    margin-bottom: 3em;
}

@media (max-width: 767px) {
    .l-gnav-sp__menu {
        margin-bottom: 40px;
    }
}

.l-gnav-sp__menu-item {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08em;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    -o-transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}

.is-gnav-open .l-gnav-sp__menu-item {
    opacity: 1;
}

.l-gnav-sp__menu-item a {
    padding: 20px 0;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.l-gnav-sp__menu-item a::after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
    margin-top: 1px;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.l-gnav-sp__menu-item a.is-current::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.l-gnav-sp__menu-item a:hover {
    opacity: 1;
    color: #fff;
}

.l-gnav-sp__menu-item a:hover::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 767px) {
    .l-gnav-sp__menu-item {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 500;
        line-height: 1;
    }

    .l-gnav-sp__menu-item a {
        padding: 15px 0;
    }
}

.l-gnav-sp-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.l-gnav-sp-banner li {
    margin: 0 5px;
}

.l-gnav-sp-banner li img {
    width: 100%;
    max-width: 120px;
}

.l-header-sp__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-header-sp__sns-item {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    transition: -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    -o-transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s, -webkit-transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    margin: 0 1em;
}

.is-gnav-open .l-header-sp__sns-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

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

Object

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

Component

--------------------------------------------------------- */
.c-section {
    position: relative;
}

.c-section.is-pink-bg {
    background-color: #fdeff6;
}

.c-section--border {
    border-top: 1px solid #FF0000;
}

.c-section-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px 0;
    position: relative;
    z-index: 10;
}

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

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

.c-section-header {
    text-align: center;
    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;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    height: 340px;
}

.c-section-header::after {
    content: "";
    width: 100%;
    height: 50%;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .c-section-header {
        height: auto;
        padding: 20px 0;
    }
}

.c-section__heading {
    width: 237px;
    height: 237px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid #fff;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    position: relative;
    z-index: 1;
}

.c-section__heading span {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    display: block;
    padding-top: .5em;
}

@media (max-width: 767px) {
    .c-section__heading {
        width: 53.38078vw;
        height: 53.38078vw;
        font-size: 75px;
        font-size: 6.6726vw;
        margin: 0 auto;
    }

    .c-section__heading span {
        font-size: 35px;
        font-size: 3.11388vw;
    }
}

.c-section__heading-2 {
    text-align: center;
    margin-bottom: 80px;
    z-index: 100;
    position: relative;
}

.c-section__heading-2 span {
    color: #fff;
    background-color: #FF0000;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    padding: 10px 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    min-width: 234px;
    letter-spacing: 0.05em;
}

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

    .c-section__heading-2 span {
        font-size: 10px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1;
        padding: 8px 20px;
    }
}

@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-arrow-next:before {
    content: "\e901";
}

.c-icon-arrow-prev:before {
    content: "\e902";
}

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

.c-icon-info:before {
    content: "\e903";
}

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

.c-icon-ticket:before {
    content: "\e905";
}

.c-icon-close:before {
    content: "\e906";
}

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

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

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

.c-button {
    max-width: 170px;
    width: 100%;
    height: 50px;
    text-align: center;
}

.c-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    -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);
    background-color: #000;
}

.c-button a:hover {
    opacity: .95;
    color: #fff;
}

.c-button.is-mint a {
    background-color: #28FF95;
    color: #4D4D4D;
}

.c-button.is-pink a {
    background-color: #FFBBDB;
}

.c-button.is-pink-2 a {
    background-color: #FFE0E0;
    color: #FF6666;
}

.c-button.is-sumire a {
    background-color: #CFD3E0;
    color: #FF6666;
}

@media (max-width: 767px) {
    .c-button {
        width: 100%;
        height: 30px;
        max-width: 120px;
    }

    .c-button a {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1;
    }
}

/*
.c-button-arrow{
a{
width: get-vw(124,1424);
height: get-vw(30,1424);
@include font-size-vw(14,1424);
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #fff;
color: #fff;
position: relative;
transition: all .2s $easeInSine;
&::after{
content: "\e900";
font-family: $font-family-icon;
position: absolute;
top: 50%;
right: 10%;
transform: translateY(-50%);
@include font-size-vw(10,1424);
}
&:hover{
background-color: $color-link-hover;
}
}
}
*/
.c-circle {
    width: 103px;
    height: 103px;
    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;
    color: #fff;
    font-size: 16px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.c-circle a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    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;
}

.c-circle.is-black {
    background-color: #000;
}

.c-circle.is-red {
    background-color: #FF0000;
}

.c-circle.is-light-red {
    background-color: #FF6666;
}

.c-circle.is-mint {
    background-color: #28FF95;
    color: #4D4D4D;
}

.c-circle.is-pink {
    background-color: #FFBBDB;
}

.c-circle.is-pink-2 {
    background-color: #FF8EC3;
}

.c-circle.is-mint-green {
    background-color: #6BBFBE;
}

@media (max-width: 767px) {
    .c-circle {
        width: 23.01423vw;
        height: 23vw;
        font-size: 30px;
        font-size: 2.66904vw;
    }
}

.c-circle--new {
    background-color: #FF0000;
    width: 71px;
    height: 71px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 767px) {
    .c-circle--new {
        width: 13.3452vw;
        height: 13.3452vw;
        font-size: 34px;
        font-size: 3.02491vw;
    }
}

.c-sponsor {
    padding-bottom: 80px;
}

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

.c-sponsor__list {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-sponsor__list li {
    width: auto;
    margin: 0 25px 40px 25px;
}

.w90 {
    width: 90% !important;
    max-width: 1150px;
    padding: 0;
}

.c-sponsor__list li.is-large {
    width: 33.33333%;
}

.c-sponsor__list li img {}

@media (max-width: 767px) {
    .c-sponsor__list li {
        width: 33.3333%;
        margin: 0 15px 20px 15px;
    }

    .w05 {
        width: 5% !important;
    }

    .w10 {
        width: 10% !important;
    }

    .w15 {
        width: 15% !important;
    }

    .w20 {
        width: 20% !important;
    }

    .w25 {
        width: 25% !important;
    }

    .w30 {
        width: 30% !important;
    }

    .w35 {
        width: 35% !important;
    }

    .w40 {
        width: 40% !important;
    }

    .w45 {
        width: 45% !important;
    }

    .w50 {
        width: 50% !important;
    }

    .w55 {
        width: 55% !important;
    }

    .w60 {
        width: 60% !important;
    }

    .w65 {
        width: 65% !important;
    }

    .w70 {
        width: 70% !important;
    }

    .w75 {
        width: 75% !important;
    }

    .w80 {
        width: 80% !important;
    }

    .w85 {
        width: 85% !important;
    }

    .w90 {
        width: 90% !important;
    }

    .w95 {
        width: 95% !important;
    }

    .w100 {
        width: 100% !important;
    }

    .c-sponsor__list li.is-large {
        width: 33.33333%;
    }

    .c-sponsor__list li img {
        width: 100%;
    }
}

.c-lower-header {
    position: relative;
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .c-lower-header {
        margin-bottom: 50px;
    }
}

.c-lower-header__image {
    width: 100%;
}

.c-lower-header__heading {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.c-article-index .c-section__heading {
    margin: 0 auto 56px;
}

.c-article-index.is-band-bg {
    background-image: url(../images/common/brand-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 45px;
}

@media (max-width: 767px) {
    .c-article-index .c-section__heading {
        margin: 0 auto 40px;
    }

    .c-article-index.is-band-bg {
        padding-top: 30px;
    }
}

.c-article-index__list {
    padding-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
}

.c-article-index__list.c-article-index__list--secondary {
    padding-top: 80px;
}

@media (max-width: 767px) {
    .c-article-index__list {
        padding-bottom: 60px;
    }

    .c-article-index__list.c-article-index__list--secondary {
        padding-top: 50px;
    }
}

.c-article-index__heading {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 140%;
}

.c-article-index__item {
    position: relative;
}

.is-col-3 .c-article-index__item {
    width: 33.3333%;
}

.is-col-4 .c-article-index__item {
    width: 25%;
    padding: 0 1px;
}

.is-col-5 .c-article-index__item {
    width: 20%;
}

.c-article-index__item:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    opacity: .8;
}

@media (max-width: 767px) {
    .is-col-3 .c-article-index__item {
        width: 50%;
    }

    .is-col-4 .c-article-index__item {
        width: 50%;
        padding: 0 1px;
    }

    .is-col-5 .c-article-index__item {
        width: 50%;
    }
}

.c-article-index__image {
    overflow: hidden;
}

.is-pink-2 .c-article-index__image {
    background-color: #FF8EC3;
}

.is-light-red .c-article-index__image {
    background-color: #FF6666;
    position: relative;
}

.is-sumire .c-article-index__image {
    background-color: #8792B2;
}

.c-article-index__image img {
    width: 100%;
    -webkit-transition: opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.c-article-index__name {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    padding: 10px 20px;
    min-width: 170px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
}

.c-article-index__name span {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
}

.is-col-5 .c-article-index__name {
    min-width: 130px;
    padding: 5px 10px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
}

.is-col-5 .c-article-index__name span {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
}

.is-band .c-article-index__name {
    position: static;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    color: #000;
    padding: 20px 0 30px;
    background: none;
}

.is-pink-2 .c-article-index__name {
    color: #FF61B0;
}

.is-light-red .c-article-index__name {
    color: #FF6666;
}

.is-sumire .c-article-index__name {
    color: #8792B2;
}

@media (max-width: 767px) {
    .c-article-index__name {
        padding: 4px 8px;
        min-width: auto;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 1.4;
    }

    .c-article-index__name span {
        font-size: 9px;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.4;
    }

    .is-col-5 .c-article-index__name {
        min-width: auto;
        padding: 4px 8px;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 1.4;
    }

    .is-col-5 .c-article-index__name span {
        font-size: 9px;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.4;
    }

    .is-band .c-article-index__name {
        padding: 10px 0 20px;
    }
}

/* 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: #4D4D4D;
    -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-preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    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;
    z-index: 100000;
    background-color: #fff;
    -webkit-transition: all 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
    -o-transition: all 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
    transition: all 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
    opacity: 1;
}

.is-load .c-preloader {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.c-preloader__image {
    margin: 0 0;
}

.c-preloader__image--logo {
    width: 165px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -o-transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.is-load .c-preloader__image--logo {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.c-preloader__image--1 {
    width: 180px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    -o-transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.5s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

.is-load .c-preloader__image--1 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.c-preloader__image--2 {
    width: 180px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
    transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
    -o-transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s, -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.7s;
}

.is-load .c-preloader__image--2 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 767px) {
    .c-preloader__image {
        margin: 0 5px;
    }

    .c-preloader__image--logo {
        width: 110px;
    }

    .c-preloader__image--1 {
        width: 100px;
    }

    .c-preloader__image--2 {
        width: 100px;
        margin-right: 0px;
        margin-left: 8px;
    }
}

.c-anchor {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 160px;
    margin-top: -160px;
    pointer-events: none;
}

.c-anchor--small {
    padding-top: 120px;
    margin-top: -120px;
}

@media (max-width: 767px) {
    .c-anchor {
        padding-top: 120px;
        margin-top: -120px;
    }

    .c-anchor--small {
        padding-top: 60px;
        margin-top: -60px;
    }
}

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

Project

--------------------------------------------------------- */
.p-top-kv {
    background-image: url(../images/top/kv.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vh - 90px);
    min-height: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* .p-top-kv::before {
content: "";
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
left: 0;
top: 0;
z-index: 10; }*/

@media (max-width: 1023px) {
    .p-top-kv {
        min-height: 900px;
        height: calc(65vh - 60px);
    }
}

@media (max-width: 767px) {
    .p-top-kv {
        background-image: url(../images/top/kv_sp.jpg);
        min-height: 500px;
        height: calc(53vh - 60px);
    }
}

.p-top-kv__video {
    position: absolute;
    left: 48%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-color: #ffd4e9;
}

@media (max-width: 767px) {
    .p-top-kv__video {
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        top: 43%;
        left: 49%;
    }
}

/*.p-top-kv__ineer {
text-align: center;
color: #FF0000;
padding: 0 0 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
z-index: 100; }
*/

.p-top-kv__ineer {
    text-align: center;
    color: #FF0000;
    padding: 0 0 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 100;
}

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

.p-top-kv__logo {
    width: 12.71067vw;
    margin-bottom: 1.5em;
}

@media (max-width: 1023px) {
    .p-top-kv__logo {
        width: 22.58719vw;
    }
}

.p-top-kv__venue {
    font-size: 17px;
    font-size: 1.6vw;
    margin-bottom: 0.5em;
}

/*
@media (max-width: 1023px) {
.p-top-kv__venue {
font-size: 26px;
font-size: 2.6rem;
font-weight: 400;
line-height: 1;
margin-bottom: 1.0em; } }
*/
@media (max-width: 767px) {
    .p-top-kv__venue {
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 120%;
    }
}

.p-top-kv__ticket {
    font-size: 15px;
    font-size: 1.05337vw;
    margin-bottom: 1.5em;
    line-height: 160%;
}

/*
@media (max-width: 1023px) {
.p-top-kv__ticket {
font-size: 26px;
font-size: 2.6rem;
font-weight: 400;
line-height: 120%;
margin-bottom: 1.0em; } }
*/
@media (max-width: 767px) {
    .p-top-kv__ticket {
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 400;
    }
}

.p-top-kv__button {
    margin-bottom: 1.5em;
}

.p-top-kv__button a {
    width: 8.70787vw;
    height: 2.10674vw;
    font-size: 14px;
    font-size: 0.98315vw;
    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;
    border: 1px solid #FF0000;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    background-color: rgba(255, 0, 0, 0.8);
}

.p-top-kv__button a::after {
    content: "\e900";
    font-family: "icomoon" !important;
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
    font-size: 0.70225vw;
}

.p-top-kv__button a:hover {
    background-color: #FF0000;
}


@media (max-width: 767px) {
    .p-top-kv__button a {
        width: 32.02847vw;
        height: 7.11744vw;
        font-size: 40px;
        font-size: 3.55872vw;
    }

    .p-top-kv__button a::after {
        font-size: 20px;
        font-size: 1.77936vw;
    }
}


.p-top-kv__app {
    font-size: 16px;
    font-size: 1.1236vw;
    margin-bottom: 1em;
}

@media (max-width: 1023px) {
    .p-top-kv__app {
        display: none;
    }
}

.p-top-kv__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-top-kv__banner li {
    width: 9.48034vw;
    margin: 0 .5em;
}

.p-top-kv__banner li img {
    width: 100%;
}

@media (max-width: 1023px) {
    .p-top-kv__banner {
        display: none;
    }
}

.p-top-slider {
    position: relative;
    padding-bottom: 45px;
}

.p-top-slider .slick-dots {
    bottom: 250px;
    top: auto;
    left: 0;
}

.p-top-slider .slick-dots li {
    width: 8px;
    height: 8px;
}

.p-top-slider .slick-dots .slick-active button::before {
    background-color: #FF0000;
}

.p-top-slider .slick-dots button {
    width: 8px;
    height: 8px;
}

.p-top-slider .slick-dots button::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FFD4E9;
    opacity: 1;
}

@media (max-width: 1023px) {
    .p-top-slider {
        padding-bottom: 12px;
    }

    .p-top-slider .slick-dots {
        display: none !important;
    }
}

.p-top-slider__bg {
    background-color: #FFEAF3;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 60px;
}

@media (max-width: 767px) {
    .p-top-slider__bg {
        top: 40px;
    }
}

.p-top-slider__box {
    position: relative;
    background-color: #FFEEF6;
    margin-top: -60px;
    z-index: 10;
    padding: 20px 20px 80px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1023px) {
    .p-top-slider__box {
        padding: 15px 15px 1em;
    }
}

@media (max-width: 767px) {
    .p-top-slider__box {
        padding-bottom: 1em;
        margin-top: -40px;
    }
}

.p-top-slider__decoration {
    position: absolute;
    max-width: 100%;
}

.p-top-slider__decoration--1 {
    width: 250px;
    bottom: 70px;
    left: -80px;
}

@media (max-width: 1023px) {
    .p-top-slider__decoration--1 {
        width: 25.79715vw;
        left: -8.00712vw;
        top: 72.37367vw;
        bottom: auto;
    }
}

.p-top-slider__decoration--2 {
    width: 150px;
    right: -60px;
    bottom: 90px;
}

@media (max-width: 1023px) {
    .p-top-slider__decoration--2 {
        width: 16.79715vw;
        right: -5.11744vw;
        top: 71.48399vw;
        bottom: auto;
    }
}

.p-top-slider__decoration--3 {
    width: 266px;
    bottom: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 1023px) {
    .p-top-slider__decoration--3 {
        width: 28.02491vw;
        bottom: -6%;
    }
}

.p-top-slider__item-image {
    padding-bottom: 40px;
}

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

@media (max-width: 767px) {
    .p-top-slider__item-image {
        padding-bottom: 0;
    }
}

.p-top-slider__item-box {
    min-height: 240px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

@media (max-width: 1023px) {
    .p-top-slider__item-box {
        min-height: auto;
        padding: 40px 20px;
    }
}

@media (max-width: 1023px) {
    .p-top-slider__item-box {
        padding: 20px 15px;
    }
}

.p-top-slider__title {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 15px;
}

.p-top-slider__title span {
    font-size: 32px;
    font-size: 3.2rem;
    display: block;
}

@media (max-width: 1023px) {
    .p-top-slider__title {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 1.3;
    }
}

@media (max-width: 767px) {
    .p-top-slider__title {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.8;
        margin-bottom: 5px;
    }

    .p-top-slider__title span {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.p-top-slider__category {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 5px;
}

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

@media (max-width: 767px) {
    .p-top-slider__category {
        font-size: 9px;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.8;
        margin-bottom: 3px;
    }
}

.p-top-slider__bar {
    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;
    margin-bottom: 15px;
}

.p-top-slider__bar span {
    width: 100px;
    height: 1px;
    background-color: #FF0000;
    margin-right: 5px;
    position: relative;
}

.p-top-slider__bar span::before {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #FF0000;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-top-slider__bar i {
    font-style: normal;
    -webkit-animation: rotate-anime 3s linear infinite;
    animation: rotate-anime 3s linear infinite;
}

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

.slick-active .p-top-slider__bar span::before {
    -webkit-animation: bar-anime 6.6s linear;
    animation: bar-anime 6.6s linear;
}

@-webkit-keyframes rotate-anime {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-anime {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes bar-anime {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes bar-anime {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.p-top-slider__text {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.8;
}

@media (max-width: 1023px) {
    .p-top-slider__text {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 1.8;
    }
}

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

.p-top-news {
    position: relative;
    padding: 35px 0;
    text-align: center;
}

.p-top-news .c-section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .p-top-news .c-section-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.p-top-news__heading {
    position: absolute;
    top: 0;
    right: 50px;
    color: #FFD4E9;
    border-color: #FFD4E9;
}

@media (max-width: 767px) {
    .p-top-news__heading {
        position: static;
        margin-bottom: 40px;
    }
}

.p-top-news__box {
    margin-right: 20px;
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    color: #fff;
}

.p-top-news__box a {
    color: #fff;
}

@media (max-width: 767px) {
    .p-top-news__box {
        margin-right: 0;
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 40px;
    }
}

.p-top-news__box-heading {
    margin-bottom: 35px;
}

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

.p-top-news__sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .p-top-news__sns-list {
        margin-bottom: 15px;
    }
}

.p-top-news__sns-list-heading {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    margin-right: 50px;
}

@media (max-width: 767px) {
    .p-top-news__sns-list-heading {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1;
        margin-right: 40px;
    }
}

.p-top-news__sns-list-body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-top-news__sns-list-body ul li {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .p-top-news__sns-list-body ul li {
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: 400;
        line-height: 1;
        padding-right: 35px;
    }
}

.p-top-news__list {
    border-top: 1px solid #999999;
    margin-bottom: 25px;
    text-align: left;
}

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

.p-top-news__list-item {
    padding: 30px 0;
    border-bottom: 1px solid #999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-top-news__list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media (max-width: 767px) {
    .p-top-news__list-item {
        padding: 10px 0;
    }
}

.p-top-news__list-item-category {
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 767px) {
    .p-top-news__list-item-category {
        -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
        font-size: 10px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1;
    }
}

.p-top-news__list-item-date {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .p-top-news__list-item-date {
        font-size: 10px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 5px;
    }
}

.p-top-news__list-item-title {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .p-top-news__list-item-title {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.6;
    }
}

.p-top-news__ticket {
    margin-left: 20px;
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-top: 300px;
    padding: 20px 20px 45px;
    background-color: #FF0000;
    text-align: center;
    color: #FF0000;
    position: relative;
    height: max-content;
}

@media (max-width: 767px) {
    .p-top-news__ticket {
        margin-left: 0;
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 0;
        padding: 10px 10px 15px;
    }
}

.p-top-news__ticket-inner {
    background-color: #ffdded;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .p-top-news__ticket-inner {
        padding-bottom: 30px;
    }
}

.p-top-news__ticket-image {
    margin-bottom: 60px;
}

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

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

.p-top-news__ticket-title {
    font-size: 50px;
    font-size: 5rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 0.08em;
}

.p-top-news__ticket-title::before {
    content: "\e905";
    font-family: "icomoon" !important;
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 767px) {
    .p-top-news__ticket-title {
        font-size: 30px;
        font-size: 3rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 10px;
    }

    .p-top-news__ticket-title::before {
        top: -35px;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 1;
    }
}

.p-top-news__ticket-text {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .p-top-news__ticket-text {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.6;
    }
}

.p-top-news__ticket-circle {
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .p-top-news__ticket-circle {
        bottom: -5%;
    }
}

.p-top-news__bg {
    background-image: url(../images/top/news-bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.p-top-topics {
    position: relative;
    padding: 65px 0;
}

@media (max-width: 767px) {
    .p-top-topics {
        padding: 30px 0 70px;
    }
}

.p-top-topics__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -19px;
}

@media (max-width: 767px) {
    .p-top-topics__list {
        margin: 0;
    }
}

.p-top-topics__item {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 19px;
    margin-bottom: 80px;
    position: relative;
    text-align: center;
}

.p-top-topics__item:nth-child(odd) {
    margin-top: -150px;
}

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

    .p-top-topics__item:nth-child(odd) {
        margin-top: 0;
    }
}

.p-top-topics__item-body {
    background-color: #FFEAF3;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    padding: 24px 24px 44px;
}

@media (max-width: 767px) {
    .p-top-topics__item-body {
        padding: 10px 10px 30px;
    }
}

.p-top-topics__item-inner {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.p-top-topics__model-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.p-top-topics__model-slider img {
    width: 100%;
}

.p-top-topics__model-slider .slick-arrow {
    width: 43px;
    height: 43px;
    top: auto;
    bottom: 5px;
    z-index: 100;
    background-color: #FFBBDB;
}

.p-top-topics__model-slider.is-sumire .slick-arrow {
    background-color: rgba(159, 168, 194, 0.5);
}

.p-top-topics__model-slider .slick-prev {
    left: 0;
}

.p-top-topics__model-slider .slick-prev::before {
    font-family: "icomoon" !important;
    content: "\e902";
}

.p-top-topics__model-slider .slick-next {
    right: 0;
}

.p-top-topics__model-slider .slick-next::before {
    font-family: "icomoon" !important;
    content: "\e901";
}

@media (max-width: 767px) {
    .p-top-topics__model-slider .slick-arrow {
        width: 30px;
        height: 30px;
        bottom: 15px;
    }

    .p-top-topics__model-slider .slick-arrow::before {
        font-size: 12px;
    }
}

.p-top-topics__model-slider-item {
    width: 100%;
}

.p-top-topics__image {
    overflow: hidden;
    background-color: #CB5360;
    position: relative;
}

.p-top-topics__image img {
    width: 100%;
    -webkit-transition: opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.p-top-topics__image.is-pink {
    background-color: #FFBBDB;
}

.p-top-topics__image:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    opacity: .5;
}

.p-top-topics__title-box {
    text-align: center;
    color: #666666;
    background-color: #fff;
}

.p-top-topics__title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    padding: 15px 40px 0;
    background-color: #fff;
    margin-top: -45px;
    display: inline-block;
    position: relative;
    z-index: 10;
}

.p-top-topics__title span {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
}

.p-top-topics__title.is-pink {
    color: #FF61B0;
}

.p-top-topics__title.is-pink-2 {
    color: #FF6666;
}

.p-top-topics__title.is-sumire {
    color: #8792B2;
}

@media (max-width: 767px) {
    .p-top-topics__title {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.6;
        padding: 10px 20px 0;
        margin-top: -25px;
    }

    .p-top-topics__title span {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.6;
    }
}

.p-top-topics__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    padding: 30px 0 80px;
}

.p-top-topics__text.is-pink {
    color: #FF61B0;
}

.p-top-topics__text.is-pink-2 {
    color: #FF6666;
}

.p-top-topics__text.is-sumire {
    color: #8792B2;
}

@media (max-width: 767px) {
    .p-top-topics__text {
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 1.6;
        padding: 20px 0 40px;
    }
}

.p-top-topics__button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
}

@media (max-width: 767px) {
    .p-top-topics__button {
        bottom: 15px;
    }
}

.p-top-topics__circle {
    position: absolute;
    right: 0;
    bottom: 80px;
}

@media (max-width: 767px) {
    .p-top-topics__circle {
        right: -15px;
        bottom: 50px;
    }
}

.p-top-topics__circle-new {
    position: absolute;
    left: -5px;
    top: -10px;
}

@media (max-width: 767px) {
    .p-top-topics__circle-new {
        left: -15px;
        top: -15px;
    }
}

.p-top-topics__item--profile {
    cursor: pointer;
}

.p-top-topics__item--profile img {
    width: 100%;
}

.p-top-topics__bg {
    background-image: url(../images/common/bg-01.jpg?190724);
    background-position: 50% 100%;
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .p-top-topics__bg {
        background-size: 200%;
    }
}

.p-top-special-stage {
    padding: 0 0 80px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.p-top-special-stage .c-section-header {
    height: 118px;
}

.p-top-special-stage .c-section__heading {
    margin-top: -118px;
}

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

    .p-top-special-stage .c-section-header {
        height: auto;
        padding: 0;
    }

    .p-top-special-stage .c-section-header .c-section__heading {
        margin-top: -85px;
    }
}

.p-top-special-stage__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-top-special-stage__item {
    text-align: center;
    width: 25%;
}

@media (max-width: 767px) {
    .p-top-special-stage__item {
        width: 50%;
    }
}

.p-top-special-stage__item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .8;
}

.p-top-special-stage__image {
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #CB5360;
}

.p-top-special-stage__image img {
    width: 100%;
    -webkit-transition: opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.p-top-special-stage__name {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
}

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

.p-top-brand {
    padding: 0 0 50px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    margin: 180px 0 200px;
    background-color: #fff;
}

.p-top-brand::before {
    background-position: 50% 5%;
    background-image: url(../images/common/bg-01.jpg);
    background-size: 100%;
    height: 180px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: -180px;
    z-index: -1;
}

.p-top-brand::after {
    background-position: 50% 95%;
    background-image: url(../images/common/bg-01.jpg);
    background-size: 100%;
    height: 200px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: -200px;
    z-index: -1;
}

.p-top-brand .c-section-header {
    height: 100%;
    z-index: 100;
    padding-bottom: 100px;
}

.p-top-brand .c-section-header::after {
    display: none;
}

.p-top-brand .c-section-header .c-circle {
    margin-top: -50px;
}

@media (max-width: 767px) {
    .p-top-brand {
        padding: 0 0 30px;
        margin: 80px 0 80px;
    }

    .p-top-brand::before {
        background-size: 200%;
        height: 80px;
        top: -80px;
    }

    .p-top-brand::after {
        background-position: 50% 95%;
        background-size: 200%;
        height: 80px;
        bottom: -80px;
    }
}

.p-top-brand__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -80px;
}

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

.p-top-brand__item {
    text-align: center;
    width: 16.666666%;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .p-top-brand__item {
        width: 33.3333%;
        margin-bottom: 20px;
    }
}

.p-top-brand__item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .8;
}

.p-top-brand__image {
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #CB5360;
}

.p-top-brand__image img {
    width: 100%;
    -webkit-transition: opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.p-top-brand__name {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
}

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

.p-top-partners {
    padding: 0 0 80px;
    margin: 0 -1px;
}

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

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

.p-top-partners__item {
    width: 25%;
    text-align: center;
    padding: 0 1px 40px;
}

.p-top-partners__item a {
    color: #4D4D4D;
}

.p-top-partners__item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .8;
}

@media (max-width: 767px) {
    .p-top-partners__item {
        width: 50%;
        padding: 0 1px 30px;
    }
}

.p-top-partners__image {
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #CB5360;
}

.p-top-partners__image img {
    width: 100%;
    -webkit-transition: opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}

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

.p-top-partners__title {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .p-top-partners__title {
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 1.4;
    }
}

.p-top-app {
    padding-top: 50px;
    background-image: url(../images/common/bg-02.jpg);
    background-position: 50% 100%;
    background-size: 100%;
}

.p-top-app .c-section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .p-top-app {
        padding-top: 30px;
        background-size: cover;
    }

    .p-top-app .c-section-inner {
        -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;
    }
}

.p-top-app__title-box {
    margin-right: 50px;
    margin-top: 50px;
    color: #FF8EC3;
}

@media (max-width: 1023px) {
    .p-top-app__title-box {
        margin-right: 20px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .p-top-app__title-box {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 30px;
    }
}

.p-top-app__title {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}

@media (max-width: 1023px) {
    .p-top-app__title {
        font-size: 30px;
        font-size: 2.66904vw;
    }
}

@media (max-width: 767px) {
    .p-top-app__title {
        font-size: 90px;
        font-size: 8.00712vw;
        margin-bottom: 5px;
    }
}

.p-top-app__text {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
}

@media (max-width: 1023px) {
    .p-top-app__text {
        font-size: 20px;
        font-size: 1.77936vw;
    }
}

@media (max-width: 767px) {
    .p-top-app__text {
        font-size: 60px;
        font-size: 5.33808vw;
        margin-bottom: 20px;
    }
}

.p-top-app__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-top-app__list li {
    margin-right: 10px;
}

@media (max-width: 1023px) {
    .p-top-app__list li {
        width: 13.3452vw;
        margin-right: 10px;
    }

    .p-top-app__list li img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .p-top-app__list li {
        width: 33.80783vw;
        margin-right: 10px;
    }
}

.p-top-app__image {
    margin-left: 50px;
}

@media (max-width: 1023px) {
    .p-top-app__image {
        margin-left: 20px;
        width: 35.58719vw;
    }

    .p-top-app__image img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .p-top-app__image {
        margin-left: 0;
        width: 71.17438vw;
    }
}

.p-access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 120px;
}

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

.p-access__item {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

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

.p-access__title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 25px;
}

.p-access__title span {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    display: block;
}

@media (max-width: 767px) {
    .p-access__title {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.8;
        margin-bottom: 15px;
    }

    .p-access__title span {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.8;
    }
}

.p-access__c-button {
    margin-bottom: 25px;
    width: 100%;
    max-width: 154px;
    text-align: center;
}

.p-access__c-button a {
    height: 30px;
    max-width: 100%;
    display: block;
    background-color: #FF0000;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 30px;
    border-radius: 15px;
    position: relative;
}

.p-access__c-button a::after {
    font-family: "icomoon" !important;
    content: "\e900";
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px;
    position: absolute;
    right: 15px;
    top: 0;
}

.p-access__c-button a:hover {
    opacity: .8;
}

@media (max-width: 767px) {
    .p-access__c-button {
        margin-bottom: 15px;
        max-width: 154px;
    }

    .p-access__c-button a {
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 30px;
    }

    .p-access__c-button a::after {
        font-size: 9px;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 30px;
        right: 12px;
    }
}

.p-access__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .p-access__text {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.8;
        margin-bottom: 15px;
    }
}

.p-access__map {
    width: 100%;
}

.p-access__map iframe {
    width: 100%;
}

@media (max-width: 767px) {
    .p-access__map iframe {
        height: 240px;
    }
}

.p-ticket {
    text-align: center;
    padding-bottom: 120px;
}

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

.p-ticket__lead {
    text-align: center;
    padding: 10px 50px;
    background-color: #FF0000;
    display: inline-block;
    margin: 0 auto 45px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    position: relative;
}

.p-ticket__lead::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 9.5px 0 9.5px;
    border-color: #FF0000 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

@media (max-width: 767px) {
    .p-ticket__lead {
        text-align: center;
        padding: 5px 20px;
        margin: 0 auto 30px;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.4;
    }

    .p-ticket__lead::after {
        content: "";
        border-width: 8px 4px 0 4px;
    }
}

.p-ticket__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-ticket__item {
    margin: 0 18px 40px 18px;
    width: 100%;
    max-width: 410px;
    position: relative;
    color: #FF0000;
}

@media (max-width: 767px) {
    .p-ticket__item {
        margin: 0 0 40px;
        max-width: 100%;
    }
}

.p-ticket__item-body {
    background-color: #FFEAF3;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    padding: 20px 20px 45px;
    height: 100%;
}

@media (max-width: 767px) {
    .p-ticket__item-body {
        padding: 10px 10px 20px;
    }
}

.p-ticket__item-inner {
    background-color: #fff;
    height: 100%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

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

.p-ticket__item-title-box {
    padding: 50px 0 40px;
}

@media (max-width: 767px) {
    .p-ticket__item-title-box {
        padding: 40px 18px 2em;
    }
}

.p-ticket__item-title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 5px;
    position: relative;
}

.p-ticket__item-title::before {
    content: "\e905";
    font-family: "icomoon" !important;
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .p-ticket__item-title {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 2px;
    }

    .p-ticket__item-title::before {
        top: -25px;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.6;
    }
}

.p-ticket__item-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .p-ticket__item-text {
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 15px;
    }
}

.p-ticket__item-sub-title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .p-ticket__item-sub-title {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.6;
    }
}

.p-ticket__item-circle {
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FF0000;
    padding-bottom: 10px;
}

.p-ticket__item-circle::after {
    content: "\e901";
    font-family: "icomoon" !important;
    position: absolute;
    bottom: 18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
}

.is-sold .p-ticket__item-circle {
    background-color: #000;
}

.is-sold .p-ticket__item-circle::after {
    content: "\e906";
    bottom: 20px;
}

@media (max-width: 767px) {
    .p-ticket__item-circle {
        position: absolute;
        left: 50%;
        bottom: -1.5em;
        padding-bottom: 12px;
    }

    .p-ticket__item-circle::after {
        bottom: .8em;
        font-size: 10px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1;
    }

    .is-sold .p-ticket__item-circle::after {
        bottom: .7em;
    }
}

.p-ticket-contact {
    padding: 80px 0 120px;
    text-align: center;
}

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

.p-ticket-contact__title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .p-ticket-contact__title {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 20px;
    }
}

.p-ticket-contact__list dt {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 10px;
}

.p-ticket-contact__list dd {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .p-ticket-contact__list dt {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 5px;
    }

    .p-ticket-contact__list dd {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 2.4;
    }
}

.p-ticket-map {
    padding: 80px 0 120px;
}

.p-ticket-map img {
    width: 100%;
    max-width: 800px;
}

@media (max-width: 767px) {
    .p-ticket-map {
        padding: 60px 0 5em;
    }
}

.p-ticket-attention {
    padding: 80px 0 120px;
    position: relative;
    z-index: 100;
}

@media (max-width: 767px) {
    .p-ticket-attention {
        padding: 50px 0 40px;
    }
}

.p-ticket-attention__list li {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    padding-left: 1em;
    position: relative;
    margin-bottom: .3em;
}

.p-ticket-attention__list li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .p-ticket-attention__list li {
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 1.4;
    }
}

.p-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999999;
    left: 0;
    top: 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;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.p-modal::after {
    content: "×";
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 60px;
    font-size: 6rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}

@media (max-width: 767px) {
    .p-modal::after {
        top: 10px;
        right: 10px;
        font-size: 40px;
        font-size: 4rem;
        font-weight: bold;
        line-height: 1;
    }
}

.is-modal-open .p-modal {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.p-modal__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 80vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 100;
}

@media (max-width: 1023px) {
    .p-modal__item {
        max-width: 85vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.p-modal__item-image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 20px;
}

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

@media (max-width: 1023px) {
    .p-modal__item-image {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0 0 40px;
    }

    .p-modal__item-image img {
        max-width: 400px;
    }
}

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

.p-modal__item-body {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 20px;
    color: #fff;
}

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

.p-modal__item-body-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
}

.p-modal__item-body-title span {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .p-modal__item-body-title {
        margin-bottom: 10px;
        font-size: 10px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.8;
    }

    .p-modal__item-body-title span {
        font-size: 30px;
        font-size: 3rem;
        font-weight: 400;
        line-height: 1.8;
    }
}

.p-modal__item-body-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 50px;
    text-align: center;
}

@media (max-width: 767px) {
    .p-modal__item-body-text {
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 1.4;
        margin-bottom: 0;
    }
}

.p-modal__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

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

.p-history__item {
    width: 25%;
    text-align: center;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .p-history__item {
        width: 50%;
        text-align: center;
        padding-bottom: 20px;
    }
}

.p-history__image {
    margin-bottom: 10px;
}

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

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

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

.p-history__title span {
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
}

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

    .p-history__title span {
        font-size: 9px;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.4;
    }
}

.p-privacy {
    padding-bottom: 100px;
}

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

.p-privacy__heading {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .p-privacy__heading {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 20px;
    }
}

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

@media (max-width: 767px) {
    .p-privacy__text {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.6;
    }
}

.p-qa {
    padding-bottom: 60px;
}

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

.p-qa__heading {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .p-qa__heading {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.6;
        margin-bottom: 15px;
    }
}

.p-qa__item {
    margin-bottom: 40px;
    position: relative;
}

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

.p-qa__item-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #FF0000;
}

@media (max-width: 767px) {
    .p-qa__item-title {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.6;
        margin-bottom: 5px;
    }
}

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

.p-qa__item-text a {
    color: #FF0000;
}

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

.p-admission {
    padding-bottom: 80px;
}

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

.p-admission__heading {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .p-admission__heading {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.6;
        margin-bottom: 20px;
    }
}

.p-admission__heading-2 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
    color: #FF0000;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .p-admission__heading-2 {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.6;
        margin-bottom: 20px;
    }
}

.p-admission__test {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .p-admission__test {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.8;
        margin-bottom: 10px;
    }
}

.p-admission__list {
    margin-bottom: 60px;
}

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

.p-admission__list-item {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 10px;
    padding-left: 1em;
    position: relative;
}

.p-admission__list-item::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
    .p-admission__list-item {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.8;
        margin-bottom: 5px;
    }
}

.p-admission__image {
    width: 100%;
}

.p-whatsga {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -40px;
    padding-bottom: 80px;
}

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

.p-whatsga__image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 40px;
}

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

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

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

.p-whatsga__body {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 0 40px 40px;
    text-align: center;
}

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

.p-whatsga__title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
    color: #FF0000;
}

@media (max-width: 767px) {
    .p-whatsga__title {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.6;
    }
}

.p-whatsga__copy {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.8;
    color: #FF0000;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .p-whatsga__copy {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 1.6;
        margin-bottom: 15px;
    }
}

.p-whatsga__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .p-whatsga__text {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 20px;
    }
}

.p-whatsga__logo {
    border-top: 1px solid #CB5360;
    padding: 80px 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
}

.p-whatsga__logo img {
    width: 240px;
}

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

    .p-whatsga__logo img {
        width: 180px;
    }
}

.p-whatsga__info {
    margin: 0 -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.p-whatsga__info-box {
    padding: 0 40px;
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

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

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

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

.p-whatsga__info-heading {
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
}

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

.p-whatsga__info-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.p-report__nav {
    margin: 30px 0 30px 10px;
    text-align: center;
    font-size: 13px;
    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-report__nav-item::after {
    content: "|";
    padding-left: 10px;
    margin-right: 10px;
}

.p-report__nav-item:last-child::after {
    display: none;
}

.p-report__nav-item a {
    text-decoration: none;
}

.p-report__nav-item .is-current {
    text-decoration: underline;
}

.p-report-index__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .p-report-index__list {
        padding-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.p-report-index__list-item {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
}

@media (max-width: 767px) {
    .p-report-index__list-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.p-report-index__list-item img {
    width: 100%;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .p-report-index__list-item img {
        width: 100%;
        margin-bottom: 10px;
    }
}

.p-report-index__list-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .p-report-index__list-text {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.6;
    }
}

.p-fashion-show-report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 120px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .p-fashion-show-report {
        padding-bottom: 40px;
    }
}

.p-fashion-show-report__item {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

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

.p-fashion-show-report__image img {
    width: 100%;
}

.p-fashion-show-report__title-box {
    padding: 10px 10px;
    text-align: center;
}

@media (max-width: 767px) {
    .p-fashion-show-report__title-box {
        padding: 10px 10px;
    }
}

.p-fashion-show-report__cat {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .p-fashion-show-report__cat {
        font-size: 9px;
        font-size: .9rem;
        line-height: 1.6;
    }
}

.p-fashion-show-report__name {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .p-fashion-show-report__name {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.6;
    }
}

.p-fashion-show-report-detail {
    padding-bottom: 120px;
}

.p-fashion-show-report-detail__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-fashion-show-report-detail {
    padding-bottom: 120px;
}

@media (max-width: 767px) {
    .p-fashion-show-report-detail {
        padding-bottom: 40px;
    }
}

.p-fashion-show-report-detail__header {
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .p-fashion-show-report-detail__header {
        padding-bottom: 50px;
    }
}

.p-fashion-show-report-detail__header-image {
    max-width: 300px;
    margin: 0 auto;
}

.p-fashion-show-report-detail__header-image img {
    width: 100%;
}

@media (max-width: 767px) {
    .p-fashion-show-report-detail__header-image img {
        padding-bottom: 20px;
    }
}

.p-fashion-show-report-detail__header-heading {
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.6;
    color: #CB5360;
}

@media (max-width: 767px) {
    .p-fashion-show-report-detail__header-heading {
        text-align: center;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.6;
    }
}

.p-fashion-show-report-detail__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-fashion-show-report-detail__item {
    max-width: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
}

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

.p-fashion-show-report-detail__image {
    width: 100%;
}

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

.p-fashion-show-report-detail__name {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #CB5360;
    margin-bottom: 20px;
    display: none;
}

@media (max-width: 767px) {
    .p-fashion-show-report-detail__name {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6;
    }
}

.p-stage-report {
    padding-bottom: 120px;
    max-width: 680px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .p-stage-report {
        padding-bottom: 30px;
    }
}

.p-stage-report__item {
    margin-bottom: 40px;
    margin-top: -120px;
    padding-top: 120px;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .p-stage-report__item {
        margin-bottom: 20px;
        margin-top: -80px;
        padding-top: 80px;
        padding-bottom: 20px;
    }
}

.p-stage-report__title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cb5360;
}

@media (max-width: 767px) {
    .p-stage-report__title {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 20px;
        padding-bottom: 5px;
    }
}

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

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

.p-stage-report__image-item {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.p-stage-report__image-item.is-mid {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.p-stage-report__image-item img {
    width: 100%;
}

.p-stage-report__image-item.is-mid {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.p-stage-report__heading {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 15px;
}

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

.p-stage-report__text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
}

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


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

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: #4D4D4D !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
========================================================= */
.js-fadein-trigger {
    opacity: 0;
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

#brand {
    padding-top: 150px;
    margin-top: -150px;
}

#guest {
    padding-top: 150px;
    margin-top: -150px;
}

#rba {
    padding-top: 120px;
    margin-top: -120px;
}

@media (max-width: 767px) {
    #rba {
        padding-top: 90px;
        margin-top: -90px;
    }
}

.c-article-index.is-band-bg .c-article-index__name {
    color: #fff;
}

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

@media (max-width: 767px) {
    .mt-70 {
        margin-top: 0 !important;
    }
}


.rba_bnr {
    width: 100%;
    max-width: 900px;
    margin: 30px auto 50px;
    position: relative;
    z-index: 1;
}

.rba_bnr img {
    width: 100%;
}

.rba_bnr a:hover {
    opacity: 0.8;
}

.rba_bnr_footer {
    display: none;
}

@media (max-width: 767px) {
    .rba_bnr {
        margin: 0 auto 30px;
        width: 90%;
    }

    .rba_bnr_footer {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 200;
    }

    .rba_bnr_footer img {
        width: 100%;
    }
}



.report_booth{
    margin: 0 auto 100px;
    width: 90%;
	max-width: 1100px;
}


.report_booth .text_box h4 {
    margin: 0 0 10px 0;
	padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #CB5360;
    font-size: 16px;
    font-weight: bold;
}
.report_booth .text_box {
    margin: 0 0 20px 0;
    width: 100%;
    text-align: left;
    padding: 0 1%;
    box-sizing: border-box;
}
.report_booth .text_box h5 {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 10px;
    font-weight: bold;
}
.report_booth .text_box p {
    font-size: 14px;
    line-height: 160%;
}
.report_booth ul {
    margin: 0 0 20px 0;
    width: 100%;
    font-size: 0;
}
.report_booth li {
    margin: 0;
    display: inline-block;
    width: 50%
}


.report_booth li img {
    margin: 0;
    padding: 0 1% 2% 1%;
    box-sizing: border-box;
    width: 100%;
}


@media only screen and (max-width:768px) {
	.report_booth {
    margin: 0 1% 40px 1%;
    width: 98%;
}

.report_booth .text_box p {
    font-size: 13px;
}

}




.copy-guard{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100;}
.copy-guard img{ width: 100%; height: 100%;}
