@charset "UTF-8";
/*　*/
/**************************************************
		foundation
**************************************************/
/* ===== Reset ===== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #000;
  text-align: left;
  -webkit-text-size-adjust: 100%;
}

main, article, aside, dialog, figure, header, footer, hgroup, nav, section {
  display: block;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  box-sizing: content-box;
}

svg {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
}

ul, ol {
  list-style-type: none;
  list-style-position: outside;
}

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

caption {
  text-align: left;
}

th, td {
  text-align: left;
  vertical-align: top;
}

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

sub {
  bottom: -0.1em;
}

sup {
  top: -0.5em;
}

input, textarea, select, button {
  border-radius: 0;
  font: inherit;
  color: inherit;
  box-shadow: none;
}

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
}

/* ===== Setting ===== */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("游ゴシック Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("游ゴシック Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("游ゴシック Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("游ゴシック Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("游ゴシック Medium");
  font-weight: 500;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("游ゴシック Bold");
  font-weight: 600;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("游ゴシック Bold");
  font-weight: 700;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("游ゴシック Bold");
  font-weight: 800;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("游ゴシック Bold");
  font-weight: 900;
}

html {
  font-size: 62.5%;
}

html.rms {
  font-size: 62.5% !important;
}

body {
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  color: #333;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

::placeholder {
  color: #999;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 2.415vw;
  }
  img {
    width: auto;
  }
}

@media print, screen and (min-width: 768px) {
  a, a::before, a::after, a *::before, a *::after, button, button *, input[type="submit"] {
    transition: background-image 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
  }
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  html {
    font-size: 0.806vw;
  }
}

/**************************************************
		layout
**************************************************/
/* ===== frame ===== */
.l-wrapper {
  opacity: 0;
}

.l-wrapper.is-visible {
  opacity: 1;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

@media print {
  .l-wrapper {
    opacity: 1;
  }
}

#gf-header {
  position: relative;
  overflow: hidden;
  z-index: 20;
}

.l-contents {
  position: relative;
  overflow: hidden;
  z-index: 10;
}

#gf-main {
  position: relative;
  overflow: hidden;
}

#gf-footer {
  position: relative;
  overflow: hidden;
  z-index: 10;
}

/**************************************************
		object
**************************************************/
/* ===== section ===== */
/* ===== title ===== */
.m-ttl01 {
  margin-bottom: 2rem;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .m-ttl01 {
    margin-bottom: 3rem;
  }
}

/* ===== text ===== */
.m-txt01 {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  .m-txt01 {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.m-txtLink01 {
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  .m-txtLink01:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.m-txtBreak {
  word-break: break-all;
  word-wrap: break-word;
}

/* ===== icon ===== */
/* ===== button ===== */
/* ===== list ===== */
.m-listItems01 {
  display: flex;
  margin: -1.5rem -0.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
  flex-wrap: wrap;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .m-listItems01 {
    margin: -2rem -1rem;
  }
}

.m-listItems01 > li {
  margin: 1.5rem 0.5rem;
  width: calc(50% - 1rem - 0.1px);
}

@media print, screen and (min-width: 768px) {
  .m-listItems01 > li {
    margin: 2rem 1rem;
    width: calc(25% - 2rem - 0.1px);
  }
}

.m-listItems01 a {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .m-listItems01 a:hover {
    opacity: 0.7;
  }
}

.m-listItems01_img {
  display: block;
}

.m-listItems01_ttl {
  display: block;
  margin-top: 1rem;
  padding: 0 0.5rem;
}

@media print, screen and (min-width: 768px) {
  .m-listItems01_ttl {
    padding: 0;
  }
}

.m-listItems01_price {
  display: none;
  margin-top: 1rem;
  padding: 0 0.5rem;
}

@media print, screen and (min-width: 768px) {
  .m-listItems01_price {
    padding: 0;
  }
}

.m-listItems02 {
  display: flex;
  margin: -1.5rem -0.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .m-listItems02 {
    margin: -2rem -1rem;
  }
}

.m-listItems02 > li {
  margin: 1.5rem 0.5rem;
  width: 100%;
}


@media print, screen and (min-width: 768px) {
  .m-listItems02 > li {
    margin: 1rem 1rem;
    width: calc(50% - 2rem - 0.1px);
  }
}

.m-listItems02 a {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .m-listItems02 a:hover {
    opacity: 0.7;
  }
}

.m-listItems02_img {
  display: block;
}

/* ===== table ===== */
/* ===== box ===== */
/* ===== others ===== */
.m-img01 {
  display: block;
  position: relative;
  padding-bottom: calc(100% / 180 * 180);
  width: 100%;
  height: 0;
  overflow: hidden;
}

.m-img01 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: initial;
  max-width: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

.m-img01.is-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}
.m-img02 {
  display: block;
  position: relative;
  padding-bottom: 20%;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.m-img02 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: initial;
  max-width: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

.m-img02.is-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

/**************************************************
		libs
**************************************************/
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/**************************************************
		utility
**************************************************/
@media only screen and (max-width: 767px) {
  .u-mAuto_sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-mt0_sp {
    margin-top: 0 !important;
  }
  .u-mt1_sp {
    margin-top: 0.1rem !important;
  }
  .u-mt2_sp {
    margin-top: 0.2rem !important;
  }
  .u-mt3_sp {
    margin-top: 0.3rem !important;
  }
  .u-mt4_sp {
    margin-top: 0.4rem !important;
  }
  .u-mt5_sp {
    margin-top: 0.5rem !important;
  }
  .u-mt6_sp {
    margin-top: 0.6rem !important;
  }
  .u-mt7_sp {
    margin-top: 0.7rem !important;
  }
  .u-mt8_sp {
    margin-top: 0.8rem !important;
  }
  .u-mt9_sp {
    margin-top: 0.9rem !important;
  }
  .u-mt10_sp {
    margin-top: 1rem !important;
  }
  .u-mt11_sp {
    margin-top: 1.1rem !important;
  }
  .u-mt12_sp {
    margin-top: 1.2rem !important;
  }
  .u-mt13_sp {
    margin-top: 1.3rem !important;
  }
  .u-mt14_sp {
    margin-top: 1.4rem !important;
  }
  .u-mt15_sp {
    margin-top: 1.5rem !important;
  }
  .u-mt16_sp {
    margin-top: 1.6rem !important;
  }
  .u-mt17_sp {
    margin-top: 1.7rem !important;
  }
  .u-mt18_sp {
    margin-top: 1.8rem !important;
  }
  .u-mt19_sp {
    margin-top: 1.9rem !important;
  }
  .u-mt20_sp {
    margin-top: 2rem !important;
  }
  .u-mt25_sp {
    margin-top: 2.5rem !important;
  }
  .u-mt30_sp {
    margin-top: 3rem !important;
  }
  .u-mt35_sp {
    margin-top: 3.5rem !important;
  }
  .u-mt40_sp {
    margin-top: 4rem !important;
  }
  .u-mt45_sp {
    margin-top: 4.5rem !important;
  }
  .u-mt50_sp {
    margin-top: 5rem !important;
  }
  .u-mt55_sp {
    margin-top: 5.5rem !important;
  }
  .u-mt60_sp {
    margin-top: 6rem !important;
  }
  .u-mt65_sp {
    margin-top: 6.5rem !important;
  }
  .u-mt70_sp {
    margin-top: 7rem !important;
  }
  .u-mt75_sp {
    margin-top: 7.5rem !important;
  }
  .u-mt80_sp {
    margin-top: 8rem !important;
  }
  .u-mt85_sp {
    margin-top: 8.5rem !important;
  }
  .u-mt90_sp {
    margin-top: 9rem !important;
  }
  .u-mt95_sp {
    margin-top: 9.5rem !important;
  }
  .u-mt100_sp {
    margin-top: 10rem !important;
  }
  .u-mt-1_sp {
    margin-top: -0.1rem !important;
  }
  .u-mt-2_sp {
    margin-top: -0.2rem !important;
  }
  .u-mt-3_sp {
    margin-top: -0.3rem !important;
  }
  .u-mt-4_sp {
    margin-top: -0.4rem !important;
  }
  .u-mt-5_sp {
    margin-top: -0.5rem !important;
  }
  .u-mt-6_sp {
    margin-top: -0.6rem !important;
  }
  .u-mt-7_sp {
    margin-top: -0.7rem !important;
  }
  .u-mt-8_sp {
    margin-top: -0.8rem !important;
  }
  .u-mt-9_sp {
    margin-top: -0.9rem !important;
  }
  .u-mt-10_sp {
    margin-top: -1rem !important;
  }
  .u-mt-11_sp {
    margin-top: -1.1rem !important;
  }
  .u-mt-12_sp {
    margin-top: -1.2rem !important;
  }
  .u-mt-13_sp {
    margin-top: -1.3rem !important;
  }
  .u-mt-14_sp {
    margin-top: -1.4rem !important;
  }
  .u-mt-15_sp {
    margin-top: -1.5rem !important;
  }
  .u-mt-16_sp {
    margin-top: -1.6rem !important;
  }
  .u-mt-17_sp {
    margin-top: -1.7rem !important;
  }
  .u-mt-18_sp {
    margin-top: -1.8rem !important;
  }
  .u-mt-19_sp {
    margin-top: -1.9rem !important;
  }
  .u-mt-20_sp {
    margin-top: -2rem !important;
  }
  .u-mt-25_sp {
    margin-top: -2.5rem !important;
  }
  .u-mt-30_sp {
    margin-top: -3rem !important;
  }
  .u-mt-35_sp {
    margin-top: -3.5rem !important;
  }
  .u-mt-40_sp {
    margin-top: -4rem !important;
  }
  .u-mt-45_sp {
    margin-top: -4.5rem !important;
  }
  .u-mt-50_sp {
    margin-top: -5rem !important;
  }
  .u-mt-55_sp {
    margin-top: -5.5rem !important;
  }
  .u-mt-60_sp {
    margin-top: -6rem !important;
  }
  .u-mt-65_sp {
    margin-top: -6.5rem !important;
  }
  .u-mt-70_sp {
    margin-top: -7rem !important;
  }
  .u-mt-75_sp {
    margin-top: -7.5rem !important;
  }
  .u-mt-80_sp {
    margin-top: -8rem !important;
  }
  .u-mt-85_sp {
    margin-top: -8.5rem !important;
  }
  .u-mt-90_sp {
    margin-top: -9rem !important;
  }
  .u-mt-95_sp {
    margin-top: -9.5rem !important;
  }
  .u-mt-100_sp {
    margin-top: -10rem !important;
  }
  .u-mb0_sp {
    margin-bottom: 0 !important;
  }
  .u-mb1_sp {
    margin-bottom: 0.1rem !important;
  }
  .u-mb2_sp {
    margin-bottom: 0.2rem !important;
  }
  .u-mb3_sp {
    margin-bottom: 0.3rem !important;
  }
  .u-mb4_sp {
    margin-bottom: 0.4rem !important;
  }
  .u-mb5_sp {
    margin-bottom: 0.5rem !important;
  }
  .u-mb6_sp {
    margin-bottom: 0.6rem !important;
  }
  .u-mb7_sp {
    margin-bottom: 0.7rem !important;
  }
  .u-mb8_sp {
    margin-bottom: 0.8rem !important;
  }
  .u-mb9_sp {
    margin-bottom: 0.9rem !important;
  }
  .u-mb10_sp {
    margin-bottom: 1rem !important;
  }
  .u-mb11_sp {
    margin-bottom: 1.1rem !important;
  }
  .u-mb12_sp {
    margin-bottom: 1.2rem !important;
  }
  .u-mb13_sp {
    margin-bottom: 1.3rem !important;
  }
  .u-mb14_sp {
    margin-bottom: 1.4rem !important;
  }
  .u-mb15_sp {
    margin-bottom: 1.5rem !important;
  }
  .u-mb16_sp {
    margin-bottom: 1.6rem !important;
  }
  .u-mb17_sp {
    margin-bottom: 1.7rem !important;
  }
  .u-mb18_sp {
    margin-bottom: 1.8rem !important;
  }
  .u-mb19_sp {
    margin-bottom: 1.9rem !important;
  }
  .u-mb20_sp {
    margin-bottom: 2rem !important;
  }
  .u-mb25_sp {
    margin-bottom: 2.5rem !important;
  }
  .u-mb30_sp {
    margin-bottom: 3rem !important;
  }
  .u-mb35_sp {
    margin-bottom: 3.5rem !important;
  }
  .u-mb40_sp {
    margin-bottom: 4rem !important;
  }
  .u-mb45_sp {
    margin-bottom: 4.5rem !important;

  }
  .u-mb50_sp {
    margin-bottom: 5rem !important;
  }
  .u-mb55_sp {
    margin-bottom: 5.5rem !important;
  }
  .u-mb60_sp {
    margin-bottom: 6rem !important;
  }
  .u-mb65_sp {
    margin-bottom: 6.5rem !important;
  }
  .u-mb70_sp {
    margin-bottom: 7rem !important;
  }
  .u-mb75_sp {
    margin-bottom: 7.5rem !important;
  }
  .u-mb80_sp {
    margin-bottom: 8rem !important;
  }
  .u-mb85_sp {
    margin-bottom: 8.5rem !important;
  }
  .u-mb90_sp {
    margin-bottom: 9rem !important;
  }
  .u-mb95_sp {
    margin-bottom: 9.5rem !important;
  }
  .u-mb100_sp {
    margin-bottom: 10rem !important;
  }
  .u-mb-1_sp {
    margin-bottom: -0.1rem !important;
  }
  .u-mb-2_sp {
    margin-bottom: -0.2rem !important;
  }
  .u-mb-3_sp {
    margin-bottom: -0.3rem !important;
  }
  .u-mb-4_sp {
    margin-bottom: -0.4rem !important;
  }
  .u-mb-5_sp {
    margin-bottom: -0.5rem !important;
  }
  .u-mb-6_sp {
    margin-bottom: -0.6rem !important;
  }
  .u-mb-7_sp {
    margin-bottom: -0.7rem !important;
  }
  .u-mb-8_sp {
    margin-bottom: -0.8rem !important;
  }
  .u-mb-9_sp {
    margin-bottom: -0.9rem !important;
  }
  .u-mb-10_sp {
    margin-bottom: -1rem !important;
  }
  .u-mb-11_sp {
    margin-bottom: -1.1rem !important;
  }
  .u-mb-12_sp {
    margin-bottom: -1.2rem !important;
  }
  .u-mb-13_sp {
    margin-bottom: -1.3rem !important;
  }
  .u-mb-14_sp {
    margin-bottom: -1.4rem !important;
  }
  .u-mb-15_sp {
    margin-bottom: -1.5rem !important;
  }
  .u-mb-16_sp {
    margin-bottom: -1.6rem !important;
  }
  .u-mb-17_sp {
    margin-bottom: -1.7rem !important;
  }
  .u-mb-18_sp {
    margin-bottom: -1.8rem !important;
  }
  .u-mb-19_sp {
    margin-bottom: -1.9rem !important;
  }
  .u-mb-20_sp {
    margin-bottom: -2rem !important;
  }
  .u-mb-25_sp {
    margin-bottom: -2.5rem !important;
  }
  .u-mb-30_sp {
    margin-bottom: -3rem !important;
  }
  .u-mb-35_sp {
    margin-bottom: -3.5rem !important;
  }
  .u-mb-40_sp {
    margin-bottom: -4rem !important;
  }
  .u-mb-45_sp {
    margin-bottom: -4.5rem !important;
  }
  .u-mb-50_sp {
    margin-bottom: -5rem !important;
  }
  .u-mb-55_sp {
    margin-bottom: -5.5rem !important;
  }
  .u-mb-60_sp {
    margin-bottom: -6rem !important;
  }
  .u-mb-65_sp {
    margin-bottom: -6.5rem !important;
  }
  .u-mb-70_sp {
    margin-bottom: -7rem !important;
  }
  .u-mb-75_sp {
    margin-bottom: -7.5rem !important;
  }
  .u-mb-80_sp {
    margin-bottom: -8rem !important;
  }
  .u-mb-85_sp {
    margin-bottom: -8.5rem !important;
  }
  .u-mb-90_sp {
    margin-bottom: -9rem !important;
  }
  .u-mb-95_sp {
    margin-bottom: -9.5rem !important;
  }
  .u-mb-100_sp {
    margin-bottom: -10rem !important;
  }
  .u-ml0_sp {
    margin-left: 0 !important;
  }
  .u-ml1_sp {
    margin-left: 0.1rem !important;
  }
  .u-ml2_sp {
    margin-left: 0.2rem !important;
  }
  .u-ml3_sp {
    margin-left: 0.3rem !important;
  }
  .u-ml4_sp {
    margin-left: 0.4rem !important;
  }
  .u-ml5_sp {
    margin-left: 0.5rem !important;
  }
  .u-ml6_sp {
    margin-left: 0.6rem !important;
  }
  .u-ml7_sp {
    margin-left: 0.7rem !important;
  }
  .u-ml8_sp {
    margin-left: 0.8rem !important;
  }
  .u-ml9_sp {
    margin-left: 0.9rem !important;
  }
  .u-ml10_sp {
    margin-left: 1rem !important;
  }
  .u-ml11_sp {
    margin-left: 1.1rem !important;
  }
  .u-ml12_sp {
    margin-left: 1.2rem !important;
  }
  .u-ml13_sp {
    margin-left: 1.3rem !important;
  }
  .u-ml14_sp {
    margin-left: 1.4rem !important;
  }
  .u-ml15_sp {
    margin-left: 1.5rem !important;
  }
  .u-ml16_sp {
    margin-left: 1.6rem !important;
  }
  .u-ml17_sp {
    margin-left: 1.7rem !important;
  }
  .u-ml18_sp {
    margin-left: 1.8rem !important;
  }
  .u-ml19_sp {
    margin-left: 1.9rem !important;
  }
  .u-ml20_sp {
    margin-left: 2rem !important;
  }
  .u-ml25_sp {
    margin-left: 2.5rem !important;
  }
  .u-ml30_sp {
    margin-left: 3rem !important;
  }
  .u-ml35_sp {
    margin-left: 3.5rem !important;
  }
  .u-ml40_sp {
    margin-left: 4rem !important;
  }
  .u-ml45_sp {
    margin-left: 4.5rem !important;
  }
  .u-ml50_sp {
    margin-left: 5rem !important;
  }
  .u-ml55_sp {
    margin-left: 5.5rem !important;
  }
  .u-ml60_sp {
    margin-left: 6rem !important;
  }
  .u-ml65_sp {
    margin-left: 6.5rem !important;
  }
  .u-ml70_sp {
    margin-left: 7rem !important;
  }
  .u-ml75_sp {
    margin-left: 7.5rem !important;
  }
  .u-ml80_sp {
    margin-left: 8rem !important;
  }
  .u-ml85_sp {
    margin-left: 8.5rem !important;
  }
  .u-ml90_sp {
    margin-left: 9rem !important;
  }
  .u-ml95_sp {
    margin-left: 9.5rem !important;
  }
  .u-ml100_sp {
    margin-left: 10rem !important;
  }
  .u-ml-1_sp {
    margin-left: -0.1rem !important;
  }
  .u-ml-2_sp {
    margin-left: -0.2rem !important;
  }
  .u-ml-3_sp {
    margin-left: -0.3rem !important;
  }
  .u-ml-4_sp {
    margin-left: -0.4rem !important;
  }
  .u-ml-5_sp {
    margin-left: -0.5rem !important;
  }
  .u-ml-6_sp {
    margin-left: -0.6rem !important;
  }
  .u-ml-7_sp {
    margin-left: -0.7rem !important;
  }
  .u-ml-8_sp {
    margin-left: -0.8rem !important;
  }
  .u-ml-9_sp {
    margin-left: -0.9rem !important;
  }
  .u-ml-10_sp {
    margin-left: -1rem !important;
  }
  .u-ml-11_sp {
    margin-left: -1.1rem !important;
  }
  .u-ml-12_sp {
    margin-left: -1.2rem !important;
  }
  .u-ml-13_sp {
    margin-left: -1.3rem !important;
  }
  .u-ml-14_sp {
    margin-left: -1.4rem !important;
  }
  .u-ml-15_sp {
    margin-left: -1.5rem !important;
  }
  .u-ml-16_sp {
    margin-left: -1.6rem !important;
  }
  .u-ml-17_sp {
    margin-left: -1.7rem !important;
  }
  .u-ml-18_sp {
    margin-left: -1.8rem !important;
  }
  .u-ml-19_sp {
    margin-left: -1.9rem !important;
  }
  .u-ml-20_sp {
    margin-left: -2rem !important;
  }
  .u-ml-25_sp {
    margin-left: -2.5rem !important;
  }
  .u-ml-30_sp {
    margin-left: -3rem !important;
  }
  .u-ml-35_sp {
    margin-left: -3.5rem !important;
  }
  .u-ml-40_sp {
    margin-left: -4rem !important;
  }
  .u-ml-45_sp {
    margin-left: -4.5rem !important;
  }
  .u-ml-50_sp {
    margin-left: -5rem !important;
  }
  .u-ml-55_sp {
    margin-left: -5.5rem !important;
  }
  .u-ml-60_sp {
    margin-left: -6rem !important;
  }
  .u-ml-65_sp {
    margin-left: -6.5rem !important;
  }
  .u-ml-70_sp {
    margin-left: -7rem !important;
  }
  .u-ml-75_sp {
    margin-left: -7.5rem !important;
  }
  .u-ml-80_sp {
    margin-left: -8rem !important;
  }
  .u-ml-85_sp {
    margin-left: -8.5rem !important;
  }
  .u-ml-90_sp {
    margin-left: -9rem !important;
  }
  .u-ml-95_sp {
    margin-left: -9.5rem !important;
  }
  .u-ml-100_sp {
    margin-left: -10rem !important;
  }
  .u-mr0_sp {
    margin-right: 0 !important;
  }
  .u-mr1_sp {
    margin-right: 0.1rem !important;
  }
  .u-mr2_sp {
    margin-right: 0.2rem !important;
  }
  .u-mr3_sp {
    margin-right: 0.3rem !important;
  }
  .u-mr4_sp {
    margin-right: 0.4rem !important;
  }
  .u-mr5_sp {
    margin-right: 0.5rem !important;
  }
  .u-mr6_sp {
    margin-right: 0.6rem !important;
  }
  .u-mr7_sp {
    margin-right: 0.7rem !important;
  }
  .u-mr8_sp {
    margin-right: 0.8rem !important;
  }
  .u-mr9_sp {
    margin-right: 0.9rem !important;
  }
  .u-mr10_sp {
    margin-right: 1rem !important;
  }
  .u-mr11_sp {
    margin-right: 1.1rem !important;
  }
  .u-mr12_sp {
    margin-right: 1.2rem !important;
  }
  .u-mr13_sp {
    margin-right: 1.3rem !important;
  }
  .u-mr14_sp {
    margin-right: 1.4rem !important;
  }
  .u-mr15_sp {
    margin-right: 1.5rem !important;
  }
  .u-mr16_sp {
    margin-right: 1.6rem !important;
  }
  .u-mr17_sp {
    margin-right: 1.7rem !important;
  }
  .u-mr18_sp {
    margin-right: 1.8rem !important;
  }
  .u-mr19_sp {
    margin-right: 1.9rem !important;
  }
  .u-mr20_sp {
    margin-right: 2rem !important;
  }
  .u-mr25_sp {
    margin-right: 2.5rem !important;
  }
  .u-mr30_sp {
    margin-right: 3rem !important;
  }
  .u-mr35_sp {
    margin-right: 3.5rem !important;
  }
  .u-mr40_sp {
    margin-right: 4rem !important;
  }
  .u-mr45_sp {
    margin-right: 4.5rem !important;
  }
  .u-mr50_sp {
    margin-right: 5rem !important;
  }
  .u-mr55_sp {
    margin-right: 5.5rem !important;
  }
  .u-mr60_sp {
    margin-right: 6rem !important;
  }
  .u-mr65_sp {
    margin-right: 6.5rem !important;
  }
  .u-mr70_sp {
    margin-right: 7rem !important;
  }
  .u-mr75_sp {
    margin-right: 7.5rem !important;
  }
  .u-mr80_sp {
    margin-right: 8rem !important;
  }
  .u-mr85_sp {
    margin-right: 8.5rem !important;
  }
  .u-mr90_sp {
    margin-right: 9rem !important;
  }
  .u-mr95_sp {
    margin-right: 9.5rem !important;
  }
  .u-mr100_sp {
    margin-right: 10rem !important;
  }
  .u-mr-1_sp {
    margin-right: -0.1rem !important;
  }
  .u-mr-2_sp {
    margin-right: -0.2rem !important;
  }
  .u-mr-3_sp {
    margin-right: -0.3rem !important;
  }
  .u-mr-4_sp {
    margin-right: -0.4rem !important;
  }
  .u-mr-5_sp {
    margin-right: -0.5rem !important;
  }
  .u-mr-6_sp {
    margin-right: -0.6rem !important;
  }
  .u-mr-7_sp {
    margin-right: -0.7rem !important;
  }
  .u-mr-8_sp {
    margin-right: -0.8rem !important;
  }
  .u-mr-9_sp {
    margin-right: -0.9rem !important;
  }
  .u-mr-10_sp {
    margin-right: -1rem !important;
  }
  .u-mr-11_sp {
    margin-right: -1.1rem !important;
  }
  .u-mr-12_sp {
    margin-right: -1.2rem !important;
  }
  .u-mr-13_sp {
    margin-right: -1.3rem !important;
  }
  .u-mr-14_sp {
    margin-right: -1.4rem !important;
  }
  .u-mr-15_sp {
    margin-right: -1.5rem !important;
  }
  .u-mr-16_sp {
    margin-right: -1.6rem !important;
  }
  .u-mr-17_sp {
    margin-right: -1.7rem !important;
  }
  .u-mr-18_sp {
    margin-right: -1.8rem !important;
  }
  .u-mr-19_sp {
    margin-right: -1.9rem !important;
  }
  .u-mr-20_sp {
    margin-right: -2rem !important;
  }
  .u-mr-25_sp {
    margin-right: -2.5rem !important;
  }
  .u-mr-30_sp {
    margin-right: -3rem !important;
  }
  .u-mr-35_sp {
    margin-right: -3.5rem !important;
  }
  .u-mr-40_sp {
    margin-right: -4rem !important;
  }
  .u-mr-45_sp {
    margin-right: -4.5rem !important;
  }
  .u-mr-50_sp {
    margin-right: -5rem !important;
  }
  .u-mr-55_sp {
    margin-right: -5.5rem !important;
  }
  .u-mr-60_sp {
    margin-right: -6rem !important;
  }
  .u-mr-65_sp {
    margin-right: -6.5rem !important;
  }
  .u-mr-70_sp {
    margin-right: -7rem !important;
  }
  .u-mr-75_sp {
    margin-right: -7.5rem !important;
  }
  .u-mr-80_sp {
    margin-right: -8rem !important;
  }
  .u-mr-85_sp {
    margin-right: -8.5rem !important;
  }
  .u-mr-90_sp {
    margin-right: -9rem !important;
  }
  .u-mr-95_sp {
    margin-right: -9.5rem !important;
  }
  .u-mr-100_sp {
    margin-right: -10rem !important;
  }
  .u-pt0_sp {
    padding-top: 0 !important;
  }
  .u-pt1_sp {
    padding-top: 0.1rem !important;
  }
  .u-pt2_sp {
    padding-top: 0.2rem !important;
  }
  .u-pt3_sp {
    padding-top: 0.3rem !important;
  }
  .u-pt4_sp {
    padding-top: 0.4rem !important;
  }
  .u-pt5_sp {
    padding-top: 0.5rem !important;
  }
  .u-pt6_sp {
    padding-top: 0.6rem !important;
  }
  .u-pt7_sp {
    padding-top: 0.7rem !important;
  }
  .u-pt8_sp {
    padding-top: 0.8rem !important;
  }
  .u-pt9_sp {
    padding-top: 0.9rem !important;
  }
  .u-pt10_sp {
    padding-top: 1rem !important;
  }
  .u-pt11_sp {
    padding-top: 1.1rem !important;
  }
  .u-pt12_sp {
    padding-top: 1.2rem !important;
  }
  .u-pt13_sp {
    padding-top: 1.3rem !important;
  }
  .u-pt14_sp {
    padding-top: 1.4rem !important;
  }
  .u-pt15_sp {
    padding-top: 1.5rem !important;
  }
  .u-pt16_sp {
    padding-top: 1.6rem !important;
  }
  .u-pt17_sp {
    padding-top: 1.7rem !important;
  }
  .u-pt18_sp {
    padding-top: 1.8rem !important;
  }
  .u-pt19_sp {
    padding-top: 1.9rem !important;
  }
  .u-pt20_sp {
    padding-top: 2rem !important;
  }
  .u-pt25_sp {
    padding-top: 2.5rem !important;
  }
  .u-pt30_sp {
    padding-top: 3rem !important;
  }
  .u-pt35_sp {
    padding-top: 3.5rem !important;
  }
  .u-pt40_sp {
    padding-top: 4rem !important;
  }
  .u-pt45_sp {
    padding-top: 4.5rem !important;
  }
  .u-pt50_sp {
    padding-top: 5rem !important;
  }
  .u-pt55_sp {
    padding-top: 5.5rem !important;
  }
  .u-pt60_sp {
    padding-top: 6rem !important;
  }
  .u-pt65_sp {
    padding-top: 6.5rem !important;
  }
  .u-pt70_sp {
    padding-top: 7rem !important;
  }
  .u-pt75_sp {
    padding-top: 7.5rem !important;
  }
  .u-pt80_sp {
    padding-top: 8rem !important;
  }
  .u-pt85_sp {
    padding-top: 8.5rem !important;
  }
  .u-pt90_sp {
    padding-top: 9rem !important;
  }
  .u-pt95_sp {
    padding-top: 9.5rem !important;
  }
  .u-pt100_sp {
    padding-top: 10rem !important;
  }
  .u-pb0_sp {
    padding-bottom: 0 !important;
  }
  .u-pb1_sp {
    padding-bottom: 0.1rem !important;
  }
  .u-pb2_sp {
    padding-bottom: 0.2rem !important;
  }
  .u-pb3_sp {
    padding-bottom: 0.3rem !important;
  }
  .u-pb4_sp {
    padding-bottom: 0.4rem !important;
  }
  .u-pb5_sp {
    padding-bottom: 0.5rem !important;
  }
  .u-pb6_sp {
    padding-bottom: 0.6rem !important;
  }
  .u-pb7_sp {
    padding-bottom: 0.7rem !important;
  }
  .u-pb8_sp {
    padding-bottom: 0.8rem !important;
  }
  .u-pb9_sp {
    padding-bottom: 0.9rem !important;
  }
  .u-pb10_sp {
    padding-bottom: 1rem !important;
  }
  .u-pb11_sp {
    padding-bottom: 1.1rem !important;
  }
  .u-pb12_sp {
    padding-bottom: 1.2rem !important;
  }
  .u-pb13_sp {
    padding-bottom: 1.3rem !important;
  }
  .u-pb14_sp {
    padding-bottom: 1.4rem !important;
  }
  .u-pb15_sp {
    padding-bottom: 1.5rem !important;
  }
  .u-pb16_sp {
    padding-bottom: 1.6rem !important;
  }
  .u-pb17_sp {
    padding-bottom: 1.7rem !important;
  }
  .u-pb18_sp {
    padding-bottom: 1.8rem !important;
  }
  .u-pb19_sp {
    padding-bottom: 1.9rem !important;
  }
  .u-pb20_sp {
    padding-bottom: 2rem !important;
  }
  .u-pb25_sp {
    padding-bottom: 2.5rem !important;
  }
  .u-pb30_sp {
    padding-bottom: 3rem !important;
  }
  .u-pb35_sp {
    padding-bottom: 3.5rem !important;
  }
  .u-pb40_sp {
    padding-bottom: 4rem !important;
  }
  .u-pb45_sp {
    padding-bottom: 4.5rem !important;
  }
  .u-pb50_sp {
    padding-bottom: 5rem !important;
  }
  .u-pb55_sp {
    padding-bottom: 5.5rem !important;
  }
  .u-pb60_sp {
    padding-bottom: 6rem !important;
  }
  .u-pb65_sp {
    padding-bottom: 6.5rem !important;
  }
  .u-pb70_sp {
    padding-bottom: 7rem !important;
  }
  .u-pb75_sp {
    padding-bottom: 7.5rem !important;
  }
  .u-pb80_sp {
    padding-bottom: 8rem !important;
  }
  .u-pb85_sp {
    padding-bottom: 8.5rem !important;
  }
  .u-pb90_sp {
    padding-bottom: 9rem !important;
  }
  .u-pb95_sp {
    padding-bottom: 9.5rem !important;
  }
  .u-pb100_sp {
    padding-bottom: 10rem !important;
  }
  .u-pl0_sp {
    padding-left: 0 !important;
  }
  .u-pl1_sp {
    padding-left: 0.1rem !important;
  }
  .u-pl2_sp {
    padding-left: 0.2rem !important;
  }
  .u-pl3_sp {
    padding-left: 0.3rem !important;
  }
  .u-pl4_sp {
    padding-left: 0.4rem !important;
  }
  .u-pl5_sp {
    padding-left: 0.5rem !important;
  }
  .u-pl6_sp {
    padding-left: 0.6rem !important;
  }
  .u-pl7_sp {
    padding-left: 0.7rem !important;
  }
  .u-pl8_sp {
    padding-left: 0.8rem !important;
  }
  .u-pl9_sp {
    padding-left: 0.9rem !important;
  }
  .u-pl10_sp {
    padding-left: 1rem !important;
  }
  .u-pl11_sp {
    padding-left: 1.1rem !important;
  }
  .u-pl12_sp {
    padding-left: 1.2rem !important;
  }
  .u-pl13_sp {
    padding-left: 1.3rem !important;
  }
  .u-pl14_sp {
    padding-left: 1.4rem !important;
  }
  .u-pl15_sp {
    padding-left: 1.5rem !important;
  }
  .u-pl16_sp {
    padding-left: 1.6rem !important;
  }
  .u-pl17_sp {
    padding-left: 1.7rem !important;
  }
  .u-pl18_sp {
    padding-left: 1.8rem !important;
  }
  .u-pl19_sp {
    padding-left: 1.9rem !important;
  }
  .u-pl20_sp {
    padding-left: 2rem !important;
  }
  .u-pl25_sp {
    padding-left: 2.5rem !important;
  }
  .u-pl30_sp {
    padding-left: 3rem !important;
  }
  .u-pl35_sp {
    padding-left: 3.5rem !important;
  }
  .u-pl40_sp {
    padding-left: 4rem !important;
  }
  .u-pl45_sp {
    padding-left: 4.5rem !important;
  }
  .u-pl50_sp {
    padding-left: 5rem !important;
  }
  .u-pl55_sp {
    padding-left: 5.5rem !important;
  }
  .u-pl60_sp {
    padding-left: 6rem !important;
  }
  .u-pl65_sp {
    padding-left: 6.5rem !important;
  }
  .u-pl70_sp {
    padding-left: 7rem !important;
  }
  .u-pl75_sp {
    padding-left: 7.5rem !important;
  }
  .u-pl80_sp {
    padding-left: 8rem !important;
  }
  .u-pl85_sp {
    padding-left: 8.5rem !important;
  }
  .u-pl90_sp {
    padding-left: 9rem !important;
  }
  .u-pl95_sp {
    padding-left: 9.5rem !important;
  }
  .u-pl100_sp {
    padding-left: 10rem !important;
  }
  .u-pr0_sp {
    padding-right: 0 !important;
  }
  .u-pr1_sp {
    padding-right: 0.1rem !important;
  }
  .u-pr2_sp {
    padding-right: 0.2rem !important;
  }
  .u-pr3_sp {
    padding-right: 0.3rem !important;
  }
  .u-pr4_sp {
    padding-right: 0.4rem !important;
  }
  .u-pr5_sp {
    padding-right: 0.5rem !important;
  }
  .u-pr6_sp {
    padding-right: 0.6rem !important;
  }
  .u-pr7_sp {
    padding-right: 0.7rem !important;
  }
  .u-pr8_sp {
    padding-right: 0.8rem !important;
  }
  .u-pr9_sp {
    padding-right: 0.9rem !important;
  }
  .u-pr10_sp {
    padding-right: 1rem !important;
  }
  .u-pr11_sp {
    padding-right: 1.1rem !important;
  }
  .u-pr12_sp {
    padding-right: 1.2rem !important;
  }
  .u-pr13_sp {
    padding-right: 1.3rem !important;
  }
  .u-pr14_sp {
    padding-right: 1.4rem !important;
  }
  .u-pr15_sp {
    padding-right: 1.5rem !important;
  }
  .u-pr16_sp {
    padding-right: 1.6rem !important;
  }
  .u-pr17_sp {
    padding-right: 1.7rem !important;
  }
  .u-pr18_sp {
    padding-right: 1.8rem !important;
  }
  .u-pr19_sp {
    padding-right: 1.9rem !important;
  }
  .u-pr20_sp {
    padding-right: 2rem !important;
  }
  .u-pr25_sp {
    padding-right: 2.5rem !important;
  }
  .u-pr30_sp {
    padding-right: 3rem !important;
  }
  .u-pr35_sp {
    padding-right: 3.5rem !important;
  }
  .u-pr40_sp {
    padding-right: 4rem !important;
  }
  .u-pr45_sp {
    padding-right: 4.5rem !important;
  }
  .u-pr50_sp {
    padding-right: 5rem !important;
  }
  .u-pr55_sp {
    padding-right: 5.5rem !important;
  }
  .u-pr60_sp {
    padding-right: 6rem !important;
  }
  .u-pr65_sp {
    padding-right: 6.5rem !important;
  }
  .u-pr70_sp {
    padding-right: 7rem !important;
  }
  .u-pr75_sp {
    padding-right: 7.5rem !important;
  }
  .u-pr80_sp {
    padding-right: 8rem !important;
  }
  .u-pr85_sp {
    padding-right: 8.5rem !important;
  }
  .u-pr90_sp {
    padding-right: 9rem !important;
  }
  .u-pr95_sp {
    padding-right: 9.5rem !important;
  }
  .u-pr100_sp {
    padding-right: 10rem !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u-mAuto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-mt0 {
    margin-top: 0 !important;
  }
  .u-mt1 {
    margin-top: 0.1rem !important;
  }
  .u-mt2 {
    margin-top: 0.2rem !important;
  }
  .u-mt3 {
    margin-top: 0.3rem !important;
  }
  .u-mt4 {
    margin-top: 0.4rem !important;
  }
  .u-mt5 {
    margin-top: 0.5rem !important;
  }
  .u-mt6 {
    margin-top: 0.6rem !important;
  }
  .u-mt7 {
    margin-top: 0.7rem !important;
  }
  .u-mt8 {
    margin-top: 0.8rem !important;
  }
  .u-mt9 {
    margin-top: 0.9rem !important;
  }
  .u-mt10 {
    margin-top: 1rem !important;
  }
  .u-mt11 {
    margin-top: 1.1rem !important;
  }
  .u-mt12 {
    margin-top: 1.2rem !important;
  }
  .u-mt13 {
    margin-top: 1.3rem !important;
  }
  .u-mt14 {
    margin-top: 1.4rem !important;
  }
  .u-mt15 {
    margin-top: 1.5rem !important;
  }
  .u-mt16 {
    margin-top: 1.6rem !important;
  }
  .u-mt17 {
    margin-top: 1.7rem !important;
  }
  .u-mt18 {
    margin-top: 1.8rem !important;
  }
  .u-mt19 {
    margin-top: 1.9rem !important;
  }
  .u-mt20 {
    margin-top: 2rem !important;
  }
  .u-mt25 {
    margin-top: 2.5rem !important;
  }
  .u-mt30 {
    margin-top: 3rem !important;
  }
  .u-mt35 {
    margin-top: 3.5rem !important;
  }
  .u-mt40 {
    margin-top: 4rem !important;
  }
  .u-mt45 {
    margin-top: 4.5rem !important;
  }
  .u-mt50 {
    margin-top: 5rem !important;
  }
  .u-mt55 {
    margin-top: 5.5rem !important;
  }
  .u-mt60 {
    margin-top: 6rem !important;
  }
  .u-mt65 {
    margin-top: 6.5rem !important;
  }
  .u-mt70 {
    margin-top: 7rem !important;
  }
  .u-mt75 {
    margin-top: 7.5rem !important;
  }
  .u-mt80 {
    margin-top: 8rem !important;
  }
  .u-mt85 {
    margin-top: 8.5rem !important;
  }
  .u-mt90 {
    margin-top: 9rem !important;
  }
  .u-mt95 {
    margin-top: 9.5rem !important;
  }
  .u-mt100 {
    margin-top: 10rem !important;
  }
  .u-mt-1 {
    margin-top: -0.1rem !important;
  }
  .u-mt-2 {
    margin-top: -0.2rem !important;
  }
  .u-mt-3 {
    margin-top: -0.3rem !important;
  }
  .u-mt-4 {
    margin-top: -0.4rem !important;
  }
  .u-mt-5 {
    margin-top: -0.5rem !important;
  }
  .u-mt-6 {
    margin-top: -0.6rem !important;
  }
  .u-mt-7 {
    margin-top: -0.7rem !important;
  }
  .u-mt-8 {
    margin-top: -0.8rem !important;
  }
  .u-mt-9 {
    margin-top: -0.9rem !important;
  }
  .u-mt-10 {
    margin-top: -1rem !important;
  }
  .u-mt-11 {
    margin-top: -1.1rem !important;
  }
  .u-mt-12 {
    margin-top: -1.2rem !important;
  }
  .u-mt-13 {
    margin-top: -1.3rem !important;
  }
  .u-mt-14 {
    margin-top: -1.4rem !important;
  }
  .u-mt-15 {
    margin-top: -1.5rem !important;
  }
  .u-mt-16 {
    margin-top: -1.6rem !important;
  }
  .u-mt-17 {
    margin-top: -1.7rem !important;
  }
  .u-mt-18 {
    margin-top: -1.8rem !important;
  }
  .u-mt-19 {
    margin-top: -1.9rem !important;
  }
  .u-mt-20 {
    margin-top: -2rem !important;
  }
  .u-mt-25 {
    margin-top: -2.5rem !important;
  }
  .u-mt-30 {
    margin-top: -3rem !important;
  }
  .u-mt-35 {
    margin-top: -3.5rem !important;
  }
  .u-mt-40 {
    margin-top: -4rem !important;
  }
  .u-mt-45 {
    margin-top: -4.5rem !important;
  }
  .u-mt-50 {
    margin-top: -5rem !important;
  }
  .u-mt-55 {
    margin-top: -5.5rem !important;
  }
  .u-mt-60 {
    margin-top: -6rem !important;
  }
  .u-mt-65 {
    margin-top: -6.5rem !important;
  }
  .u-mt-70 {
    margin-top: -7rem !important;
  }
  .u-mt-75 {
    margin-top: -7.5rem !important;
  }
  .u-mt-80 {
    margin-top: -8rem !important;
  }
  .u-mt-85 {
    margin-top: -8.5rem !important;
  }
  .u-mt-90 {
    margin-top: -9rem !important;
  }
  .u-mt-95 {
    margin-top: -9.5rem !important;
  }
  .u-mt-100 {
    margin-top: -10rem !important;
  }
  .u-mb0 {
    margin-bottom: 0 !important;
  }
  .u-mb1 {
    margin-bottom: 0.1rem !important;
  }
  .u-mb2 {
    margin-bottom: 0.2rem !important;
  }
  .u-mb3 {
    margin-bottom: 0.3rem !important;
  }
  .u-mb4 {
    margin-bottom: 0.4rem !important;
  }
  .u-mb5 {
    margin-bottom: 0.5rem !important;
  }
  .u-mb6 {
    margin-bottom: 0.6rem !important;
  }
  .u-mb7 {
    margin-bottom: 0.7rem !important;
  }
  .u-mb8 {
    margin-bottom: 0.8rem !important;
  }
  .u-mb9 {
    margin-bottom: 0.9rem !important;
  }
  .u-mb10 {
    margin-bottom: 1rem !important;
  }
  .u-mb11 {
    margin-bottom: 1.1rem !important;
  }
  .u-mb12 {
    margin-bottom: 1.2rem !important;
  }
  .u-mb13 {
    margin-bottom: 1.3rem !important;
  }
  .u-mb14 {
    margin-bottom: 1.4rem !important;
  }
  .u-mb15 {
    margin-bottom: 1.5rem !important;
  }
  .u-mb16 {
    margin-bottom: 1.6rem !important;
  }
  .u-mb17 {
    margin-bottom: 1.7rem !important;
  }
  .u-mb18 {
    margin-bottom: 1.8rem !important;
  }
  .u-mb19 {
    margin-bottom: 1.9rem !important;
  }
  .u-mb20 {
    margin-bottom: 2rem !important;
  }
  .u-mb25 {
    margin-bottom: 2.5rem !important;
  }
  .u-mb30 {
    margin-bottom: 3rem !important;
  }
  .u-mb35 {
    margin-bottom: 3.5rem !important;
  }
  .u-mb40 {
    margin-bottom: 4rem !important;
  }
  .u-mb45 {
    margin-bottom: 4.5rem !important;
  }
  .u-mb50 {
    margin-bottom: 5rem !important;
  }
  .u-mb55 {
    margin-bottom: 5.5rem !important;
  }
  .u-mb60 {
    margin-bottom: 6rem !important;
  }
  .u-mb65 {
    margin-bottom: 6.5rem !important;
  }
  .u-mb70 {
    margin-bottom: 7rem !important;
  }
  .u-mb75 {
    margin-bottom: 7.5rem !important;
  }
  .u-mb80 {
    margin-bottom: 8rem !important;
  }
  .u-mb85 {
    margin-bottom: 8.5rem !important;
  }
  .u-mb90 {
    margin-bottom: 9rem !important;
  }
  .u-mb95 {
    margin-bottom: 9.5rem !important;
  }
  .u-mb100 {
    margin-bottom: 10rem !important;
  }
  .u-mb-1 {
    margin-bottom: -0.1rem !important;
  }
  .u-mb-2 {
    margin-bottom: -0.2rem !important;
  }
  .u-mb-3 {
    margin-bottom: -0.3rem !important;
  }
  .u-mb-4 {
    margin-bottom: -0.4rem !important;
  }
  .u-mb-5 {
    margin-bottom: -0.5rem !important;
  }
  .u-mb-6 {
    margin-bottom: -0.6rem !important;
  }
  .u-mb-7 {
    margin-bottom: -0.7rem !important;
  }
  .u-mb-8 {
    margin-bottom: -0.8rem !important;
  }
  .u-mb-9 {
    margin-bottom: -0.9rem !important;
  }
  .u-mb-10 {
    margin-bottom: -1rem !important;
  }
  .u-mb-11 {
    margin-bottom: -1.1rem !important;
  }
  .u-mb-12 {
    margin-bottom: -1.2rem !important;
  }
  .u-mb-13 {
    margin-bottom: -1.3rem !important;
  }
  .u-mb-14 {
    margin-bottom: -1.4rem !important;
  }
  .u-mb-15 {
    margin-bottom: -1.5rem !important;
  }
  .u-mb-16 {
    margin-bottom: -1.6rem !important;
  }
  .u-mb-17 {
    margin-bottom: -1.7rem !important;
  }
  .u-mb-18 {
    margin-bottom: -1.8rem !important;
  }
  .u-mb-19 {
    margin-bottom: -1.9rem !important;
  }
  .u-mb-20 {
    margin-bottom: -2rem !important;
  }
  .u-mb-25 {
    margin-bottom: -2.5rem !important;
  }
  .u-mb-30 {
    margin-bottom: -3rem !important;
  }
  .u-mb-35 {
    margin-bottom: -3.5rem !important;
  }
  .u-mb-40 {
    margin-bottom: -4rem !important;
  }
  .u-mb-45 {
    margin-bottom: -4.5rem !important;
  }
  .u-mb-50 {
    margin-bottom: -5rem !important;
  }
  .u-mb-55 {
    margin-bottom: -5.5rem !important;
  }
  .u-mb-60 {
    margin-bottom: -6rem !important;
  }
  .u-mb-65 {
    margin-bottom: -6.5rem !important;
  }
  .u-mb-70 {
    margin-bottom: -7rem !important;
  }
  .u-mb-75 {
    margin-bottom: -7.5rem !important;
  }
  .u-mb-80 {
    margin-bottom: -8rem !important;
  }
  .u-mb-85 {
    margin-bottom: -8.5rem !important;
  }
  .u-mb-90 {
    margin-bottom: -9rem !important;
  }
  .u-mb-95 {
    margin-bottom: -9.5rem !important;
  }
  .u-mb-100 {
    margin-bottom: -10rem !important;
  }
  .u-ml0 {
    margin-left: 0 !important;
  }
  .u-ml1 {
    margin-left: 0.1rem !important;
  }
  .u-ml2 {
    margin-left: 0.2rem !important;
  }
  .u-ml3 {
    margin-left: 0.3rem !important;
  }
  .u-ml4 {
    margin-left: 0.4rem !important;
  }
  .u-ml5 {
    margin-left: 0.5rem !important;
  }
  .u-ml6 {
    margin-left: 0.6rem !important;
  }
  .u-ml7 {
    margin-left: 0.7rem !important;
  }
  .u-ml8 {
    margin-left: 0.8rem !important;
  }
  .u-ml9 {
    margin-left: 0.9rem !important;
  }
  .u-ml10 {
    margin-left: 1rem !important;
  }
  .u-ml11 {
    margin-left: 1.1rem !important;
  }
  .u-ml12 {
    margin-left: 1.2rem !important;
  }
  .u-ml13 {
    margin-left: 1.3rem !important;
  }
  .u-ml14 {
    margin-left: 1.4rem !important;
  }
  .u-ml15 {
    margin-left: 1.5rem !important;
  }
  .u-ml16 {
    margin-left: 1.6rem !important;
  }
  .u-ml17 {
    margin-left: 1.7rem !important;
  }
  .u-ml18 {
    margin-left: 1.8rem !important;
  }
  .u-ml19 {
    margin-left: 1.9rem !important;
  }
  .u-ml20 {
    margin-left: 2rem !important;
  }
  .u-ml25 {
    margin-left: 2.5rem !important;
  }
  .u-ml30 {
    margin-left: 3rem !important;
  }
  .u-ml35 {
    margin-left: 3.5rem !important;
  }
  .u-ml40 {
    margin-left: 4rem !important;
  }
  .u-ml45 {
    margin-left: 4.5rem !important;
  }
  .u-ml50 {
    margin-left: 5rem !important;
  }
  .u-ml55 {
    margin-left: 5.5rem !important;
  }
  .u-ml60 {
    margin-left: 6rem !important;
  }
  .u-ml65 {
    margin-left: 6.5rem !important;
  }
  .u-ml70 {
    margin-left: 7rem !important;
  }
  .u-ml75 {
    margin-left: 7.5rem !important;
  }
  .u-ml80 {
    margin-left: 8rem !important;
  }
  .u-ml85 {
    margin-left: 8.5rem !important;
  }
  .u-ml90 {
    margin-left: 9rem !important;
  }
  .u-ml95 {
    margin-left: 9.5rem !important;
  }
  .u-ml100 {
    margin-left: 10rem !important;
  }
  .u-ml-1 {
    margin-left: -0.1rem !important;
  }
  .u-ml-2 {
    margin-left: -0.2rem !important;
  }
  .u-ml-3 {
    margin-left: -0.3rem !important;
  }
  .u-ml-4 {
    margin-left: -0.4rem !important;
  }
  .u-ml-5 {
    margin-left: -0.5rem !important;
  }
  .u-ml-6 {
    margin-left: -0.6rem !important;
  }
  .u-ml-7 {
    margin-left: -0.7rem !important;
  }
  .u-ml-8 {
    margin-left: -0.8rem !important;
  }
  .u-ml-9 {
    margin-left: -0.9rem !important;
  }
  .u-ml-10 {
    margin-left: -1rem !important;
  }
  .u-ml-11 {
    margin-left: -1.1rem !important;
  }
  .u-ml-12 {
    margin-left: -1.2rem !important;
  }
  .u-ml-13 {
    margin-left: -1.3rem !important;
  }
  .u-ml-14 {
    margin-left: -1.4rem !important;
  }
  .u-ml-15 {
    margin-left: -1.5rem !important;
  }
  .u-ml-16 {
    margin-left: -1.6rem !important;
  }
  .u-ml-17 {
    margin-left: -1.7rem !important;
  }
  .u-ml-18 {
    margin-left: -1.8rem !important;
  }
  .u-ml-19 {
    margin-left: -1.9rem !important;
  }
  .u-ml-20 {
    margin-left: -2rem !important;
  }
  .u-ml-25 {
    margin-left: -2.5rem !important;
  }
  .u-ml-30 {
    margin-left: -3rem !important;
  }
  .u-ml-35 {
    margin-left: -3.5rem !important;
  }
  .u-ml-40 {
    margin-left: -4rem !important;
  }
  .u-ml-45 {
    margin-left: -4.5rem !important;
  }
  .u-ml-50 {
    margin-left: -5rem !important;
  }
  .u-ml-55 {
    margin-left: -5.5rem !important;
  }
  .u-ml-60 {
    margin-left: -6rem !important;
  }
  .u-ml-65 {
    margin-left: -6.5rem !important;
  }
  .u-ml-70 {
    margin-left: -7rem !important;
  }
  .u-ml-75 {
    margin-left: -7.5rem !important;
  }
  .u-ml-80 {
    margin-left: -8rem !important;
  }
  .u-ml-85 {
    margin-left: -8.5rem !important;
  }
  .u-ml-90 {
    margin-left: -9rem !important;
  }
  .u-ml-95 {
    margin-left: -9.5rem !important;
  }
  .u-ml-100 {
    margin-left: -10rem !important;
  }
  .u-mr0 {
    margin-right: 0 !important;
  }
  .u-mr1 {
    margin-right: 0.1rem !important;
  }
  .u-mr2 {
    margin-right: 0.2rem !important;
  }
  .u-mr3 {
    margin-right: 0.3rem !important;
  }
  .u-mr4 {
    margin-right: 0.4rem !important;
  }
  .u-mr5 {
    margin-right: 0.5rem !important;
  }
  .u-mr6 {
    margin-right: 0.6rem !important;
  }
  .u-mr7 {
    margin-right: 0.7rem !important;
  }
  .u-mr8 {
    margin-right: 0.8rem !important;
  }
  .u-mr9 {
    margin-right: 0.9rem !important;
  }
  .u-mr10 {
    margin-right: 1rem !important;
  }
  .u-mr11 {
    margin-right: 1.1rem !important;
  }
  .u-mr12 {
    margin-right: 1.2rem !important;
  }
  .u-mr13 {
    margin-right: 1.3rem !important;
  }
  .u-mr14 {
    margin-right: 1.4rem !important;
  }
  .u-mr15 {
    margin-right: 1.5rem !important;
  }
  .u-mr16 {
    margin-right: 1.6rem !important;
  }
  .u-mr17 {
    margin-right: 1.7rem !important;
  }
  .u-mr18 {
    margin-right: 1.8rem !important;
  }
  .u-mr19 {
    margin-right: 1.9rem !important;
  }
  .u-mr20 {
    margin-right: 2rem !important;
  }
  .u-mr25 {
    margin-right: 2.5rem !important;
  }
  .u-mr30 {
    margin-right: 3rem !important;
  }
  .u-mr35 {
    margin-right: 3.5rem !important;
  }
  .u-mr40 {
    margin-right: 4rem !important;
  }
  .u-mr45 {
    margin-right: 4.5rem !important;
  }
  .u-mr50 {
    margin-right: 5rem !important;
  }
  .u-mr55 {
    margin-right: 5.5rem !important;
  }
  .u-mr60 {
    margin-right: 6rem !important;
  }
  .u-mr65 {
    margin-right: 6.5rem !important;
  }
  .u-mr70 {
    margin-right: 7rem !important;
  }
  .u-mr75 {
    margin-right: 7.5rem !important;
  }
  .u-mr80 {
    margin-right: 8rem !important;
  }
  .u-mr85 {
    margin-right: 8.5rem !important;
  }
  .u-mr90 {
    margin-right: 9rem !important;
  }
  .u-mr95 {
    margin-right: 9.5rem !important;
  }
  .u-mr100 {
    margin-right: 10rem !important;
  }
  .u-mr-1 {
    margin-right: -0.1rem !important;
  }
  .u-mr-2 {
    margin-right: -0.2rem !important;
  }
  .u-mr-3 {
    margin-right: -0.3rem !important;
  }
  .u-mr-4 {
    margin-right: -0.4rem !important;
  }
  .u-mr-5 {
    margin-right: -0.5rem !important;
  }
  .u-mr-6 {
    margin-right: -0.6rem !important;
  }
  .u-mr-7 {
    margin-right: -0.7rem !important;
  }
  .u-mr-8 {
    margin-right: -0.8rem !important;
  }
  .u-mr-9 {
    margin-right: -0.9rem !important;
  }
  .u-mr-10 {
    margin-right: -1rem !important;
  }
  .u-mr-11 {
    margin-right: -1.1rem !important;
  }
  .u-mr-12 {
    margin-right: -1.2rem !important;
  }
  .u-mr-13 {
    margin-right: -1.3rem !important;
  }
  .u-mr-14 {
    margin-right: -1.4rem !important;
  }
  .u-mr-15 {
    margin-right: -1.5rem !important;
  }
  .u-mr-16 {
    margin-right: -1.6rem !important;
  }
  .u-mr-17 {
    margin-right: -1.7rem !important;
  }
  .u-mr-18 {
    margin-right: -1.8rem !important;
  }
  .u-mr-19 {
    margin-right: -1.9rem !important;
  }
  .u-mr-20 {
    margin-right: -2rem !important;
  }
  .u-mr-25 {
    margin-right: -2.5rem !important;
  }
  .u-mr-30 {
    margin-right: -3rem !important;
  }
  .u-mr-35 {
    margin-right: -3.5rem !important;
  }
  .u-mr-40 {
    margin-right: -4rem !important;
  }
  .u-mr-45 {
    margin-right: -4.5rem !important;
  }
  .u-mr-50 {
    margin-right: -5rem !important;
  }
  .u-mr-55 {
    margin-right: -5.5rem !important;
  }
  .u-mr-60 {
    margin-right: -6rem !important;
  }
  .u-mr-65 {
    margin-right: -6.5rem !important;
  }
  .u-mr-70 {
    margin-right: -7rem !important;
  }
  .u-mr-75 {
    margin-right: -7.5rem !important;
  }
  .u-mr-80 {
    margin-right: -8rem !important;
  }
  .u-mr-85 {
    margin-right: -8.5rem !important;
  }
  .u-mr-90 {
    margin-right: -9rem !important;
  }
  .u-mr-95 {
    margin-right: -9.5rem !important;
  }
  .u-mr-100 {
    margin-right: -10rem !important;
  }
  .u-pt0 {
    padding-top: 0 !important;
  }
  .u-pt1 {
    padding-top: 0.1rem !important;
  }
  .u-pt2 {
    padding-top: 0.2rem !important;
  }
  .u-pt3 {
    padding-top: 0.3rem !important;
  }
  .u-pt4 {
    padding-top: 0.4rem !important;
  }
  .u-pt5 {
    padding-top: 0.5rem !important;
  }
  .u-pt6 {
    padding-top: 0.6rem !important;
  }
  .u-pt7 {
    padding-top: 0.7rem !important;
  }
  .u-pt8 {
    padding-top: 0.8rem !important;
  }
  .u-pt9 {
    padding-top: 0.9rem !important;
  }
  .u-pt10 {
    padding-top: 1rem !important;
  }
  .u-pt11 {
    padding-top: 1.1rem !important;
  }
  .u-pt12 {
    padding-top: 1.2rem !important;
  }
  .u-pt13 {
    padding-top: 1.3rem !important;
  }
  .u-pt14 {
    padding-top: 1.4rem !important;
  }
  .u-pt15 {
    padding-top: 1.5rem !important;
  }
  .u-pt16 {
    padding-top: 1.6rem !important;
  }
  .u-pt17 {
    padding-top: 1.7rem !important;
  }
  .u-pt18 {
    padding-top: 1.8rem !important;
  }
  .u-pt19 {
    padding-top: 1.9rem !important;
  }
  .u-pt20 {
    padding-top: 2rem !important;
  }
  .u-pt25 {
    padding-top: 2.5rem !important;
  }
  .u-pt30 {
    padding-top: 3rem !important;
  }
  .u-pt35 {
    padding-top: 3.5rem !important;
  }
  .u-pt40 {
    padding-top: 4rem !important;
  }
  .u-pt45 {
    padding-top: 4.5rem !important;
  }
  .u-pt50 {
    padding-top: 5rem !important;
  }
  .u-pt55 {
    padding-top: 5.5rem !important;
  }
  .u-pt60 {
    padding-top: 6rem !important;
  }
  .u-pt65 {
    padding-top: 6.5rem !important;
  }
  .u-pt70 {
    padding-top: 7rem !important;
  }
  .u-pt75 {
    padding-top: 7.5rem !important;
  }
  .u-pt80 {
    padding-top: 8rem !important;
  }
  .u-pt85 {
    padding-top: 8.5rem !important;
  }
  .u-pt90 {
    padding-top: 9rem !important;
  }
  .u-pt95 {
    padding-top: 9.5rem !important;
  }
  .u-pt100 {
    padding-top: 10rem !important;
  }
  .u-pb0 {
    padding-bottom: 0 !important;
  }
  .u-pb1 {
    padding-bottom: 0.1rem !important;
  }
  .u-pb2 {
    padding-bottom: 0.2rem !important;
  }
  .u-pb3 {
    padding-bottom: 0.3rem !important;
  }
  .u-pb4 {
    padding-bottom: 0.4rem !important;
  }
  .u-pb5 {
    padding-bottom: 0.5rem !important;
  }
  .u-pb6 {
    padding-bottom: 0.6rem !important;
  }
  .u-pb7 {
    padding-bottom: 0.7rem !important;
  }
  .u-pb8 {
    padding-bottom: 0.8rem !important;
  }
  .u-pb9 {
    padding-bottom: 0.9rem !important;
  }
  .u-pb10 {
    padding-bottom: 1rem !important;
  }
  .u-pb11 {
    padding-bottom: 1.1rem !important;
  }
  .u-pb12 {
    padding-bottom: 1.2rem !important;
  }
  .u-pb13 {
    padding-bottom: 1.3rem !important;
  }
  .u-pb14 {
    padding-bottom: 1.4rem !important;
  }
  .u-pb15 {
    padding-bottom: 1.5rem !important;
  }
  .u-pb16 {
    padding-bottom: 1.6rem !important;
  }
  .u-pb17 {
    padding-bottom: 1.7rem !important;
  }
  .u-pb18 {
    padding-bottom: 1.8rem !important;
  }
  .u-pb19 {
    padding-bottom: 1.9rem !important;
  }
  .u-pb20 {
    padding-bottom: 2rem !important;
  }
  .u-pb25 {
    padding-bottom: 2.5rem !important;
  }
  .u-pb30 {
    padding-bottom: 3rem !important;
  }
  .u-pb35 {
    padding-bottom: 3.5rem !important;
  }
  .u-pb40 {
    padding-bottom: 4rem !important;
  }
  .u-pb45 {
    padding-bottom: 4.5rem !important;
  }
  .u-pb50 {
    padding-bottom: 5rem !important;
  }
  .u-pb55 {
    padding-bottom: 5.5rem !important;
  }
  .u-pb60 {
    padding-bottom: 6rem !important;
  }
  .u-pb65 {
    padding-bottom: 6.5rem !important;
  }
  .u-pb70 {
    padding-bottom: 7rem !important;
  }
  .u-pb75 {
    padding-bottom: 7.5rem !important;
  }
  .u-pb80 {
    padding-bottom: 8rem !important;
  }
  .u-pb85 {
    padding-bottom: 8.5rem !important;
  }
  .u-pb90 {
    padding-bottom: 9rem !important;
  }
  .u-pb95 {
    padding-bottom: 9.5rem !important;
  }
  .u-pb100 {
    padding-bottom: 10rem !important;
  }
  .u-pl0 {
    padding-left: 0 !important;
  }
  .u-pl1 {
    padding-left: 0.1rem !important;
  }
  .u-pl2 {
    padding-left: 0.2rem !important;
  }
  .u-pl3 {
    padding-left: 0.3rem !important;
  }
  .u-pl4 {
    padding-left: 0.4rem !important;
  }
  .u-pl5 {
    padding-left: 0.5rem !important;
  }
  .u-pl6 {
    padding-left: 0.6rem !important;
  }
  .u-pl7 {
    padding-left: 0.7rem !important;
  }
  .u-pl8 {
    padding-left: 0.8rem !important;
  }
  .u-pl9 {
    padding-left: 0.9rem !important;
  }
  .u-pl10 {
    padding-left: 1rem !important;
  }
  .u-pl11 {
    padding-left: 1.1rem !important;
  }
  .u-pl12 {
    padding-left: 1.2rem !important;
  }
  .u-pl13 {
    padding-left: 1.3rem !important;
  }
  .u-pl14 {
    padding-left: 1.4rem !important;
  }
  .u-pl15 {
    padding-left: 1.5rem !important;
  }
  .u-pl16 {
    padding-left: 1.6rem !important;
  }
  .u-pl17 {
    padding-left: 1.7rem !important;
  }
  .u-pl18 {
    padding-left: 1.8rem !important;
  }
  .u-pl19 {
    padding-left: 1.9rem !important;
  }
  .u-pl20 {
    padding-left: 2rem !important;
  }
  .u-pl25 {
    padding-left: 2.5rem !important;
  }
  .u-pl30 {
    padding-left: 3rem !important;
  }
  .u-pl35 {
    padding-left: 3.5rem !important;
  }
  .u-pl40 {
    padding-left: 4rem !important;
  }
  .u-pl45 {
    padding-left: 4.5rem !important;
  }
  .u-pl50 {
    padding-left: 5rem !important;
  }
  .u-pl55 {
    padding-left: 5.5rem !important;
  }
  .u-pl60 {
    padding-left: 6rem !important;
  }
  .u-pl65 {
    padding-left: 6.5rem !important;
  }
  .u-pl70 {
    padding-left: 7rem !important;
  }
  .u-pl75 {
    padding-left: 7.5rem !important;
  }
  .u-pl80 {
    padding-left: 8rem !important;
  }
  .u-pl85 {
    padding-left: 8.5rem !important;
  }
  .u-pl90 {
    padding-left: 9rem !important;
  }
  .u-pl95 {
    padding-left: 9.5rem !important;
  }
  .u-pl100 {
    padding-left: 10rem !important;
  }
  .u-pr0 {
    padding-right: 0 !important;
  }
  .u-pr1 {
    padding-right: 0.1rem !important;
  }
  .u-pr2 {
    padding-right: 0.2rem !important;
  }
  .u-pr3 {
    padding-right: 0.3rem !important;
  }
  .u-pr4 {
    padding-right: 0.4rem !important;
  }
  .u-pr5 {
    padding-right: 0.5rem !important;
  }
  .u-pr6 {
    padding-right: 0.6rem !important;
  }
  .u-pr7 {
    padding-right: 0.7rem !important;
  }
  .u-pr8 {
    padding-right: 0.8rem !important;
  }
  .u-pr9 {
    padding-right: 0.9rem !important;
  }
  .u-pr10 {
    padding-right: 1rem !important;
  }
  .u-pr11 {
    padding-right: 1.1rem !important;
  }
  .u-pr12 {
    padding-right: 1.2rem !important;
  }
  .u-pr13 {
    padding-right: 1.3rem !important;
  }
  .u-pr14 {
    padding-right: 1.4rem !important;
  }
  .u-pr15 {
    padding-right: 1.5rem !important;
  }
  .u-pr16 {
    padding-right: 1.6rem !important;
  }
  .u-pr17 {
    padding-right: 1.7rem !important;
  }
  .u-pr18 {
    padding-right: 1.8rem !important;
  }
  .u-pr19 {
    padding-right: 1.9rem !important;
  }
  .u-pr20 {
    padding-right: 2rem !important;
  }
  .u-pr25 {
    padding-right: 2.5rem !important;
  }
  .u-pr30 {
    padding-right: 3rem !important;
  }
  .u-pr35 {
    padding-right: 3.5rem !important;
  }
  .u-pr40 {
    padding-right: 4rem !important;
  }
  .u-pr45 {
    padding-right: 4.5rem !important;
  }
  .u-pr50 {
    padding-right: 5rem !important;
  }
  .u-pr55 {
    padding-right: 5.5rem !important;
  }
  .u-pr60 {
    padding-right: 6rem !important;
  }
  .u-pr65 {
    padding-right: 6.5rem !important;
  }
  .u-pr70 {
    padding-right: 7rem !important;
  }
  .u-pr75 {
    padding-right: 7.5rem !important;
  }
  .u-pr80 {
    padding-right: 8rem !important;
  }
  .u-pr85 {
    padding-right: 8.5rem !important;
  }
  .u-pr90 {
    padding-right: 9rem !important;
  }
  .u-pr95 {
    padding-right: 9.5rem !important;
  }
  .u-pr100 {
    padding-right: 10rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-w5p_sp {
    width: 5% !important;
  }
  .u-w10p_sp {
    width: 10% !important;
  }
  .u-w15p_sp {
    width: 15% !important;
  }
  .u-w20p_sp {
    width: 20% !important;
  }
  .u-w25p_sp {
    width: 25% !important;
  }
  .u-w30p_sp {
    width: 30% !important;
  }
  .u-w35p_sp {
    width: 35% !important;
  }
  .u-w40p_sp {
    width: 40% !important;
  }
  .u-w45p_sp {
    width: 45% !important;
  }
  .u-w50p_sp {
    width: 50% !important;
  }
  .u-w55p_sp {
    width: 55% !important;
  }
  .u-w60p_sp {
    width: 60% !important;
  }
  .u-w65p_sp {
    width: 65% !important;
  }
  .u-w70p_sp {
    width: 70% !important;
  }
  .u-w75p_sp {
    width: 75% !important;
  }
  .u-w80p_sp {
    width: 80% !important;
  }
  .u-w85p_sp {
    width: 85% !important;
  }
  .u-w90p_sp {
    width: 90% !important;
  }
  .u-w95p_sp {
    width: 95% !important;
  }
  .u-w100p_sp {
    width: 100% !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u-w5p {
    width: 5% !important;
  }
  .u-w10p {
    width: 10% !important;
  }
  .u-w15p {
    width: 15% !important;
  }
  .u-w20p {
    width: 20% !important;
  }
  .u-w25p {
    width: 25% !important;
  }
  .u-w30p {
    width: 30% !important;
  }
  .u-w35p {
    width: 35% !important;
  }
  .u-w40p {
    width: 40% !important;
  }
  .u-w45p {
    width: 45% !important;
  }
  .u-w50p {
    width: 50% !important;
  }
  .u-w55p {
    width: 55% !important;
  }
  .u-w60p {
    width: 60% !important;
  }
  .u-w65p {
    width: 65% !important;
  }
  .u-w70p {
    width: 70% !important;
  }
  .u-w75p {
    width: 75% !important;
  }
  .u-w80p {
    width: 80% !important;
  }
  .u-w85p {
    width: 85% !important;
  }
  .u-w90p {
    width: 90% !important;
  }
  .u-w95p {
    width: 95% !important;
  }
  .u-w100p {
    width: 100% !important;
  }
}

.u-txt-w100 {
  font-weight: 100 !important;
}

.u-txt-w200 {
  font-weight: 200 !important;
}

.u-txt-w300 {
  font-weight: 300 !important;
}

.u-txt-w400 {
  font-weight: 400 !important;
}

.u-txt-w500 {
  font-weight: 500 !important;
}

.u-txt-w600 {
  font-weight: 600 !important;
}

.u-txt-w700 {
  font-weight: 700 !important;
}

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

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

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

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

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

.u-txt-black {
  color: #333 !important;
}

.u-txt-gray {
  color: #928E81 !important;
}

.u-txt-white {
  color: #fff !important;
}

.u-txt-primary {
  color: #669A5B !important;
}

.u-txt-caution {
  color: #D21825 !important;
}

@media only screen and (max-width: 767px) {
  .u-txt-s10_sp {
    font-size: 1rem !important;
  }
  .u-txt-s11_sp {
    font-size: 1.1rem !important;
  }
  .u-txt-s12_sp {
    font-size: 1.2rem !important;
  }
  .u-txt-s13_sp {
    font-size: 1.3rem !important;
  }
  .u-txt-s14_sp {
    font-size: 1.4rem !important;
  }
  .u-txt-s15_sp {
    font-size: 1.5rem !important;
  }
  .u-txt-s16_sp {
    font-size: 1.6rem !important;
  }
  .u-txt-s17_sp {
    font-size: 1.7rem !important;
  }
  .u-txt-s18_sp {
    font-size: 1.8rem !important;
  }
  .u-txt-s19_sp {
    font-size: 1.9rem !important;
  }
  .u-txt-s20_sp {
    font-size: 2rem !important;
  }
  .u-txt-s21_sp {
    font-size: 2.1rem !important;
  }
  .u-txt-s22_sp {
    font-size: 2.2rem !important;
  }
  .u-txt-s23_sp {
    font-size: 2.3rem !important;
  }
  .u-txt-s24_sp {
    font-size: 2.4rem !important;
  }
  .u-txt-s25_sp {
    font-size: 2.5rem !important;
  }
  .u-txt-s26_sp {
    font-size: 2.6rem !important;
  }
  .u-txt-s27_sp {
    font-size: 2.7rem !important;
  }
  .u-txt-s28_sp {
    font-size: 2.8rem !important;
  }
  .u-txt-s29_sp {
    font-size: 2.9rem !important;
  }
  .u-txt-s30_sp {
    font-size: 3rem !important;
  }
  .u-txt-s31_sp {
    font-size: 3.1rem !important;
  }
  .u-txt-s32_sp {
    font-size: 3.2rem !important;
  }
  .u-txt-s33_sp {
    font-size: 3.3rem !important;
  }
  .u-txt-s34_sp {
    font-size: 3.4rem !important;
  }
  .u-txt-s35_sp {
    font-size: 3.5rem !important;
  }
  .u-lh100_sp {
    line-height: 1 !important;
  }
  .u-lh110_sp {
    line-height: 1.1 !important;
  }
  .u-lh120_sp {
    line-height: 1.2 !important;
  }
  .u-lh130_sp {
    line-height: 1.3 !important;
  }
  .u-lh140_sp {
    line-height: 1.4 !important;
  }
  .u-lh150_sp {
    line-height: 1.5 !important;
  }
  .u-lh160_sp {
    line-height: 1.6 !important;
  }
  .u-lh170_sp {
    line-height: 1.7 !important;
  }
  .u-lh180_sp {
    line-height: 1.8 !important;
  }
  .u-lh190_sp {
    line-height: 1.9 !important;
  }
  .u-lh200_sp {
    line-height: 2 !important;
  }
  .u-lh210_sp {
    line-height: 2.1 !important;
  }
  .u-lh220_sp {
    line-height: 2.2 !important;
  }
  .u-lh230_sp {
    line-height: 2.3 !important;
  }
  .u-lh240_sp {
    line-height: 2.4 !important;
  }
  .u-lh250_sp {
    line-height: 2.5 !important;
  }
  .u-txt-left_sp {
    text-align: left !important;
  }
  .u-txt-center_sp {
    text-align: center !important;
  }
  .u-txt-right_sp {
    text-align: right !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u-txt-s10 {
    font-size: 1rem !important;
  }
  .u-txt-s11 {
    font-size: 1.1rem !important;
  }
  .u-txt-s12 {
    font-size: 1.2rem !important;
  }
  .u-txt-s13 {
    font-size: 1.3rem !important;
  }
  .u-txt-s14 {
    font-size: 1.4rem !important;
  }
  .u-txt-s15 {
    font-size: 1.5rem !important;
  }
  .u-txt-s16 {
    font-size: 1.6rem !important;
  }
  .u-txt-s17 {
    font-size: 1.7rem !important;
  }
  .u-txt-s18 {
    font-size: 1.8rem !important;
  }
  .u-txt-s19 {
    font-size: 1.9rem !important;
  }
  .u-txt-s20 {
    font-size: 2rem !important;
  }
  .u-txt-s21 {
    font-size: 2.1rem !important;
  }
  .u-txt-s22 {
    font-size: 2.2rem !important;
  }
  .u-txt-s23 {
    font-size: 2.3rem !important;
  }
  .u-txt-s24 {
    font-size: 2.4rem !important;
  }
  .u-txt-s25 {
    font-size: 2.5rem !important;
  }
  .u-txt-s26 {
    font-size: 2.6rem !important;
  }
  .u-txt-s27 {
    font-size: 2.7rem !important;
  }
  .u-txt-s28 {
    font-size: 2.8rem !important;
  }
  .u-txt-s29 {
    font-size: 2.9rem !important;
  }
  .u-txt-s30 {
    font-size: 3rem !important;
  }
  .u-txt-s31 {
    font-size: 3.1rem !important;
  }
  .u-txt-s32 {
    font-size: 3.2rem !important;
  }
  .u-txt-s33 {
    font-size: 3.3rem !important;
  }
  .u-txt-s34 {
    font-size: 3.4rem !important;
  }
  .u-txt-s35 {
    font-size: 3.5rem !important;
  }
  .u-lh100 {
    line-height: 1 !important;
  }
  .u-lh110 {
    line-height: 1.1 !important;
  }
  .u-lh120 {
    line-height: 1.2 !important;
  }
  .u-lh130 {
    line-height: 1.3 !important;
  }
  .u-lh140 {
    line-height: 1.4 !important;
  }
  .u-lh150 {
    line-height: 1.5 !important;
  }
  .u-lh160 {
    line-height: 1.6 !important;
  }
  .u-lh170 {
    line-height: 1.7 !important;
  }
  .u-lh180 {
    line-height: 1.8 !important;
  }
  .u-lh190 {
    line-height: 1.9 !important;
  }
  .u-lh200 {
    line-height: 2 !important;
  }
  .u-lh210 {
    line-height: 2.1 !important;
  }
  .u-lh220 {
    line-height: 2.2 !important;
  }
  .u-lh230 {
    line-height: 2.3 !important;
  }
  .u-lh240 {
    line-height: 2.4 !important;
  }
  .u-lh250 {
    line-height: 2.5 !important;
  }
  .u-txt-left {
    text-align: left !important;
  }
  .u-txt-center {
    text-align: center !important;
  }
  .u-txt-right {
    text-align: right !important;
  }
}

/* ===== others ===== */
.u-clearfix::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}

@media only screen and (max-width: 767px) {
  .u-onlyPC {
    display: none !important;
  }
  .u-block_sp {
    display: block !important;
  }
  .u-inline_sp {
    display: inline !important;
  }
  .u-inlineBlock_sp {
    display: inline-block !important;
  }
  .u-fl_sp {
    float: left !important;
  }
  .u-fr_sp {
    float: right !important;
  }
  .u-clear_sp {
    clear: both !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u-onlySP {
    display: none !important;
  }
  .u-block {
    display: block !important;
  }
  .u-inline {
    display: inline !important;
  }
  .u-inlineBlock {
    display: inline-block !important;
  }
  .u-fl {
    float: left !important;
  }
  .u-fr {
    float: right !important;
  }
  .u-clear {
    clear: both !important;
  }
}
