@charset "UTF-8";
/* global */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@-webkit-keyframes fuwafuwa01 {
  0% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(15deg);
            transform: translateX(10px) rotate(15deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
}
@keyframes fuwafuwa01 {
  0% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
  50% {
    -webkit-transform: translateX(10px) rotate(15deg);
            transform: translateX(10px) rotate(15deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
}
@-webkit-keyframes fuwafuwa02 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(-15deg);
            transform: translateY(10px) rotate(-15deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes fuwafuwa02 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(-15deg);
            transform: translateY(10px) rotate(-15deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes fuwafuwa03 {
  0%, 100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
  50% {
    -webkit-transform: translateX(7px) rotate(-2deg);
            transform: translateX(7px) rotate(-2deg);
  }
}
@keyframes fuwafuwa03 {
  0%, 100% {
    -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0);
  }
  50% {
    -webkit-transform: translateX(7px) rotate(-2deg);
            transform: translateX(7px) rotate(-2deg);
  }
}
@-webkit-keyframes fuwafuwa04 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(2deg);
            transform: translateY(-7px) rotate(2deg);
  }
}
@keyframes fuwafuwa04 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(2deg);
            transform: translateY(-7px) rotate(2deg);
  }
}
@-webkit-keyframes fade-in-down-10 {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-in-down-10 {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fade-in-down-05 {
  from {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-05 {
  from {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-up-10 {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-10 {
  from {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes line-in-out {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes line-in-out {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes zoom-up {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoom-up {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes yurayura01 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  4% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  12% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  20% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  28% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  32% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes yurayura01 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  4% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  12% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  20% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  28% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  32% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
/* base */
/*
Reset
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

ul li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button,
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

button {
  cursor: pointer;
}

/*
Reset END
*/
/* global */
/* プロジェクトにおいて標準となるスタイリング */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  line-height: 1.8;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 559px) {
  body {
    font-size: 14px;
  }
}

/* link */
a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

p {
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  margin-top: 1em;
  line-height: 1.8;
}
p:first-child {
  margin-top: 0;
}

/* layuout */
/* global */
.l-container {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 959px) {
  .l-container {
    width: 90vw;
    padding: 0;
  }
}
@media (max-width: 559px) {
  .l-container {
    width: 85vw;
    padding: 0;
  }
}
.l-container.--full {
  max-width: 100%;
}
.l-container.--1300 {
  max-width: 1300px;
}
.l-container.--narrow {
  max-width: 920px;
}
@media (max-width: 559px) {
  .l-container.--sm-wide {
    width: 93vw;
    padding: 0;
  }
}
@media (max-width: 559px) {
  .l-container.--sm-full {
    width: 100%;
    padding: 0;
  }
}

.l-container-row01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.375vw;
}
@media (max-width: 559px) {
  .l-container-row01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-container-row01 .box01 {
  width: 49.99999%;
}
@media (max-width: 559px) {
  .l-container-row01 .box01 {
    width: 100%;
  }
}
.l-container-row01 .box02 {
  width: 49.99999%;
}
@media (max-width: 559px) {
  .l-container-row01 .box02 {
    width: 100%;
  }
}

.l-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-flex-container.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 559px) {
  .l-flex-container.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 559px) {
  .l-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-flex-container.--space-70 .text-box.--left {
  padding-right: 4.375vw;
}
@media (max-width: 559px) {
  .l-flex-container.--space-70 .text-box.--left {
    padding: 0 25px;
  }
}
.l-flex-container.--space-70 .text-box.--right {
  padding-left: 4.375vw;
}
@media (max-width: 559px) {
  .l-flex-container.--space-70 .text-box.--right {
    padding: 0 25px;
  }
}

/* global */
/* カラム */
.l-cl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-cl-row.l-cl-space0 {
  margin-top: 0px;
  margin-left: 0px;
}
.l-cl-row.l-cl-space0 > * {
  padding-top: 0px;
  padding-left: 0px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .l-cl-row.l-cl-space0 > * {
    padding-top: 0px;
    padding-left: 0px;
  }
}
.l-cl-row.l-cl-space10 {
  margin-top: -10px;
  margin-left: -10px;
}
.l-cl-row.l-cl-space10 > * {
  padding-top: 10px;
  padding-left: 10px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space10 {
    margin-top: -7px;
    margin-left: -7px;
  }
  .l-cl-row.l-cl-space10 > * {
    padding-top: 7px;
    padding-left: 7px;
  }
}
.l-cl-row.l-cl-space20 {
  margin-top: -20px;
  margin-left: -20px;
}
.l-cl-row.l-cl-space20 > * {
  padding-top: 20px;
  padding-left: 20px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space20 {
    margin-top: -14px;
    margin-left: -14px;
  }
  .l-cl-row.l-cl-space20 > * {
    padding-top: 14px;
    padding-left: 14px;
  }
}
.l-cl-row.l-cl-space30 {
  margin-top: -30px;
  margin-left: -30px;
}
.l-cl-row.l-cl-space30 > * {
  padding-top: 30px;
  padding-left: 30px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space30 {
    margin-top: -21px;
    margin-left: -21px;
  }
  .l-cl-row.l-cl-space30 > * {
    padding-top: 21px;
    padding-left: 21px;
  }
}
.l-cl-row.l-cl-space40 {
  margin-top: -40px;
  margin-left: -40px;
}
.l-cl-row.l-cl-space40 > * {
  padding-top: 40px;
  padding-left: 40px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space40 {
    margin-top: -28px;
    margin-left: -28px;
  }
  .l-cl-row.l-cl-space40 > * {
    padding-top: 28px;
    padding-left: 28px;
  }
}
.l-cl-row.l-cl-space50 {
  margin-top: -50px;
  margin-left: -50px;
}
.l-cl-row.l-cl-space50 > * {
  padding-top: 50px;
  padding-left: 50px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space50 {
    margin-top: -35px;
    margin-left: -35px;
  }
  .l-cl-row.l-cl-space50 > * {
    padding-top: 35px;
    padding-left: 35px;
  }
}
.l-cl-row.l-cl-space60 {
  margin-top: -60px;
  margin-left: -60px;
}
.l-cl-row.l-cl-space60 > * {
  padding-top: 60px;
  padding-left: 60px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space60 {
    margin-top: -42px;
    margin-left: -42px;
  }
  .l-cl-row.l-cl-space60 > * {
    padding-top: 42px;
    padding-left: 42px;
  }
}
.l-cl-row.l-cl-space70 {
  margin-top: -70px;
  margin-left: -70px;
}
.l-cl-row.l-cl-space70 > * {
  padding-top: 70px;
  padding-left: 70px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space70 {
    margin-top: -49px;
    margin-left: -49px;
  }
  .l-cl-row.l-cl-space70 > * {
    padding-top: 49px;
    padding-left: 49px;
  }
}
.l-cl-row.l-cl-space80 {
  margin-top: -80px;
  margin-left: -80px;
}
.l-cl-row.l-cl-space80 > * {
  padding-top: 80px;
  padding-left: 80px;
}
@media (max-width: 559px) {
  .l-cl-row.l-cl-space80 {
    margin-top: -56px;
    margin-left: -56px;
  }
  .l-cl-row.l-cl-space80 > * {
    padding-top: 56px;
    padding-left: 56px;
  }
}
.l-cl-row.-gap20 {
  gap: 1.25vw;
}
@media (max-width: 559px) {
  .l-cl-row.-gap15-sm {
    gap: 15px;
  }
}

.l-cl-ai-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-cl-ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-cl-ai-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.l-cl-ai-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.l-cl-fd-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-cl-fd-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.l-cl-fd-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.l-cl-fd-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.l-cl-jc-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.l-cl-jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-cl-jc-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-cl-jc-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-cl-jc-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.l-cl-1 {
  width: 8.33333%;
}

.l-cl-2 {
  width: 16.666666%;
}

.l-cl-3 {
  width: 24.99999%;
}

.l-cl-4 {
  width: 33.33333%;
}

.l-cl-5 {
  width: 41.66666%;
}

.l-cl-6 {
  width: 49.99999%;
}

.l-cl-7 {
  width: 58.33333%;
}

.l-cl-8 {
  width: 66.66666%;
}

.l-cl-9 {
  width: 74.99999%;
}

.l-cl-10 {
  width: 83.33333%;
}

.l-cl-11 {
  width: 91.66666%;
}

.l-cl-12 {
  width: 100%;
}

@media (max-width: 959px) {
  .l-cl-md1 {
    width: 8.33333%;
  }
  .l-cl-md2 {
    width: 16.666666%;
  }
  .l-cl-md3 {
    width: 24.99999%;
  }
  .l-cl-md4 {
    width: 33.33333%;
  }
  .l-cl-md5 {
    width: 41.66666%;
  }
  .l-cl-md6 {
    width: 49.99999%;
  }
  .l-cl-md7 {
    width: 58.33333%;
  }
  .l-cl-md8 {
    width: 66.66666%;
  }
  .l-cl-md9 {
    width: 74.99999%;
  }
  .l-cl-md10 {
    width: 83.33333%;
  }
  .l-cl-md11 {
    width: 91.66666%;
  }
  .l-cl-md12 {
    width: 100%;
  }
}
@media (max-width: 559px) {
  .l-cl-sm1 {
    width: 8.33333%;
  }
  .l-cl-sm2 {
    width: 16.666666%;
  }
  .l-cl-sm3 {
    width: 24.99999%;
  }
  .l-cl-sm4 {
    width: 33.33333%;
  }
  .l-cl-sm5 {
    width: 41.66666%;
  }
  .l-cl-sm6 {
    width: 49.99999%;
  }
  .l-cl-sm7 {
    width: 58.33333%;
  }
  .l-cl-sm8 {
    width: 66.66666%;
  }
  .l-cl-sm9 {
    width: 74.99999%;
  }
  .l-cl-sm10 {
    width: 83.33333%;
  }
  .l-cl-sm11 {
    width: 91.66666%;
  }
  .l-cl-sm12 {
    width: 100%;
  }
}
/* z-index */
.lum-lightbox.lum-open {
  z-index: 1100;
}

.l-toggle-window {
  z-index: 1000;
}

.l-top-navi {
  z-index: 1000;
}

.l-header {
  z-index: 900;
}

.l-footer__sp-navi {
  z-index: 800;
}

.l-footer__pagetop {
  z-index: 800;
}

/* global */
/* global */
/* global */
/* global */
.l-toggle-window {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
}
@media (max-width: 559px) {
  .l-toggle-window {
    height: 100%;
    overflow-y: scroll;
  }
}
.l-toggle-window::after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background-color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 559px) {
  .l-toggle-window::after {
    height: 120%;
    background-color: transparent;
  }
}
.l-toggle-window .l-toggle-window__container {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.l-toggle-window .l-toggle-window__container .wrapper0 {
  width: 100%;
  height: 80px;
  padding: 0 40px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 559px) {
  .l-toggle-window .l-toggle-window__container .wrapper0 {
    height: 65px;
    padding: 12px 20px;
    width: 75%;
    margin-right: 0;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 559px) {
  .l-toggle-window .l-toggle-window__container .l-toggle-window__logo {
    display: none;
  }
}
.l-toggle-window .l-toggle-window__container .l-toggle-window__logo a {
  display: block;
  width: clamp(200px, 15vw, 240px);
  height: auto;
}
.l-toggle-window .l-toggle-window__container .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 4.6875vw;
  margin: 0 auto;
  padding: 40px 20px 100px;
}
@media (max-width: 559px) {
  .l-toggle-window .l-toggle-window__container .wrapper {
    width: 75%;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 25px 60px;
    background-color: rgba(255, 255, 255, 0.85);
  }
}
.is-toggle-window-open .l-toggle-window .l-toggle-window__container {
  right: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.8s 0.2s all;
  transition: 0.8s 0.2s all;
}

/* global */
.l-toggle-button {
  padding: 10px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.l-toggle-button span, .l-toggle-button::after {
  display: block;
  content: "";
  width: min(4.375vw, 50px);
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 959px) {
  .l-toggle-button span, .l-toggle-button::after {
    width: 30px;
  }
}
.l-toggle-button span {
  margin-bottom: 10px;
}
@media (max-width: 959px) {
  .l-toggle-button span {
    margin-bottom: 6px;
  }
}
.l-toggle-button.--close span {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
@media (max-width: 959px) {
  .l-toggle-button.--close span {
    -webkit-transform: translateY(4px) rotate(45deg);
            transform: translateY(4px) rotate(45deg);
  }
}
.l-toggle-button.--close::after {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}
@media (max-width: 959px) {
  .l-toggle-button.--close::after {
    -webkit-transform: translateY(-4px) rotate(-45deg);
            transform: translateY(-4px) rotate(-45deg);
  }
}

.l-top-navi--fv .l-toggle-button span, .l-top-navi--fv .l-toggle-button::before, .l-top-navi--fv .l-toggle-button::after {
  background-color: #fff;
}

/* global */
/* global */
/* global */
.l-grid-column {
  display: grid;
}
.l-grid-column.-col4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.l-grid-column.-col3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.l-grid-column.-col2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.l-grid-column.-col1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.l-grid-column.-col-5-7 {
  grid-template-columns: 5fr 7fr;
}
.l-grid-column.-col-9-5 {
  grid-template-columns: 9fr 5fr;
}
.l-grid-column.-col-4-5 {
  grid-template-columns: 4fr 5fr;
}
.l-grid-column.-gap20 {
  gap: 1.25vw;
}
.l-grid-column.-gap30 {
  gap: 1.875vw;
}
.l-grid-column.-gap40 {
  gap: 2.5vw;
}
.l-grid-column.-gap50 {
  gap: 3.125vw;
}
.l-grid-column.-gap60 {
  gap: 3.75vw;
}
.l-grid-column.-gap90 {
  gap: 5.625vw;
}
.l-grid-column.-gap100 {
  gap: 6.25vw;
}
.l-grid-column.-reverse {
  direction: rtl;
}
.l-grid-column.-center {
  place-items: center;
}
@media (max-width: 959px) {
  .l-grid-column.-col4-md {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .l-grid-column.-col3-md {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .l-grid-column.-col2-md {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .l-grid-column.-col1-md {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .l-grid-column.-gap40-md {
    gap: 40px;
  }
  .l-grid-column.-gap30-md {
    gap: 30px;
  }
  .l-grid-column.-gap20-md {
    gap: 20px;
  }
}
@media (max-width: 559px) {
  .l-grid-column.-col4-sm {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .l-grid-column.-col3-sm {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .l-grid-column.-col2-sm {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .l-grid-column.-col1-sm {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .l-grid-column.-gap60-sm {
    gap: 60px;
  }
  .l-grid-column.-gap50-sm {
    gap: 50px;
  }
  .l-grid-column.-gap40-sm {
    gap: 40px;
  }
  .l-grid-column.-gap30-sm {
    gap: 30px;
  }
  .l-grid-column.-gap20-sm {
    gap: 20px;
  }
  .l-grid-column.-gap15-sm {
    gap: 15px;
  }
  .l-grid-column.-gap10-sm {
    gap: 10px;
  }
  .l-grid-column.-gap0-sm {
    gap: 0;
  }
}

.l-grid {
  display: grid;
}

/* utility */
/* global */
/* margin */
.u-mt0 {
  margin-top: min(0vw, 0px) !important;
}

.u-mr0 {
  margin-right: min(0vw, 0px) !important;
}

.u-mb0 {
  margin-bottom: min(0vw, 0px) !important;
}

.u-ml0 {
  margin-left: min(0vw, 0px) !important;
}

.u-mt5 {
  margin-top: min(0.3125vw, 5px) !important;
}

.u-mr5 {
  margin-right: min(0.3125vw, 5px) !important;
}

.u-mb5 {
  margin-bottom: min(0.3125vw, 5px) !important;
}

.u-ml5 {
  margin-left: min(0.3125vw, 5px) !important;
}

.u-mt10 {
  margin-top: min(0.625vw, 10px) !important;
}

.u-mr10 {
  margin-right: min(0.625vw, 10px) !important;
}

.u-mb10 {
  margin-bottom: min(0.625vw, 10px) !important;
}

.u-ml10 {
  margin-left: min(0.625vw, 10px) !important;
}

.u-mt15 {
  margin-top: min(0.9375vw, 15px) !important;
}

.u-mr15 {
  margin-right: min(0.9375vw, 15px) !important;
}

.u-mb15 {
  margin-bottom: min(0.9375vw, 15px) !important;
}

.u-ml15 {
  margin-left: min(0.9375vw, 15px) !important;
}

.u-mt20 {
  margin-top: min(1.25vw, 20px) !important;
}

.u-mr20 {
  margin-right: min(1.25vw, 20px) !important;
}

.u-mb20 {
  margin-bottom: min(1.25vw, 20px) !important;
}

.u-ml20 {
  margin-left: min(1.25vw, 20px) !important;
}

.u-mt25 {
  margin-top: min(1.5625vw, 25px) !important;
}

.u-mr25 {
  margin-right: min(1.5625vw, 25px) !important;
}

.u-mb25 {
  margin-bottom: min(1.5625vw, 25px) !important;
}

.u-ml25 {
  margin-left: min(1.5625vw, 25px) !important;
}

.u-mt30 {
  margin-top: min(1.875vw, 30px) !important;
}

.u-mr30 {
  margin-right: min(1.875vw, 30px) !important;
}

.u-mb30 {
  margin-bottom: min(1.875vw, 30px) !important;
}

.u-ml30 {
  margin-left: min(1.875vw, 30px) !important;
}

.u-mt35 {
  margin-top: min(2.1875vw, 35px) !important;
}

.u-mr35 {
  margin-right: min(2.1875vw, 35px) !important;
}

.u-mb35 {
  margin-bottom: min(2.1875vw, 35px) !important;
}

.u-ml35 {
  margin-left: min(2.1875vw, 35px) !important;
}

.u-mt40 {
  margin-top: min(2.5vw, 40px) !important;
}

.u-mr40 {
  margin-right: min(2.5vw, 40px) !important;
}

.u-mb40 {
  margin-bottom: min(2.5vw, 40px) !important;
}

.u-ml40 {
  margin-left: min(2.5vw, 40px) !important;
}

.u-mt45 {
  margin-top: min(2.8125vw, 45px) !important;
}

.u-mr45 {
  margin-right: min(2.8125vw, 45px) !important;
}

.u-mb45 {
  margin-bottom: min(2.8125vw, 45px) !important;
}

.u-ml45 {
  margin-left: min(2.8125vw, 45px) !important;
}

.u-mt50 {
  margin-top: min(3.125vw, 50px) !important;
}

.u-mr50 {
  margin-right: min(3.125vw, 50px) !important;
}

.u-mb50 {
  margin-bottom: min(3.125vw, 50px) !important;
}

.u-ml50 {
  margin-left: min(3.125vw, 50px) !important;
}

.u-mt55 {
  margin-top: min(3.4375vw, 55px) !important;
}

.u-mr55 {
  margin-right: min(3.4375vw, 55px) !important;
}

.u-mb55 {
  margin-bottom: min(3.4375vw, 55px) !important;
}

.u-ml55 {
  margin-left: min(3.4375vw, 55px) !important;
}

.u-mt60 {
  margin-top: min(3.75vw, 60px) !important;
}

.u-mr60 {
  margin-right: min(3.75vw, 60px) !important;
}

.u-mb60 {
  margin-bottom: min(3.75vw, 60px) !important;
}

.u-ml60 {
  margin-left: min(3.75vw, 60px) !important;
}

.u-mt65 {
  margin-top: min(4.0625vw, 65px) !important;
}

.u-mr65 {
  margin-right: min(4.0625vw, 65px) !important;
}

.u-mb65 {
  margin-bottom: min(4.0625vw, 65px) !important;
}

.u-ml65 {
  margin-left: min(4.0625vw, 65px) !important;
}

.u-mt70 {
  margin-top: min(4.375vw, 70px) !important;
}

.u-mr70 {
  margin-right: min(4.375vw, 70px) !important;
}

.u-mb70 {
  margin-bottom: min(4.375vw, 70px) !important;
}

.u-ml70 {
  margin-left: min(4.375vw, 70px) !important;
}

.u-mt75 {
  margin-top: min(4.6875vw, 75px) !important;
}

.u-mr75 {
  margin-right: min(4.6875vw, 75px) !important;
}

.u-mb75 {
  margin-bottom: min(4.6875vw, 75px) !important;
}

.u-ml75 {
  margin-left: min(4.6875vw, 75px) !important;
}

.u-mt80 {
  margin-top: min(5vw, 80px) !important;
}

.u-mr80 {
  margin-right: min(5vw, 80px) !important;
}

.u-mb80 {
  margin-bottom: min(5vw, 80px) !important;
}

.u-ml80 {
  margin-left: min(5vw, 80px) !important;
}

.u-mt85 {
  margin-top: min(5.3125vw, 85px) !important;
}

.u-mr85 {
  margin-right: min(5.3125vw, 85px) !important;
}

.u-mb85 {
  margin-bottom: min(5.3125vw, 85px) !important;
}

.u-ml85 {
  margin-left: min(5.3125vw, 85px) !important;
}

.u-mt90 {
  margin-top: min(5.625vw, 90px) !important;
}

.u-mr90 {
  margin-right: min(5.625vw, 90px) !important;
}

.u-mb90 {
  margin-bottom: min(5.625vw, 90px) !important;
}

.u-ml90 {
  margin-left: min(5.625vw, 90px) !important;
}

.u-mt95 {
  margin-top: min(5.9375vw, 95px) !important;
}

.u-mr95 {
  margin-right: min(5.9375vw, 95px) !important;
}

.u-mb95 {
  margin-bottom: min(5.9375vw, 95px) !important;
}

.u-ml95 {
  margin-left: min(5.9375vw, 95px) !important;
}

.u-mt100 {
  margin-top: min(6.25vw, 100px) !important;
}

.u-mr100 {
  margin-right: min(6.25vw, 100px) !important;
}

.u-mb100 {
  margin-bottom: min(6.25vw, 100px) !important;
}

.u-ml100 {
  margin-left: min(6.25vw, 100px) !important;
}

.u-mt105 {
  margin-top: min(6.5625vw, 105px) !important;
}

.u-mr105 {
  margin-right: min(6.5625vw, 105px) !important;
}

.u-mb105 {
  margin-bottom: min(6.5625vw, 105px) !important;
}

.u-ml105 {
  margin-left: min(6.5625vw, 105px) !important;
}

.u-mt110 {
  margin-top: min(6.875vw, 110px) !important;
}

.u-mr110 {
  margin-right: min(6.875vw, 110px) !important;
}

.u-mb110 {
  margin-bottom: min(6.875vw, 110px) !important;
}

.u-ml110 {
  margin-left: min(6.875vw, 110px) !important;
}

.u-mt115 {
  margin-top: min(7.1875vw, 115px) !important;
}

.u-mr115 {
  margin-right: min(7.1875vw, 115px) !important;
}

.u-mb115 {
  margin-bottom: min(7.1875vw, 115px) !important;
}

.u-ml115 {
  margin-left: min(7.1875vw, 115px) !important;
}

.u-mt120 {
  margin-top: min(7.5vw, 120px) !important;
}

.u-mr120 {
  margin-right: min(7.5vw, 120px) !important;
}

.u-mb120 {
  margin-bottom: min(7.5vw, 120px) !important;
}

.u-ml120 {
  margin-left: min(7.5vw, 120px) !important;
}

.u-mt125 {
  margin-top: min(7.8125vw, 125px) !important;
}

.u-mr125 {
  margin-right: min(7.8125vw, 125px) !important;
}

.u-mb125 {
  margin-bottom: min(7.8125vw, 125px) !important;
}

.u-ml125 {
  margin-left: min(7.8125vw, 125px) !important;
}

.u-mt130 {
  margin-top: min(8.125vw, 130px) !important;
}

.u-mr130 {
  margin-right: min(8.125vw, 130px) !important;
}

.u-mb130 {
  margin-bottom: min(8.125vw, 130px) !important;
}

.u-ml130 {
  margin-left: min(8.125vw, 130px) !important;
}

.u-mt135 {
  margin-top: min(8.4375vw, 135px) !important;
}

.u-mr135 {
  margin-right: min(8.4375vw, 135px) !important;
}

.u-mb135 {
  margin-bottom: min(8.4375vw, 135px) !important;
}

.u-ml135 {
  margin-left: min(8.4375vw, 135px) !important;
}

.u-mt140 {
  margin-top: min(8.75vw, 140px) !important;
}

.u-mr140 {
  margin-right: min(8.75vw, 140px) !important;
}

.u-mb140 {
  margin-bottom: min(8.75vw, 140px) !important;
}

.u-ml140 {
  margin-left: min(8.75vw, 140px) !important;
}

.u-mt145 {
  margin-top: min(9.0625vw, 145px) !important;
}

.u-mr145 {
  margin-right: min(9.0625vw, 145px) !important;
}

.u-mb145 {
  margin-bottom: min(9.0625vw, 145px) !important;
}

.u-ml145 {
  margin-left: min(9.0625vw, 145px) !important;
}

.u-mt150 {
  margin-top: min(9.375vw, 150px) !important;
}

.u-mr150 {
  margin-right: min(9.375vw, 150px) !important;
}

.u-mb150 {
  margin-bottom: min(9.375vw, 150px) !important;
}

.u-ml150 {
  margin-left: min(9.375vw, 150px) !important;
}

@media (max-width: 959px) {
  .u-mt0-md {
    margin-top: 0px !important;
  }
  .u-mr0-md {
    margin-right: 0px !important;
  }
  .u-mb0-md {
    margin-bottom: 0px !important;
  }
  .u-ml0-md {
    margin-left: 0px !important;
  }
  .u-mt5-md {
    margin-top: 5px !important;
  }
  .u-mr5-md {
    margin-right: 5px !important;
  }
  .u-mb5-md {
    margin-bottom: 5px !important;
  }
  .u-ml5-md {
    margin-left: 5px !important;
  }
  .u-mt10-md {
    margin-top: 10px !important;
  }
  .u-mr10-md {
    margin-right: 10px !important;
  }
  .u-mb10-md {
    margin-bottom: 10px !important;
  }
  .u-ml10-md {
    margin-left: 10px !important;
  }
  .u-mt15-md {
    margin-top: 15px !important;
  }
  .u-mr15-md {
    margin-right: 15px !important;
  }
  .u-mb15-md {
    margin-bottom: 15px !important;
  }
  .u-ml15-md {
    margin-left: 15px !important;
  }
  .u-mt20-md {
    margin-top: 20px !important;
  }
  .u-mr20-md {
    margin-right: 20px !important;
  }
  .u-mb20-md {
    margin-bottom: 20px !important;
  }
  .u-ml20-md {
    margin-left: 20px !important;
  }
  .u-mt25-md {
    margin-top: 25px !important;
  }
  .u-mr25-md {
    margin-right: 25px !important;
  }
  .u-mb25-md {
    margin-bottom: 25px !important;
  }
  .u-ml25-md {
    margin-left: 25px !important;
  }
  .u-mt30-md {
    margin-top: 30px !important;
  }
  .u-mr30-md {
    margin-right: 30px !important;
  }
  .u-mb30-md {
    margin-bottom: 30px !important;
  }
  .u-ml30-md {
    margin-left: 30px !important;
  }
  .u-mt35-md {
    margin-top: 35px !important;
  }
  .u-mr35-md {
    margin-right: 35px !important;
  }
  .u-mb35-md {
    margin-bottom: 35px !important;
  }
  .u-ml35-md {
    margin-left: 35px !important;
  }
  .u-mt40-md {
    margin-top: 40px !important;
  }
  .u-mr40-md {
    margin-right: 40px !important;
  }
  .u-mb40-md {
    margin-bottom: 40px !important;
  }
  .u-ml40-md {
    margin-left: 40px !important;
  }
  .u-mt45-md {
    margin-top: 45px !important;
  }
  .u-mr45-md {
    margin-right: 45px !important;
  }
  .u-mb45-md {
    margin-bottom: 45px !important;
  }
  .u-ml45-md {
    margin-left: 45px !important;
  }
  .u-mt50-md {
    margin-top: 50px !important;
  }
  .u-mr50-md {
    margin-right: 50px !important;
  }
  .u-mb50-md {
    margin-bottom: 50px !important;
  }
  .u-ml50-md {
    margin-left: 50px !important;
  }
  .u-mt55-md {
    margin-top: 55px !important;
  }
  .u-mr55-md {
    margin-right: 55px !important;
  }
  .u-mb55-md {
    margin-bottom: 55px !important;
  }
  .u-ml55-md {
    margin-left: 55px !important;
  }
  .u-mt60-md {
    margin-top: 60px !important;
  }
  .u-mr60-md {
    margin-right: 60px !important;
  }
  .u-mb60-md {
    margin-bottom: 60px !important;
  }
  .u-ml60-md {
    margin-left: 60px !important;
  }
  .u-mt65-md {
    margin-top: 65px !important;
  }
  .u-mr65-md {
    margin-right: 65px !important;
  }
  .u-mb65-md {
    margin-bottom: 65px !important;
  }
  .u-ml65-md {
    margin-left: 65px !important;
  }
  .u-mt70-md {
    margin-top: 70px !important;
  }
  .u-mr70-md {
    margin-right: 70px !important;
  }
  .u-mb70-md {
    margin-bottom: 70px !important;
  }
  .u-ml70-md {
    margin-left: 70px !important;
  }
  .u-mt75-md {
    margin-top: 75px !important;
  }
  .u-mr75-md {
    margin-right: 75px !important;
  }
  .u-mb75-md {
    margin-bottom: 75px !important;
  }
  .u-ml75-md {
    margin-left: 75px !important;
  }
  .u-mt80-md {
    margin-top: 80px !important;
  }
  .u-mr80-md {
    margin-right: 80px !important;
  }
  .u-mb80-md {
    margin-bottom: 80px !important;
  }
  .u-ml80-md {
    margin-left: 80px !important;
  }
  .u-mt85-md {
    margin-top: 85px !important;
  }
  .u-mr85-md {
    margin-right: 85px !important;
  }
  .u-mb85-md {
    margin-bottom: 85px !important;
  }
  .u-ml85-md {
    margin-left: 85px !important;
  }
  .u-mt90-md {
    margin-top: 90px !important;
  }
  .u-mr90-md {
    margin-right: 90px !important;
  }
  .u-mb90-md {
    margin-bottom: 90px !important;
  }
  .u-ml90-md {
    margin-left: 90px !important;
  }
  .u-mt95-md {
    margin-top: 95px !important;
  }
  .u-mr95-md {
    margin-right: 95px !important;
  }
  .u-mb95-md {
    margin-bottom: 95px !important;
  }
  .u-ml95-md {
    margin-left: 95px !important;
  }
  .u-mt100-md {
    margin-top: 100px !important;
  }
  .u-mr100-md {
    margin-right: 100px !important;
  }
  .u-mb100-md {
    margin-bottom: 100px !important;
  }
  .u-ml100-md {
    margin-left: 100px !important;
  }
  .u-mt105-md {
    margin-top: 105px !important;
  }
  .u-mr105-md {
    margin-right: 105px !important;
  }
  .u-mb105-md {
    margin-bottom: 105px !important;
  }
  .u-ml105-md {
    margin-left: 105px !important;
  }
  .u-mt110-md {
    margin-top: 110px !important;
  }
  .u-mr110-md {
    margin-right: 110px !important;
  }
  .u-mb110-md {
    margin-bottom: 110px !important;
  }
  .u-ml110-md {
    margin-left: 110px !important;
  }
  .u-mt115-md {
    margin-top: 115px !important;
  }
  .u-mr115-md {
    margin-right: 115px !important;
  }
  .u-mb115-md {
    margin-bottom: 115px !important;
  }
  .u-ml115-md {
    margin-left: 115px !important;
  }
  .u-mt120-md {
    margin-top: 120px !important;
  }
  .u-mr120-md {
    margin-right: 120px !important;
  }
  .u-mb120-md {
    margin-bottom: 120px !important;
  }
  .u-ml120-md {
    margin-left: 120px !important;
  }
  .u-mt125-md {
    margin-top: 125px !important;
  }
  .u-mr125-md {
    margin-right: 125px !important;
  }
  .u-mb125-md {
    margin-bottom: 125px !important;
  }
  .u-ml125-md {
    margin-left: 125px !important;
  }
  .u-mt130-md {
    margin-top: 130px !important;
  }
  .u-mr130-md {
    margin-right: 130px !important;
  }
  .u-mb130-md {
    margin-bottom: 130px !important;
  }
  .u-ml130-md {
    margin-left: 130px !important;
  }
  .u-mt135-md {
    margin-top: 135px !important;
  }
  .u-mr135-md {
    margin-right: 135px !important;
  }
  .u-mb135-md {
    margin-bottom: 135px !important;
  }
  .u-ml135-md {
    margin-left: 135px !important;
  }
  .u-mt140-md {
    margin-top: 140px !important;
  }
  .u-mr140-md {
    margin-right: 140px !important;
  }
  .u-mb140-md {
    margin-bottom: 140px !important;
  }
  .u-ml140-md {
    margin-left: 140px !important;
  }
  .u-mt145-md {
    margin-top: 145px !important;
  }
  .u-mr145-md {
    margin-right: 145px !important;
  }
  .u-mb145-md {
    margin-bottom: 145px !important;
  }
  .u-ml145-md {
    margin-left: 145px !important;
  }
  .u-mt150-md {
    margin-top: 150px !important;
  }
  .u-mr150-md {
    margin-right: 150px !important;
  }
  .u-mb150-md {
    margin-bottom: 150px !important;
  }
  .u-ml150-md {
    margin-left: 150px !important;
  }
}
@media (max-width: 559px) {
  .u-mt0-sm {
    margin-top: 0px !important;
  }
  .u-mr0-sm {
    margin-right: 0px !important;
  }
  .u-mb0-sm {
    margin-bottom: 0px !important;
  }
  .u-ml0-sm {
    margin-left: 0px !important;
  }
  .u-mt5-sm {
    margin-top: 5px !important;
  }
  .u-mr5-sm {
    margin-right: 5px !important;
  }
  .u-mb5-sm {
    margin-bottom: 5px !important;
  }
  .u-ml5-sm {
    margin-left: 5px !important;
  }
  .u-mt10-sm {
    margin-top: 10px !important;
  }
  .u-mr10-sm {
    margin-right: 10px !important;
  }
  .u-mb10-sm {
    margin-bottom: 10px !important;
  }
  .u-ml10-sm {
    margin-left: 10px !important;
  }
  .u-mt15-sm {
    margin-top: 15px !important;
  }
  .u-mr15-sm {
    margin-right: 15px !important;
  }
  .u-mb15-sm {
    margin-bottom: 15px !important;
  }
  .u-ml15-sm {
    margin-left: 15px !important;
  }
  .u-mt20-sm {
    margin-top: 20px !important;
  }
  .u-mr20-sm {
    margin-right: 20px !important;
  }
  .u-mb20-sm {
    margin-bottom: 20px !important;
  }
  .u-ml20-sm {
    margin-left: 20px !important;
  }
  .u-mt25-sm {
    margin-top: 25px !important;
  }
  .u-mr25-sm {
    margin-right: 25px !important;
  }
  .u-mb25-sm {
    margin-bottom: 25px !important;
  }
  .u-ml25-sm {
    margin-left: 25px !important;
  }
  .u-mt30-sm {
    margin-top: 30px !important;
  }
  .u-mr30-sm {
    margin-right: 30px !important;
  }
  .u-mb30-sm {
    margin-bottom: 30px !important;
  }
  .u-ml30-sm {
    margin-left: 30px !important;
  }
  .u-mt35-sm {
    margin-top: 35px !important;
  }
  .u-mr35-sm {
    margin-right: 35px !important;
  }
  .u-mb35-sm {
    margin-bottom: 35px !important;
  }
  .u-ml35-sm {
    margin-left: 35px !important;
  }
  .u-mt40-sm {
    margin-top: 40px !important;
  }
  .u-mr40-sm {
    margin-right: 40px !important;
  }
  .u-mb40-sm {
    margin-bottom: 40px !important;
  }
  .u-ml40-sm {
    margin-left: 40px !important;
  }
  .u-mt45-sm {
    margin-top: 45px !important;
  }
  .u-mr45-sm {
    margin-right: 45px !important;
  }
  .u-mb45-sm {
    margin-bottom: 45px !important;
  }
  .u-ml45-sm {
    margin-left: 45px !important;
  }
  .u-mt50-sm {
    margin-top: 50px !important;
  }
  .u-mr50-sm {
    margin-right: 50px !important;
  }
  .u-mb50-sm {
    margin-bottom: 50px !important;
  }
  .u-ml50-sm {
    margin-left: 50px !important;
  }
  .u-mt55-sm {
    margin-top: 55px !important;
  }
  .u-mr55-sm {
    margin-right: 55px !important;
  }
  .u-mb55-sm {
    margin-bottom: 55px !important;
  }
  .u-ml55-sm {
    margin-left: 55px !important;
  }
  .u-mt60-sm {
    margin-top: 60px !important;
  }
  .u-mr60-sm {
    margin-right: 60px !important;
  }
  .u-mb60-sm {
    margin-bottom: 60px !important;
  }
  .u-ml60-sm {
    margin-left: 60px !important;
  }
  .u-mt65-sm {
    margin-top: 65px !important;
  }
  .u-mr65-sm {
    margin-right: 65px !important;
  }
  .u-mb65-sm {
    margin-bottom: 65px !important;
  }
  .u-ml65-sm {
    margin-left: 65px !important;
  }
  .u-mt70-sm {
    margin-top: 70px !important;
  }
  .u-mr70-sm {
    margin-right: 70px !important;
  }
  .u-mb70-sm {
    margin-bottom: 70px !important;
  }
  .u-ml70-sm {
    margin-left: 70px !important;
  }
  .u-mt75-sm {
    margin-top: 75px !important;
  }
  .u-mr75-sm {
    margin-right: 75px !important;
  }
  .u-mb75-sm {
    margin-bottom: 75px !important;
  }
  .u-ml75-sm {
    margin-left: 75px !important;
  }
  .u-mt80-sm {
    margin-top: 80px !important;
  }
  .u-mr80-sm {
    margin-right: 80px !important;
  }
  .u-mb80-sm {
    margin-bottom: 80px !important;
  }
  .u-ml80-sm {
    margin-left: 80px !important;
  }
  .u-mt85-sm {
    margin-top: 85px !important;
  }
  .u-mr85-sm {
    margin-right: 85px !important;
  }
  .u-mb85-sm {
    margin-bottom: 85px !important;
  }
  .u-ml85-sm {
    margin-left: 85px !important;
  }
  .u-mt90-sm {
    margin-top: 90px !important;
  }
  .u-mr90-sm {
    margin-right: 90px !important;
  }
  .u-mb90-sm {
    margin-bottom: 90px !important;
  }
  .u-ml90-sm {
    margin-left: 90px !important;
  }
  .u-mt95-sm {
    margin-top: 95px !important;
  }
  .u-mr95-sm {
    margin-right: 95px !important;
  }
  .u-mb95-sm {
    margin-bottom: 95px !important;
  }
  .u-ml95-sm {
    margin-left: 95px !important;
  }
  .u-mt100-sm {
    margin-top: 100px !important;
  }
  .u-mr100-sm {
    margin-right: 100px !important;
  }
  .u-mb100-sm {
    margin-bottom: 100px !important;
  }
  .u-ml100-sm {
    margin-left: 100px !important;
  }
  .u-mt105-sm {
    margin-top: 105px !important;
  }
  .u-mr105-sm {
    margin-right: 105px !important;
  }
  .u-mb105-sm {
    margin-bottom: 105px !important;
  }
  .u-ml105-sm {
    margin-left: 105px !important;
  }
  .u-mt110-sm {
    margin-top: 110px !important;
  }
  .u-mr110-sm {
    margin-right: 110px !important;
  }
  .u-mb110-sm {
    margin-bottom: 110px !important;
  }
  .u-ml110-sm {
    margin-left: 110px !important;
  }
  .u-mt115-sm {
    margin-top: 115px !important;
  }
  .u-mr115-sm {
    margin-right: 115px !important;
  }
  .u-mb115-sm {
    margin-bottom: 115px !important;
  }
  .u-ml115-sm {
    margin-left: 115px !important;
  }
  .u-mt120-sm {
    margin-top: 120px !important;
  }
  .u-mr120-sm {
    margin-right: 120px !important;
  }
  .u-mb120-sm {
    margin-bottom: 120px !important;
  }
  .u-ml120-sm {
    margin-left: 120px !important;
  }
  .u-mt125-sm {
    margin-top: 125px !important;
  }
  .u-mr125-sm {
    margin-right: 125px !important;
  }
  .u-mb125-sm {
    margin-bottom: 125px !important;
  }
  .u-ml125-sm {
    margin-left: 125px !important;
  }
  .u-mt130-sm {
    margin-top: 130px !important;
  }
  .u-mr130-sm {
    margin-right: 130px !important;
  }
  .u-mb130-sm {
    margin-bottom: 130px !important;
  }
  .u-ml130-sm {
    margin-left: 130px !important;
  }
  .u-mt135-sm {
    margin-top: 135px !important;
  }
  .u-mr135-sm {
    margin-right: 135px !important;
  }
  .u-mb135-sm {
    margin-bottom: 135px !important;
  }
  .u-ml135-sm {
    margin-left: 135px !important;
  }
  .u-mt140-sm {
    margin-top: 140px !important;
  }
  .u-mr140-sm {
    margin-right: 140px !important;
  }
  .u-mb140-sm {
    margin-bottom: 140px !important;
  }
  .u-ml140-sm {
    margin-left: 140px !important;
  }
  .u-mt145-sm {
    margin-top: 145px !important;
  }
  .u-mr145-sm {
    margin-right: 145px !important;
  }
  .u-mb145-sm {
    margin-bottom: 145px !important;
  }
  .u-ml145-sm {
    margin-left: 145px !important;
  }
  .u-mt150-sm {
    margin-top: 150px !important;
  }
  .u-mr150-sm {
    margin-right: 150px !important;
  }
  .u-mb150-sm {
    margin-bottom: 150px !important;
  }
  .u-ml150-sm {
    margin-left: 150px !important;
  }
}
/* margin padding em */
.u-mt1e {
  margin-top: 1em;
}

.u-mr1e {
  margin-right: 1em;
}

.u-mb1e {
  margin-bottom: 1em;
}

.u-ml1e {
  margin-left: 1em;
}

.u-pt1e {
  padding-top: 1em;
}

.u-pr1e {
  padding-right: 1em;
}

.u-pb1e {
  padding-bottom: 1em;
}

.u-mt2e {
  margin-top: 2em;
}

.u-mr2e {
  margin-right: 2em;
}

.u-mb2e {
  margin-bottom: 2em;
}

.u-ml2e {
  margin-left: 2em;
}

.u-pt2e {
  padding-top: 2em;
}

.u-pr2e {
  padding-right: 2em;
}

.u-pb2e {
  padding-bottom: 2em;
}

.u-mt3e {
  margin-top: 3em;
}

.u-mr3e {
  margin-right: 3em;
}

.u-mb3e {
  margin-bottom: 3em;
}

.u-ml3e {
  margin-left: 3em;
}

.u-pt3e {
  padding-top: 3em;
}

.u-pr3e {
  padding-right: 3em;
}

.u-pb3e {
  padding-bottom: 3em;
}

.u-mt4e {
  margin-top: 4em;
}

.u-mr4e {
  margin-right: 4em;
}

.u-mb4e {
  margin-bottom: 4em;
}

.u-ml4e {
  margin-left: 4em;
}

.u-pt4e {
  padding-top: 4em;
}

.u-pr4e {
  padding-right: 4em;
}

.u-pb4e {
  padding-bottom: 4em;
}

.u-mt5e {
  margin-top: 5em;
}

.u-mr5e {
  margin-right: 5em;
}

.u-mb5e {
  margin-bottom: 5em;
}

.u-ml5e {
  margin-left: 5em;
}

.u-pt5e {
  padding-top: 5em;
}

.u-pr5e {
  padding-right: 5em;
}

.u-pb5e {
  padding-bottom: 5em;
}

.u-mt6e {
  margin-top: 6em;
}

.u-mr6e {
  margin-right: 6em;
}

.u-mb6e {
  margin-bottom: 6em;
}

.u-ml6e {
  margin-left: 6em;
}

.u-pt6e {
  padding-top: 6em;
}

.u-pr6e {
  padding-right: 6em;
}

.u-pb6e {
  padding-bottom: 6em;
}

.u-mt7e {
  margin-top: 7em;
}

.u-mr7e {
  margin-right: 7em;
}

.u-mb7e {
  margin-bottom: 7em;
}

.u-ml7e {
  margin-left: 7em;
}

.u-pt7e {
  padding-top: 7em;
}

.u-pr7e {
  padding-right: 7em;
}

.u-pb7e {
  padding-bottom: 7em;
}

.u-mt8e {
  margin-top: 8em;
}

.u-mr8e {
  margin-right: 8em;
}

.u-mb8e {
  margin-bottom: 8em;
}

.u-ml8e {
  margin-left: 8em;
}

.u-pt8e {
  padding-top: 8em;
}

.u-pr8e {
  padding-right: 8em;
}

.u-pb8e {
  padding-bottom: 8em;
}

.u-mt9e {
  margin-top: 9em;
}

.u-mr9e {
  margin-right: 9em;
}

.u-mb9e {
  margin-bottom: 9em;
}

.u-ml9e {
  margin-left: 9em;
}

.u-pt9e {
  padding-top: 9em;
}

.u-pr9e {
  padding-right: 9em;
}

.u-pb9e {
  padding-bottom: 9em;
}

.u-mt10e {
  margin-top: 10em;
}

.u-mr10e {
  margin-right: 10em;
}

.u-mb10e {
  margin-bottom: 10em;
}

.u-ml10e {
  margin-left: 10em;
}

.u-pt10e {
  padding-top: 10em;
}

.u-pr10e {
  padding-right: 10em;
}

.u-pb10e {
  padding-bottom: 10em;
}

@media (max-width: 559px) {
  .u-mt1e-sm {
    margin-top: 1em;
  }
  .u-mr1e-sm {
    margin-right: 1em;
  }
  .u-mb1e-sm {
    margin-bottom: 1em;
  }
  .u-ml1e-sm {
    margin-left: 1em;
  }
  .u-pt1e-sm {
    padding-top: 1em;
  }
  .u-pr1e-sm {
    padding-right: 1em;
  }
  .u-pb1e-sm {
    padding-bottom: 1em;
  }
  .u-mt2e-sm {
    margin-top: 2em;
  }
  .u-mr2e-sm {
    margin-right: 2em;
  }
  .u-mb2e-sm {
    margin-bottom: 2em;
  }
  .u-ml2e-sm {
    margin-left: 2em;
  }
  .u-pt2e-sm {
    padding-top: 2em;
  }
  .u-pr2e-sm {
    padding-right: 2em;
  }
  .u-pb2e-sm {
    padding-bottom: 2em;
  }
  .u-mt3e-sm {
    margin-top: 3em;
  }
  .u-mr3e-sm {
    margin-right: 3em;
  }
  .u-mb3e-sm {
    margin-bottom: 3em;
  }
  .u-ml3e-sm {
    margin-left: 3em;
  }
  .u-pt3e-sm {
    padding-top: 3em;
  }
  .u-pr3e-sm {
    padding-right: 3em;
  }
  .u-pb3e-sm {
    padding-bottom: 3em;
  }
  .u-mt4e-sm {
    margin-top: 4em;
  }
  .u-mr4e-sm {
    margin-right: 4em;
  }
  .u-mb4e-sm {
    margin-bottom: 4em;
  }
  .u-ml4e-sm {
    margin-left: 4em;
  }
  .u-pt4e-sm {
    padding-top: 4em;
  }
  .u-pr4e-sm {
    padding-right: 4em;
  }
  .u-pb4e-sm {
    padding-bottom: 4em;
  }
  .u-mt5e-sm {
    margin-top: 5em;
  }
  .u-mr5e-sm {
    margin-right: 5em;
  }
  .u-mb5e-sm {
    margin-bottom: 5em;
  }
  .u-ml5e-sm {
    margin-left: 5em;
  }
  .u-pt5e-sm {
    padding-top: 5em;
  }
  .u-pr5e-sm {
    padding-right: 5em;
  }
  .u-pb5e-sm {
    padding-bottom: 5em;
  }
  .u-mt6e-sm {
    margin-top: 6em;
  }
  .u-mr6e-sm {
    margin-right: 6em;
  }
  .u-mb6e-sm {
    margin-bottom: 6em;
  }
  .u-ml6e-sm {
    margin-left: 6em;
  }
  .u-pt6e-sm {
    padding-top: 6em;
  }
  .u-pr6e-sm {
    padding-right: 6em;
  }
  .u-pb6e-sm {
    padding-bottom: 6em;
  }
  .u-mt7e-sm {
    margin-top: 7em;
  }
  .u-mr7e-sm {
    margin-right: 7em;
  }
  .u-mb7e-sm {
    margin-bottom: 7em;
  }
  .u-ml7e-sm {
    margin-left: 7em;
  }
  .u-pt7e-sm {
    padding-top: 7em;
  }
  .u-pr7e-sm {
    padding-right: 7em;
  }
  .u-pb7e-sm {
    padding-bottom: 7em;
  }
  .u-mt8e-sm {
    margin-top: 8em;
  }
  .u-mr8e-sm {
    margin-right: 8em;
  }
  .u-mb8e-sm {
    margin-bottom: 8em;
  }
  .u-ml8e-sm {
    margin-left: 8em;
  }
  .u-pt8e-sm {
    padding-top: 8em;
  }
  .u-pr8e-sm {
    padding-right: 8em;
  }
  .u-pb8e-sm {
    padding-bottom: 8em;
  }
  .u-mt9e-sm {
    margin-top: 9em;
  }
  .u-mr9e-sm {
    margin-right: 9em;
  }
  .u-mb9e-sm {
    margin-bottom: 9em;
  }
  .u-ml9e-sm {
    margin-left: 9em;
  }
  .u-pt9e-sm {
    padding-top: 9em;
  }
  .u-pr9e-sm {
    padding-right: 9em;
  }
  .u-pb9e-sm {
    padding-bottom: 9em;
  }
  .u-mt10e-sm {
    margin-top: 10em;
  }
  .u-mr10e-sm {
    margin-right: 10em;
  }
  .u-mb10e-sm {
    margin-bottom: 10em;
  }
  .u-ml10e-sm {
    margin-left: 10em;
  }
  .u-pt10e-sm {
    padding-top: 10em;
  }
  .u-pr10e-sm {
    padding-right: 10em;
  }
  .u-pb10e-sm {
    padding-bottom: 10em;
  }
}
/* global */
.u-pt0 {
  padding-top: min(0vw, 0px) !important;
}

.u-pr0 {
  padding-right: min(0vw, 0px) !important;
}

.u-pb0 {
  padding-bottom: min(0vw, 0px) !important;
}

.u-pl0 {
  padding-left: min(0vw, 0px) !important;
}

.u-pt5 {
  padding-top: min(0.3125vw, 5px) !important;
}

.u-pr5 {
  padding-right: min(0.3125vw, 5px) !important;
}

.u-pb5 {
  padding-bottom: min(0.3125vw, 5px) !important;
}

.u-pl5 {
  padding-left: min(0.3125vw, 5px) !important;
}

.u-pt10 {
  padding-top: min(0.625vw, 10px) !important;
}

.u-pr10 {
  padding-right: min(0.625vw, 10px) !important;
}

.u-pb10 {
  padding-bottom: min(0.625vw, 10px) !important;
}

.u-pl10 {
  padding-left: min(0.625vw, 10px) !important;
}

.u-pt15 {
  padding-top: min(0.9375vw, 15px) !important;
}

.u-pr15 {
  padding-right: min(0.9375vw, 15px) !important;
}

.u-pb15 {
  padding-bottom: min(0.9375vw, 15px) !important;
}

.u-pl15 {
  padding-left: min(0.9375vw, 15px) !important;
}

.u-pt20 {
  padding-top: min(1.25vw, 20px) !important;
}

.u-pr20 {
  padding-right: min(1.25vw, 20px) !important;
}

.u-pb20 {
  padding-bottom: min(1.25vw, 20px) !important;
}

.u-pl20 {
  padding-left: min(1.25vw, 20px) !important;
}

.u-pt25 {
  padding-top: min(1.5625vw, 25px) !important;
}

.u-pr25 {
  padding-right: min(1.5625vw, 25px) !important;
}

.u-pb25 {
  padding-bottom: min(1.5625vw, 25px) !important;
}

.u-pl25 {
  padding-left: min(1.5625vw, 25px) !important;
}

.u-pt30 {
  padding-top: min(1.875vw, 30px) !important;
}

.u-pr30 {
  padding-right: min(1.875vw, 30px) !important;
}

.u-pb30 {
  padding-bottom: min(1.875vw, 30px) !important;
}

.u-pl30 {
  padding-left: min(1.875vw, 30px) !important;
}

.u-pt35 {
  padding-top: min(2.1875vw, 35px) !important;
}

.u-pr35 {
  padding-right: min(2.1875vw, 35px) !important;
}

.u-pb35 {
  padding-bottom: min(2.1875vw, 35px) !important;
}

.u-pl35 {
  padding-left: min(2.1875vw, 35px) !important;
}

.u-pt40 {
  padding-top: min(2.5vw, 40px) !important;
}

.u-pr40 {
  padding-right: min(2.5vw, 40px) !important;
}

.u-pb40 {
  padding-bottom: min(2.5vw, 40px) !important;
}

.u-pl40 {
  padding-left: min(2.5vw, 40px) !important;
}

.u-pt45 {
  padding-top: min(2.8125vw, 45px) !important;
}

.u-pr45 {
  padding-right: min(2.8125vw, 45px) !important;
}

.u-pb45 {
  padding-bottom: min(2.8125vw, 45px) !important;
}

.u-pl45 {
  padding-left: min(2.8125vw, 45px) !important;
}

.u-pt50 {
  padding-top: min(3.125vw, 50px) !important;
}

.u-pr50 {
  padding-right: min(3.125vw, 50px) !important;
}

.u-pb50 {
  padding-bottom: min(3.125vw, 50px) !important;
}

.u-pl50 {
  padding-left: min(3.125vw, 50px) !important;
}

.u-pt55 {
  padding-top: min(3.4375vw, 55px) !important;
}

.u-pr55 {
  padding-right: min(3.4375vw, 55px) !important;
}

.u-pb55 {
  padding-bottom: min(3.4375vw, 55px) !important;
}

.u-pl55 {
  padding-left: min(3.4375vw, 55px) !important;
}

.u-pt60 {
  padding-top: min(3.75vw, 60px) !important;
}

.u-pr60 {
  padding-right: min(3.75vw, 60px) !important;
}

.u-pb60 {
  padding-bottom: min(3.75vw, 60px) !important;
}

.u-pl60 {
  padding-left: min(3.75vw, 60px) !important;
}

.u-pt65 {
  padding-top: min(4.0625vw, 65px) !important;
}

.u-pr65 {
  padding-right: min(4.0625vw, 65px) !important;
}

.u-pb65 {
  padding-bottom: min(4.0625vw, 65px) !important;
}

.u-pl65 {
  padding-left: min(4.0625vw, 65px) !important;
}

.u-pt70 {
  padding-top: min(4.375vw, 70px) !important;
}

.u-pr70 {
  padding-right: min(4.375vw, 70px) !important;
}

.u-pb70 {
  padding-bottom: min(4.375vw, 70px) !important;
}

.u-pl70 {
  padding-left: min(4.375vw, 70px) !important;
}

.u-pt75 {
  padding-top: min(4.6875vw, 75px) !important;
}

.u-pr75 {
  padding-right: min(4.6875vw, 75px) !important;
}

.u-pb75 {
  padding-bottom: min(4.6875vw, 75px) !important;
}

.u-pl75 {
  padding-left: min(4.6875vw, 75px) !important;
}

.u-pt80 {
  padding-top: min(5vw, 80px) !important;
}

.u-pr80 {
  padding-right: min(5vw, 80px) !important;
}

.u-pb80 {
  padding-bottom: min(5vw, 80px) !important;
}

.u-pl80 {
  padding-left: min(5vw, 80px) !important;
}

.u-pt85 {
  padding-top: min(5.3125vw, 85px) !important;
}

.u-pr85 {
  padding-right: min(5.3125vw, 85px) !important;
}

.u-pb85 {
  padding-bottom: min(5.3125vw, 85px) !important;
}

.u-pl85 {
  padding-left: min(5.3125vw, 85px) !important;
}

.u-pt90 {
  padding-top: min(5.625vw, 90px) !important;
}

.u-pr90 {
  padding-right: min(5.625vw, 90px) !important;
}

.u-pb90 {
  padding-bottom: min(5.625vw, 90px) !important;
}

.u-pl90 {
  padding-left: min(5.625vw, 90px) !important;
}

.u-pt95 {
  padding-top: min(5.9375vw, 95px) !important;
}

.u-pr95 {
  padding-right: min(5.9375vw, 95px) !important;
}

.u-pb95 {
  padding-bottom: min(5.9375vw, 95px) !important;
}

.u-pl95 {
  padding-left: min(5.9375vw, 95px) !important;
}

.u-pt100 {
  padding-top: min(6.25vw, 100px) !important;
}

.u-pr100 {
  padding-right: min(6.25vw, 100px) !important;
}

.u-pb100 {
  padding-bottom: min(6.25vw, 100px) !important;
}

.u-pl100 {
  padding-left: min(6.25vw, 100px) !important;
}

.u-pt105 {
  padding-top: min(6.5625vw, 105px) !important;
}

.u-pr105 {
  padding-right: min(6.5625vw, 105px) !important;
}

.u-pb105 {
  padding-bottom: min(6.5625vw, 105px) !important;
}

.u-pl105 {
  padding-left: min(6.5625vw, 105px) !important;
}

.u-pt110 {
  padding-top: min(6.875vw, 110px) !important;
}

.u-pr110 {
  padding-right: min(6.875vw, 110px) !important;
}

.u-pb110 {
  padding-bottom: min(6.875vw, 110px) !important;
}

.u-pl110 {
  padding-left: min(6.875vw, 110px) !important;
}

.u-pt115 {
  padding-top: min(7.1875vw, 115px) !important;
}

.u-pr115 {
  padding-right: min(7.1875vw, 115px) !important;
}

.u-pb115 {
  padding-bottom: min(7.1875vw, 115px) !important;
}

.u-pl115 {
  padding-left: min(7.1875vw, 115px) !important;
}

.u-pt120 {
  padding-top: min(7.5vw, 120px) !important;
}

.u-pr120 {
  padding-right: min(7.5vw, 120px) !important;
}

.u-pb120 {
  padding-bottom: min(7.5vw, 120px) !important;
}

.u-pl120 {
  padding-left: min(7.5vw, 120px) !important;
}

.u-pt125 {
  padding-top: min(7.8125vw, 125px) !important;
}

.u-pr125 {
  padding-right: min(7.8125vw, 125px) !important;
}

.u-pb125 {
  padding-bottom: min(7.8125vw, 125px) !important;
}

.u-pl125 {
  padding-left: min(7.8125vw, 125px) !important;
}

.u-pt130 {
  padding-top: min(8.125vw, 130px) !important;
}

.u-pr130 {
  padding-right: min(8.125vw, 130px) !important;
}

.u-pb130 {
  padding-bottom: min(8.125vw, 130px) !important;
}

.u-pl130 {
  padding-left: min(8.125vw, 130px) !important;
}

.u-pt135 {
  padding-top: min(8.4375vw, 135px) !important;
}

.u-pr135 {
  padding-right: min(8.4375vw, 135px) !important;
}

.u-pb135 {
  padding-bottom: min(8.4375vw, 135px) !important;
}

.u-pl135 {
  padding-left: min(8.4375vw, 135px) !important;
}

.u-pt140 {
  padding-top: min(8.75vw, 140px) !important;
}

.u-pr140 {
  padding-right: min(8.75vw, 140px) !important;
}

.u-pb140 {
  padding-bottom: min(8.75vw, 140px) !important;
}

.u-pl140 {
  padding-left: min(8.75vw, 140px) !important;
}

.u-pt145 {
  padding-top: min(9.0625vw, 145px) !important;
}

.u-pr145 {
  padding-right: min(9.0625vw, 145px) !important;
}

.u-pb145 {
  padding-bottom: min(9.0625vw, 145px) !important;
}

.u-pl145 {
  padding-left: min(9.0625vw, 145px) !important;
}

.u-pt150 {
  padding-top: min(9.375vw, 150px) !important;
}

.u-pr150 {
  padding-right: min(9.375vw, 150px) !important;
}

.u-pb150 {
  padding-bottom: min(9.375vw, 150px) !important;
}

.u-pl150 {
  padding-left: min(9.375vw, 150px) !important;
}

.u-pt155 {
  padding-top: min(9.6875vw, 155px) !important;
}

.u-pr155 {
  padding-right: min(9.6875vw, 155px) !important;
}

.u-pb155 {
  padding-bottom: min(9.6875vw, 155px) !important;
}

.u-pl155 {
  padding-left: min(9.6875vw, 155px) !important;
}

.u-pt160 {
  padding-top: min(10vw, 160px) !important;
}

.u-pr160 {
  padding-right: min(10vw, 160px) !important;
}

.u-pb160 {
  padding-bottom: min(10vw, 160px) !important;
}

.u-pl160 {
  padding-left: min(10vw, 160px) !important;
}

.u-pt165 {
  padding-top: min(10.3125vw, 165px) !important;
}

.u-pr165 {
  padding-right: min(10.3125vw, 165px) !important;
}

.u-pb165 {
  padding-bottom: min(10.3125vw, 165px) !important;
}

.u-pl165 {
  padding-left: min(10.3125vw, 165px) !important;
}

.u-pt170 {
  padding-top: min(10.625vw, 170px) !important;
}

.u-pr170 {
  padding-right: min(10.625vw, 170px) !important;
}

.u-pb170 {
  padding-bottom: min(10.625vw, 170px) !important;
}

.u-pl170 {
  padding-left: min(10.625vw, 170px) !important;
}

.u-pt175 {
  padding-top: min(10.9375vw, 175px) !important;
}

.u-pr175 {
  padding-right: min(10.9375vw, 175px) !important;
}

.u-pb175 {
  padding-bottom: min(10.9375vw, 175px) !important;
}

.u-pl175 {
  padding-left: min(10.9375vw, 175px) !important;
}

.u-pt180 {
  padding-top: min(11.25vw, 180px) !important;
}

.u-pr180 {
  padding-right: min(11.25vw, 180px) !important;
}

.u-pb180 {
  padding-bottom: min(11.25vw, 180px) !important;
}

.u-pl180 {
  padding-left: min(11.25vw, 180px) !important;
}

.u-pt185 {
  padding-top: min(11.5625vw, 185px) !important;
}

.u-pr185 {
  padding-right: min(11.5625vw, 185px) !important;
}

.u-pb185 {
  padding-bottom: min(11.5625vw, 185px) !important;
}

.u-pl185 {
  padding-left: min(11.5625vw, 185px) !important;
}

.u-pt190 {
  padding-top: min(11.875vw, 190px) !important;
}

.u-pr190 {
  padding-right: min(11.875vw, 190px) !important;
}

.u-pb190 {
  padding-bottom: min(11.875vw, 190px) !important;
}

.u-pl190 {
  padding-left: min(11.875vw, 190px) !important;
}

.u-pt195 {
  padding-top: min(12.1875vw, 195px) !important;
}

.u-pr195 {
  padding-right: min(12.1875vw, 195px) !important;
}

.u-pb195 {
  padding-bottom: min(12.1875vw, 195px) !important;
}

.u-pl195 {
  padding-left: min(12.1875vw, 195px) !important;
}

.u-pt200 {
  padding-top: min(12.5vw, 200px) !important;
}

.u-pr200 {
  padding-right: min(12.5vw, 200px) !important;
}

.u-pb200 {
  padding-bottom: min(12.5vw, 200px) !important;
}

.u-pl200 {
  padding-left: min(12.5vw, 200px) !important;
}

@media (max-width: 959px) {
  .u-pt0-md {
    padding-top: 0px !important;
  }
  .u-pr0-md {
    padding-right: 0px !important;
  }
  .u-pb0-md {
    padding-bottom: 0px !important;
  }
  .u-pl0-md {
    padding-left: 0px !important;
  }
  .u-pt5-md {
    padding-top: 5px !important;
  }
  .u-pr5-md {
    padding-right: 5px !important;
  }
  .u-pb5-md {
    padding-bottom: 5px !important;
  }
  .u-pl5-md {
    padding-left: 5px !important;
  }
  .u-pt10-md {
    padding-top: 10px !important;
  }
  .u-pr10-md {
    padding-right: 10px !important;
  }
  .u-pb10-md {
    padding-bottom: 10px !important;
  }
  .u-pl10-md {
    padding-left: 10px !important;
  }
  .u-pt15-md {
    padding-top: 15px !important;
  }
  .u-pr15-md {
    padding-right: 15px !important;
  }
  .u-pb15-md {
    padding-bottom: 15px !important;
  }
  .u-pl15-md {
    padding-left: 15px !important;
  }
  .u-pt20-md {
    padding-top: 20px !important;
  }
  .u-pr20-md {
    padding-right: 20px !important;
  }
  .u-pb20-md {
    padding-bottom: 20px !important;
  }
  .u-pl20-md {
    padding-left: 20px !important;
  }
  .u-pt25-md {
    padding-top: 25px !important;
  }
  .u-pr25-md {
    padding-right: 25px !important;
  }
  .u-pb25-md {
    padding-bottom: 25px !important;
  }
  .u-pl25-md {
    padding-left: 25px !important;
  }
  .u-pt30-md {
    padding-top: 30px !important;
  }
  .u-pr30-md {
    padding-right: 30px !important;
  }
  .u-pb30-md {
    padding-bottom: 30px !important;
  }
  .u-pl30-md {
    padding-left: 30px !important;
  }
  .u-pt35-md {
    padding-top: 35px !important;
  }
  .u-pr35-md {
    padding-right: 35px !important;
  }
  .u-pb35-md {
    padding-bottom: 35px !important;
  }
  .u-pl35-md {
    padding-left: 35px !important;
  }
  .u-pt40-md {
    padding-top: 40px !important;
  }
  .u-pr40-md {
    padding-right: 40px !important;
  }
  .u-pb40-md {
    padding-bottom: 40px !important;
  }
  .u-pl40-md {
    padding-left: 40px !important;
  }
  .u-pt45-md {
    padding-top: 45px !important;
  }
  .u-pr45-md {
    padding-right: 45px !important;
  }
  .u-pb45-md {
    padding-bottom: 45px !important;
  }
  .u-pl45-md {
    padding-left: 45px !important;
  }
  .u-pt50-md {
    padding-top: 50px !important;
  }
  .u-pr50-md {
    padding-right: 50px !important;
  }
  .u-pb50-md {
    padding-bottom: 50px !important;
  }
  .u-pl50-md {
    padding-left: 50px !important;
  }
  .u-pt55-md {
    padding-top: 55px !important;
  }
  .u-pr55-md {
    padding-right: 55px !important;
  }
  .u-pb55-md {
    padding-bottom: 55px !important;
  }
  .u-pl55-md {
    padding-left: 55px !important;
  }
  .u-pt60-md {
    padding-top: 60px !important;
  }
  .u-pr60-md {
    padding-right: 60px !important;
  }
  .u-pb60-md {
    padding-bottom: 60px !important;
  }
  .u-pl60-md {
    padding-left: 60px !important;
  }
  .u-pt65-md {
    padding-top: 65px !important;
  }
  .u-pr65-md {
    padding-right: 65px !important;
  }
  .u-pb65-md {
    padding-bottom: 65px !important;
  }
  .u-pl65-md {
    padding-left: 65px !important;
  }
  .u-pt70-md {
    padding-top: 70px !important;
  }
  .u-pr70-md {
    padding-right: 70px !important;
  }
  .u-pb70-md {
    padding-bottom: 70px !important;
  }
  .u-pl70-md {
    padding-left: 70px !important;
  }
  .u-pt75-md {
    padding-top: 75px !important;
  }
  .u-pr75-md {
    padding-right: 75px !important;
  }
  .u-pb75-md {
    padding-bottom: 75px !important;
  }
  .u-pl75-md {
    padding-left: 75px !important;
  }
  .u-pt80-md {
    padding-top: 80px !important;
  }
  .u-pr80-md {
    padding-right: 80px !important;
  }
  .u-pb80-md {
    padding-bottom: 80px !important;
  }
  .u-pl80-md {
    padding-left: 80px !important;
  }
  .u-pt85-md {
    padding-top: 85px !important;
  }
  .u-pr85-md {
    padding-right: 85px !important;
  }
  .u-pb85-md {
    padding-bottom: 85px !important;
  }
  .u-pl85-md {
    padding-left: 85px !important;
  }
  .u-pt90-md {
    padding-top: 90px !important;
  }
  .u-pr90-md {
    padding-right: 90px !important;
  }
  .u-pb90-md {
    padding-bottom: 90px !important;
  }
  .u-pl90-md {
    padding-left: 90px !important;
  }
  .u-pt95-md {
    padding-top: 95px !important;
  }
  .u-pr95-md {
    padding-right: 95px !important;
  }
  .u-pb95-md {
    padding-bottom: 95px !important;
  }
  .u-pl95-md {
    padding-left: 95px !important;
  }
  .u-pt100-md {
    padding-top: 100px !important;
  }
  .u-pr100-md {
    padding-right: 100px !important;
  }
  .u-pb100-md {
    padding-bottom: 100px !important;
  }
  .u-pl100-md {
    padding-left: 100px !important;
  }
  .u-pt105-md {
    padding-top: 105px !important;
  }
  .u-pr105-md {
    padding-right: 105px !important;
  }
  .u-pb105-md {
    padding-bottom: 105px !important;
  }
  .u-pl105-md {
    padding-left: 105px !important;
  }
  .u-pt110-md {
    padding-top: 110px !important;
  }
  .u-pr110-md {
    padding-right: 110px !important;
  }
  .u-pb110-md {
    padding-bottom: 110px !important;
  }
  .u-pl110-md {
    padding-left: 110px !important;
  }
  .u-pt115-md {
    padding-top: 115px !important;
  }
  .u-pr115-md {
    padding-right: 115px !important;
  }
  .u-pb115-md {
    padding-bottom: 115px !important;
  }
  .u-pl115-md {
    padding-left: 115px !important;
  }
  .u-pt120-md {
    padding-top: 120px !important;
  }
  .u-pr120-md {
    padding-right: 120px !important;
  }
  .u-pb120-md {
    padding-bottom: 120px !important;
  }
  .u-pl120-md {
    padding-left: 120px !important;
  }
  .u-pt125-md {
    padding-top: 125px !important;
  }
  .u-pr125-md {
    padding-right: 125px !important;
  }
  .u-pb125-md {
    padding-bottom: 125px !important;
  }
  .u-pl125-md {
    padding-left: 125px !important;
  }
  .u-pt130-md {
    padding-top: 130px !important;
  }
  .u-pr130-md {
    padding-right: 130px !important;
  }
  .u-pb130-md {
    padding-bottom: 130px !important;
  }
  .u-pl130-md {
    padding-left: 130px !important;
  }
  .u-pt135-md {
    padding-top: 135px !important;
  }
  .u-pr135-md {
    padding-right: 135px !important;
  }
  .u-pb135-md {
    padding-bottom: 135px !important;
  }
  .u-pl135-md {
    padding-left: 135px !important;
  }
  .u-pt140-md {
    padding-top: 140px !important;
  }
  .u-pr140-md {
    padding-right: 140px !important;
  }
  .u-pb140-md {
    padding-bottom: 140px !important;
  }
  .u-pl140-md {
    padding-left: 140px !important;
  }
  .u-pt145-md {
    padding-top: 145px !important;
  }
  .u-pr145-md {
    padding-right: 145px !important;
  }
  .u-pb145-md {
    padding-bottom: 145px !important;
  }
  .u-pl145-md {
    padding-left: 145px !important;
  }
  .u-pt150-md {
    padding-top: 150px !important;
  }
  .u-pr150-md {
    padding-right: 150px !important;
  }
  .u-pb150-md {
    padding-bottom: 150px !important;
  }
  .u-pl150-md {
    padding-left: 150px !important;
  }
}
@media (max-width: 559px) {
  .u-pt0-sm {
    padding-top: 0px !important;
  }
  .u-pr0-sm {
    padding-right: 0px !important;
  }
  .u-pb0-sm {
    padding-bottom: 0px !important;
  }
  .u-pl0-sm {
    padding-left: 0px !important;
  }
  .u-pt5-sm {
    padding-top: 5px !important;
  }
  .u-pr5-sm {
    padding-right: 5px !important;
  }
  .u-pb5-sm {
    padding-bottom: 5px !important;
  }
  .u-pl5-sm {
    padding-left: 5px !important;
  }
  .u-pt10-sm {
    padding-top: 10px !important;
  }
  .u-pr10-sm {
    padding-right: 10px !important;
  }
  .u-pb10-sm {
    padding-bottom: 10px !important;
  }
  .u-pl10-sm {
    padding-left: 10px !important;
  }
  .u-pt15-sm {
    padding-top: 15px !important;
  }
  .u-pr15-sm {
    padding-right: 15px !important;
  }
  .u-pb15-sm {
    padding-bottom: 15px !important;
  }
  .u-pl15-sm {
    padding-left: 15px !important;
  }
  .u-pt20-sm {
    padding-top: 20px !important;
  }
  .u-pr20-sm {
    padding-right: 20px !important;
  }
  .u-pb20-sm {
    padding-bottom: 20px !important;
  }
  .u-pl20-sm {
    padding-left: 20px !important;
  }
  .u-pt25-sm {
    padding-top: 25px !important;
  }
  .u-pr25-sm {
    padding-right: 25px !important;
  }
  .u-pb25-sm {
    padding-bottom: 25px !important;
  }
  .u-pl25-sm {
    padding-left: 25px !important;
  }
  .u-pt30-sm {
    padding-top: 30px !important;
  }
  .u-pr30-sm {
    padding-right: 30px !important;
  }
  .u-pb30-sm {
    padding-bottom: 30px !important;
  }
  .u-pl30-sm {
    padding-left: 30px !important;
  }
  .u-pt35-sm {
    padding-top: 35px !important;
  }
  .u-pr35-sm {
    padding-right: 35px !important;
  }
  .u-pb35-sm {
    padding-bottom: 35px !important;
  }
  .u-pl35-sm {
    padding-left: 35px !important;
  }
  .u-pt40-sm {
    padding-top: 40px !important;
  }
  .u-pr40-sm {
    padding-right: 40px !important;
  }
  .u-pb40-sm {
    padding-bottom: 40px !important;
  }
  .u-pl40-sm {
    padding-left: 40px !important;
  }
  .u-pt45-sm {
    padding-top: 45px !important;
  }
  .u-pr45-sm {
    padding-right: 45px !important;
  }
  .u-pb45-sm {
    padding-bottom: 45px !important;
  }
  .u-pl45-sm {
    padding-left: 45px !important;
  }
  .u-pt50-sm {
    padding-top: 50px !important;
  }
  .u-pr50-sm {
    padding-right: 50px !important;
  }
  .u-pb50-sm {
    padding-bottom: 50px !important;
  }
  .u-pl50-sm {
    padding-left: 50px !important;
  }
  .u-pt55-sm {
    padding-top: 55px !important;
  }
  .u-pr55-sm {
    padding-right: 55px !important;
  }
  .u-pb55-sm {
    padding-bottom: 55px !important;
  }
  .u-pl55-sm {
    padding-left: 55px !important;
  }
  .u-pt60-sm {
    padding-top: 60px !important;
  }
  .u-pr60-sm {
    padding-right: 60px !important;
  }
  .u-pb60-sm {
    padding-bottom: 60px !important;
  }
  .u-pl60-sm {
    padding-left: 60px !important;
  }
  .u-pt65-sm {
    padding-top: 65px !important;
  }
  .u-pr65-sm {
    padding-right: 65px !important;
  }
  .u-pb65-sm {
    padding-bottom: 65px !important;
  }
  .u-pl65-sm {
    padding-left: 65px !important;
  }
  .u-pt70-sm {
    padding-top: 70px !important;
  }
  .u-pr70-sm {
    padding-right: 70px !important;
  }
  .u-pb70-sm {
    padding-bottom: 70px !important;
  }
  .u-pl70-sm {
    padding-left: 70px !important;
  }
  .u-pt75-sm {
    padding-top: 75px !important;
  }
  .u-pr75-sm {
    padding-right: 75px !important;
  }
  .u-pb75-sm {
    padding-bottom: 75px !important;
  }
  .u-pl75-sm {
    padding-left: 75px !important;
  }
  .u-pt80-sm {
    padding-top: 80px !important;
  }
  .u-pr80-sm {
    padding-right: 80px !important;
  }
  .u-pb80-sm {
    padding-bottom: 80px !important;
  }
  .u-pl80-sm {
    padding-left: 80px !important;
  }
  .u-pt85-sm {
    padding-top: 85px !important;
  }
  .u-pr85-sm {
    padding-right: 85px !important;
  }
  .u-pb85-sm {
    padding-bottom: 85px !important;
  }
  .u-pl85-sm {
    padding-left: 85px !important;
  }
  .u-pt90-sm {
    padding-top: 90px !important;
  }
  .u-pr90-sm {
    padding-right: 90px !important;
  }
  .u-pb90-sm {
    padding-bottom: 90px !important;
  }
  .u-pl90-sm {
    padding-left: 90px !important;
  }
  .u-pt95-sm {
    padding-top: 95px !important;
  }
  .u-pr95-sm {
    padding-right: 95px !important;
  }
  .u-pb95-sm {
    padding-bottom: 95px !important;
  }
  .u-pl95-sm {
    padding-left: 95px !important;
  }
  .u-pt100-sm {
    padding-top: 100px !important;
  }
  .u-pr100-sm {
    padding-right: 100px !important;
  }
  .u-pb100-sm {
    padding-bottom: 100px !important;
  }
  .u-pl100-sm {
    padding-left: 100px !important;
  }
  .u-pt105-sm {
    padding-top: 105px !important;
  }
  .u-pr105-sm {
    padding-right: 105px !important;
  }
  .u-pb105-sm {
    padding-bottom: 105px !important;
  }
  .u-pl105-sm {
    padding-left: 105px !important;
  }
  .u-pt110-sm {
    padding-top: 110px !important;
  }
  .u-pr110-sm {
    padding-right: 110px !important;
  }
  .u-pb110-sm {
    padding-bottom: 110px !important;
  }
  .u-pl110-sm {
    padding-left: 110px !important;
  }
  .u-pt115-sm {
    padding-top: 115px !important;
  }
  .u-pr115-sm {
    padding-right: 115px !important;
  }
  .u-pb115-sm {
    padding-bottom: 115px !important;
  }
  .u-pl115-sm {
    padding-left: 115px !important;
  }
  .u-pt120-sm {
    padding-top: 120px !important;
  }
  .u-pr120-sm {
    padding-right: 120px !important;
  }
  .u-pb120-sm {
    padding-bottom: 120px !important;
  }
  .u-pl120-sm {
    padding-left: 120px !important;
  }
  .u-pt125-sm {
    padding-top: 125px !important;
  }
  .u-pr125-sm {
    padding-right: 125px !important;
  }
  .u-pb125-sm {
    padding-bottom: 125px !important;
  }
  .u-pl125-sm {
    padding-left: 125px !important;
  }
  .u-pt130-sm {
    padding-top: 130px !important;
  }
  .u-pr130-sm {
    padding-right: 130px !important;
  }
  .u-pb130-sm {
    padding-bottom: 130px !important;
  }
  .u-pl130-sm {
    padding-left: 130px !important;
  }
  .u-pt135-sm {
    padding-top: 135px !important;
  }
  .u-pr135-sm {
    padding-right: 135px !important;
  }
  .u-pb135-sm {
    padding-bottom: 135px !important;
  }
  .u-pl135-sm {
    padding-left: 135px !important;
  }
  .u-pt140-sm {
    padding-top: 140px !important;
  }
  .u-pr140-sm {
    padding-right: 140px !important;
  }
  .u-pb140-sm {
    padding-bottom: 140px !important;
  }
  .u-pl140-sm {
    padding-left: 140px !important;
  }
  .u-pt145-sm {
    padding-top: 145px !important;
  }
  .u-pr145-sm {
    padding-right: 145px !important;
  }
  .u-pb145-sm {
    padding-bottom: 145px !important;
  }
  .u-pl145-sm {
    padding-left: 145px !important;
  }
  .u-pt150-sm {
    padding-top: 150px !important;
  }
  .u-pr150-sm {
    padding-right: 150px !important;
  }
  .u-pb150-sm {
    padding-bottom: 150px !important;
  }
  .u-pl150-sm {
    padding-left: 150px !important;
  }
}
/* global */
.u-block {
  display: block;
}

.u-inline {
  display: inline;
}

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

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-none {
  display: none;
}

@media (max-width: 959px) {
  .u-contents-md {
    display: contents;
  }
}

@media (max-width: 559px) {
  .u-contents-sm {
    display: contents;
  }
}

/* global */
@media (min-width: 960px) {
  .u-hidden-lg {
    display: none;
  }
}
@media (max-width: 959px) {
  .u-hidden-lg {
    display: block;
  }
}

@media (max-width: 959px) {
  .u-hidden-md {
    display: none;
  }
}

@media (max-width: 559px) {
  .u-hidden-sm {
    display: none !important;
  }
}

.u-show-sm {
  display: none;
}
@media (max-width: 559px) {
  .u-show-sm {
    display: block;
  }
}

.u-show-md {
  display: none;
}
@media (max-width: 959px) {
  .u-show-md {
    display: block;
  }
}

@media (max-width: 559px) {
  .u-show-lg-md {
    display: none;
  }
}

@media (max-width: 959px) {
  .u-show-lg {
    display: none;
  }
}

/* global */
/* global */
.u-fs-small {
  font-size: 1.2rem;
}

.u-fs-08 {
  font-size: 0.8em;
}

.u-fs-2e {
  font-size: 2em !important;
}

.u-fs-15e {
  font-size: 1.5em !important;
}

/* font-weight */
.u-medium {
  font-weight: 500;
}

.u-bold {
  font-weight: 700;
}

/* text-align */
.u-center {
  text-align: center;
}

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

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

@media (max-width: 959px) {
  .u-center-md {
    text-align: center;
  }
}

@media (max-width: 559px) {
  .u-center-sm {
    text-align: center;
  }
}

@media (max-width: 559px) {
  .u-right-sm {
    text-align: right;
  }
}

@media (max-width: 559px) {
  .u-left-sm {
    text-align: left;
  }
}

/* line-height */
.u-lh2 {
  line-height: 2;
}

.u-lh14 {
  line-height: 1.4;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh18 {
  line-height: 1.8;
}

/* letter-spacing */
.u-ls0 {
  letter-spacing: 0;
}

/* link */
.u-link {
  text-decoration: underline;
}

/* color */
.u-white {
  color: #fff;
}

/* border */
.u-border {
  border-bottom: 1px solid currentColor;
}

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

/* global */
/* library */
/* js */
/* global */
@-webkit-keyframes slidein01 {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes slidein01 {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.js-slidein01.--active {
  -webkit-animation: slidein 1s ease-in-out forwards;
          animation: slidein 1s ease-in-out forwards;
}

.-delay1 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.-delay2 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.-delay3 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.-delay4 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

.-delay5 {
  -webkit-animation-delay: 2.5s !important;
          animation-delay: 2.5s !important;
}

.-delay6 {
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
}

.-delay-1 {
  -webkit-animation-delay: -0.5s !important;
          animation-delay: -0.5s !important;
}

.-delay-2 {
  -webkit-animation-delay: -1s !important;
          animation-delay: -1s !important;
}

.-delay-3 {
  -webkit-animation-delay: -1.5s !important;
          animation-delay: -1.5s !important;
}

.-delay-4 {
  -webkit-animation-delay: -2s !important;
          animation-delay: -2s !important;
}

.-delay-5 {
  -webkit-animation-delay: -2.5s !important;
          animation-delay: -2.5s !important;
}

.js-fuwafuwa01 {
  -webkit-animation: fuwafuwa01 6s ease-in-out infinite alternate;
          animation: fuwafuwa01 6s ease-in-out infinite alternate;
}

.js-fuwafuwa02 {
  -webkit-animation: fuwafuwa02 8s ease-in-out infinite alternate;
          animation: fuwafuwa02 8s ease-in-out infinite alternate;
}

.js-fuwafuwa03 {
  -webkit-animation: fuwafuwa03 3s ease-in-out infinite alternate;
          animation: fuwafuwa03 3s ease-in-out infinite alternate;
}

.js-fuwafuwa04 {
  -webkit-animation: fuwafuwa04 4s ease-in-out infinite alternate;
          animation: fuwafuwa04 4s ease-in-out infinite alternate;
}

.js-fuwafuwa05 {
  -webkit-animation: fuwafuwa04 6s ease-in-out infinite alternate;
          animation: fuwafuwa04 6s ease-in-out infinite alternate;
}

.js-fuwafuwa06 {
  -webkit-animation: fuwafuwa03 8s ease-in-out infinite alternate;
          animation: fuwafuwa03 8s ease-in-out infinite alternate;
}

.js-yurayura01 {
  -webkit-animation: yurayura01 2s infinite;
          animation: yurayura01 2s infinite;
}

@media (max-width: 559px) {
  .js-hide {
    display: none;
  }
}

@media (max-width: 559px) {
  .js-line-wrap .js-line-wrap__hidden {
    overflow: hidden;
    max-height: 6em;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    line-height: 1.5;
  }
  .js-line-wrap .icon {
    display: block;
    width: 15px;
    height: 15px;
    margin: 0.7em auto 0.5em;
  }
  .js-line-wrap .icon::after {
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/icon-plus02.png) no-repeat center/contain;
  }
  .js-line-wrap .icon::after.is-minus {
    background: url(../images/icon-minus02.png) no-repeat center/contain;
  }
  .js-line-wrap.-active .js-line-wrap__hidden {
    max-height: 300px;
  }
  .js-line-wrap.-active .icon::after {
    background: url(../images/icon-minus02.png) no-repeat center/contain;
  }
}

.js-fadein02 {
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.js-fadein02.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* compornent */
/* global */
/* -----------------
Button
------------------ */
/* -----------------
Card
------------------ */
/* -----------------
Heading
------------------ */
/* -----------------
Number
------------------ */
/* -----------------
Tag
------------------ */
/* -----------------
List
------------------ */
/* module */
/* global */
/* project */
/* global */
.p-home-sec01 {
  position: relative;
}
.p-home-sec01 .text-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 3.75vw clamp(20px, 4vw, 70px);
}
@media (max-width: 559px) {
  .p-home-sec01 .text-box {
    padding-bottom: 20px;
    text-align: center;
  }
}
.p-home-sec01 .text01 {
  color: #fff;
  font-size: clamp(1.4rem, 1.75vw, 2.8rem);
  font-weight: 300;
}
@media (max-width: 559px) {
  .p-home-sec01 .text01 {
    font-weight: 400;
  }
}
.p-home-sec01 .text02 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-top: 4.375vw;
}
@media (max-width: 559px) {
  .p-home-sec01 .text02 {
    margin-top: 0;
    font-weight: 400;
  }
}
.p-home-sec01 .text02 a {
  border-bottom: 1px solid #fff;
}

/* wp *//*# sourceMappingURL=style.css.map */