@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;700&display=swap");
@font-face {
  src: local("Yu Gothic Medium");
  font-family: YuGothicM;
}

/* 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* 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;
  box-sizing: border-box;
}

/* =========================================================
base - 基本設定
========================================================= */
html,
body {
  overflow-x: hidden;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  cursor: pointer;
}

a:hover {
  color: inherit;
}

/* =========================================================
body - ボディ
========================================================= */
.l-body {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* =========================================================
section - コンテンツの大枠
========================================================= */
.l-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.l-container--sm {
  padding-right: 6.25vw;
  padding-left: 6.25vw;
}

@media screen and (min-width: 800px) {
  .l-container--sm {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.l-container--md {
  padding-right: 3.75vw;
  padding-left: 3.75vw;
}

@media screen and (min-width: 800px) {
  .l-container--md {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.l-container--fluid {
  max-width: 100% !important;
}

/* =========================================================
footer - フッターのレイアウト
========================================================= */
.l-footer {
  margin-top: auto;
}

/* =========================================================
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 {
  -ms-overflow-style: scrollbar;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-row {
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -2.5vw;
  margin-left: -2.5vw;
}

@media screen and (min-width: 800px) {
  .l-row {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.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: 2.5vw;
  padding-left: 2.5vw;
}

@media screen and (min-width: 800px) {
  .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 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.l-row__col--order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.l-row__col--order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13;
}

.l-row__col--order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}

.l-row__col--order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.l-row__col--order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.l-row__col--order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.l-row__col--order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}

.l-row__col--order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}

.l-row__col--order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}

.l-row__col--order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}

.l-row__col--order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}

.l-row__col--order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}

.l-row__col--order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}

.l-row__col--order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}

.l-row__col--order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  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;
    -ms-flex-positive: 1;
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .l-row__col--order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .l-row__col--order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .l-row__col--order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .l-row__col--order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .l-row__col--order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .l-row__col--order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .l-row__col--order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .l-row__col--order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .l-row__col--order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .l-row__col--order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .l-row__col--order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .l-row__col--order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .l-row__col--order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .l-row__col--order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    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: 800px) {
  .l-row__col--md {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .l-row__col--order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .l-row__col--order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .l-row__col--order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .l-row__col--order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .l-row__col--order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .l-row__col--order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .l-row__col--order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .l-row__col--order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .l-row__col--order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .l-row__col--order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .l-row__col--order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .l-row__col--order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .l-row__col--order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .l-row__col--order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    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;
    -ms-flex-positive: 1;
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .l-row__col--order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .l-row__col--order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .l-row__col--order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .l-row__col--order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .l-row__col--order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .l-row__col--order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .l-row__col--order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .l-row__col--order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .l-row__col--order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .l-row__col--order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .l-row__col--order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .l-row__col--order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .l-row__col--order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .l-row__col--order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    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;
    -ms-flex-positive: 1;
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .l-row__col--xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .l-row__col--xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .l-row__col--xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .l-row__col--xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l-row__col--xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .l-row__col--xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .l-row__col--xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-row__col--xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .l-row__col--xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .l-row__col--xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .l-row__col--xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .l-row__col--xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .l-row__col--xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-row__col--order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .l-row__col--order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .l-row__col--order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .l-row__col--order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .l-row__col--order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .l-row__col--order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .l-row__col--order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .l-row__col--order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .l-row__col--order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .l-row__col--order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .l-row__col--order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .l-row__col--order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .l-row__col--order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .l-row__col--order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .l-row__col--order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    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 {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.l-row__col--column-around-center {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.l-row--gap > .l-row__col:nth-of-type(n+2),
.l-row--gap > [class*="l-row__col--"]:nth-of-type(n+2) {
  margin-top: 5vw;
}

@media screen and (min-width: 800px) {
  .l-row--gap > .l-row__col:nth-of-type(n+2),
  .l-row--gap > [class*="l-row__col--"]:nth-of-type(n+2) {
    margin-top: 40px;
  }
}

.l-row--gap-2col > .l-row__col:nth-of-type(n+3),
.l-row--gap-2col > [class*="l-row__col--"]:nth-of-type(n+3) {
  margin-top: 5vw;
}

@media screen and (min-width: 800px) {
  .l-row--gap-2col > .l-row__col:nth-of-type(n+3),
  .l-row--gap-2col > [class*="l-row__col--"]:nth-of-type(n+3) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 576px) {
  .l-row--gap-sm-2col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-sm-2col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-sm-2col > .l-row__col:nth-of-type(n+3),
  .l-row--gap-sm-2col > [class*="l-row__col--"]:nth-of-type(n+3) {
    margin-top: 5vw;
  }
}

@media screen and (min-width: 576px) and (min-width: 800px) {
  .l-row--gap-sm-2col > .l-row__col:nth-of-type(n+3),
  .l-row--gap-sm-2col > [class*="l-row__col--"]:nth-of-type(n+3) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 800px) {
  .l-row--gap-md-2col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-md-2col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-md-2col > .l-row__col:nth-of-type(n+3),
  .l-row--gap-md-2col > [class*="l-row__col--"]:nth-of-type(n+3) {
    margin-top: 40px;
  }
  .l-row--gap-md-3col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-md-3col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-md-3col > .l-row__col:nth-of-type(n+4),
  .l-row--gap-md-3col > [class*="l-row__col--"]:nth-of-type(n+4) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .l-row--gap-lg-3col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-lg-3col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-lg-3col > .l-row__col:nth-of-type(n+4),
  .l-row--gap-lg-3col > [class*="l-row__col--"]:nth-of-type(n+4) {
    margin-top: 40px;
  }
  .l-row--gap-lg-4col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-lg-4col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-lg-4col > .l-row__col:nth-of-type(n+5),
  .l-row--gap-lg-4col > [class*="l-row__col--"]:nth-of-type(n+5) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .l-row--gap-xl-4col > .l-row__col:nth-of-type(n+1),
  .l-row--gap-xl-4col > [class*="l-row__col--"]:nth-of-type(n+1) {
    margin-top: 0;
  }
  .l-row--gap-xl-4col > .l-row__col:nth-of-type(n+5),
  .l-row--gap-xl-4col > [class*="l-row__col--"]:nth-of-type(n+5) {
    margin-top: 40px;
  }
}

/* =========================================================
header - ヘッダー
========================================================= */
.l-header {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* =========================================================
main - メイン
========================================================= */
/* =========================================================
section - セクションの大枠など
========================================================= */
.l-section {
  overflow: hidden;
}

.l-section__in {
  position: relative;
}

.l-section--secondary-gray-color-bg {
  background-color: #f5f5f5;
}

.l-section--about {
  padding-top: 7.875vw;
  padding-bottom: 8.75vw;
}

@media screen and (min-width: 800px) {
  .l-section--about {
    padding-top: 63px;
    padding-bottom: 70px;
  }
}

.l-section--regret {
  position: relative;
  padding-top: 13.75vw;
  padding-bottom: 20vw;
}

@media screen and (min-width: 800px) {
  .l-section--regret {
    padding-top: 110px;
    padding-bottom: 160px;
  }
}

.l-section--regret .l-section__bg-img {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-section--no-worries {
  position: relative;
  padding-top: 12.5vw;
  padding-bottom: 10vw;
  background-color: #e1e1e1;
}

@media screen and (min-width: 800px) {
  .l-section--no-worries {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.l-section--no-worries .l-section__bg-img {
  display: block;
  z-index: 0;
  position: absolute;
  top: 15vw;
  right: -25vw;
  width: 103.13vw;
  height: auto;
  mix-blend-mode: multiply;
}

@media screen and (min-width: 800px) {
  .l-section--no-worries .l-section__bg-img {
    top: 136px;
    right: 0;
    width: 69vw;
    max-width: 828px;
  }
}

.l-section--more {
  position: relative;
}

.l-section--more .l-section__bg-img {
  display: block;
  width: 100%;
  height: 102.5vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 59% 50%;
  object-position: 59% 50%;
}

@media screen and (min-width: 800px) {
  .l-section--more .l-section__bg-img {
    height: 815px;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}

.l-section--more .l-section__in {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 12.5vw;
  padding-bottom: 20vw;
}

@media screen and (min-width: 800px) {
  .l-section--more .l-section__in {
    padding-top: 100px;
    padding-bottom: 160px;
  }
}

.l-section--reason {
  position: relative;
  padding-top: 12.125vw;
}

@media screen and (min-width: 800px) {
  .l-section--reason {
    padding-top: 97px;
  }
}

.l-section--reason::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 58.33vw;
  height: 20.875vw;
  background-color: #dbebfa;
  content: '';
}

@media screen and (min-width: 800px) {
  .l-section--reason::before {
    height: 167px;
  }
}

.l-section--product {
  border-top: 16px solid #b22d40;
  border-bottom: 40px solid #b22d40;
}

@media screen and (min-width: 800px) {
  .l-section--product {
    border-top-width: 16px;
    border-bottom-width: 40px;
  }
}

.l-section--support {
  padding-top: 9.625vw;
  padding-bottom: 13.625vw;
  border-top: 2.5vw solid #b22d40;
}

@media screen and (min-width: 800px) {
  .l-section--support {
    padding-top: 77px;
    padding-bottom: 109px;
    border-top-width: 20px;
  }
}

/* =========================================================
button - ボタン関係のコンポーネント
========================================================= */
.c-primary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.625vw 10vw 1.75vw;
  border-radius: 7.75vw;
  background-color: #111;
  -webkit-box-shadow: 0px 0.375vw 0.375vw 0px rgba(6, 0, 1, 0.45);
  box-shadow: 0px 0.375vw 0.375vw 0px rgba(6, 0, 1, 0.45);
  color: #fff;
  font-size: 22px;
  font-size: 2.75vw;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 800px) {
  .c-primary-btn {
    padding: 13px 80px 14px;
    border-radius: 62px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(6, 0, 1, 0.45);
    box-shadow: 0px 3px 3px 0px rgba(6, 0, 1, 0.45);
    font-size: 22px;
    font-size: 1.375rem;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .c-primary-btn:hover {
    opacity: .7;
  }
}

.c-primary-btn::before {
  width: 1.875vw;
  height: 1.875vw;
  margin-top: -1vw;
  margin-right: 2.5vw;
  margin-left: -0.375vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 0.25vw solid #fff;
  border-bottom: 0.25vw solid #fff;
  content: "";
}

@media screen and (min-width: 800px) {
  .c-primary-btn::before {
    width: 15px;
    height: 15px;
    margin-top: -8px;
    margin-right: 20px;
    margin-left: -3px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}

.c-primary-btn:hover {
  color: #fff;
}

.c-primary-btn--has-border {
  border: 0.25vw solid #fff;
}

@media screen and (min-width: 800px) {
  .c-primary-btn--has-border {
    border-width: 2px;
  }
}

.c-primary-btn--arrow-right::before {
  margin-top: 0;
  margin-right: 3.25vw;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 800px) {
  .c-primary-btn--arrow-right::before {
    margin-right: 26px;
  }
}

.c-secondary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.125vw 3.75vw;
  border: 0.375vw solid #e8e8e8;
  border-radius: 6.5vw;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0px 0.375vw 0.375vw 0px rgba(6, 0, 1, 0.25);
  box-shadow: 0px 0.375vw 0.375vw 0px rgba(6, 0, 1, 0.25);
  color: #111;
  font-size: 20px;
  font-size: 2.5vw;
  text-decoration: none;
}

@media screen and (min-width: 800px) {
  .c-secondary-btn {
    padding: 9px 30px;
    border-width: 3px;
    border-radius: 52px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(6, 0, 1, 0.25);
    box-shadow: 0px 3px 3px 0px rgba(6, 0, 1, 0.25);
    font-size: 20px;
    font-size: 1.25rem;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .c-secondary-btn:hover {
    opacity: .7;
  }
}

.c-secondary-btn::before {
  width: 1.875vw;
  height: 1.875vw;
  margin-top: -1vw;
  margin-right: 1.25vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 0.125vw solid #111;
  border-bottom: 0.125vw solid #111;
  content: "";
}

@media screen and (min-width: 800px) {
  .c-secondary-btn::before {
    width: 15px;
    height: 15px;
    margin-top: -8px;
    margin-right: 10px;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
}

.c-secondary-btn:hover {
  color: #111;
}

.c-secondary-btn--arrow-right::before {
  width: 1.5vw;
  height: 1.5vw;
  margin-top: 0.25vw;
  margin-right: 1.5vw;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 800px) {
  .c-secondary-btn--arrow-right::before {
    width: 12px;
    height: 12px;
    margin-top: 1px;
    margin-right: 12px;
  }
}

.c-tertiary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 1.625vw 1.875vw 2.625vw;
  background-color: #b22d40;
  color: #fff;
  font-size: 24px;
  font-size: 3vw;
  text-decoration: none;
}

@media screen and (min-width: 800px) {
  .c-tertiary-btn {
    padding: 13px 15px 21px;
    font-size: 24px;
    font-size: 1.5rem;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .c-tertiary-btn:hover {
    opacity: .7;
  }
}

.c-tertiary-btn::before {
  width: 1.75vw;
  height: 1.75vw;
  margin-right: 3.125vw;
  margin-bottom: -1vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 0.25vw solid #fff;
  border-right: 0.25vw solid #fff;
  content: "";
}

@media screen and (min-width: 800px) {
  .c-tertiary-btn::before {
    width: 14px;
    height: 14px;
    margin-right: 25px;
    margin-bottom: -8px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
}

.c-tertiary-btn:hover {
  color: #fff;
}

.c-tertiary-btn__large {
  font-size: 150%;
}

.c-shiny-btn {
  display: inline-block;
  position: relative;
  width: 701px;
  max-width: 80%;
  overflow: hidden;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/fibonaccijp/uploads/counseling/images/horizon_tr/btnjpg_off.jpg);
  background-position: left;
  background-size: cover;
  -webkit-box-shadow: 6.4px 6.4px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 6.4px 6.4px 10px 0 rgba(0, 0, 0, 0.2);
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-shiny-btn--mw100 {
  max-width: 100%;
}

.c-shiny-btn img {
  max-width: 100%;
  vertical-align: top;
}

.c-shiny-btn:hover {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/fibonaccijp/uploads/counseling/images/horizon_tr/btnjpg_on.jpg);
}

.c-shiny-btn::before {
  display: inline-block;
  position: absolute;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: c-shiny-btn 3s ease-in-out infinite;
  animation: c-shiny-btn 3s ease-in-out infinite;
  content: "";
}

@-webkit-keyframes c-shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.c-shiny-btn2 {
  display: inline-block;
  position: relative;
  width: 340px;
  max-width: 100%;
  max-height: 125px;
  overflow: hidden;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/fibonaccijp/uploads/counseling/images/horizon_tr/tr_btn_off.jpg);
  background-position: left;
  background-size: cover;
  -webkit-box-shadow: 6.4px 6.4px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 6.4px 6.4px 10px 0 rgba(0, 0, 0, 0.2);
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-shiny-btn2--mw100 {
  max-width: 100%;
}

.c-shiny-btn2 img {
  max-width: 100%;
  vertical-align: top;
}

.c-shiny-btn2:hover {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/fibonaccijp/uploads/counseling/images/horizon_tr/tr_btn_on.jpg);
}

.c-shiny-btn2::before {
  display: inline-block;
  position: absolute;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: c-shiny-btn 3s ease-in-out infinite;
  animation: c-shiny-btn 3s ease-in-out infinite;
  content: "";
}

.c-shiny-btn2__text {
  padding-bottom: calc(1vw * 2 / 800 * 100);
}

@-webkit-keyframes c-shiny-btn2 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

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

.c-responsive-img--inline-block {
  display: inline-block;
  vertical-align: bottom;
}

@media screen and (max-width: 799px) {
  .c-responsive-img--johnson-logo {
    max-width: 15vw;
  }
}

@media screen and (max-width: 799px) {
  .c-responsive-img--horizon-fitness-product {
    max-width: 60.625vw;
  }
}

@media screen and (max-width: 799px) {
  .c-responsive-img--view-fit-logo {
    max-width: 26.375vw;
  }
}

@media screen and (max-width: 799px) {
  .c-responsive-img--view-fit-link {
    max-width: 73.875vw;
  }
}

@media screen and (max-width: 799px) {
  .c-responsive-img--fit-display-logo {
    max-width: 37.125vw;
  }
}

@media screen and (max-width: 799px) {
  .c-responsive-img--fit-display-img {
    max-width: 70vw;
  }
}

.c-responsive-img--new-trend {
  width: 100%;
  max-height: 81.5vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

@media screen and (min-width: 800px) {
  .c-responsive-img--new-trend {
    max-height: 652px;
  }
}

@media screen and (max-width: 799px) {
  .c-responsive-img--support {
    max-width: 80.75vw;
  }
}

@media screen and (max-width: 799px) {
  .c-responsive-img--tr-logo {
    max-width: 37.5vw;
  }
}

.c-responsive-img--shadow {
  -webkit-box-shadow: 1px 2.8px 14px 0 rgba(5, 3, 3, 0.35);
  box-shadow: 1px 2.8px 14px 0 rgba(5, 3, 3, 0.35);
}

/* =========================================================
navigation - グローバルナビなど
========================================================= */
.c-page-link {
  margin-top: -9.875vw;
  padding-top: 9.875vw;
}

@media screen and (min-width: 800px) {
  .c-page-link {
    margin-top: -79px;
    padding-top: 79px;
  }
}

.c-contact-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-contact-nav__item + .c-contact-nav__item {
  margin-left: 2.75vw;
}

@media screen and (min-width: 800px) {
  .c-contact-nav__item + .c-contact-nav__item {
    margin-left: 22px;
  }
}

.c-contact-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

@media screen and (min-width: 800px) {
  .c-contact-nav__link {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .c-contact-nav__link:hover {
    opacity: .7;
  }
}

@media screen and (min-width: 800px) {
  .c-contact-nav__link--tel {
    pointer-events: none;
  }
}

.c-contact-nav__icon--tel {
  width: 5.375vw;
}

@media screen and (min-width: 800px) {
  .c-contact-nav__icon--tel {
    width: 43px;
  }
}

.c-contact-nav__icon--mail {
  width: 3.75vw;
}

@media screen and (min-width: 800px) {
  .c-contact-nav__icon--mail {
    width: 30px;
  }
}

.c-contact-nav__tel-number {
  margin-left: 1.25vw;
  color: #333;
  font-size: 24px;
  font-size: 3vw;
  font-weight: 400;
  letter-spacing: .02em;
}

@media screen and (min-width: 800px) {
  .c-contact-nav__tel-number {
    margin-left: 10px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* =========================================================
site-branding - サイトのロゴなど
========================================================= */
.c-site-branding {
  display: inline-block;
}

@media screen and (min-width: 800px) {
  .c-site-branding {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .c-site-branding:hover {
    opacity: .7;
  }
}

.c-site-branding__logo {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
.c-txt {
  font-size: 16px;
  font-size: 2vw;
  font-weight: 400;
}

@media screen and (min-width: 800px) {
  .c-txt {
    font-size: 16px;
    font-size: 1rem;
  }
}

.c-txt--sm {
  font-size: 14px;
  font-size: 1.75vw;
}

@media screen and (min-width: 800px) {
  .c-txt--sm {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.c-txt--md {
  font-size: 18px;
  font-size: 2.25vw;
}

@media screen and (min-width: 800px) {
  .c-txt--md {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.c-txt--lg {
  font-size: 20px;
  font-size: 2.5vw;
}

@media screen and (min-width: 800px) {
  .c-txt--lg {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.c-txt--xl {
  font-size: 22px;
  font-size: 2.75vw;
}

@media screen and (min-width: 800px) {
  .c-txt--xl {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.c-txt--2xl {
  font-size: 24px;
  font-size: 3vw;
}

@media screen and (min-width: 800px) {
  .c-txt--2xl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.c-txt--3xl {
  font-size: 26px;
  font-size: 3.25vw;
}

@media screen and (min-width: 800px) {
  .c-txt--3xl {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.c-txt--4xl {
  font-size: 28px;
  font-size: 3.5vw;
}

@media screen and (min-width: 800px) {
  .c-txt--4xl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.c-txt--5xl {
  font-size: 30px;
  font-size: 3.75vw;
}

@media screen and (min-width: 800px) {
  .c-txt--5xl {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.c-txt--6xl {
  font-size: 34px;
  font-size: 4.25vw;
}

@media screen and (min-width: 800px) {
  .c-txt--6xl {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.c-txt--7xl {
  font-size: 36px;
  font-size: 4.5vw;
}

@media screen and (min-width: 800px) {
  .c-txt--7xl {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.c-txt--8xl {
  font-size: 40px;
  font-size: 5vw;
}

@media screen and (min-width: 800px) {
  .c-txt--8xl {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.c-txt--9xl {
  font-size: 46px;
  font-size: 5.75vw;
}

@media screen and (min-width: 800px) {
  .c-txt--9xl {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

.c-txt--10xl {
  font-size: 50px;
  font-size: 6.25vw;
}

@media screen and (min-width: 800px) {
  .c-txt--10xl {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.c-txt--11xl {
  font-size: 56px;
  font-size: 7vw;
}

@media screen and (min-width: 800px) {
  .c-txt--11xl {
    font-size: 56px;
    font-size: 3.5rem;
  }
}

.c-txt--12xl {
  font-size: 58px;
  font-size: 7.25vw;
}

@media screen and (min-width: 800px) {
  .c-txt--12xl {
    font-size: 58px;
    font-size: 3.625rem;
  }
}

.c-txt--13xl {
  font-size: 60px;
  font-size: 7.5vw;
}

@media screen and (min-width: 800px) {
  .c-txt--13xl {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.c-txt--14xl {
  font-size: 72px;
  font-size: 9vw;
}

@media screen and (min-width: 800px) {
  .c-txt--14xl {
    font-size: 72px;
    font-size: 4.5rem;
  }
}

.c-txt--15xl {
  font-size: 80px;
  font-size: 10vw;
}

@media screen and (min-width: 800px) {
  .c-txt--15xl {
    font-size: 80px;
    font-size: 5rem;
  }
}

.c-txt--serif {
  font-family: "Noto Serif JP", serif;
}

.c-txt__small {
  font-size: 80%;
}

.c-txt__large {
  font-size: 120%;
}

.c-txt__extra-large {
  font-size: 166.6666%;
}

.c-txt__marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #acd0f1));
  background: -webkit-linear-gradient(transparent 70%, #acd0f1 70%);
  background: linear-gradient(transparent 70%, #acd0f1 70%);
}

.c-txt__marker--yellow {
  background: #fef7c8;
}

.c-txt__underline {
  display: inline-block;
  position: relative;
}

.c-txt__underline::after {
  display: block;
  position: absolute;
  bottom: -0.625vw;
  left: 0;
  width: 100%;
  height: 0.5vw;
  background-color: #871e2c;
  content: "";
}

@media screen and (min-width: 800px) {
  .c-txt__underline::after {
    bottom: -5px;
    height: 4px;
  }
}

.c-txt__underline--primary-accent-color::after {
  bottom: -0.125vw;
  height: 0.25vw;
  background-color: #fcff00;
}

@media screen and (min-width: 800px) {
  .c-txt__underline--primary-accent-color::after {
    bottom: -1px;
    height: 2px;
  }
}

.c-txt__dot {
  position: relative;
}

.c-txt__dot::before {
  display: block;
  position: absolute;
  top: -0.875vw;
  left: 50%;
  width: 1.25vw;
  height: 1.25vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

@media screen and (min-width: 800px) {
  .c-txt__dot::before {
    top: -7px;
    width: 10px;
    height: 10px;
  }
}

.c-txt__sup {
  font-size: 60%;
  font-weight: 100;
  vertical-align: super;
}

.c-txt--44 {
  font-size: 44px;
  font-size: 5.5vw;
}

@media screen and (min-width: 800px) {
  .c-txt--44 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}

.c-txt--65 {
  font-size: 65px;
  font-size: 8.125vw;
}

@media screen and (min-width: 800px) {
  .c-txt--65 {
    font-size: 65px;
    font-size: 4.0625rem;
  }
}

/* =========================================================
youtube - Youtube埋め込み
========================================================= */
.c-youtube {
  max-width: 70vw;
  margin: 0 auto;
}

@media screen and (min-width: 800px) {
  .c-youtube {
    max-width: 560px;
  }
}

.c-youtube__in {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.428%;
}

.c-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-youtube--lg {
  max-width: 80vw;
}

@media screen and (min-width: 800px) {
  .c-youtube--lg {
    max-width: 640px;
  }
}

/* =========================================================
area - 境界線の曖昧な大枠
========================================================= */
.p-fv-area {
  position: relative;
}

.p-fv-area__text {
  position: absolute;
  top: 3%;
  left: 0;
  width: 100%;
  text-align: center;
}

.p-fv-area__content {
  position: absolute;
  bottom: 4%;
  left: 0;
  width: 100%;
  text-align: center;
}

.p-docter-area {
  position: relative;
}

.p-docter-area__text {
  position: absolute;
  top: 67%;
  left: 0;
}

.p-trouble-area {
  position: relative;
}

.p-trouble-area__content {
  position: absolute;
  top: 45%;
  left: 15%;
}

.p-trouble-area__list-item {
  position: relative;
}

.p-trouble-area__list-item::before {
  position: absolute;
  top: 0;
  left: -7%;
  width: 4vw;
  max-width: 27px;
  height: 28px;
  margin-top: calc(1vw * 8 / 800 * 100) !important;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/fibonaccijp/uploads/counseling/images/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 800px) {
  .p-trouble-area__list-item::before {
    margin-top: 0.5rem !important;
  }
}

.p-trouble-area__text {
  position: absolute;
  bottom: 11%;
  left: 50%;
  -webkit-transform: translateX(-42%);
  transform: translateX(-42%);
}

.p-care-area {
  position: relative;
}

.p-care-area__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-care-area__text1 {
  position: absolute;
  top: 33%;
  left: 14%;
}

.p-care-area__text2 {
  position: absolute;
  top: 33%;
  left: 41.5%;
}

.p-care-area__text3 {
  position: absolute;
  top: 33%;
  left: 74%;
}

.p-care-area__text4 {
  position: absolute;
  top: 49%;
  left: 19%;
}

.p-care-area__text5 {
  position: absolute;
  top: 49%;
  left: 43%;
}

.p-care-area__text6 {
  position: absolute;
  top: 49%;
  left: 71.5%;
}

.p-type-area {
  position: relative;
}

.p-type-area__title {
  position: absolute;
  top: 16.5%;
  left: 20%;
}

.p-type-area__content {
  position: absolute;
  bottom: 5%;
  left: 0;
  text-align: center;
}

.p-type-area__hand {
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 12%;
  width: 35vw;
  text-align: right;
}

.p-point-area1 {
  position: relative;
}

.p-point-area1__title {
  position: absolute;
  top: 41%;
  left: 0;
  width: 100%;
}

.p-point-area1__care1 {
  position: absolute;
  top: 67%;
  left: 18%;
}

.p-point-area1__care2 {
  position: absolute;
  top: 67%;
  left: 44%;
}

.p-point-area1__care3 {
  position: absolute;
  top: 67%;
  left: 74%;
}

.p-point-area1__text {
  position: absolute;
  bottom: 8%;
  left: 0;
}

.p-point-area2 {
  position: relative;
}

.p-point-area2__title {
  position: absolute;
  top: 18%;
  left: 0;
  width: 100%;
}

.p-point-area2__text {
  position: absolute;
  bottom: 10%;
  left: 0;
}

.p-point-area3 {
  position: relative;
}

.p-point-area3__title {
  position: absolute;
  top: 16%;
  left: 0;
  width: 100%;
}

.p-point-area3__text {
  position: absolute;
  bottom: 17%;
  left: 0;
}

.p-point-area3__sub-text {
  position: absolute;
  bottom: 4%;
  left: 0;
  width: 100%;
  text-align: center;
}

.p-know-area {
  position: relative;
}

.p-know-area__text {
  position: absolute;
  top: 7%;
  left: 0;
  width: 100%;
}

.p-medicine-area {
  position: relative;
}

.p-medicine-area__title {
  position: absolute;
  top: 7%;
  left: 0;
  width: 100%;
  text-align: center;
}

.p-medicine-area__content {
  position: absolute;
  top: 55%;
  left: 18%;
}

.p-medicine-area__list-item {
  position: relative;
}

.p-medicine-area__list-item::before {
  position: absolute;
  top: 0;
  left: -13%;
  width: 4vw;
  max-width: 27px;
  height: 28px;
  margin-top: calc(1vw * 8 / 800 * 100) !important;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/fibonaccijp/uploads/counseling/images/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 800px) {
  .p-medicine-area__list-item::before {
    margin-top: 0.5rem !important;
  }
}

.p-medical-area {
  position: relative;
}

.p-medical-area__content {
  position: absolute;
  bottom: 5%;
  left: 0;
  text-align: center;
}

.p-medical-area__hand {
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 0;
  bottom: 22%;
  width: 35vw;
  text-align: right;
}

/* =========================================================
box - 境界線の明確な大枠
========================================================= */
.p-bg-box {
  background-color: #fff;
}

.p-bg-box--primary-color {
  background-color: #871e2c;
}

.p-bg-box--secondary-color {
  background-color: #b22d40;
}

.p-bg-box--tertiary-color {
  background-color: #acd0f1;
}

.p-bg-box--quarternary-color {
  background-color: #9dc2e5;
}

.p-bg-box--primary-gray-color {
  background-color: #dedede;
}

.p-bg-box--secondary-gray-color {
  background-color: #f5f5f5;
}

/* =========================================================
card - カード式レイアウトのオブジェクト
========================================================= */
/* =========================================================
footer - フッター内のクラス
========================================================= */
/* =========================================================
header - ヘッダー内のクラス
========================================================= */
/* =========================================================
hero - メインビジュアル
========================================================= */
/* =========================================================
list - リストのオブジェクト
========================================================= */
/* =========================================================
slider - スライダー
========================================================= */
/* =========================================================
table - 表など
========================================================= */
/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
.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: -webkit-box !important;
  display: flex !important;
}

.u-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !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: -webkit-box !important;
    display: flex !important;
  }
  .u-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 800px) {
  .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: -webkit-box !important;
    display: flex !important;
  }
  .u-mu-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -webkit-box !important;
    display: flex !important;
  }
  .u-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -webkit-box !important;
    display: flex !important;
  }
  .u-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -webkit-box !important;
    display: flex !important;
  }
  .u-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

/* =========================================================
flex - flexを使った位置調整など
========================================================= */
.u-flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.u-flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.u-flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.u-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.u-flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: 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;
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important;
}

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

.u-flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 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;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

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

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

.u-justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-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;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

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

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

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

.u-align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-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;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .u-flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .u-flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .u-flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .u-flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .u-justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .u-justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .u-justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .u-align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .u-align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .u-align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .u-align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .u-flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .u-flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .u-flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .u-flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .u-justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .u-justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .u-justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .u-align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .u-align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .u-align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .u-align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .u-flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .u-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .u-flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .u-flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .u-justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .u-justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .u-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .u-align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .u-align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .u-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .u-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .u-flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .u-flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .u-flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .u-flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .u-justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .u-justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .u-justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .u-align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .u-align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .u-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .u-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
  }
}

/* =========================================================
margin - 余白の調整
========================================================= */
.u-m-0 {
  margin: calc(1vw * 0 / 800 * 100) !important;
}

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

.u-mt-0,
.u-my-0 {
  margin-top: calc(1vw * 0 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mt-0,
  .u-my-0 {
    margin-top: 0rem !important;
  }
}

.u-mr-0,
.u-mx-0 {
  margin-right: calc(1vw * 0 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mr-0,
  .u-mx-0 {
    margin-right: 0rem !important;
  }
}

.u-mb-0,
.u-my-0 {
  margin-bottom: calc(1vw * 0 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mb-0,
  .u-my-0 {
    margin-bottom: 0rem !important;
  }
}

.u-ml-0,
.u-mx-0 {
  margin-left: calc(1vw * 0 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-ml-0,
  .u-mx-0 {
    margin-left: 0rem !important;
  }
}

.u-n-m-0 {
  margin: calc(1vw * -0 / 800 * 100) !important;
}

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

.u-n-mt-0,
.u-n-my-0 {
  margin-top: calc(1vw * -0 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mt-0,
  .u-n-my-0 {
    margin-top: -0rem !important;
  }
}

.u-n-mr-0,
.u-n-mx-0 {
  margin-right: calc(1vw * -0 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mr-0,
  .u-n-mx-0 {
    margin-right: -0rem !important;
  }
}

.u-n-mb-0,
.u-n-my-0 {
  margin-bottom: calc(1vw * -0 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mb-0,
  .u-n-my-0 {
    margin-bottom: -0rem !important;
  }
}

.u-n-ml-0,
.u-n-mx-0 {
  margin-left: calc(1vw * -0 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-ml-0,
  .u-n-mx-0 {
    margin-bottom: -0rem !important;
  }
}

.u-m-1 {
  margin: calc(1vw * 8 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-m-1 {
    margin: 0.5rem !important;
  }
}

.u-mt-1,
.u-my-1 {
  margin-top: calc(1vw * 8 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mt-1,
  .u-my-1 {
    margin-top: 0.5rem !important;
  }
}

.u-mr-1,
.u-mx-1 {
  margin-right: calc(1vw * 8 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mr-1,
  .u-mx-1 {
    margin-right: 0.5rem !important;
  }
}

.u-mb-1,
.u-my-1 {
  margin-bottom: calc(1vw * 8 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mb-1,
  .u-my-1 {
    margin-bottom: 0.5rem !important;
  }
}

.u-ml-1,
.u-mx-1 {
  margin-left: calc(1vw * 8 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-ml-1,
  .u-mx-1 {
    margin-left: 0.5rem !important;
  }
}

.u-n-m-1 {
  margin: calc(1vw * -8 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-m-1 {
    margin: -0.5rem !important;
  }
}

.u-n-mt-1,
.u-n-my-1 {
  margin-top: calc(1vw * -8 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mt-1,
  .u-n-my-1 {
    margin-top: -0.5rem !important;
  }
}

.u-n-mr-1,
.u-n-mx-1 {
  margin-right: calc(1vw * -8 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mr-1,
  .u-n-mx-1 {
    margin-right: -0.5rem !important;
  }
}

.u-n-mb-1,
.u-n-my-1 {
  margin-bottom: calc(1vw * -8 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mb-1,
  .u-n-my-1 {
    margin-bottom: -0.5rem !important;
  }
}

.u-n-ml-1,
.u-n-mx-1 {
  margin-left: calc(1vw * -8 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-ml-1,
  .u-n-mx-1 {
    margin-bottom: -0.5rem !important;
  }
}

.u-m-2 {
  margin: calc(1vw * 16 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-m-2 {
    margin: 1rem !important;
  }
}

.u-mt-2,
.u-my-2 {
  margin-top: calc(1vw * 16 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mt-2,
  .u-my-2 {
    margin-top: 1rem !important;
  }
}

.u-mr-2,
.u-mx-2 {
  margin-right: calc(1vw * 16 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mr-2,
  .u-mx-2 {
    margin-right: 1rem !important;
  }
}

.u-mb-2,
.u-my-2 {
  margin-bottom: calc(1vw * 16 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mb-2,
  .u-my-2 {
    margin-bottom: 1rem !important;
  }
}

.u-ml-2,
.u-mx-2 {
  margin-left: calc(1vw * 16 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-ml-2,
  .u-mx-2 {
    margin-left: 1rem !important;
  }
}

.u-n-m-2 {
  margin: calc(1vw * -16 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-m-2 {
    margin: -1rem !important;
  }
}

.u-n-mt-2,
.u-n-my-2 {
  margin-top: calc(1vw * -16 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mt-2,
  .u-n-my-2 {
    margin-top: -1rem !important;
  }
}

.u-n-mr-2,
.u-n-mx-2 {
  margin-right: calc(1vw * -16 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mr-2,
  .u-n-mx-2 {
    margin-right: -1rem !important;
  }
}

.u-n-mb-2,
.u-n-my-2 {
  margin-bottom: calc(1vw * -16 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mb-2,
  .u-n-my-2 {
    margin-bottom: -1rem !important;
  }
}

.u-n-ml-2,
.u-n-mx-2 {
  margin-left: calc(1vw * -16 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-ml-2,
  .u-n-mx-2 {
    margin-bottom: -1rem !important;
  }
}

.u-m-3 {
  margin: calc(1vw * 24 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-m-3 {
    margin: 1.5rem !important;
  }
}

.u-mt-3,
.u-my-3 {
  margin-top: calc(1vw * 24 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mt-3,
  .u-my-3 {
    margin-top: 1.5rem !important;
  }
}

.u-mr-3,
.u-mx-3 {
  margin-right: calc(1vw * 24 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mr-3,
  .u-mx-3 {
    margin-right: 1.5rem !important;
  }
}

.u-mb-3,
.u-my-3 {
  margin-bottom: calc(1vw * 24 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mb-3,
  .u-my-3 {
    margin-bottom: 1.5rem !important;
  }
}

.u-ml-3,
.u-mx-3 {
  margin-left: calc(1vw * 24 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-ml-3,
  .u-mx-3 {
    margin-left: 1.5rem !important;
  }
}

.u-n-m-3 {
  margin: calc(1vw * -24 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-m-3 {
    margin: -1.5rem !important;
  }
}

.u-n-mt-3,
.u-n-my-3 {
  margin-top: calc(1vw * -24 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mt-3,
  .u-n-my-3 {
    margin-top: -1.5rem !important;
  }
}

.u-n-mr-3,
.u-n-mx-3 {
  margin-right: calc(1vw * -24 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mr-3,
  .u-n-mx-3 {
    margin-right: -1.5rem !important;
  }
}

.u-n-mb-3,
.u-n-my-3 {
  margin-bottom: calc(1vw * -24 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mb-3,
  .u-n-my-3 {
    margin-bottom: -1.5rem !important;
  }
}

.u-n-ml-3,
.u-n-mx-3 {
  margin-left: calc(1vw * -24 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-ml-3,
  .u-n-mx-3 {
    margin-bottom: -1.5rem !important;
  }
}

.u-m-4 {
  margin: calc(1vw * 32 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-m-4 {
    margin: 2rem !important;
  }
}

.u-mt-4,
.u-my-4 {
  margin-top: calc(1vw * 32 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mt-4,
  .u-my-4 {
    margin-top: 2rem !important;
  }
}

.u-mr-4,
.u-mx-4 {
  margin-right: calc(1vw * 32 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mr-4,
  .u-mx-4 {
    margin-right: 2rem !important;
  }
}

.u-mb-4,
.u-my-4 {
  margin-bottom: calc(1vw * 32 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mb-4,
  .u-my-4 {
    margin-bottom: 2rem !important;
  }
}

.u-ml-4,
.u-mx-4 {
  margin-left: calc(1vw * 32 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-ml-4,
  .u-mx-4 {
    margin-left: 2rem !important;
  }
}

.u-n-m-4 {
  margin: calc(1vw * -32 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-m-4 {
    margin: -2rem !important;
  }
}

.u-n-mt-4,
.u-n-my-4 {
  margin-top: calc(1vw * -32 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mt-4,
  .u-n-my-4 {
    margin-top: -2rem !important;
  }
}

.u-n-mr-4,
.u-n-mx-4 {
  margin-right: calc(1vw * -32 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mr-4,
  .u-n-mx-4 {
    margin-right: -2rem !important;
  }
}

.u-n-mb-4,
.u-n-my-4 {
  margin-bottom: calc(1vw * -32 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mb-4,
  .u-n-my-4 {
    margin-bottom: -2rem !important;
  }
}

.u-n-ml-4,
.u-n-mx-4 {
  margin-left: calc(1vw * -32 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-ml-4,
  .u-n-mx-4 {
    margin-bottom: -2rem !important;
  }
}

.u-m-5 {
  margin: calc(1vw * 40 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-m-5 {
    margin: 2.5rem !important;
  }
}

.u-mt-5,
.u-my-5 {
  margin-top: calc(1vw * 40 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mt-5,
  .u-my-5 {
    margin-top: 2.5rem !important;
  }
}

.u-mr-5,
.u-mx-5 {
  margin-right: calc(1vw * 40 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mr-5,
  .u-mx-5 {
    margin-right: 2.5rem !important;
  }
}

.u-mb-5,
.u-my-5 {
  margin-bottom: calc(1vw * 40 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mb-5,
  .u-my-5 {
    margin-bottom: 2.5rem !important;
  }
}

.u-ml-5,
.u-mx-5 {
  margin-left: calc(1vw * 40 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-ml-5,
  .u-mx-5 {
    margin-left: 2.5rem !important;
  }
}

.u-n-m-5 {
  margin: calc(1vw * -40 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-m-5 {
    margin: -2.5rem !important;
  }
}

.u-n-mt-5,
.u-n-my-5 {
  margin-top: calc(1vw * -40 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mt-5,
  .u-n-my-5 {
    margin-top: -2.5rem !important;
  }
}

.u-n-mr-5,
.u-n-mx-5 {
  margin-right: calc(1vw * -40 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mr-5,
  .u-n-mx-5 {
    margin-right: -2.5rem !important;
  }
}

.u-n-mb-5,
.u-n-my-5 {
  margin-bottom: calc(1vw * -40 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mb-5,
  .u-n-my-5 {
    margin-bottom: -2.5rem !important;
  }
}

.u-n-ml-5,
.u-n-mx-5 {
  margin-left: calc(1vw * -40 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-ml-5,
  .u-n-mx-5 {
    margin-bottom: -2.5rem !important;
  }
}

.u-m-6 {
  margin: calc(1vw * 48 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-m-6 {
    margin: 3rem !important;
  }
}

.u-mt-6,
.u-my-6 {
  margin-top: calc(1vw * 48 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mt-6,
  .u-my-6 {
    margin-top: 3rem !important;
  }
}

.u-mr-6,
.u-mx-6 {
  margin-right: calc(1vw * 48 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mr-6,
  .u-mx-6 {
    margin-right: 3rem !important;
  }
}

.u-mb-6,
.u-my-6 {
  margin-bottom: calc(1vw * 48 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mb-6,
  .u-my-6 {
    margin-bottom: 3rem !important;
  }
}

.u-ml-6,
.u-mx-6 {
  margin-left: calc(1vw * 48 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-ml-6,
  .u-mx-6 {
    margin-left: 3rem !important;
  }
}

.u-n-m-6 {
  margin: calc(1vw * -48 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-m-6 {
    margin: -3rem !important;
  }
}

.u-n-mt-6,
.u-n-my-6 {
  margin-top: calc(1vw * -48 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mt-6,
  .u-n-my-6 {
    margin-top: -3rem !important;
  }
}

.u-n-mr-6,
.u-n-mx-6 {
  margin-right: calc(1vw * -48 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mr-6,
  .u-n-mx-6 {
    margin-right: -3rem !important;
  }
}

.u-n-mb-6,
.u-n-my-6 {
  margin-bottom: calc(1vw * -48 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mb-6,
  .u-n-my-6 {
    margin-bottom: -3rem !important;
  }
}

.u-n-ml-6,
.u-n-mx-6 {
  margin-left: calc(1vw * -48 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-ml-6,
  .u-n-mx-6 {
    margin-bottom: -3rem !important;
  }
}

.u-m-7 {
  margin: calc(1vw * 56 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-m-7 {
    margin: 3.5rem !important;
  }
}

.u-mt-7,
.u-my-7 {
  margin-top: calc(1vw * 56 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mt-7,
  .u-my-7 {
    margin-top: 3.5rem !important;
  }
}

.u-mr-7,
.u-mx-7 {
  margin-right: calc(1vw * 56 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mr-7,
  .u-mx-7 {
    margin-right: 3.5rem !important;
  }
}

.u-mb-7,
.u-my-7 {
  margin-bottom: calc(1vw * 56 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mb-7,
  .u-my-7 {
    margin-bottom: 3.5rem !important;
  }
}

.u-ml-7,
.u-mx-7 {
  margin-left: calc(1vw * 56 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-ml-7,
  .u-mx-7 {
    margin-left: 3.5rem !important;
  }
}

.u-n-m-7 {
  margin: calc(1vw * -56 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-m-7 {
    margin: -3.5rem !important;
  }
}

.u-n-mt-7,
.u-n-my-7 {
  margin-top: calc(1vw * -56 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mt-7,
  .u-n-my-7 {
    margin-top: -3.5rem !important;
  }
}

.u-n-mr-7,
.u-n-mx-7 {
  margin-right: calc(1vw * -56 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mr-7,
  .u-n-mx-7 {
    margin-right: -3.5rem !important;
  }
}

.u-n-mb-7,
.u-n-my-7 {
  margin-bottom: calc(1vw * -56 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mb-7,
  .u-n-my-7 {
    margin-bottom: -3.5rem !important;
  }
}

.u-n-ml-7,
.u-n-mx-7 {
  margin-left: calc(1vw * -56 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-ml-7,
  .u-n-mx-7 {
    margin-bottom: -3.5rem !important;
  }
}

.u-m-8 {
  margin: calc(1vw * 64 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-m-8 {
    margin: 4rem !important;
  }
}

.u-mt-8,
.u-my-8 {
  margin-top: calc(1vw * 64 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mt-8,
  .u-my-8 {
    margin-top: 4rem !important;
  }
}

.u-mr-8,
.u-mx-8 {
  margin-right: calc(1vw * 64 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mr-8,
  .u-mx-8 {
    margin-right: 4rem !important;
  }
}

.u-mb-8,
.u-my-8 {
  margin-bottom: calc(1vw * 64 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mb-8,
  .u-my-8 {
    margin-bottom: 4rem !important;
  }
}

.u-ml-8,
.u-mx-8 {
  margin-left: calc(1vw * 64 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-ml-8,
  .u-mx-8 {
    margin-left: 4rem !important;
  }
}

.u-n-m-8 {
  margin: calc(1vw * -64 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-m-8 {
    margin: -4rem !important;
  }
}

.u-n-mt-8,
.u-n-my-8 {
  margin-top: calc(1vw * -64 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mt-8,
  .u-n-my-8 {
    margin-top: -4rem !important;
  }
}

.u-n-mr-8,
.u-n-mx-8 {
  margin-right: calc(1vw * -64 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mr-8,
  .u-n-mx-8 {
    margin-right: -4rem !important;
  }
}

.u-n-mb-8,
.u-n-my-8 {
  margin-bottom: calc(1vw * -64 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mb-8,
  .u-n-my-8 {
    margin-bottom: -4rem !important;
  }
}

.u-n-ml-8,
.u-n-mx-8 {
  margin-left: calc(1vw * -64 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-ml-8,
  .u-n-mx-8 {
    margin-bottom: -4rem !important;
  }
}

.u-m-9 {
  margin: calc(1vw * 72 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-m-9 {
    margin: 4.5rem !important;
  }
}

.u-mt-9,
.u-my-9 {
  margin-top: calc(1vw * 72 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mt-9,
  .u-my-9 {
    margin-top: 4.5rem !important;
  }
}

.u-mr-9,
.u-mx-9 {
  margin-right: calc(1vw * 72 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mr-9,
  .u-mx-9 {
    margin-right: 4.5rem !important;
  }
}

.u-mb-9,
.u-my-9 {
  margin-bottom: calc(1vw * 72 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mb-9,
  .u-my-9 {
    margin-bottom: 4.5rem !important;
  }
}

.u-ml-9,
.u-mx-9 {
  margin-left: calc(1vw * 72 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-ml-9,
  .u-mx-9 {
    margin-left: 4.5rem !important;
  }
}

.u-n-m-9 {
  margin: calc(1vw * -72 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-m-9 {
    margin: -4.5rem !important;
  }
}

.u-n-mt-9,
.u-n-my-9 {
  margin-top: calc(1vw * -72 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mt-9,
  .u-n-my-9 {
    margin-top: -4.5rem !important;
  }
}

.u-n-mr-9,
.u-n-mx-9 {
  margin-right: calc(1vw * -72 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mr-9,
  .u-n-mx-9 {
    margin-right: -4.5rem !important;
  }
}

.u-n-mb-9,
.u-n-my-9 {
  margin-bottom: calc(1vw * -72 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mb-9,
  .u-n-my-9 {
    margin-bottom: -4.5rem !important;
  }
}

.u-n-ml-9,
.u-n-mx-9 {
  margin-left: calc(1vw * -72 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-ml-9,
  .u-n-mx-9 {
    margin-bottom: -4.5rem !important;
  }
}

.u-m-10 {
  margin: calc(1vw * 80 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-m-10 {
    margin: 5rem !important;
  }
}

.u-mt-10,
.u-my-10 {
  margin-top: calc(1vw * 80 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mt-10,
  .u-my-10 {
    margin-top: 5rem !important;
  }
}

.u-mr-10,
.u-mx-10 {
  margin-right: calc(1vw * 80 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mr-10,
  .u-mx-10 {
    margin-right: 5rem !important;
  }
}

.u-mb-10,
.u-my-10 {
  margin-bottom: calc(1vw * 80 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mb-10,
  .u-my-10 {
    margin-bottom: 5rem !important;
  }
}

.u-ml-10,
.u-mx-10 {
  margin-left: calc(1vw * 80 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-ml-10,
  .u-mx-10 {
    margin-left: 5rem !important;
  }
}

.u-n-m-10 {
  margin: calc(1vw * -80 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-m-10 {
    margin: -5rem !important;
  }
}

.u-n-mt-10,
.u-n-my-10 {
  margin-top: calc(1vw * -80 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mt-10,
  .u-n-my-10 {
    margin-top: -5rem !important;
  }
}

.u-n-mr-10,
.u-n-mx-10 {
  margin-right: calc(1vw * -80 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mr-10,
  .u-n-mx-10 {
    margin-right: -5rem !important;
  }
}

.u-n-mb-10,
.u-n-my-10 {
  margin-bottom: calc(1vw * -80 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mb-10,
  .u-n-my-10 {
    margin-bottom: -5rem !important;
  }
}

.u-n-ml-10,
.u-n-mx-10 {
  margin-left: calc(1vw * -80 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-ml-10,
  .u-n-mx-10 {
    margin-bottom: -5rem !important;
  }
}

.u-m-11 {
  margin: calc(1vw * 88 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-m-11 {
    margin: 5.5rem !important;
  }
}

.u-mt-11,
.u-my-11 {
  margin-top: calc(1vw * 88 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mt-11,
  .u-my-11 {
    margin-top: 5.5rem !important;
  }
}

.u-mr-11,
.u-mx-11 {
  margin-right: calc(1vw * 88 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mr-11,
  .u-mx-11 {
    margin-right: 5.5rem !important;
  }
}

.u-mb-11,
.u-my-11 {
  margin-bottom: calc(1vw * 88 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mb-11,
  .u-my-11 {
    margin-bottom: 5.5rem !important;
  }
}

.u-ml-11,
.u-mx-11 {
  margin-left: calc(1vw * 88 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-ml-11,
  .u-mx-11 {
    margin-left: 5.5rem !important;
  }
}

.u-n-m-11 {
  margin: calc(1vw * -88 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-m-11 {
    margin: -5.5rem !important;
  }
}

.u-n-mt-11,
.u-n-my-11 {
  margin-top: calc(1vw * -88 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mt-11,
  .u-n-my-11 {
    margin-top: -5.5rem !important;
  }
}

.u-n-mr-11,
.u-n-mx-11 {
  margin-right: calc(1vw * -88 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mr-11,
  .u-n-mx-11 {
    margin-right: -5.5rem !important;
  }
}

.u-n-mb-11,
.u-n-my-11 {
  margin-bottom: calc(1vw * -88 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mb-11,
  .u-n-my-11 {
    margin-bottom: -5.5rem !important;
  }
}

.u-n-ml-11,
.u-n-mx-11 {
  margin-left: calc(1vw * -88 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-ml-11,
  .u-n-mx-11 {
    margin-bottom: -5.5rem !important;
  }
}

.u-m-12 {
  margin: calc(1vw * 96 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-m-12 {
    margin: 6rem !important;
  }
}

.u-mt-12,
.u-my-12 {
  margin-top: calc(1vw * 96 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mt-12,
  .u-my-12 {
    margin-top: 6rem !important;
  }
}

.u-mr-12,
.u-mx-12 {
  margin-right: calc(1vw * 96 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mr-12,
  .u-mx-12 {
    margin-right: 6rem !important;
  }
}

.u-mb-12,
.u-my-12 {
  margin-bottom: calc(1vw * 96 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mb-12,
  .u-my-12 {
    margin-bottom: 6rem !important;
  }
}

.u-ml-12,
.u-mx-12 {
  margin-left: calc(1vw * 96 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-ml-12,
  .u-mx-12 {
    margin-left: 6rem !important;
  }
}

.u-n-m-12 {
  margin: calc(1vw * -96 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-m-12 {
    margin: -6rem !important;
  }
}

.u-n-mt-12,
.u-n-my-12 {
  margin-top: calc(1vw * -96 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mt-12,
  .u-n-my-12 {
    margin-top: -6rem !important;
  }
}

.u-n-mr-12,
.u-n-mx-12 {
  margin-right: calc(1vw * -96 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mr-12,
  .u-n-mx-12 {
    margin-right: -6rem !important;
  }
}

.u-n-mb-12,
.u-n-my-12 {
  margin-bottom: calc(1vw * -96 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mb-12,
  .u-n-my-12 {
    margin-bottom: -6rem !important;
  }
}

.u-n-ml-12,
.u-n-mx-12 {
  margin-left: calc(1vw * -96 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-ml-12,
  .u-n-mx-12 {
    margin-bottom: -6rem !important;
  }
}

.u-m-13 {
  margin: calc(1vw * 104 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-m-13 {
    margin: 6.5rem !important;
  }
}

.u-mt-13,
.u-my-13 {
  margin-top: calc(1vw * 104 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mt-13,
  .u-my-13 {
    margin-top: 6.5rem !important;
  }
}

.u-mr-13,
.u-mx-13 {
  margin-right: calc(1vw * 104 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mr-13,
  .u-mx-13 {
    margin-right: 6.5rem !important;
  }
}

.u-mb-13,
.u-my-13 {
  margin-bottom: calc(1vw * 104 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mb-13,
  .u-my-13 {
    margin-bottom: 6.5rem !important;
  }
}

.u-ml-13,
.u-mx-13 {
  margin-left: calc(1vw * 104 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-ml-13,
  .u-mx-13 {
    margin-left: 6.5rem !important;
  }
}

.u-n-m-13 {
  margin: calc(1vw * -104 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-m-13 {
    margin: -6.5rem !important;
  }
}

.u-n-mt-13,
.u-n-my-13 {
  margin-top: calc(1vw * -104 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mt-13,
  .u-n-my-13 {
    margin-top: -6.5rem !important;
  }
}

.u-n-mr-13,
.u-n-mx-13 {
  margin-right: calc(1vw * -104 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mr-13,
  .u-n-mx-13 {
    margin-right: -6.5rem !important;
  }
}

.u-n-mb-13,
.u-n-my-13 {
  margin-bottom: calc(1vw * -104 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mb-13,
  .u-n-my-13 {
    margin-bottom: -6.5rem !important;
  }
}

.u-n-ml-13,
.u-n-mx-13 {
  margin-left: calc(1vw * -104 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-ml-13,
  .u-n-mx-13 {
    margin-bottom: -6.5rem !important;
  }
}

.u-m-14 {
  margin: calc(1vw * 112 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-m-14 {
    margin: 7rem !important;
  }
}

.u-mt-14,
.u-my-14 {
  margin-top: calc(1vw * 112 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mt-14,
  .u-my-14 {
    margin-top: 7rem !important;
  }
}

.u-mr-14,
.u-mx-14 {
  margin-right: calc(1vw * 112 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mr-14,
  .u-mx-14 {
    margin-right: 7rem !important;
  }
}

.u-mb-14,
.u-my-14 {
  margin-bottom: calc(1vw * 112 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mb-14,
  .u-my-14 {
    margin-bottom: 7rem !important;
  }
}

.u-ml-14,
.u-mx-14 {
  margin-left: calc(1vw * 112 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-ml-14,
  .u-mx-14 {
    margin-left: 7rem !important;
  }
}

.u-n-m-14 {
  margin: calc(1vw * -112 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-m-14 {
    margin: -7rem !important;
  }
}

.u-n-mt-14,
.u-n-my-14 {
  margin-top: calc(1vw * -112 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mt-14,
  .u-n-my-14 {
    margin-top: -7rem !important;
  }
}

.u-n-mr-14,
.u-n-mx-14 {
  margin-right: calc(1vw * -112 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mr-14,
  .u-n-mx-14 {
    margin-right: -7rem !important;
  }
}

.u-n-mb-14,
.u-n-my-14 {
  margin-bottom: calc(1vw * -112 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mb-14,
  .u-n-my-14 {
    margin-bottom: -7rem !important;
  }
}

.u-n-ml-14,
.u-n-mx-14 {
  margin-left: calc(1vw * -112 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-ml-14,
  .u-n-mx-14 {
    margin-bottom: -7rem !important;
  }
}

.u-m-15 {
  margin: calc(1vw * 120 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-m-15 {
    margin: 7.5rem !important;
  }
}

.u-mt-15,
.u-my-15 {
  margin-top: calc(1vw * 120 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mt-15,
  .u-my-15 {
    margin-top: 7.5rem !important;
  }
}

.u-mr-15,
.u-mx-15 {
  margin-right: calc(1vw * 120 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mr-15,
  .u-mx-15 {
    margin-right: 7.5rem !important;
  }
}

.u-mb-15,
.u-my-15 {
  margin-bottom: calc(1vw * 120 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mb-15,
  .u-my-15 {
    margin-bottom: 7.5rem !important;
  }
}

.u-ml-15,
.u-mx-15 {
  margin-left: calc(1vw * 120 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-ml-15,
  .u-mx-15 {
    margin-left: 7.5rem !important;
  }
}

.u-n-m-15 {
  margin: calc(1vw * -120 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-m-15 {
    margin: -7.5rem !important;
  }
}

.u-n-mt-15,
.u-n-my-15 {
  margin-top: calc(1vw * -120 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mt-15,
  .u-n-my-15 {
    margin-top: -7.5rem !important;
  }
}

.u-n-mr-15,
.u-n-mx-15 {
  margin-right: calc(1vw * -120 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mr-15,
  .u-n-mx-15 {
    margin-right: -7.5rem !important;
  }
}

.u-n-mb-15,
.u-n-my-15 {
  margin-bottom: calc(1vw * -120 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mb-15,
  .u-n-my-15 {
    margin-bottom: -7.5rem !important;
  }
}

.u-n-ml-15,
.u-n-mx-15 {
  margin-left: calc(1vw * -120 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-ml-15,
  .u-n-mx-15 {
    margin-bottom: -7.5rem !important;
  }
}

.u-m-16 {
  margin: calc(1vw * 128 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-m-16 {
    margin: 8rem !important;
  }
}

.u-mt-16,
.u-my-16 {
  margin-top: calc(1vw * 128 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mt-16,
  .u-my-16 {
    margin-top: 8rem !important;
  }
}

.u-mr-16,
.u-mx-16 {
  margin-right: calc(1vw * 128 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mr-16,
  .u-mx-16 {
    margin-right: 8rem !important;
  }
}

.u-mb-16,
.u-my-16 {
  margin-bottom: calc(1vw * 128 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mb-16,
  .u-my-16 {
    margin-bottom: 8rem !important;
  }
}

.u-ml-16,
.u-mx-16 {
  margin-left: calc(1vw * 128 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-ml-16,
  .u-mx-16 {
    margin-left: 8rem !important;
  }
}

.u-n-m-16 {
  margin: calc(1vw * -128 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-m-16 {
    margin: -8rem !important;
  }
}

.u-n-mt-16,
.u-n-my-16 {
  margin-top: calc(1vw * -128 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mt-16,
  .u-n-my-16 {
    margin-top: -8rem !important;
  }
}

.u-n-mr-16,
.u-n-mx-16 {
  margin-right: calc(1vw * -128 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mr-16,
  .u-n-mx-16 {
    margin-right: -8rem !important;
  }
}

.u-n-mb-16,
.u-n-my-16 {
  margin-bottom: calc(1vw * -128 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mb-16,
  .u-n-my-16 {
    margin-bottom: -8rem !important;
  }
}

.u-n-ml-16,
.u-n-mx-16 {
  margin-left: calc(1vw * -128 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-ml-16,
  .u-n-mx-16 {
    margin-bottom: -8rem !important;
  }
}

.u-m-17 {
  margin: calc(1vw * 136 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-m-17 {
    margin: 8.5rem !important;
  }
}

.u-mt-17,
.u-my-17 {
  margin-top: calc(1vw * 136 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mt-17,
  .u-my-17 {
    margin-top: 8.5rem !important;
  }
}

.u-mr-17,
.u-mx-17 {
  margin-right: calc(1vw * 136 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mr-17,
  .u-mx-17 {
    margin-right: 8.5rem !important;
  }
}

.u-mb-17,
.u-my-17 {
  margin-bottom: calc(1vw * 136 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mb-17,
  .u-my-17 {
    margin-bottom: 8.5rem !important;
  }
}

.u-ml-17,
.u-mx-17 {
  margin-left: calc(1vw * 136 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-ml-17,
  .u-mx-17 {
    margin-left: 8.5rem !important;
  }
}

.u-n-m-17 {
  margin: calc(1vw * -136 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-m-17 {
    margin: -8.5rem !important;
  }
}

.u-n-mt-17,
.u-n-my-17 {
  margin-top: calc(1vw * -136 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mt-17,
  .u-n-my-17 {
    margin-top: -8.5rem !important;
  }
}

.u-n-mr-17,
.u-n-mx-17 {
  margin-right: calc(1vw * -136 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mr-17,
  .u-n-mx-17 {
    margin-right: -8.5rem !important;
  }
}

.u-n-mb-17,
.u-n-my-17 {
  margin-bottom: calc(1vw * -136 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mb-17,
  .u-n-my-17 {
    margin-bottom: -8.5rem !important;
  }
}

.u-n-ml-17,
.u-n-mx-17 {
  margin-left: calc(1vw * -136 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-ml-17,
  .u-n-mx-17 {
    margin-bottom: -8.5rem !important;
  }
}

.u-m-18 {
  margin: calc(1vw * 144 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-m-18 {
    margin: 9rem !important;
  }
}

.u-mt-18,
.u-my-18 {
  margin-top: calc(1vw * 144 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mt-18,
  .u-my-18 {
    margin-top: 9rem !important;
  }
}

.u-mr-18,
.u-mx-18 {
  margin-right: calc(1vw * 144 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mr-18,
  .u-mx-18 {
    margin-right: 9rem !important;
  }
}

.u-mb-18,
.u-my-18 {
  margin-bottom: calc(1vw * 144 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-mb-18,
  .u-my-18 {
    margin-bottom: 9rem !important;
  }
}

.u-ml-18,
.u-mx-18 {
  margin-left: calc(1vw * 144 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-ml-18,
  .u-mx-18 {
    margin-left: 9rem !important;
  }
}

.u-n-m-18 {
  margin: calc(1vw * -144 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-m-18 {
    margin: -9rem !important;
  }
}

.u-n-mt-18,
.u-n-my-18 {
  margin-top: calc(1vw * -144 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mt-18,
  .u-n-my-18 {
    margin-top: -9rem !important;
  }
}

.u-n-mr-18,
.u-n-mx-18 {
  margin-right: calc(1vw * -144 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mr-18,
  .u-n-mx-18 {
    margin-right: -9rem !important;
  }
}

.u-n-mb-18,
.u-n-my-18 {
  margin-bottom: calc(1vw * -144 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-mb-18,
  .u-n-my-18 {
    margin-bottom: -9rem !important;
  }
}

.u-n-ml-18,
.u-n-mx-18 {
  margin-left: calc(1vw * -144 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-n-ml-18,
  .u-n-mx-18 {
    margin-bottom: -9rem !important;
  }
}

.u-p-0 {
  padding: calc(1vw * 0 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-p-0 {
    padding: 0rem !important;
  }
}

.u-pt-0,
.u-py-0 {
  padding-top: calc(1vw * 0 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pt-0,
  .u-py-0 {
    padding-top: 0rem !important;
  }
}

.u-pr-0,
.u-px-0 {
  padding-right: calc(1vw * 0 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pr-0,
  .u-px-0 {
    padding-right: 0rem !important;
  }
}

.u-pb-0,
.u-py-0 {
  padding-bottom: calc(1vw * 0 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pb-0,
  .u-py-0 {
    padding-bottom: 0rem !important;
  }
}

.u-pl-0,
.u-px-0 {
  padding-left: calc(1vw * 0 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pl-0,
  .u-px-0 {
    padding-left: 0rem !important;
  }
}

.u-p-1 {
  padding: calc(1vw * 8 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-p-1 {
    padding: 0.5rem !important;
  }
}

.u-pt-1,
.u-py-1 {
  padding-top: calc(1vw * 8 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pt-1,
  .u-py-1 {
    padding-top: 0.5rem !important;
  }
}

.u-pr-1,
.u-px-1 {
  padding-right: calc(1vw * 8 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pr-1,
  .u-px-1 {
    padding-right: 0.5rem !important;
  }
}

.u-pb-1,
.u-py-1 {
  padding-bottom: calc(1vw * 8 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pb-1,
  .u-py-1 {
    padding-bottom: 0.5rem !important;
  }
}

.u-pl-1,
.u-px-1 {
  padding-left: calc(1vw * 8 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pl-1,
  .u-px-1 {
    padding-left: 0.5rem !important;
  }
}

.u-p-2 {
  padding: calc(1vw * 16 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-p-2 {
    padding: 1rem !important;
  }
}

.u-pt-2,
.u-py-2 {
  padding-top: calc(1vw * 16 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pt-2,
  .u-py-2 {
    padding-top: 1rem !important;
  }
}

.u-pr-2,
.u-px-2 {
  padding-right: calc(1vw * 16 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pr-2,
  .u-px-2 {
    padding-right: 1rem !important;
  }
}

.u-pb-2,
.u-py-2 {
  padding-bottom: calc(1vw * 16 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pb-2,
  .u-py-2 {
    padding-bottom: 1rem !important;
  }
}

.u-pl-2,
.u-px-2 {
  padding-left: calc(1vw * 16 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pl-2,
  .u-px-2 {
    padding-left: 1rem !important;
  }
}

.u-p-3 {
  padding: calc(1vw * 24 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-p-3 {
    padding: 1.5rem !important;
  }
}

.u-pt-3,
.u-py-3 {
  padding-top: calc(1vw * 24 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pt-3,
  .u-py-3 {
    padding-top: 1.5rem !important;
  }
}

.u-pr-3,
.u-px-3 {
  padding-right: calc(1vw * 24 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pr-3,
  .u-px-3 {
    padding-right: 1.5rem !important;
  }
}

.u-pb-3,
.u-py-3 {
  padding-bottom: calc(1vw * 24 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pb-3,
  .u-py-3 {
    padding-bottom: 1.5rem !important;
  }
}

.u-pl-3,
.u-px-3 {
  padding-left: calc(1vw * 24 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pl-3,
  .u-px-3 {
    padding-left: 1.5rem !important;
  }
}

.u-p-4 {
  padding: calc(1vw * 32 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-p-4 {
    padding: 2rem !important;
  }
}

.u-pt-4,
.u-py-4 {
  padding-top: calc(1vw * 32 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pt-4,
  .u-py-4 {
    padding-top: 2rem !important;
  }
}

.u-pr-4,
.u-px-4 {
  padding-right: calc(1vw * 32 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pr-4,
  .u-px-4 {
    padding-right: 2rem !important;
  }
}

.u-pb-4,
.u-py-4 {
  padding-bottom: calc(1vw * 32 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pb-4,
  .u-py-4 {
    padding-bottom: 2rem !important;
  }
}

.u-pl-4,
.u-px-4 {
  padding-left: calc(1vw * 32 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pl-4,
  .u-px-4 {
    padding-left: 2rem !important;
  }
}

.u-p-5 {
  padding: calc(1vw * 40 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-p-5 {
    padding: 2.5rem !important;
  }
}

.u-pt-5,
.u-py-5 {
  padding-top: calc(1vw * 40 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pt-5,
  .u-py-5 {
    padding-top: 2.5rem !important;
  }
}

.u-pr-5,
.u-px-5 {
  padding-right: calc(1vw * 40 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pr-5,
  .u-px-5 {
    padding-right: 2.5rem !important;
  }
}

.u-pb-5,
.u-py-5 {
  padding-bottom: calc(1vw * 40 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pb-5,
  .u-py-5 {
    padding-bottom: 2.5rem !important;
  }
}

.u-pl-5,
.u-px-5 {
  padding-left: calc(1vw * 40 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pl-5,
  .u-px-5 {
    padding-left: 2.5rem !important;
  }
}

.u-p-6 {
  padding: calc(1vw * 48 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-p-6 {
    padding: 3rem !important;
  }
}

.u-pt-6,
.u-py-6 {
  padding-top: calc(1vw * 48 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pt-6,
  .u-py-6 {
    padding-top: 3rem !important;
  }
}

.u-pr-6,
.u-px-6 {
  padding-right: calc(1vw * 48 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pr-6,
  .u-px-6 {
    padding-right: 3rem !important;
  }
}

.u-pb-6,
.u-py-6 {
  padding-bottom: calc(1vw * 48 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pb-6,
  .u-py-6 {
    padding-bottom: 3rem !important;
  }
}

.u-pl-6,
.u-px-6 {
  padding-left: calc(1vw * 48 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pl-6,
  .u-px-6 {
    padding-left: 3rem !important;
  }
}

.u-p-7 {
  padding: calc(1vw * 56 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-p-7 {
    padding: 3.5rem !important;
  }
}

.u-pt-7,
.u-py-7 {
  padding-top: calc(1vw * 56 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pt-7,
  .u-py-7 {
    padding-top: 3.5rem !important;
  }
}

.u-pr-7,
.u-px-7 {
  padding-right: calc(1vw * 56 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pr-7,
  .u-px-7 {
    padding-right: 3.5rem !important;
  }
}

.u-pb-7,
.u-py-7 {
  padding-bottom: calc(1vw * 56 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pb-7,
  .u-py-7 {
    padding-bottom: 3.5rem !important;
  }
}

.u-pl-7,
.u-px-7 {
  padding-left: calc(1vw * 56 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pl-7,
  .u-px-7 {
    padding-left: 3.5rem !important;
  }
}

.u-p-8 {
  padding: calc(1vw * 64 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-p-8 {
    padding: 4rem !important;
  }
}

.u-pt-8,
.u-py-8 {
  padding-top: calc(1vw * 64 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pt-8,
  .u-py-8 {
    padding-top: 4rem !important;
  }
}

.u-pr-8,
.u-px-8 {
  padding-right: calc(1vw * 64 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pr-8,
  .u-px-8 {
    padding-right: 4rem !important;
  }
}

.u-pb-8,
.u-py-8 {
  padding-bottom: calc(1vw * 64 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pb-8,
  .u-py-8 {
    padding-bottom: 4rem !important;
  }
}

.u-pl-8,
.u-px-8 {
  padding-left: calc(1vw * 64 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pl-8,
  .u-px-8 {
    padding-left: 4rem !important;
  }
}

.u-p-9 {
  padding: calc(1vw * 72 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-p-9 {
    padding: 4.5rem !important;
  }
}

.u-pt-9,
.u-py-9 {
  padding-top: calc(1vw * 72 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pt-9,
  .u-py-9 {
    padding-top: 4.5rem !important;
  }
}

.u-pr-9,
.u-px-9 {
  padding-right: calc(1vw * 72 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pr-9,
  .u-px-9 {
    padding-right: 4.5rem !important;
  }
}

.u-pb-9,
.u-py-9 {
  padding-bottom: calc(1vw * 72 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pb-9,
  .u-py-9 {
    padding-bottom: 4.5rem !important;
  }
}

.u-pl-9,
.u-px-9 {
  padding-left: calc(1vw * 72 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pl-9,
  .u-px-9 {
    padding-left: 4.5rem !important;
  }
}

.u-p-10 {
  padding: calc(1vw * 80 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-p-10 {
    padding: 5rem !important;
  }
}

.u-pt-10,
.u-py-10 {
  padding-top: calc(1vw * 80 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pt-10,
  .u-py-10 {
    padding-top: 5rem !important;
  }
}

.u-pr-10,
.u-px-10 {
  padding-right: calc(1vw * 80 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pr-10,
  .u-px-10 {
    padding-right: 5rem !important;
  }
}

.u-pb-10,
.u-py-10 {
  padding-bottom: calc(1vw * 80 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pb-10,
  .u-py-10 {
    padding-bottom: 5rem !important;
  }
}

.u-pl-10,
.u-px-10 {
  padding-left: calc(1vw * 80 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pl-10,
  .u-px-10 {
    padding-left: 5rem !important;
  }
}

.u-p-11 {
  padding: calc(1vw * 88 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-p-11 {
    padding: 5.5rem !important;
  }
}

.u-pt-11,
.u-py-11 {
  padding-top: calc(1vw * 88 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pt-11,
  .u-py-11 {
    padding-top: 5.5rem !important;
  }
}

.u-pr-11,
.u-px-11 {
  padding-right: calc(1vw * 88 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pr-11,
  .u-px-11 {
    padding-right: 5.5rem !important;
  }
}

.u-pb-11,
.u-py-11 {
  padding-bottom: calc(1vw * 88 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pb-11,
  .u-py-11 {
    padding-bottom: 5.5rem !important;
  }
}

.u-pl-11,
.u-px-11 {
  padding-left: calc(1vw * 88 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pl-11,
  .u-px-11 {
    padding-left: 5.5rem !important;
  }
}

.u-p-12 {
  padding: calc(1vw * 96 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-p-12 {
    padding: 6rem !important;
  }
}

.u-pt-12,
.u-py-12 {
  padding-top: calc(1vw * 96 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pt-12,
  .u-py-12 {
    padding-top: 6rem !important;
  }
}

.u-pr-12,
.u-px-12 {
  padding-right: calc(1vw * 96 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pr-12,
  .u-px-12 {
    padding-right: 6rem !important;
  }
}

.u-pb-12,
.u-py-12 {
  padding-bottom: calc(1vw * 96 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pb-12,
  .u-py-12 {
    padding-bottom: 6rem !important;
  }
}

.u-pl-12,
.u-px-12 {
  padding-left: calc(1vw * 96 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pl-12,
  .u-px-12 {
    padding-left: 6rem !important;
  }
}

.u-p-13 {
  padding: calc(1vw * 104 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-p-13 {
    padding: 6.5rem !important;
  }
}

.u-pt-13,
.u-py-13 {
  padding-top: calc(1vw * 104 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pt-13,
  .u-py-13 {
    padding-top: 6.5rem !important;
  }
}

.u-pr-13,
.u-px-13 {
  padding-right: calc(1vw * 104 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pr-13,
  .u-px-13 {
    padding-right: 6.5rem !important;
  }
}

.u-pb-13,
.u-py-13 {
  padding-bottom: calc(1vw * 104 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pb-13,
  .u-py-13 {
    padding-bottom: 6.5rem !important;
  }
}

.u-pl-13,
.u-px-13 {
  padding-left: calc(1vw * 104 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pl-13,
  .u-px-13 {
    padding-left: 6.5rem !important;
  }
}

.u-p-14 {
  padding: calc(1vw * 112 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-p-14 {
    padding: 7rem !important;
  }
}

.u-pt-14,
.u-py-14 {
  padding-top: calc(1vw * 112 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pt-14,
  .u-py-14 {
    padding-top: 7rem !important;
  }
}

.u-pr-14,
.u-px-14 {
  padding-right: calc(1vw * 112 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pr-14,
  .u-px-14 {
    padding-right: 7rem !important;
  }
}

.u-pb-14,
.u-py-14 {
  padding-bottom: calc(1vw * 112 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pb-14,
  .u-py-14 {
    padding-bottom: 7rem !important;
  }
}

.u-pl-14,
.u-px-14 {
  padding-left: calc(1vw * 112 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pl-14,
  .u-px-14 {
    padding-left: 7rem !important;
  }
}

.u-p-15 {
  padding: calc(1vw * 120 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-p-15 {
    padding: 7.5rem !important;
  }
}

.u-pt-15,
.u-py-15 {
  padding-top: calc(1vw * 120 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pt-15,
  .u-py-15 {
    padding-top: 7.5rem !important;
  }
}

.u-pr-15,
.u-px-15 {
  padding-right: calc(1vw * 120 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pr-15,
  .u-px-15 {
    padding-right: 7.5rem !important;
  }
}

.u-pb-15,
.u-py-15 {
  padding-bottom: calc(1vw * 120 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pb-15,
  .u-py-15 {
    padding-bottom: 7.5rem !important;
  }
}

.u-pl-15,
.u-px-15 {
  padding-left: calc(1vw * 120 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pl-15,
  .u-px-15 {
    padding-left: 7.5rem !important;
  }
}

.u-p-16 {
  padding: calc(1vw * 128 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-p-16 {
    padding: 8rem !important;
  }
}

.u-pt-16,
.u-py-16 {
  padding-top: calc(1vw * 128 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pt-16,
  .u-py-16 {
    padding-top: 8rem !important;
  }
}

.u-pr-16,
.u-px-16 {
  padding-right: calc(1vw * 128 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pr-16,
  .u-px-16 {
    padding-right: 8rem !important;
  }
}

.u-pb-16,
.u-py-16 {
  padding-bottom: calc(1vw * 128 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pb-16,
  .u-py-16 {
    padding-bottom: 8rem !important;
  }
}

.u-pl-16,
.u-px-16 {
  padding-left: calc(1vw * 128 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pl-16,
  .u-px-16 {
    padding-left: 8rem !important;
  }
}

.u-p-17 {
  padding: calc(1vw * 136 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-p-17 {
    padding: 8.5rem !important;
  }
}

.u-pt-17,
.u-py-17 {
  padding-top: calc(1vw * 136 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pt-17,
  .u-py-17 {
    padding-top: 8.5rem !important;
  }
}

.u-pr-17,
.u-px-17 {
  padding-right: calc(1vw * 136 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pr-17,
  .u-px-17 {
    padding-right: 8.5rem !important;
  }
}

.u-pb-17,
.u-py-17 {
  padding-bottom: calc(1vw * 136 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pb-17,
  .u-py-17 {
    padding-bottom: 8.5rem !important;
  }
}

.u-pl-17,
.u-px-17 {
  padding-left: calc(1vw * 136 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pl-17,
  .u-px-17 {
    padding-left: 8.5rem !important;
  }
}

.u-p-18 {
  padding: calc(1vw * 144 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-p-18 {
    padding: 9rem !important;
  }
}

.u-pt-18,
.u-py-18 {
  padding-top: calc(1vw * 144 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pt-18,
  .u-py-18 {
    padding-top: 9rem !important;
  }
}

.u-pr-18,
.u-px-18 {
  padding-right: calc(1vw * 144 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pr-18,
  .u-px-18 {
    padding-right: 9rem !important;
  }
}

.u-pb-18,
.u-py-18 {
  padding-bottom: calc(1vw * 144 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pb-18,
  .u-py-18 {
    padding-bottom: 9rem !important;
  }
}

.u-pl-18,
.u-px-18 {
  padding-left: calc(1vw * 144 / 800 * 100) !important;
}

@media screen and (min-width: 800px) {
  .u-pl-18,
  .u-px-18 {
    padding-left: 9rem !important;
  }
}

@media screen and (min-width: 800px) {
  .u-m-md-0 {
    margin: 0rem !important;
  }
  .u-mt-md-0,
  .u-my-md-0 {
    margin-top: 0rem !important;
  }
  .u-mr-md-0,
  .u-mx-md-0 {
    margin-right: 0rem !important;
  }
  .u-mb-md-0,
  .u-my-md-0 {
    margin-bottom: 0rem !important;
  }
  .u-ml-md-0,
  .u-mx-md-0 {
    margin-left: 0rem !important;
  }
  .u-n-m-md-0 {
    margin: -0rem !important;
  }
  .u-n-mt-md-0,
  .u-n-my-md-0 {
    margin-top: -0rem !important;
  }
  .u-n-mr-md-0,
  .u-n-mx-md-0 {
    margin-right: -0rem !important;
  }
  .u-n-mb-md-0,
  .u-n-my-md-0 {
    margin-bottom: -0rem !important;
  }
  .u-n-ml-md-0,
  .u-n-mx-md-0 {
    margin-left: -0rem !important;
  }
  .u-p-md-0 {
    padding: 0rem !important;
  }
  .u-pt-md-0,
  .u-py-md-0 {
    padding-top: 0rem !important;
  }
  .u-pr-md-0,
  .u-px-md-0 {
    padding-right: 0rem !important;
  }
  .u-pb-md-0,
  .u-py-md-0 {
    padding-bottom: 0rem !important;
  }
  .u-pl-md-0,
  .u-px-md-0 {
    padding-left: 0rem !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: 2.5rem !important;
  }
  .u-pt-md-5,
  .u-py-md-5 {
    padding-top: 2.5rem !important;
  }
  .u-pr-md-5,
  .u-px-md-5 {
    padding-right: 2.5rem !important;
  }
  .u-pb-md-5,
  .u-py-md-5 {
    padding-bottom: 2.5rem !important;
  }
  .u-pl-md-5,
  .u-px-md-5 {
    padding-left: 2.5rem !important;
  }
  .u-p-md-6 {
    padding: 3rem !important;
  }
  .u-pt-md-6,
  .u-py-md-6 {
    padding-top: 3rem !important;
  }
  .u-pr-md-6,
  .u-px-md-6 {
    padding-right: 3rem !important;
  }
  .u-pb-md-6,
  .u-py-md-6 {
    padding-bottom: 3rem !important;
  }
  .u-pl-md-6,
  .u-px-md-6 {
    padding-left: 3rem !important;
  }
  .u-p-md-7 {
    padding: 3.5rem !important;
  }
  .u-pt-md-7,
  .u-py-md-7 {
    padding-top: 3.5rem !important;
  }
  .u-pr-md-7,
  .u-px-md-7 {
    padding-right: 3.5rem !important;
  }
  .u-pb-md-7,
  .u-py-md-7 {
    padding-bottom: 3.5rem !important;
  }
  .u-pl-md-7,
  .u-px-md-7 {
    padding-left: 3.5rem !important;
  }
  .u-p-md-8 {
    padding: 4rem !important;
  }
  .u-pt-md-8,
  .u-py-md-8 {
    padding-top: 4rem !important;
  }
  .u-pr-md-8,
  .u-px-md-8 {
    padding-right: 4rem !important;
  }
  .u-pb-md-8,
  .u-py-md-8 {
    padding-bottom: 4rem !important;
  }
  .u-pl-md-8,
  .u-px-md-8 {
    padding-left: 4rem !important;
  }
  .u-p-md-9 {
    padding: 4.5rem !important;
  }
  .u-pt-md-9,
  .u-py-md-9 {
    padding-top: 4.5rem !important;
  }
  .u-pr-md-9,
  .u-px-md-9 {
    padding-right: 4.5rem !important;
  }
  .u-pb-md-9,
  .u-py-md-9 {
    padding-bottom: 4.5rem !important;
  }
  .u-pl-md-9,
  .u-px-md-9 {
    padding-left: 4.5rem !important;
  }
  .u-p-md-10 {
    padding: 5rem !important;
  }
  .u-pt-md-10,
  .u-py-md-10 {
    padding-top: 5rem !important;
  }
  .u-pr-md-10,
  .u-px-md-10 {
    padding-right: 5rem !important;
  }
  .u-pb-md-10,
  .u-py-md-10 {
    padding-bottom: 5rem !important;
  }
  .u-pl-md-10,
  .u-px-md-10 {
    padding-left: 5rem !important;
  }
  .u-p-md-11 {
    padding: 5.5rem !important;
  }
  .u-pt-md-11,
  .u-py-md-11 {
    padding-top: 5.5rem !important;
  }
  .u-pr-md-11,
  .u-px-md-11 {
    padding-right: 5.5rem !important;
  }
  .u-pb-md-11,
  .u-py-md-11 {
    padding-bottom: 5.5rem !important;
  }
  .u-pl-md-11,
  .u-px-md-11 {
    padding-left: 5.5rem !important;
  }
  .u-p-md-12 {
    padding: 6rem !important;
  }
  .u-pt-md-12,
  .u-py-md-12 {
    padding-top: 6rem !important;
  }
  .u-pr-md-12,
  .u-px-md-12 {
    padding-right: 6rem !important;
  }
  .u-pb-md-12,
  .u-py-md-12 {
    padding-bottom: 6rem !important;
  }
  .u-pl-md-12,
  .u-px-md-12 {
    padding-left: 6rem !important;
  }
  .u-p-md-13 {
    padding: 6.5rem !important;
  }
  .u-pt-md-13,
  .u-py-md-13 {
    padding-top: 6.5rem !important;
  }
  .u-pr-md-13,
  .u-px-md-13 {
    padding-right: 6.5rem !important;
  }
  .u-pb-md-13,
  .u-py-md-13 {
    padding-bottom: 6.5rem !important;
  }
  .u-pl-md-13,
  .u-px-md-13 {
    padding-left: 6.5rem !important;
  }
  .u-p-md-14 {
    padding: 7rem !important;
  }
  .u-pt-md-14,
  .u-py-md-14 {
    padding-top: 7rem !important;
  }
  .u-pr-md-14,
  .u-px-md-14 {
    padding-right: 7rem !important;
  }
  .u-pb-md-14,
  .u-py-md-14 {
    padding-bottom: 7rem !important;
  }
  .u-pl-md-14,
  .u-px-md-14 {
    padding-left: 7rem !important;
  }
  .u-p-md-15 {
    padding: 7.5rem !important;
  }
  .u-pt-md-15,
  .u-py-md-15 {
    padding-top: 7.5rem !important;
  }
  .u-pr-md-15,
  .u-px-md-15 {
    padding-right: 7.5rem !important;
  }
  .u-pb-md-15,
  .u-py-md-15 {
    padding-bottom: 7.5rem !important;
  }
  .u-pl-md-15,
  .u-px-md-15 {
    padding-left: 7.5rem !important;
  }
  .u-p-md-16 {
    padding: 8rem !important;
  }
  .u-pt-md-16,
  .u-py-md-16 {
    padding-top: 8rem !important;
  }
  .u-pr-md-16,
  .u-px-md-16 {
    padding-right: 8rem !important;
  }
  .u-pb-md-16,
  .u-py-md-16 {
    padding-bottom: 8rem !important;
  }
  .u-pl-md-16,
  .u-px-md-16 {
    padding-left: 8rem !important;
  }
}

/* =========================================================
typography - 文字の装飾など
========================================================= */
.u-fc-sub-font-color {
  color: #52565a !important;
}

.u-fc-primary {
  color: #871e2c !important;
}

.u-fc-secondary {
  color: #b22d40 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 576px) {
  .u-ta-sm-l {
    text-align: left !important;
  }
  .u-ta-sm-c {
    text-align: center !important;
  }
  .u-ta-sm-r {
    text-align: right !important;
  }
}

@media screen and (min-width: 800px) {
  .u-ta-md-l {
    text-align: left !important;
  }
  .u-ta-md-c {
    text-align: center !important;
  }
  .u-ta-md-r {
    text-align: right !important;
  }
}

@media screen and (min-width: 992px) {
  .u-ta-lg-l {
    text-align: left !important;
  }
  .u-ta-lg-c {
    text-align: center !important;
  }
  .u-ta-lg-r {
    text-align: right !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-ta-xl-l {
    text-align: left !important;
  }
  .u-ta-xl-c {
    text-align: center !important;
  }
  .u-ta-xl-r {
    text-align: right !important;
  }
}

.u-lh-2xs {
  line-height: 1 !important;
}

.u-lh-xs {
  line-height: 1.2 !important;
}

.u-lh-sm {
  line-height: 1.3 !important;
}

.u-lh-md {
  line-height: 1.4 !important;
}

.u-lh-lg {
  line-height: 1.6 !important;
}

.u-lh-xl {
  line-height: 1.8 !important;
}

.u-ls-2xs {
  letter-spacing: -0.08em;
}

.u-ls-xs {
  letter-spacing: -0.05em;
}

.u-ls-md {
  letter-spacing: 0.05em;
}

/* =========================================================
custom - 独自のCSS
========================================================= */
.u-w100 {
  width: 100%;
}

.u-position-relative {
  position: relative;
}

.u-italic {
  font-style: italic;
}

.u-bg-primary {
  background-color: #871e2c;
}

.u-bg-secondary {
  background-color: #b22d40;
}

.u-bg-primary-dark {
  background-color: #003880;
}

.u-bg-secondary-dark {
  background-color: #00559e;
}

.u-bg-line {
  width: 100%;
  height: 20px;
  background-color: #001b3d;
}

.img-vertical-top {
  vertical-align: top;
}

#bs {
  line-height: normal;
}

#bs .bs__pcnav .bs__pcnav__box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1020px;
  padding: 10px;
  line-height: 1.5em;
}

#bs .c-responsive-img {
  display: block;
  max-width: 100%;
  height: auto;
}

#bs .c-responsive-img--inline-block {
  display: inline-block;
  vertical-align: bottom;
}

@media screen and (max-width: 799px) {
  #bs .c-responsive-img--johnson-logo {
    max-width: 15vw;
  }
}

@media screen and (max-width: 799px) {
  #bs .c-responsive-img--horizon-fitness-product {
    max-width: 60.625vw;
  }
}

@media screen and (max-width: 799px) {
  #bs .c-responsive-img--view-fit-logo {
    max-width: 26.375vw;
  }
}

@media screen and (max-width: 799px) {
  #bs .c-responsive-img--view-fit-link {
    max-width: 73.875vw;
  }
}

@media screen and (max-width: 799px) {
  #bs .c-responsive-img--fit-display-logo {
    max-width: 37.125vw;
  }
}

@media screen and (max-width: 799px) {
  #bs .c-responsive-img--fit-display-img {
    max-width: 70vw;
  }
}

#bs .c-responsive-img--new-trend {
  width: 100%;
  max-height: 81.5vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

@media screen and (min-width: 800px) {
  #bs .c-responsive-img--new-trend {
    max-height: 652px;
  }
}

@media screen and (max-width: 799px) {
  #bs .c-responsive-img--support {
    max-width: 80.75vw;
  }
}

@media screen and (max-width: 799px) {
  #bs .c-responsive-img--tr-logo {
    max-width: 37.5vw;
  }
}

#bs .c-responsive-img--shadow {
  -webkit-box-shadow: 1px 2.8px 14px 0 rgba(5, 3, 3, 0.35);
  box-shadow: 1px 2.8px 14px 0 rgba(5, 3, 3, 0.35);
}

.u-fc-black {
  color: #000000;
}

#gnav {
  display: none;
}

#bs__footer {
  display: none;
}

#bs .c-txt {
  font-size: 16px;
  font-size: 2vw;
  font-weight: 400;
}

@media screen and (min-width: 800px) {
  #bs .c-txt {
    font-size: 16px;
    font-size: 1rem;
  }
}

#bs .c-txt--sm {
  font-size: 14px;
  font-size: 1.75vw;
}

@media screen and (min-width: 800px) {
  #bs .c-txt--sm {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#bs .c-txt--md {
  font-size: 18px;
  font-size: 2.25vw;
}

@media screen and (min-width: 800px) {
  #bs .c-txt--md {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#bs .c-txt--lg {
  font-size: 20px;
  font-size: 2.5vw;
}

@media screen and (min-width: 800px) {
  #bs .c-txt--lg {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#bs .c-txt--xl {
  font-size: 22px;
  font-size: 2.75vw;
}

@media screen and (min-width: 800px) {
  #bs .c-txt--xl {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

#bs .c-txt--2xl {
  font-size: 24px;
  font-size: 3vw;
}

@media screen and (min-width: 800px) {
  #bs .c-txt--2xl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#bs .c-txt--3xl {
  font-size: 26px;
  font-size: 3.25vw;
}

@media screen and (min-width: 800px) {
  #bs .c-txt--3xl {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

#bs .c-txt--4xl {
  font-size: 28px;
  font-size: 3.5vw;
}

@media screen and (min-width: 800px) {
  #bs .c-txt--4xl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

#bs .c-txt--5xl {
  font-size: 30px;
  font-size: 3.75vw;
}

@media screen and (min-width: 800px) {
  #bs .c-txt--5xl {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

#bs .c-txt--6xl {
  font-size: 34px;
  font-size: 4.25vw;
}

@media screen and (min-width: 800px) {
  #bs .c-txt--6xl {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

#bs .c-txt--7xl {
  font-size: 36px;
  font-size: 4.5vw;
}

@media screen and (min-width: 800px) {
  #bs .c-txt--7xl {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

#bs .c-txt--8xl {
  font-size: 40px;
  font-size: 5vw;
}

@media screen and (min-width: 800px) {
  #bs .c-txt--8xl {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

#bs .c-txt--9xl {
  font-size: 46px;
  font-size: 5.75vw;
}

@media screen and (min-width: 800px) {
  #bs .c-txt--9xl {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

#bs .c-txt--10xl {
  font-size: 50px;
  font-size: 6.25vw;
}

@media screen and (min-width: 800px) {
  #bs .c-txt--10xl {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

#bs .c-txt--11xl {
  font-size: 56px;
  font-size: 7vw;
}

@media screen and (min-width: 800px) {
  #bs .c-txt--11xl {
    font-size: 56px;
    font-size: 3.5rem;
  }
}

#bs .c-txt--12xl {
  font-size: 58px;
  font-size: 7.25vw;
}

@media screen and (min-width: 800px) {
  #bs .c-txt--12xl {
    font-size: 58px;
    font-size: 3.625rem;
  }
}

#bs .c-txt--13xl {
  font-size: 60px;
  font-size: 7.5vw;
}

@media screen and (min-width: 800px) {
  #bs .c-txt--13xl {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

#bs .c-txt--14xl {
  font-size: 72px;
  font-size: 9vw;
}

@media screen and (min-width: 800px) {
  #bs .c-txt--14xl {
    font-size: 72px;
    font-size: 4.5rem;
  }
}

#bs .c-txt--15xl {
  font-size: 80px;
  font-size: 10vw;
}

@media screen and (min-width: 800px) {
  #bs .c-txt--15xl {
    font-size: 80px;
    font-size: 5rem;
  }
}

#bs .c-txt--serif {
  font-family: "Noto Serif JP", serif;
}

#bs .c-txt__small {
  font-size: 80%;
}

#bs .c-txt__large {
  font-size: 120%;
}

#bs .c-txt__extra-large {
  font-size: 166.6666%;
}

#bs .c-txt__marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #acd0f1));
  background: -webkit-linear-gradient(transparent 70%, #acd0f1 70%);
  background: linear-gradient(transparent 70%, #acd0f1 70%);
}

#bs .c-txt__marker--yellow {
  background: #fef7c8;
}

#bs .c-txt__underline {
  display: inline-block;
  position: relative;
}

#bs .c-txt__underline::after {
  display: block;
  position: absolute;
  bottom: -0.625vw;
  left: 0;
  width: 100%;
  height: 0.5vw;
  background-color: #871e2c;
  content: "";
}

@media screen and (min-width: 800px) {
  #bs .c-txt__underline::after {
    bottom: -5px;
    height: 4px;
  }
}

#bs .c-txt__underline--primary-accent-color::after {
  bottom: -0.125vw;
  height: 0.25vw;
  background-color: #fcff00;
}

@media screen and (min-width: 800px) {
  #bs .c-txt__underline--primary-accent-color::after {
    bottom: -1px;
    height: 2px;
  }
}

#bs .c-txt__dot {
  position: relative;
}

#bs .c-txt__dot::before {
  display: block;
  position: absolute;
  top: -0.875vw;
  left: 50%;
  width: 1.25vw;
  height: 1.25vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

@media screen and (min-width: 800px) {
  #bs .c-txt__dot::before {
    top: -7px;
    width: 10px;
    height: 10px;
  }
}

#bs .c-txt__sup {
  font-size: 60%;
  font-weight: 100;
  vertical-align: super;
}

#bs .c-txt--44 {
  font-size: 44px;
  font-size: 5.5vw;
}

@media screen and (min-width: 800px) {
  #bs .c-txt--44 {
    font-size: 44px;
    font-size: 2.75rem;
  }
}

#bs .c-txt--65 {
  font-size: 65px;
  font-size: 8.125vw;
}

@media screen and (min-width: 800px) {
  #bs .c-txt--65 {
    font-size: 65px;
    font-size: 4.0625rem;
  }
}

/* =========================================================
loading - ページ読み込み時のローディングアニメーション
========================================================= */
.js-loading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

.js-loading.is-loaded {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}