@charset "UTF-8";
/* ---------------------------------------------------------
Mixin
--------------------------------------------------------- */
/* =========================================================
flex - flex関連の指定
========================================================= */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap");
/* =========================================================
shadow - シャドウ
デフォルトでは色が濃い目なので使う際に調整してください。
========================================================= */
/* =========================================================
other - その他
========================================================= */
/* ---------------------------------------------------------
variable
--------------------------------------------------------- */
/* =========================================================
color - 色の設定
========================================================= */
/* =========================================================
font - font-familyの設定など
========================================================= */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/pablo/Helvetica.ttc") format("truetype");
}
/* =========================================================
media-query - レスポンシブの設定
========================================================= */
/* =========================================================
typography - テキスト関連の設定
========================================================= */
html {
  font-size: 100%;
  line-height: 1.6em;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  word-break: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
base - 基本設定
========================================================= */
body {
  overflow-x: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6em;
  color: #333333;
  font-family: "Helvetica", Lato, "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  letter-spacing: .1em;
  padding: vr();
  line-height: vr();
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}

a {
  cursor: pointer;
}
a:hover {
  color: inherit;
}

p {
  color: #323232;
}

/* =========================================================
section - コンテンツの大枠
========================================================= */
.l-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
@media screen and (min-width: 576px) {
  .l-container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .l-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .l-container {
    max-width: 970px;
  }
}
.l-container--fluid {
  max-width: 100% !important;
}
@media screen and (min-width: 992px) {
  .l-container--slick {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    max-width: 1600px;
  }
}

/* =========================================================
bootstrap4のグリッドシステム
========================================================= */
/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

.l-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.l-row--no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.l-row--no-gutters > .l-row__col,
.l-row--no-gutters > [class*="l-row__col--"] {
  padding-right: 0;
  padding-left: 0;
}

.l-row__col--1, .l-row__col--2, .l-row__col--3, .l-row__col--4, .l-row__col--5, .l-row__col--6, .l-row__col--7, .l-row__col--8, .l-row__col--9, .l-row__col--10, .l-row__col--11, .l-row__col--12, .l-row__col,
.l-row__col--auto, .l-row__col--sm-1, .l-row__col--sm-2, .l-row__col--sm-3, .l-row__col--sm-4, .l-row__col--sm-5, .l-row__col--sm-6, .l-row__col--sm-7, .l-row__col--sm-8, .l-row__col--sm-9, .l-row__col--sm-10, .l-row__col--sm-11, .l-row__col--sm-12, .l-row__col--sm,
.l-row__col--sm-auto, .l-row__col--md-1, .l-row__col--md-2, .l-row__col--md-3, .l-row__col--md-4, .l-row__col--md-5, .l-row__col--md-6, .l-row__col--md-7, .l-row__col--md-8, .l-row__col--md-9, .l-row__col--md-10, .l-row__col--md-11, .l-row__col--md-12, .l-row__col--md,
.l-row__col--md-auto, .l-row__col--lg-1, .l-row__col--lg-2, .l-row__col--lg-3, .l-row__col--lg-4, .l-row__col--lg-5, .l-row__col--lg-6, .l-row__col--lg-7, .l-row__col--lg-8, .l-row__col--lg-9, .l-row__col--lg-10, .l-row__col--lg-11, .l-row__col--lg-12, .l-row__col--lg,
.l-row__col--lg-auto, .l-row__col--xl-1, .l-row__col--xl-2, .l-row__col--xl-3, .l-row__col--xl-4, .l-row__col--xl-5, .l-row__col--xl-6, .l-row__col--xl-7, .l-row__col--xl-8, .l-row__col--xl-9, .l-row__col--xl-10, .l-row__col--xl-11, .l-row__col--xl-12, .l-row__col--xl,
.l-row__col--xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.l-row__col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  word-break: break-all;
}

.l-row__col--auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.l-row__col--1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.l-row__col--2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.l-row__col--3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.l-row__col--4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.l-row__col--5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.l-row__col--6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.l-row__col--7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.l-row__col--8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.l-row__col--9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.l-row__col--10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.l-row__col--11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.l-row__col--12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.l-row__col--order-first {
  -ms-flex-order: -1;
  order: -1;
}

.l-row__col--order-last {
  -ms-flex-order: 13;
  order: 13;
}

.l-row__col--order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.l-row__col--order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.l-row__col--order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.l-row__col--order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.l-row__col--order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.l-row__col--order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.l-row__col--order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.l-row__col--order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.l-row__col--order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.l-row__col--order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.l-row__col--order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.l-row__col--order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.l-row__col--order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.l-row__col--offset-1 {
  margin-left: 8.333333%;
}

.l-row__col--offset-2 {
  margin-left: 16.666667%;
}

.l-row__col--offset-3 {
  margin-left: 25%;
}

.l-row__col--offset-4 {
  margin-left: 33.333333%;
}

.l-row__col--offset-5 {
  margin-left: 41.666667%;
}

.l-row__col--offset-6 {
  margin-left: 50%;
}

.l-row__col--offset-7 {
  margin-left: 58.333333%;
}

.l-row__col--offset-8 {
  margin-left: 66.666667%;
}

.l-row__col--offset-9 {
  margin-left: 75%;
}

.l-row__col--offset-10 {
  margin-left: 83.333333%;
}

.l-row__col--offset-11 {
  margin-left: 91.666667%;
}

@media screen and (min-width: 576px) {
  .l-row__col--sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .l-row__col--sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .l-row__col--sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .l-row__col--sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .l-row__col--sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .l-row__col--sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .l-row__col--sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .l-row__col--sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .l-row__col--sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-sm-0 {
    margin-left: 0;
  }

  .l-row__col--offset-sm-1 {
    margin-left: 8.333333%;
  }

  .l-row__col--offset-sm-2 {
    margin-left: 16.666667%;
  }

  .l-row__col--offset-sm-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-sm-4 {
    margin-left: 33.333333%;
  }

  .l-row__col--offset-sm-5 {
    margin-left: 41.666667%;
  }

  .l-row__col--offset-sm-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-sm-7 {
    margin-left: 58.333333%;
  }

  .l-row__col--offset-sm-8 {
    margin-left: 66.666667%;
  }

  .l-row__col--offset-sm-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-sm-10 {
    margin-left: 83.333333%;
  }

  .l-row__col--offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media screen and (min-width: 768px) {
  .l-row__col--md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .l-row__col--md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .l-row__col--md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .l-row__col--md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .l-row__col--md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .l-row__col--md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .l-row__col--md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .l-row__col--md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .l-row__col--md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-md-0 {
    margin-left: 0;
  }

  .l-row__col--offset-md-1 {
    margin-left: 8.333333%;
  }

  .l-row__col--offset-md-2 {
    margin-left: 16.666667%;
  }

  .l-row__col--offset-md-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-md-4 {
    margin-left: 33.333333%;
  }

  .l-row__col--offset-md-5 {
    margin-left: 41.666667%;
  }

  .l-row__col--offset-md-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-md-7 {
    margin-left: 58.333333%;
  }

  .l-row__col--offset-md-8 {
    margin-left: 66.666667%;
  }

  .l-row__col--offset-md-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-md-10 {
    margin-left: 83.333333%;
  }

  .l-row__col--offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media screen and (min-width: 992px) {
  .l-row__col--lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .l-row__col--lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .l-row__col--lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .l-row__col--lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .l-row__col--lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .l-row__col--lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .l-row__col--lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .l-row__col--lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .l-row__col--lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-lg-0 {
    margin-left: 0;
  }

  .l-row__col--offset-lg-1 {
    margin-left: 8.333333%;
  }

  .l-row__col--offset-lg-2 {
    margin-left: 16.666667%;
  }

  .l-row__col--offset-lg-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-lg-4 {
    margin-left: 33.333333%;
  }

  .l-row__col--offset-lg-5 {
    margin-left: 41.666667%;
  }

  .l-row__col--offset-lg-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-lg-7 {
    margin-left: 58.333333%;
  }

  .l-row__col--offset-lg-8 {
    margin-left: 66.666667%;
  }

  .l-row__col--offset-lg-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-lg-10 {
    margin-left: 83.333333%;
  }

  .l-row__col--offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media screen and (min-width: 1200px) {
  .l-row__col--xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .l-row__col--xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .l-row__col--xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .l-row__col--xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .l-row__col--xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .l-row__col--xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .l-row__col--xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .l-row__col--xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .l-row__col--xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-xl-0 {
    margin-left: 0;
  }

  .l-row__col--offset-xl-1 {
    margin-left: 8.333333%;
  }

  .l-row__col--offset-xl-2 {
    margin-left: 16.666667%;
  }

  .l-row__col--offset-xl-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-xl-4 {
    margin-left: 33.333333%;
  }

  .l-row__col--offset-xl-5 {
    margin-left: 41.666667%;
  }

  .l-row__col--offset-xl-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-xl-7 {
    margin-left: 58.333333%;
  }

  .l-row__col--offset-xl-8 {
    margin-left: 66.666667%;
  }

  .l-row__col--offset-xl-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-xl-10 {
    margin-left: 83.333333%;
  }

  .l-row__col--offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.l-row__col--column-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.l-row__col--column-around-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/* =========================================================
header - ヘッダー
========================================================= */
.l-header {
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  background-image: url("..//images/top/img_top_bg_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-header {
    background-image: url("..//images/top/img_top_bg.png");
    height: 90vh;
  }
}
.l-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}
.l-header__img {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* =========================================================
main - メイン
========================================================= */
/* =========================================================
sidebar - サイドバー
========================================================= */
/* =========================================================
footer - フッターのレイアウト
========================================================= */
/* ---------------------------------------------------------
Component
ページをまたいで使われる各種パーツを定義するクラス
そのパーツ内で常に同様の振る舞いをするものに関してのみスタイルを定義
接頭辞としてc-をつける
--------------------------------------------------------- */
/* ---------------------------------------------------------------
	site-branding - サイトのロゴなど
--------------------------------------------------------------- */
.c-site-branding__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 22px;
  font-size: 1.375rem;
  color: #333333;
  text-decoration: none;
}
.c-site-branding__link:hover {
  color: #333333;
  text-decoration: none;
}
.c-site-branding__logo {
  width: 38px;
  height: auto;
  margin-right: .1rem;
}
.c-site-branding--vibration:hover .c-site-branding__logo {
  animation: rumble 0.12s linear infinite;
}
.c-site-branding--goodbye .c-site-branding__logo {
  transition: 1.5s;
}
.c-site-branding--goodbye:hover .c-site-branding__logo {
  opacity: 0;
  margin-bottom: 1rem;
}

@keyframes rumble {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  12.5% {
    transform: rotate(0.4deg) translate(1px, -1px);
  }
  25% {
    transform: rotate(0.8deg) translate(0px, 1px);
  }
  37.5% {
    transform: rotate(0.4deg) translate(-1px, 0);
  }
  50% {
    transform: rotate(0deg) translate(0, 0);
  }
  62.5% {
    transform: rotate(-0.4deg) translate(1px, 0);
  }
  75% {
    transform: rotate(-0.8deg) translate(0, 1px);
  }
  87.5% {
    transform: rotate(-0.4deg) translate(-1px, -1px);
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}
/* ---------------------------------------------------------------
	copyright - コピーライト
--------------------------------------------------------------- */
.c-copylight {
  font-size: 12px;
  font-size: 0.75rem;
  color: #777777;
}
.c-copylight__link {
  text-decoration: none;
  transition: .3s;
  color: #777777;
}
.c-copylight__link:hover {
  opacity: .7;
}
.c-copylight__link:hover {
  color: #777777;
}

/* =========================================================
navigation - グローバルナビなど
========================================================= */
.c-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
}
.c-navbar__item {
  height: 100%;
}
.c-navbar__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  line-height: 1;
  text-decoration: none;
  transition: .3s;
  padding: 1rem;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.c-navbar__link:hover {
  border-bottom-color: #555555;
}
.c-navbar__item.is-current .c-navbar__link {
  border-bottom-color: #555555;
}

.c-sub-navbar {
  display: block;
  height: 0;
  background: rgba(245, 245, 245, 0.8);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.c-sub-navbar__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  height: 100%;
}
.c-sub-navbar__item {
  height: 100%;
}
.c-sub-navbar__link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  line-height: 1;
  text-decoration: none;
  transition: .3s;
  padding: 1rem;
}
.c-sub-navbar__link:hover {
  color: #ffffff;
  background-color: #555555;
}

.c-navbar__item--has-sub-navbar:hover .c-sub-navbar {
  height: 62px;
  opacity: 1;
  visibility: visible;
}

.c-sns-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
}
.c-sns-navbar__item {
  height: 100%;
}
.c-sns-navbar__link {
  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;
  transition: .3s;
  height: 100%;
  padding: .5rem;
  text-decoration: none;
}
.c-sns-navbar__link:hover {
  opacity: .7;
}
.c-sns-navbar__icon {
  font-size: 24px;
  font-size: 1.5rem;
  color: #333333;
}
.c-sns-navbar__icon:hover {
  color: #333333;
}

.hamburger {
  top: 10px;
  right: 2px;
  left: auto;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger::after {
  content: 'MENU';
  color: #333333;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
  text-align: center;
  transition: .3s;
}
.hamburger.active::after {
  content: 'CLOSE';
}
.hamburger.active .hamburger__icon::before, .hamburger.active .hamburger__icon::after {
  background-color: #333333;
}

.c-modal {
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 992px) {
  .c-modal {
    display: none !important;
  }
}
.c-modal__in {
  padding-top: 62px;
}

.fat-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fat-nav ul a {
  color: #333333;
  font-weight: bold;
}

.c-modal-nav {
  width: 100%;
  display: none;
}
.c-modal-nav__item {
  width: 100%;
  padding: 0 !important;
}
.c-modal-nav__item.is-current .c-modal-nav__link {
  background-color: #555555;
  color: #ffffff;
}
.c-modal-nav__item.is-current .c-modal-nav__link::after {
  color: #ffffff;
}
.c-modal-nav__link {
  width: 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;
  padding: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #333333;
  font-weight: bold;
}

.c-sub-modal-nav {
  width: 100%;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: rgba(255, 255, 255, 0.3);
}
.c-sub-modal-nav__item {
  width: 100%;
  padding: 0 !important;
}
.c-sub-modal-nav__link {
  width: 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;
  padding: .8em 1rem;
  font-size: 16px;
  font-size: 1rem;
}

.c-modal-nav__item--has-c-sub-modal-nav .c-modal-nav__link {
  position: relative;
}
.c-modal-nav__item--has-c-sub-modal-nav .c-modal-nav__link::after {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -9px;
  color: #333333;
  font-size: 18px;
  font-size: 1.125rem;
  transition: .3s;
}
.c-modal-nav__item--has-c-sub-modal-nav .c-modal-nav__link.is-open::after {
  transform: rotate(180deg);
}
.c-modal-nav__item--has-c-sub-modal-nav .c-sub-modal-nav {
  display: none;
}

.c-footer-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-footer-navbar {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.c-footer-navbar__item {
  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-footer-navbar__link {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  line-height: 1;
  text-decoration: none;
  transition: .3s;
  padding: 1rem;
  transition: .3s;
}
.c-footer-navbar__link:hover {
  opacity: .7;
}

.c-nav__close {
  width: 0 !important;
}
.c-nav__close .c-nav__menu {
  opacity: 0;
  visibility: hidden;
}
.c-nav__body {
  width: 100%;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.8);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 800;
  transition: .6s;
}
.c-nav__menu {
  transition: .4s;
  width: 75%;
  height: 100%;
  background-color: #ffffff;
  margin-left: auto;
  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-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-nav__menu {
    width: 400px;
  }
}
.c-nav__menu li {
  margin-bottom: 1.4em;
}
.c-nav__menu a {
  font-weight: 300;
  font-size: 28px;
  font-family: 'Josefin Sans', sans-serif;
  text-decoration: none;
  color: #333333;
}
.c-nav-btn {
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-bottom-left-radius: 10px;
  background-color: #6f4109;
  cursor: pointer;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .c-nav-btn {
    width: 80px;
    height: 80px;
  }
}
.c-nav-btn__in {
  padding: 16px;
}
.c-nav-btn__in--item {
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .c-nav-btn__in--item {
    width: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.c-nav-btn__in--item-01 {
  transform: rotate(45deg);
  transform-origin: left;
  position: relative;
  left: 6px;
  top: -6px;
}
.c-nav-btn__in--item-02 {
  opacity: 0;
}
.c-nav-btn__in--item-03 {
  transform: rotate(-45deg);
  transform-origin: left;
  position: relative;
  left: 6px;
}

/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
.c-basic-ttl {
  font-weight: 600;
  line-height: 1em !important;
}
.c-basic-ttl--xs {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 26px;
  margin-bottom: 1.6rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.6rem;
}
@media screen and (min-width: 992px) {
  .c-basic-ttl--xs {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 26px;
    margin-bottom: 1.6rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.6rem;
  }
}
.c-basic-ttl--sm {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 26px;
  margin-bottom: 1.6rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 29px;
  line-height: 1.8rem;
}
@media screen and (min-width: 992px) {
  .c-basic-ttl--sm {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 26px;
    margin-bottom: 1.6rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 29px;
    line-height: 1.8rem;
  }
}
.c-basic-ttl--md {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 26px;
  margin-bottom: 1.6rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 64px;
  line-height: 4rem;
}
@media screen and (min-width: 992px) {
  .c-basic-ttl--md {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 26px;
    margin-bottom: 1.6rem;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 70px;
    line-height: 4.4rem;
  }
}
.c-basic-ttl--lg {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 26px;
  margin-bottom: 1.6rem;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 83px;
  line-height: 5.2rem;
}
@media screen and (min-width: 992px) {
  .c-basic-ttl--lg {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 51px;
    margin-bottom: 3.2rem;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 115px;
    line-height: 7.2rem;
  }
}
.c-basic-ttl--xl {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 26px;
  margin-bottom: 1.6rem;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 192px;
  line-height: 12rem;
}
@media screen and (min-width: 992px) {
  .c-basic-ttl--xl {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 51px;
    margin-bottom: 3.2rem;
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 216px;
    line-height: 13.5rem;
  }
}
.c-basic-ttl--xxl {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 26px;
  margin-bottom: 1.6rem;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 216px;
  line-height: 13.5rem;
}
@media screen and (min-width: 992px) {
  .c-basic-ttl--xxl {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 51px;
    margin-bottom: 3.2rem;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 288px;
    line-height: 18rem;
  }
}

.c-line-ttl {
  position: relative;
}
.c-line-ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 17px;
  background-image: url(../images/top/img_ttl_line.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: .6em;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
.c-basic-txt, .p-sub-list__item, .p-link-list__link {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 6px;
  margin-bottom: 0.4rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.4rem;
}
@media screen and (min-width: 992px) {
  .c-basic-txt, .p-sub-list__item, .p-link-list__link {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 13px;
    margin-bottom: 0.8rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.6rem;
  }
}
.c-basic-txt:last-of-type, .p-sub-list__item:last-of-type, .p-link-list__link:last-of-type {
  margin-bottom: 0;
}

.c-small-txt {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 3px;
  margin-bottom: 0.192rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19px;
  line-height: 1.2rem;
}
@media screen and (min-width: 992px) {
  .c-small-txt {
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 6px;
    margin-bottom: 0.4rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.4rem;
  }
}
.c-small-txt:last-of-type {
  margin-bottom: 0;
}

/* =========================================================
button - ボタン関係のコンポーネント
========================================================= */
.c-basic-btn {
  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;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 250px;
  padding: .5em 1.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  color: #333333;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0em;
  text-decoration: none;
  border: 2px solid #cccccc;
  border-radius: 4px;
  transition: .3s;
  position: relative;
}
.c-basic-btn::before {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ff840c;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.c-basic-btn__icon {
  margin-right: .5rem;
}
.c-basic-btn:hover {
  opacity: .6;
}
.c-basic-btn--main-color {
  background-color: #fff24e;
  color: #ffffff;
}
.c-basic-btn--main-color:hover {
  background-color: #ffffff;
  color: #555555;
}
.c-basic-btn--xs {
  min-width: 120px;
  padding: .5em;
  font-size: 10px;
  font-size: 0.625rem;
}
.c-basic-btn--sm {
  min-width: 150px;
  padding: .75em;
  font-size: 12px;
  font-size: 0.75rem;
}
.c-basic-btn--round {
  border-radius: 50px;
}
.c-basic-btn input {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}

.c-pagetop-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  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;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #cccccc;
  text-decoration: none;
  transition: .3s;
  z-index: 5;
}
.c-pagetop-btn:hover {
  opacity: .7;
}
.c-pagetop-btn__icon {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 3px;
  margin-left: 1px;
}
.c-pagetop-btn__icon:hover {
  color: #ffffff;
}

/* =========================================================
media - 画像関係のコンポーネント
========================================================= */
.c-responsive-img {
  display: block;
  height: auto;
  max-width: 100%;
}

.c-circle-img {
  border-radius: 50%;
}

.c-trim-img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.c-trim-img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.c-trim-img__in {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  width: auto;
  height: 100%;
}
.c-trim-img--3to4::before {
  padding-top: 75%;
}
.c-trim-img--golden::before {
  padding-top: 61.83%;
}
.c-trim-img--silver::before {
  padding-top: 70.66%;
}

.c-zoom-img {
  display: inline-block;
  overflow: hidden;
}
.c-zoom-img__in {
  display: block;
  transition: .3s;
}
.c-zoom-img:hover .c-zoom-img__in {
  transform: scale(1.1, 1.1);
}

.c-hover-img {
  display: inline-block;
  transition: .3s;
}
.c-hover-img:hover {
  opacity: .7;
}

/* =========================================================
gmap - Google Maps関連
========================================================= */
.c-gmap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (min-width: 992px) {
  .c-gmap {
    padding-top: 30.22%;
  }
}
.c-gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =========================================================
category - 記事のカテゴリー表示など
========================================================= */
.c-category {
  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: #dddddd;
  color: #ffffff;
  width: 100%;
  max-width: 100px;
  height: 25px;
  margin-right: 1rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  .c-category {
    max-width: 120px;
    height: 30px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-category--information {
  background-color: #fff24e;
}
.c-category--news {
  background-color: #cccccc;
}
.c-category--blog {
  background-color: #eaeaea;
}

/* =========================================================
breadcrumbs - パンくずリスト
========================================================= */
.c-breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-breadcrumbs__item + .c-breadcrumbs__item::before {
  content: '\f105';
  font-family: FontAwesome;
  margin: 0 .5rem;
}
.c-breadcrumbs__link {
  color: #555555;
  text-decoration: none;
  transition: .3s;
}
.c-breadcrumbs__link:hover {
  opacity: .7;
}
.c-breadcrumbs__link:hover {
  color: #555555;
}

/* =========================================================
pagenation - ページ送り
========================================================= */
.c-pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.c-pagenation__item + .c-pagenation__item {
  margin-left: .5rem;
}
.c-pagenation__item.is-current .c-pagenation__link {
  border-color: #999999;
  background-color: #555555;
  color: #ffffff;
  pointer-events: none;
}
.c-pagenation__item:not(.c-pagenation__item--first):not(.c-pagenation__item--prev):not(.is-current):not(.c-pagenation__item--next):not(.c-pagenation__item--last) {
  display: none;
}
@media screen and (min-width: 576px) {
  .c-pagenation__item:not(.c-pagenation__item--first):not(.c-pagenation__item--prev):not(.is-current):not(.c-pagenation__item--next):not(.c-pagenation__item--last) {
    display: block;
  }
}
.c-pagenation__link {
  width: 40px;
  height: 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;
  border: 1px solid #999999;
  background-color: #ffffff;
  color: #999999;
  font-weight: bold;
  text-decoration: none;
  transition: .3s;
}
@media screen and (max-width: 991px) {
  .c-pagenation__link:hover {
    color: #999999;
  }
  .c-pagenation__link:active {
    background-color: #999999;
    color: #ffffff;
  }
}
@media screen and (min-width: 992px) {
  .c-pagenation__link {
    transition: .3s;
  }
  .c-pagenation__link:hover {
    background-color: #999999;
    color: #ffffff;
  }
}

/* ---------------------------------------------------------
Project
プロジェクト固有のスタイルを定義するクラス
プロジェクトで使い回すスタイルのほとんどはProjectレイヤーに追加することになる
接頭辞としてp-をつける
--------------------------------------------------------- */
/* =========================================================
header - ヘッダー内のクラス
========================================================= */
.p-header {
  width: 100%;
  height: 100%;
  transition: .3s;
  position: relative;
  z-index: 0;
  padding: 40px;
}
@media screen and (min-width: 768px) {
  .p-header {
    padding: 80px;
  }
}
.p-header__in {
  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;
}
@media screen and (max-width: 991px) {
  .p-header__in {
    min-width: 100%;
  }
}
.p-header__logo, .p-header__nav, .p-header__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.p-header__logo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-header__logo h1 {
  display: block;
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-header__logo h1 {
    width: 65%;
    top: 4em;
    left: 15px;
    transform: translateY(0);
  }
}
.p-header__txt {
  position: absolute;
  bottom: 60px;
  right: 3%;
  z-index: 100;
}
@media screen and (max-width: 991px) {
  .p-header__txt {
    bottom: 40px;
  }
}
.p-header__txt p {
  line-height: 1.8em;
}
.p-header .p-header__logo h1 {
  position: static;
  top: auto;
  left: auto;
  transform: none;
  color: #333333;
  text-shadow: none;
  text-align: left;
}

/* =========================================================
footer - フッター内のクラス
========================================================= */
.p-footer {
  background-color: #eeeeee;
}

.p-footer-primary {
  background-color: #dddddd;
  padding: 1rem 0;
}
.p-footer-primary__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .p-footer-primary__in {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
}
.p-footer-primary__copylight {
  margin-top: 1rem;
}
@media screen and (min-width: 576px) {
  .p-footer-primary__copylight {
    margin-top: 0;
  }
}

.p-footer-secondary {
  padding: 1rem 0;
}
.p-footer-secondary__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .p-footer-secondary__in {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-footer-secondary__sns {
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  .p-footer-secondary__sns {
    margin-top: 0;
  }
}

/* =========================================================
top-slider - topページのスライダー
========================================================= */
.p-top-slider {
  padding-left: 0;
  margin-bottom: 0 !important;
}
.p-top-slider__item {
  display: block;
  height: calc(100vh - 61px);
  position: relative;
  position: relative;
}
.p-top-slider__item a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 1;
}
.p-top-slider__item a.in-link {
  position: relative;
  z-index: 2;
}
.p-top-slider__item-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-slider__item-in {
    padding: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .p-top-slider__item-in {
    padding: 4rem;
  }
}
.p-top-slider__item::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.p-top-slider__item--01::before {
  background: url("../images/top/slider_img01.jpg") no-repeat center center;
  background-size: cover;
}
.p-top-slider__item--02::before {
  background: url("../images/top/slider_img02.jpg") no-repeat center center;
  background-size: cover;
}
.p-top-slider__item--03::before {
  background: url("../images/top/slider_img03.jpg") no-repeat center center;
  background-size: cover;
}
.p-top-slider__item.slick-active::before {
  animation-name: slide-zoom;
  animation-fill-mode: forwards;
  animation-duration: 5.5s;
  transition-timing-function: ease-in-out;
}
@keyframes slide-zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
.p-top-slider__arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -12px;
  color: #ffffff;
  font-size: 26px;
  font-size: 1.625rem;
  transition: .3s;
}
.p-top-slider__arrow:hover {
  opacity: .7;
}
.p-top-slider__arrow--prev {
  left: 10px;
}
.p-top-slider__arrow--next {
  right: 10px;
}
.p-top-slider__dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
}
.p-top-slider__dots li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.p-top-slider__dots li + li {
  margin-left: 5px;
}
.p-top-slider__dots li button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: relative;
  text-indent: -9999px;
  display: block;
  width: 25px;
  height: 25px;
}
.p-top-slider__dots li button::before {
  width: 25px;
  height: 25px;
  line-height: 25px;
  content: '\f1db';
  font-family: FontAwesome;
  text-indent: 0px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-size: 10px;
  font-size: 0.625rem;
}
.p-top-slider__dots li.slick-active button::before {
  content: '\f111';
}

.p-slick-top {
  width: 100%;
  height: 100%;
}
.p-slick-top__in {
  width: 100%;
  height: 100%;
  padding: 10em 2em;
  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-slick-top__in img {
  object-fit: contain !important;
  /*width: 100%;
  height: 100%;*/
}
@media screen and (min-width: 768px) {
  .p-slick-top__in img {
    object-fit: none;
    /*width: auto;
    height: auto;*/
  }
}
.p-slick-top .slick-list {
  height: 100%;
}
.p-slick-top .slick-track {
  height: 100%;
}
.p-slick-top .slick-slide {
  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;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-slick-top .slick-slide {
    padding: 0;
  }
}

.p-slick-product {
  position: relative;
}
.p-slick-product .p-card {
  cursor: pointer;
  height: 100%;
}
.p-slick-product .slick-list {
  padding-top: 60px;
  height: 100%;
}
.p-slick-product .slick-track {
  display: flex;
}
.p-slick-product .slick-slide {
  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;
  height: auto !important;
}
.p-slick-product .arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  z-index: 250;
}
.p-slick-product .arrow-prev {
  bottom: -30px;
  left: 25px;
}
@media screen and (min-width: 768px) {
  .p-slick-product .arrow-prev {
    left: 35%;
  }
}
.p-slick-product .arrow-next {
  bottom: -30px;
  right: 25px;
}
@media screen and (min-width: 768px) {
  .p-slick-product .arrow-next {
    right: 35%;
  }
}
.p-slick-product .slick-dots li {
  margin: 0;
}
.p-slick-product .slick-dots button::before {
  font-size: 28px;
}

.p-slick-modal {
  width: 100%;
  height: 60%;
}
@media screen and (min-width: 768px) {
  .p-slick-modal {
    width: 40%;
  }
}
.p-slick-modal .slick-list {
  width: 100%;
  height: 100%;
}
.p-slick-modal .slick-track {
  width: 100%;
  height: 100%;
}
.p-slick-modal .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
}
.p-slick-modal .slick-slide img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.p-slick-modal .arrow {
  position: absolute;
  z-index: 500;
}
.p-slick-modal .arrow-prev {
  left: 15px;
  bottom: -50px;
}
@media screen and (min-width: 768px) {
  .p-slick-modal .arrow-prev {
    bottom: 50%;
    left: -15px;
  }
}
.p-slick-modal .arrow-next {
  right: 15px;
  bottom: -50px;
}
@media screen and (min-width: 768px) {
  .p-slick-modal .arrow-next {
    bottom: 50%;
    right: -15px;
  }
}
.p-slick-modal .slick-dots {
  bottom: -40px !important;
  padding: 0;
}
.p-slick-modal .slick-dots button::before {
  font-size: 28px;
  color: #fff;
  opacity: 1;
}
.p-slick-modal .slick-dots .slick-active button::before {
  color: #ffef4f;
}

.arrow {
  cursor: pointer;
}

/* =========================================================
section - セクションの大枠など
========================================================= */
.p-section {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .p-section {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 992px) {
  .p-section {
    padding: 5rem 0;
  }
}
.p-section--bg-color01 {
  background-color: #fff24e;
}
.p-section--bg-color02 {
  background-color: #f2e7da;
}
.p-section--bg-color03 {
  background-color: #ffffff;
}
.p-section--bg-image01 {
  background-image: url("../images/top/img_bg_contents-01.png");
  background-repeat: repeat-y;
  background-position: 16%;
}
.p-section--bg-image02 {
  background-image: url("../images/top/img_contents-bg_04.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.p-section--bg-image03 {
  background-image: url("../images/top/img_contents-bg_05.png");
  background-repeat: repeat-x;
  background-position: top;
}
@media screen and (min-width: 768px) {
  .p-section--bg-image04 {
    background-image: url("../images/top/img_contents-bg_06.png");
    background-repeat: repeat-x;
    background-position: 50%;
  }
}
.p-section--bg-image04--sp {
  background-image: url("../images/top/img_contents-bg_06.png");
  background-repeat: repeat-x;
  background-position: 50%;
}
@media screen and (min-width: 768px) {
  .p-section--bg-image04--sp {
    background-image: none;
  }
}
.p-section--bg-image05 {
  background-image: url("../images/top/img_bg_contents-02.png");
  background-size: cover;
  background-position: 50%;
}
.p-section--bg-image06 {
  background-image: url("../images/top/img_bg_form-sample.png");
  background-size: cover;
}
.p-section--bg-image07 {
  background-image: url("../images/top/img_bg_contents_03_2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 4.6em;
}
@media screen and (min-width: 768px) {
  .p-section--bg-image07 {
    background-image: url("../images/top/img_bg_contents_03_1.png");
    padding-bottom: 10em;
  }
}

/* =========================================================
card - カード式レイアウトのオブジェクト
========================================================= */
.p-card {
  border: 2px solid #9a9997;
  background-color: #ffffff;
  border-radius: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-card:hover .p-card__name {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 992px) {
  .p-card-h {
    height: 100%;
  }
}
.p-card__body {
  padding: .5em .5em;
  transition: .3s;
}
.p-card__body__img {
  width: 100%;
  height: 160px;
}
.p-card__body__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-card__name {
  width: 90%;
  background-color: #323033;
  border-radius: 4px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  transition: .2s;
}
.p-card__name::before {
  content: "";
  border-left: 6px solid transparent;
  border-right: 3px solid transparent;
  border-top: 12px solid #323033;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.p-card__name p {
  color: #FFFFFF;
  font-size: 14px;
  padding: .2em .4em;
  text-align: center;
}
.p-card__list {
  letter-spacing: 0em;
}
.p-card__list dl {
  margin-bottom: .4em;
}
.p-card__list dt {
  color: #696969;
}
.p-card__list dt::before {
  content: "■";
  color: #fff24e;
  margin-right: .2em;
}
.p-card__list dd {
  margin-left: 1.25em;
}
.p-card__side__in {
  width: 100%;
  height: 100%;
}
.p-card__side--icon {
  width: 100%;
  height: 50px;
  border-bottom-right-radius: 6px;
  background-color: #6f4008;
  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-card__side--icon p {
  font-size: 32px;
  color: #FFFFFF;
}
.p-card__side--txt {
  width: 100%;
}
.p-card__img {
  transition: .3s;
}
.p-card__img--top {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  width: 100%;
  height: 280px;
}
.p-card__img--top img {
  border-radius: 4px 4px 0 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-card__img--bottom {
  margin-top: auto;
  border-radius: 0 0 4px 4px;
}
.p-card__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.p-card__link:hover ~ .p-card__img {
  opacity: .7;
}
.p-card__link:hover ~ .p-card__body {
  opacity: .7;
}
.p-card__btn {
  padding: 1.5rem;
  padding-top: 0;
  margin-top: auto;
}
.p-card--has-zoom-img .p-card__img {
  overflow: hidden;
}
.p-card--has-zoom-img .p-card__img-in {
  transition: .3s;
}
.p-card--has-zoom-img:hover .p-card__img-in {
  transform: scale(1.1, 1.1);
}
.p-card--has-btn .p-card__btn-in::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.p-card--has-btn .p-card__img--bottom {
  margin-top: 0;
}
.p-card--has-btn:hover .p-card__body, .p-card--has-btn:hover .p-card__img {
  opacity: .7;
}
.p-card--ra {
  border-radius: 6px;
}
.p-card--modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(111, 65, 9, 0.8);
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  transition: .2s;
}
@media screen and (min-width: 768px) {
  .p-card--modal {
    width: 100%;
    height: 100vh;
  }
}
.p-card--modal .p-card {
  display: inline-block;
  height: auto;
  cursor: auto;
}
.p-card--modal__close {
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border: 2px solid #cccccc;
  border-radius: 100px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-card--modal__close {
    right: 35px;
    top: 35px;
  }
}
.p-card--modal__close::before {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: #9a9997;
  transform: rotate(45deg);
  position: absolute;
  top: 17px;
  left: 5px;
}
.p-card--modal__close::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: #9a9997;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 17px;
  right: 6px;
}
.p-card--modal__open {
  visibility: visible;
  opacity: 1;
}

.p-card-move {
  position: relative;
}
.p-card-move iframe {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .p-card-move iframe {
    width: 100%;
    height: 380px;
  }
}
@media screen and (min-width: 992px) {
  .p-card-move iframe {
    width: 740px;
    height: 420px;
  }
}
.p-card-move__btn {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.p-bg-img-card {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  min-height: 300px;
  transition: .3s;
}
.p-bg-img-card::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: .3s;
}
.p-bg-img-card::after {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  transition: .3s;
}
.p-bg-img-card__in {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  padding: 2rem 1rem;
  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-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .p-bg-img-card__in {
    padding: 2rem 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-bg-img-card__in {
    padding: 3rem 2rem;
  }
}
.p-bg-img-card--has-link {
  position: relative;
}
.p-bg-img-card--has-link:hover::before {
  transform: scale(1.1, 1.1);
}
.p-bg-img-card--has-link:hover::after {
  opacity: .7;
}
.p-bg-img-card--has-link .p-bg-img-card__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3;
}
.p-bg-img-card--has-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}
.p-bg-img-card--has-btn:hover::before {
  transform: scale(1.1, 1.1);
}
.p-bg-img-card--has-btn:hover::after {
  opacity: .7;
}
.p-bg-img-card--has-btn .p-bg-img-card__btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3;
}
.p-bg-img-card--01::before {
  background: url("../images/top/bg_img01.jpg") no-repeat center center;
  background-size: cover;
}
.p-bg-img-card--02::before {
  background: url("../images/top/bg_img02.jpg") no-repeat center center;
  background-size: cover;
}
.p-bg-img-card--03::before {
  background: url("../images/top/bg_img03.jpg") no-repeat center center;
  background-size: cover;
}
.p-bg-img-card--04::before {
  background: url("../images/top/bg_img04.jpg") no-repeat center center;
  background-size: cover;
}
.p-bg-img-card--05::before {
  background: url("../images/top/bg_img05.jpg") no-repeat center center;
  background-size: cover;
}
.p-bg-img-card--06::before {
  background: url("../images/top/bg_img06.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-form-card .form-wrap {
    padding: 0;
  }
}
.p-form-card input[type="button"], .p-form-card input[type="submit"] {
  -webkit-appearance: none;
  color: #000;
}

/* =========================================================
list - リストのオブジェクト
========================================================= */
.p-basic-list {
  letter-spacing: 0em;
}
.p-basic-list__item {
  color: #696969;
}
.p-basic-list__item::before {
  content: "■";
  color: #fff24e;
  margin-right: .2em;
}
@media screen and (max-width: 767px) {
  .p-basic-list__item {
    padding-bottom: 0 !important;
    margin-bottom: .4em !important;
  }
}
.p-basic-list .form-line {
  margin-top: auto;
  margin-bottom: 20px;
}
.p-basic-list .form-line::after {
  display: none !important;
}
.p-basic-list input {
  width: 100% !important;
  background-color: #e9e9e9 !important;
  border: none !important;
}
@media screen and (min-width: 992px) {
  .p-basic-list input {
    width: 75% !important;
  }
}
.p-basic-list span {
  width: 100% !important;
}
@media screen and (min-width: 992px) {
  .p-basic-list span {
    width: 25% !important;
  }
}

.p-sub-list {
  display: inline-block;
  text-align: left;
}
.p-sub-list__item {
  display: block;
  text-indent: -1.25rem;
  padding-left: 1.25rem;
}
.p-sub-list__item:before {
  content: '\f10c';
  font-family: FontAwesome;
  color: #cccccc;
}

.p-link-list {
  display: inline-block;
  text-align: left;
}
.p-link-list__link {
  display: block;
  color: #555555;
  text-decoration: none;
  padding: .25rem;
  transition: .3s;
}
.p-link-list__link:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #cccccc;
  margin-right: .5rem;
  transition: .3s;
}
.p-link-list__link:hover {
  opacity: .7;
}
.p-link-list__link:hover:before {
  margin-left: .25rem;
  margin-right: .25rem;
}

/* =========================================================
entry - 記事のクラスなど
========================================================= */
.p-entries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-entries__item + .p-entries__item {
  margin-top: 1rem;
}
.p-entries__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  text-decoration: none;
  color: #555555;
  transition: .3s;
}
.p-entries__link:hover {
  opacity: .7;
}
.p-entries__link:hover {
  color: #555555;
}
@media screen and (min-width: 768px) {
  .p-entries__link {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}
.p-entries__date {
  margin-right: 1rem;
}
.p-entries__ttl {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-entries__ttl {
    width: auto;
    margin-top: 0;
  }
}

.p-entry {
  border-top: 1px solid #dddddd;
  position: relative;
  padding: 1.5rem 0;
}
@media screen and (min-width: 992px) {
  .p-entry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-entry:last-of-type {
  border-bottom: 1px solid #dddddd;
}
.p-entry__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.p-entry__link:hover ~ .p-entry__img {
  opacity: .7;
}
.p-entry__link:hover ~ .p-entry__in {
  opacity: .7;
}
.p-entry__img {
  width: 100%;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 1.5rem;
  transition: .3s;
}
@media screen and (min-width: 992px) {
  .p-entry__img {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
.p-entry__in {
  transition: .3s;
}
.p-entry__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: .75rem;
}
.p-entry__date {
  margin-bottom: 0;
}
.p-entry__category {
  margin-left: 1rem;
}
.p-entry__ttl {
  line-height: 1.6;
  margin-bottom: 0;
}
.p-entry__body {
  margin-top: .5rem;
}
.p-entry--has-zoom-img .p-entry__img {
  overflow: hidden;
}
.p-entry--has-zoom-img .p-entry__img-in {
  transition: .3s;
}
.p-entry--has-zoom-img:hover .p-entry__img-in {
  transform: scale(1.1, 1.1);
}
.p-entry--sm {
  padding: 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) {
  .p-entry--sm {
    padding: 1.25rem 0;
  }
}
.p-entry--sm .p-entry__img {
  max-width: 80px;
  margin-bottom: 0;
  margin-right: 1rem;
}
.p-entry--sm .p-entry__meta {
  margin-bottom: .5rem;
}

/* =========================================================
sidebar - サイドバー内のコンポーネント
========================================================= */
.p-side-section {
  text-align: left;
}
.p-side-section__ttl {
  text-align: center;
  margin-bottom: 1rem;
}
.p-side-section + .p-side-section {
  margin-top: 3rem;
}

/* =========================================================
alternate-layout - 左右どちらか半分に画像を敷くレイアウト
========================================================= */
.p-alternate-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-alternate-layout {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-alternate-layout::before {
  content: '';
  display: block;
  width: 100%;
  height: 20rem;
}
@media screen and (min-width: 768px) {
  .p-alternate-layout::before {
    height: 30rem;
  }
}
@media screen and (min-width: 992px) {
  .p-alternate-layout::before {
    width: 60%;
    height: auto;
    margin-bottom: 3rem;
  }
}
.p-alternate-layout__detail {
  width: 100%;
  padding: 2rem 1rem;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-alternate-layout__detail {
    padding: 2rem 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-alternate-layout__detail {
    width: 50%;
    padding: 3rem;
    margin-top: 3rem;
    margin-left: -10%;
  }
}
.p-alternate-layout__in {
  transition: .3s;
}
@media screen and (min-width: 992px) {
  .p-alternate-layout--reverse::before {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-alternate-layout--reverse .p-alternate-layout__detail {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: -10%;
  }
}
.p-alternate-layout--has-btn .p-alternate-layout__detail:hover .p-alternate-layout__in {
  opacity: .7;
}
.p-alternate-layout--has-btn .p-alternate-layout__btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-alternate-layout--01::before {
  background: url("../images/top/section_bg_img01.jpg") no-repeat center center;
  background-size: cover;
}
.p-alternate-layout--02::before {
  background: url("../images/top/section_bg_img02.jpg") no-repeat center center;
  background-size: cover;
}

/* =========================================================
page-ttl - 子ページのタイトル
========================================================= */
.p-page-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6rem 0;
  position: relative;
}
.p-page-ttl::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}
.p-page-ttl__txt {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.p-page-ttl--about {
  background: url("../images/about/page_ttl_bg.jpg") no-repeat center center;
  background-size: cover;
}
.p-page-ttl--compornent {
  background: url("../images/compornent/page_ttl_bg.jpg") no-repeat center center;
  background-size: cover;
}
.p-page-ttl--project {
  background: url("../images/project/page_ttl_bg.jpg") no-repeat center center;
  background-size: cover;
}
.p-page-ttl--archive {
  background: url("../images/archive/page_ttl_bg.jpg") no-repeat center center;
  background-size: cover;
}

/* =========================================================
.p-breadcrumbs-section - パンくずリストの大枠
========================================================= */
.p-breadcrumbs-section {
  background-color: #eeeeee;
  padding: .8rem 0;
}

/* ---------------------------------------------------------
Utility
調整用のクラス
margin、padding、font-size、colorなどを付与するのに使用
他種類のパーツ間の空き調整や、パーツとして認められないような、
自由な振る舞いをする要素に対してはこちらのクラスを使用
接頭辞としてu-をつける
--------------------------------------------------------- */
/* =========================================================
text - 文字の装飾など
========================================================= */
.u-fc-main {
  color: #fff24e !important;
}

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

.u-fc-red {
  color: #d90b23 !important;
}

.u-fc-green {
  color: #766D44 !important;
}

.u-fc-blue {
  color: #2D83BA !important;
}

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

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

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

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

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

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

.u-ta-pc-c {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .u-ta-pc-c {
    text-align: center;
  }
}

.u-ta-pc-l {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .u-ta-pc-l {
    text-align: left;
  }
}

.u-ff-jf {
  font-family: 'Josefin Sans', sans-serif;
}

.u-ff-fg {
  font-family: 'Fredericka the Great', cursive;
}

.u-ff-ht {
  font-family: 'Helvetica';
}

.u-wm-rl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.u-va-sp {
  vertical-align: super;
  font-size: .6em;
}

/* =========================================================
margin - 余白の調整
========================================================= */
.u-m-0 {
  margin: 0 !important;
}

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

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

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

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

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

.u-mt-1,
.u-my-1 {
  margin-top: 0.5rem !important;
}

.u-mr-1,
.u-mx-1 {
  margin-right: 0.5rem !important;
}

.u-mb-1,
.u-my-1 {
  margin-bottom: 0.5rem !important;
}

.u-ml-1,
.u-mx-1 {
  margin-left: 0.5rem !important;
}

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

.u-mt-2,
.u-my-2 {
  margin-top: 1rem !important;
}

.u-mr-2,
.u-mx-2 {
  margin-right: 1rem !important;
}

.u-mb-2,
.u-my-2 {
  margin-bottom: 1rem !important;
}

.u-ml-2,
.u-mx-2 {
  margin-left: 1rem !important;
}

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

.u-mt-3,
.u-my-3 {
  margin-top: 1.5rem !important;
}

.u-mr-3,
.u-mx-3 {
  margin-right: 1.5rem !important;
}

.u-mb-3,
.u-my-3 {
  margin-bottom: 1.5rem !important;
}

.u-ml-3,
.u-mx-3 {
  margin-left: 1.5rem !important;
}

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

.u-mt-4,
.u-my-4 {
  margin-top: 2rem !important;
}

.u-mr-4,
.u-mx-4 {
  margin-right: 2rem !important;
}

.u-mb-4,
.u-my-4 {
  margin-bottom: 2rem !important;
}

.u-ml-4,
.u-mx-4 {
  margin-left: 2rem !important;
}

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

.u-mt-5,
.u-my-5 {
  margin-top: 3rem !important;
}

.u-mr-5,
.u-mx-5 {
  margin-right: 3rem !important;
}

.u-mb-5,
.u-my-5 {
  margin-bottom: 3rem !important;
}

.u-ml-5,
.u-mx-5 {
  margin-left: 3rem !important;
}

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

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

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

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

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

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

.u-pt-1,
.u-py-1 {
  padding-top: 0.5rem !important;
}

.u-pr-1,
.u-px-1 {
  padding-right: 0.5rem !important;
}

.u-pb-1,
.u-py-1 {
  padding-bottom: 0.5rem !important;
}

.u-pl-1,
.u-px-1 {
  padding-left: 0.5rem !important;
}

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

.u-pt-2,
.u-py-2 {
  padding-top: 1rem !important;
}

.u-pr-2,
.u-px-2 {
  padding-right: 1rem !important;
}

.u-pb-2,
.u-py-2 {
  padding-bottom: 1rem !important;
}

.u-pl-2,
.u-px-2 {
  padding-left: 1rem !important;
}

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

.u-pt-3,
.u-py-3 {
  padding-top: 1.5rem !important;
}

.u-pr-3,
.u-px-3 {
  padding-right: 1.5rem !important;
}

.u-pb-3,
.u-py-3 {
  padding-bottom: 1.5rem !important;
}

.u-pl-3,
.u-px-3 {
  padding-left: 1.5rem !important;
}

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

.u-pt-4,
.u-py-4 {
  padding-top: 2rem !important;
}

.u-pr-4,
.u-px-4 {
  padding-right: 2rem !important;
}

.u-pb-4,
.u-py-4 {
  padding-bottom: 2rem !important;
}

.u-pl-4,
.u-px-4 {
  padding-left: 2rem !important;
}

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

.u-pt-5,
.u-py-5 {
  padding-top: 3rem !important;
}

.u-pr-5,
.u-px-5 {
  padding-right: 3rem !important;
}

.u-pb-5,
.u-py-5 {
  padding-bottom: 3rem !important;
}

.u-pl-5,
.u-px-5 {
  padding-left: 3rem !important;
}

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

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

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

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

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

@media screen and (min-width: 576px) {
  .u-m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .u-mt-sm-1,
  .u-my-sm-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-sm-1,
  .u-mx-sm-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-sm-1,
  .u-my-sm-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-sm-1,
  .u-mx-sm-1 {
    margin-left: 0.5rem !important;
  }

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

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

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

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

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

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

  .u-mt-sm-3,
  .u-my-sm-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-sm-3,
  .u-mx-sm-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-sm-3,
  .u-my-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-sm-3,
  .u-mx-sm-3 {
    margin-left: 1.5rem !important;
  }

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

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

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

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

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

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

  .u-mt-sm-5,
  .u-my-sm-5 {
    margin-top: 3rem !important;
  }

  .u-mr-sm-5,
  .u-mx-sm-5 {
    margin-right: 3rem !important;
  }

  .u-mb-sm-5,
  .u-my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-sm-5,
  .u-mx-sm-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

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

  .u-pt-sm-1,
  .u-py-sm-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-sm-1,
  .u-px-sm-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-sm-1,
  .u-py-sm-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-sm-1,
  .u-px-sm-1 {
    padding-left: 0.5rem !important;
  }

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

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

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

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

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

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

  .u-pt-sm-3,
  .u-py-sm-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-sm-3,
  .u-px-sm-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-sm-3,
  .u-py-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-sm-3,
  .u-px-sm-3 {
    padding-left: 1.5rem !important;
  }

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

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

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

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

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

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

  .u-pt-sm-5,
  .u-py-sm-5 {
    padding-top: 3rem !important;
  }

  .u-pr-sm-5,
  .u-px-sm-5 {
    padding-right: 3rem !important;
  }

  .u-pb-sm-5,
  .u-py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-sm-5,
  .u-px-sm-5 {
    padding-left: 3rem !important;
  }

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

  .u-mt-sm-auto,
  .u-my-sm-auto {
    margin-top: auto !important;
  }

  .u-mr-sm-auto,
  .u-mx-sm-auto {
    margin-right: auto !important;
  }

  .u-mb-sm-auto,
  .u-my-sm-auto {
    margin-bottom: auto !important;
  }

  .u-ml-sm-auto,
  .u-mx-sm-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .u-mt-md-1,
  .u-my-md-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-md-1,
  .u-mx-md-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-md-1,
  .u-my-md-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-md-1,
  .u-mx-md-1 {
    margin-left: 0.5rem !important;
  }

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

  .u-mt-md-2,
  .u-my-md-2 {
    margin-top: 1rem !important;
  }

  .u-mr-md-2,
  .u-mx-md-2 {
    margin-right: 1rem !important;
  }

  .u-mb-md-2,
  .u-my-md-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-md-2,
  .u-mx-md-2 {
    margin-left: 1rem !important;
  }

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

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

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

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

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

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

  .u-mt-md-4,
  .u-my-md-4 {
    margin-top: 2rem !important;
  }

  .u-mr-md-4,
  .u-mx-md-4 {
    margin-right: 2rem !important;
  }

  .u-mb-md-4,
  .u-my-md-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-md-4,
  .u-mx-md-4 {
    margin-left: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-pt-md-1,
  .u-py-md-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-md-1,
  .u-px-md-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-md-1,
  .u-py-md-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-md-1,
  .u-px-md-1 {
    padding-left: 0.5rem !important;
  }

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

  .u-pt-md-2,
  .u-py-md-2 {
    padding-top: 1rem !important;
  }

  .u-pr-md-2,
  .u-px-md-2 {
    padding-right: 1rem !important;
  }

  .u-pb-md-2,
  .u-py-md-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-md-2,
  .u-px-md-2 {
    padding-left: 1rem !important;
  }

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

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

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

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

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

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

  .u-pt-md-4,
  .u-py-md-4 {
    padding-top: 2rem !important;
  }

  .u-pr-md-4,
  .u-px-md-4 {
    padding-right: 2rem !important;
  }

  .u-pb-md-4,
  .u-py-md-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-md-4,
  .u-px-md-4 {
    padding-left: 2rem !important;
  }

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

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

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

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

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

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

  .u-mt-md-auto,
  .u-my-md-auto {
    margin-top: auto !important;
  }

  .u-mr-md-auto,
  .u-mx-md-auto {
    margin-right: auto !important;
  }

  .u-mb-md-auto,
  .u-my-md-auto {
    margin-bottom: auto !important;
  }

  .u-ml-md-auto,
  .u-mx-md-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .u-m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .u-mt-lg-1,
  .u-my-lg-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-lg-1,
  .u-mx-lg-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-lg-1,
  .u-my-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-lg-1,
  .u-mx-lg-1 {
    margin-left: 0.5rem !important;
  }

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

  .u-mt-lg-2,
  .u-my-lg-2 {
    margin-top: 1rem !important;
  }

  .u-mr-lg-2,
  .u-mx-lg-2 {
    margin-right: 1rem !important;
  }

  .u-mb-lg-2,
  .u-my-lg-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-lg-2,
  .u-mx-lg-2 {
    margin-left: 1rem !important;
  }

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

  .u-mt-lg-3,
  .u-my-lg-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-lg-3,
  .u-mx-lg-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-lg-3,
  .u-my-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-lg-3,
  .u-mx-lg-3 {
    margin-left: 1.5rem !important;
  }

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

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

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

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

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

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

  .u-mt-lg-5,
  .u-my-lg-5 {
    margin-top: 3rem !important;
  }

  .u-mr-lg-5,
  .u-mx-lg-5 {
    margin-right: 3rem !important;
  }

  .u-mb-lg-5,
  .u-my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-lg-5,
  .u-mx-lg-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

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

  .u-pt-lg-1,
  .u-py-lg-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-lg-1,
  .u-px-lg-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-lg-1,
  .u-py-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-lg-1,
  .u-px-lg-1 {
    padding-left: 0.5rem !important;
  }

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

  .u-pt-lg-2,
  .u-py-lg-2 {
    padding-top: 1rem !important;
  }

  .u-pr-lg-2,
  .u-px-lg-2 {
    padding-right: 1rem !important;
  }

  .u-pb-lg-2,
  .u-py-lg-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-lg-2,
  .u-px-lg-2 {
    padding-left: 1rem !important;
  }

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

  .u-pt-lg-3,
  .u-py-lg-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-lg-3,
  .u-px-lg-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-lg-3,
  .u-py-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-lg-3,
  .u-px-lg-3 {
    padding-left: 1.5rem !important;
  }

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

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

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

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

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

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

  .u-pt-lg-5,
  .u-py-lg-5 {
    padding-top: 3rem !important;
  }

  .u-pr-lg-5,
  .u-px-lg-5 {
    padding-right: 3rem !important;
  }

  .u-pb-lg-5,
  .u-py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-lg-5,
  .u-px-lg-5 {
    padding-left: 3rem !important;
  }

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

  .u-mt-lg-auto,
  .u-my-lg-auto {
    margin-top: auto !important;
  }

  .u-mr-lg-auto,
  .u-mx-lg-auto {
    margin-right: auto !important;
  }

  .u-mb-lg-auto,
  .u-my-lg-auto {
    margin-bottom: auto !important;
  }

  .u-ml-lg-auto,
  .u-mx-lg-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .u-mt-xl-1,
  .u-my-xl-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-xl-1,
  .u-mx-xl-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-xl-1,
  .u-my-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-xl-1,
  .u-mx-xl-1 {
    margin-left: 0.5rem !important;
  }

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

  .u-mt-xl-2,
  .u-my-xl-2 {
    margin-top: 1rem !important;
  }

  .u-mr-xl-2,
  .u-mx-xl-2 {
    margin-right: 1rem !important;
  }

  .u-mb-xl-2,
  .u-my-xl-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-xl-2,
  .u-mx-xl-2 {
    margin-left: 1rem !important;
  }

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

  .u-mt-xl-3,
  .u-my-xl-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-xl-3,
  .u-mx-xl-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-xl-3,
  .u-my-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-xl-3,
  .u-mx-xl-3 {
    margin-left: 1.5rem !important;
  }

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

  .u-mt-xl-4,
  .u-my-xl-4 {
    margin-top: 2rem !important;
  }

  .u-mr-xl-4,
  .u-mx-xl-4 {
    margin-right: 2rem !important;
  }

  .u-mb-xl-4,
  .u-my-xl-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-xl-4,
  .u-mx-xl-4 {
    margin-left: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .u-pt-xl-1,
  .u-py-xl-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-xl-1,
  .u-px-xl-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-xl-1,
  .u-py-xl-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-xl-1,
  .u-px-xl-1 {
    padding-left: 0.5rem !important;
  }

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

  .u-pt-xl-2,
  .u-py-xl-2 {
    padding-top: 1rem !important;
  }

  .u-pr-xl-2,
  .u-px-xl-2 {
    padding-right: 1rem !important;
  }

  .u-pb-xl-2,
  .u-py-xl-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-xl-2,
  .u-px-xl-2 {
    padding-left: 1rem !important;
  }

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

  .u-pt-xl-3,
  .u-py-xl-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-xl-3,
  .u-px-xl-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-xl-3,
  .u-py-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-xl-3,
  .u-px-xl-3 {
    padding-left: 1.5rem !important;
  }

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

  .u-pt-xl-4,
  .u-py-xl-4 {
    padding-top: 2rem !important;
  }

  .u-pr-xl-4,
  .u-px-xl-4 {
    padding-right: 2rem !important;
  }

  .u-pb-xl-4,
  .u-py-xl-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-xl-4,
  .u-px-xl-4 {
    padding-left: 2rem !important;
  }

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

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

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

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

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

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

  .u-mt-xl-auto,
  .u-my-xl-auto {
    margin-top: auto !important;
  }

  .u-mr-xl-auto,
  .u-mx-xl-auto {
    margin-right: auto !important;
  }

  .u-mb-xl-auto,
  .u-my-xl-auto {
    margin-bottom: auto !important;
  }

  .u-ml-xl-auto,
  .u-mx-xl-auto {
    margin-left: auto !important;
  }
}
/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
@media screen and (min-width: 768px) {
  .u-sp-show {
    display: none;
  }
}

.u-pc-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc-show {
    display: block;
  }
}

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

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

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

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

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

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

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

.u-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (min-width: 576px) {
  .u-sm-none {
    display: none !important;
  }

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

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

  .u-sm-block {
    display: block !important;
  }

  .u-sm-table {
    display: table !important;
  }

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

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

  .u-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px) {
  .u-mu-none {
    display: none !important;
  }

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

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

  .u-mu-block {
    display: block !important;
  }

  .u-mu-table {
    display: table !important;
  }

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

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

  .u-mu-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-mu-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 992px) {
  .u-lg-none {
    display: none !important;
  }

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

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

  .u-lg-block {
    display: block !important;
  }

  .u-lg-table {
    display: table !important;
  }

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

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

  .u-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-xl-none {
    display: none !important;
  }

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

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

  .u-xl-block {
    display: block !important;
  }

  .u-xl-table {
    display: table !important;
  }

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

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

  .u-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .u-print-none {
    display: none !important;
  }

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

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

  .u-print-block {
    display: block !important;
  }

  .u-print-table {
    display: table !important;
  }

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

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

  .u-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.u-p-st {
  position: sticky;
  top: 200px;
}

/* =========================================================
flex - flexを使った位置調整など
========================================================= */
.u-flex-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;
}

.u-flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.u-flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.u-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.u-flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.u-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.u-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.u-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.u-flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.u-flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.u-flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.u-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.u-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.u-justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.u-justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.u-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.u-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.u-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.u-align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.u-align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.u-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.u-align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.u-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.u-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.u-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.u-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.u-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.u-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.u-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.u-align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.u-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.u-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.u-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.u-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.u-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media screen and (min-width: 576px) {
  .u-flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .u-flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 992px) {
  .u-flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
