@charset "UTF-8";
/* -----------------------------

reset style

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

base style

----------------------------- */
html {
  font-size: 62.5%;
  font-size: 2.3vw;
}
@media (min-width: 600px) {
  html {
    font-size: 0.52vw;
  }
}
@media (min-width: 1601px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "A1 Gothic B JIS2004", "A1 Gothic B", "A1 Gothic M", "Lato", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(1rem, 1rem + 0.9722222222vw, 1.4rem);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #153940;
  background: #f5f4f3;
}

strong {
  font-weight: bold;
}

sup {
  font-size: small;
  vertical-align: text-top;
}

::selection {
  background: rgba(21, 57, 64, 0.7);
  color: #fff;
}

_:lang(x)::-ms-backdrop,
.selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

@media all and (-ms-high-contrast: none) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}
a {
  text-decoration: none;
  color: #153940;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  color: #153940;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

select,
input,
textarea,
button {
  vertical-align: middle;
}

main {
  display: block;
  min-height: 100vh;
  padding-top: 0;
}

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

header style

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

footer style

----------------------------- */
.footer-information li {
  aspect-ratio: 1/1;
}
.footer-information li .icons {
  min-height: 80px;
  transition: 0.2s;
}
@media (max-width: 599px) {
  .footer-information li .icons {
    min-height: 30px;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 4px;
  }
  .footer-information li .icons img {
    vertical-align: bottom;
  }
}
.footer-information li p {
  transition: 0.2s;
}
.footer-information li a {
  transition: 0.2s;
}
@media (hover: none) {
  .footer-information li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .footer-information li a:hover .icons {
    scale: 0.9;
  }
  .footer-information li a:hover p {
    scale: 0.9;
  }
}

.footer-nav ul {
  gap: 2.3%;
}

.footer-nav li {
  margin-bottom: 20px;
}
.footer-nav li a {
  transition: 0.2s;
  position: relative;
  display: block;
}
.footer-nav li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #153940;
  transition: 0.2s;
  transform: scaleX(0);
}
@media (hover: none) {
  .footer-nav li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .footer-nav li a:hover:before {
    transform: scaleX(1);
  }
}

.caution-icon01 {
  width: 73px;
}
@media (max-width: 599px) {
  .caution-icon01 {
    width: 11%;
  }
}

.caution-icon02 {
  width: 96px;
}
@media (max-width: 599px) {
  .caution-icon02 {
    width: 14%;
  }
}

@media (max-width: 599px) {
  .footer-caution {
    padding-right: 3%;
    padding-left: 4%;
  }
}
@media (max-width: 599px) {
  .footer-caution__text {
    width: 75%;
    letter-spacing: 0;
    padding: 0 2% 0 3%;
  }
}

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

component style

----------------------------- */
.block-common {
  margin-top: 25rem;
  margin-bottom: 25rem;
}
@media (max-width: 599px) {
  .block-common {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

.block-large {
  margin-top: 50rem;
  margin-bottom: 50rem;
}
@media (max-width: 599px) {
  .block-large {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
}

.block-narrow {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}
@media (max-width: 599px) {
  .block-narrow {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.block-top {
  margin-bottom: 25rem;
}
@media (max-width: 599px) {
  .block-top {
    margin-bottom: 10rem;
  }
}

.block-top-large {
  margin-bottom: 50rem;
}
@media (max-width: 599px) {
  .block-top-large {
    margin-bottom: 20rem;
  }
}

.block-top-narrow {
  margin-bottom: 12.5rem;
}
@media (max-width: 599px) {
  .block-top-narrow {
    margin-bottom: 5rem;
  }
}

.block-bottom {
  margin-top: 25rem;
}
@media (max-width: 599px) {
  .block-bottom {
    margin-top: 10rem;
  }
}

.block-bottom-large {
  margin-top: 50rem;
}
@media (max-width: 599px) {
  .block-bottom-large {
    margin-top: 20rem;
  }
}

.block-bottom-narrow {
  margin-top: 12.5rem;
}
@media (max-width: 599px) {
  .block-bottom-narrow {
    margin-top: 5rem;
  }
}

.box-common {
  max-width: 1600px;
  box-sizing: border-box;
  padding-left: 15.6%;
  padding-right: 15.6%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .box-common {
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 8.6%;
    padding-right: 8.6%;
  }
}
@media (max-width: 599px) {
  .box-common {
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 8.6%;
    padding-right: 8.6%;
  }
}
@media (min-width: 1601px) {
  .box-common {
    max-width: 1600px;
    box-sizing: border-box;
    padding-left: 15.6%;
    padding-right: 15.6%;
  }
}

.box-wide {
  max-width: 1400px;
  box-sizing: content-box;
  padding-left: 2%;
  padding-right: 2%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .box-wide {
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 8.6%;
    padding-right: 8.6%;
  }
}
@media (max-width: 599px) {
  .box-wide {
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 8.6%;
    padding-right: 8.6%;
  }
}

.box-medium {
  max-width: 1000px;
  box-sizing: border-box;
  padding-left: 0%;
  padding-right: 0%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .box-medium {
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 8.6%;
    padding-right: 8.6%;
  }
}
@media (max-width: 599px) {
  .box-medium {
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 8.6%;
    padding-right: 8.6%;
  }
}

.box-short {
  max-width: 700px;
  box-sizing: border-box;
  padding-left: 0%;
  padding-right: 0%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .box-short {
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 8.6%;
    padding-right: 8.6%;
  }
}
@media (max-width: 599px) {
  .box-short {
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 8.6%;
    padding-right: 8.6%;
  }
}

.hov-ptn01 {
  transition: 0.2s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hov-ptn01:before, .hov-ptn01:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #153940;
  left: 0;
}
.hov-ptn01:before {
  top: 100%;
  transition: top 0s;
}
.hov-ptn01:after {
  top: -100%;
  transition: top 0.2s ease-in;
}
@media (hover: none) {
  .hov-ptn01 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-ptn01:hover {
    color: #fff;
  }
  .hov-ptn01:hover:before {
    top: 0;
    transition: 0.2s ease-out;
  }
  .hov-ptn01:hover:after {
    top: 0;
    transition: top 0s 0.2s;
  }
}

.hov-ptn02 {
  transition: 0.2s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hov-ptn02:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.2s;
}
@media (hover: none) {
  .hov-ptn02 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-ptn02:hover:after {
    right: 0;
  }
}

.hov-ptn03 {
  transition: 0.2s;
}
@media (hover: none) {
  .hov-ptn03 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-ptn03:hover {
    opacity: 0.7;
  }
}

.tel-link {
  pointer-events: none;
}
@media (max-width: 599px) {
  .tel-link {
    pointer-events: all;
  }
}

.modal-content {
  display: none;
}
.modal-content.modal-show {
  display: block;
  animation: showModal 0.4s 1 ease-out forwards;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  width: 100%;
  max-width: 80vw;
  background: #fff;
  overflow: scroll;
  padding: 3vw;
  min-height: 100px;
}
.modal-content.img-gallery {
  padding: 0;
}

.modal-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
}

.modal-active {
  overflow: hidden;
  height: 100%;
}

.modal-close {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 9999;
  cursor: pointer;
}
@media (max-width: 599px) {
  .modal-close {
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
  }
}
.modal-close:before, .modal-close:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.modal-close:before {
  transform: rotate(45deg);
}
.modal-close:after {
  transform: rotate(-45deg);
}

.modal-bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  animation: showModal 0.4s 1 ease-out forwards;
}

.modal-arrow-prev,
.modal-arrow-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  width: 5vw;
  height: 5vw;
  cursor: pointer;
  z-index: 9998;
}
.modal-arrow-prev:before,
.modal-arrow-next:before {
  content: "";
  border-bottom: 2px solid #fff;
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  top: 25%;
}

.modal-arrow-prev {
  left: 2.5vw;
}
.modal-arrow-prev:before {
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}

.modal-arrow-next {
  right: 2.5vw;
}
.modal-arrow-next:before {
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

.title-common {
  font-variant: small-caps;
  letter-spacing: 0;
}
.title-common:after {
  content: attr(data-title);
  display: block;
  font-size: 40%;
  font-family: "A1 Gothic B JIS2004", "A1 Gothic B", "A1 Gothic M", "Lato", "Noto Sans JP", sans-serif;
  color: #8f8f8f;
  font-variant: normal;
}
.title-common span.fv-n {
  font-variant: normal;
}

.btn-more {
  border-radius: 100px;
}
.btn-more:after {
  content: "";
  width: 2rem;
  aspect-ratio: 1/1;
  position: absolute;
  right: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  transition: 0.2s 0.15s;
}
@media (max-width: 599px) {
  .btn-more:after {
    width: 1.4rem;
    right: 1.5rem;
  }
}
@media (hover: none) {
  .btn-more {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .btn-more:hover:after {
    background: #153940;
    transition: 0.2s;
  }
}
.btn-more.deco-circle:after {
  clip-path: circle(50%);
}
.btn-more.arw-left:after {
  right: auto;
  left: 3rem;
  transform: rotate(180deg);
}
@media (max-width: 599px) {
  .btn-more.arw-left:after {
    left: 1.5rem;
  }
}
.btn-more.arw-down:after {
  transform: rotate(90deg);
}
.btn-more.arw-up:after {
  transform: rotate(-90deg);
}

.btn-hov-ptn01 {
  transition: 0.2s 0.15s;
  z-index: 2;
  overflow: hidden;
  position: relative;
}
.btn-hov-ptn01:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: #ffeb00;
  z-index: -1;
  transition-timing-function: cubic-bezier(0, 0.52, 0.35, 0.99);
  transition-duration: 0.25s;
}
@media (hover: none) {
  .btn-hov-ptn01 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .btn-hov-ptn01:hover {
    color: #153940;
    transition: 0.2s;
  }
  .btn-hov-ptn01:hover:before {
    top: 0%;
    transition-timing-function: cubic-bezier(0, 0.52, 0.35, 0.99);
    transition-duration: 0.25s;
  }
}

.btn-hov-ptn02 {
  transition: 0.2s 0.15s;
  z-index: 2;
  overflow: hidden;
  position: relative;
}
.btn-hov-ptn02:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background: #153940;
  z-index: -1;
  transition-timing-function: cubic-bezier(0, 0.52, 0.35, 0.99);
  transition-duration: 0.25s;
}
@media (hover: none) {
  .btn-hov-ptn02 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .btn-hov-ptn02:hover {
    color: #ffeb00;
    transition: 0.2s;
  }
  .btn-hov-ptn02:hover:before {
    top: 0%;
    transition-timing-function: cubic-bezier(0, 0.52, 0.35, 0.99);
    transition-duration: 0.25s;
  }
}

.heading-common h2 {
  padding-bottom: 30px;
  opacity: 0;
  transition: 0.2s;
  line-height: 1;
}
@media (max-width: 599px) {
  .heading-common h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 10px;
  }
}
.heading-common h2:after {
  content: attr(data-title);
  font-size: clamp(1rem, 1rem + 1.3888888889vw, 2rem);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f5f4f3;
  display: inline-block;
  padding-right: 10px;
  letter-spacing: 0.05em;
  opacity: 0;
  transition: 0.2s 0.2s;
  transform: translateX(-10px);
}
@media (max-width: 599px) {
  .heading-common h2:after {
    order: 1;
    transform: translateX(-10px) translateY(-5px);
    position: static;
  }
}
.heading-common h2:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #153940;
  position: absolute;
  bottom: 6px;
  left: 0;
  font-family: "A1 Gothic M", sans-serif;
  transition: 0.8s 0.4s;
  transition-timing-function: cubic-bezier(0.31, 0.78, 0.08, 0.98);
  transform: scaleX(0);
  transform-origin: left center;
}
@media (max-width: 599px) {
  .heading-common h2:before {
    bottom: 0;
  }
}
.heading-common h2 span {
  opacity: 0;
  transition: 0.2s 0.1s;
  transform: translateX(10px);
}
@media (max-width: 599px) {
  .heading-common h2 span {
    order: 2;
    margin-top: 5px;
  }
}
.heading-common.is-show h2 {
  opacity: 1;
}
.heading-common.is-show h2:after {
  opacity: 1;
  transform: translateX(0px) translateY(0px);
}
@media (max-width: 599px) {
  .heading-common.is-show h2:after {
    transform: translateX(5px) translateY(-5px);
  }
}
.heading-common.is-show h2:before {
  transform: scaleX(1);
}
.heading-common.is-show h2 span {
  opacity: 1;
  transform: translateX(0px);
}
@media (max-width: 599px) {
  .heading-common__mvv h2:after {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 5px;
    background: transparent;
  }
}

.heading-subtitle {
  z-index: 1;
}
.heading-subtitle:before {
  content: "";
  background: #153940;
  width: 100%;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  z-index: -1;
}
.heading-subtitle h3 {
  background: #f5f4f3;
  padding-right: 10px;
  padding-left: 10px;
}

.pagination li {
  width: 6rem;
  aspect-ratio: 1/1;
}
.pagination li a,
.pagination li span,
.pagination li i {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 1000px;
}
.pagination li a {
  background: #153940;
  color: #fff;
  border: 2px solid #153940;
  transition: 0.2s;
}
@media (hover: none) {
  .pagination li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .pagination li a:hover {
    background: #fff;
    color: #153940;
  }
}
.pagination li span {
  background: #fff;
  color: #153940;
  border: 2px solid #153940;
}

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

project style

----------------------------- */
.lp-fathersday-set {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.lp-fathersday-set-main img {
  display: block;
}

.cv-btn button {
  appearance: none;
  outline: none;
  border: none;
  cursor: pointer;
  background: none;
}

.set-01-01 .cv-btn {
  padding: 0 6.5% 4rem 6.5%;
  bottom: -2%;
}
@media (min-width: 600px) {
  .set-01-01 .cv-btn {
    bottom: 1%;
  }
}
@media (min-width: 1601px) {
  .set-01-01 .cv-btn {
    bottom: 0%;
  }
}

.set-01-02 .cv-btn {
  padding: 0 6.5% 4rem 6.5%;
  bottom: 1%;
}
@media (min-width: 600px) {
  .set-01-02 .cv-btn {
    bottom: 5%;
  }
}
@media (min-width: 1601px) {
  .set-01-02 .cv-btn {
    bottom: 3%;
  }
}

.set-02-01 .cv-btn {
  padding: 0 6.5% 4rem 6.5%;
  bottom: -2%;
}
@media (min-width: 600px) {
  .set-02-01 .cv-btn {
    bottom: 2%;
  }
}
@media (min-width: 1601px) {
  .set-02-01 .cv-btn {
    bottom: 0%;
  }
}

.set-02-02 .cv-btn {
  padding: 0 6.5% 4rem 6.5%;
  bottom: -3%;
}
@media (min-width: 600px) {
  .set-02-02 .cv-btn {
    bottom: 1%;
  }
}
@media (min-width: 1601px) {
  .set-02-02 .cv-btn {
    bottom: 0%;
  }
}

.set-02-03 .cv-btn {
  padding: 0 6.5% 4rem 6.5%;
  bottom: -2%;
}
@media (min-width: 600px) {
  .set-02-03 .cv-btn {
    bottom: 1%;
  }
}
@media (min-width: 1601px) {
  .set-02-03 .cv-btn {
    bottom: 0%;
  }
}

.btn-cart-submit {
  display: block;
  transition: 0.3s;
  animation: cvbtn 1s infinite forwards;
}
@media (hover: none) {
  .btn-cart-submit {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .btn-cart-submit:hover {
    opacity: 0.7;
  }
}

@keyframes cvbtn {
  0% {
    transform: scale(1);
    animation-timing-function: ease-in;
  }
  50% {
    transform: scale(1.05);
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(1);
    animation-timing-function: ease-in;
  }
}
.float-bnr {
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0.5rem;
  z-index: 9;
}
.float-bnr ul {
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.float-bnr ul li {
  width: 45%;
}

/* utility layout */
.d-b {
  display: block;
}
.d-ib {
  display: inline-block;
}
.d-if {
  display: inline-flex;
}
.d-i {
  display: inline;
}
.d-f {
  display: flex;
}
.d-n {
  display: none;
}

@media (max-width: 599px) {
  .sp-d-b {
    display: block;
  }
  .sp-d-ib {
    display: inline-block;
  }
  .sp-d-if {
    display: inline-flex;
  }
  .sp-d-i {
    display: inline;
  }
  .sp-d-f {
    display: flex;
  }
  .sp-d-n {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-d-b {
    display: block;
  }
  .tb-d-ib {
    display: inline-block;
  }
  .tb-d-if {
    display: inline-flex;
  }
  .tb-d-i {
    display: inline;
  }
  .tb-d-f {
    display: flex;
  }
  .tb-d-n {
    display: none;
  }
}
.bdb-s {
  box-decoration-break: slice;
}

.bdb-c {
  box-decoration-break: clone;
}

.f-l {
  float: left;
}
.f-r {
  float: right;
}
.f-n {
  float: none;
}

@media (max-width: 599px) {
  .sp-f-l {
    float: left;
  }
  .sp-f-r {
    float: right;
  }
  .sp-f-n {
    float: none;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-f-l {
    float: left;
  }
  .tb-f-r {
    float: right;
  }
  .tb-f-n {
    float: none;
  }
}
.clear {
  clear: both;
}

.ofi {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.ofi-n {
  object-fit: none;
}

@media (max-width: 599px) {
  .sp-ofi {
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
  }
  .sp-ofi-n {
    object-fit: none;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-ofi {
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
  }
  .tb-ofi-n {
    object-fit: none;
  }
}
.of-a {
  overflow: auto;
}
.of-x-a {
  overflow-x: auto;
}
.of-y-a {
  overflow-y: auto;
}
.of-h {
  overflow: hidden;
}
.of-x-h {
  overflow-x: hidden;
}
.of-y-h {
  overflow-y: hidden;
}
.of-s {
  overflow: scroll;
}
.of-x-s {
  overflow-x: scroll;
}
.of-y-s {
  overflow-y: scroll;
}

@media (max-width: 599px) {
  .sp-of-a {
    overflow: auto;
  }
  .sp-of-x-a {
    overflow-x: auto;
  }
  .sp-of-y-a {
    overflow-y: auto;
  }
  .sp-of-h {
    overflow: hidden;
  }
  .sp-of-x-h {
    overflow-x: hidden;
  }
  .sp-of-y-h {
    overflow-y: hidden;
  }
  .sp-of-s {
    overflow: scroll;
  }
  .sp-of-x-s {
    overflow-x: scroll;
  }
  .sp-of-y-s {
    overflow-y: scroll;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-of-a {
    overflow: auto;
  }
  .tb-of-x-a {
    overflow-x: auto;
  }
  .tb-of-y-a {
    overflow-y: auto;
  }
  .tb-of-h {
    overflow: hidden;
  }
  .tb-of-x-h {
    overflow-x: hidden;
  }
  .tb-of-y-h {
    overflow-y: hidden;
  }
  .tb-of-s {
    overflow: scroll;
  }
  .tb-of-x-s {
    overflow-x: scroll;
  }
  .tb-of-y-s {
    overflow-y: scroll;
  }
}
.osb-a {
  overscroll-behavior: auto;
}
.osb-x-a {
  overscroll-behavior-x: auto;
}
.osb-y-a {
  overscroll-behavior-y: auto;
}
.osb-c {
  overscroll-behavior: contain;
}
.osb-x-c {
  overscroll-behavior-x: contain;
}
.osb-y-c {
  overscroll-behavior-y: contain;
}
.osb-n {
  overscroll-behavior: none;
}
.osb-x-n {
  overscroll-behavior-x: none;
}
.osb-y-n {
  overscroll-behavior-y: none;
}

@media (max-width: 599px) {
  .sp-osb-a {
    overscroll-behavior: auto;
  }
  .sp-osb-x-a {
    overscroll-behavior-x: auto;
  }
  .sp-osb-y-a {
    overscroll-behavior-y: auto;
  }
  .sp-osb-c {
    overscroll-behavior: contain;
  }
  .sp-osb-x-c {
    overscroll-behavior-x: contain;
  }
  .sp-osb-y-c {
    overscroll-behavior-y: contain;
  }
  .sp-osb-n {
    overscroll-behavior: none;
  }
  .sp-osb-x-n {
    overscroll-behavior-x: none;
  }
  .sp-osb-y-n {
    overscroll-behavior-y: none;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-osb-a {
    overscroll-behavior: auto;
  }
  .tb-osb-x-a {
    overscroll-behavior-x: auto;
  }
  .tb-osb-y-a {
    overscroll-behavior-y: auto;
  }
  .tb-osb-c {
    overscroll-behavior: contain;
  }
  .tb-osb-x-c {
    overscroll-behavior-x: contain;
  }
  .tb-osb-y-c {
    overscroll-behavior-y: contain;
  }
  .tb-osb-n {
    overscroll-behavior: none;
  }
  .tb-osb-x-n {
    overscroll-behavior-x: none;
  }
  .tb-osb-y-n {
    overscroll-behavior-y: none;
  }
}
.pos-s {
  position: static;
}
.pos-f {
  position: fixed;
}
.pos-a {
  position: absolute;
}
.pos-r {
  position: relative;
}
.pos-sticky {
  position: sticky;
}
.pos-t-0 {
  top: 0%;
}
.pos-t-25 {
  top: 25%;
}
.pos-t-50 {
  top: 50%;
}
.pos-t-75 {
  top: 75%;
}
.pos-t-100 {
  top: 100%;
}
.pos-r-0 {
  right: 0%;
}
.pos-r-25 {
  right: 25%;
}
.pos-r-50 {
  right: 50%;
}
.pos-r-75 {
  right: 75%;
}
.pos-r-100 {
  right: 100%;
}
.pos-b-0 {
  bottom: 0%;
}
.pos-b-25 {
  bottom: 25%;
}
.pos-b-50 {
  bottom: 50%;
}
.pos-b-75 {
  bottom: 75%;
}
.pos-b-100 {
  bottom: 100%;
}
.pos-l-0 {
  left: 0%;
}
.pos-l-25 {
  left: 25%;
}
.pos-l-50 {
  left: 50%;
}
.pos-l-75 {
  left: 75%;
}
.pos-l-100 {
  left: 100%;
}
.pos-x-c {
  left: 0;
  right: 0;
  margin: auto;
}
.pos-y-c {
  top: 0;
  bottom: 0;
  margin: auto;
}
.pos-xy-c {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 599px) {
  .sp-pos-s {
    position: static;
  }
  .sp-pos-f {
    position: fixed;
  }
  .sp-pos-a {
    position: absolute;
  }
  .sp-pos-r {
    position: relative;
  }
  .sp-pos-sticky {
    position: sticky;
  }
  .sp-pos-t-0 {
    top: 0%;
  }
  .sp-pos-t-25 {
    top: 25%;
  }
  .sp-pos-t-50 {
    top: 50%;
  }
  .sp-pos-t-75 {
    top: 75%;
  }
  .sp-pos-t-100 {
    top: 100%;
  }
  .sp-pos-r-0 {
    right: 0%;
  }
  .sp-pos-r-25 {
    right: 25%;
  }
  .sp-pos-r-50 {
    right: 50%;
  }
  .sp-pos-r-75 {
    right: 75%;
  }
  .sp-pos-r-100 {
    right: 100%;
  }
  .sp-pos-b-0 {
    bottom: 0%;
  }
  .sp-pos-b-25 {
    bottom: 25%;
  }
  .sp-pos-b-50 {
    bottom: 50%;
  }
  .sp-pos-b-75 {
    bottom: 75%;
  }
  .sp-pos-b-100 {
    bottom: 100%;
  }
  .sp-pos-l-0 {
    left: 0%;
  }
  .sp-pos-l-25 {
    left: 25%;
  }
  .sp-pos-l-50 {
    left: 50%;
  }
  .sp-pos-l-75 {
    left: 75%;
  }
  .sp-pos-l-100 {
    left: 100%;
  }
  .sp-pos-x-c {
    left: 0;
    right: 0;
    margin: auto;
  }
  .sp-pos-y-c {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .sp-pos-xy-c {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-pos-s {
    position: static;
  }
  .tb-pos-f {
    position: fixed;
  }
  .tb-pos-a {
    position: absolute;
  }
  .tb-pos-r {
    position: relative;
  }
  .tb-pos-sticky {
    position: sticky;
  }
  .tb-pos-t-0 {
    top: 0%;
  }
  .tb-pos-t-25 {
    top: 25%;
  }
  .tb-pos-t-50 {
    top: 50%;
  }
  .tb-pos-t-75 {
    top: 75%;
  }
  .tb-pos-t-100 {
    top: 100%;
  }
  .tb-pos-r-0 {
    right: 0%;
  }
  .tb-pos-r-25 {
    right: 25%;
  }
  .tb-pos-r-50 {
    right: 50%;
  }
  .tb-pos-r-75 {
    right: 75%;
  }
  .tb-pos-r-100 {
    right: 100%;
  }
  .tb-pos-b-0 {
    bottom: 0%;
  }
  .tb-pos-b-25 {
    bottom: 25%;
  }
  .tb-pos-b-50 {
    bottom: 50%;
  }
  .tb-pos-b-75 {
    bottom: 75%;
  }
  .tb-pos-b-100 {
    bottom: 100%;
  }
  .tb-pos-l-0 {
    left: 0%;
  }
  .tb-pos-l-25 {
    left: 25%;
  }
  .tb-pos-l-50 {
    left: 50%;
  }
  .tb-pos-l-75 {
    left: 75%;
  }
  .tb-pos-l-100 {
    left: 100%;
  }
  .tb-pos-x-c {
    left: 0;
    right: 0;
    margin: auto;
  }
  .tb-pos-y-c {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .tb-pos-xy-c {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.zi-0 {
  z-index: 0;
}
.zi-1 {
  z-index: 1;
}
.zi-2 {
  z-index: 2;
}
.zi-3 {
  z-index: 3;
}
.zi-4 {
  z-index: 4;
}
.zi-5 {
  z-index: 5;
}
.zi-m1 {
  z-index: -1;
}
.zi-limit {
  z-index: 99999;
}
.zi-limit-m1 {
  z-index: 99998;
}
.zi-limit-m2 {
  z-index: 99997;
}

@media (max-width: 599px) {
  .sp-zi-0 {
    z-index: 0;
  }
  .sp-zi-1 {
    z-index: 1;
  }
  .sp-zi-2 {
    z-index: 2;
  }
  .sp-zi-3 {
    z-index: 3;
  }
  .sp-zi-4 {
    z-index: 4;
  }
  .sp-zi-5 {
    z-index: 5;
  }
  .sp-zi-m1 {
    z-index: -1;
  }
  .sp-zi-limit {
    z-index: 99999;
  }
  .sp-zi-limit-m1 {
    z-index: 99998;
  }
  .sp-zi-limit-m2 {
    z-index: 99997;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-zi-0 {
    z-index: 0;
  }
  .tb-zi-1 {
    z-index: 1;
  }
  .tb-zi-2 {
    z-index: 2;
  }
  .tb-zi-3 {
    z-index: 3;
  }
  .tb-zi-4 {
    z-index: 4;
  }
  .tb-zi-5 {
    z-index: 5;
  }
  .tb-zi-m1 {
    z-index: -1;
  }
  .tb-zi-limit {
    z-index: 99999;
  }
  .tb-zi-limit-m1 {
    z-index: 99998;
  }
  .tb-zi-limit-m2 {
    z-index: 99997;
  }
}
.flex {
  display: flex;
}

@media (max-width: 599px) {
  .sp-flex {
    display: flex;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-flex {
    display: flex;
  }
}
.fw-w {
  flex-wrap: wrap;
}
.fw-nw {
  flex-wrap: nowrap;
}
.fw-wr {
  flex-wrap: wrap-reverse;
}

@media (max-width: 599px) {
  .sp-fw-w {
    flex-wrap: wrap;
  }
  .sp-fw-nw {
    flex-wrap: nowrap;
  }
  .sp-fw-wr {
    flex-wrap: wrap-reverse;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-fw-w {
    flex-wrap: wrap;
  }
  .tb-fw-nw {
    flex-wrap: nowrap;
  }
  .tb-fw-wr {
    flex-wrap: wrap-reverse;
  }
}
.fd-r {
  flex-direction: row;
}
.fd-rr {
  flex-direction: row-reverse;
}
.fd-cr {
  flex-direction: column-reverse;
}
.fd-c {
  flex-direction: column;
}

@media (max-width: 599px) {
  .sp-fd-r {
    flex-direction: row;
  }
  .sp-fd-rr {
    flex-direction: row-reverse;
  }
  .sp-fd-cr {
    flex-direction: column-reverse;
  }
  .sp-fd-c {
    flex-direction: column;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-fd-r {
    flex-direction: row;
  }
  .tb-fd-rr {
    flex-direction: row-reverse;
  }
  .tb-fd-cr {
    flex-direction: column-reverse;
  }
  .tb-fd-c {
    flex-direction: column;
  }
}
.jc-c {
  justify-content: center;
}
.jc-sb {
  justify-content: space-between;
}
.jc-sa {
  justify-content: space-around;
}
.jc-fe {
  justify-content: flex-end;
}
.jc-fs {
  justify-content: flex-start;
}

@media (max-width: 599px) {
  .sp-jc-c {
    justify-content: center;
  }
  .sp-jc-sb {
    justify-content: space-between;
  }
  .sp-jc-sa {
    justify-content: space-around;
  }
  .sp-jc-fe {
    justify-content: flex-end;
  }
  .sp-jc-fs {
    justify-content: flex-start;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-jc-c {
    justify-content: center;
  }
  .tb-jc-sb {
    justify-content: space-between;
  }
  .tb-jc-sa {
    justify-content: space-around;
  }
  .tb-jc-fe {
    justify-content: flex-end;
  }
  .tb-jc-fs {
    justify-content: flex-start;
  }
}
.ai-c {
  align-items: center;
}
.ai-fe {
  align-items: flex-end;
}
.ai-fs {
  align-items: flex-start;
}

@media (max-width: 599px) {
  .sp-ai-c {
    align-items: center;
  }
  .sp-ai-fe {
    align-items: flex-end;
  }
  .sp-ai-fs {
    align-items: flex-start;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-ai-c {
    align-items: center;
  }
  .tb-ai-fe {
    align-items: flex-end;
  }
  .tb-ai-fs {
    align-items: flex-start;
  }
}
.as-fs {
  align-self: flex-start;
}
.as-c {
  align-self: center;
}
.as-fe {
  align-self: flex-end;
}
.as-st {
  align-self: stretch;
}

@media (max-width: 599px) {
  .sp-as-fs {
    align-self: flex-start;
  }
  .sp-as-c {
    align-self: center;
  }
  .sp-as-fe {
    align-self: flex-end;
  }
  .sp-as-st {
    align-self: stretch;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-as-fs {
    align-self: flex-start;
  }
  .tb-as-c {
    align-self: center;
  }
  .tb-as-fe {
    align-self: flex-end;
  }
  .tb-as-st {
    align-self: stretch;
  }
}
.fs-1 {
  flex-shrink: 1;
}
.fs-0 {
  flex-shrink: 0;
}

@media (max-width: 599px) {
  .sp-fs-1 {
    flex-shrink: 1;
  }
  .sp-fs-0 {
    flex-shrink: 0;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-fs-1 {
    flex-shrink: 1;
  }
  .tb-fs-0 {
    flex-shrink: 0;
  }
}
.fg-1 {
  flex-grow: 1;
}
.fg-0 {
  flex-grow: 0;
}

@media (max-width: 599px) {
  .sp-fg-1 {
    flex-grow: 1;
  }
  .sp-fg-0 {
    flex-grow: 0;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-fg-1 {
    flex-grow: 1;
  }
  .tb-fg-0 {
    flex-grow: 0;
  }
}
.gap-0 {
  gap: 0%;
}
.gap-1 {
  gap: 1%;
}
.gap-2 {
  gap: 2%;
}
.gap-3 {
  gap: 3%;
}
.gap-4 {
  gap: 4%;
}
.gap-5 {
  gap: 5%;
}
.gap-6 {
  gap: 6%;
}
.gap-7 {
  gap: 7%;
}
.gap-8 {
  gap: 8%;
}
.gap-9 {
  gap: 9%;
}
.gap-10 {
  gap: 10%;
}
.gap-11 {
  gap: 11%;
}
.gap-12 {
  gap: 12%;
}
.gap-13 {
  gap: 13%;
}
.gap-14 {
  gap: 14%;
}
.gap-15 {
  gap: 15%;
}
.gap-16 {
  gap: 16%;
}
.gap-17 {
  gap: 17%;
}
.gap-18 {
  gap: 18%;
}
.gap-19 {
  gap: 19%;
}
.gap-20 {
  gap: 20%;
}

@media (max-width: 599px) {
  .sp-gap-0 {
    gap: 0%;
  }
  .sp-gap-1 {
    gap: 1%;
  }
  .sp-gap-2 {
    gap: 2%;
  }
  .sp-gap-3 {
    gap: 3%;
  }
  .sp-gap-4 {
    gap: 4%;
  }
  .sp-gap-5 {
    gap: 5%;
  }
  .sp-gap-6 {
    gap: 6%;
  }
  .sp-gap-7 {
    gap: 7%;
  }
  .sp-gap-8 {
    gap: 8%;
  }
  .sp-gap-9 {
    gap: 9%;
  }
  .sp-gap-10 {
    gap: 10%;
  }
  .sp-gap-11 {
    gap: 11%;
  }
  .sp-gap-12 {
    gap: 12%;
  }
  .sp-gap-13 {
    gap: 13%;
  }
  .sp-gap-14 {
    gap: 14%;
  }
  .sp-gap-15 {
    gap: 15%;
  }
  .sp-gap-16 {
    gap: 16%;
  }
  .sp-gap-17 {
    gap: 17%;
  }
  .sp-gap-18 {
    gap: 18%;
  }
  .sp-gap-19 {
    gap: 19%;
  }
  .sp-gap-20 {
    gap: 20%;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-gap-0 {
    gap: 0%;
  }
  .tb-gap-1 {
    gap: 1%;
  }
  .tb-gap-2 {
    gap: 2%;
  }
  .tb-gap-3 {
    gap: 3%;
  }
  .tb-gap-4 {
    gap: 4%;
  }
  .tb-gap-5 {
    gap: 5%;
  }
  .tb-gap-6 {
    gap: 6%;
  }
  .tb-gap-7 {
    gap: 7%;
  }
  .tb-gap-8 {
    gap: 8%;
  }
  .tb-gap-9 {
    gap: 9%;
  }
  .tb-gap-10 {
    gap: 10%;
  }
  .tb-gap-11 {
    gap: 11%;
  }
  .tb-gap-12 {
    gap: 12%;
  }
  .tb-gap-13 {
    gap: 13%;
  }
  .tb-gap-14 {
    gap: 14%;
  }
  .tb-gap-15 {
    gap: 15%;
  }
  .tb-gap-16 {
    gap: 16%;
  }
  .tb-gap-17 {
    gap: 17%;
  }
  .tb-gap-18 {
    gap: 18%;
  }
  .tb-gap-19 {
    gap: 19%;
  }
  .tb-gap-20 {
    gap: 20%;
  }
}
.w-0 {
  width: 0%;
}
.w-0vw {
  width: 0vw;
}
.w-1 {
  width: 1%;
}
.w-1vw {
  width: 1vw;
}
.w-2 {
  width: 2%;
}
.w-2vw {
  width: 2vw;
}
.w-3 {
  width: 3%;
}
.w-3vw {
  width: 3vw;
}
.w-4 {
  width: 4%;
}
.w-4vw {
  width: 4vw;
}
.w-5 {
  width: 5%;
}
.w-5vw {
  width: 5vw;
}
.w-6 {
  width: 6%;
}
.w-6vw {
  width: 6vw;
}
.w-7 {
  width: 7%;
}
.w-7vw {
  width: 7vw;
}
.w-8 {
  width: 8%;
}
.w-8vw {
  width: 8vw;
}
.w-9 {
  width: 9%;
}
.w-9vw {
  width: 9vw;
}
.w-10 {
  width: 10%;
}
.w-10vw {
  width: 10vw;
}
.w-11 {
  width: 11%;
}
.w-11vw {
  width: 11vw;
}
.w-12 {
  width: 12%;
}
.w-12vw {
  width: 12vw;
}
.w-13 {
  width: 13%;
}
.w-13vw {
  width: 13vw;
}
.w-14 {
  width: 14%;
}
.w-14vw {
  width: 14vw;
}
.w-15 {
  width: 15%;
}
.w-15vw {
  width: 15vw;
}
.w-16 {
  width: 16%;
}
.w-16vw {
  width: 16vw;
}
.w-17 {
  width: 17%;
}
.w-17vw {
  width: 17vw;
}
.w-18 {
  width: 18%;
}
.w-18vw {
  width: 18vw;
}
.w-19 {
  width: 19%;
}
.w-19vw {
  width: 19vw;
}
.w-20 {
  width: 20%;
}
.w-20vw {
  width: 20vw;
}
.w-21 {
  width: 21%;
}
.w-21vw {
  width: 21vw;
}
.w-22 {
  width: 22%;
}
.w-22vw {
  width: 22vw;
}
.w-23 {
  width: 23%;
}
.w-23vw {
  width: 23vw;
}
.w-24 {
  width: 24%;
}
.w-24vw {
  width: 24vw;
}
.w-25 {
  width: 25%;
}
.w-25vw {
  width: 25vw;
}
.w-26 {
  width: 26%;
}
.w-26vw {
  width: 26vw;
}
.w-27 {
  width: 27%;
}
.w-27vw {
  width: 27vw;
}
.w-28 {
  width: 28%;
}
.w-28vw {
  width: 28vw;
}
.w-29 {
  width: 29%;
}
.w-29vw {
  width: 29vw;
}
.w-30 {
  width: 30%;
}
.w-30vw {
  width: 30vw;
}
.w-31 {
  width: 31%;
}
.w-31vw {
  width: 31vw;
}
.w-32 {
  width: 32%;
}
.w-32vw {
  width: 32vw;
}
.w-33 {
  width: 33%;
}
.w-33vw {
  width: 33vw;
}
.w-34 {
  width: 34%;
}
.w-34vw {
  width: 34vw;
}
.w-35 {
  width: 35%;
}
.w-35vw {
  width: 35vw;
}
.w-36 {
  width: 36%;
}
.w-36vw {
  width: 36vw;
}
.w-37 {
  width: 37%;
}
.w-37vw {
  width: 37vw;
}
.w-38 {
  width: 38%;
}
.w-38vw {
  width: 38vw;
}
.w-39 {
  width: 39%;
}
.w-39vw {
  width: 39vw;
}
.w-40 {
  width: 40%;
}
.w-40vw {
  width: 40vw;
}
.w-41 {
  width: 41%;
}
.w-41vw {
  width: 41vw;
}
.w-42 {
  width: 42%;
}
.w-42vw {
  width: 42vw;
}
.w-43 {
  width: 43%;
}
.w-43vw {
  width: 43vw;
}
.w-44 {
  width: 44%;
}
.w-44vw {
  width: 44vw;
}
.w-45 {
  width: 45%;
}
.w-45vw {
  width: 45vw;
}
.w-46 {
  width: 46%;
}
.w-46vw {
  width: 46vw;
}
.w-47 {
  width: 47%;
}
.w-47vw {
  width: 47vw;
}
.w-48 {
  width: 48%;
}
.w-48vw {
  width: 48vw;
}
.w-49 {
  width: 49%;
}
.w-49vw {
  width: 49vw;
}
.w-50 {
  width: 50%;
}
.w-50vw {
  width: 50vw;
}
.w-51 {
  width: 51%;
}
.w-51vw {
  width: 51vw;
}
.w-52 {
  width: 52%;
}
.w-52vw {
  width: 52vw;
}
.w-53 {
  width: 53%;
}
.w-53vw {
  width: 53vw;
}
.w-54 {
  width: 54%;
}
.w-54vw {
  width: 54vw;
}
.w-55 {
  width: 55%;
}
.w-55vw {
  width: 55vw;
}
.w-56 {
  width: 56%;
}
.w-56vw {
  width: 56vw;
}
.w-57 {
  width: 57%;
}
.w-57vw {
  width: 57vw;
}
.w-58 {
  width: 58%;
}
.w-58vw {
  width: 58vw;
}
.w-59 {
  width: 59%;
}
.w-59vw {
  width: 59vw;
}
.w-60 {
  width: 60%;
}
.w-60vw {
  width: 60vw;
}
.w-61 {
  width: 61%;
}
.w-61vw {
  width: 61vw;
}
.w-62 {
  width: 62%;
}
.w-62vw {
  width: 62vw;
}
.w-63 {
  width: 63%;
}
.w-63vw {
  width: 63vw;
}
.w-64 {
  width: 64%;
}
.w-64vw {
  width: 64vw;
}
.w-65 {
  width: 65%;
}
.w-65vw {
  width: 65vw;
}
.w-66 {
  width: 66%;
}
.w-66vw {
  width: 66vw;
}
.w-67 {
  width: 67%;
}
.w-67vw {
  width: 67vw;
}
.w-68 {
  width: 68%;
}
.w-68vw {
  width: 68vw;
}
.w-69 {
  width: 69%;
}
.w-69vw {
  width: 69vw;
}
.w-70 {
  width: 70%;
}
.w-70vw {
  width: 70vw;
}
.w-71 {
  width: 71%;
}
.w-71vw {
  width: 71vw;
}
.w-72 {
  width: 72%;
}
.w-72vw {
  width: 72vw;
}
.w-73 {
  width: 73%;
}
.w-73vw {
  width: 73vw;
}
.w-74 {
  width: 74%;
}
.w-74vw {
  width: 74vw;
}
.w-75 {
  width: 75%;
}
.w-75vw {
  width: 75vw;
}
.w-76 {
  width: 76%;
}
.w-76vw {
  width: 76vw;
}
.w-77 {
  width: 77%;
}
.w-77vw {
  width: 77vw;
}
.w-78 {
  width: 78%;
}
.w-78vw {
  width: 78vw;
}
.w-79 {
  width: 79%;
}
.w-79vw {
  width: 79vw;
}
.w-80 {
  width: 80%;
}
.w-80vw {
  width: 80vw;
}
.w-81 {
  width: 81%;
}
.w-81vw {
  width: 81vw;
}
.w-82 {
  width: 82%;
}
.w-82vw {
  width: 82vw;
}
.w-83 {
  width: 83%;
}
.w-83vw {
  width: 83vw;
}
.w-84 {
  width: 84%;
}
.w-84vw {
  width: 84vw;
}
.w-85 {
  width: 85%;
}
.w-85vw {
  width: 85vw;
}
.w-86 {
  width: 86%;
}
.w-86vw {
  width: 86vw;
}
.w-87 {
  width: 87%;
}
.w-87vw {
  width: 87vw;
}
.w-88 {
  width: 88%;
}
.w-88vw {
  width: 88vw;
}
.w-89 {
  width: 89%;
}
.w-89vw {
  width: 89vw;
}
.w-90 {
  width: 90%;
}
.w-90vw {
  width: 90vw;
}
.w-91 {
  width: 91%;
}
.w-91vw {
  width: 91vw;
}
.w-92 {
  width: 92%;
}
.w-92vw {
  width: 92vw;
}
.w-93 {
  width: 93%;
}
.w-93vw {
  width: 93vw;
}
.w-94 {
  width: 94%;
}
.w-94vw {
  width: 94vw;
}
.w-95 {
  width: 95%;
}
.w-95vw {
  width: 95vw;
}
.w-96 {
  width: 96%;
}
.w-96vw {
  width: 96vw;
}
.w-97 {
  width: 97%;
}
.w-97vw {
  width: 97vw;
}
.w-98 {
  width: 98%;
}
.w-98vw {
  width: 98vw;
}
.w-99 {
  width: 99%;
}
.w-99vw {
  width: 99vw;
}
.w-100 {
  width: 100%;
}
.w-100vw {
  width: 100vw;
}

@media (max-width: 599px) {
  .sp-w-0 {
    width: 0%;
  }
  .sp-w-0vw {
    width: 0vw;
  }
  .sp-w-1 {
    width: 1%;
  }
  .sp-w-1vw {
    width: 1vw;
  }
  .sp-w-2 {
    width: 2%;
  }
  .sp-w-2vw {
    width: 2vw;
  }
  .sp-w-3 {
    width: 3%;
  }
  .sp-w-3vw {
    width: 3vw;
  }
  .sp-w-4 {
    width: 4%;
  }
  .sp-w-4vw {
    width: 4vw;
  }
  .sp-w-5 {
    width: 5%;
  }
  .sp-w-5vw {
    width: 5vw;
  }
  .sp-w-6 {
    width: 6%;
  }
  .sp-w-6vw {
    width: 6vw;
  }
  .sp-w-7 {
    width: 7%;
  }
  .sp-w-7vw {
    width: 7vw;
  }
  .sp-w-8 {
    width: 8%;
  }
  .sp-w-8vw {
    width: 8vw;
  }
  .sp-w-9 {
    width: 9%;
  }
  .sp-w-9vw {
    width: 9vw;
  }
  .sp-w-10 {
    width: 10%;
  }
  .sp-w-10vw {
    width: 10vw;
  }
  .sp-w-11 {
    width: 11%;
  }
  .sp-w-11vw {
    width: 11vw;
  }
  .sp-w-12 {
    width: 12%;
  }
  .sp-w-12vw {
    width: 12vw;
  }
  .sp-w-13 {
    width: 13%;
  }
  .sp-w-13vw {
    width: 13vw;
  }
  .sp-w-14 {
    width: 14%;
  }
  .sp-w-14vw {
    width: 14vw;
  }
  .sp-w-15 {
    width: 15%;
  }
  .sp-w-15vw {
    width: 15vw;
  }
  .sp-w-16 {
    width: 16%;
  }
  .sp-w-16vw {
    width: 16vw;
  }
  .sp-w-17 {
    width: 17%;
  }
  .sp-w-17vw {
    width: 17vw;
  }
  .sp-w-18 {
    width: 18%;
  }
  .sp-w-18vw {
    width: 18vw;
  }
  .sp-w-19 {
    width: 19%;
  }
  .sp-w-19vw {
    width: 19vw;
  }
  .sp-w-20 {
    width: 20%;
  }
  .sp-w-20vw {
    width: 20vw;
  }
  .sp-w-21 {
    width: 21%;
  }
  .sp-w-21vw {
    width: 21vw;
  }
  .sp-w-22 {
    width: 22%;
  }
  .sp-w-22vw {
    width: 22vw;
  }
  .sp-w-23 {
    width: 23%;
  }
  .sp-w-23vw {
    width: 23vw;
  }
  .sp-w-24 {
    width: 24%;
  }
  .sp-w-24vw {
    width: 24vw;
  }
  .sp-w-25 {
    width: 25%;
  }
  .sp-w-25vw {
    width: 25vw;
  }
  .sp-w-26 {
    width: 26%;
  }
  .sp-w-26vw {
    width: 26vw;
  }
  .sp-w-27 {
    width: 27%;
  }
  .sp-w-27vw {
    width: 27vw;
  }
  .sp-w-28 {
    width: 28%;
  }
  .sp-w-28vw {
    width: 28vw;
  }
  .sp-w-29 {
    width: 29%;
  }
  .sp-w-29vw {
    width: 29vw;
  }
  .sp-w-30 {
    width: 30%;
  }
  .sp-w-30vw {
    width: 30vw;
  }
  .sp-w-31 {
    width: 31%;
  }
  .sp-w-31vw {
    width: 31vw;
  }
  .sp-w-32 {
    width: 32%;
  }
  .sp-w-32vw {
    width: 32vw;
  }
  .sp-w-33 {
    width: 33%;
  }
  .sp-w-33vw {
    width: 33vw;
  }
  .sp-w-34 {
    width: 34%;
  }
  .sp-w-34vw {
    width: 34vw;
  }
  .sp-w-35 {
    width: 35%;
  }
  .sp-w-35vw {
    width: 35vw;
  }
  .sp-w-36 {
    width: 36%;
  }
  .sp-w-36vw {
    width: 36vw;
  }
  .sp-w-37 {
    width: 37%;
  }
  .sp-w-37vw {
    width: 37vw;
  }
  .sp-w-38 {
    width: 38%;
  }
  .sp-w-38vw {
    width: 38vw;
  }
  .sp-w-39 {
    width: 39%;
  }
  .sp-w-39vw {
    width: 39vw;
  }
  .sp-w-40 {
    width: 40%;
  }
  .sp-w-40vw {
    width: 40vw;
  }
  .sp-w-41 {
    width: 41%;
  }
  .sp-w-41vw {
    width: 41vw;
  }
  .sp-w-42 {
    width: 42%;
  }
  .sp-w-42vw {
    width: 42vw;
  }
  .sp-w-43 {
    width: 43%;
  }
  .sp-w-43vw {
    width: 43vw;
  }
  .sp-w-44 {
    width: 44%;
  }
  .sp-w-44vw {
    width: 44vw;
  }
  .sp-w-45 {
    width: 45%;
  }
  .sp-w-45vw {
    width: 45vw;
  }
  .sp-w-46 {
    width: 46%;
  }
  .sp-w-46vw {
    width: 46vw;
  }
  .sp-w-47 {
    width: 47%;
  }
  .sp-w-47vw {
    width: 47vw;
  }
  .sp-w-48 {
    width: 48%;
  }
  .sp-w-48vw {
    width: 48vw;
  }
  .sp-w-49 {
    width: 49%;
  }
  .sp-w-49vw {
    width: 49vw;
  }
  .sp-w-50 {
    width: 50%;
  }
  .sp-w-50vw {
    width: 50vw;
  }
  .sp-w-51 {
    width: 51%;
  }
  .sp-w-51vw {
    width: 51vw;
  }
  .sp-w-52 {
    width: 52%;
  }
  .sp-w-52vw {
    width: 52vw;
  }
  .sp-w-53 {
    width: 53%;
  }
  .sp-w-53vw {
    width: 53vw;
  }
  .sp-w-54 {
    width: 54%;
  }
  .sp-w-54vw {
    width: 54vw;
  }
  .sp-w-55 {
    width: 55%;
  }
  .sp-w-55vw {
    width: 55vw;
  }
  .sp-w-56 {
    width: 56%;
  }
  .sp-w-56vw {
    width: 56vw;
  }
  .sp-w-57 {
    width: 57%;
  }
  .sp-w-57vw {
    width: 57vw;
  }
  .sp-w-58 {
    width: 58%;
  }
  .sp-w-58vw {
    width: 58vw;
  }
  .sp-w-59 {
    width: 59%;
  }
  .sp-w-59vw {
    width: 59vw;
  }
  .sp-w-60 {
    width: 60%;
  }
  .sp-w-60vw {
    width: 60vw;
  }
  .sp-w-61 {
    width: 61%;
  }
  .sp-w-61vw {
    width: 61vw;
  }
  .sp-w-62 {
    width: 62%;
  }
  .sp-w-62vw {
    width: 62vw;
  }
  .sp-w-63 {
    width: 63%;
  }
  .sp-w-63vw {
    width: 63vw;
  }
  .sp-w-64 {
    width: 64%;
  }
  .sp-w-64vw {
    width: 64vw;
  }
  .sp-w-65 {
    width: 65%;
  }
  .sp-w-65vw {
    width: 65vw;
  }
  .sp-w-66 {
    width: 66%;
  }
  .sp-w-66vw {
    width: 66vw;
  }
  .sp-w-67 {
    width: 67%;
  }
  .sp-w-67vw {
    width: 67vw;
  }
  .sp-w-68 {
    width: 68%;
  }
  .sp-w-68vw {
    width: 68vw;
  }
  .sp-w-69 {
    width: 69%;
  }
  .sp-w-69vw {
    width: 69vw;
  }
  .sp-w-70 {
    width: 70%;
  }
  .sp-w-70vw {
    width: 70vw;
  }
  .sp-w-71 {
    width: 71%;
  }
  .sp-w-71vw {
    width: 71vw;
  }
  .sp-w-72 {
    width: 72%;
  }
  .sp-w-72vw {
    width: 72vw;
  }
  .sp-w-73 {
    width: 73%;
  }
  .sp-w-73vw {
    width: 73vw;
  }
  .sp-w-74 {
    width: 74%;
  }
  .sp-w-74vw {
    width: 74vw;
  }
  .sp-w-75 {
    width: 75%;
  }
  .sp-w-75vw {
    width: 75vw;
  }
  .sp-w-76 {
    width: 76%;
  }
  .sp-w-76vw {
    width: 76vw;
  }
  .sp-w-77 {
    width: 77%;
  }
  .sp-w-77vw {
    width: 77vw;
  }
  .sp-w-78 {
    width: 78%;
  }
  .sp-w-78vw {
    width: 78vw;
  }
  .sp-w-79 {
    width: 79%;
  }
  .sp-w-79vw {
    width: 79vw;
  }
  .sp-w-80 {
    width: 80%;
  }
  .sp-w-80vw {
    width: 80vw;
  }
  .sp-w-81 {
    width: 81%;
  }
  .sp-w-81vw {
    width: 81vw;
  }
  .sp-w-82 {
    width: 82%;
  }
  .sp-w-82vw {
    width: 82vw;
  }
  .sp-w-83 {
    width: 83%;
  }
  .sp-w-83vw {
    width: 83vw;
  }
  .sp-w-84 {
    width: 84%;
  }
  .sp-w-84vw {
    width: 84vw;
  }
  .sp-w-85 {
    width: 85%;
  }
  .sp-w-85vw {
    width: 85vw;
  }
  .sp-w-86 {
    width: 86%;
  }
  .sp-w-86vw {
    width: 86vw;
  }
  .sp-w-87 {
    width: 87%;
  }
  .sp-w-87vw {
    width: 87vw;
  }
  .sp-w-88 {
    width: 88%;
  }
  .sp-w-88vw {
    width: 88vw;
  }
  .sp-w-89 {
    width: 89%;
  }
  .sp-w-89vw {
    width: 89vw;
  }
  .sp-w-90 {
    width: 90%;
  }
  .sp-w-90vw {
    width: 90vw;
  }
  .sp-w-91 {
    width: 91%;
  }
  .sp-w-91vw {
    width: 91vw;
  }
  .sp-w-92 {
    width: 92%;
  }
  .sp-w-92vw {
    width: 92vw;
  }
  .sp-w-93 {
    width: 93%;
  }
  .sp-w-93vw {
    width: 93vw;
  }
  .sp-w-94 {
    width: 94%;
  }
  .sp-w-94vw {
    width: 94vw;
  }
  .sp-w-95 {
    width: 95%;
  }
  .sp-w-95vw {
    width: 95vw;
  }
  .sp-w-96 {
    width: 96%;
  }
  .sp-w-96vw {
    width: 96vw;
  }
  .sp-w-97 {
    width: 97%;
  }
  .sp-w-97vw {
    width: 97vw;
  }
  .sp-w-98 {
    width: 98%;
  }
  .sp-w-98vw {
    width: 98vw;
  }
  .sp-w-99 {
    width: 99%;
  }
  .sp-w-99vw {
    width: 99vw;
  }
  .sp-w-100 {
    width: 100%;
  }
  .sp-w-100vw {
    width: 100vw;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-w-0 {
    width: 0%;
  }
  .tb-w-0vw {
    width: 0vw;
  }
  .tb-w-1 {
    width: 1%;
  }
  .tb-w-1vw {
    width: 1vw;
  }
  .tb-w-2 {
    width: 2%;
  }
  .tb-w-2vw {
    width: 2vw;
  }
  .tb-w-3 {
    width: 3%;
  }
  .tb-w-3vw {
    width: 3vw;
  }
  .tb-w-4 {
    width: 4%;
  }
  .tb-w-4vw {
    width: 4vw;
  }
  .tb-w-5 {
    width: 5%;
  }
  .tb-w-5vw {
    width: 5vw;
  }
  .tb-w-6 {
    width: 6%;
  }
  .tb-w-6vw {
    width: 6vw;
  }
  .tb-w-7 {
    width: 7%;
  }
  .tb-w-7vw {
    width: 7vw;
  }
  .tb-w-8 {
    width: 8%;
  }
  .tb-w-8vw {
    width: 8vw;
  }
  .tb-w-9 {
    width: 9%;
  }
  .tb-w-9vw {
    width: 9vw;
  }
  .tb-w-10 {
    width: 10%;
  }
  .tb-w-10vw {
    width: 10vw;
  }
  .tb-w-11 {
    width: 11%;
  }
  .tb-w-11vw {
    width: 11vw;
  }
  .tb-w-12 {
    width: 12%;
  }
  .tb-w-12vw {
    width: 12vw;
  }
  .tb-w-13 {
    width: 13%;
  }
  .tb-w-13vw {
    width: 13vw;
  }
  .tb-w-14 {
    width: 14%;
  }
  .tb-w-14vw {
    width: 14vw;
  }
  .tb-w-15 {
    width: 15%;
  }
  .tb-w-15vw {
    width: 15vw;
  }
  .tb-w-16 {
    width: 16%;
  }
  .tb-w-16vw {
    width: 16vw;
  }
  .tb-w-17 {
    width: 17%;
  }
  .tb-w-17vw {
    width: 17vw;
  }
  .tb-w-18 {
    width: 18%;
  }
  .tb-w-18vw {
    width: 18vw;
  }
  .tb-w-19 {
    width: 19%;
  }
  .tb-w-19vw {
    width: 19vw;
  }
  .tb-w-20 {
    width: 20%;
  }
  .tb-w-20vw {
    width: 20vw;
  }
  .tb-w-21 {
    width: 21%;
  }
  .tb-w-21vw {
    width: 21vw;
  }
  .tb-w-22 {
    width: 22%;
  }
  .tb-w-22vw {
    width: 22vw;
  }
  .tb-w-23 {
    width: 23%;
  }
  .tb-w-23vw {
    width: 23vw;
  }
  .tb-w-24 {
    width: 24%;
  }
  .tb-w-24vw {
    width: 24vw;
  }
  .tb-w-25 {
    width: 25%;
  }
  .tb-w-25vw {
    width: 25vw;
  }
  .tb-w-26 {
    width: 26%;
  }
  .tb-w-26vw {
    width: 26vw;
  }
  .tb-w-27 {
    width: 27%;
  }
  .tb-w-27vw {
    width: 27vw;
  }
  .tb-w-28 {
    width: 28%;
  }
  .tb-w-28vw {
    width: 28vw;
  }
  .tb-w-29 {
    width: 29%;
  }
  .tb-w-29vw {
    width: 29vw;
  }
  .tb-w-30 {
    width: 30%;
  }
  .tb-w-30vw {
    width: 30vw;
  }
  .tb-w-31 {
    width: 31%;
  }
  .tb-w-31vw {
    width: 31vw;
  }
  .tb-w-32 {
    width: 32%;
  }
  .tb-w-32vw {
    width: 32vw;
  }
  .tb-w-33 {
    width: 33%;
  }
  .tb-w-33vw {
    width: 33vw;
  }
  .tb-w-34 {
    width: 34%;
  }
  .tb-w-34vw {
    width: 34vw;
  }
  .tb-w-35 {
    width: 35%;
  }
  .tb-w-35vw {
    width: 35vw;
  }
  .tb-w-36 {
    width: 36%;
  }
  .tb-w-36vw {
    width: 36vw;
  }
  .tb-w-37 {
    width: 37%;
  }
  .tb-w-37vw {
    width: 37vw;
  }
  .tb-w-38 {
    width: 38%;
  }
  .tb-w-38vw {
    width: 38vw;
  }
  .tb-w-39 {
    width: 39%;
  }
  .tb-w-39vw {
    width: 39vw;
  }
  .tb-w-40 {
    width: 40%;
  }
  .tb-w-40vw {
    width: 40vw;
  }
  .tb-w-41 {
    width: 41%;
  }
  .tb-w-41vw {
    width: 41vw;
  }
  .tb-w-42 {
    width: 42%;
  }
  .tb-w-42vw {
    width: 42vw;
  }
  .tb-w-43 {
    width: 43%;
  }
  .tb-w-43vw {
    width: 43vw;
  }
  .tb-w-44 {
    width: 44%;
  }
  .tb-w-44vw {
    width: 44vw;
  }
  .tb-w-45 {
    width: 45%;
  }
  .tb-w-45vw {
    width: 45vw;
  }
  .tb-w-46 {
    width: 46%;
  }
  .tb-w-46vw {
    width: 46vw;
  }
  .tb-w-47 {
    width: 47%;
  }
  .tb-w-47vw {
    width: 47vw;
  }
  .tb-w-48 {
    width: 48%;
  }
  .tb-w-48vw {
    width: 48vw;
  }
  .tb-w-49 {
    width: 49%;
  }
  .tb-w-49vw {
    width: 49vw;
  }
  .tb-w-50 {
    width: 50%;
  }
  .tb-w-50vw {
    width: 50vw;
  }
  .tb-w-51 {
    width: 51%;
  }
  .tb-w-51vw {
    width: 51vw;
  }
  .tb-w-52 {
    width: 52%;
  }
  .tb-w-52vw {
    width: 52vw;
  }
  .tb-w-53 {
    width: 53%;
  }
  .tb-w-53vw {
    width: 53vw;
  }
  .tb-w-54 {
    width: 54%;
  }
  .tb-w-54vw {
    width: 54vw;
  }
  .tb-w-55 {
    width: 55%;
  }
  .tb-w-55vw {
    width: 55vw;
  }
  .tb-w-56 {
    width: 56%;
  }
  .tb-w-56vw {
    width: 56vw;
  }
  .tb-w-57 {
    width: 57%;
  }
  .tb-w-57vw {
    width: 57vw;
  }
  .tb-w-58 {
    width: 58%;
  }
  .tb-w-58vw {
    width: 58vw;
  }
  .tb-w-59 {
    width: 59%;
  }
  .tb-w-59vw {
    width: 59vw;
  }
  .tb-w-60 {
    width: 60%;
  }
  .tb-w-60vw {
    width: 60vw;
  }
  .tb-w-61 {
    width: 61%;
  }
  .tb-w-61vw {
    width: 61vw;
  }
  .tb-w-62 {
    width: 62%;
  }
  .tb-w-62vw {
    width: 62vw;
  }
  .tb-w-63 {
    width: 63%;
  }
  .tb-w-63vw {
    width: 63vw;
  }
  .tb-w-64 {
    width: 64%;
  }
  .tb-w-64vw {
    width: 64vw;
  }
  .tb-w-65 {
    width: 65%;
  }
  .tb-w-65vw {
    width: 65vw;
  }
  .tb-w-66 {
    width: 66%;
  }
  .tb-w-66vw {
    width: 66vw;
  }
  .tb-w-67 {
    width: 67%;
  }
  .tb-w-67vw {
    width: 67vw;
  }
  .tb-w-68 {
    width: 68%;
  }
  .tb-w-68vw {
    width: 68vw;
  }
  .tb-w-69 {
    width: 69%;
  }
  .tb-w-69vw {
    width: 69vw;
  }
  .tb-w-70 {
    width: 70%;
  }
  .tb-w-70vw {
    width: 70vw;
  }
  .tb-w-71 {
    width: 71%;
  }
  .tb-w-71vw {
    width: 71vw;
  }
  .tb-w-72 {
    width: 72%;
  }
  .tb-w-72vw {
    width: 72vw;
  }
  .tb-w-73 {
    width: 73%;
  }
  .tb-w-73vw {
    width: 73vw;
  }
  .tb-w-74 {
    width: 74%;
  }
  .tb-w-74vw {
    width: 74vw;
  }
  .tb-w-75 {
    width: 75%;
  }
  .tb-w-75vw {
    width: 75vw;
  }
  .tb-w-76 {
    width: 76%;
  }
  .tb-w-76vw {
    width: 76vw;
  }
  .tb-w-77 {
    width: 77%;
  }
  .tb-w-77vw {
    width: 77vw;
  }
  .tb-w-78 {
    width: 78%;
  }
  .tb-w-78vw {
    width: 78vw;
  }
  .tb-w-79 {
    width: 79%;
  }
  .tb-w-79vw {
    width: 79vw;
  }
  .tb-w-80 {
    width: 80%;
  }
  .tb-w-80vw {
    width: 80vw;
  }
  .tb-w-81 {
    width: 81%;
  }
  .tb-w-81vw {
    width: 81vw;
  }
  .tb-w-82 {
    width: 82%;
  }
  .tb-w-82vw {
    width: 82vw;
  }
  .tb-w-83 {
    width: 83%;
  }
  .tb-w-83vw {
    width: 83vw;
  }
  .tb-w-84 {
    width: 84%;
  }
  .tb-w-84vw {
    width: 84vw;
  }
  .tb-w-85 {
    width: 85%;
  }
  .tb-w-85vw {
    width: 85vw;
  }
  .tb-w-86 {
    width: 86%;
  }
  .tb-w-86vw {
    width: 86vw;
  }
  .tb-w-87 {
    width: 87%;
  }
  .tb-w-87vw {
    width: 87vw;
  }
  .tb-w-88 {
    width: 88%;
  }
  .tb-w-88vw {
    width: 88vw;
  }
  .tb-w-89 {
    width: 89%;
  }
  .tb-w-89vw {
    width: 89vw;
  }
  .tb-w-90 {
    width: 90%;
  }
  .tb-w-90vw {
    width: 90vw;
  }
  .tb-w-91 {
    width: 91%;
  }
  .tb-w-91vw {
    width: 91vw;
  }
  .tb-w-92 {
    width: 92%;
  }
  .tb-w-92vw {
    width: 92vw;
  }
  .tb-w-93 {
    width: 93%;
  }
  .tb-w-93vw {
    width: 93vw;
  }
  .tb-w-94 {
    width: 94%;
  }
  .tb-w-94vw {
    width: 94vw;
  }
  .tb-w-95 {
    width: 95%;
  }
  .tb-w-95vw {
    width: 95vw;
  }
  .tb-w-96 {
    width: 96%;
  }
  .tb-w-96vw {
    width: 96vw;
  }
  .tb-w-97 {
    width: 97%;
  }
  .tb-w-97vw {
    width: 97vw;
  }
  .tb-w-98 {
    width: 98%;
  }
  .tb-w-98vw {
    width: 98vw;
  }
  .tb-w-99 {
    width: 99%;
  }
  .tb-w-99vw {
    width: 99vw;
  }
  .tb-w-100 {
    width: 100%;
  }
  .tb-w-100vw {
    width: 100vw;
  }
}
.h-0 {
  height: 0%;
}
.h-0vw {
  height: 0vw;
}
.h-0vh {
  height: 0vh;
}
.h-1 {
  height: 1%;
}
.h-1vw {
  height: 1vw;
}
.h-1vh {
  height: 1vh;
}
.h-2 {
  height: 2%;
}
.h-2vw {
  height: 2vw;
}
.h-2vh {
  height: 2vh;
}
.h-3 {
  height: 3%;
}
.h-3vw {
  height: 3vw;
}
.h-3vh {
  height: 3vh;
}
.h-4 {
  height: 4%;
}
.h-4vw {
  height: 4vw;
}
.h-4vh {
  height: 4vh;
}
.h-5 {
  height: 5%;
}
.h-5vw {
  height: 5vw;
}
.h-5vh {
  height: 5vh;
}
.h-6 {
  height: 6%;
}
.h-6vw {
  height: 6vw;
}
.h-6vh {
  height: 6vh;
}
.h-7 {
  height: 7%;
}
.h-7vw {
  height: 7vw;
}
.h-7vh {
  height: 7vh;
}
.h-8 {
  height: 8%;
}
.h-8vw {
  height: 8vw;
}
.h-8vh {
  height: 8vh;
}
.h-9 {
  height: 9%;
}
.h-9vw {
  height: 9vw;
}
.h-9vh {
  height: 9vh;
}
.h-10 {
  height: 10%;
}
.h-10vw {
  height: 10vw;
}
.h-10vh {
  height: 10vh;
}
.h-11 {
  height: 11%;
}
.h-11vw {
  height: 11vw;
}
.h-11vh {
  height: 11vh;
}
.h-12 {
  height: 12%;
}
.h-12vw {
  height: 12vw;
}
.h-12vh {
  height: 12vh;
}
.h-13 {
  height: 13%;
}
.h-13vw {
  height: 13vw;
}
.h-13vh {
  height: 13vh;
}
.h-14 {
  height: 14%;
}
.h-14vw {
  height: 14vw;
}
.h-14vh {
  height: 14vh;
}
.h-15 {
  height: 15%;
}
.h-15vw {
  height: 15vw;
}
.h-15vh {
  height: 15vh;
}
.h-16 {
  height: 16%;
}
.h-16vw {
  height: 16vw;
}
.h-16vh {
  height: 16vh;
}
.h-17 {
  height: 17%;
}
.h-17vw {
  height: 17vw;
}
.h-17vh {
  height: 17vh;
}
.h-18 {
  height: 18%;
}
.h-18vw {
  height: 18vw;
}
.h-18vh {
  height: 18vh;
}
.h-19 {
  height: 19%;
}
.h-19vw {
  height: 19vw;
}
.h-19vh {
  height: 19vh;
}
.h-20 {
  height: 20%;
}
.h-20vw {
  height: 20vw;
}
.h-20vh {
  height: 20vh;
}
.h-21 {
  height: 21%;
}
.h-21vw {
  height: 21vw;
}
.h-21vh {
  height: 21vh;
}
.h-22 {
  height: 22%;
}
.h-22vw {
  height: 22vw;
}
.h-22vh {
  height: 22vh;
}
.h-23 {
  height: 23%;
}
.h-23vw {
  height: 23vw;
}
.h-23vh {
  height: 23vh;
}
.h-24 {
  height: 24%;
}
.h-24vw {
  height: 24vw;
}
.h-24vh {
  height: 24vh;
}
.h-25 {
  height: 25%;
}
.h-25vw {
  height: 25vw;
}
.h-25vh {
  height: 25vh;
}
.h-26 {
  height: 26%;
}
.h-26vw {
  height: 26vw;
}
.h-26vh {
  height: 26vh;
}
.h-27 {
  height: 27%;
}
.h-27vw {
  height: 27vw;
}
.h-27vh {
  height: 27vh;
}
.h-28 {
  height: 28%;
}
.h-28vw {
  height: 28vw;
}
.h-28vh {
  height: 28vh;
}
.h-29 {
  height: 29%;
}
.h-29vw {
  height: 29vw;
}
.h-29vh {
  height: 29vh;
}
.h-30 {
  height: 30%;
}
.h-30vw {
  height: 30vw;
}
.h-30vh {
  height: 30vh;
}
.h-31 {
  height: 31%;
}
.h-31vw {
  height: 31vw;
}
.h-31vh {
  height: 31vh;
}
.h-32 {
  height: 32%;
}
.h-32vw {
  height: 32vw;
}
.h-32vh {
  height: 32vh;
}
.h-33 {
  height: 33%;
}
.h-33vw {
  height: 33vw;
}
.h-33vh {
  height: 33vh;
}
.h-34 {
  height: 34%;
}
.h-34vw {
  height: 34vw;
}
.h-34vh {
  height: 34vh;
}
.h-35 {
  height: 35%;
}
.h-35vw {
  height: 35vw;
}
.h-35vh {
  height: 35vh;
}
.h-36 {
  height: 36%;
}
.h-36vw {
  height: 36vw;
}
.h-36vh {
  height: 36vh;
}
.h-37 {
  height: 37%;
}
.h-37vw {
  height: 37vw;
}
.h-37vh {
  height: 37vh;
}
.h-38 {
  height: 38%;
}
.h-38vw {
  height: 38vw;
}
.h-38vh {
  height: 38vh;
}
.h-39 {
  height: 39%;
}
.h-39vw {
  height: 39vw;
}
.h-39vh {
  height: 39vh;
}
.h-40 {
  height: 40%;
}
.h-40vw {
  height: 40vw;
}
.h-40vh {
  height: 40vh;
}
.h-41 {
  height: 41%;
}
.h-41vw {
  height: 41vw;
}
.h-41vh {
  height: 41vh;
}
.h-42 {
  height: 42%;
}
.h-42vw {
  height: 42vw;
}
.h-42vh {
  height: 42vh;
}
.h-43 {
  height: 43%;
}
.h-43vw {
  height: 43vw;
}
.h-43vh {
  height: 43vh;
}
.h-44 {
  height: 44%;
}
.h-44vw {
  height: 44vw;
}
.h-44vh {
  height: 44vh;
}
.h-45 {
  height: 45%;
}
.h-45vw {
  height: 45vw;
}
.h-45vh {
  height: 45vh;
}
.h-46 {
  height: 46%;
}
.h-46vw {
  height: 46vw;
}
.h-46vh {
  height: 46vh;
}
.h-47 {
  height: 47%;
}
.h-47vw {
  height: 47vw;
}
.h-47vh {
  height: 47vh;
}
.h-48 {
  height: 48%;
}
.h-48vw {
  height: 48vw;
}
.h-48vh {
  height: 48vh;
}
.h-49 {
  height: 49%;
}
.h-49vw {
  height: 49vw;
}
.h-49vh {
  height: 49vh;
}
.h-50 {
  height: 50%;
}
.h-50vw {
  height: 50vw;
}
.h-50vh {
  height: 50vh;
}
.h-51 {
  height: 51%;
}
.h-51vw {
  height: 51vw;
}
.h-51vh {
  height: 51vh;
}
.h-52 {
  height: 52%;
}
.h-52vw {
  height: 52vw;
}
.h-52vh {
  height: 52vh;
}
.h-53 {
  height: 53%;
}
.h-53vw {
  height: 53vw;
}
.h-53vh {
  height: 53vh;
}
.h-54 {
  height: 54%;
}
.h-54vw {
  height: 54vw;
}
.h-54vh {
  height: 54vh;
}
.h-55 {
  height: 55%;
}
.h-55vw {
  height: 55vw;
}
.h-55vh {
  height: 55vh;
}
.h-56 {
  height: 56%;
}
.h-56vw {
  height: 56vw;
}
.h-56vh {
  height: 56vh;
}
.h-57 {
  height: 57%;
}
.h-57vw {
  height: 57vw;
}
.h-57vh {
  height: 57vh;
}
.h-58 {
  height: 58%;
}
.h-58vw {
  height: 58vw;
}
.h-58vh {
  height: 58vh;
}
.h-59 {
  height: 59%;
}
.h-59vw {
  height: 59vw;
}
.h-59vh {
  height: 59vh;
}
.h-60 {
  height: 60%;
}
.h-60vw {
  height: 60vw;
}
.h-60vh {
  height: 60vh;
}
.h-61 {
  height: 61%;
}
.h-61vw {
  height: 61vw;
}
.h-61vh {
  height: 61vh;
}
.h-62 {
  height: 62%;
}
.h-62vw {
  height: 62vw;
}
.h-62vh {
  height: 62vh;
}
.h-63 {
  height: 63%;
}
.h-63vw {
  height: 63vw;
}
.h-63vh {
  height: 63vh;
}
.h-64 {
  height: 64%;
}
.h-64vw {
  height: 64vw;
}
.h-64vh {
  height: 64vh;
}
.h-65 {
  height: 65%;
}
.h-65vw {
  height: 65vw;
}
.h-65vh {
  height: 65vh;
}
.h-66 {
  height: 66%;
}
.h-66vw {
  height: 66vw;
}
.h-66vh {
  height: 66vh;
}
.h-67 {
  height: 67%;
}
.h-67vw {
  height: 67vw;
}
.h-67vh {
  height: 67vh;
}
.h-68 {
  height: 68%;
}
.h-68vw {
  height: 68vw;
}
.h-68vh {
  height: 68vh;
}
.h-69 {
  height: 69%;
}
.h-69vw {
  height: 69vw;
}
.h-69vh {
  height: 69vh;
}
.h-70 {
  height: 70%;
}
.h-70vw {
  height: 70vw;
}
.h-70vh {
  height: 70vh;
}
.h-71 {
  height: 71%;
}
.h-71vw {
  height: 71vw;
}
.h-71vh {
  height: 71vh;
}
.h-72 {
  height: 72%;
}
.h-72vw {
  height: 72vw;
}
.h-72vh {
  height: 72vh;
}
.h-73 {
  height: 73%;
}
.h-73vw {
  height: 73vw;
}
.h-73vh {
  height: 73vh;
}
.h-74 {
  height: 74%;
}
.h-74vw {
  height: 74vw;
}
.h-74vh {
  height: 74vh;
}
.h-75 {
  height: 75%;
}
.h-75vw {
  height: 75vw;
}
.h-75vh {
  height: 75vh;
}
.h-76 {
  height: 76%;
}
.h-76vw {
  height: 76vw;
}
.h-76vh {
  height: 76vh;
}
.h-77 {
  height: 77%;
}
.h-77vw {
  height: 77vw;
}
.h-77vh {
  height: 77vh;
}
.h-78 {
  height: 78%;
}
.h-78vw {
  height: 78vw;
}
.h-78vh {
  height: 78vh;
}
.h-79 {
  height: 79%;
}
.h-79vw {
  height: 79vw;
}
.h-79vh {
  height: 79vh;
}
.h-80 {
  height: 80%;
}
.h-80vw {
  height: 80vw;
}
.h-80vh {
  height: 80vh;
}
.h-81 {
  height: 81%;
}
.h-81vw {
  height: 81vw;
}
.h-81vh {
  height: 81vh;
}
.h-82 {
  height: 82%;
}
.h-82vw {
  height: 82vw;
}
.h-82vh {
  height: 82vh;
}
.h-83 {
  height: 83%;
}
.h-83vw {
  height: 83vw;
}
.h-83vh {
  height: 83vh;
}
.h-84 {
  height: 84%;
}
.h-84vw {
  height: 84vw;
}
.h-84vh {
  height: 84vh;
}
.h-85 {
  height: 85%;
}
.h-85vw {
  height: 85vw;
}
.h-85vh {
  height: 85vh;
}
.h-86 {
  height: 86%;
}
.h-86vw {
  height: 86vw;
}
.h-86vh {
  height: 86vh;
}
.h-87 {
  height: 87%;
}
.h-87vw {
  height: 87vw;
}
.h-87vh {
  height: 87vh;
}
.h-88 {
  height: 88%;
}
.h-88vw {
  height: 88vw;
}
.h-88vh {
  height: 88vh;
}
.h-89 {
  height: 89%;
}
.h-89vw {
  height: 89vw;
}
.h-89vh {
  height: 89vh;
}
.h-90 {
  height: 90%;
}
.h-90vw {
  height: 90vw;
}
.h-90vh {
  height: 90vh;
}
.h-91 {
  height: 91%;
}
.h-91vw {
  height: 91vw;
}
.h-91vh {
  height: 91vh;
}
.h-92 {
  height: 92%;
}
.h-92vw {
  height: 92vw;
}
.h-92vh {
  height: 92vh;
}
.h-93 {
  height: 93%;
}
.h-93vw {
  height: 93vw;
}
.h-93vh {
  height: 93vh;
}
.h-94 {
  height: 94%;
}
.h-94vw {
  height: 94vw;
}
.h-94vh {
  height: 94vh;
}
.h-95 {
  height: 95%;
}
.h-95vw {
  height: 95vw;
}
.h-95vh {
  height: 95vh;
}
.h-96 {
  height: 96%;
}
.h-96vw {
  height: 96vw;
}
.h-96vh {
  height: 96vh;
}
.h-97 {
  height: 97%;
}
.h-97vw {
  height: 97vw;
}
.h-97vh {
  height: 97vh;
}
.h-98 {
  height: 98%;
}
.h-98vw {
  height: 98vw;
}
.h-98vh {
  height: 98vh;
}
.h-99 {
  height: 99%;
}
.h-99vw {
  height: 99vw;
}
.h-99vh {
  height: 99vh;
}
.h-100 {
  height: 100%;
}
.h-100vw {
  height: 100vw;
}
.h-100vh {
  height: 100vh;
}

@media (max-width: 599px) {
  .sp-h-0 {
    height: 0%;
  }
  .sp-h-0vw {
    height: 0vw;
  }
  .sp-h-0vh {
    height: 0vh;
  }
  .sp-h-1 {
    height: 1%;
  }
  .sp-h-1vw {
    height: 1vw;
  }
  .sp-h-1vh {
    height: 1vh;
  }
  .sp-h-2 {
    height: 2%;
  }
  .sp-h-2vw {
    height: 2vw;
  }
  .sp-h-2vh {
    height: 2vh;
  }
  .sp-h-3 {
    height: 3%;
  }
  .sp-h-3vw {
    height: 3vw;
  }
  .sp-h-3vh {
    height: 3vh;
  }
  .sp-h-4 {
    height: 4%;
  }
  .sp-h-4vw {
    height: 4vw;
  }
  .sp-h-4vh {
    height: 4vh;
  }
  .sp-h-5 {
    height: 5%;
  }
  .sp-h-5vw {
    height: 5vw;
  }
  .sp-h-5vh {
    height: 5vh;
  }
  .sp-h-6 {
    height: 6%;
  }
  .sp-h-6vw {
    height: 6vw;
  }
  .sp-h-6vh {
    height: 6vh;
  }
  .sp-h-7 {
    height: 7%;
  }
  .sp-h-7vw {
    height: 7vw;
  }
  .sp-h-7vh {
    height: 7vh;
  }
  .sp-h-8 {
    height: 8%;
  }
  .sp-h-8vw {
    height: 8vw;
  }
  .sp-h-8vh {
    height: 8vh;
  }
  .sp-h-9 {
    height: 9%;
  }
  .sp-h-9vw {
    height: 9vw;
  }
  .sp-h-9vh {
    height: 9vh;
  }
  .sp-h-10 {
    height: 10%;
  }
  .sp-h-10vw {
    height: 10vw;
  }
  .sp-h-10vh {
    height: 10vh;
  }
  .sp-h-11 {
    height: 11%;
  }
  .sp-h-11vw {
    height: 11vw;
  }
  .sp-h-11vh {
    height: 11vh;
  }
  .sp-h-12 {
    height: 12%;
  }
  .sp-h-12vw {
    height: 12vw;
  }
  .sp-h-12vh {
    height: 12vh;
  }
  .sp-h-13 {
    height: 13%;
  }
  .sp-h-13vw {
    height: 13vw;
  }
  .sp-h-13vh {
    height: 13vh;
  }
  .sp-h-14 {
    height: 14%;
  }
  .sp-h-14vw {
    height: 14vw;
  }
  .sp-h-14vh {
    height: 14vh;
  }
  .sp-h-15 {
    height: 15%;
  }
  .sp-h-15vw {
    height: 15vw;
  }
  .sp-h-15vh {
    height: 15vh;
  }
  .sp-h-16 {
    height: 16%;
  }
  .sp-h-16vw {
    height: 16vw;
  }
  .sp-h-16vh {
    height: 16vh;
  }
  .sp-h-17 {
    height: 17%;
  }
  .sp-h-17vw {
    height: 17vw;
  }
  .sp-h-17vh {
    height: 17vh;
  }
  .sp-h-18 {
    height: 18%;
  }
  .sp-h-18vw {
    height: 18vw;
  }
  .sp-h-18vh {
    height: 18vh;
  }
  .sp-h-19 {
    height: 19%;
  }
  .sp-h-19vw {
    height: 19vw;
  }
  .sp-h-19vh {
    height: 19vh;
  }
  .sp-h-20 {
    height: 20%;
  }
  .sp-h-20vw {
    height: 20vw;
  }
  .sp-h-20vh {
    height: 20vh;
  }
  .sp-h-21 {
    height: 21%;
  }
  .sp-h-21vw {
    height: 21vw;
  }
  .sp-h-21vh {
    height: 21vh;
  }
  .sp-h-22 {
    height: 22%;
  }
  .sp-h-22vw {
    height: 22vw;
  }
  .sp-h-22vh {
    height: 22vh;
  }
  .sp-h-23 {
    height: 23%;
  }
  .sp-h-23vw {
    height: 23vw;
  }
  .sp-h-23vh {
    height: 23vh;
  }
  .sp-h-24 {
    height: 24%;
  }
  .sp-h-24vw {
    height: 24vw;
  }
  .sp-h-24vh {
    height: 24vh;
  }
  .sp-h-25 {
    height: 25%;
  }
  .sp-h-25vw {
    height: 25vw;
  }
  .sp-h-25vh {
    height: 25vh;
  }
  .sp-h-26 {
    height: 26%;
  }
  .sp-h-26vw {
    height: 26vw;
  }
  .sp-h-26vh {
    height: 26vh;
  }
  .sp-h-27 {
    height: 27%;
  }
  .sp-h-27vw {
    height: 27vw;
  }
  .sp-h-27vh {
    height: 27vh;
  }
  .sp-h-28 {
    height: 28%;
  }
  .sp-h-28vw {
    height: 28vw;
  }
  .sp-h-28vh {
    height: 28vh;
  }
  .sp-h-29 {
    height: 29%;
  }
  .sp-h-29vw {
    height: 29vw;
  }
  .sp-h-29vh {
    height: 29vh;
  }
  .sp-h-30 {
    height: 30%;
  }
  .sp-h-30vw {
    height: 30vw;
  }
  .sp-h-30vh {
    height: 30vh;
  }
  .sp-h-31 {
    height: 31%;
  }
  .sp-h-31vw {
    height: 31vw;
  }
  .sp-h-31vh {
    height: 31vh;
  }
  .sp-h-32 {
    height: 32%;
  }
  .sp-h-32vw {
    height: 32vw;
  }
  .sp-h-32vh {
    height: 32vh;
  }
  .sp-h-33 {
    height: 33%;
  }
  .sp-h-33vw {
    height: 33vw;
  }
  .sp-h-33vh {
    height: 33vh;
  }
  .sp-h-34 {
    height: 34%;
  }
  .sp-h-34vw {
    height: 34vw;
  }
  .sp-h-34vh {
    height: 34vh;
  }
  .sp-h-35 {
    height: 35%;
  }
  .sp-h-35vw {
    height: 35vw;
  }
  .sp-h-35vh {
    height: 35vh;
  }
  .sp-h-36 {
    height: 36%;
  }
  .sp-h-36vw {
    height: 36vw;
  }
  .sp-h-36vh {
    height: 36vh;
  }
  .sp-h-37 {
    height: 37%;
  }
  .sp-h-37vw {
    height: 37vw;
  }
  .sp-h-37vh {
    height: 37vh;
  }
  .sp-h-38 {
    height: 38%;
  }
  .sp-h-38vw {
    height: 38vw;
  }
  .sp-h-38vh {
    height: 38vh;
  }
  .sp-h-39 {
    height: 39%;
  }
  .sp-h-39vw {
    height: 39vw;
  }
  .sp-h-39vh {
    height: 39vh;
  }
  .sp-h-40 {
    height: 40%;
  }
  .sp-h-40vw {
    height: 40vw;
  }
  .sp-h-40vh {
    height: 40vh;
  }
  .sp-h-41 {
    height: 41%;
  }
  .sp-h-41vw {
    height: 41vw;
  }
  .sp-h-41vh {
    height: 41vh;
  }
  .sp-h-42 {
    height: 42%;
  }
  .sp-h-42vw {
    height: 42vw;
  }
  .sp-h-42vh {
    height: 42vh;
  }
  .sp-h-43 {
    height: 43%;
  }
  .sp-h-43vw {
    height: 43vw;
  }
  .sp-h-43vh {
    height: 43vh;
  }
  .sp-h-44 {
    height: 44%;
  }
  .sp-h-44vw {
    height: 44vw;
  }
  .sp-h-44vh {
    height: 44vh;
  }
  .sp-h-45 {
    height: 45%;
  }
  .sp-h-45vw {
    height: 45vw;
  }
  .sp-h-45vh {
    height: 45vh;
  }
  .sp-h-46 {
    height: 46%;
  }
  .sp-h-46vw {
    height: 46vw;
  }
  .sp-h-46vh {
    height: 46vh;
  }
  .sp-h-47 {
    height: 47%;
  }
  .sp-h-47vw {
    height: 47vw;
  }
  .sp-h-47vh {
    height: 47vh;
  }
  .sp-h-48 {
    height: 48%;
  }
  .sp-h-48vw {
    height: 48vw;
  }
  .sp-h-48vh {
    height: 48vh;
  }
  .sp-h-49 {
    height: 49%;
  }
  .sp-h-49vw {
    height: 49vw;
  }
  .sp-h-49vh {
    height: 49vh;
  }
  .sp-h-50 {
    height: 50%;
  }
  .sp-h-50vw {
    height: 50vw;
  }
  .sp-h-50vh {
    height: 50vh;
  }
  .sp-h-51 {
    height: 51%;
  }
  .sp-h-51vw {
    height: 51vw;
  }
  .sp-h-51vh {
    height: 51vh;
  }
  .sp-h-52 {
    height: 52%;
  }
  .sp-h-52vw {
    height: 52vw;
  }
  .sp-h-52vh {
    height: 52vh;
  }
  .sp-h-53 {
    height: 53%;
  }
  .sp-h-53vw {
    height: 53vw;
  }
  .sp-h-53vh {
    height: 53vh;
  }
  .sp-h-54 {
    height: 54%;
  }
  .sp-h-54vw {
    height: 54vw;
  }
  .sp-h-54vh {
    height: 54vh;
  }
  .sp-h-55 {
    height: 55%;
  }
  .sp-h-55vw {
    height: 55vw;
  }
  .sp-h-55vh {
    height: 55vh;
  }
  .sp-h-56 {
    height: 56%;
  }
  .sp-h-56vw {
    height: 56vw;
  }
  .sp-h-56vh {
    height: 56vh;
  }
  .sp-h-57 {
    height: 57%;
  }
  .sp-h-57vw {
    height: 57vw;
  }
  .sp-h-57vh {
    height: 57vh;
  }
  .sp-h-58 {
    height: 58%;
  }
  .sp-h-58vw {
    height: 58vw;
  }
  .sp-h-58vh {
    height: 58vh;
  }
  .sp-h-59 {
    height: 59%;
  }
  .sp-h-59vw {
    height: 59vw;
  }
  .sp-h-59vh {
    height: 59vh;
  }
  .sp-h-60 {
    height: 60%;
  }
  .sp-h-60vw {
    height: 60vw;
  }
  .sp-h-60vh {
    height: 60vh;
  }
  .sp-h-61 {
    height: 61%;
  }
  .sp-h-61vw {
    height: 61vw;
  }
  .sp-h-61vh {
    height: 61vh;
  }
  .sp-h-62 {
    height: 62%;
  }
  .sp-h-62vw {
    height: 62vw;
  }
  .sp-h-62vh {
    height: 62vh;
  }
  .sp-h-63 {
    height: 63%;
  }
  .sp-h-63vw {
    height: 63vw;
  }
  .sp-h-63vh {
    height: 63vh;
  }
  .sp-h-64 {
    height: 64%;
  }
  .sp-h-64vw {
    height: 64vw;
  }
  .sp-h-64vh {
    height: 64vh;
  }
  .sp-h-65 {
    height: 65%;
  }
  .sp-h-65vw {
    height: 65vw;
  }
  .sp-h-65vh {
    height: 65vh;
  }
  .sp-h-66 {
    height: 66%;
  }
  .sp-h-66vw {
    height: 66vw;
  }
  .sp-h-66vh {
    height: 66vh;
  }
  .sp-h-67 {
    height: 67%;
  }
  .sp-h-67vw {
    height: 67vw;
  }
  .sp-h-67vh {
    height: 67vh;
  }
  .sp-h-68 {
    height: 68%;
  }
  .sp-h-68vw {
    height: 68vw;
  }
  .sp-h-68vh {
    height: 68vh;
  }
  .sp-h-69 {
    height: 69%;
  }
  .sp-h-69vw {
    height: 69vw;
  }
  .sp-h-69vh {
    height: 69vh;
  }
  .sp-h-70 {
    height: 70%;
  }
  .sp-h-70vw {
    height: 70vw;
  }
  .sp-h-70vh {
    height: 70vh;
  }
  .sp-h-71 {
    height: 71%;
  }
  .sp-h-71vw {
    height: 71vw;
  }
  .sp-h-71vh {
    height: 71vh;
  }
  .sp-h-72 {
    height: 72%;
  }
  .sp-h-72vw {
    height: 72vw;
  }
  .sp-h-72vh {
    height: 72vh;
  }
  .sp-h-73 {
    height: 73%;
  }
  .sp-h-73vw {
    height: 73vw;
  }
  .sp-h-73vh {
    height: 73vh;
  }
  .sp-h-74 {
    height: 74%;
  }
  .sp-h-74vw {
    height: 74vw;
  }
  .sp-h-74vh {
    height: 74vh;
  }
  .sp-h-75 {
    height: 75%;
  }
  .sp-h-75vw {
    height: 75vw;
  }
  .sp-h-75vh {
    height: 75vh;
  }
  .sp-h-76 {
    height: 76%;
  }
  .sp-h-76vw {
    height: 76vw;
  }
  .sp-h-76vh {
    height: 76vh;
  }
  .sp-h-77 {
    height: 77%;
  }
  .sp-h-77vw {
    height: 77vw;
  }
  .sp-h-77vh {
    height: 77vh;
  }
  .sp-h-78 {
    height: 78%;
  }
  .sp-h-78vw {
    height: 78vw;
  }
  .sp-h-78vh {
    height: 78vh;
  }
  .sp-h-79 {
    height: 79%;
  }
  .sp-h-79vw {
    height: 79vw;
  }
  .sp-h-79vh {
    height: 79vh;
  }
  .sp-h-80 {
    height: 80%;
  }
  .sp-h-80vw {
    height: 80vw;
  }
  .sp-h-80vh {
    height: 80vh;
  }
  .sp-h-81 {
    height: 81%;
  }
  .sp-h-81vw {
    height: 81vw;
  }
  .sp-h-81vh {
    height: 81vh;
  }
  .sp-h-82 {
    height: 82%;
  }
  .sp-h-82vw {
    height: 82vw;
  }
  .sp-h-82vh {
    height: 82vh;
  }
  .sp-h-83 {
    height: 83%;
  }
  .sp-h-83vw {
    height: 83vw;
  }
  .sp-h-83vh {
    height: 83vh;
  }
  .sp-h-84 {
    height: 84%;
  }
  .sp-h-84vw {
    height: 84vw;
  }
  .sp-h-84vh {
    height: 84vh;
  }
  .sp-h-85 {
    height: 85%;
  }
  .sp-h-85vw {
    height: 85vw;
  }
  .sp-h-85vh {
    height: 85vh;
  }
  .sp-h-86 {
    height: 86%;
  }
  .sp-h-86vw {
    height: 86vw;
  }
  .sp-h-86vh {
    height: 86vh;
  }
  .sp-h-87 {
    height: 87%;
  }
  .sp-h-87vw {
    height: 87vw;
  }
  .sp-h-87vh {
    height: 87vh;
  }
  .sp-h-88 {
    height: 88%;
  }
  .sp-h-88vw {
    height: 88vw;
  }
  .sp-h-88vh {
    height: 88vh;
  }
  .sp-h-89 {
    height: 89%;
  }
  .sp-h-89vw {
    height: 89vw;
  }
  .sp-h-89vh {
    height: 89vh;
  }
  .sp-h-90 {
    height: 90%;
  }
  .sp-h-90vw {
    height: 90vw;
  }
  .sp-h-90vh {
    height: 90vh;
  }
  .sp-h-91 {
    height: 91%;
  }
  .sp-h-91vw {
    height: 91vw;
  }
  .sp-h-91vh {
    height: 91vh;
  }
  .sp-h-92 {
    height: 92%;
  }
  .sp-h-92vw {
    height: 92vw;
  }
  .sp-h-92vh {
    height: 92vh;
  }
  .sp-h-93 {
    height: 93%;
  }
  .sp-h-93vw {
    height: 93vw;
  }
  .sp-h-93vh {
    height: 93vh;
  }
  .sp-h-94 {
    height: 94%;
  }
  .sp-h-94vw {
    height: 94vw;
  }
  .sp-h-94vh {
    height: 94vh;
  }
  .sp-h-95 {
    height: 95%;
  }
  .sp-h-95vw {
    height: 95vw;
  }
  .sp-h-95vh {
    height: 95vh;
  }
  .sp-h-96 {
    height: 96%;
  }
  .sp-h-96vw {
    height: 96vw;
  }
  .sp-h-96vh {
    height: 96vh;
  }
  .sp-h-97 {
    height: 97%;
  }
  .sp-h-97vw {
    height: 97vw;
  }
  .sp-h-97vh {
    height: 97vh;
  }
  .sp-h-98 {
    height: 98%;
  }
  .sp-h-98vw {
    height: 98vw;
  }
  .sp-h-98vh {
    height: 98vh;
  }
  .sp-h-99 {
    height: 99%;
  }
  .sp-h-99vw {
    height: 99vw;
  }
  .sp-h-99vh {
    height: 99vh;
  }
  .sp-h-100 {
    height: 100%;
  }
  .sp-h-100vw {
    height: 100vw;
  }
  .sp-h-100vh {
    height: 100vh;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-h-0 {
    height: 0%;
  }
  .tb-h-0vw {
    height: 0vw;
  }
  .tb-h-0vh {
    height: 0vh;
  }
  .tb-h-1 {
    height: 1%;
  }
  .tb-h-1vw {
    height: 1vw;
  }
  .tb-h-1vh {
    height: 1vh;
  }
  .tb-h-2 {
    height: 2%;
  }
  .tb-h-2vw {
    height: 2vw;
  }
  .tb-h-2vh {
    height: 2vh;
  }
  .tb-h-3 {
    height: 3%;
  }
  .tb-h-3vw {
    height: 3vw;
  }
  .tb-h-3vh {
    height: 3vh;
  }
  .tb-h-4 {
    height: 4%;
  }
  .tb-h-4vw {
    height: 4vw;
  }
  .tb-h-4vh {
    height: 4vh;
  }
  .tb-h-5 {
    height: 5%;
  }
  .tb-h-5vw {
    height: 5vw;
  }
  .tb-h-5vh {
    height: 5vh;
  }
  .tb-h-6 {
    height: 6%;
  }
  .tb-h-6vw {
    height: 6vw;
  }
  .tb-h-6vh {
    height: 6vh;
  }
  .tb-h-7 {
    height: 7%;
  }
  .tb-h-7vw {
    height: 7vw;
  }
  .tb-h-7vh {
    height: 7vh;
  }
  .tb-h-8 {
    height: 8%;
  }
  .tb-h-8vw {
    height: 8vw;
  }
  .tb-h-8vh {
    height: 8vh;
  }
  .tb-h-9 {
    height: 9%;
  }
  .tb-h-9vw {
    height: 9vw;
  }
  .tb-h-9vh {
    height: 9vh;
  }
  .tb-h-10 {
    height: 10%;
  }
  .tb-h-10vw {
    height: 10vw;
  }
  .tb-h-10vh {
    height: 10vh;
  }
  .tb-h-11 {
    height: 11%;
  }
  .tb-h-11vw {
    height: 11vw;
  }
  .tb-h-11vh {
    height: 11vh;
  }
  .tb-h-12 {
    height: 12%;
  }
  .tb-h-12vw {
    height: 12vw;
  }
  .tb-h-12vh {
    height: 12vh;
  }
  .tb-h-13 {
    height: 13%;
  }
  .tb-h-13vw {
    height: 13vw;
  }
  .tb-h-13vh {
    height: 13vh;
  }
  .tb-h-14 {
    height: 14%;
  }
  .tb-h-14vw {
    height: 14vw;
  }
  .tb-h-14vh {
    height: 14vh;
  }
  .tb-h-15 {
    height: 15%;
  }
  .tb-h-15vw {
    height: 15vw;
  }
  .tb-h-15vh {
    height: 15vh;
  }
  .tb-h-16 {
    height: 16%;
  }
  .tb-h-16vw {
    height: 16vw;
  }
  .tb-h-16vh {
    height: 16vh;
  }
  .tb-h-17 {
    height: 17%;
  }
  .tb-h-17vw {
    height: 17vw;
  }
  .tb-h-17vh {
    height: 17vh;
  }
  .tb-h-18 {
    height: 18%;
  }
  .tb-h-18vw {
    height: 18vw;
  }
  .tb-h-18vh {
    height: 18vh;
  }
  .tb-h-19 {
    height: 19%;
  }
  .tb-h-19vw {
    height: 19vw;
  }
  .tb-h-19vh {
    height: 19vh;
  }
  .tb-h-20 {
    height: 20%;
  }
  .tb-h-20vw {
    height: 20vw;
  }
  .tb-h-20vh {
    height: 20vh;
  }
  .tb-h-21 {
    height: 21%;
  }
  .tb-h-21vw {
    height: 21vw;
  }
  .tb-h-21vh {
    height: 21vh;
  }
  .tb-h-22 {
    height: 22%;
  }
  .tb-h-22vw {
    height: 22vw;
  }
  .tb-h-22vh {
    height: 22vh;
  }
  .tb-h-23 {
    height: 23%;
  }
  .tb-h-23vw {
    height: 23vw;
  }
  .tb-h-23vh {
    height: 23vh;
  }
  .tb-h-24 {
    height: 24%;
  }
  .tb-h-24vw {
    height: 24vw;
  }
  .tb-h-24vh {
    height: 24vh;
  }
  .tb-h-25 {
    height: 25%;
  }
  .tb-h-25vw {
    height: 25vw;
  }
  .tb-h-25vh {
    height: 25vh;
  }
  .tb-h-26 {
    height: 26%;
  }
  .tb-h-26vw {
    height: 26vw;
  }
  .tb-h-26vh {
    height: 26vh;
  }
  .tb-h-27 {
    height: 27%;
  }
  .tb-h-27vw {
    height: 27vw;
  }
  .tb-h-27vh {
    height: 27vh;
  }
  .tb-h-28 {
    height: 28%;
  }
  .tb-h-28vw {
    height: 28vw;
  }
  .tb-h-28vh {
    height: 28vh;
  }
  .tb-h-29 {
    height: 29%;
  }
  .tb-h-29vw {
    height: 29vw;
  }
  .tb-h-29vh {
    height: 29vh;
  }
  .tb-h-30 {
    height: 30%;
  }
  .tb-h-30vw {
    height: 30vw;
  }
  .tb-h-30vh {
    height: 30vh;
  }
  .tb-h-31 {
    height: 31%;
  }
  .tb-h-31vw {
    height: 31vw;
  }
  .tb-h-31vh {
    height: 31vh;
  }
  .tb-h-32 {
    height: 32%;
  }
  .tb-h-32vw {
    height: 32vw;
  }
  .tb-h-32vh {
    height: 32vh;
  }
  .tb-h-33 {
    height: 33%;
  }
  .tb-h-33vw {
    height: 33vw;
  }
  .tb-h-33vh {
    height: 33vh;
  }
  .tb-h-34 {
    height: 34%;
  }
  .tb-h-34vw {
    height: 34vw;
  }
  .tb-h-34vh {
    height: 34vh;
  }
  .tb-h-35 {
    height: 35%;
  }
  .tb-h-35vw {
    height: 35vw;
  }
  .tb-h-35vh {
    height: 35vh;
  }
  .tb-h-36 {
    height: 36%;
  }
  .tb-h-36vw {
    height: 36vw;
  }
  .tb-h-36vh {
    height: 36vh;
  }
  .tb-h-37 {
    height: 37%;
  }
  .tb-h-37vw {
    height: 37vw;
  }
  .tb-h-37vh {
    height: 37vh;
  }
  .tb-h-38 {
    height: 38%;
  }
  .tb-h-38vw {
    height: 38vw;
  }
  .tb-h-38vh {
    height: 38vh;
  }
  .tb-h-39 {
    height: 39%;
  }
  .tb-h-39vw {
    height: 39vw;
  }
  .tb-h-39vh {
    height: 39vh;
  }
  .tb-h-40 {
    height: 40%;
  }
  .tb-h-40vw {
    height: 40vw;
  }
  .tb-h-40vh {
    height: 40vh;
  }
  .tb-h-41 {
    height: 41%;
  }
  .tb-h-41vw {
    height: 41vw;
  }
  .tb-h-41vh {
    height: 41vh;
  }
  .tb-h-42 {
    height: 42%;
  }
  .tb-h-42vw {
    height: 42vw;
  }
  .tb-h-42vh {
    height: 42vh;
  }
  .tb-h-43 {
    height: 43%;
  }
  .tb-h-43vw {
    height: 43vw;
  }
  .tb-h-43vh {
    height: 43vh;
  }
  .tb-h-44 {
    height: 44%;
  }
  .tb-h-44vw {
    height: 44vw;
  }
  .tb-h-44vh {
    height: 44vh;
  }
  .tb-h-45 {
    height: 45%;
  }
  .tb-h-45vw {
    height: 45vw;
  }
  .tb-h-45vh {
    height: 45vh;
  }
  .tb-h-46 {
    height: 46%;
  }
  .tb-h-46vw {
    height: 46vw;
  }
  .tb-h-46vh {
    height: 46vh;
  }
  .tb-h-47 {
    height: 47%;
  }
  .tb-h-47vw {
    height: 47vw;
  }
  .tb-h-47vh {
    height: 47vh;
  }
  .tb-h-48 {
    height: 48%;
  }
  .tb-h-48vw {
    height: 48vw;
  }
  .tb-h-48vh {
    height: 48vh;
  }
  .tb-h-49 {
    height: 49%;
  }
  .tb-h-49vw {
    height: 49vw;
  }
  .tb-h-49vh {
    height: 49vh;
  }
  .tb-h-50 {
    height: 50%;
  }
  .tb-h-50vw {
    height: 50vw;
  }
  .tb-h-50vh {
    height: 50vh;
  }
  .tb-h-51 {
    height: 51%;
  }
  .tb-h-51vw {
    height: 51vw;
  }
  .tb-h-51vh {
    height: 51vh;
  }
  .tb-h-52 {
    height: 52%;
  }
  .tb-h-52vw {
    height: 52vw;
  }
  .tb-h-52vh {
    height: 52vh;
  }
  .tb-h-53 {
    height: 53%;
  }
  .tb-h-53vw {
    height: 53vw;
  }
  .tb-h-53vh {
    height: 53vh;
  }
  .tb-h-54 {
    height: 54%;
  }
  .tb-h-54vw {
    height: 54vw;
  }
  .tb-h-54vh {
    height: 54vh;
  }
  .tb-h-55 {
    height: 55%;
  }
  .tb-h-55vw {
    height: 55vw;
  }
  .tb-h-55vh {
    height: 55vh;
  }
  .tb-h-56 {
    height: 56%;
  }
  .tb-h-56vw {
    height: 56vw;
  }
  .tb-h-56vh {
    height: 56vh;
  }
  .tb-h-57 {
    height: 57%;
  }
  .tb-h-57vw {
    height: 57vw;
  }
  .tb-h-57vh {
    height: 57vh;
  }
  .tb-h-58 {
    height: 58%;
  }
  .tb-h-58vw {
    height: 58vw;
  }
  .tb-h-58vh {
    height: 58vh;
  }
  .tb-h-59 {
    height: 59%;
  }
  .tb-h-59vw {
    height: 59vw;
  }
  .tb-h-59vh {
    height: 59vh;
  }
  .tb-h-60 {
    height: 60%;
  }
  .tb-h-60vw {
    height: 60vw;
  }
  .tb-h-60vh {
    height: 60vh;
  }
  .tb-h-61 {
    height: 61%;
  }
  .tb-h-61vw {
    height: 61vw;
  }
  .tb-h-61vh {
    height: 61vh;
  }
  .tb-h-62 {
    height: 62%;
  }
  .tb-h-62vw {
    height: 62vw;
  }
  .tb-h-62vh {
    height: 62vh;
  }
  .tb-h-63 {
    height: 63%;
  }
  .tb-h-63vw {
    height: 63vw;
  }
  .tb-h-63vh {
    height: 63vh;
  }
  .tb-h-64 {
    height: 64%;
  }
  .tb-h-64vw {
    height: 64vw;
  }
  .tb-h-64vh {
    height: 64vh;
  }
  .tb-h-65 {
    height: 65%;
  }
  .tb-h-65vw {
    height: 65vw;
  }
  .tb-h-65vh {
    height: 65vh;
  }
  .tb-h-66 {
    height: 66%;
  }
  .tb-h-66vw {
    height: 66vw;
  }
  .tb-h-66vh {
    height: 66vh;
  }
  .tb-h-67 {
    height: 67%;
  }
  .tb-h-67vw {
    height: 67vw;
  }
  .tb-h-67vh {
    height: 67vh;
  }
  .tb-h-68 {
    height: 68%;
  }
  .tb-h-68vw {
    height: 68vw;
  }
  .tb-h-68vh {
    height: 68vh;
  }
  .tb-h-69 {
    height: 69%;
  }
  .tb-h-69vw {
    height: 69vw;
  }
  .tb-h-69vh {
    height: 69vh;
  }
  .tb-h-70 {
    height: 70%;
  }
  .tb-h-70vw {
    height: 70vw;
  }
  .tb-h-70vh {
    height: 70vh;
  }
  .tb-h-71 {
    height: 71%;
  }
  .tb-h-71vw {
    height: 71vw;
  }
  .tb-h-71vh {
    height: 71vh;
  }
  .tb-h-72 {
    height: 72%;
  }
  .tb-h-72vw {
    height: 72vw;
  }
  .tb-h-72vh {
    height: 72vh;
  }
  .tb-h-73 {
    height: 73%;
  }
  .tb-h-73vw {
    height: 73vw;
  }
  .tb-h-73vh {
    height: 73vh;
  }
  .tb-h-74 {
    height: 74%;
  }
  .tb-h-74vw {
    height: 74vw;
  }
  .tb-h-74vh {
    height: 74vh;
  }
  .tb-h-75 {
    height: 75%;
  }
  .tb-h-75vw {
    height: 75vw;
  }
  .tb-h-75vh {
    height: 75vh;
  }
  .tb-h-76 {
    height: 76%;
  }
  .tb-h-76vw {
    height: 76vw;
  }
  .tb-h-76vh {
    height: 76vh;
  }
  .tb-h-77 {
    height: 77%;
  }
  .tb-h-77vw {
    height: 77vw;
  }
  .tb-h-77vh {
    height: 77vh;
  }
  .tb-h-78 {
    height: 78%;
  }
  .tb-h-78vw {
    height: 78vw;
  }
  .tb-h-78vh {
    height: 78vh;
  }
  .tb-h-79 {
    height: 79%;
  }
  .tb-h-79vw {
    height: 79vw;
  }
  .tb-h-79vh {
    height: 79vh;
  }
  .tb-h-80 {
    height: 80%;
  }
  .tb-h-80vw {
    height: 80vw;
  }
  .tb-h-80vh {
    height: 80vh;
  }
  .tb-h-81 {
    height: 81%;
  }
  .tb-h-81vw {
    height: 81vw;
  }
  .tb-h-81vh {
    height: 81vh;
  }
  .tb-h-82 {
    height: 82%;
  }
  .tb-h-82vw {
    height: 82vw;
  }
  .tb-h-82vh {
    height: 82vh;
  }
  .tb-h-83 {
    height: 83%;
  }
  .tb-h-83vw {
    height: 83vw;
  }
  .tb-h-83vh {
    height: 83vh;
  }
  .tb-h-84 {
    height: 84%;
  }
  .tb-h-84vw {
    height: 84vw;
  }
  .tb-h-84vh {
    height: 84vh;
  }
  .tb-h-85 {
    height: 85%;
  }
  .tb-h-85vw {
    height: 85vw;
  }
  .tb-h-85vh {
    height: 85vh;
  }
  .tb-h-86 {
    height: 86%;
  }
  .tb-h-86vw {
    height: 86vw;
  }
  .tb-h-86vh {
    height: 86vh;
  }
  .tb-h-87 {
    height: 87%;
  }
  .tb-h-87vw {
    height: 87vw;
  }
  .tb-h-87vh {
    height: 87vh;
  }
  .tb-h-88 {
    height: 88%;
  }
  .tb-h-88vw {
    height: 88vw;
  }
  .tb-h-88vh {
    height: 88vh;
  }
  .tb-h-89 {
    height: 89%;
  }
  .tb-h-89vw {
    height: 89vw;
  }
  .tb-h-89vh {
    height: 89vh;
  }
  .tb-h-90 {
    height: 90%;
  }
  .tb-h-90vw {
    height: 90vw;
  }
  .tb-h-90vh {
    height: 90vh;
  }
  .tb-h-91 {
    height: 91%;
  }
  .tb-h-91vw {
    height: 91vw;
  }
  .tb-h-91vh {
    height: 91vh;
  }
  .tb-h-92 {
    height: 92%;
  }
  .tb-h-92vw {
    height: 92vw;
  }
  .tb-h-92vh {
    height: 92vh;
  }
  .tb-h-93 {
    height: 93%;
  }
  .tb-h-93vw {
    height: 93vw;
  }
  .tb-h-93vh {
    height: 93vh;
  }
  .tb-h-94 {
    height: 94%;
  }
  .tb-h-94vw {
    height: 94vw;
  }
  .tb-h-94vh {
    height: 94vh;
  }
  .tb-h-95 {
    height: 95%;
  }
  .tb-h-95vw {
    height: 95vw;
  }
  .tb-h-95vh {
    height: 95vh;
  }
  .tb-h-96 {
    height: 96%;
  }
  .tb-h-96vw {
    height: 96vw;
  }
  .tb-h-96vh {
    height: 96vh;
  }
  .tb-h-97 {
    height: 97%;
  }
  .tb-h-97vw {
    height: 97vw;
  }
  .tb-h-97vh {
    height: 97vh;
  }
  .tb-h-98 {
    height: 98%;
  }
  .tb-h-98vw {
    height: 98vw;
  }
  .tb-h-98vh {
    height: 98vh;
  }
  .tb-h-99 {
    height: 99%;
  }
  .tb-h-99vw {
    height: 99vw;
  }
  .tb-h-99vh {
    height: 99vh;
  }
  .tb-h-100 {
    height: 100%;
  }
  .tb-h-100vw {
    height: 100vw;
  }
  .tb-h-100vh {
    height: 100vh;
  }
}
.max-h-100 {
  max-height: 100%;
}

@media (max-width: 599px) {
  .sp-max-h-100 {
    max-height: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-max-h-100 {
    max-height: 100%;
  }
}
.max-w-100 {
  max-width: 100%;
}

@media (max-width: 599px) {
  .sp-max-w-100 {
    max-width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-max-w-100 {
    max-width: 100%;
  }
}
/* margin,padding汎用class */
/* margin(padding) top bottom用汎用class */
.mb-none {
  margin-bottom: 0rem;
}
.mb-xs {
  margin-bottom: 0.5rem;
}
.mb-s {
  margin-bottom: 1rem;
}
.mb-sm {
  margin-bottom: 2rem;
}
.mb-sm-m {
  margin-bottom: 3rem;
}
.mb-m {
  margin-bottom: 5rem;
}
.mb-ml {
  margin-bottom: 7rem;
}
.mb-l {
  margin-bottom: 8rem;
}
.mb-xl {
  margin-bottom: 10rem;
}
.mb-xl2 {
  margin-bottom: 15rem;
}
.mb-xl3 {
  margin-bottom: 20rem;
}
.mb-xl4 {
  margin-bottom: 25rem;
}
.mb-xl5 {
  margin-bottom: 30rem;
}

@media (max-width: 599px) {
  .sp-mb-none {
    margin-bottom: 0rem;
  }
  .sp-mb-xs {
    margin-bottom: 0.5rem;
  }
  .sp-mb-s {
    margin-bottom: 1rem;
  }
  .sp-mb-sm {
    margin-bottom: 2rem;
  }
  .sp-mb-sm-m {
    margin-bottom: 3rem;
  }
  .sp-mb-m {
    margin-bottom: 5rem;
  }
  .sp-mb-ml {
    margin-bottom: 7rem;
  }
  .sp-mb-l {
    margin-bottom: 8rem;
  }
  .sp-mb-xl {
    margin-bottom: 10rem;
  }
  .sp-mb-xl2 {
    margin-bottom: 15rem;
  }
  .sp-mb-xl3 {
    margin-bottom: 20rem;
  }
  .sp-mb-xl4 {
    margin-bottom: 25rem;
  }
  .sp-mb-xl5 {
    margin-bottom: 30rem;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-mb-none {
    margin-bottom: 0rem;
  }
  .tb-mb-xs {
    margin-bottom: 0.5rem;
  }
  .tb-mb-s {
    margin-bottom: 1rem;
  }
  .tb-mb-sm {
    margin-bottom: 2rem;
  }
  .tb-mb-sm-m {
    margin-bottom: 3rem;
  }
  .tb-mb-m {
    margin-bottom: 5rem;
  }
  .tb-mb-ml {
    margin-bottom: 7rem;
  }
  .tb-mb-l {
    margin-bottom: 8rem;
  }
  .tb-mb-xl {
    margin-bottom: 10rem;
  }
  .tb-mb-xl2 {
    margin-bottom: 15rem;
  }
  .tb-mb-xl3 {
    margin-bottom: 20rem;
  }
  .tb-mb-xl4 {
    margin-bottom: 25rem;
  }
  .tb-mb-xl5 {
    margin-bottom: 30rem;
  }
}
.mt-none {
  margin-top: 0rem;
}
.mt-xs {
  margin-top: 0.5rem;
}
.mt-s {
  margin-top: 1rem;
}
.mt-sm {
  margin-top: 2rem;
}
.mt-sm-m {
  margin-top: 3rem;
}
.mt-m {
  margin-top: 5rem;
}
.mt-ml {
  margin-top: 7rem;
}
.mt-l {
  margin-top: 8rem;
}
.mt-xl {
  margin-top: 10rem;
}
.mt-xl2 {
  margin-top: 15rem;
}
.mt-xl3 {
  margin-top: 20rem;
}
.mt-xl4 {
  margin-top: 25rem;
}
.mt-xl5 {
  margin-top: 30rem;
}

@media (max-width: 599px) {
  .sp-mt-none {
    margin-top: 0rem;
  }
  .sp-mt-xs {
    margin-top: 0.5rem;
  }
  .sp-mt-s {
    margin-top: 1rem;
  }
  .sp-mt-sm {
    margin-top: 2rem;
  }
  .sp-mt-sm-m {
    margin-top: 3rem;
  }
  .sp-mt-m {
    margin-top: 5rem;
  }
  .sp-mt-ml {
    margin-top: 7rem;
  }
  .sp-mt-l {
    margin-top: 8rem;
  }
  .sp-mt-xl {
    margin-top: 10rem;
  }
  .sp-mt-xl2 {
    margin-top: 15rem;
  }
  .sp-mt-xl3 {
    margin-top: 20rem;
  }
  .sp-mt-xl4 {
    margin-top: 25rem;
  }
  .sp-mt-xl5 {
    margin-top: 30rem;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-mt-none {
    margin-top: 0rem;
  }
  .tb-mt-xs {
    margin-top: 0.5rem;
  }
  .tb-mt-s {
    margin-top: 1rem;
  }
  .tb-mt-sm {
    margin-top: 2rem;
  }
  .tb-mt-sm-m {
    margin-top: 3rem;
  }
  .tb-mt-m {
    margin-top: 5rem;
  }
  .tb-mt-ml {
    margin-top: 7rem;
  }
  .tb-mt-l {
    margin-top: 8rem;
  }
  .tb-mt-xl {
    margin-top: 10rem;
  }
  .tb-mt-xl2 {
    margin-top: 15rem;
  }
  .tb-mt-xl3 {
    margin-top: 20rem;
  }
  .tb-mt-xl4 {
    margin-top: 25rem;
  }
  .tb-mt-xl5 {
    margin-top: 30rem;
  }
}
.pt-none {
  padding-top: 0rem;
}
.pt-xs {
  padding-top: 0.5rem;
}
.pt-s {
  padding-top: 1rem;
}
.pt-sm {
  padding-top: 2rem;
}
.pt-sm-m {
  padding-top: 3rem;
}
.pt-m {
  padding-top: 5rem;
}
.pt-ml {
  padding-top: 7rem;
}
.pt-l {
  padding-top: 8rem;
}
.pt-xl {
  padding-top: 10rem;
}
.pt-xl2 {
  padding-top: 15rem;
}
.pt-xl3 {
  padding-top: 20rem;
}
.pt-xl4 {
  padding-top: 25rem;
}
.pt-xl5 {
  padding-top: 30rem;
}

@media (max-width: 599px) {
  .sp-pt-none {
    padding-top: 0rem;
  }
  .sp-pt-xs {
    padding-top: 0.5rem;
  }
  .sp-pt-s {
    padding-top: 1rem;
  }
  .sp-pt-sm {
    padding-top: 2rem;
  }
  .sp-pt-sm-m {
    padding-top: 3rem;
  }
  .sp-pt-m {
    padding-top: 5rem;
  }
  .sp-pt-ml {
    padding-top: 7rem;
  }
  .sp-pt-l {
    padding-top: 8rem;
  }
  .sp-pt-xl {
    padding-top: 10rem;
  }
  .sp-pt-xl2 {
    padding-top: 15rem;
  }
  .sp-pt-xl3 {
    padding-top: 20rem;
  }
  .sp-pt-xl4 {
    padding-top: 25rem;
  }
  .sp-pt-xl5 {
    padding-top: 30rem;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-pt-none {
    padding-top: 0rem;
  }
  .tb-pt-xs {
    padding-top: 0.5rem;
  }
  .tb-pt-s {
    padding-top: 1rem;
  }
  .tb-pt-sm {
    padding-top: 2rem;
  }
  .tb-pt-sm-m {
    padding-top: 3rem;
  }
  .tb-pt-m {
    padding-top: 5rem;
  }
  .tb-pt-ml {
    padding-top: 7rem;
  }
  .tb-pt-l {
    padding-top: 8rem;
  }
  .tb-pt-xl {
    padding-top: 10rem;
  }
  .tb-pt-xl2 {
    padding-top: 15rem;
  }
  .tb-pt-xl3 {
    padding-top: 20rem;
  }
  .tb-pt-xl4 {
    padding-top: 25rem;
  }
  .tb-pt-xl5 {
    padding-top: 30rem;
  }
}
.pb-none {
  padding-bottom: 0rem;
}
.pb-xs {
  padding-bottom: 0.5rem;
}
.pb-s {
  padding-bottom: 1rem;
}
.pb-sm {
  padding-bottom: 2rem;
}
.pb-sm-m {
  padding-bottom: 3rem;
}
.pb-m {
  padding-bottom: 5rem;
}
.pb-ml {
  padding-bottom: 7rem;
}
.pb-l {
  padding-bottom: 8rem;
}
.pb-xl {
  padding-bottom: 10rem;
}
.pb-xl2 {
  padding-bottom: 15rem;
}
.pb-xl3 {
  padding-bottom: 20rem;
}
.pb-xl4 {
  padding-bottom: 25rem;
}
.pb-xl5 {
  padding-bottom: 30rem;
}

@media (max-width: 599px) {
  .sp-pb-none {
    padding-bottom: 0rem;
  }
  .sp-pb-xs {
    padding-bottom: 0.5rem;
  }
  .sp-pb-s {
    padding-bottom: 1rem;
  }
  .sp-pb-sm {
    padding-bottom: 2rem;
  }
  .sp-pb-sm-m {
    padding-bottom: 3rem;
  }
  .sp-pb-m {
    padding-bottom: 5rem;
  }
  .sp-pb-ml {
    padding-bottom: 7rem;
  }
  .sp-pb-l {
    padding-bottom: 8rem;
  }
  .sp-pb-xl {
    padding-bottom: 10rem;
  }
  .sp-pb-xl2 {
    padding-bottom: 15rem;
  }
  .sp-pb-xl3 {
    padding-bottom: 20rem;
  }
  .sp-pb-xl4 {
    padding-bottom: 25rem;
  }
  .sp-pb-xl5 {
    padding-bottom: 30rem;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-pb-none {
    padding-bottom: 0rem;
  }
  .tb-pb-xs {
    padding-bottom: 0.5rem;
  }
  .tb-pb-s {
    padding-bottom: 1rem;
  }
  .tb-pb-sm {
    padding-bottom: 2rem;
  }
  .tb-pb-sm-m {
    padding-bottom: 3rem;
  }
  .tb-pb-m {
    padding-bottom: 5rem;
  }
  .tb-pb-ml {
    padding-bottom: 7rem;
  }
  .tb-pb-l {
    padding-bottom: 8rem;
  }
  .tb-pb-xl {
    padding-bottom: 10rem;
  }
  .tb-pb-xl2 {
    padding-bottom: 15rem;
  }
  .tb-pb-xl3 {
    padding-bottom: 20rem;
  }
  .tb-pb-xl4 {
    padding-bottom: 25rem;
  }
  .tb-pb-xl5 {
    padding-bottom: 30rem;
  }
}
/* margin-left margin-right %用汎用class */
.mr-0p {
  margin-right: 0%;
}
.mr-1p {
  margin-right: 1%;
}
.mr-2p {
  margin-right: 2%;
}
.mr-3p {
  margin-right: 3%;
}
.mr-4p {
  margin-right: 4%;
}
.mr-5p {
  margin-right: 5%;
}
.mr-6p {
  margin-right: 6%;
}
.mr-7p {
  margin-right: 7%;
}
.mr-8p {
  margin-right: 8%;
}
.mr-9p {
  margin-right: 9%;
}
.mr-10p {
  margin-right: 10%;
}
.mr-11p {
  margin-right: 11%;
}
.mr-12p {
  margin-right: 12%;
}
.mr-13p {
  margin-right: 13%;
}
.mr-14p {
  margin-right: 14%;
}
.mr-15p {
  margin-right: 15%;
}
.mr-16p {
  margin-right: 16%;
}
.mr-17p {
  margin-right: 17%;
}
.mr-18p {
  margin-right: 18%;
}
.mr-19p {
  margin-right: 19%;
}
.mr-20p {
  margin-right: 20%;
}
.mr-21p {
  margin-right: 21%;
}

@media (max-width: 599px) {
  .sp-mr-0p {
    margin-right: 0%;
  }
  .sp-mr-1p {
    margin-right: 1%;
  }
  .sp-mr-2p {
    margin-right: 2%;
  }
  .sp-mr-3p {
    margin-right: 3%;
  }
  .sp-mr-4p {
    margin-right: 4%;
  }
  .sp-mr-5p {
    margin-right: 5%;
  }
  .sp-mr-6p {
    margin-right: 6%;
  }
  .sp-mr-7p {
    margin-right: 7%;
  }
  .sp-mr-8p {
    margin-right: 8%;
  }
  .sp-mr-9p {
    margin-right: 9%;
  }
  .sp-mr-10p {
    margin-right: 10%;
  }
  .sp-mr-11p {
    margin-right: 11%;
  }
  .sp-mr-12p {
    margin-right: 12%;
  }
  .sp-mr-13p {
    margin-right: 13%;
  }
  .sp-mr-14p {
    margin-right: 14%;
  }
  .sp-mr-15p {
    margin-right: 15%;
  }
  .sp-mr-16p {
    margin-right: 16%;
  }
  .sp-mr-17p {
    margin-right: 17%;
  }
  .sp-mr-18p {
    margin-right: 18%;
  }
  .sp-mr-19p {
    margin-right: 19%;
  }
  .sp-mr-20p {
    margin-right: 20%;
  }
  .sp-mr-21p {
    margin-right: 21%;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-mr-0p {
    margin-right: 0%;
  }
  .tb-mr-1p {
    margin-right: 1%;
  }
  .tb-mr-2p {
    margin-right: 2%;
  }
  .tb-mr-3p {
    margin-right: 3%;
  }
  .tb-mr-4p {
    margin-right: 4%;
  }
  .tb-mr-5p {
    margin-right: 5%;
  }
  .tb-mr-6p {
    margin-right: 6%;
  }
  .tb-mr-7p {
    margin-right: 7%;
  }
  .tb-mr-8p {
    margin-right: 8%;
  }
  .tb-mr-9p {
    margin-right: 9%;
  }
  .tb-mr-10p {
    margin-right: 10%;
  }
  .tb-mr-11p {
    margin-right: 11%;
  }
  .tb-mr-12p {
    margin-right: 12%;
  }
  .tb-mr-13p {
    margin-right: 13%;
  }
  .tb-mr-14p {
    margin-right: 14%;
  }
  .tb-mr-15p {
    margin-right: 15%;
  }
  .tb-mr-16p {
    margin-right: 16%;
  }
  .tb-mr-17p {
    margin-right: 17%;
  }
  .tb-mr-18p {
    margin-right: 18%;
  }
  .tb-mr-19p {
    margin-right: 19%;
  }
  .tb-mr-20p {
    margin-right: 20%;
  }
  .tb-mr-21p {
    margin-right: 21%;
  }
}
.ml-0p {
  margin-left: 0%;
}
.ml-1p {
  margin-left: 1%;
}
.ml-2p {
  margin-left: 2%;
}
.ml-3p {
  margin-left: 3%;
}
.ml-4p {
  margin-left: 4%;
}
.ml-5p {
  margin-left: 5%;
}
.ml-6p {
  margin-left: 6%;
}
.ml-7p {
  margin-left: 7%;
}
.ml-8p {
  margin-left: 8%;
}
.ml-9p {
  margin-left: 9%;
}
.ml-10p {
  margin-left: 10%;
}
.ml-11p {
  margin-left: 11%;
}
.ml-12p {
  margin-left: 12%;
}
.ml-13p {
  margin-left: 13%;
}
.ml-14p {
  margin-left: 14%;
}
.ml-15p {
  margin-left: 15%;
}
.ml-16p {
  margin-left: 16%;
}
.ml-17p {
  margin-left: 17%;
}
.ml-18p {
  margin-left: 18%;
}
.ml-19p {
  margin-left: 19%;
}
.ml-20p {
  margin-left: 20%;
}

@media (max-width: 599px) {
  .sp-ml-0p {
    margin-left: 0%;
  }
  .sp-ml-1p {
    margin-left: 1%;
  }
  .sp-ml-2p {
    margin-left: 2%;
  }
  .sp-ml-3p {
    margin-left: 3%;
  }
  .sp-ml-4p {
    margin-left: 4%;
  }
  .sp-ml-5p {
    margin-left: 5%;
  }
  .sp-ml-6p {
    margin-left: 6%;
  }
  .sp-ml-7p {
    margin-left: 7%;
  }
  .sp-ml-8p {
    margin-left: 8%;
  }
  .sp-ml-9p {
    margin-left: 9%;
  }
  .sp-ml-10p {
    margin-left: 10%;
  }
  .sp-ml-11p {
    margin-left: 11%;
  }
  .sp-ml-12p {
    margin-left: 12%;
  }
  .sp-ml-13p {
    margin-left: 13%;
  }
  .sp-ml-14p {
    margin-left: 14%;
  }
  .sp-ml-15p {
    margin-left: 15%;
  }
  .sp-ml-16p {
    margin-left: 16%;
  }
  .sp-ml-17p {
    margin-left: 17%;
  }
  .sp-ml-18p {
    margin-left: 18%;
  }
  .sp-ml-19p {
    margin-left: 19%;
  }
  .sp-ml-20p {
    margin-left: 20%;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-ml-0p {
    margin-left: 0%;
  }
  .tb-ml-1p {
    margin-left: 1%;
  }
  .tb-ml-2p {
    margin-left: 2%;
  }
  .tb-ml-3p {
    margin-left: 3%;
  }
  .tb-ml-4p {
    margin-left: 4%;
  }
  .tb-ml-5p {
    margin-left: 5%;
  }
  .tb-ml-6p {
    margin-left: 6%;
  }
  .tb-ml-7p {
    margin-left: 7%;
  }
  .tb-ml-8p {
    margin-left: 8%;
  }
  .tb-ml-9p {
    margin-left: 9%;
  }
  .tb-ml-10p {
    margin-left: 10%;
  }
  .tb-ml-11p {
    margin-left: 11%;
  }
  .tb-ml-12p {
    margin-left: 12%;
  }
  .tb-ml-13p {
    margin-left: 13%;
  }
  .tb-ml-14p {
    margin-left: 14%;
  }
  .tb-ml-15p {
    margin-left: 15%;
  }
  .tb-ml-16p {
    margin-left: 16%;
  }
  .tb-ml-17p {
    margin-left: 17%;
  }
  .tb-ml-18p {
    margin-left: 18%;
  }
  .tb-ml-19p {
    margin-left: 19%;
  }
  .tb-ml-20p {
    margin-left: 20%;
  }
}
/* margin-left margin-right vw用汎用class */
.mr-0vw {
  margin-right: 0vw;
}
.mr-1vw {
  margin-right: 1vw;
}
.mr-2vw {
  margin-right: 2vw;
}
.mr-3vw {
  margin-right: 3vw;
}
.mr-4vw {
  margin-right: 4vw;
}
.mr-5vw {
  margin-right: 5vw;
}
.mr-6vw {
  margin-right: 6vw;
}
.mr-7vw {
  margin-right: 7vw;
}
.mr-8vw {
  margin-right: 8vw;
}
.mr-9vw {
  margin-right: 9vw;
}
.mr-10vw {
  margin-right: 10vw;
}
.mr-11vw {
  margin-right: 11vw;
}
.mr-12vw {
  margin-right: 12vw;
}
.mr-13vw {
  margin-right: 13vw;
}
.mr-14vw {
  margin-right: 14vw;
}
.mr-15vw {
  margin-right: 15vw;
}
.mr-16vw {
  margin-right: 16vw;
}
.mr-17vw {
  margin-right: 17vw;
}
.mr-18vw {
  margin-right: 18vw;
}
.mr-19vw {
  margin-right: 19vw;
}
.mr-20vw {
  margin-right: 20vw;
}

@media (max-width: 599px) {
  .sp-mr-0vw {
    margin-right: 0vw;
  }
  .sp-mr-1vw {
    margin-right: 1vw;
  }
  .sp-mr-2vw {
    margin-right: 2vw;
  }
  .sp-mr-3vw {
    margin-right: 3vw;
  }
  .sp-mr-4vw {
    margin-right: 4vw;
  }
  .sp-mr-5vw {
    margin-right: 5vw;
  }
  .sp-mr-6vw {
    margin-right: 6vw;
  }
  .sp-mr-7vw {
    margin-right: 7vw;
  }
  .sp-mr-8vw {
    margin-right: 8vw;
  }
  .sp-mr-9vw {
    margin-right: 9vw;
  }
  .sp-mr-10vw {
    margin-right: 10vw;
  }
  .sp-mr-11vw {
    margin-right: 11vw;
  }
  .sp-mr-12vw {
    margin-right: 12vw;
  }
  .sp-mr-13vw {
    margin-right: 13vw;
  }
  .sp-mr-14vw {
    margin-right: 14vw;
  }
  .sp-mr-15vw {
    margin-right: 15vw;
  }
  .sp-mr-16vw {
    margin-right: 16vw;
  }
  .sp-mr-17vw {
    margin-right: 17vw;
  }
  .sp-mr-18vw {
    margin-right: 18vw;
  }
  .sp-mr-19vw {
    margin-right: 19vw;
  }
  .sp-mr-20vw {
    margin-right: 20vw;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-mr-0vw {
    margin-right: 0vw;
  }
  .tb-mr-1vw {
    margin-right: 1vw;
  }
  .tb-mr-2vw {
    margin-right: 2vw;
  }
  .tb-mr-3vw {
    margin-right: 3vw;
  }
  .tb-mr-4vw {
    margin-right: 4vw;
  }
  .tb-mr-5vw {
    margin-right: 5vw;
  }
  .tb-mr-6vw {
    margin-right: 6vw;
  }
  .tb-mr-7vw {
    margin-right: 7vw;
  }
  .tb-mr-8vw {
    margin-right: 8vw;
  }
  .tb-mr-9vw {
    margin-right: 9vw;
  }
  .tb-mr-10vw {
    margin-right: 10vw;
  }
  .tb-mr-11vw {
    margin-right: 11vw;
  }
  .tb-mr-12vw {
    margin-right: 12vw;
  }
  .tb-mr-13vw {
    margin-right: 13vw;
  }
  .tb-mr-14vw {
    margin-right: 14vw;
  }
  .tb-mr-15vw {
    margin-right: 15vw;
  }
  .tb-mr-16vw {
    margin-right: 16vw;
  }
  .tb-mr-17vw {
    margin-right: 17vw;
  }
  .tb-mr-18vw {
    margin-right: 18vw;
  }
  .tb-mr-19vw {
    margin-right: 19vw;
  }
  .tb-mr-20vw {
    margin-right: 20vw;
  }
}
.ml-0vw {
  margin-left: 0vw;
}
.ml-1vw {
  margin-left: 1vw;
}
.ml-2vw {
  margin-left: 2vw;
}
.ml-3vw {
  margin-left: 3vw;
}
.ml-4vw {
  margin-left: 4vw;
}
.ml-5vw {
  margin-left: 5vw;
}
.ml-6vw {
  margin-left: 6vw;
}
.ml-7vw {
  margin-left: 7vw;
}
.ml-8vw {
  margin-left: 8vw;
}
.ml-9vw {
  margin-left: 9vw;
}
.ml-10vw {
  margin-left: 10vw;
}
.ml-11vw {
  margin-left: 11vw;
}
.ml-12vw {
  margin-left: 12vw;
}
.ml-13vw {
  margin-left: 13vw;
}
.ml-14vw {
  margin-left: 14vw;
}
.ml-15vw {
  margin-left: 15vw;
}
.ml-16vw {
  margin-left: 16vw;
}
.ml-17vw {
  margin-left: 17vw;
}
.ml-18vw {
  margin-left: 18vw;
}
.ml-19vw {
  margin-left: 19vw;
}
.ml-20vw {
  margin-left: 20vw;
}

@media (max-width: 599px) {
  .sp-ml-0vw {
    margin-left: 0vw;
  }
  .sp-ml-1vw {
    margin-left: 1vw;
  }
  .sp-ml-2vw {
    margin-left: 2vw;
  }
  .sp-ml-3vw {
    margin-left: 3vw;
  }
  .sp-ml-4vw {
    margin-left: 4vw;
  }
  .sp-ml-5vw {
    margin-left: 5vw;
  }
  .sp-ml-6vw {
    margin-left: 6vw;
  }
  .sp-ml-7vw {
    margin-left: 7vw;
  }
  .sp-ml-8vw {
    margin-left: 8vw;
  }
  .sp-ml-9vw {
    margin-left: 9vw;
  }
  .sp-ml-10vw {
    margin-left: 10vw;
  }
  .sp-ml-11vw {
    margin-left: 11vw;
  }
  .sp-ml-12vw {
    margin-left: 12vw;
  }
  .sp-ml-13vw {
    margin-left: 13vw;
  }
  .sp-ml-14vw {
    margin-left: 14vw;
  }
  .sp-ml-15vw {
    margin-left: 15vw;
  }
  .sp-ml-16vw {
    margin-left: 16vw;
  }
  .sp-ml-17vw {
    margin-left: 17vw;
  }
  .sp-ml-18vw {
    margin-left: 18vw;
  }
  .sp-ml-19vw {
    margin-left: 19vw;
  }
  .sp-ml-20vw {
    margin-left: 20vw;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-ml-0vw {
    margin-left: 0vw;
  }
  .tb-ml-1vw {
    margin-left: 1vw;
  }
  .tb-ml-2vw {
    margin-left: 2vw;
  }
  .tb-ml-3vw {
    margin-left: 3vw;
  }
  .tb-ml-4vw {
    margin-left: 4vw;
  }
  .tb-ml-5vw {
    margin-left: 5vw;
  }
  .tb-ml-6vw {
    margin-left: 6vw;
  }
  .tb-ml-7vw {
    margin-left: 7vw;
  }
  .tb-ml-8vw {
    margin-left: 8vw;
  }
  .tb-ml-9vw {
    margin-left: 9vw;
  }
  .tb-ml-10vw {
    margin-left: 10vw;
  }
  .tb-ml-11vw {
    margin-left: 11vw;
  }
  .tb-ml-12vw {
    margin-left: 12vw;
  }
  .tb-ml-13vw {
    margin-left: 13vw;
  }
  .tb-ml-14vw {
    margin-left: 14vw;
  }
  .tb-ml-15vw {
    margin-left: 15vw;
  }
  .tb-ml-16vw {
    margin-left: 16vw;
  }
  .tb-ml-17vw {
    margin-left: 17vw;
  }
  .tb-ml-18vw {
    margin-left: 18vw;
  }
  .tb-ml-19vw {
    margin-left: 19vw;
  }
  .tb-ml-20vw {
    margin-left: 20vw;
  }
}
/* margin-left margin-right px用汎用class */
.mr-none {
  margin-right: 0rem;
}
.mr-xs {
  margin-right: 0.5rem;
}
.mr-s {
  margin-right: 1rem;
}
.mr-sm {
  margin-right: 2rem;
}
.mr-sm-m {
  margin-right: 3rem;
}
.mr-m {
  margin-right: 5rem;
}
.mr-ml {
  margin-right: 7rem;
}
.mr-l {
  margin-right: 8rem;
}
.mr-xl {
  margin-right: 10rem;
}
.mr-xl2 {
  margin-right: 15rem;
}
.mr-xl3 {
  margin-right: 20rem;
}
.mr-xl4 {
  margin-right: 25rem;
}
.mr-xl5 {
  margin-right: 30rem;
}

@media (max-width: 599px) {
  .sp-mr-none {
    margin-right: 0rem;
  }
  .sp-mr-xs {
    margin-right: 0.5rem;
  }
  .sp-mr-s {
    margin-right: 1rem;
  }
  .sp-mr-sm {
    margin-right: 2rem;
  }
  .sp-mr-sm-m {
    margin-right: 3rem;
  }
  .sp-mr-m {
    margin-right: 5rem;
  }
  .sp-mr-ml {
    margin-right: 7rem;
  }
  .sp-mr-l {
    margin-right: 8rem;
  }
  .sp-mr-xl {
    margin-right: 10rem;
  }
  .sp-mr-xl2 {
    margin-right: 15rem;
  }
  .sp-mr-xl3 {
    margin-right: 20rem;
  }
  .sp-mr-xl4 {
    margin-right: 25rem;
  }
  .sp-mr-xl5 {
    margin-right: 30rem;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-mr-none {
    margin-right: 0rem;
  }
  .tb-mr-xs {
    margin-right: 0.5rem;
  }
  .tb-mr-s {
    margin-right: 1rem;
  }
  .tb-mr-sm {
    margin-right: 2rem;
  }
  .tb-mr-sm-m {
    margin-right: 3rem;
  }
  .tb-mr-m {
    margin-right: 5rem;
  }
  .tb-mr-ml {
    margin-right: 7rem;
  }
  .tb-mr-l {
    margin-right: 8rem;
  }
  .tb-mr-xl {
    margin-right: 10rem;
  }
  .tb-mr-xl2 {
    margin-right: 15rem;
  }
  .tb-mr-xl3 {
    margin-right: 20rem;
  }
  .tb-mr-xl4 {
    margin-right: 25rem;
  }
  .tb-mr-xl5 {
    margin-right: 30rem;
  }
}
.ml-none {
  margin-left: 0rem;
}
.ml-xs {
  margin-left: 0.5rem;
}
.ml-s {
  margin-left: 1rem;
}
.ml-sm {
  margin-left: 2rem;
}
.ml-sm-m {
  margin-left: 3rem;
}
.ml-m {
  margin-left: 5rem;
}
.ml-ml {
  margin-left: 7rem;
}
.ml-l {
  margin-left: 8rem;
}
.ml-xl {
  margin-left: 10rem;
}
.ml-xl2 {
  margin-left: 15rem;
}
.ml-xl3 {
  margin-left: 20rem;
}
.ml-xl4 {
  margin-left: 25rem;
}
.ml-xl5 {
  margin-left: 30rem;
}

@media (max-width: 599px) {
  .sp-ml-none {
    margin-left: 0rem;
  }
  .sp-ml-xs {
    margin-left: 0.5rem;
  }
  .sp-ml-s {
    margin-left: 1rem;
  }
  .sp-ml-sm {
    margin-left: 2rem;
  }
  .sp-ml-sm-m {
    margin-left: 3rem;
  }
  .sp-ml-m {
    margin-left: 5rem;
  }
  .sp-ml-ml {
    margin-left: 7rem;
  }
  .sp-ml-l {
    margin-left: 8rem;
  }
  .sp-ml-xl {
    margin-left: 10rem;
  }
  .sp-ml-xl2 {
    margin-left: 15rem;
  }
  .sp-ml-xl3 {
    margin-left: 20rem;
  }
  .sp-ml-xl4 {
    margin-left: 25rem;
  }
  .sp-ml-xl5 {
    margin-left: 30rem;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-ml-none {
    margin-left: 0rem;
  }
  .tb-ml-xs {
    margin-left: 0.5rem;
  }
  .tb-ml-s {
    margin-left: 1rem;
  }
  .tb-ml-sm {
    margin-left: 2rem;
  }
  .tb-ml-sm-m {
    margin-left: 3rem;
  }
  .tb-ml-m {
    margin-left: 5rem;
  }
  .tb-ml-ml {
    margin-left: 7rem;
  }
  .tb-ml-l {
    margin-left: 8rem;
  }
  .tb-ml-xl {
    margin-left: 10rem;
  }
  .tb-ml-xl2 {
    margin-left: 15rem;
  }
  .tb-ml-xl3 {
    margin-left: 20rem;
  }
  .tb-ml-xl4 {
    margin-left: 25rem;
  }
  .tb-ml-xl5 {
    margin-left: 30rem;
  }
}
/* padding-left padding-right %汎用class */
.pr-0p {
  padding-right: 0%;
}
.pr-1p {
  padding-right: 1%;
}
.pr-2p {
  padding-right: 2%;
}
.pr-3p {
  padding-right: 3%;
}
.pr-4p {
  padding-right: 4%;
}
.pr-5p {
  padding-right: 5%;
}
.pr-6p {
  padding-right: 6%;
}
.pr-7p {
  padding-right: 7%;
}
.pr-8p {
  padding-right: 8%;
}
.pr-9p {
  padding-right: 9%;
}
.pr-10p {
  padding-right: 10%;
}
.pr-11p {
  padding-right: 11%;
}
.pr-12p {
  padding-right: 12%;
}
.pr-13p {
  padding-right: 13%;
}
.pr-14p {
  padding-right: 14%;
}
.pr-15p {
  padding-right: 15%;
}
.pr-16p {
  padding-right: 16%;
}
.pr-17p {
  padding-right: 17%;
}
.pr-18p {
  padding-right: 18%;
}
.pr-19p {
  padding-right: 19%;
}
.pr-20p {
  padding-right: 20%;
}

@media (max-width: 599px) {
  .sp-pr-0p {
    padding-right: 0%;
  }
  .sp-pr-1p {
    padding-right: 1%;
  }
  .sp-pr-2p {
    padding-right: 2%;
  }
  .sp-pr-3p {
    padding-right: 3%;
  }
  .sp-pr-4p {
    padding-right: 4%;
  }
  .sp-pr-5p {
    padding-right: 5%;
  }
  .sp-pr-6p {
    padding-right: 6%;
  }
  .sp-pr-7p {
    padding-right: 7%;
  }
  .sp-pr-8p {
    padding-right: 8%;
  }
  .sp-pr-9p {
    padding-right: 9%;
  }
  .sp-pr-10p {
    padding-right: 10%;
  }
  .sp-pr-11p {
    padding-right: 11%;
  }
  .sp-pr-12p {
    padding-right: 12%;
  }
  .sp-pr-13p {
    padding-right: 13%;
  }
  .sp-pr-14p {
    padding-right: 14%;
  }
  .sp-pr-15p {
    padding-right: 15%;
  }
  .sp-pr-16p {
    padding-right: 16%;
  }
  .sp-pr-17p {
    padding-right: 17%;
  }
  .sp-pr-18p {
    padding-right: 18%;
  }
  .sp-pr-19p {
    padding-right: 19%;
  }
  .sp-pr-20p {
    padding-right: 20%;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-pr-0p {
    padding-right: 0%;
  }
  .tb-pr-1p {
    padding-right: 1%;
  }
  .tb-pr-2p {
    padding-right: 2%;
  }
  .tb-pr-3p {
    padding-right: 3%;
  }
  .tb-pr-4p {
    padding-right: 4%;
  }
  .tb-pr-5p {
    padding-right: 5%;
  }
  .tb-pr-6p {
    padding-right: 6%;
  }
  .tb-pr-7p {
    padding-right: 7%;
  }
  .tb-pr-8p {
    padding-right: 8%;
  }
  .tb-pr-9p {
    padding-right: 9%;
  }
  .tb-pr-10p {
    padding-right: 10%;
  }
  .tb-pr-11p {
    padding-right: 11%;
  }
  .tb-pr-12p {
    padding-right: 12%;
  }
  .tb-pr-13p {
    padding-right: 13%;
  }
  .tb-pr-14p {
    padding-right: 14%;
  }
  .tb-pr-15p {
    padding-right: 15%;
  }
  .tb-pr-16p {
    padding-right: 16%;
  }
  .tb-pr-17p {
    padding-right: 17%;
  }
  .tb-pr-18p {
    padding-right: 18%;
  }
  .tb-pr-19p {
    padding-right: 19%;
  }
  .tb-pr-20p {
    padding-right: 20%;
  }
}
.pl-0p {
  padding-left: 0%;
}
.pl-1p {
  padding-left: 1%;
}
.pl-2p {
  padding-left: 2%;
}
.pl-3p {
  padding-left: 3%;
}
.pl-4p {
  padding-left: 4%;
}
.pl-5p {
  padding-left: 5%;
}
.pl-6p {
  padding-left: 6%;
}
.pl-7p {
  padding-left: 7%;
}
.pl-8p {
  padding-left: 8%;
}
.pl-9p {
  padding-left: 9%;
}
.pl-10p {
  padding-left: 10%;
}
.pl-11p {
  padding-left: 11%;
}
.pl-12p {
  padding-left: 12%;
}
.pl-13p {
  padding-left: 13%;
}
.pl-14p {
  padding-left: 14%;
}
.pl-15p {
  padding-left: 15%;
}
.pl-16p {
  padding-left: 16%;
}
.pl-17p {
  padding-left: 17%;
}
.pl-18p {
  padding-left: 18%;
}
.pl-19p {
  padding-left: 19%;
}
.pl-20p {
  padding-left: 20%;
}

@media (max-width: 599px) {
  .sp-pl-0p {
    padding-left: 0%;
  }
  .sp-pl-1p {
    padding-left: 1%;
  }
  .sp-pl-2p {
    padding-left: 2%;
  }
  .sp-pl-3p {
    padding-left: 3%;
  }
  .sp-pl-4p {
    padding-left: 4%;
  }
  .sp-pl-5p {
    padding-left: 5%;
  }
  .sp-pl-6p {
    padding-left: 6%;
  }
  .sp-pl-7p {
    padding-left: 7%;
  }
  .sp-pl-8p {
    padding-left: 8%;
  }
  .sp-pl-9p {
    padding-left: 9%;
  }
  .sp-pl-10p {
    padding-left: 10%;
  }
  .sp-pl-11p {
    padding-left: 11%;
  }
  .sp-pl-12p {
    padding-left: 12%;
  }
  .sp-pl-13p {
    padding-left: 13%;
  }
  .sp-pl-14p {
    padding-left: 14%;
  }
  .sp-pl-15p {
    padding-left: 15%;
  }
  .sp-pl-16p {
    padding-left: 16%;
  }
  .sp-pl-17p {
    padding-left: 17%;
  }
  .sp-pl-18p {
    padding-left: 18%;
  }
  .sp-pl-19p {
    padding-left: 19%;
  }
  .sp-pl-20p {
    padding-left: 20%;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-pl-0p {
    padding-left: 0%;
  }
  .tb-pl-1p {
    padding-left: 1%;
  }
  .tb-pl-2p {
    padding-left: 2%;
  }
  .tb-pl-3p {
    padding-left: 3%;
  }
  .tb-pl-4p {
    padding-left: 4%;
  }
  .tb-pl-5p {
    padding-left: 5%;
  }
  .tb-pl-6p {
    padding-left: 6%;
  }
  .tb-pl-7p {
    padding-left: 7%;
  }
  .tb-pl-8p {
    padding-left: 8%;
  }
  .tb-pl-9p {
    padding-left: 9%;
  }
  .tb-pl-10p {
    padding-left: 10%;
  }
  .tb-pl-11p {
    padding-left: 11%;
  }
  .tb-pl-12p {
    padding-left: 12%;
  }
  .tb-pl-13p {
    padding-left: 13%;
  }
  .tb-pl-14p {
    padding-left: 14%;
  }
  .tb-pl-15p {
    padding-left: 15%;
  }
  .tb-pl-16p {
    padding-left: 16%;
  }
  .tb-pl-17p {
    padding-left: 17%;
  }
  .tb-pl-18p {
    padding-left: 18%;
  }
  .tb-pl-19p {
    padding-left: 19%;
  }
  .tb-pl-20p {
    padding-left: 20%;
  }
}
/* padding-left padding-right vw汎用class */
.pr-0vw {
  padding-right: 0vw;
}
.pr-1vw {
  padding-right: 1vw;
}
.pr-2vw {
  padding-right: 2vw;
}
.pr-3vw {
  padding-right: 3vw;
}
.pr-4vw {
  padding-right: 4vw;
}
.pr-5vw {
  padding-right: 5vw;
}
.pr-6vw {
  padding-right: 6vw;
}
.pr-7vw {
  padding-right: 7vw;
}
.pr-8vw {
  padding-right: 8vw;
}
.pr-9vw {
  padding-right: 9vw;
}
.pr-10vw {
  padding-right: 10vw;
}
.pr-11vw {
  padding-right: 11vw;
}
.pr-12vw {
  padding-right: 12vw;
}
.pr-13vw {
  padding-right: 13vw;
}
.pr-14vw {
  padding-right: 14vw;
}
.pr-15vw {
  padding-right: 15vw;
}
.pr-16vw {
  padding-right: 16vw;
}
.pr-17vw {
  padding-right: 17vw;
}
.pr-18vw {
  padding-right: 18vw;
}
.pr-19vw {
  padding-right: 19vw;
}
.pr-20vw {
  padding-right: 20vw;
}

@media (max-width: 599px) {
  .sp-pr-0vw {
    padding-right: 0vw;
  }
  .sp-pr-1vw {
    padding-right: 1vw;
  }
  .sp-pr-2vw {
    padding-right: 2vw;
  }
  .sp-pr-3vw {
    padding-right: 3vw;
  }
  .sp-pr-4vw {
    padding-right: 4vw;
  }
  .sp-pr-5vw {
    padding-right: 5vw;
  }
  .sp-pr-6vw {
    padding-right: 6vw;
  }
  .sp-pr-7vw {
    padding-right: 7vw;
  }
  .sp-pr-8vw {
    padding-right: 8vw;
  }
  .sp-pr-9vw {
    padding-right: 9vw;
  }
  .sp-pr-10vw {
    padding-right: 10vw;
  }
  .sp-pr-11vw {
    padding-right: 11vw;
  }
  .sp-pr-12vw {
    padding-right: 12vw;
  }
  .sp-pr-13vw {
    padding-right: 13vw;
  }
  .sp-pr-14vw {
    padding-right: 14vw;
  }
  .sp-pr-15vw {
    padding-right: 15vw;
  }
  .sp-pr-16vw {
    padding-right: 16vw;
  }
  .sp-pr-17vw {
    padding-right: 17vw;
  }
  .sp-pr-18vw {
    padding-right: 18vw;
  }
  .sp-pr-19vw {
    padding-right: 19vw;
  }
  .sp-pr-20vw {
    padding-right: 20vw;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-pr-0vw {
    padding-right: 0vw;
  }
  .tb-pr-1vw {
    padding-right: 1vw;
  }
  .tb-pr-2vw {
    padding-right: 2vw;
  }
  .tb-pr-3vw {
    padding-right: 3vw;
  }
  .tb-pr-4vw {
    padding-right: 4vw;
  }
  .tb-pr-5vw {
    padding-right: 5vw;
  }
  .tb-pr-6vw {
    padding-right: 6vw;
  }
  .tb-pr-7vw {
    padding-right: 7vw;
  }
  .tb-pr-8vw {
    padding-right: 8vw;
  }
  .tb-pr-9vw {
    padding-right: 9vw;
  }
  .tb-pr-10vw {
    padding-right: 10vw;
  }
  .tb-pr-11vw {
    padding-right: 11vw;
  }
  .tb-pr-12vw {
    padding-right: 12vw;
  }
  .tb-pr-13vw {
    padding-right: 13vw;
  }
  .tb-pr-14vw {
    padding-right: 14vw;
  }
  .tb-pr-15vw {
    padding-right: 15vw;
  }
  .tb-pr-16vw {
    padding-right: 16vw;
  }
  .tb-pr-17vw {
    padding-right: 17vw;
  }
  .tb-pr-18vw {
    padding-right: 18vw;
  }
  .tb-pr-19vw {
    padding-right: 19vw;
  }
  .tb-pr-20vw {
    padding-right: 20vw;
  }
}
.pl-0vw {
  padding-left: 0vw;
}
.pl-1vw {
  padding-left: 1vw;
}
.pl-2vw {
  padding-left: 2vw;
}
.pl-3vw {
  padding-left: 3vw;
}
.pl-4vw {
  padding-left: 4vw;
}
.pl-5vw {
  padding-left: 5vw;
}
.pl-6vw {
  padding-left: 6vw;
}
.pl-7vw {
  padding-left: 7vw;
}
.pl-8vw {
  padding-left: 8vw;
}
.pl-9vw {
  padding-left: 9vw;
}
.pl-10vw {
  padding-left: 10vw;
}
.pl-11vw {
  padding-left: 11vw;
}
.pl-12vw {
  padding-left: 12vw;
}
.pl-13vw {
  padding-left: 13vw;
}
.pl-14vw {
  padding-left: 14vw;
}
.pl-15vw {
  padding-left: 15vw;
}
.pl-16vw {
  padding-left: 16vw;
}
.pl-17vw {
  padding-left: 17vw;
}
.pl-18vw {
  padding-left: 18vw;
}
.pl-19vw {
  padding-left: 19vw;
}
.pl-20vw {
  padding-left: 20vw;
}

@media (max-width: 599px) {
  .sp-pl-0vw {
    padding-left: 0vw;
  }
  .sp-pl-1vw {
    padding-left: 1vw;
  }
  .sp-pl-2vw {
    padding-left: 2vw;
  }
  .sp-pl-3vw {
    padding-left: 3vw;
  }
  .sp-pl-4vw {
    padding-left: 4vw;
  }
  .sp-pl-5vw {
    padding-left: 5vw;
  }
  .sp-pl-6vw {
    padding-left: 6vw;
  }
  .sp-pl-7vw {
    padding-left: 7vw;
  }
  .sp-pl-8vw {
    padding-left: 8vw;
  }
  .sp-pl-9vw {
    padding-left: 9vw;
  }
  .sp-pl-10vw {
    padding-left: 10vw;
  }
  .sp-pl-11vw {
    padding-left: 11vw;
  }
  .sp-pl-12vw {
    padding-left: 12vw;
  }
  .sp-pl-13vw {
    padding-left: 13vw;
  }
  .sp-pl-14vw {
    padding-left: 14vw;
  }
  .sp-pl-15vw {
    padding-left: 15vw;
  }
  .sp-pl-16vw {
    padding-left: 16vw;
  }
  .sp-pl-17vw {
    padding-left: 17vw;
  }
  .sp-pl-18vw {
    padding-left: 18vw;
  }
  .sp-pl-19vw {
    padding-left: 19vw;
  }
  .sp-pl-20vw {
    padding-left: 20vw;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-pl-0vw {
    padding-left: 0vw;
  }
  .tb-pl-1vw {
    padding-left: 1vw;
  }
  .tb-pl-2vw {
    padding-left: 2vw;
  }
  .tb-pl-3vw {
    padding-left: 3vw;
  }
  .tb-pl-4vw {
    padding-left: 4vw;
  }
  .tb-pl-5vw {
    padding-left: 5vw;
  }
  .tb-pl-6vw {
    padding-left: 6vw;
  }
  .tb-pl-7vw {
    padding-left: 7vw;
  }
  .tb-pl-8vw {
    padding-left: 8vw;
  }
  .tb-pl-9vw {
    padding-left: 9vw;
  }
  .tb-pl-10vw {
    padding-left: 10vw;
  }
  .tb-pl-11vw {
    padding-left: 11vw;
  }
  .tb-pl-12vw {
    padding-left: 12vw;
  }
  .tb-pl-13vw {
    padding-left: 13vw;
  }
  .tb-pl-14vw {
    padding-left: 14vw;
  }
  .tb-pl-15vw {
    padding-left: 15vw;
  }
  .tb-pl-16vw {
    padding-left: 16vw;
  }
  .tb-pl-17vw {
    padding-left: 17vw;
  }
  .tb-pl-18vw {
    padding-left: 18vw;
  }
  .tb-pl-19vw {
    padding-left: 19vw;
  }
  .tb-pl-20vw {
    padding-left: 20vw;
  }
}
/* padding-left padding-right px用汎用class */
.pr-none {
  padding-right: 0rem;
}
.pr-xs {
  padding-right: 0.5rem;
}
.pr-s {
  padding-right: 1rem;
}
.pr-sm {
  padding-right: 2rem;
}
.pr-sm-m {
  padding-right: 3rem;
}
.pr-m {
  padding-right: 5rem;
}
.pr-ml {
  padding-right: 7rem;
}
.pr-l {
  padding-right: 8rem;
}
.pr-xl {
  padding-right: 10rem;
}
.pr-xl2 {
  padding-right: 15rem;
}
.pr-xl3 {
  padding-right: 20rem;
}
.pr-xl4 {
  padding-right: 25rem;
}
.pr-xl5 {
  padding-right: 30rem;
}

@media (max-width: 599px) {
  .sp-pr-none {
    padding-right: 0rem;
  }
  .sp-pr-xs {
    padding-right: 0.5rem;
  }
  .sp-pr-s {
    padding-right: 1rem;
  }
  .sp-pr-sm {
    padding-right: 2rem;
  }
  .sp-pr-sm-m {
    padding-right: 3rem;
  }
  .sp-pr-m {
    padding-right: 5rem;
  }
  .sp-pr-ml {
    padding-right: 7rem;
  }
  .sp-pr-l {
    padding-right: 8rem;
  }
  .sp-pr-xl {
    padding-right: 10rem;
  }
  .sp-pr-xl2 {
    padding-right: 15rem;
  }
  .sp-pr-xl3 {
    padding-right: 20rem;
  }
  .sp-pr-xl4 {
    padding-right: 25rem;
  }
  .sp-pr-xl5 {
    padding-right: 30rem;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-pr-none {
    padding-right: 0rem;
  }
  .tb-pr-xs {
    padding-right: 0.5rem;
  }
  .tb-pr-s {
    padding-right: 1rem;
  }
  .tb-pr-sm {
    padding-right: 2rem;
  }
  .tb-pr-sm-m {
    padding-right: 3rem;
  }
  .tb-pr-m {
    padding-right: 5rem;
  }
  .tb-pr-ml {
    padding-right: 7rem;
  }
  .tb-pr-l {
    padding-right: 8rem;
  }
  .tb-pr-xl {
    padding-right: 10rem;
  }
  .tb-pr-xl2 {
    padding-right: 15rem;
  }
  .tb-pr-xl3 {
    padding-right: 20rem;
  }
  .tb-pr-xl4 {
    padding-right: 25rem;
  }
  .tb-pr-xl5 {
    padding-right: 30rem;
  }
}
.pl-none {
  padding-left: 0rem;
}
.pl-xs {
  padding-left: 0.5rem;
}
.pl-s {
  padding-left: 1rem;
}
.pl-sm {
  padding-left: 2rem;
}
.pl-sm-m {
  padding-left: 3rem;
}
.pl-m {
  padding-left: 5rem;
}
.pl-ml {
  padding-left: 7rem;
}
.pl-l {
  padding-left: 8rem;
}
.pl-xl {
  padding-left: 10rem;
}
.pl-xl2 {
  padding-left: 15rem;
}
.pl-xl3 {
  padding-left: 20rem;
}
.pl-xl4 {
  padding-left: 25rem;
}
.pl-xl5 {
  padding-left: 30rem;
}

@media (max-width: 599px) {
  .sp-pl-none {
    padding-left: 0rem;
  }
  .sp-pl-xs {
    padding-left: 0.5rem;
  }
  .sp-pl-s {
    padding-left: 1rem;
  }
  .sp-pl-sm {
    padding-left: 2rem;
  }
  .sp-pl-sm-m {
    padding-left: 3rem;
  }
  .sp-pl-m {
    padding-left: 5rem;
  }
  .sp-pl-ml {
    padding-left: 7rem;
  }
  .sp-pl-l {
    padding-left: 8rem;
  }
  .sp-pl-xl {
    padding-left: 10rem;
  }
  .sp-pl-xl2 {
    padding-left: 15rem;
  }
  .sp-pl-xl3 {
    padding-left: 20rem;
  }
  .sp-pl-xl4 {
    padding-left: 25rem;
  }
  .sp-pl-xl5 {
    padding-left: 30rem;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-pl-none {
    padding-left: 0rem;
  }
  .tb-pl-xs {
    padding-left: 0.5rem;
  }
  .tb-pl-s {
    padding-left: 1rem;
  }
  .tb-pl-sm {
    padding-left: 2rem;
  }
  .tb-pl-sm-m {
    padding-left: 3rem;
  }
  .tb-pl-m {
    padding-left: 5rem;
  }
  .tb-pl-ml {
    padding-left: 7rem;
  }
  .tb-pl-l {
    padding-left: 8rem;
  }
  .tb-pl-xl {
    padding-left: 10rem;
  }
  .tb-pl-xl2 {
    padding-left: 15rem;
  }
  .tb-pl-xl3 {
    padding-left: 20rem;
  }
  .tb-pl-xl4 {
    padding-left: 25rem;
  }
  .tb-pl-xl5 {
    padding-left: 30rem;
  }
}
.px-none {
  padding-left: 0rem;
  padding-right: 0rem;
}
.px-xs {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-s {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-sm {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-sm-m {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-m {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-ml {
  padding-left: 7rem;
  padding-right: 7rem;
}
.px-l {
  padding-left: 8rem;
  padding-right: 8rem;
}
.px-xl {
  padding-left: 10rem;
  padding-right: 10rem;
}
.px-xl2 {
  padding-left: 15rem;
  padding-right: 15rem;
}
.px-xl3 {
  padding-left: 20rem;
  padding-right: 20rem;
}
.px-xl4 {
  padding-left: 25rem;
  padding-right: 25rem;
}
.px-xl5 {
  padding-left: 30rem;
  padding-right: 30rem;
}

@media (max-width: 599px) {
  .sp-px-none {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .sp-px-xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sp-px-s {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sp-px-sm {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sp-px-sm-m {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sp-px-m {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .sp-px-ml {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .sp-px-l {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .sp-px-xl {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .sp-px-xl2 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .sp-px-xl3 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .sp-px-xl4 {
    padding-left: 25rem;
    padding-right: 25rem;
  }
  .sp-px-xl5 {
    padding-left: 30rem;
    padding-right: 30rem;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-px-none {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .tb-px-xs {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .tb-px-s {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .tb-px-sm {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .tb-px-sm-m {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .tb-px-m {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .tb-px-ml {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .tb-px-l {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .tb-px-xl {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .tb-px-xl2 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .tb-px-xl3 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .tb-px-xl4 {
    padding-left: 25rem;
    padding-right: 25rem;
  }
  .tb-px-xl5 {
    padding-left: 30rem;
    padding-right: 30rem;
  }
}
.py-none {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.py-xs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-s {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-sm-m {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-m {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-ml {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-l {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-xl {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-xl2 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.py-xl3 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.py-xl4 {
  padding-top: 25rem;
  padding-bottom: 25rem;
}
.py-xl5 {
  padding-top: 30rem;
  padding-bottom: 30rem;
}

@media (max-width: 599px) {
  .sp-py-none {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .sp-py-xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sp-py-s {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sp-py-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sp-py-sm-m {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sp-py-m {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sp-py-ml {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .sp-py-l {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .sp-py-xl {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .sp-py-xl2 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .sp-py-xl3 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .sp-py-xl4 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }
  .sp-py-xl5 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-py-none {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .tb-py-xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .tb-py-s {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .tb-py-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .tb-py-sm-m {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .tb-py-m {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .tb-py-ml {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .tb-py-l {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .tb-py-xl {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .tb-py-xl2 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .tb-py-xl3 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .tb-py-xl4 {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }
  .tb-py-xl5 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }
}
/* padding汎用class */
.pd-0 {
  padding: 0%;
}
.pd-1 {
  padding: 1%;
}
.pd-2 {
  padding: 2%;
}
.pd-3 {
  padding: 3%;
}
.pd-4 {
  padding: 4%;
}
.pd-5 {
  padding: 5%;
}
.pd-6 {
  padding: 6%;
}
.pd-7 {
  padding: 7%;
}
.pd-8 {
  padding: 8%;
}
.pd-9 {
  padding: 9%;
}
.pd-10 {
  padding: 10%;
}

@media (max-width: 599px) {
  .sp-pd-0 {
    padding: 0%;
  }
  .sp-pd-1 {
    padding: 1%;
  }
  .sp-pd-2 {
    padding: 2%;
  }
  .sp-pd-3 {
    padding: 3%;
  }
  .sp-pd-4 {
    padding: 4%;
  }
  .sp-pd-5 {
    padding: 5%;
  }
  .sp-pd-6 {
    padding: 6%;
  }
  .sp-pd-7 {
    padding: 7%;
  }
  .sp-pd-8 {
    padding: 8%;
  }
  .sp-pd-9 {
    padding: 9%;
  }
  .sp-pd-10 {
    padding: 10%;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-pd-0 {
    padding: 0%;
  }
  .tb-pd-1 {
    padding: 1%;
  }
  .tb-pd-2 {
    padding: 2%;
  }
  .tb-pd-3 {
    padding: 3%;
  }
  .tb-pd-4 {
    padding: 4%;
  }
  .tb-pd-5 {
    padding: 5%;
  }
  .tb-pd-6 {
    padding: 6%;
  }
  .tb-pd-7 {
    padding: 7%;
  }
  .tb-pd-8 {
    padding: 8%;
  }
  .tb-pd-9 {
    padding: 9%;
  }
  .tb-pd-10 {
    padding: 10%;
  }
}
.m-l {
  margin-left: auto;
}
.m-r {
  margin-right: auto;
}
.m-c {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 599px) {
  .sp-m-l {
    margin-left: auto;
  }
  .sp-m-r {
    margin-right: auto;
  }
  .sp-m-c {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-m-l {
    margin-left: auto;
  }
  .tb-m-r {
    margin-right: auto;
  }
  .tb-m-c {
    margin-left: auto;
    margin-right: auto;
  }
}
.bd-0 {
  border-width: 0px;
  border-style: solid;
  border-color: inherit;
}
.bd-1 {
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}
.bd-2 {
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
}
.bd-3 {
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
}
.bd-4 {
  border-width: 4px;
  border-style: solid;
  border-color: inherit;
}
.bd-5 {
  border-width: 5px;
  border-style: solid;
  border-color: inherit;
}
.bd-6 {
  border-width: 6px;
  border-style: solid;
  border-color: inherit;
}
.bd-7 {
  border-width: 7px;
  border-style: solid;
  border-color: inherit;
}
.bd-8 {
  border-width: 8px;
  border-style: solid;
  border-color: inherit;
}
.bd-9 {
  border-width: 9px;
  border-style: solid;
  border-color: inherit;
}
.bd-10 {
  border-width: 10px;
  border-style: solid;
  border-color: inherit;
}

@media (max-width: 599px) {
  .sp-bd-0 {
    border-width: 0px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-1 {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-2 {
    border-width: 2px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-3 {
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-4 {
    border-width: 4px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-5 {
    border-width: 5px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-6 {
    border-width: 6px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-7 {
    border-width: 7px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-8 {
    border-width: 8px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-9 {
    border-width: 9px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-10 {
    border-width: 10px;
    border-style: solid;
    border-color: inherit;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-bd-0 {
    border-width: 0px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-1 {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-2 {
    border-width: 2px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-3 {
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-4 {
    border-width: 4px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-5 {
    border-width: 5px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-6 {
    border-width: 6px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-7 {
    border-width: 7px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-8 {
    border-width: 8px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-9 {
    border-width: 9px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-10 {
    border-width: 10px;
    border-style: solid;
    border-color: inherit;
  }
}
.bd-b-w-0 {
  border-bottom-width: 0px;
  border-style: solid;
  border-color: inherit;
}
.bd-t-w-0 {
  border-top-width: 0px;
  border-style: solid;
  border-color: inherit;
}
.bd-l-w-0 {
  border-left-width: 0px;
  border-style: solid;
  border-color: inherit;
}
.bd-r-w-0 {
  border-right-width: 0px;
  border-style: solid;
  border-color: inherit;
}
.bd-w-0 {
  border-width: 0px;
  border-style: solid;
  border-color: inherit;
}
.bd-b-w-1 {
  border-bottom-width: 1px;
  border-style: solid;
  border-color: inherit;
}
.bd-t-w-1 {
  border-top-width: 1px;
  border-style: solid;
  border-color: inherit;
}
.bd-l-w-1 {
  border-left-width: 1px;
  border-style: solid;
  border-color: inherit;
}
.bd-r-w-1 {
  border-right-width: 1px;
  border-style: solid;
  border-color: inherit;
}
.bd-w-1 {
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}
.bd-b-w-2 {
  border-bottom-width: 2px;
  border-style: solid;
  border-color: inherit;
}
.bd-t-w-2 {
  border-top-width: 2px;
  border-style: solid;
  border-color: inherit;
}
.bd-l-w-2 {
  border-left-width: 2px;
  border-style: solid;
  border-color: inherit;
}
.bd-r-w-2 {
  border-right-width: 2px;
  border-style: solid;
  border-color: inherit;
}
.bd-w-2 {
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
}
.bd-b-w-3 {
  border-bottom-width: 3px;
  border-style: solid;
  border-color: inherit;
}
.bd-t-w-3 {
  border-top-width: 3px;
  border-style: solid;
  border-color: inherit;
}
.bd-l-w-3 {
  border-left-width: 3px;
  border-style: solid;
  border-color: inherit;
}
.bd-r-w-3 {
  border-right-width: 3px;
  border-style: solid;
  border-color: inherit;
}
.bd-w-3 {
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
}
.bd-b-w-4 {
  border-bottom-width: 4px;
  border-style: solid;
  border-color: inherit;
}
.bd-t-w-4 {
  border-top-width: 4px;
  border-style: solid;
  border-color: inherit;
}
.bd-l-w-4 {
  border-left-width: 4px;
  border-style: solid;
  border-color: inherit;
}
.bd-r-w-4 {
  border-right-width: 4px;
  border-style: solid;
  border-color: inherit;
}
.bd-w-4 {
  border-width: 4px;
  border-style: solid;
  border-color: inherit;
}
.bd-b-w-5 {
  border-bottom-width: 5px;
  border-style: solid;
  border-color: inherit;
}
.bd-t-w-5 {
  border-top-width: 5px;
  border-style: solid;
  border-color: inherit;
}
.bd-l-w-5 {
  border-left-width: 5px;
  border-style: solid;
  border-color: inherit;
}
.bd-r-w-5 {
  border-right-width: 5px;
  border-style: solid;
  border-color: inherit;
}
.bd-w-5 {
  border-width: 5px;
  border-style: solid;
  border-color: inherit;
}
.bd-b-w-6 {
  border-bottom-width: 6px;
  border-style: solid;
  border-color: inherit;
}
.bd-t-w-6 {
  border-top-width: 6px;
  border-style: solid;
  border-color: inherit;
}
.bd-l-w-6 {
  border-left-width: 6px;
  border-style: solid;
  border-color: inherit;
}
.bd-r-w-6 {
  border-right-width: 6px;
  border-style: solid;
  border-color: inherit;
}
.bd-w-6 {
  border-width: 6px;
  border-style: solid;
  border-color: inherit;
}
.bd-b-w-7 {
  border-bottom-width: 7px;
  border-style: solid;
  border-color: inherit;
}
.bd-t-w-7 {
  border-top-width: 7px;
  border-style: solid;
  border-color: inherit;
}
.bd-l-w-7 {
  border-left-width: 7px;
  border-style: solid;
  border-color: inherit;
}
.bd-r-w-7 {
  border-right-width: 7px;
  border-style: solid;
  border-color: inherit;
}
.bd-w-7 {
  border-width: 7px;
  border-style: solid;
  border-color: inherit;
}
.bd-b-w-8 {
  border-bottom-width: 8px;
  border-style: solid;
  border-color: inherit;
}
.bd-t-w-8 {
  border-top-width: 8px;
  border-style: solid;
  border-color: inherit;
}
.bd-l-w-8 {
  border-left-width: 8px;
  border-style: solid;
  border-color: inherit;
}
.bd-r-w-8 {
  border-right-width: 8px;
  border-style: solid;
  border-color: inherit;
}
.bd-w-8 {
  border-width: 8px;
  border-style: solid;
  border-color: inherit;
}
.bd-b-w-9 {
  border-bottom-width: 9px;
  border-style: solid;
  border-color: inherit;
}
.bd-t-w-9 {
  border-top-width: 9px;
  border-style: solid;
  border-color: inherit;
}
.bd-l-w-9 {
  border-left-width: 9px;
  border-style: solid;
  border-color: inherit;
}
.bd-r-w-9 {
  border-right-width: 9px;
  border-style: solid;
  border-color: inherit;
}
.bd-w-9 {
  border-width: 9px;
  border-style: solid;
  border-color: inherit;
}
.bd-b-w-10 {
  border-bottom-width: 10px;
  border-style: solid;
  border-color: inherit;
}
.bd-t-w-10 {
  border-top-width: 10px;
  border-style: solid;
  border-color: inherit;
}
.bd-l-w-10 {
  border-left-width: 10px;
  border-style: solid;
  border-color: inherit;
}
.bd-r-w-10 {
  border-right-width: 10px;
  border-style: solid;
  border-color: inherit;
}
.bd-w-10 {
  border-width: 10px;
  border-style: solid;
  border-color: inherit;
}

@media (max-width: 599px) {
  .sp-bd-b-w-0 {
    border-bottom-width: 0px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-t-w-0 {
    border-top-width: 0px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-l-w-0 {
    border-left-width: 0px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-r-w-0 {
    border-right-width: 0px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-w-0 {
    border-width: 0px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-b-w-1 {
    border-bottom-width: 1px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-t-w-1 {
    border-top-width: 1px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-l-w-1 {
    border-left-width: 1px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-r-w-1 {
    border-right-width: 1px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-w-1 {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-b-w-2 {
    border-bottom-width: 2px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-t-w-2 {
    border-top-width: 2px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-l-w-2 {
    border-left-width: 2px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-r-w-2 {
    border-right-width: 2px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-w-2 {
    border-width: 2px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-b-w-3 {
    border-bottom-width: 3px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-t-w-3 {
    border-top-width: 3px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-l-w-3 {
    border-left-width: 3px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-r-w-3 {
    border-right-width: 3px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-w-3 {
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-b-w-4 {
    border-bottom-width: 4px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-t-w-4 {
    border-top-width: 4px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-l-w-4 {
    border-left-width: 4px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-r-w-4 {
    border-right-width: 4px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-w-4 {
    border-width: 4px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-b-w-5 {
    border-bottom-width: 5px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-t-w-5 {
    border-top-width: 5px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-l-w-5 {
    border-left-width: 5px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-r-w-5 {
    border-right-width: 5px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-w-5 {
    border-width: 5px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-b-w-6 {
    border-bottom-width: 6px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-t-w-6 {
    border-top-width: 6px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-l-w-6 {
    border-left-width: 6px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-r-w-6 {
    border-right-width: 6px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-w-6 {
    border-width: 6px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-b-w-7 {
    border-bottom-width: 7px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-t-w-7 {
    border-top-width: 7px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-l-w-7 {
    border-left-width: 7px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-r-w-7 {
    border-right-width: 7px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-w-7 {
    border-width: 7px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-b-w-8 {
    border-bottom-width: 8px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-t-w-8 {
    border-top-width: 8px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-l-w-8 {
    border-left-width: 8px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-r-w-8 {
    border-right-width: 8px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-w-8 {
    border-width: 8px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-b-w-9 {
    border-bottom-width: 9px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-t-w-9 {
    border-top-width: 9px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-l-w-9 {
    border-left-width: 9px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-r-w-9 {
    border-right-width: 9px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-w-9 {
    border-width: 9px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-b-w-10 {
    border-bottom-width: 10px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-t-w-10 {
    border-top-width: 10px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-l-w-10 {
    border-left-width: 10px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-r-w-10 {
    border-right-width: 10px;
    border-style: solid;
    border-color: inherit;
  }
  .sp-bd-w-10 {
    border-width: 10px;
    border-style: solid;
    border-color: inherit;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-bd-b-w-0 {
    border-bottom-width: 0px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-t-w-0 {
    border-top-width: 0px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-l-w-0 {
    border-left-width: 0px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-r-w-0 {
    border-right-width: 0px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-w-0 {
    border-width: 0px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-b-w-1 {
    border-bottom-width: 1px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-t-w-1 {
    border-top-width: 1px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-l-w-1 {
    border-left-width: 1px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-r-w-1 {
    border-right-width: 1px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-w-1 {
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-b-w-2 {
    border-bottom-width: 2px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-t-w-2 {
    border-top-width: 2px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-l-w-2 {
    border-left-width: 2px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-r-w-2 {
    border-right-width: 2px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-w-2 {
    border-width: 2px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-b-w-3 {
    border-bottom-width: 3px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-t-w-3 {
    border-top-width: 3px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-l-w-3 {
    border-left-width: 3px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-r-w-3 {
    border-right-width: 3px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-w-3 {
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-b-w-4 {
    border-bottom-width: 4px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-t-w-4 {
    border-top-width: 4px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-l-w-4 {
    border-left-width: 4px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-r-w-4 {
    border-right-width: 4px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-w-4 {
    border-width: 4px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-b-w-5 {
    border-bottom-width: 5px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-t-w-5 {
    border-top-width: 5px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-l-w-5 {
    border-left-width: 5px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-r-w-5 {
    border-right-width: 5px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-w-5 {
    border-width: 5px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-b-w-6 {
    border-bottom-width: 6px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-t-w-6 {
    border-top-width: 6px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-l-w-6 {
    border-left-width: 6px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-r-w-6 {
    border-right-width: 6px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-w-6 {
    border-width: 6px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-b-w-7 {
    border-bottom-width: 7px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-t-w-7 {
    border-top-width: 7px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-l-w-7 {
    border-left-width: 7px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-r-w-7 {
    border-right-width: 7px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-w-7 {
    border-width: 7px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-b-w-8 {
    border-bottom-width: 8px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-t-w-8 {
    border-top-width: 8px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-l-w-8 {
    border-left-width: 8px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-r-w-8 {
    border-right-width: 8px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-w-8 {
    border-width: 8px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-b-w-9 {
    border-bottom-width: 9px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-t-w-9 {
    border-top-width: 9px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-l-w-9 {
    border-left-width: 9px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-r-w-9 {
    border-right-width: 9px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-w-9 {
    border-width: 9px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-b-w-10 {
    border-bottom-width: 10px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-t-w-10 {
    border-top-width: 10px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-l-w-10 {
    border-left-width: 10px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-r-w-10 {
    border-right-width: 10px;
    border-style: solid;
    border-color: inherit;
  }
  .tb-bd-w-10 {
    border-width: 10px;
    border-style: solid;
    border-color: inherit;
  }
}
.bd-c-primary {
  border-color: #153940;
}

@media (max-width: 599px) {
  .sp-bd-c-primary {
    border-color: #153940;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-bd-c-primary {
    border-color: #153940;
  }
}
.bd-c-secondary {
  border-color: #f5f4f3;
}

@media (max-width: 599px) {
  .sp-bd-c-secondary {
    border-color: #f5f4f3;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-bd-c-secondary {
    border-color: #f5f4f3;
  }
}
.bd-c-accent {
  border-color: #ffeb00;
}

@media (max-width: 599px) {
  .sp-bd-c-accent {
    border-color: #ffeb00;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-bd-c-accent {
    border-color: #ffeb00;
  }
}
.bd-c-caution {
  border-color: #8f8f8f;
}

@media (max-width: 599px) {
  .sp-bd-c-caution {
    border-color: #8f8f8f;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-bd-c-caution {
    border-color: #8f8f8f;
  }
}
.bd-c-white {
  border-color: #fff;
}

@media (max-width: 599px) {
  .sp-bd-c-white {
    border-color: #fff;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-bd-c-white {
    border-color: #fff;
  }
}
.bd-c-black {
  border-color: #153940;
}

@media (max-width: 599px) {
  .sp-bd-c-black {
    border-color: #153940;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-bd-c-black {
    border-color: #153940;
  }
}
.bd-c-grey {
  border-color: #e5e5e5;
}

@media (max-width: 599px) {
  .sp-bd-c-grey {
    border-color: #e5e5e5;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-bd-c-grey {
    border-color: #e5e5e5;
  }
}
.bd-c-add1 {
  border-color: #f7f5f3;
}

@media (max-width: 599px) {
  .sp-bd-c-add1 {
    border-color: #f7f5f3;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-bd-c-add1 {
    border-color: #f7f5f3;
  }
}
.bd-c-transparent {
  border-color: transparent;
}

@media (max-width: 599px) {
  .sp-bd-c-transparent {
    border-color: transparent;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-bd-c-transparent {
    border-color: transparent;
  }
}
.bd-s-solid {
  border-style: solid;
}

.bd-s-dashed {
  border-style: dashed;
}

.bd-s-dotted {
  border-style: dotted;
}

.bd-s-double {
  border-style: double;
}

.bd-s-groove {
  border-style: groove;
}

.bd-s-ridge {
  border-style: ridge;
}

.bd-s-none {
  border-style: none;
}

.bd-rd-s {
  border-radius: 0.3rem;
}
.bd-rd-m {
  border-radius: 0.6rem;
}
.bd-rd-ml {
  border-radius: 2rem;
}
.bd-rd-l {
  border-radius: 3rem;
}
.bd-rd-xl {
  border-radius: 5rem;
}
.bd-rd-xl2 {
  border-radius: 100rem;
}

@media (max-width: 599px) {
  .sp-bd-rd-s {
    border-radius: 0.3rem;
  }
  .sp-bd-rd-m {
    border-radius: 0.6rem;
  }
  .sp-bd-rd-ml {
    border-radius: 2rem;
  }
  .sp-bd-rd-l {
    border-radius: 3rem;
  }
  .sp-bd-rd-xl {
    border-radius: 5rem;
  }
  .sp-bd-rd-xl2 {
    border-radius: 100rem;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-bd-rd-s {
    border-radius: 0.3rem;
  }
  .tb-bd-rd-m {
    border-radius: 0.6rem;
  }
  .tb-bd-rd-ml {
    border-radius: 2rem;
  }
  .tb-bd-rd-l {
    border-radius: 3rem;
  }
  .tb-bd-rd-xl {
    border-radius: 5rem;
  }
  .tb-bd-rd-xl2 {
    border-radius: 100rem;
  }
}
.font-primary {
  font-family: "A1 Gothic B JIS2004", "A1 Gothic B", "A1 Gothic M", "Lato", "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.font-secondary {
  font-family: "A1 Gothic M", sans-serif;
  font-weight: 600;
}

.font-accent {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.font-caution {
  font-family: "Lato", serif;
  font-weight: 400;
}

.color-primary {
  color: #153940;
}

a.color-primary {
  color: #153940;
}

.color-secondary {
  color: #f5f4f3;
}

a.color-secondary {
  color: #f5f4f3;
}

.color-accent {
  color: #ffeb00;
}

a.color-accent {
  color: #ffeb00;
}

.color-caution {
  color: #8f8f8f;
}

a.color-caution {
  color: #8f8f8f;
}

.color-white {
  color: #fff;
}

a.color-white {
  color: #fff;
}

.color-black {
  color: #153940;
}

a.color-black {
  color: #153940;
}

.color-grey {
  color: #e5e5e5;
}

a.color-grey {
  color: #e5e5e5;
}

.color-add1 {
  color: #f7f5f3;
}

a.color-add1 {
  color: #f7f5f3;
}

.color-transparent {
  color: transparent;
}

a.color-transparent {
  color: transparent;
}

.fz-xs {
  font-size: clamp(1rem, 1rem + 0.6944444444vw, 1rem);
}
.fz-s {
  font-size: clamp(1rem, 1rem + 0.8333333333vw, 1.2rem);
}
.fz-sm {
  font-size: clamp(1rem, 1rem + 0.9722222222vw, 1.4rem);
}
.fz-m {
  font-size: clamp(1rem, 1rem + 1.1111111111vw, 1.6rem);
}
.fz-ml {
  font-size: clamp(1rem, 1rem + 1.25vw, 1.8rem);
}
.fz-l {
  font-size: clamp(1rem, 1rem + 1.3888888889vw, 2rem);
}
.fz-xl {
  font-size: clamp(1rem, 1rem + 1.6666666667vw, 2.4rem);
}
.fz-xl2 {
  font-size: clamp(1rem, 1rem + 1.9444444444vw, 2.8rem);
}
.fz-xl3 {
  font-size: clamp(1rem, 1rem + 2.0833333333vw, 3rem);
}
.fz-xl3-6 {
  font-size: clamp(1rem, 1rem + 2.5vw, 3.6rem);
}
.fz-xl4 {
  font-size: clamp(1rem, 1rem + 2.7777777778vw, 4rem);
}
.fz-xl5 {
  font-size: clamp(1rem, 1rem + 3.4722222222vw, 5rem);
}
.fz-xl6 {
  font-size: clamp(1rem, 1rem + 4.1666666667vw, 6rem);
}
.fz-xl7 {
  font-size: clamp(1rem, 1rem + 4.8611111111vw, 7rem);
}
.fz-xl8 {
  font-size: clamp(1rem, 1rem + 5.5555555556vw, 8rem);
}
.fz-xl9 {
  font-size: clamp(1rem, 1rem + 6.25vw, 9rem);
}
.fz-xl10 {
  font-size: clamp(1rem, 1rem + 6.9444444444vw, 10rem);
}

@media (max-width: 599px) {
  .sp-fz-xs {
    font-size: clamp(1rem, 1rem + 0.6944444444vw, 1rem);
  }
  .sp-fz-s {
    font-size: clamp(1rem, 1rem + 0.8333333333vw, 1.2rem);
  }
  .sp-fz-sm {
    font-size: clamp(1rem, 1rem + 0.9722222222vw, 1.4rem);
  }
  .sp-fz-m {
    font-size: clamp(1rem, 1rem + 1.1111111111vw, 1.6rem);
  }
  .sp-fz-ml {
    font-size: clamp(1rem, 1rem + 1.25vw, 1.8rem);
  }
  .sp-fz-l {
    font-size: clamp(1rem, 1rem + 1.3888888889vw, 2rem);
  }
  .sp-fz-xl {
    font-size: clamp(1rem, 1rem + 1.6666666667vw, 2.4rem);
  }
  .sp-fz-xl2 {
    font-size: clamp(1rem, 1rem + 1.9444444444vw, 2.8rem);
  }
  .sp-fz-xl3 {
    font-size: clamp(1rem, 1rem + 2.0833333333vw, 3rem);
  }
  .sp-fz-xl3-6 {
    font-size: clamp(1rem, 1rem + 2.5vw, 3.6rem);
  }
  .sp-fz-xl4 {
    font-size: clamp(1rem, 1rem + 2.7777777778vw, 4rem);
  }
  .sp-fz-xl5 {
    font-size: clamp(1rem, 1rem + 3.4722222222vw, 5rem);
  }
  .sp-fz-xl6 {
    font-size: clamp(1rem, 1rem + 4.1666666667vw, 6rem);
  }
  .sp-fz-xl7 {
    font-size: clamp(1rem, 1rem + 4.8611111111vw, 7rem);
  }
  .sp-fz-xl8 {
    font-size: clamp(1rem, 1rem + 5.5555555556vw, 8rem);
  }
  .sp-fz-xl9 {
    font-size: clamp(1rem, 1rem + 6.25vw, 9rem);
  }
  .sp-fz-xl10 {
    font-size: clamp(1rem, 1rem + 6.9444444444vw, 10rem);
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-fz-xs {
    font-size: clamp(1rem, 1rem + 0.6944444444vw, 1rem);
  }
  .tb-fz-s {
    font-size: clamp(1rem, 1rem + 0.8333333333vw, 1.2rem);
  }
  .tb-fz-sm {
    font-size: clamp(1rem, 1rem + 0.9722222222vw, 1.4rem);
  }
  .tb-fz-m {
    font-size: clamp(1rem, 1rem + 1.1111111111vw, 1.6rem);
  }
  .tb-fz-ml {
    font-size: clamp(1rem, 1rem + 1.25vw, 1.8rem);
  }
  .tb-fz-l {
    font-size: clamp(1rem, 1rem + 1.3888888889vw, 2rem);
  }
  .tb-fz-xl {
    font-size: clamp(1rem, 1rem + 1.6666666667vw, 2.4rem);
  }
  .tb-fz-xl2 {
    font-size: clamp(1rem, 1rem + 1.9444444444vw, 2.8rem);
  }
  .tb-fz-xl3 {
    font-size: clamp(1rem, 1rem + 2.0833333333vw, 3rem);
  }
  .tb-fz-xl3-6 {
    font-size: clamp(1rem, 1rem + 2.5vw, 3.6rem);
  }
  .tb-fz-xl4 {
    font-size: clamp(1rem, 1rem + 2.7777777778vw, 4rem);
  }
  .tb-fz-xl5 {
    font-size: clamp(1rem, 1rem + 3.4722222222vw, 5rem);
  }
  .tb-fz-xl6 {
    font-size: clamp(1rem, 1rem + 4.1666666667vw, 6rem);
  }
  .tb-fz-xl7 {
    font-size: clamp(1rem, 1rem + 4.8611111111vw, 7rem);
  }
  .tb-fz-xl8 {
    font-size: clamp(1rem, 1rem + 5.5555555556vw, 8rem);
  }
  .tb-fz-xl9 {
    font-size: clamp(1rem, 1rem + 6.25vw, 9rem);
  }
  .tb-fz-xl10 {
    font-size: clamp(1rem, 1rem + 6.9444444444vw, 10rem);
  }
}
.italic,
.fs-i {
  font-style: italic;
}

.bold,
.fw-b {
  font-weight: bold;
}

.fw-n {
  font-weight: normal;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.ls-none {
  letter-spacing: 0em;
}

.ls-s {
  letter-spacing: 0.1em;
}

.ls-m {
  letter-spacing: 0.2em;
}

.ls-l {
  letter-spacing: 0.35em;
}

.lh-s {
  line-height: 1;
}
.lh-sm {
  line-height: 1.2;
}
.lh-m {
  line-height: 1.5;
}
.lh-ml {
  line-height: 1.8;
}
.lh-l {
  line-height: 2;
}
.lh-xl {
  line-height: 2.4;
}

@media (max-width: 599px) {
  .sp-lh-s {
    line-height: 1;
  }
  .sp-lh-sm {
    line-height: 1.2;
  }
  .sp-lh-m {
    line-height: 1.5;
  }
  .sp-lh-ml {
    line-height: 1.8;
  }
  .sp-lh-l {
    line-height: 2;
  }
  .sp-lh-xl {
    line-height: 2.4;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-lh-s {
    line-height: 1;
  }
  .tb-lh-sm {
    line-height: 1.2;
  }
  .tb-lh-m {
    line-height: 1.5;
  }
  .tb-lh-ml {
    line-height: 1.8;
  }
  .tb-lh-l {
    line-height: 2;
  }
  .tb-lh-xl {
    line-height: 2.4;
  }
}
.ta-l {
  text-align: left;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.ta-j {
  text-align: justify;
}

@media (max-width: 599px) {
  .sp-ta-l {
    text-align: left;
  }
  .sp-ta-c {
    text-align: center;
  }
  .sp-ta-r {
    text-align: right;
  }
  .sp-ta-j {
    text-align: justify;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-ta-l {
    text-align: left;
  }
  .tb-ta-c {
    text-align: center;
  }
  .tb-ta-r {
    text-align: right;
  }
  .tb-ta-j {
    text-align: justify;
  }
}
.td-u {
  text-decoration: underline;
}

.td-lt {
  text-decoration: line-through;
}

.td-n {
  text-decoration: none;
}

.tu-o-1 {
  text-underline-offset: 1px;
}

.tu-o-2 {
  text-underline-offset: 2px;
}

.tu-o-3 {
  text-underline-offset: 3px;
}

.tu-o-4 {
  text-underline-offset: 4px;
}

.tu-o-5 {
  text-underline-offset: 5px;
}

.va-bl {
  vertical-align: baseline;
}

.va-t {
  vertical-align: top;
}

.va-m {
  vertical-align: middle;
}

.va-b {
  vertical-align: bottom;
}

.va-tt {
  vertical-align: text-top;
}

.va-tb {
  vertical-align: text-bottom;
}

.ow-bw {
  overflow-wrap: break-word;
}

.wb-ba {
  word-break: break-all;
}

.wb-ka {
  word-break: keep-all;
}

.ws-n {
  white-space: normal;
}

.ws-nw {
  white-space: nowrap;
}

.wm-ht {
  writing-mode: horizontal-tb;
}
.wm-vrl {
  writing-mode: vertical-rl;
}

@media (max-width: 599px) {
  .sp-wm-ht {
    writing-mode: horizontal-tb;
  }
  .sp-wm-vrl {
    writing-mode: vertical-rl;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-wm-ht {
    writing-mode: horizontal-tb;
  }
  .tb-wm-vrl {
    writing-mode: vertical-rl;
  }
}
.ap-n {
  appearance: none;
}

.cs-p {
  cursor: pointer;
}

.cs-na {
  cursor: not-allowed;
}

.o-n {
  outline: 0;
}

.pe-n {
  pointer-events: none;
}

.filter-i-0 {
  filter: invert(0);
}

.filter-i-1 {
  filter: invert(1);
}

.tf-o-center {
  transform-origin: center;
}

.tf-o-top {
  transform-origin: top;
}

.tf-o-top-right {
  transform-origin: top right;
}

.tf-o-right {
  transform-origin: right;
}

.tf-o-bottom-right {
  transform-origin: bottom right;
}

.tf-o-bottom {
  transform-origin: bottom;
}

.tf-o-bottom-left {
  transform-origin: bottom left;
}

.tf-o-left {
  transform-origin: left;
}

.tf-o-top-left {
  transform-origin: top left;
}

.tf-r-0 {
  transform: rotate(0deg);
}

.tf-r-15 {
  transform: rotate(5deg);
}

.tf-r-30 {
  transform: rotate(10deg);
}

.tf-r-45 {
  transform: rotate(15deg);
}

.tf-r-60 {
  transform: rotate(20deg);
}

.tf-r-75 {
  transform: rotate(25deg);
}

.tf-r-90 {
  transform: rotate(30deg);
}

.tf-r-105 {
  transform: rotate(35deg);
}

.tf-r-120 {
  transform: rotate(40deg);
}

.tf-r-135 {
  transform: rotate(45deg);
}

.tf-r-150 {
  transform: rotate(50deg);
}

.tf-r-165 {
  transform: rotate(55deg);
}

.tf-r-180 {
  transform: rotate(60deg);
}

.tf-r-195 {
  transform: rotate(65deg);
}

.tf-r-210 {
  transform: rotate(70deg);
}

.tf-r-225 {
  transform: rotate(75deg);
}

.tf-r-240 {
  transform: rotate(80deg);
}

.tf-r-255 {
  transform: rotate(85deg);
}

.tf-r-270 {
  transform: rotate(90deg);
}

.tf-r-285 {
  transform: rotate(95deg);
}

.tf-r-300 {
  transform: rotate(100deg);
}

.tf-r-315 {
  transform: rotate(105deg);
}

.tf-r-330 {
  transform: rotate(110deg);
}

.tf-r-345 {
  transform: rotate(115deg);
}

.tf-r-360 {
  transform: rotate(120deg);
}

.tf-ty-m10 {
  transform: translateY(-10%);
}

.tf-ty-m20 {
  transform: translateY(-20%);
}

.tf-ty-m30 {
  transform: translateY(-30%);
}

.tf-ty-m40 {
  transform: translateY(-40%);
}

.tf-ty-m50 {
  transform: translateY(-50%);
}

.tf-ty-10 {
  transform: translateY(10%);
}

.tf-ty-20 {
  transform: translateY(20%);
}

.tf-ty-30 {
  transform: translateY(30%);
}

.tf-ty-40 {
  transform: translateY(40%);
}

.tf-ty-50 {
  transform: translateY(50%);
}

.ts-0 {
  transition: 0s;
}

.ts-1 {
  transition: 0.1s;
}

.ts-2 {
  transition: 0.2s;
}

.ts-3 {
  transition: 0.3s;
}

.ts-4 {
  transition: 0.4s;
}

.ts-5 {
  transition: 0.5s;
}

.ts-6 {
  transition: 0.6s;
}

.ts-7 {
  transition: 0.7s;
}

.ts-8 {
  transition: 0.8s;
}

.ts-9 {
  transition: 0.9s;
}

.ts-10 {
  transition: 1s;
}

.ts-11 {
  transition: 1.1s;
}

.ts-12 {
  transition: 1.2s;
}

.ts-13 {
  transition: 1.3s;
}

.ts-14 {
  transition: 1.4s;
}

.ts-15 {
  transition: 1.5s;
}

.ts-16 {
  transition: 1.6s;
}

.ts-17 {
  transition: 1.7s;
}

.ts-18 {
  transition: 1.8s;
}

.ts-19 {
  transition: 1.9s;
}

.ts-20 {
  transition: 2s;
}

.ts-delay-0 {
  transition-delay: 0s;
}

.ts-delay-1 {
  transition-delay: 0.1s;
}

.ts-delay-2 {
  transition-delay: 0.2s;
}

.ts-delay-3 {
  transition-delay: 0.3s;
}

.ts-delay-4 {
  transition-delay: 0.4s;
}

.ts-delay-5 {
  transition-delay: 0.5s;
}

.ts-delay-6 {
  transition-delay: 0.6s;
}

.ts-delay-7 {
  transition-delay: 0.7s;
}

.ts-delay-8 {
  transition-delay: 0.8s;
}

.ts-delay-9 {
  transition-delay: 0.9s;
}

.ts-delay-10 {
  transition-delay: 1s;
}

.ts-delay-11 {
  transition-delay: 1.1s;
}

.ts-delay-12 {
  transition-delay: 1.2s;
}

.ts-delay-13 {
  transition-delay: 1.3s;
}

.ts-delay-14 {
  transition-delay: 1.4s;
}

.ts-delay-15 {
  transition-delay: 1.5s;
}

.ts-delay-16 {
  transition-delay: 1.6s;
}

.ts-delay-17 {
  transition-delay: 1.7s;
}

.ts-delay-18 {
  transition-delay: 1.8s;
}

.ts-delay-19 {
  transition-delay: 1.9s;
}

.ts-delay-20 {
  transition-delay: 2s;
}

.ts-tf-linear {
  transition-timing-function: linear;
}

.ts-tf-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ts-tf-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ts-tf-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bg-primary {
  background-color: #153940;
}
.bg-secondary {
  background-color: #f5f4f3;
}
.bg-accent {
  background-color: #ffeb00;
}
.bg-caution {
  background-color: #8f8f8f;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #153940;
}
.bg-grey {
  background-color: #e5e5e5;
}
.bg-add1 {
  background-color: #f7f5f3;
}
.bg-transparent {
  background-color: transparent;
}

@media (max-width: 599px) {
  .sp-bg-primary {
    background-color: #153940;
  }
  .sp-bg-secondary {
    background-color: #f5f4f3;
  }
  .sp-bg-accent {
    background-color: #ffeb00;
  }
  .sp-bg-caution {
    background-color: #8f8f8f;
  }
  .sp-bg-white {
    background-color: #fff;
  }
  .sp-bg-black {
    background-color: #153940;
  }
  .sp-bg-grey {
    background-color: #e5e5e5;
  }
  .sp-bg-add1 {
    background-color: #f7f5f3;
  }
  .sp-bg-transparent {
    background-color: transparent;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .tb-bg-primary {
    background-color: #153940;
  }
  .tb-bg-secondary {
    background-color: #f5f4f3;
  }
  .tb-bg-accent {
    background-color: #ffeb00;
  }
  .tb-bg-caution {
    background-color: #8f8f8f;
  }
  .tb-bg-white {
    background-color: #fff;
  }
  .tb-bg-black {
    background-color: #153940;
  }
  .tb-bg-grey {
    background-color: #e5e5e5;
  }
  .tb-bg-add1 {
    background-color: #f7f5f3;
  }
  .tb-bg-transparent {
    background-color: transparent;
  }
}
.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.opacity-10 {
  opacity: 1;
}

.is-pc {
  display: block !important;
}
@media (max-width: 599px) {
  .is-pc {
    display: none !important;
  }
}

.is-tb {
  display: none !important;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .is-tb {
    display: block !important;
  }
}

.is-sp {
  display: none !important;
}
@media (max-width: 599px) {
  .is-sp {
    display: block !important;
  }
}

.is-sp-tb {
  display: none !important;
}
@media (max-width: 599px) {
  .is-sp-tb {
    display: block !important;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .is-sp-tb {
    display: block !important;
  }
}

.is-tb-pc {
  display: block !important;
}
@media (max-width: 599px) {
  .is-tb-pc {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .is-tb-pc {
    display: block !important;
  }
}

.is-gnav-open {
  overflow: hidden;
  height: 100%;
}

.is-slider-fullheight {
  height: 100%;
}
.is-slider-fullheight .slick-list {
  height: 100%;
}
.is-slider-fullheight .slick-list .slick-track {
  height: 100%;
}
.is-slider-fullheight .slick-list .slick-track .slick-slide {
  height: 100%;
}
.is-slider-fullheight .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.is-slider-fullheight .slick-list .slick-track .slick-slide .slide-each {
  height: 100%;
}

@media (hover: none) {
  .hov-color-primary {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-color-primary:hover {
    color: #153940;
  }
}

@media (hover: none) {
  a.hov-color-primary {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  a.hov-color-primary:hover {
    color: #153940;
  }
}

@media (hover: none) {
  .hov-bg-primary {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-bg-primary:hover {
    background-color: #153940;
  }
}

@media (hover: none) {
  .hov-bd-color-primary {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-bd-color-primary:hover {
    border-color: #153940;
  }
}

@media (hover: none) {
  .hov-color-secondary {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-color-secondary:hover {
    color: #f5f4f3;
  }
}

@media (hover: none) {
  a.hov-color-secondary {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  a.hov-color-secondary:hover {
    color: #f5f4f3;
  }
}

@media (hover: none) {
  .hov-bg-secondary {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-bg-secondary:hover {
    background-color: #f5f4f3;
  }
}

@media (hover: none) {
  .hov-bd-color-secondary {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-bd-color-secondary:hover {
    border-color: #f5f4f3;
  }
}

@media (hover: none) {
  .hov-color-accent {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-color-accent:hover {
    color: #ffeb00;
  }
}

@media (hover: none) {
  a.hov-color-accent {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  a.hov-color-accent:hover {
    color: #ffeb00;
  }
}

@media (hover: none) {
  .hov-bg-accent {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-bg-accent:hover {
    background-color: #ffeb00;
  }
}

@media (hover: none) {
  .hov-bd-color-accent {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-bd-color-accent:hover {
    border-color: #ffeb00;
  }
}

@media (hover: none) {
  .hov-color-caution {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-color-caution:hover {
    color: #8f8f8f;
  }
}

@media (hover: none) {
  a.hov-color-caution {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  a.hov-color-caution:hover {
    color: #8f8f8f;
  }
}

@media (hover: none) {
  .hov-bg-caution {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-bg-caution:hover {
    background-color: #8f8f8f;
  }
}

@media (hover: none) {
  .hov-bd-color-caution {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-bd-color-caution:hover {
    border-color: #8f8f8f;
  }
}

@media (hover: none) {
  .hov-color-white {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-color-white:hover {
    color: #fff;
  }
}

@media (hover: none) {
  a.hov-color-white {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  a.hov-color-white:hover {
    color: #fff;
  }
}

@media (hover: none) {
  .hov-bg-white {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-bg-white:hover {
    background-color: #fff;
  }
}

@media (hover: none) {
  .hov-bd-color-white {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-bd-color-white:hover {
    border-color: #fff;
  }
}

@media (hover: none) {
  .hov-color-black {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-color-black:hover {
    color: #153940;
  }
}

@media (hover: none) {
  a.hov-color-black {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  a.hov-color-black:hover {
    color: #153940;
  }
}

@media (hover: none) {
  .hov-bg-black {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-bg-black:hover {
    background-color: #153940;
  }
}

@media (hover: none) {
  .hov-bd-color-black {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-bd-color-black:hover {
    border-color: #153940;
  }
}

@media (hover: none) {
  .hov-color-grey {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-color-grey:hover {
    color: #e5e5e5;
  }
}

@media (hover: none) {
  a.hov-color-grey {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  a.hov-color-grey:hover {
    color: #e5e5e5;
  }
}

@media (hover: none) {
  .hov-bg-grey {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-bg-grey:hover {
    background-color: #e5e5e5;
  }
}

@media (hover: none) {
  .hov-bd-color-grey {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-bd-color-grey:hover {
    border-color: #e5e5e5;
  }
}

@media (hover: none) {
  .hov-color-add1 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-color-add1:hover {
    color: #f7f5f3;
  }
}

@media (hover: none) {
  a.hov-color-add1 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  a.hov-color-add1:hover {
    color: #f7f5f3;
  }
}

@media (hover: none) {
  .hov-bg-add1 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-bg-add1:hover {
    background-color: #f7f5f3;
  }
}

@media (hover: none) {
  .hov-bd-color-add1 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-bd-color-add1:hover {
    border-color: #f7f5f3;
  }
}

@media (hover: none) {
  .hov-color-transparent {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-color-transparent:hover {
    color: transparent;
  }
}

@media (hover: none) {
  a.hov-color-transparent {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  a.hov-color-transparent:hover {
    color: transparent;
  }
}

@media (hover: none) {
  .hov-bg-transparent {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-bg-transparent:hover {
    background-color: transparent;
  }
}

@media (hover: none) {
  .hov-bd-color-transparent {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .hov-bd-color-transparent:hover {
    border-color: transparent;
  }
}

.crs-p {
  cursor: pointer;
}

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

animation keyframes

----------------------------- */
@-webkit-keyframes show {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kvScroll {
  0% {
    transform: scaleY(0);
    transform-origin: bottom center;
    animation-timing-function: ease-in;
  }
  20% {
    transform: scaleY(1);
    transform-origin: bottom center;
    animation-timing-function: ease-in;
  }
  40% {
    transform: scaleY(1);
    transform-origin: top center;
    animation-timing-function: ease-out;
  }
  60% {
    transform: scaleY(0);
    transform-origin: top center;
    animation-timing-function: ease-out;
  }
  100% {
    transform: scaleY(0);
    transform-origin: top center;
    animation-timing-function: ease-out;
  }
}
@keyframes kvScroll {
  0% {
    transform: scaleY(0);
    transform-origin: bottom center;
    animation-timing-function: ease-in;
  }
  20% {
    transform: scaleY(1);
    transform-origin: bottom center;
    animation-timing-function: ease-in;
  }
  40% {
    transform: scaleY(1);
    transform-origin: top center;
    animation-timing-function: ease-out;
  }
  60% {
    transform: scaleY(0);
    transform-origin: top center;
    animation-timing-function: ease-out;
  }
  100% {
    transform: scaleY(0);
    transform-origin: top center;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes shakeX {
  0% {
    transform: translateX(0px);
  }
  20% {
    transform: translateX(3px);
  }
  40% {
    transform: translateX(-3px);
  }
  60% {
    transform: translateX(1px);
  }
  80% {
    transform: translateX(-1px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes shakeX {
  0% {
    transform: translateX(0px);
  }
  20% {
    transform: translateX(3px);
  }
  40% {
    transform: translateX(-3px);
  }
  60% {
    transform: translateX(1px);
  }
  80% {
    transform: translateX(-1px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes shakeThumb {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes shakeThumb {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes shakeY {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(3px);
  }
  40% {
    transform: translateY(-3px);
  }
  60% {
    transform: translateY(1px);
  }
  80% {
    transform: translateY(-1px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes shakeY {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(3px);
  }
  40% {
    transform: translateY(-3px);
  }
  60% {
    transform: translateY(1px);
  }
  80% {
    transform: translateY(-1px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrow {
  0% {
    right: 6%;
    animation-timing-function: ease-in;
  }
  50% {
    right: 4%;
    animation-timing-function: ease-out;
  }
  100% {
    right: 6%;
    animation-timing-function: ease-in;
  }
}
@keyframes arrow {
  0% {
    right: 6%;
    animation-timing-function: ease-in;
  }
  50% {
    right: 4%;
    animation-timing-function: ease-out;
  }
  100% {
    right: 6%;
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes showModal {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showModal {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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