@charset "UTF-8";

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

Web Fonts

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


/**
* @license
* MyFonts Webfont Build ID 3404912, 2017-06-10T18:08:16-0400
* 
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are 
* explicitly restricted from using the Licensed Webfonts(s).
* 
* You may obtain a valid license at the URLs below.
* 
* Webfont: Gilroy-SemiBold by Radomir Tinkov
* URL: https://www.myfonts.com/../fonts/radomir-tinkov/gilroy/semi-bold/
* Licensed pageviews: 100,000
* 
* Webfont: Gilroy-Light by Radomir Tinkov
* URL: https://www.myfonts.com/../fonts/radomir-tinkov/gilroy/light/
* Licensed pageviews: 110,000
* 
* Webfont: Gilroy-ExtraBold by Radomir Tinkov
* URL: https://www.myfonts.com/../fonts/radomir-tinkov/gilroy/extra-bold/
* Licensed pageviews: 10,000
* 
* 
* License: https://www.myfonts.com/viewlicense?type=web&buildid=3404912
* Webfonts copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
* 
* © 2017 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */

@import url("//hello.myfonts.net/count/33f470");
@font-face {
    font-family: 'gilroy';
    src: url("../fonts/33F470_2_0.eot");
    src: url("../fonts/33F470_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/33F470_2_0.woff2") format("woff2"), url("../fonts/33F470_2_0.woff") format("woff"), url("../fonts/33F470_2_0.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'gilroy';
    src: url("../fonts/33F470_0_0.eot");
    src: url("../fonts/33F470_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/33F470_0_0.woff2") format("woff2"), url("../fonts/33F470_0_0.woff") format("woff"), url("../fonts/33F470_0_0.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'gilroy';
    src: url("../fonts/33F470_1_0.eot");
    src: url("../fonts/33F470_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/33F470_1_0.woff2") format("woff2"), url("../fonts/33F470_1_0.woff") format("woff"), url("../fonts/33F470_1_0.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    text-rendering: optimizeLegibility;
}


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

Foundation

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


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */


/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
* Remove default margin.
*/

body {
    margin: 0;
}


/* HTML5 display definitions
========================================================================== */


/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/

[hidden],
template {
    display: none;
}


/* Links
========================================================================== */


/**
* Remove the gray background color from active links in IE 10.
*/

a {
    background-color: transparent;
}


/**
* Improve readability when focused and also mouse hovered in all browsers.
*/

a:active,
a:hover {
    outline: 0;
}


/* Text-level semantics
========================================================================== */


/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/

abbr[title] {
    border-bottom: 1px dotted;
}


/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/

b,
strong {
    font-weight: bold;
}


/**
* Address styling not present in Safari and Chrome.
*/

dfn {
    font-style: italic;
}


/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/**
* Address styling not present in IE 8/9.
*/

mark {
    background: #ff0;
    color: #000;
}


/**
* Address inconsistent and variable font size in all browsers.
*/

small {
    font-size: 80%;
}


/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Embedded content
========================================================================== */


/**
* Remove border when inside `a` element in IE 8/9/10.
*/

img {
    border: 0;
}


/**
* Correct overflow not hidden in IE 9/10/11.
*/

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
========================================================================== */


/**
* Address margin not present in IE 8/9 and Safari.
*/

figure {
    margin: 0;
}


/**
* Address differences between Firefox and other browsers.
*/

hr {
    -moz-box-sizing: content-box;
    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"] {
    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;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

footer,
header,
section {
    display: block;
}

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

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

img {
    vertical-align: top;
}

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

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

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

figure {
    margin: 0px;
}


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

* BASIC

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

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    height: 100%;
    color: #2B292B;
    font-size: 1.0rem;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    font-kerning: normal;
    /*-moz-font-feature-settings: "palt";
    font-feature-settings: "palt";*/
    font-feature-settings: 'pkna' 1;
    -ms-font-feature-settings: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    letter-spacing: 0;
    background: #FFF;
    word-wrap: break-word;
    vertical-align: baseline;
    white-space: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow-y: scroll;
    box-sizing: border-box;
}

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

a {
    color: #2B292B;
}

a:hover {
    color: #474347;
    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;
}

img[src$=".svg"] {
    width: 100%;
}


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

Layout

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

.l-container {
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 80px;
    padding-right: 80px;
}

@media (max-width: 1023px) {
    .l-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

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

.l-container--lg {
    max-width: 1440px;
}

.l-container--md {
    max-width: 1280px;
}

.l-container--sm {
    /*max-width: 1120px;*/
    max-width: 1080px;
}

.l-container--xs {
    max-width: 780px;
}

.l-container-fluid {
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
}

@media (max-width: 1023px) {
    .l-container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .l-container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.p-list .l-container-fluid {
    margin-top: 0;
}

.l-row {
    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-20 {
    margin-right: -10px;
    margin-left: -10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.l-row.is-reverse {
    -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 {
    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 {
        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;
    }
}

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

@media (min-width: 1441px) {
    .l-col-lg,
    .l-col-lg-1,
    .l-col-lg-2,
    .l-col-lg-2_5,
    .l-col-lg-3,
    .l-col-lg-4,
    .l-col-lg-5,
    .l-col-lg-6,
    .l-col-lg-7,
    .l-col-lg-8,
    .l-col-lg-9,
    .l-col-lg-10,
    .l-col-lg-11,
    .l-col-lg-12 {
        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;
    }
}

@media (min-width: 1681px) {
    .l-col-xlg,
    .l-col-xlg-1,
    .l-col-xlg-2,
    .l-col-xlg-2_5,
    .l-col-xlg-3,
    .l-col-xlg-4,
    .l-col-xlg-5,
    .l-col-xlg-6,
    .l-col-xlg-7,
    .l-col-xlg-8,
    .l-col-xlg-9,
    .l-col-xlg-10,
    .l-col-xlg-11,
    .l-col-xlg-12 {
        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-footer {
    border-top: 1px solid #dcdcdc;
}

.l-footer__top {
    padding: 40px 80px 45px;
}

@media (max-width: 767px) {
    .l-footer__top {
        padding: 30px 20px 40px;
    }
}

.l-footer__middle {
    border-top: 1px solid #dcdcdc;
    padding: 40px 80px 45px;
}

@media (max-width: 767px) {
    .l-footer__middle {
        padding: 30px 20px 40px;
    }
}

.l-footer__bottom {
    border-top: 1px solid #dcdcdc;
    padding: 35px 80px 50px;
}

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

.l-footer__logo {
    width: 160px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

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

.l-footer__logo a {
    display: inline-block;
}

.l-footer__logo a:hover {
    opacity: 0.5;
}

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

.l-footer-nav {
    margin: 40px 0;
    text-align: center;
}

@media (max-width: 767px) {
    .l-footer-nav {
        margin: 25px 0;
    }
}

.l-footer-nav__inner {
    display: inline-block;
}

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

.l-footer-nav__item {
    display: inline-block;
    margin: 0 25px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.1em;
}

.l-footer-nav__item a {
    color: #282828;
}

@media (max-width: 767px) {
    .l-footer-nav__item {
        margin: 20px 8px 15px;
    }
}

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

@media (max-width: 767px) {
    .l-footer-sns {
        margin-top: 20px;
    }
}

.l-footer-sns__item {
    display: inline-block;
    font-size: 17px;
    line-height: 1;
    padding-right: 25px;
    display: inline-block;
}

.l-footer-sns__item:last-child {
    padding-right: 0;
}

.l-footer-sns__item a {
    color: #282828;
}

@media (max-width: 767px) {
    .l-footer-sns__item {
        font-size: 20px;
    }
}

.l-footer-shop {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.l-footer-shop__heading {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
}

.l-footer-shop__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.l-footer-shop__list-item {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}

.l-footer-shop__list-item a {
    display: block;
    padding: 15px;
    background-color: #F5F4F0;
    border-radius: 5px;
    transition: all .3s;
}

.l-footer-shop__list-item a:hover {
    background-color: #2B292B;
    color: #fff;
}

@media (max-width: 1023px) {
    .l-footer-shop__list-item {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
}

@media (max-width: 767px) {
    .l-footer-shop__list-item {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
        font-size: 1.0rem;
    }
    .l-footer-shop__list-item a {
        padding: 10px;
    }
}

.l-footer-banner {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 35px;
    letter-spacing: -0.4em;
}

@media (max-width: 767px) {
    .l-footer-banner {
        margin-bottom: 25px;
    }
}

.l-footer-banner__img {
    display: inline-block;
    margin: 0 20px;
    letter-spacing: normal;
}

.l-footer-banner__img img {
    width: auto;
    height: 68px;
}

@media (max-width: 767px) {
    .l-footer-banner__img {
        margin: 0 15px;
    }
    .l-footer-banner__img img {
        width: auto;
        height: 45px;
    }
}

.l-footer-notes {
    margin-bottom: 15px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.l-footer-notes__item {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
}

@media (max-width: 767px) {
    .l-footer-notes__item {
        font-size: 1rem;
        text-align: left;
    }
}

.l-footer-creative {
    margin-bottom: 15px;
    text-align: center;
}

.l-footer-creative__item {
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 3px;
    margin-right: 5px;
    color: #AAA;
}

@media (max-width: 767px) {
    .l-footer-creative__item {
        display: block;
        font-size: 0.9rem;
        text-align: left;
    }
}

.l-footer-link {
    text-align: center;
    margin-top: 30px;
}

.l-footer-link__item {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #eee;
}

.l-footer-link__item:last-child {
    border-right: none;
}

@media (max-width: 767px) {
    .l-footer-link__item {
        font-size: 1.1rem;
        border-right: none;
        margin: 3px 0;
    }
}

.l-footer-copyright {
    clear: both;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 30px;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.6;
    font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #282828;
    text-align: center;
}

@media (max-width: 767px) {
    .l-footer-copyright {
        margin-top: 25px;
    }
}

.l-footer__logo--baysic {
    width: 120px;
    margin-bottom: 50px;
}


/*wrapper*/

.l-wrapper {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/*content*/

.l-content {
    width: 100%;
    overflow: hidden;
    position: relative;
}

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

.l-content:after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 400px;
    content: "";
}

.l-content__head {
    padding: 0;
}

.l-content__body {
    padding: 0;
    position: relative;
}


/*@import "layout/parallax";*/


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

Object

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


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

Component

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

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?d87tzd");
    src: url("../fonts/icomoon.eot?d87tzd#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?d87tzd") format("truetype"), url("../fonts/icomoon.woff?d87tzd") format("woff"), url("../fonts/icomoon.svg?d87tzd#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;*/
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.c-icon-plus:before {
    content: "\e90c";
}

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

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

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

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

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

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

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

.c-icon-gplus:before {
    content: "\e909";
}

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

.c-icon-detail:before {
    content: "\e90b";
}


/*paragraph*/

.c-paragraph {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 1.8em;
}

@media (max-width: 767px) {
    .c-paragraph {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.c-paragraph--md {
    font-size: 14px;
    font-size: 1.4rem;
}

@media (max-width: 767px) {
    .c-paragraph--md {
        font-size: 13px;
        font-size: 1.3rem;
    }
}

.c-paragraph--sm {
    font-size: 13px;
    font-size: 1.3rem;
}

@media (max-width: 767px) {
    .c-paragraph--sm {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.c-paragraph--xs {
    font-size: 12px;
    font-size: 1.2rem;
}

@media (max-width: 767px) {
    .c-paragraph--xs {
        font-size: 12px;
        font-size: 1.2rem;
    }
}


/*overlay*/

.c-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #000;
    opacity: 0.52;
    transition: all 0.2s ease;
}

a:hover .c-overlay--hover {
    opacity: 0;
}

.c-overlay--kv {
    opacity: 0.4;
}

.c-overlay--wrapper {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    transform: translate3d(0, 0, 0);
    transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 8000;
    background: #000;
}

.c-overlay--wrapper-2 {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    transform: translate3d(0, 0, 0);
    transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 8000;
    background: #000;
}

.c-overlay--wrapper-2.is-searchform-open {
    visibility: visible;
    opacity: 0.4;
}

.c-overlay--pickup {
    visibility: visible;
    opacity: 0.52;
    z-index: 2;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 767px) {
    .c-overlay--pickup {
        display: none;
    }
}


/*post*/

.c-post {
    margin-bottom: 70px;
}

.c-post:last-child {
    margin-bottom: 40px;
}

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

.c-post__frame {
    position: relative;
}

.c-post__frame--ranking {
    margin-bottom: 0;
    display: block;
    height: 100%;
}

.c-post__image {
    position: relative;
    overflow: hidden;
}

.c-post__image img {
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    transition: 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a:hover .c-post__image img {
    transform: scale(1.1);
}

.c-post__overlay {
    visibility: visible;
    opacity: 0.52;
    z-index: 2;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-post__frame:hover .c-post__overlay {
    visibility: visible;
    opacity: 0.5;
}

.c-post__tx {
    background: #fff;
    padding-top: 20px;
    padding-right: 20px;
    /*margin-top: -20px;*/
    z-index: 20;
    width: calc(100% - 30px);
    position: relative;
}

.sec-related .c-post__tx {
    background: #f2f2f2;
}

.c-post__tx--ranking {
    background: #fff;
    position: relative;
    padding: 15px 15px 10px;
    z-index: 20;
}

@media (max-width: 1023px) {
    .c-post__tx--ranking {
        width: 50%;
        float: left;
        padding: 50px 20px 0;
        height: 230px;
    }
}

@media (max-width: 767px) {
    .c-post__tx--ranking {
        padding: 15px 12px 0;
        height: 110px;
    }
}

@media (max-width: 320px) {
    .c-post__tx--ranking {
        height: 100px;
    }
}

.c-post__tx--ranking .category {
    z-index: 20;
    display: inline-block !important;
    position: relative;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 700;
    font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.c-post__tx--ranking .category:after {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
}

@media (max-width: 1023px) {
    .c-post__tx--ranking .category:after {
        width: 1px;
        height: 100%;
        bottom: 0;
        left: -3px;
    }
}

@media (max-width: 1023px) {
    .c-post__tx--ranking .category {
        position: absolute;
        top: 50%;
        right: -6px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        font-size: 10px;
        font-size: 1rem;
        line-height: 1;
    }
}

.c-post__title {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #000;
    text-align: left;
    padding-bottom: 10px;
}

.c-post__title-2 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: left;
    color: #000;
    padding-bottom: 10px;
}

@media (max-width: 1023px) {
    .c-post__title-2 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.6;
    }
}

@media (max-width: 767px) {
    .c-post__title-2 {
        font-size: 10px;
        font-size: 1rem;
        line-height: 1.6;
    }
}

.c-post__date {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 700;
    font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.05em;
    text-align: justify;
    color: #999;
    padding-top: 0px;
}

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

@media (max-width: 767px) {
    .c-post__date {
        padding-top: 0px;
        font-size: 10px;
        font-size: 1rem;
        line-height: 1.6;
    }
}

@media (max-width: 1023px) {
    .c-post__tx--ranking .c-post__date {
        position: absolute;
        bottom: 20px;
        left: 30px;
    }
}

@media (max-width: 767px) {
    .c-post__tx--ranking .c-post__date {
        position: absolute;
        bottom: 5px;
        left: 12px;
    }
}

.c-post__new {
    position: absolute;
    right: -12px;
    top: -20px;
    z-index: 1;
    width: 50px;
    background-color: #2B292B;
    font-size: 10px;
    font-size: 1rem;
    line-height: 40px;
    font-weight: 700;
    font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    color: #FFF;
    padding: 5px 0;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .c-post__new {
        right: -7px;
        top: -15px;
        width: 54px;
        padding: 7px 0;
    }
}

.c-post__num {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 30px;
    background-color: #2B292B;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 30px;
    font-weight: 700;
    font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    color: #FFF;
}

#ranking .c-post:nth-child(1) .c-post__num:after {
    content: "01";
}

#ranking .c-post:nth-child(2) .c-post__num:after {
    content: "02";
}

#ranking .c-post:nth-child(3) .c-post__num:after {
    content: "03";
}

#ranking .c-post:nth-child(4) .c-post__num:after {
    content: "04";
}

#ranking .c-post:nth-child(5) .c-post__num:after {
    content: "05";
}

.c-post__category {
    position: absolute;
    top: -12px;
    left: 30px;
    z-index: 20;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 700;
    font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    letter-spacing: 0.16em;
}

.c-post__category:after {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10px;
    content: '';
}

@media (max-width: 1023px) {
    .c-post__category:after {
        left: -5px;
    }
}

@media (max-width: 1440px) {
    .c-post__category {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1;
    }
}

@media (max-width: 1023px) {
    .c-post__category {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1;
        left: 20px;
    }
}

@media (max-width: 767px) {
    .c-post__category {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1;
        left: 40px;
        top: -8px;
    }
}

.c-post__category-2 {
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 20;
    transform: translate(10px, 20px);
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 700;
    font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    letter-spacing: 0.16em;
}

.c-post__category-2:after {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5px;
    content: '';
}

.c-post__category-3 {
    z-index: 20;
    display: inline-block;
    position: relative;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 15px;
}

@media (max-width: 1023px) {
    .c-post__category-3 {
        position: absolute;
        top: 50%;
        right: -6px;
        transform: translateY(-50%);
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        font-size: 10px;
        font-size: 1rem;
        line-height: 1;
    }
}

.c-post__category-3:after {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
}

@media (max-width: 1023px) {
    .c-post__category-3:after {
        width: 1px;
        height: 100%;
        bottom: 0;
        left: -3px;
    }
}

.c-post__category--people,
.category-5 {
    color: #ea6088;
}

.c-post__category--people:after,
.category-5:after {
    background: #ea6088;
}

.c-post__category--skill,
.category-6 {
    color: #fabe00;
}

.c-post__category--skill:after,
.category-6:after {
    background: #fabe00;
}

.c-post__category--style,
.c-post__category--trend,
.category-7 {
    color: #0088c9;
}

.c-post__category--style:after,
.c-post__category--trend:after,
.category-7:after {
    background: #0088c9;
}

.c-post__category--special,
.c-post__category--special,
.category-8 {
    color: #9e73bc;
}

.c-post__category--special:after,
.c-post__category--special:after,
.category-8:after {
    background: #9e73bc;
}

.c-article {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.03em;
    /* p {
        padding-bottom: 30px;
        letter-spacing: 0.04em;
        word-break: break-all;
    }
    img {
        padding-bottom: 32px;
    }
    p + img {
        padding-top: 15px;
    }
    h2 {
        padding-top: 1.2em;
        padding-bottom: 1.2em;
        @include font-style(24, 1.5);
        font-weight: 700;
        letter-spacing: 0.03em;
        @media (max-width: $breakpoint-sm) {
            font-size: 1.8rem;
        }
    }
    h3 {
        padding-top: 1.2em;
        padding-bottom: 1.2em;
        @include font-style(20, 1.5);
        font-weight: 700;
        letter-spacing: 0.03em;
        @media (max-width: $breakpoint-sm) {
            font-size: 1.6rem;
        }
    }
    h4 {
        padding-top: 1.2em;
        padding-bottom: 1.2em;
        @include font-style(16, 1.5);
        font-weight: 700;
        letter-spacing: 0.03em;
        @media (max-width: $breakpoint-sm) {
            font-size: 1.4rem;
        }
    }
    .c-article__img+h2,
    img+h2,
    .c-article__img+h3,
    img+h3,
    .c-article__img+h4,
    img+h4 {
        padding-top: 0;
    }*/
}

@media (max-width: 767px) {
    .c-article {
        font-size: 1.4rem;
    }
}

.c-article a:hover {
    text-decoration: underline;
}

.c-article .c-article__heading:first-child {
    margin-top: 0;
}

.c-article .c-article__lead:first-child {
    margin-top: 0;
}

.c-article .c-article__paragraph:first-child {
    margin-top: 0;
}

.c-article .c-article__image:first-child {
    margin-top: 0;
}

.c-article__heading {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
    margin-top: 1.3em;
    margin-bottom: 1.3em;
    text-align: center;
    letter-spacing: 0.03em;
}

@media (max-width: 767px) {
    .c-article__heading {
        font-size: 1.6rem;
        text-align: left;
    }
}

.c-article__heading--md {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .c-article__heading--md {
        font-size: 1.8rem;
    }
}

.c-article__heading--sm {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .c-article__heading--sm {
        font-size: 1.6rem;
    }
}

.c-article__heading--xs {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .c-article__heading--xs {
        font-size: 1.5rem;
    }
}

.c-article__lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
    font-weight: 500;
    /*margin-top: 1.5em;*/
    margin-bottom: 1.5em;
}

@media (max-width: 767px) {
    .c-article__lead {
        font-size: 1.5rem;
    }
}

.c-article__paragraph {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
    font-weight: 500;
    /* margin-top: 1.5em;*/
    margin-bottom: 1.5em;
}

@media (max-width: 767px) {
    .c-article__paragraph {
        font-size: 1.4rem;
    }
}

.c-article__image {
    margin-top: 2.4em;
    margin-bottom: 2.4em;
}

.c-article__image-caption {
    font-size: 13px;
    font-size: 1.3rem;
    font-style: italic;
    text-align: center;
    margin-top: 10px;
}

.c-article-profile {
    font-weight: 500;
    padding-top: 40px;
    margin-bottom: 40px;
    border-top: solid 1px #E9E9E9;
}

@media (max-width: 767px) {
    .c-article-profile {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 30px;
    }
}

.c-article-profile__heading {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.16em;
    font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .c-article-profile__heading {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
}

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

.c-article-profile__name {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.05em;
}

@media (max-width: 767px) {
    .c-article-profile__name {
        font-size: 1.5rem;
    }
}

.c-article-profile__name-eng {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.c-article-profile__job {
    margin-top: 3px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.c-article-profile__text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
    padding-top: 15px;
}

.c-article-shop {
    font-weight: 500;
    padding-top: 40px;
    margin-bottom: 40px;
    border-top: solid 1px #E9E9E9;
}

.c-article-shop a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .c-article-shop {
        padding-top: 30px;
        margin-bottom: 30px;
    }
}

.c-article-shop__head {
    margin-bottom: 18px;
}

.c-article-shop__heading {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    /*letter-spacing: 0.16em;*/
    letter-spacing: 0.1em;
    font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 2px;
}

@media (max-width: 767px) {
    .c-article-shop__heading {
        font-size: 1.5rem;
    }
}

.c-article-shop__subheading {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.16em;
}

@media (max-width: 767px) {
    .c-article-shop__subheading {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
}

.c-article-shop__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 40px;
    justify-content: center;
}

.c-article-shop__list-item {
    display: none;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}

.c-article-shop__list-item a {
    display: block;
    padding: 10px;
    border: solid 1px #CCC;
    border-radius: 5px;
    transition: all .3s;
    color: #CCC;
    cursor: default;
}

.c-article-shop__list-item a:hover {
    text-decoration: none;
}

.c-article-shop__list-item.is-active {
    display: block;
}

.c-article-shop__list-item.is-active a {
    background-color: #444;
    color: #fff;
    cursor: pointer;
}

.c-article-shop__list-item.is-active a:hover {
    background-color: #2B292B;
    text-decoration: none;
}

@media (max-width: 1023px) {
    .c-article-shop__list-item {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
}

@media (max-width: 767px) {
    .c-article-shop__list-item {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
        font-size: 1.0rem;
    }
    .c-article-shop__list-item a {
        padding: 10px;
    }
}

.c-article__parallax {
    z-index: 0 !important;
    height: 500px;
    margin: 2em 0 2em;
    overflow: hidden;
}

@media (max-width: 767px) {
    .c-article__parallax {
        height: 300px;
    }
}


/*sns*/

.c-sns {
    display: inline-block;
}

.c-sns__item {
    font-size: 16px;
    line-height: 1;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.c-sns__item:last-child {
    padding-right: 0;
}


/*pagetop*/

.c-pagetop {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    visibility: hidden;
    background: #2B292B;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: all .2s;
}

.c-pagetop span {
    color: #FFF;
}

.is-show-content .c-pagetop {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 767px) {
    .c-pagetop {
        font-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 10px;
        bottom: 10px;
    }
}

.c-pagetop-baysic {
    width: 80px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    line-height: 36px;
    font-weight: 600;
    position: fixed;
    left: 0px;
    top: 0px;
    visibility: visible;
    background: #2B292B;
    transform: translate3d(0, 0, 0);
    z-index: 100000;
    background: #ccc;
}

.c-pagetop-baysic span {
    color: #fff;
}

@media (max-width: 767px) {
    .c-pagetop-baysic {
        width: 76px;
        height: 36px;
    }
}

@media (max-width: 767px) {
    .b0-logo {
        padding-top: 80px !important;
    }
}


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

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-c {
    font-weight: 700 !important;
}

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

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

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

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

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

.u-ff-mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.u-ff-eng {
    font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.u-ff-jp {
    font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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


/* =========================================================
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-pc-block {
    display: block;
}

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

.u-sp-inline {
    display: none !important;
}

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

.u-pc-inline {
    display: inline !important;
}

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

.u-sp-inlineblock {
    display: none;
}

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

.u-pc-inlineblock {
    display: inline-block;
}

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


/* =========================================================
img
========================================================= */

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

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

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