@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  font-family: "Yu Gothic Pr6N D";
  min-height: 100vh;
  line-height: 1.5;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

a:link,
a:active,
a:hover,
a:focus {
  outline: none !important;
  -moz-outline-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

/* base style
------------------------------------------ */
:root {
  --hd: 1920;
}

:root {
  --xxl: 1536;
}

:root {
  --xl: 1280;
}

:root {
  --lg: 1024;
}

:root {
  --md: 768;
}

:root {
  --sm: 640;
}

:root {
  --xs: 375;
}

html {
  font-size: 100%;
}

@media (max-width: 375px) {
  html {
    font-size: 4.1025641026vw;
  }
}

@media (min-width: 640px) {
  html {
    font-size: 120%;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 100%;
  }
}

html:focus-within {
  scroll-behavior: auto;
}

body {
  line-height: 1.8;
  color: #4b4b4b;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.8;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

video {
  display: block;
  width: 100%;
  height: auto;
  border: none;
}

svg {
  display: block;
  width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

button {
  touch-action: manipulation;
  cursor: pointer;
}

.js-fade-item {
  opacity: 0;
  filter: blur(15px);
}

.list-section-row {
  display: grid;
  row-gap: 4.75rem;
  margin-top: 2.625rem;
}

@media (min-width: 768px) {
  .list-section-row {
    display: flex;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    justify-content: space-between;
  }
  .list-section-row--skirt {
    justify-content: center;
  }
}

a.list-section-item {
  text-decoration: none;
  color: #4b4b4b;
}

a.list-section-item:hover {
  opacity: .8;
}

@media (min-width: 768px) {
  .list-section-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 21.875rem;
  }
}

@media (min-width: 768px) {
  .list-section-item-thumbnail.--shirt img {
    height: 21.0625rem;
    width: auto;
  }
}

@media (min-width: 768px) {
  .list-section-item-thumbnail.--dress img {
    height: 21.875rem;
    width: auto;
  }
}

.list-section-item-description {
  display: grid;
  place-items: center;
  text-align: center;
}

.list-section-item-description p {
  font-size: 0.875rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .list-section-item-description p {
    white-space: nowrap;
  }
}

.list-section-item-images {
  display: flex;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  margin: 0 auto 0;
  max-width: 17.25rem;
}

@media (min-width: 768px) {
  .list-section-item-images {
    margin-top: auto;
  }
}

a.list-section-item-link {
  display: block;
  font-weight: 700;
  font-family: "Yu Gothic Pr6N B";
  text-decoration: none;
  width: 100%;
  color: #4b4b4b;
  background-color: #D9D9D9;
  margin: 24px auto 0;
  padding: 16px 0;
}

a.list-section-item-link img {
  width: 28.99px;
  margin-left: 12px;
}

a.list-section-item-link > span {
  align-items: center;
  justify-content: center;
  text-align: center;
}

a.list-section-item-link.before {
  background-color: #4B4B4B;
  color: #fff;
  pointer-events: none;
}

a.list-section-item-link.before .before {
  display: block;
}

a.list-section-item-link.before .sale {
  display: none;
}

a.list-section-item-link.before .soldout {
  display: none;
}

a.list-section-item-link.sale .before {
  display: none;
}

a.list-section-item-link.sale .sale {
  display: flex;
}

a.list-section-item-link.sale .soldout {
  display: none;
}

a.list-section-item-link:not(.before).sold {
  pointer-events: none;
}

a.list-section-item-link:not(.before).sold .before {
  display: none;
}

a.list-section-item-link:not(.before).sold .sale {
  display: none;
}

a.list-section-item-link:not(.before).sold .soldout {
  display: block;
}

.stock,
.shipping {
  font-size: 14px;
  text-align: center;
}

.stock {
  margin-top: 6px;
}

.modaal-container {
  color: #4b4b4b;
  max-width: 1300px;
  padding: 60px 0 0;
  box-shadow: initial;
}

.modaal-content-container {
  padding: 0;
  margin: auto;
  max-width: 900px;
}

.modal-cta .modaal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
}

.modal-cta .modaal-close::before, .modal-cta .modaal-close::after {
  content: none;
}

#modaal-close {
  display: none;
}

.beforeMsg {
  font-size: 14px;
}

.ctaWrap.active .cta {
  bottom: 0;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: -155px;
  left: 0;
  width: 100%;
  height: 155px;
  background: rgba(217, 217, 217, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  padding: 0 30px;
  z-index: 100;
  transition: .8s;
}

.cta.before {
  flex-direction: column;
}

a.cta-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 60px;
  background-color: #4b4b4b;
  text-decoration: none;
  color: #fff;
}

a.cta-1.before {
  margin-bottom: 10px;
}

a.cta-1.before .cta-before {
  display: block;
}

a.cta-1.before .cta-sale {
  display: none;
}

a.cta-1.before .cta-soldout {
  display: none;
}

a.cta-1.sale .cta-before {
  display: none;
}

a.cta-1.sale .cta-sale {
  display: block;
}

a.cta-1.sale .cta-soldout {
  display: none;
}

a.cta-1:not(.before).sold {
  background-color: #D9D9D9;
  color: #4B4B4B;
}

a.cta-1:not(.before).sold .cta-before {
  display: none;
}

a.cta-1:not(.before).sold .cta-sale {
  display: none;
}

a.cta-1:not(.before).sold .cta-soldout {
  display: block;
}

@media (max-width: 767px) {
  .beforeMsg {
    font-size: 12px;
  }
  .cta {
    height: 80px;
    font-size: 14px;
    bottom: -80px;
  }
  .cta.before {
    height: initial;
    padding: 12px 16px;
    bottom: -153px;
  }
  a.cta-1 {
    max-width: 320px;
    height: 53.333px;
  }
  .modaal-inner-wrapper {
    padding-top: 20px;
  }
  .modaal-container {
    padding-top: 50px;
  }
}

/* footer
------------------------------------------ */
.footer {
  position: relative;
  z-index: 101;
  padding-top: 2.375rem;
  padding-bottom: 3.625rem;
  background: #d9d9d9;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 6rem;
    min-height: 28.125rem;
  }
}

.footer-container {
  max-width: 63.75rem;
}

@media (min-width: 768px) {
  .footer-container {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .footer-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.footerSns {
  display: flex;
  justify-content: space-between;
  padding: 0 2.625rem;
  margin: 0;
}

@media (min-width: 768px) {
  .footerSns {
    padding: 0;
    -moz-column-gap: 4.375rem;
    column-gap: 4.375rem;
  }
}

.footerSns li {
  max-height: 2.1875rem;
  list-style-type: none;
}

.footerSns li svg {
  width: auto;
  height: 100%;
}

.footerSns a {
  transition: 0.8s ease-out;
}

@media (hover: hover) and (pointer: fine) {
  .footerSns a:hover, .footerSns a:focus-visible {
    opacity: 0.6;
  }
}

.footerSns a:active {
  opacity: 0.6;
}

.footerLink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 2.8125rem;
  -moz-column-gap: 4.125rem;
  column-gap: 4.125rem;
  margin: 0;
  margin-top: 2.625rem;
  padding: 0;
}

@media (min-width: 768px) {
  .footerLink {
    flex: 1;
    justify-content: space-between;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    max-width: 35.125rem;
    margin-top: 0;
  }
}

.footerLink li {
  list-style-type: none;
}

.footerLink a {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .footerLink a {
    -moz-column-gap: 0.375rem;
    column-gap: 0.375rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .footerLink a:hover, .footerLink a:focus-visible {
    text-decoration: underline;
  }
}

.footerLink a:active {
  text-decoration: underline;
}

.footerLink .icon {
  flex-shrink: 0;
}

.footerLink .icon01 {
  width: 1.5625rem;
  transform: translateY(-0.1875rem);
}

.footerLink .icon02 {
  width: 2.625rem;
}

.footerLink .icon03 {
  width: 1.375rem;
}

.footerNav {
  margin-top: 3.25rem;
}

@media (min-width: 768px) {
  .footerNav {
    margin-top: 2.8125rem;
  }
}

.footerNavList {
  padding: 0 2.5rem;
  margin: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .footerNavList {
    padding: 0;
  }
}

.footerNavList li {
  display: inline-block;
  list-style: none;
  font-size: 0.6875rem;
  line-height: 1.8181818182;
}

@media (min-width: 768px) {
  .footerNavList li {
    font-size: 0.875rem;
    line-height: 1;
  }
}

.footerNavList li:not(:last-child)::after {
  content: " / ";
}

.footerNavList a {
  display: inline-block;
  text-decoration: none;
  color: #4b4b4b;
}

@media (hover: hover) and (pointer: fine) {
  .footerNavList a:hover, .footerNavList a:focus-visible {
    text-decoration: underline;
  }
}

.footerNavList a:active {
  text-decoration: underline;
}

.footerCopy {
  margin-top: 1.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .footerCopy {
    margin-top: 2.625rem;
  }
}

.footerCopy small {
  font-size: 0.6875rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .footerCopy small {
    font-size: 0.875rem;
  }
}

/* margin
------------------------------------------ */
.u-mt1 {
  margin-top: 0.0625rem !important;
}

.u-mt2 {
  margin-top: 0.125rem !important;
}

.u-mt3 {
  margin-top: 0.1875rem !important;
}

.u-mt4 {
  margin-top: 0.25rem !important;
}

.u-mt5 {
  margin-top: 0.3125rem !important;
}

.u-mt6 {
  margin-top: 0.375rem !important;
}

.u-mt7 {
  margin-top: 0.4375rem !important;
}

.u-mt8 {
  margin-top: 0.5rem !important;
}

.u-mt9 {
  margin-top: 0.5625rem !important;
}

.u-mt10 {
  margin-top: 0.625rem !important;
}

.u-mt11 {
  margin-top: 0.6875rem !important;
}

.u-mt12 {
  margin-top: 0.75rem !important;
}

.u-mt13 {
  margin-top: 0.8125rem !important;
}

.u-mt14 {
  margin-top: 0.875rem !important;
}

.u-mt15 {
  margin-top: 0.9375rem !important;
}

.u-mt16 {
  margin-top: 1rem !important;
}

.u-mt17 {
  margin-top: 1.0625rem !important;
}

.u-mt18 {
  margin-top: 1.125rem !important;
}

.u-mt19 {
  margin-top: 1.1875rem !important;
}

.u-mt20 {
  margin-top: 1.25rem !important;
}

.u-mt21 {
  margin-top: 1.3125rem !important;
}

.u-mt22 {
  margin-top: 1.375rem !important;
}

.u-mt23 {
  margin-top: 1.4375rem !important;
}

.u-mt24 {
  margin-top: 1.5rem !important;
}

.u-mt25 {
  margin-top: 1.5625rem !important;
}

.u-mt26 {
  margin-top: 1.625rem !important;
}

.u-mt27 {
  margin-top: 1.6875rem !important;
}

.u-mt28 {
  margin-top: 1.75rem !important;
}

.u-mt29 {
  margin-top: 1.8125rem !important;
}

.u-mt30 {
  margin-top: 1.875rem !important;
}

.u-mt31 {
  margin-top: 1.9375rem !important;
}

.u-mt32 {
  margin-top: 2rem !important;
}

.u-mt33 {
  margin-top: 2.0625rem !important;
}

.u-mt34 {
  margin-top: 2.125rem !important;
}

.u-mt35 {
  margin-top: 2.1875rem !important;
}

.u-mt36 {
  margin-top: 2.25rem !important;
}

.u-mt37 {
  margin-top: 2.3125rem !important;
}

.u-mt38 {
  margin-top: 2.375rem !important;
}

.u-mt39 {
  margin-top: 2.4375rem !important;
}

.u-mt40 {
  margin-top: 2.5rem !important;
}

.u-mt41 {
  margin-top: 2.5625rem !important;
}

.u-mt42 {
  margin-top: 2.625rem !important;
}

.u-mt43 {
  margin-top: 2.6875rem !important;
}

.u-mt44 {
  margin-top: 2.75rem !important;
}

.u-mt45 {
  margin-top: 2.8125rem !important;
}

.u-mt46 {
  margin-top: 2.875rem !important;
}

.u-mt47 {
  margin-top: 2.9375rem !important;
}

.u-mt48 {
  margin-top: 3rem !important;
}

.u-mt49 {
  margin-top: 3.0625rem !important;
}

.u-mt50 {
  margin-top: 3.125rem !important;
}

.u-mt51 {
  margin-top: 3.1875rem !important;
}

.u-mt52 {
  margin-top: 3.25rem !important;
}

.u-mt53 {
  margin-top: 3.3125rem !important;
}

.u-mt54 {
  margin-top: 3.375rem !important;
}

.u-mt55 {
  margin-top: 3.4375rem !important;
}

.u-mt56 {
  margin-top: 3.5rem !important;
}

.u-mt57 {
  margin-top: 3.5625rem !important;
}

.u-mt58 {
  margin-top: 3.625rem !important;
}

.u-mt59 {
  margin-top: 3.6875rem !important;
}

.u-mt60 {
  margin-top: 3.75rem !important;
}

.u-mt61 {
  margin-top: 3.8125rem !important;
}

.u-mt62 {
  margin-top: 3.875rem !important;
}

.u-mt63 {
  margin-top: 3.9375rem !important;
}

.u-mt64 {
  margin-top: 4rem !important;
}

.u-mt65 {
  margin-top: 4.0625rem !important;
}

.u-mt66 {
  margin-top: 4.125rem !important;
}

.u-mt67 {
  margin-top: 4.1875rem !important;
}

.u-mt68 {
  margin-top: 4.25rem !important;
}

.u-mt69 {
  margin-top: 4.3125rem !important;
}

.u-mt70 {
  margin-top: 4.375rem !important;
}

.u-mt71 {
  margin-top: 4.4375rem !important;
}

.u-mt72 {
  margin-top: 4.5rem !important;
}

.u-mt73 {
  margin-top: 4.5625rem !important;
}

.u-mt74 {
  margin-top: 4.625rem !important;
}

.u-mt75 {
  margin-top: 4.6875rem !important;
}

.u-mt76 {
  margin-top: 4.75rem !important;
}

.u-mt77 {
  margin-top: 4.8125rem !important;
}

.u-mt78 {
  margin-top: 4.875rem !important;
}

.u-mt79 {
  margin-top: 4.9375rem !important;
}

.u-mt80 {
  margin-top: 5rem !important;
}

.u-mt81 {
  margin-top: 5.0625rem !important;
}

.u-mt82 {
  margin-top: 5.125rem !important;
}

.u-mt83 {
  margin-top: 5.1875rem !important;
}

.u-mt84 {
  margin-top: 5.25rem !important;
}

.u-mt85 {
  margin-top: 5.3125rem !important;
}

.u-mt86 {
  margin-top: 5.375rem !important;
}

.u-mt87 {
  margin-top: 5.4375rem !important;
}

.u-mt88 {
  margin-top: 5.5rem !important;
}

.u-mt89 {
  margin-top: 5.5625rem !important;
}

.u-mt90 {
  margin-top: 5.625rem !important;
}

.u-mt91 {
  margin-top: 5.6875rem !important;
}

.u-mt92 {
  margin-top: 5.75rem !important;
}

.u-mt93 {
  margin-top: 5.8125rem !important;
}

.u-mt94 {
  margin-top: 5.875rem !important;
}

.u-mt95 {
  margin-top: 5.9375rem !important;
}

.u-mt96 {
  margin-top: 6rem !important;
}

.u-mt97 {
  margin-top: 6.0625rem !important;
}

.u-mt98 {
  margin-top: 6.125rem !important;
}

.u-mt99 {
  margin-top: 6.1875rem !important;
}

.u-mt100 {
  margin-top: 6.25rem !important;
}

.u-mt101 {
  margin-top: 6.3125rem !important;
}

.u-mt102 {
  margin-top: 6.375rem !important;
}

.u-mt103 {
  margin-top: 6.4375rem !important;
}

.u-mt104 {
  margin-top: 6.5rem !important;
}

.u-mt105 {
  margin-top: 6.5625rem !important;
}

.u-mt106 {
  margin-top: 6.625rem !important;
}

.u-mt107 {
  margin-top: 6.6875rem !important;
}

.u-mt108 {
  margin-top: 6.75rem !important;
}

.u-mt109 {
  margin-top: 6.8125rem !important;
}

.u-mt110 {
  margin-top: 6.875rem !important;
}

.u-mt111 {
  margin-top: 6.9375rem !important;
}

.u-mt112 {
  margin-top: 7rem !important;
}

.u-mt113 {
  margin-top: 7.0625rem !important;
}

.u-mt114 {
  margin-top: 7.125rem !important;
}

.u-mt115 {
  margin-top: 7.1875rem !important;
}

.u-mt116 {
  margin-top: 7.25rem !important;
}

.u-mt117 {
  margin-top: 7.3125rem !important;
}

.u-mt118 {
  margin-top: 7.375rem !important;
}

.u-mt119 {
  margin-top: 7.4375rem !important;
}

.u-mt120 {
  margin-top: 7.5rem !important;
}

.u-mt121 {
  margin-top: 7.5625rem !important;
}

.u-mt122 {
  margin-top: 7.625rem !important;
}

.u-mt123 {
  margin-top: 7.6875rem !important;
}

.u-mt124 {
  margin-top: 7.75rem !important;
}

.u-mt125 {
  margin-top: 7.8125rem !important;
}

.u-mt126 {
  margin-top: 7.875rem !important;
}

.u-mt127 {
  margin-top: 7.9375rem !important;
}

.u-mt128 {
  margin-top: 8rem !important;
}

.u-mt129 {
  margin-top: 8.0625rem !important;
}

.u-mt130 {
  margin-top: 8.125rem !important;
}

.u-mt131 {
  margin-top: 8.1875rem !important;
}

.u-mt132 {
  margin-top: 8.25rem !important;
}

.u-mt133 {
  margin-top: 8.3125rem !important;
}

.u-mt134 {
  margin-top: 8.375rem !important;
}

.u-mt135 {
  margin-top: 8.4375rem !important;
}

.u-mt136 {
  margin-top: 8.5rem !important;
}

.u-mt137 {
  margin-top: 8.5625rem !important;
}

.u-mt138 {
  margin-top: 8.625rem !important;
}

.u-mt139 {
  margin-top: 8.6875rem !important;
}

.u-mt140 {
  margin-top: 8.75rem !important;
}

.u-mt141 {
  margin-top: 8.8125rem !important;
}

.u-mt142 {
  margin-top: 8.875rem !important;
}

.u-mt143 {
  margin-top: 8.9375rem !important;
}

.u-mt144 {
  margin-top: 9rem !important;
}

.u-mt145 {
  margin-top: 9.0625rem !important;
}

.u-mt146 {
  margin-top: 9.125rem !important;
}

.u-mt147 {
  margin-top: 9.1875rem !important;
}

.u-mt148 {
  margin-top: 9.25rem !important;
}

.u-mt149 {
  margin-top: 9.3125rem !important;
}

.u-mt150 {
  margin-top: 9.375rem !important;
}

.u-mt151 {
  margin-top: 9.4375rem !important;
}

.u-mt152 {
  margin-top: 9.5rem !important;
}

.u-mt153 {
  margin-top: 9.5625rem !important;
}

.u-mt154 {
  margin-top: 9.625rem !important;
}

.u-mt155 {
  margin-top: 9.6875rem !important;
}

.u-mt156 {
  margin-top: 9.75rem !important;
}

.u-mt157 {
  margin-top: 9.8125rem !important;
}

.u-mt158 {
  margin-top: 9.875rem !important;
}

.u-mt159 {
  margin-top: 9.9375rem !important;
}

.u-mt160 {
  margin-top: 10rem !important;
}

.u-mt161 {
  margin-top: 10.0625rem !important;
}

.u-mt162 {
  margin-top: 10.125rem !important;
}

.u-mt163 {
  margin-top: 10.1875rem !important;
}

.u-mt164 {
  margin-top: 10.25rem !important;
}

.u-mt165 {
  margin-top: 10.3125rem !important;
}

.u-mt166 {
  margin-top: 10.375rem !important;
}

.u-mt167 {
  margin-top: 10.4375rem !important;
}

.u-mt168 {
  margin-top: 10.5rem !important;
}

.u-mt169 {
  margin-top: 10.5625rem !important;
}

.u-mt170 {
  margin-top: 10.625rem !important;
}

.u-mt171 {
  margin-top: 10.6875rem !important;
}

.u-mt172 {
  margin-top: 10.75rem !important;
}

.u-mt173 {
  margin-top: 10.8125rem !important;
}

.u-mt174 {
  margin-top: 10.875rem !important;
}

.u-mt175 {
  margin-top: 10.9375rem !important;
}

.u-mt176 {
  margin-top: 11rem !important;
}

.u-mt177 {
  margin-top: 11.0625rem !important;
}

.u-mt178 {
  margin-top: 11.125rem !important;
}

.u-mt179 {
  margin-top: 11.1875rem !important;
}

.u-mt180 {
  margin-top: 11.25rem !important;
}

.u-mt181 {
  margin-top: 11.3125rem !important;
}

.u-mt182 {
  margin-top: 11.375rem !important;
}

.u-mt183 {
  margin-top: 11.4375rem !important;
}

.u-mt184 {
  margin-top: 11.5rem !important;
}

.u-mt185 {
  margin-top: 11.5625rem !important;
}

.u-mt186 {
  margin-top: 11.625rem !important;
}

.u-mt187 {
  margin-top: 11.6875rem !important;
}

.u-mt188 {
  margin-top: 11.75rem !important;
}

.u-mt189 {
  margin-top: 11.8125rem !important;
}

.u-mt190 {
  margin-top: 11.875rem !important;
}

.u-mt191 {
  margin-top: 11.9375rem !important;
}

.u-mt192 {
  margin-top: 12rem !important;
}

.u-mt193 {
  margin-top: 12.0625rem !important;
}

.u-mt194 {
  margin-top: 12.125rem !important;
}

.u-mt195 {
  margin-top: 12.1875rem !important;
}

.u-mt196 {
  margin-top: 12.25rem !important;
}

.u-mt197 {
  margin-top: 12.3125rem !important;
}

.u-mt198 {
  margin-top: 12.375rem !important;
}

.u-mt199 {
  margin-top: 12.4375rem !important;
}

.u-mt200 {
  margin-top: 12.5rem !important;
}

.u-mb1 {
  margin-bottom: 0.0625rem !important;
}

.u-mb2 {
  margin-bottom: 0.125rem !important;
}

.u-mb3 {
  margin-bottom: 0.1875rem !important;
}

.u-mb4 {
  margin-bottom: 0.25rem !important;
}

.u-mb5 {
  margin-bottom: 0.3125rem !important;
}

.u-mb6 {
  margin-bottom: 0.375rem !important;
}

.u-mb7 {
  margin-bottom: 0.4375rem !important;
}

.u-mb8 {
  margin-bottom: 0.5rem !important;
}

.u-mb9 {
  margin-bottom: 0.5625rem !important;
}

.u-mb10 {
  margin-bottom: 0.625rem !important;
}

.u-mb11 {
  margin-bottom: 0.6875rem !important;
}

.u-mb12 {
  margin-bottom: 0.75rem !important;
}

.u-mb13 {
  margin-bottom: 0.8125rem !important;
}

.u-mb14 {
  margin-bottom: 0.875rem !important;
}

.u-mb15 {
  margin-bottom: 0.9375rem !important;
}

.u-mb16 {
  margin-bottom: 1rem !important;
}

.u-mb17 {
  margin-bottom: 1.0625rem !important;
}

.u-mb18 {
  margin-bottom: 1.125rem !important;
}

.u-mb19 {
  margin-bottom: 1.1875rem !important;
}

.u-mb20 {
  margin-bottom: 1.25rem !important;
}

.u-mb21 {
  margin-bottom: 1.3125rem !important;
}

.u-mb22 {
  margin-bottom: 1.375rem !important;
}

.u-mb23 {
  margin-bottom: 1.4375rem !important;
}

.u-mb24 {
  margin-bottom: 1.5rem !important;
}

.u-mb25 {
  margin-bottom: 1.5625rem !important;
}

.u-mb26 {
  margin-bottom: 1.625rem !important;
}

.u-mb27 {
  margin-bottom: 1.6875rem !important;
}

.u-mb28 {
  margin-bottom: 1.75rem !important;
}

.u-mb29 {
  margin-bottom: 1.8125rem !important;
}

.u-mb30 {
  margin-bottom: 1.875rem !important;
}

.u-mb31 {
  margin-bottom: 1.9375rem !important;
}

.u-mb32 {
  margin-bottom: 2rem !important;
}

.u-mb33 {
  margin-bottom: 2.0625rem !important;
}

.u-mb34 {
  margin-bottom: 2.125rem !important;
}

.u-mb35 {
  margin-bottom: 2.1875rem !important;
}

.u-mb36 {
  margin-bottom: 2.25rem !important;
}

.u-mb37 {
  margin-bottom: 2.3125rem !important;
}

.u-mb38 {
  margin-bottom: 2.375rem !important;
}

.u-mb39 {
  margin-bottom: 2.4375rem !important;
}

.u-mb40 {
  margin-bottom: 2.5rem !important;
}

.u-mb41 {
  margin-bottom: 2.5625rem !important;
}

.u-mb42 {
  margin-bottom: 2.625rem !important;
}

.u-mb43 {
  margin-bottom: 2.6875rem !important;
}

.u-mb44 {
  margin-bottom: 2.75rem !important;
}

.u-mb45 {
  margin-bottom: 2.8125rem !important;
}

.u-mb46 {
  margin-bottom: 2.875rem !important;
}

.u-mb47 {
  margin-bottom: 2.9375rem !important;
}

.u-mb48 {
  margin-bottom: 3rem !important;
}

.u-mb49 {
  margin-bottom: 3.0625rem !important;
}

.u-mb50 {
  margin-bottom: 3.125rem !important;
}

.u-mb51 {
  margin-bottom: 3.1875rem !important;
}

.u-mb52 {
  margin-bottom: 3.25rem !important;
}

.u-mb53 {
  margin-bottom: 3.3125rem !important;
}

.u-mb54 {
  margin-bottom: 3.375rem !important;
}

.u-mb55 {
  margin-bottom: 3.4375rem !important;
}

.u-mb56 {
  margin-bottom: 3.5rem !important;
}

.u-mb57 {
  margin-bottom: 3.5625rem !important;
}

.u-mb58 {
  margin-bottom: 3.625rem !important;
}

.u-mb59 {
  margin-bottom: 3.6875rem !important;
}

.u-mb60 {
  margin-bottom: 3.75rem !important;
}

.u-mb61 {
  margin-bottom: 3.8125rem !important;
}

.u-mb62 {
  margin-bottom: 3.875rem !important;
}

.u-mb63 {
  margin-bottom: 3.9375rem !important;
}

.u-mb64 {
  margin-bottom: 4rem !important;
}

.u-mb65 {
  margin-bottom: 4.0625rem !important;
}

.u-mb66 {
  margin-bottom: 4.125rem !important;
}

.u-mb67 {
  margin-bottom: 4.1875rem !important;
}

.u-mb68 {
  margin-bottom: 4.25rem !important;
}

.u-mb69 {
  margin-bottom: 4.3125rem !important;
}

.u-mb70 {
  margin-bottom: 4.375rem !important;
}

.u-mb71 {
  margin-bottom: 4.4375rem !important;
}

.u-mb72 {
  margin-bottom: 4.5rem !important;
}

.u-mb73 {
  margin-bottom: 4.5625rem !important;
}

.u-mb74 {
  margin-bottom: 4.625rem !important;
}

.u-mb75 {
  margin-bottom: 4.6875rem !important;
}

.u-mb76 {
  margin-bottom: 4.75rem !important;
}

.u-mb77 {
  margin-bottom: 4.8125rem !important;
}

.u-mb78 {
  margin-bottom: 4.875rem !important;
}

.u-mb79 {
  margin-bottom: 4.9375rem !important;
}

.u-mb80 {
  margin-bottom: 5rem !important;
}

.u-mb81 {
  margin-bottom: 5.0625rem !important;
}

.u-mb82 {
  margin-bottom: 5.125rem !important;
}

.u-mb83 {
  margin-bottom: 5.1875rem !important;
}

.u-mb84 {
  margin-bottom: 5.25rem !important;
}

.u-mb85 {
  margin-bottom: 5.3125rem !important;
}

.u-mb86 {
  margin-bottom: 5.375rem !important;
}

.u-mb87 {
  margin-bottom: 5.4375rem !important;
}

.u-mb88 {
  margin-bottom: 5.5rem !important;
}

.u-mb89 {
  margin-bottom: 5.5625rem !important;
}

.u-mb90 {
  margin-bottom: 5.625rem !important;
}

.u-mb91 {
  margin-bottom: 5.6875rem !important;
}

.u-mb92 {
  margin-bottom: 5.75rem !important;
}

.u-mb93 {
  margin-bottom: 5.8125rem !important;
}

.u-mb94 {
  margin-bottom: 5.875rem !important;
}

.u-mb95 {
  margin-bottom: 5.9375rem !important;
}

.u-mb96 {
  margin-bottom: 6rem !important;
}

.u-mb97 {
  margin-bottom: 6.0625rem !important;
}

.u-mb98 {
  margin-bottom: 6.125rem !important;
}

.u-mb99 {
  margin-bottom: 6.1875rem !important;
}

.u-mb100 {
  margin-bottom: 6.25rem !important;
}

.u-mb101 {
  margin-bottom: 6.3125rem !important;
}

.u-mb102 {
  margin-bottom: 6.375rem !important;
}

.u-mb103 {
  margin-bottom: 6.4375rem !important;
}

.u-mb104 {
  margin-bottom: 6.5rem !important;
}

.u-mb105 {
  margin-bottom: 6.5625rem !important;
}

.u-mb106 {
  margin-bottom: 6.625rem !important;
}

.u-mb107 {
  margin-bottom: 6.6875rem !important;
}

.u-mb108 {
  margin-bottom: 6.75rem !important;
}

.u-mb109 {
  margin-bottom: 6.8125rem !important;
}

.u-mb110 {
  margin-bottom: 6.875rem !important;
}

.u-mb111 {
  margin-bottom: 6.9375rem !important;
}

.u-mb112 {
  margin-bottom: 7rem !important;
}

.u-mb113 {
  margin-bottom: 7.0625rem !important;
}

.u-mb114 {
  margin-bottom: 7.125rem !important;
}

.u-mb115 {
  margin-bottom: 7.1875rem !important;
}

.u-mb116 {
  margin-bottom: 7.25rem !important;
}

.u-mb117 {
  margin-bottom: 7.3125rem !important;
}

.u-mb118 {
  margin-bottom: 7.375rem !important;
}

.u-mb119 {
  margin-bottom: 7.4375rem !important;
}

.u-mb120 {
  margin-bottom: 7.5rem !important;
}

.u-mb121 {
  margin-bottom: 7.5625rem !important;
}

.u-mb122 {
  margin-bottom: 7.625rem !important;
}

.u-mb123 {
  margin-bottom: 7.6875rem !important;
}

.u-mb124 {
  margin-bottom: 7.75rem !important;
}

.u-mb125 {
  margin-bottom: 7.8125rem !important;
}

.u-mb126 {
  margin-bottom: 7.875rem !important;
}

.u-mb127 {
  margin-bottom: 7.9375rem !important;
}

.u-mb128 {
  margin-bottom: 8rem !important;
}

.u-mb129 {
  margin-bottom: 8.0625rem !important;
}

.u-mb130 {
  margin-bottom: 8.125rem !important;
}

.u-mb131 {
  margin-bottom: 8.1875rem !important;
}

.u-mb132 {
  margin-bottom: 8.25rem !important;
}

.u-mb133 {
  margin-bottom: 8.3125rem !important;
}

.u-mb134 {
  margin-bottom: 8.375rem !important;
}

.u-mb135 {
  margin-bottom: 8.4375rem !important;
}

.u-mb136 {
  margin-bottom: 8.5rem !important;
}

.u-mb137 {
  margin-bottom: 8.5625rem !important;
}

.u-mb138 {
  margin-bottom: 8.625rem !important;
}

.u-mb139 {
  margin-bottom: 8.6875rem !important;
}

.u-mb140 {
  margin-bottom: 8.75rem !important;
}

.u-mb141 {
  margin-bottom: 8.8125rem !important;
}

.u-mb142 {
  margin-bottom: 8.875rem !important;
}

.u-mb143 {
  margin-bottom: 8.9375rem !important;
}

.u-mb144 {
  margin-bottom: 9rem !important;
}

.u-mb145 {
  margin-bottom: 9.0625rem !important;
}

.u-mb146 {
  margin-bottom: 9.125rem !important;
}

.u-mb147 {
  margin-bottom: 9.1875rem !important;
}

.u-mb148 {
  margin-bottom: 9.25rem !important;
}

.u-mb149 {
  margin-bottom: 9.3125rem !important;
}

.u-mb150 {
  margin-bottom: 9.375rem !important;
}

.u-mb151 {
  margin-bottom: 9.4375rem !important;
}

.u-mb152 {
  margin-bottom: 9.5rem !important;
}

.u-mb153 {
  margin-bottom: 9.5625rem !important;
}

.u-mb154 {
  margin-bottom: 9.625rem !important;
}

.u-mb155 {
  margin-bottom: 9.6875rem !important;
}

.u-mb156 {
  margin-bottom: 9.75rem !important;
}

.u-mb157 {
  margin-bottom: 9.8125rem !important;
}

.u-mb158 {
  margin-bottom: 9.875rem !important;
}

.u-mb159 {
  margin-bottom: 9.9375rem !important;
}

.u-mb160 {
  margin-bottom: 10rem !important;
}

.u-mb161 {
  margin-bottom: 10.0625rem !important;
}

.u-mb162 {
  margin-bottom: 10.125rem !important;
}

.u-mb163 {
  margin-bottom: 10.1875rem !important;
}

.u-mb164 {
  margin-bottom: 10.25rem !important;
}

.u-mb165 {
  margin-bottom: 10.3125rem !important;
}

.u-mb166 {
  margin-bottom: 10.375rem !important;
}

.u-mb167 {
  margin-bottom: 10.4375rem !important;
}

.u-mb168 {
  margin-bottom: 10.5rem !important;
}

.u-mb169 {
  margin-bottom: 10.5625rem !important;
}

.u-mb170 {
  margin-bottom: 10.625rem !important;
}

.u-mb171 {
  margin-bottom: 10.6875rem !important;
}

.u-mb172 {
  margin-bottom: 10.75rem !important;
}

.u-mb173 {
  margin-bottom: 10.8125rem !important;
}

.u-mb174 {
  margin-bottom: 10.875rem !important;
}

.u-mb175 {
  margin-bottom: 10.9375rem !important;
}

.u-mb176 {
  margin-bottom: 11rem !important;
}

.u-mb177 {
  margin-bottom: 11.0625rem !important;
}

.u-mb178 {
  margin-bottom: 11.125rem !important;
}

.u-mb179 {
  margin-bottom: 11.1875rem !important;
}

.u-mb180 {
  margin-bottom: 11.25rem !important;
}

.u-mb181 {
  margin-bottom: 11.3125rem !important;
}

.u-mb182 {
  margin-bottom: 11.375rem !important;
}

.u-mb183 {
  margin-bottom: 11.4375rem !important;
}

.u-mb184 {
  margin-bottom: 11.5rem !important;
}

.u-mb185 {
  margin-bottom: 11.5625rem !important;
}

.u-mb186 {
  margin-bottom: 11.625rem !important;
}

.u-mb187 {
  margin-bottom: 11.6875rem !important;
}

.u-mb188 {
  margin-bottom: 11.75rem !important;
}

.u-mb189 {
  margin-bottom: 11.8125rem !important;
}

.u-mb190 {
  margin-bottom: 11.875rem !important;
}

.u-mb191 {
  margin-bottom: 11.9375rem !important;
}

.u-mb192 {
  margin-bottom: 12rem !important;
}

.u-mb193 {
  margin-bottom: 12.0625rem !important;
}

.u-mb194 {
  margin-bottom: 12.125rem !important;
}

.u-mb195 {
  margin-bottom: 12.1875rem !important;
}

.u-mb196 {
  margin-bottom: 12.25rem !important;
}

.u-mb197 {
  margin-bottom: 12.3125rem !important;
}

.u-mb198 {
  margin-bottom: 12.375rem !important;
}

.u-mb199 {
  margin-bottom: 12.4375rem !important;
}

.u-mb200 {
  margin-bottom: 12.5rem !important;
}

@media (min-width: 768px) {
  .u-pc-mt1 {
    margin-top: 0.0625rem !important;
  }
  .u-pc-mt2 {
    margin-top: 0.125rem !important;
  }
  .u-pc-mt3 {
    margin-top: 0.1875rem !important;
  }
  .u-pc-mt4 {
    margin-top: 0.25rem !important;
  }
  .u-pc-mt5 {
    margin-top: 0.3125rem !important;
  }
  .u-pc-mt6 {
    margin-top: 0.375rem !important;
  }
  .u-pc-mt7 {
    margin-top: 0.4375rem !important;
  }
  .u-pc-mt8 {
    margin-top: 0.5rem !important;
  }
  .u-pc-mt9 {
    margin-top: 0.5625rem !important;
  }
  .u-pc-mt10 {
    margin-top: 0.625rem !important;
  }
  .u-pc-mt11 {
    margin-top: 0.6875rem !important;
  }
  .u-pc-mt12 {
    margin-top: 0.75rem !important;
  }
  .u-pc-mt13 {
    margin-top: 0.8125rem !important;
  }
  .u-pc-mt14 {
    margin-top: 0.875rem !important;
  }
  .u-pc-mt15 {
    margin-top: 0.9375rem !important;
  }
  .u-pc-mt16 {
    margin-top: 1rem !important;
  }
  .u-pc-mt17 {
    margin-top: 1.0625rem !important;
  }
  .u-pc-mt18 {
    margin-top: 1.125rem !important;
  }
  .u-pc-mt19 {
    margin-top: 1.1875rem !important;
  }
  .u-pc-mt20 {
    margin-top: 1.25rem !important;
  }
  .u-pc-mt21 {
    margin-top: 1.3125rem !important;
  }
  .u-pc-mt22 {
    margin-top: 1.375rem !important;
  }
  .u-pc-mt23 {
    margin-top: 1.4375rem !important;
  }
  .u-pc-mt24 {
    margin-top: 1.5rem !important;
  }
  .u-pc-mt25 {
    margin-top: 1.5625rem !important;
  }
  .u-pc-mt26 {
    margin-top: 1.625rem !important;
  }
  .u-pc-mt27 {
    margin-top: 1.6875rem !important;
  }
  .u-pc-mt28 {
    margin-top: 1.75rem !important;
  }
  .u-pc-mt29 {
    margin-top: 1.8125rem !important;
  }
  .u-pc-mt30 {
    margin-top: 1.875rem !important;
  }
  .u-pc-mt31 {
    margin-top: 1.9375rem !important;
  }
  .u-pc-mt32 {
    margin-top: 2rem !important;
  }
  .u-pc-mt33 {
    margin-top: 2.0625rem !important;
  }
  .u-pc-mt34 {
    margin-top: 2.125rem !important;
  }
  .u-pc-mt35 {
    margin-top: 2.1875rem !important;
  }
  .u-pc-mt36 {
    margin-top: 2.25rem !important;
  }
  .u-pc-mt37 {
    margin-top: 2.3125rem !important;
  }
  .u-pc-mt38 {
    margin-top: 2.375rem !important;
  }
  .u-pc-mt39 {
    margin-top: 2.4375rem !important;
  }
  .u-pc-mt40 {
    margin-top: 2.5rem !important;
  }
  .u-pc-mt41 {
    margin-top: 2.5625rem !important;
  }
  .u-pc-mt42 {
    margin-top: 2.625rem !important;
  }
  .u-pc-mt43 {
    margin-top: 2.6875rem !important;
  }
  .u-pc-mt44 {
    margin-top: 2.75rem !important;
  }
  .u-pc-mt45 {
    margin-top: 2.8125rem !important;
  }
  .u-pc-mt46 {
    margin-top: 2.875rem !important;
  }
  .u-pc-mt47 {
    margin-top: 2.9375rem !important;
  }
  .u-pc-mt48 {
    margin-top: 3rem !important;
  }
  .u-pc-mt49 {
    margin-top: 3.0625rem !important;
  }
  .u-pc-mt50 {
    margin-top: 3.125rem !important;
  }
  .u-pc-mt51 {
    margin-top: 3.1875rem !important;
  }
  .u-pc-mt52 {
    margin-top: 3.25rem !important;
  }
  .u-pc-mt53 {
    margin-top: 3.3125rem !important;
  }
  .u-pc-mt54 {
    margin-top: 3.375rem !important;
  }
  .u-pc-mt55 {
    margin-top: 3.4375rem !important;
  }
  .u-pc-mt56 {
    margin-top: 3.5rem !important;
  }
  .u-pc-mt57 {
    margin-top: 3.5625rem !important;
  }
  .u-pc-mt58 {
    margin-top: 3.625rem !important;
  }
  .u-pc-mt59 {
    margin-top: 3.6875rem !important;
  }
  .u-pc-mt60 {
    margin-top: 3.75rem !important;
  }
  .u-pc-mt61 {
    margin-top: 3.8125rem !important;
  }
  .u-pc-mt62 {
    margin-top: 3.875rem !important;
  }
  .u-pc-mt63 {
    margin-top: 3.9375rem !important;
  }
  .u-pc-mt64 {
    margin-top: 4rem !important;
  }
  .u-pc-mt65 {
    margin-top: 4.0625rem !important;
  }
  .u-pc-mt66 {
    margin-top: 4.125rem !important;
  }
  .u-pc-mt67 {
    margin-top: 4.1875rem !important;
  }
  .u-pc-mt68 {
    margin-top: 4.25rem !important;
  }
  .u-pc-mt69 {
    margin-top: 4.3125rem !important;
  }
  .u-pc-mt70 {
    margin-top: 4.375rem !important;
  }
  .u-pc-mt71 {
    margin-top: 4.4375rem !important;
  }
  .u-pc-mt72 {
    margin-top: 4.5rem !important;
  }
  .u-pc-mt73 {
    margin-top: 4.5625rem !important;
  }
  .u-pc-mt74 {
    margin-top: 4.625rem !important;
  }
  .u-pc-mt75 {
    margin-top: 4.6875rem !important;
  }
  .u-pc-mt76 {
    margin-top: 4.75rem !important;
  }
  .u-pc-mt77 {
    margin-top: 4.8125rem !important;
  }
  .u-pc-mt78 {
    margin-top: 4.875rem !important;
  }
  .u-pc-mt79 {
    margin-top: 4.9375rem !important;
  }
  .u-pc-mt80 {
    margin-top: 5rem !important;
  }
  .u-pc-mt81 {
    margin-top: 5.0625rem !important;
  }
  .u-pc-mt82 {
    margin-top: 5.125rem !important;
  }
  .u-pc-mt83 {
    margin-top: 5.1875rem !important;
  }
  .u-pc-mt84 {
    margin-top: 5.25rem !important;
  }
  .u-pc-mt85 {
    margin-top: 5.3125rem !important;
  }
  .u-pc-mt86 {
    margin-top: 5.375rem !important;
  }
  .u-pc-mt87 {
    margin-top: 5.4375rem !important;
  }
  .u-pc-mt88 {
    margin-top: 5.5rem !important;
  }
  .u-pc-mt89 {
    margin-top: 5.5625rem !important;
  }
  .u-pc-mt90 {
    margin-top: 5.625rem !important;
  }
  .u-pc-mt91 {
    margin-top: 5.6875rem !important;
  }
  .u-pc-mt92 {
    margin-top: 5.75rem !important;
  }
  .u-pc-mt93 {
    margin-top: 5.8125rem !important;
  }
  .u-pc-mt94 {
    margin-top: 5.875rem !important;
  }
  .u-pc-mt95 {
    margin-top: 5.9375rem !important;
  }
  .u-pc-mt96 {
    margin-top: 6rem !important;
  }
  .u-pc-mt97 {
    margin-top: 6.0625rem !important;
  }
  .u-pc-mt98 {
    margin-top: 6.125rem !important;
  }
  .u-pc-mt99 {
    margin-top: 6.1875rem !important;
  }
  .u-pc-mt100 {
    margin-top: 6.25rem !important;
  }
  .u-pc-mt101 {
    margin-top: 6.3125rem !important;
  }
  .u-pc-mt102 {
    margin-top: 6.375rem !important;
  }
  .u-pc-mt103 {
    margin-top: 6.4375rem !important;
  }
  .u-pc-mt104 {
    margin-top: 6.5rem !important;
  }
  .u-pc-mt105 {
    margin-top: 6.5625rem !important;
  }
  .u-pc-mt106 {
    margin-top: 6.625rem !important;
  }
  .u-pc-mt107 {
    margin-top: 6.6875rem !important;
  }
  .u-pc-mt108 {
    margin-top: 6.75rem !important;
  }
  .u-pc-mt109 {
    margin-top: 6.8125rem !important;
  }
  .u-pc-mt110 {
    margin-top: 6.875rem !important;
  }
  .u-pc-mt111 {
    margin-top: 6.9375rem !important;
  }
  .u-pc-mt112 {
    margin-top: 7rem !important;
  }
  .u-pc-mt113 {
    margin-top: 7.0625rem !important;
  }
  .u-pc-mt114 {
    margin-top: 7.125rem !important;
  }
  .u-pc-mt115 {
    margin-top: 7.1875rem !important;
  }
  .u-pc-mt116 {
    margin-top: 7.25rem !important;
  }
  .u-pc-mt117 {
    margin-top: 7.3125rem !important;
  }
  .u-pc-mt118 {
    margin-top: 7.375rem !important;
  }
  .u-pc-mt119 {
    margin-top: 7.4375rem !important;
  }
  .u-pc-mt120 {
    margin-top: 7.5rem !important;
  }
  .u-pc-mt121 {
    margin-top: 7.5625rem !important;
  }
  .u-pc-mt122 {
    margin-top: 7.625rem !important;
  }
  .u-pc-mt123 {
    margin-top: 7.6875rem !important;
  }
  .u-pc-mt124 {
    margin-top: 7.75rem !important;
  }
  .u-pc-mt125 {
    margin-top: 7.8125rem !important;
  }
  .u-pc-mt126 {
    margin-top: 7.875rem !important;
  }
  .u-pc-mt127 {
    margin-top: 7.9375rem !important;
  }
  .u-pc-mt128 {
    margin-top: 8rem !important;
  }
  .u-pc-mt129 {
    margin-top: 8.0625rem !important;
  }
  .u-pc-mt130 {
    margin-top: 8.125rem !important;
  }
  .u-pc-mt131 {
    margin-top: 8.1875rem !important;
  }
  .u-pc-mt132 {
    margin-top: 8.25rem !important;
  }
  .u-pc-mt133 {
    margin-top: 8.3125rem !important;
  }
  .u-pc-mt134 {
    margin-top: 8.375rem !important;
  }
  .u-pc-mt135 {
    margin-top: 8.4375rem !important;
  }
  .u-pc-mt136 {
    margin-top: 8.5rem !important;
  }
  .u-pc-mt137 {
    margin-top: 8.5625rem !important;
  }
  .u-pc-mt138 {
    margin-top: 8.625rem !important;
  }
  .u-pc-mt139 {
    margin-top: 8.6875rem !important;
  }
  .u-pc-mt140 {
    margin-top: 8.75rem !important;
  }
  .u-pc-mt141 {
    margin-top: 8.8125rem !important;
  }
  .u-pc-mt142 {
    margin-top: 8.875rem !important;
  }
  .u-pc-mt143 {
    margin-top: 8.9375rem !important;
  }
  .u-pc-mt144 {
    margin-top: 9rem !important;
  }
  .u-pc-mt145 {
    margin-top: 9.0625rem !important;
  }
  .u-pc-mt146 {
    margin-top: 9.125rem !important;
  }
  .u-pc-mt147 {
    margin-top: 9.1875rem !important;
  }
  .u-pc-mt148 {
    margin-top: 9.25rem !important;
  }
  .u-pc-mt149 {
    margin-top: 9.3125rem !important;
  }
  .u-pc-mt150 {
    margin-top: 9.375rem !important;
  }
  .u-pc-mt151 {
    margin-top: 9.4375rem !important;
  }
  .u-pc-mt152 {
    margin-top: 9.5rem !important;
  }
  .u-pc-mt153 {
    margin-top: 9.5625rem !important;
  }
  .u-pc-mt154 {
    margin-top: 9.625rem !important;
  }
  .u-pc-mt155 {
    margin-top: 9.6875rem !important;
  }
  .u-pc-mt156 {
    margin-top: 9.75rem !important;
  }
  .u-pc-mt157 {
    margin-top: 9.8125rem !important;
  }
  .u-pc-mt158 {
    margin-top: 9.875rem !important;
  }
  .u-pc-mt159 {
    margin-top: 9.9375rem !important;
  }
  .u-pc-mt160 {
    margin-top: 10rem !important;
  }
  .u-pc-mt161 {
    margin-top: 10.0625rem !important;
  }
  .u-pc-mt162 {
    margin-top: 10.125rem !important;
  }
  .u-pc-mt163 {
    margin-top: 10.1875rem !important;
  }
  .u-pc-mt164 {
    margin-top: 10.25rem !important;
  }
  .u-pc-mt165 {
    margin-top: 10.3125rem !important;
  }
  .u-pc-mt166 {
    margin-top: 10.375rem !important;
  }
  .u-pc-mt167 {
    margin-top: 10.4375rem !important;
  }
  .u-pc-mt168 {
    margin-top: 10.5rem !important;
  }
  .u-pc-mt169 {
    margin-top: 10.5625rem !important;
  }
  .u-pc-mt170 {
    margin-top: 10.625rem !important;
  }
  .u-pc-mt171 {
    margin-top: 10.6875rem !important;
  }
  .u-pc-mt172 {
    margin-top: 10.75rem !important;
  }
  .u-pc-mt173 {
    margin-top: 10.8125rem !important;
  }
  .u-pc-mt174 {
    margin-top: 10.875rem !important;
  }
  .u-pc-mt175 {
    margin-top: 10.9375rem !important;
  }
  .u-pc-mt176 {
    margin-top: 11rem !important;
  }
  .u-pc-mt177 {
    margin-top: 11.0625rem !important;
  }
  .u-pc-mt178 {
    margin-top: 11.125rem !important;
  }
  .u-pc-mt179 {
    margin-top: 11.1875rem !important;
  }
  .u-pc-mt180 {
    margin-top: 11.25rem !important;
  }
  .u-pc-mt181 {
    margin-top: 11.3125rem !important;
  }
  .u-pc-mt182 {
    margin-top: 11.375rem !important;
  }
  .u-pc-mt183 {
    margin-top: 11.4375rem !important;
  }
  .u-pc-mt184 {
    margin-top: 11.5rem !important;
  }
  .u-pc-mt185 {
    margin-top: 11.5625rem !important;
  }
  .u-pc-mt186 {
    margin-top: 11.625rem !important;
  }
  .u-pc-mt187 {
    margin-top: 11.6875rem !important;
  }
  .u-pc-mt188 {
    margin-top: 11.75rem !important;
  }
  .u-pc-mt189 {
    margin-top: 11.8125rem !important;
  }
  .u-pc-mt190 {
    margin-top: 11.875rem !important;
  }
  .u-pc-mt191 {
    margin-top: 11.9375rem !important;
  }
  .u-pc-mt192 {
    margin-top: 12rem !important;
  }
  .u-pc-mt193 {
    margin-top: 12.0625rem !important;
  }
  .u-pc-mt194 {
    margin-top: 12.125rem !important;
  }
  .u-pc-mt195 {
    margin-top: 12.1875rem !important;
  }
  .u-pc-mt196 {
    margin-top: 12.25rem !important;
  }
  .u-pc-mt197 {
    margin-top: 12.3125rem !important;
  }
  .u-pc-mt198 {
    margin-top: 12.375rem !important;
  }
  .u-pc-mt199 {
    margin-top: 12.4375rem !important;
  }
  .u-pc-mt200 {
    margin-top: 12.5rem !important;
  }
  .u-pc-mb1 {
    margin-bottom: 0.0625rem !important;
  }
  .u-pc-mb2 {
    margin-bottom: 0.125rem !important;
  }
  .u-pc-mb3 {
    margin-bottom: 0.1875rem !important;
  }
  .u-pc-mb4 {
    margin-bottom: 0.25rem !important;
  }
  .u-pc-mb5 {
    margin-bottom: 0.3125rem !important;
  }
  .u-pc-mb6 {
    margin-bottom: 0.375rem !important;
  }
  .u-pc-mb7 {
    margin-bottom: 0.4375rem !important;
  }
  .u-pc-mb8 {
    margin-bottom: 0.5rem !important;
  }
  .u-pc-mb9 {
    margin-bottom: 0.5625rem !important;
  }
  .u-pc-mb10 {
    margin-bottom: 0.625rem !important;
  }
  .u-pc-mb11 {
    margin-bottom: 0.6875rem !important;
  }
  .u-pc-mb12 {
    margin-bottom: 0.75rem !important;
  }
  .u-pc-mb13 {
    margin-bottom: 0.8125rem !important;
  }
  .u-pc-mb14 {
    margin-bottom: 0.875rem !important;
  }
  .u-pc-mb15 {
    margin-bottom: 0.9375rem !important;
  }
  .u-pc-mb16 {
    margin-bottom: 1rem !important;
  }
  .u-pc-mb17 {
    margin-bottom: 1.0625rem !important;
  }
  .u-pc-mb18 {
    margin-bottom: 1.125rem !important;
  }
  .u-pc-mb19 {
    margin-bottom: 1.1875rem !important;
  }
  .u-pc-mb20 {
    margin-bottom: 1.25rem !important;
  }
  .u-pc-mb21 {
    margin-bottom: 1.3125rem !important;
  }
  .u-pc-mb22 {
    margin-bottom: 1.375rem !important;
  }
  .u-pc-mb23 {
    margin-bottom: 1.4375rem !important;
  }
  .u-pc-mb24 {
    margin-bottom: 1.5rem !important;
  }
  .u-pc-mb25 {
    margin-bottom: 1.5625rem !important;
  }
  .u-pc-mb26 {
    margin-bottom: 1.625rem !important;
  }
  .u-pc-mb27 {
    margin-bottom: 1.6875rem !important;
  }
  .u-pc-mb28 {
    margin-bottom: 1.75rem !important;
  }
  .u-pc-mb29 {
    margin-bottom: 1.8125rem !important;
  }
  .u-pc-mb30 {
    margin-bottom: 1.875rem !important;
  }
  .u-pc-mb31 {
    margin-bottom: 1.9375rem !important;
  }
  .u-pc-mb32 {
    margin-bottom: 2rem !important;
  }
  .u-pc-mb33 {
    margin-bottom: 2.0625rem !important;
  }
  .u-pc-mb34 {
    margin-bottom: 2.125rem !important;
  }
  .u-pc-mb35 {
    margin-bottom: 2.1875rem !important;
  }
  .u-pc-mb36 {
    margin-bottom: 2.25rem !important;
  }
  .u-pc-mb37 {
    margin-bottom: 2.3125rem !important;
  }
  .u-pc-mb38 {
    margin-bottom: 2.375rem !important;
  }
  .u-pc-mb39 {
    margin-bottom: 2.4375rem !important;
  }
  .u-pc-mb40 {
    margin-bottom: 2.5rem !important;
  }
  .u-pc-mb41 {
    margin-bottom: 2.5625rem !important;
  }
  .u-pc-mb42 {
    margin-bottom: 2.625rem !important;
  }
  .u-pc-mb43 {
    margin-bottom: 2.6875rem !important;
  }
  .u-pc-mb44 {
    margin-bottom: 2.75rem !important;
  }
  .u-pc-mb45 {
    margin-bottom: 2.8125rem !important;
  }
  .u-pc-mb46 {
    margin-bottom: 2.875rem !important;
  }
  .u-pc-mb47 {
    margin-bottom: 2.9375rem !important;
  }
  .u-pc-mb48 {
    margin-bottom: 3rem !important;
  }
  .u-pc-mb49 {
    margin-bottom: 3.0625rem !important;
  }
  .u-pc-mb50 {
    margin-bottom: 3.125rem !important;
  }
  .u-pc-mb51 {
    margin-bottom: 3.1875rem !important;
  }
  .u-pc-mb52 {
    margin-bottom: 3.25rem !important;
  }
  .u-pc-mb53 {
    margin-bottom: 3.3125rem !important;
  }
  .u-pc-mb54 {
    margin-bottom: 3.375rem !important;
  }
  .u-pc-mb55 {
    margin-bottom: 3.4375rem !important;
  }
  .u-pc-mb56 {
    margin-bottom: 3.5rem !important;
  }
  .u-pc-mb57 {
    margin-bottom: 3.5625rem !important;
  }
  .u-pc-mb58 {
    margin-bottom: 3.625rem !important;
  }
  .u-pc-mb59 {
    margin-bottom: 3.6875rem !important;
  }
  .u-pc-mb60 {
    margin-bottom: 3.75rem !important;
  }
  .u-pc-mb61 {
    margin-bottom: 3.8125rem !important;
  }
  .u-pc-mb62 {
    margin-bottom: 3.875rem !important;
  }
  .u-pc-mb63 {
    margin-bottom: 3.9375rem !important;
  }
  .u-pc-mb64 {
    margin-bottom: 4rem !important;
  }
  .u-pc-mb65 {
    margin-bottom: 4.0625rem !important;
  }
  .u-pc-mb66 {
    margin-bottom: 4.125rem !important;
  }
  .u-pc-mb67 {
    margin-bottom: 4.1875rem !important;
  }
  .u-pc-mb68 {
    margin-bottom: 4.25rem !important;
  }
  .u-pc-mb69 {
    margin-bottom: 4.3125rem !important;
  }
  .u-pc-mb70 {
    margin-bottom: 4.375rem !important;
  }
  .u-pc-mb71 {
    margin-bottom: 4.4375rem !important;
  }
  .u-pc-mb72 {
    margin-bottom: 4.5rem !important;
  }
  .u-pc-mb73 {
    margin-bottom: 4.5625rem !important;
  }
  .u-pc-mb74 {
    margin-bottom: 4.625rem !important;
  }
  .u-pc-mb75 {
    margin-bottom: 4.6875rem !important;
  }
  .u-pc-mb76 {
    margin-bottom: 4.75rem !important;
  }
  .u-pc-mb77 {
    margin-bottom: 4.8125rem !important;
  }
  .u-pc-mb78 {
    margin-bottom: 4.875rem !important;
  }
  .u-pc-mb79 {
    margin-bottom: 4.9375rem !important;
  }
  .u-pc-mb80 {
    margin-bottom: 5rem !important;
  }
  .u-pc-mb81 {
    margin-bottom: 5.0625rem !important;
  }
  .u-pc-mb82 {
    margin-bottom: 5.125rem !important;
  }
  .u-pc-mb83 {
    margin-bottom: 5.1875rem !important;
  }
  .u-pc-mb84 {
    margin-bottom: 5.25rem !important;
  }
  .u-pc-mb85 {
    margin-bottom: 5.3125rem !important;
  }
  .u-pc-mb86 {
    margin-bottom: 5.375rem !important;
  }
  .u-pc-mb87 {
    margin-bottom: 5.4375rem !important;
  }
  .u-pc-mb88 {
    margin-bottom: 5.5rem !important;
  }
  .u-pc-mb89 {
    margin-bottom: 5.5625rem !important;
  }
  .u-pc-mb90 {
    margin-bottom: 5.625rem !important;
  }
  .u-pc-mb91 {
    margin-bottom: 5.6875rem !important;
  }
  .u-pc-mb92 {
    margin-bottom: 5.75rem !important;
  }
  .u-pc-mb93 {
    margin-bottom: 5.8125rem !important;
  }
  .u-pc-mb94 {
    margin-bottom: 5.875rem !important;
  }
  .u-pc-mb95 {
    margin-bottom: 5.9375rem !important;
  }
  .u-pc-mb96 {
    margin-bottom: 6rem !important;
  }
  .u-pc-mb97 {
    margin-bottom: 6.0625rem !important;
  }
  .u-pc-mb98 {
    margin-bottom: 6.125rem !important;
  }
  .u-pc-mb99 {
    margin-bottom: 6.1875rem !important;
  }
  .u-pc-mb100 {
    margin-bottom: 6.25rem !important;
  }
  .u-pc-mb101 {
    margin-bottom: 6.3125rem !important;
  }
  .u-pc-mb102 {
    margin-bottom: 6.375rem !important;
  }
  .u-pc-mb103 {
    margin-bottom: 6.4375rem !important;
  }
  .u-pc-mb104 {
    margin-bottom: 6.5rem !important;
  }
  .u-pc-mb105 {
    margin-bottom: 6.5625rem !important;
  }
  .u-pc-mb106 {
    margin-bottom: 6.625rem !important;
  }
  .u-pc-mb107 {
    margin-bottom: 6.6875rem !important;
  }
  .u-pc-mb108 {
    margin-bottom: 6.75rem !important;
  }
  .u-pc-mb109 {
    margin-bottom: 6.8125rem !important;
  }
  .u-pc-mb110 {
    margin-bottom: 6.875rem !important;
  }
  .u-pc-mb111 {
    margin-bottom: 6.9375rem !important;
  }
  .u-pc-mb112 {
    margin-bottom: 7rem !important;
  }
  .u-pc-mb113 {
    margin-bottom: 7.0625rem !important;
  }
  .u-pc-mb114 {
    margin-bottom: 7.125rem !important;
  }
  .u-pc-mb115 {
    margin-bottom: 7.1875rem !important;
  }
  .u-pc-mb116 {
    margin-bottom: 7.25rem !important;
  }
  .u-pc-mb117 {
    margin-bottom: 7.3125rem !important;
  }
  .u-pc-mb118 {
    margin-bottom: 7.375rem !important;
  }
  .u-pc-mb119 {
    margin-bottom: 7.4375rem !important;
  }
  .u-pc-mb120 {
    margin-bottom: 7.5rem !important;
  }
  .u-pc-mb121 {
    margin-bottom: 7.5625rem !important;
  }
  .u-pc-mb122 {
    margin-bottom: 7.625rem !important;
  }
  .u-pc-mb123 {
    margin-bottom: 7.6875rem !important;
  }
  .u-pc-mb124 {
    margin-bottom: 7.75rem !important;
  }
  .u-pc-mb125 {
    margin-bottom: 7.8125rem !important;
  }
  .u-pc-mb126 {
    margin-bottom: 7.875rem !important;
  }
  .u-pc-mb127 {
    margin-bottom: 7.9375rem !important;
  }
  .u-pc-mb128 {
    margin-bottom: 8rem !important;
  }
  .u-pc-mb129 {
    margin-bottom: 8.0625rem !important;
  }
  .u-pc-mb130 {
    margin-bottom: 8.125rem !important;
  }
  .u-pc-mb131 {
    margin-bottom: 8.1875rem !important;
  }
  .u-pc-mb132 {
    margin-bottom: 8.25rem !important;
  }
  .u-pc-mb133 {
    margin-bottom: 8.3125rem !important;
  }
  .u-pc-mb134 {
    margin-bottom: 8.375rem !important;
  }
  .u-pc-mb135 {
    margin-bottom: 8.4375rem !important;
  }
  .u-pc-mb136 {
    margin-bottom: 8.5rem !important;
  }
  .u-pc-mb137 {
    margin-bottom: 8.5625rem !important;
  }
  .u-pc-mb138 {
    margin-bottom: 8.625rem !important;
  }
  .u-pc-mb139 {
    margin-bottom: 8.6875rem !important;
  }
  .u-pc-mb140 {
    margin-bottom: 8.75rem !important;
  }
  .u-pc-mb141 {
    margin-bottom: 8.8125rem !important;
  }
  .u-pc-mb142 {
    margin-bottom: 8.875rem !important;
  }
  .u-pc-mb143 {
    margin-bottom: 8.9375rem !important;
  }
  .u-pc-mb144 {
    margin-bottom: 9rem !important;
  }
  .u-pc-mb145 {
    margin-bottom: 9.0625rem !important;
  }
  .u-pc-mb146 {
    margin-bottom: 9.125rem !important;
  }
  .u-pc-mb147 {
    margin-bottom: 9.1875rem !important;
  }
  .u-pc-mb148 {
    margin-bottom: 9.25rem !important;
  }
  .u-pc-mb149 {
    margin-bottom: 9.3125rem !important;
  }
  .u-pc-mb150 {
    margin-bottom: 9.375rem !important;
  }
  .u-pc-mb151 {
    margin-bottom: 9.4375rem !important;
  }
  .u-pc-mb152 {
    margin-bottom: 9.5rem !important;
  }
  .u-pc-mb153 {
    margin-bottom: 9.5625rem !important;
  }
  .u-pc-mb154 {
    margin-bottom: 9.625rem !important;
  }
  .u-pc-mb155 {
    margin-bottom: 9.6875rem !important;
  }
  .u-pc-mb156 {
    margin-bottom: 9.75rem !important;
  }
  .u-pc-mb157 {
    margin-bottom: 9.8125rem !important;
  }
  .u-pc-mb158 {
    margin-bottom: 9.875rem !important;
  }
  .u-pc-mb159 {
    margin-bottom: 9.9375rem !important;
  }
  .u-pc-mb160 {
    margin-bottom: 10rem !important;
  }
  .u-pc-mb161 {
    margin-bottom: 10.0625rem !important;
  }
  .u-pc-mb162 {
    margin-bottom: 10.125rem !important;
  }
  .u-pc-mb163 {
    margin-bottom: 10.1875rem !important;
  }
  .u-pc-mb164 {
    margin-bottom: 10.25rem !important;
  }
  .u-pc-mb165 {
    margin-bottom: 10.3125rem !important;
  }
  .u-pc-mb166 {
    margin-bottom: 10.375rem !important;
  }
  .u-pc-mb167 {
    margin-bottom: 10.4375rem !important;
  }
  .u-pc-mb168 {
    margin-bottom: 10.5rem !important;
  }
  .u-pc-mb169 {
    margin-bottom: 10.5625rem !important;
  }
  .u-pc-mb170 {
    margin-bottom: 10.625rem !important;
  }
  .u-pc-mb171 {
    margin-bottom: 10.6875rem !important;
  }
  .u-pc-mb172 {
    margin-bottom: 10.75rem !important;
  }
  .u-pc-mb173 {
    margin-bottom: 10.8125rem !important;
  }
  .u-pc-mb174 {
    margin-bottom: 10.875rem !important;
  }
  .u-pc-mb175 {
    margin-bottom: 10.9375rem !important;
  }
  .u-pc-mb176 {
    margin-bottom: 11rem !important;
  }
  .u-pc-mb177 {
    margin-bottom: 11.0625rem !important;
  }
  .u-pc-mb178 {
    margin-bottom: 11.125rem !important;
  }
  .u-pc-mb179 {
    margin-bottom: 11.1875rem !important;
  }
  .u-pc-mb180 {
    margin-bottom: 11.25rem !important;
  }
  .u-pc-mb181 {
    margin-bottom: 11.3125rem !important;
  }
  .u-pc-mb182 {
    margin-bottom: 11.375rem !important;
  }
  .u-pc-mb183 {
    margin-bottom: 11.4375rem !important;
  }
  .u-pc-mb184 {
    margin-bottom: 11.5rem !important;
  }
  .u-pc-mb185 {
    margin-bottom: 11.5625rem !important;
  }
  .u-pc-mb186 {
    margin-bottom: 11.625rem !important;
  }
  .u-pc-mb187 {
    margin-bottom: 11.6875rem !important;
  }
  .u-pc-mb188 {
    margin-bottom: 11.75rem !important;
  }
  .u-pc-mb189 {
    margin-bottom: 11.8125rem !important;
  }
  .u-pc-mb190 {
    margin-bottom: 11.875rem !important;
  }
  .u-pc-mb191 {
    margin-bottom: 11.9375rem !important;
  }
  .u-pc-mb192 {
    margin-bottom: 12rem !important;
  }
  .u-pc-mb193 {
    margin-bottom: 12.0625rem !important;
  }
  .u-pc-mb194 {
    margin-bottom: 12.125rem !important;
  }
  .u-pc-mb195 {
    margin-bottom: 12.1875rem !important;
  }
  .u-pc-mb196 {
    margin-bottom: 12.25rem !important;
  }
  .u-pc-mb197 {
    margin-bottom: 12.3125rem !important;
  }
  .u-pc-mb198 {
    margin-bottom: 12.375rem !important;
  }
  .u-pc-mb199 {
    margin-bottom: 12.4375rem !important;
  }
  .u-pc-mb200 {
    margin-bottom: 12.5rem !important;
  }
}

@media (max-width: 767px) {
  .u-sp-mt1 {
    margin-top: 0.0625rem !important;
  }
  .u-sp-mt2 {
    margin-top: 0.125rem !important;
  }
  .u-sp-mt3 {
    margin-top: 0.1875rem !important;
  }
  .u-sp-mt4 {
    margin-top: 0.25rem !important;
  }
  .u-sp-mt5 {
    margin-top: 0.3125rem !important;
  }
  .u-sp-mt6 {
    margin-top: 0.375rem !important;
  }
  .u-sp-mt7 {
    margin-top: 0.4375rem !important;
  }
  .u-sp-mt8 {
    margin-top: 0.5rem !important;
  }
  .u-sp-mt9 {
    margin-top: 0.5625rem !important;
  }
  .u-sp-mt10 {
    margin-top: 0.625rem !important;
  }
  .u-sp-mt11 {
    margin-top: 0.6875rem !important;
  }
  .u-sp-mt12 {
    margin-top: 0.75rem !important;
  }
  .u-sp-mt13 {
    margin-top: 0.8125rem !important;
  }
  .u-sp-mt14 {
    margin-top: 0.875rem !important;
  }
  .u-sp-mt15 {
    margin-top: 0.9375rem !important;
  }
  .u-sp-mt16 {
    margin-top: 1rem !important;
  }
  .u-sp-mt17 {
    margin-top: 1.0625rem !important;
  }
  .u-sp-mt18 {
    margin-top: 1.125rem !important;
  }
  .u-sp-mt19 {
    margin-top: 1.1875rem !important;
  }
  .u-sp-mt20 {
    margin-top: 1.25rem !important;
  }
  .u-sp-mt21 {
    margin-top: 1.3125rem !important;
  }
  .u-sp-mt22 {
    margin-top: 1.375rem !important;
  }
  .u-sp-mt23 {
    margin-top: 1.4375rem !important;
  }
  .u-sp-mt24 {
    margin-top: 1.5rem !important;
  }
  .u-sp-mt25 {
    margin-top: 1.5625rem !important;
  }
  .u-sp-mt26 {
    margin-top: 1.625rem !important;
  }
  .u-sp-mt27 {
    margin-top: 1.6875rem !important;
  }
  .u-sp-mt28 {
    margin-top: 1.75rem !important;
  }
  .u-sp-mt29 {
    margin-top: 1.8125rem !important;
  }
  .u-sp-mt30 {
    margin-top: 1.875rem !important;
  }
  .u-sp-mt31 {
    margin-top: 1.9375rem !important;
  }
  .u-sp-mt32 {
    margin-top: 2rem !important;
  }
  .u-sp-mt33 {
    margin-top: 2.0625rem !important;
  }
  .u-sp-mt34 {
    margin-top: 2.125rem !important;
  }
  .u-sp-mt35 {
    margin-top: 2.1875rem !important;
  }
  .u-sp-mt36 {
    margin-top: 2.25rem !important;
  }
  .u-sp-mt37 {
    margin-top: 2.3125rem !important;
  }
  .u-sp-mt38 {
    margin-top: 2.375rem !important;
  }
  .u-sp-mt39 {
    margin-top: 2.4375rem !important;
  }
  .u-sp-mt40 {
    margin-top: 2.5rem !important;
  }
  .u-sp-mt41 {
    margin-top: 2.5625rem !important;
  }
  .u-sp-mt42 {
    margin-top: 2.625rem !important;
  }
  .u-sp-mt43 {
    margin-top: 2.6875rem !important;
  }
  .u-sp-mt44 {
    margin-top: 2.75rem !important;
  }
  .u-sp-mt45 {
    margin-top: 2.8125rem !important;
  }
  .u-sp-mt46 {
    margin-top: 2.875rem !important;
  }
  .u-sp-mt47 {
    margin-top: 2.9375rem !important;
  }
  .u-sp-mt48 {
    margin-top: 3rem !important;
  }
  .u-sp-mt49 {
    margin-top: 3.0625rem !important;
  }
  .u-sp-mt50 {
    margin-top: 3.125rem !important;
  }
  .u-sp-mt51 {
    margin-top: 3.1875rem !important;
  }
  .u-sp-mt52 {
    margin-top: 3.25rem !important;
  }
  .u-sp-mt53 {
    margin-top: 3.3125rem !important;
  }
  .u-sp-mt54 {
    margin-top: 3.375rem !important;
  }
  .u-sp-mt55 {
    margin-top: 3.4375rem !important;
  }
  .u-sp-mt56 {
    margin-top: 3.5rem !important;
  }
  .u-sp-mt57 {
    margin-top: 3.5625rem !important;
  }
  .u-sp-mt58 {
    margin-top: 3.625rem !important;
  }
  .u-sp-mt59 {
    margin-top: 3.6875rem !important;
  }
  .u-sp-mt60 {
    margin-top: 3.75rem !important;
  }
  .u-sp-mt61 {
    margin-top: 3.8125rem !important;
  }
  .u-sp-mt62 {
    margin-top: 3.875rem !important;
  }
  .u-sp-mt63 {
    margin-top: 3.9375rem !important;
  }
  .u-sp-mt64 {
    margin-top: 4rem !important;
  }
  .u-sp-mt65 {
    margin-top: 4.0625rem !important;
  }
  .u-sp-mt66 {
    margin-top: 4.125rem !important;
  }
  .u-sp-mt67 {
    margin-top: 4.1875rem !important;
  }
  .u-sp-mt68 {
    margin-top: 4.25rem !important;
  }
  .u-sp-mt69 {
    margin-top: 4.3125rem !important;
  }
  .u-sp-mt70 {
    margin-top: 4.375rem !important;
  }
  .u-sp-mt71 {
    margin-top: 4.4375rem !important;
  }
  .u-sp-mt72 {
    margin-top: 4.5rem !important;
  }
  .u-sp-mt73 {
    margin-top: 4.5625rem !important;
  }
  .u-sp-mt74 {
    margin-top: 4.625rem !important;
  }
  .u-sp-mt75 {
    margin-top: 4.6875rem !important;
  }
  .u-sp-mt76 {
    margin-top: 4.75rem !important;
  }
  .u-sp-mt77 {
    margin-top: 4.8125rem !important;
  }
  .u-sp-mt78 {
    margin-top: 4.875rem !important;
  }
  .u-sp-mt79 {
    margin-top: 4.9375rem !important;
  }
  .u-sp-mt80 {
    margin-top: 5rem !important;
  }
  .u-sp-mt81 {
    margin-top: 5.0625rem !important;
  }
  .u-sp-mt82 {
    margin-top: 5.125rem !important;
  }
  .u-sp-mt83 {
    margin-top: 5.1875rem !important;
  }
  .u-sp-mt84 {
    margin-top: 5.25rem !important;
  }
  .u-sp-mt85 {
    margin-top: 5.3125rem !important;
  }
  .u-sp-mt86 {
    margin-top: 5.375rem !important;
  }
  .u-sp-mt87 {
    margin-top: 5.4375rem !important;
  }
  .u-sp-mt88 {
    margin-top: 5.5rem !important;
  }
  .u-sp-mt89 {
    margin-top: 5.5625rem !important;
  }
  .u-sp-mt90 {
    margin-top: 5.625rem !important;
  }
  .u-sp-mt91 {
    margin-top: 5.6875rem !important;
  }
  .u-sp-mt92 {
    margin-top: 5.75rem !important;
  }
  .u-sp-mt93 {
    margin-top: 5.8125rem !important;
  }
  .u-sp-mt94 {
    margin-top: 5.875rem !important;
  }
  .u-sp-mt95 {
    margin-top: 5.9375rem !important;
  }
  .u-sp-mt96 {
    margin-top: 6rem !important;
  }
  .u-sp-mt97 {
    margin-top: 6.0625rem !important;
  }
  .u-sp-mt98 {
    margin-top: 6.125rem !important;
  }
  .u-sp-mt99 {
    margin-top: 6.1875rem !important;
  }
  .u-sp-mt100 {
    margin-top: 6.25rem !important;
  }
  .u-sp-mt101 {
    margin-top: 6.3125rem !important;
  }
  .u-sp-mt102 {
    margin-top: 6.375rem !important;
  }
  .u-sp-mt103 {
    margin-top: 6.4375rem !important;
  }
  .u-sp-mt104 {
    margin-top: 6.5rem !important;
  }
  .u-sp-mt105 {
    margin-top: 6.5625rem !important;
  }
  .u-sp-mt106 {
    margin-top: 6.625rem !important;
  }
  .u-sp-mt107 {
    margin-top: 6.6875rem !important;
  }
  .u-sp-mt108 {
    margin-top: 6.75rem !important;
  }
  .u-sp-mt109 {
    margin-top: 6.8125rem !important;
  }
  .u-sp-mt110 {
    margin-top: 6.875rem !important;
  }
  .u-sp-mt111 {
    margin-top: 6.9375rem !important;
  }
  .u-sp-mt112 {
    margin-top: 7rem !important;
  }
  .u-sp-mt113 {
    margin-top: 7.0625rem !important;
  }
  .u-sp-mt114 {
    margin-top: 7.125rem !important;
  }
  .u-sp-mt115 {
    margin-top: 7.1875rem !important;
  }
  .u-sp-mt116 {
    margin-top: 7.25rem !important;
  }
  .u-sp-mt117 {
    margin-top: 7.3125rem !important;
  }
  .u-sp-mt118 {
    margin-top: 7.375rem !important;
  }
  .u-sp-mt119 {
    margin-top: 7.4375rem !important;
  }
  .u-sp-mt120 {
    margin-top: 7.5rem !important;
  }
  .u-sp-mt121 {
    margin-top: 7.5625rem !important;
  }
  .u-sp-mt122 {
    margin-top: 7.625rem !important;
  }
  .u-sp-mt123 {
    margin-top: 7.6875rem !important;
  }
  .u-sp-mt124 {
    margin-top: 7.75rem !important;
  }
  .u-sp-mt125 {
    margin-top: 7.8125rem !important;
  }
  .u-sp-mt126 {
    margin-top: 7.875rem !important;
  }
  .u-sp-mt127 {
    margin-top: 7.9375rem !important;
  }
  .u-sp-mt128 {
    margin-top: 8rem !important;
  }
  .u-sp-mt129 {
    margin-top: 8.0625rem !important;
  }
  .u-sp-mt130 {
    margin-top: 8.125rem !important;
  }
  .u-sp-mt131 {
    margin-top: 8.1875rem !important;
  }
  .u-sp-mt132 {
    margin-top: 8.25rem !important;
  }
  .u-sp-mt133 {
    margin-top: 8.3125rem !important;
  }
  .u-sp-mt134 {
    margin-top: 8.375rem !important;
  }
  .u-sp-mt135 {
    margin-top: 8.4375rem !important;
  }
  .u-sp-mt136 {
    margin-top: 8.5rem !important;
  }
  .u-sp-mt137 {
    margin-top: 8.5625rem !important;
  }
  .u-sp-mt138 {
    margin-top: 8.625rem !important;
  }
  .u-sp-mt139 {
    margin-top: 8.6875rem !important;
  }
  .u-sp-mt140 {
    margin-top: 8.75rem !important;
  }
  .u-sp-mt141 {
    margin-top: 8.8125rem !important;
  }
  .u-sp-mt142 {
    margin-top: 8.875rem !important;
  }
  .u-sp-mt143 {
    margin-top: 8.9375rem !important;
  }
  .u-sp-mt144 {
    margin-top: 9rem !important;
  }
  .u-sp-mt145 {
    margin-top: 9.0625rem !important;
  }
  .u-sp-mt146 {
    margin-top: 9.125rem !important;
  }
  .u-sp-mt147 {
    margin-top: 9.1875rem !important;
  }
  .u-sp-mt148 {
    margin-top: 9.25rem !important;
  }
  .u-sp-mt149 {
    margin-top: 9.3125rem !important;
  }
  .u-sp-mt150 {
    margin-top: 9.375rem !important;
  }
  .u-sp-mt151 {
    margin-top: 9.4375rem !important;
  }
  .u-sp-mt152 {
    margin-top: 9.5rem !important;
  }
  .u-sp-mt153 {
    margin-top: 9.5625rem !important;
  }
  .u-sp-mt154 {
    margin-top: 9.625rem !important;
  }
  .u-sp-mt155 {
    margin-top: 9.6875rem !important;
  }
  .u-sp-mt156 {
    margin-top: 9.75rem !important;
  }
  .u-sp-mt157 {
    margin-top: 9.8125rem !important;
  }
  .u-sp-mt158 {
    margin-top: 9.875rem !important;
  }
  .u-sp-mt159 {
    margin-top: 9.9375rem !important;
  }
  .u-sp-mt160 {
    margin-top: 10rem !important;
  }
  .u-sp-mt161 {
    margin-top: 10.0625rem !important;
  }
  .u-sp-mt162 {
    margin-top: 10.125rem !important;
  }
  .u-sp-mt163 {
    margin-top: 10.1875rem !important;
  }
  .u-sp-mt164 {
    margin-top: 10.25rem !important;
  }
  .u-sp-mt165 {
    margin-top: 10.3125rem !important;
  }
  .u-sp-mt166 {
    margin-top: 10.375rem !important;
  }
  .u-sp-mt167 {
    margin-top: 10.4375rem !important;
  }
  .u-sp-mt168 {
    margin-top: 10.5rem !important;
  }
  .u-sp-mt169 {
    margin-top: 10.5625rem !important;
  }
  .u-sp-mt170 {
    margin-top: 10.625rem !important;
  }
  .u-sp-mt171 {
    margin-top: 10.6875rem !important;
  }
  .u-sp-mt172 {
    margin-top: 10.75rem !important;
  }
  .u-sp-mt173 {
    margin-top: 10.8125rem !important;
  }
  .u-sp-mt174 {
    margin-top: 10.875rem !important;
  }
  .u-sp-mt175 {
    margin-top: 10.9375rem !important;
  }
  .u-sp-mt176 {
    margin-top: 11rem !important;
  }
  .u-sp-mt177 {
    margin-top: 11.0625rem !important;
  }
  .u-sp-mt178 {
    margin-top: 11.125rem !important;
  }
  .u-sp-mt179 {
    margin-top: 11.1875rem !important;
  }
  .u-sp-mt180 {
    margin-top: 11.25rem !important;
  }
  .u-sp-mt181 {
    margin-top: 11.3125rem !important;
  }
  .u-sp-mt182 {
    margin-top: 11.375rem !important;
  }
  .u-sp-mt183 {
    margin-top: 11.4375rem !important;
  }
  .u-sp-mt184 {
    margin-top: 11.5rem !important;
  }
  .u-sp-mt185 {
    margin-top: 11.5625rem !important;
  }
  .u-sp-mt186 {
    margin-top: 11.625rem !important;
  }
  .u-sp-mt187 {
    margin-top: 11.6875rem !important;
  }
  .u-sp-mt188 {
    margin-top: 11.75rem !important;
  }
  .u-sp-mt189 {
    margin-top: 11.8125rem !important;
  }
  .u-sp-mt190 {
    margin-top: 11.875rem !important;
  }
  .u-sp-mt191 {
    margin-top: 11.9375rem !important;
  }
  .u-sp-mt192 {
    margin-top: 12rem !important;
  }
  .u-sp-mt193 {
    margin-top: 12.0625rem !important;
  }
  .u-sp-mt194 {
    margin-top: 12.125rem !important;
  }
  .u-sp-mt195 {
    margin-top: 12.1875rem !important;
  }
  .u-sp-mt196 {
    margin-top: 12.25rem !important;
  }
  .u-sp-mt197 {
    margin-top: 12.3125rem !important;
  }
  .u-sp-mt198 {
    margin-top: 12.375rem !important;
  }
  .u-sp-mt199 {
    margin-top: 12.4375rem !important;
  }
  .u-sp-mt200 {
    margin-top: 12.5rem !important;
  }
  .u-sp-mb1 {
    margin-bottom: 0.0625rem !important;
  }
  .u-sp-mb2 {
    margin-bottom: 0.125rem !important;
  }
  .u-sp-mb3 {
    margin-bottom: 0.1875rem !important;
  }
  .u-sp-mb4 {
    margin-bottom: 0.25rem !important;
  }
  .u-sp-mb5 {
    margin-bottom: 0.3125rem !important;
  }
  .u-sp-mb6 {
    margin-bottom: 0.375rem !important;
  }
  .u-sp-mb7 {
    margin-bottom: 0.4375rem !important;
  }
  .u-sp-mb8 {
    margin-bottom: 0.5rem !important;
  }
  .u-sp-mb9 {
    margin-bottom: 0.5625rem !important;
  }
  .u-sp-mb10 {
    margin-bottom: 0.625rem !important;
  }
  .u-sp-mb11 {
    margin-bottom: 0.6875rem !important;
  }
  .u-sp-mb12 {
    margin-bottom: 0.75rem !important;
  }
  .u-sp-mb13 {
    margin-bottom: 0.8125rem !important;
  }
  .u-sp-mb14 {
    margin-bottom: 0.875rem !important;
  }
  .u-sp-mb15 {
    margin-bottom: 0.9375rem !important;
  }
  .u-sp-mb16 {
    margin-bottom: 1rem !important;
  }
  .u-sp-mb17 {
    margin-bottom: 1.0625rem !important;
  }
  .u-sp-mb18 {
    margin-bottom: 1.125rem !important;
  }
  .u-sp-mb19 {
    margin-bottom: 1.1875rem !important;
  }
  .u-sp-mb20 {
    margin-bottom: 1.25rem !important;
  }
  .u-sp-mb21 {
    margin-bottom: 1.3125rem !important;
  }
  .u-sp-mb22 {
    margin-bottom: 1.375rem !important;
  }
  .u-sp-mb23 {
    margin-bottom: 1.4375rem !important;
  }
  .u-sp-mb24 {
    margin-bottom: 1.5rem !important;
  }
  .u-sp-mb25 {
    margin-bottom: 1.5625rem !important;
  }
  .u-sp-mb26 {
    margin-bottom: 1.625rem !important;
  }
  .u-sp-mb27 {
    margin-bottom: 1.6875rem !important;
  }
  .u-sp-mb28 {
    margin-bottom: 1.75rem !important;
  }
  .u-sp-mb29 {
    margin-bottom: 1.8125rem !important;
  }
  .u-sp-mb30 {
    margin-bottom: 1.875rem !important;
  }
  .u-sp-mb31 {
    margin-bottom: 1.9375rem !important;
  }
  .u-sp-mb32 {
    margin-bottom: 2rem !important;
  }
  .u-sp-mb33 {
    margin-bottom: 2.0625rem !important;
  }
  .u-sp-mb34 {
    margin-bottom: 2.125rem !important;
  }
  .u-sp-mb35 {
    margin-bottom: 2.1875rem !important;
  }
  .u-sp-mb36 {
    margin-bottom: 2.25rem !important;
  }
  .u-sp-mb37 {
    margin-bottom: 2.3125rem !important;
  }
  .u-sp-mb38 {
    margin-bottom: 2.375rem !important;
  }
  .u-sp-mb39 {
    margin-bottom: 2.4375rem !important;
  }
  .u-sp-mb40 {
    margin-bottom: 2.5rem !important;
  }
  .u-sp-mb41 {
    margin-bottom: 2.5625rem !important;
  }
  .u-sp-mb42 {
    margin-bottom: 2.625rem !important;
  }
  .u-sp-mb43 {
    margin-bottom: 2.6875rem !important;
  }
  .u-sp-mb44 {
    margin-bottom: 2.75rem !important;
  }
  .u-sp-mb45 {
    margin-bottom: 2.8125rem !important;
  }
  .u-sp-mb46 {
    margin-bottom: 2.875rem !important;
  }
  .u-sp-mb47 {
    margin-bottom: 2.9375rem !important;
  }
  .u-sp-mb48 {
    margin-bottom: 3rem !important;
  }
  .u-sp-mb49 {
    margin-bottom: 3.0625rem !important;
  }
  .u-sp-mb50 {
    margin-bottom: 3.125rem !important;
  }
  .u-sp-mb51 {
    margin-bottom: 3.1875rem !important;
  }
  .u-sp-mb52 {
    margin-bottom: 3.25rem !important;
  }
  .u-sp-mb53 {
    margin-bottom: 3.3125rem !important;
  }
  .u-sp-mb54 {
    margin-bottom: 3.375rem !important;
  }
  .u-sp-mb55 {
    margin-bottom: 3.4375rem !important;
  }
  .u-sp-mb56 {
    margin-bottom: 3.5rem !important;
  }
  .u-sp-mb57 {
    margin-bottom: 3.5625rem !important;
  }
  .u-sp-mb58 {
    margin-bottom: 3.625rem !important;
  }
  .u-sp-mb59 {
    margin-bottom: 3.6875rem !important;
  }
  .u-sp-mb60 {
    margin-bottom: 3.75rem !important;
  }
  .u-sp-mb61 {
    margin-bottom: 3.8125rem !important;
  }
  .u-sp-mb62 {
    margin-bottom: 3.875rem !important;
  }
  .u-sp-mb63 {
    margin-bottom: 3.9375rem !important;
  }
  .u-sp-mb64 {
    margin-bottom: 4rem !important;
  }
  .u-sp-mb65 {
    margin-bottom: 4.0625rem !important;
  }
  .u-sp-mb66 {
    margin-bottom: 4.125rem !important;
  }
  .u-sp-mb67 {
    margin-bottom: 4.1875rem !important;
  }
  .u-sp-mb68 {
    margin-bottom: 4.25rem !important;
  }
  .u-sp-mb69 {
    margin-bottom: 4.3125rem !important;
  }
  .u-sp-mb70 {
    margin-bottom: 4.375rem !important;
  }
  .u-sp-mb71 {
    margin-bottom: 4.4375rem !important;
  }
  .u-sp-mb72 {
    margin-bottom: 4.5rem !important;
  }
  .u-sp-mb73 {
    margin-bottom: 4.5625rem !important;
  }
  .u-sp-mb74 {
    margin-bottom: 4.625rem !important;
  }
  .u-sp-mb75 {
    margin-bottom: 4.6875rem !important;
  }
  .u-sp-mb76 {
    margin-bottom: 4.75rem !important;
  }
  .u-sp-mb77 {
    margin-bottom: 4.8125rem !important;
  }
  .u-sp-mb78 {
    margin-bottom: 4.875rem !important;
  }
  .u-sp-mb79 {
    margin-bottom: 4.9375rem !important;
  }
  .u-sp-mb80 {
    margin-bottom: 5rem !important;
  }
  .u-sp-mb81 {
    margin-bottom: 5.0625rem !important;
  }
  .u-sp-mb82 {
    margin-bottom: 5.125rem !important;
  }
  .u-sp-mb83 {
    margin-bottom: 5.1875rem !important;
  }
  .u-sp-mb84 {
    margin-bottom: 5.25rem !important;
  }
  .u-sp-mb85 {
    margin-bottom: 5.3125rem !important;
  }
  .u-sp-mb86 {
    margin-bottom: 5.375rem !important;
  }
  .u-sp-mb87 {
    margin-bottom: 5.4375rem !important;
  }
  .u-sp-mb88 {
    margin-bottom: 5.5rem !important;
  }
  .u-sp-mb89 {
    margin-bottom: 5.5625rem !important;
  }
  .u-sp-mb90 {
    margin-bottom: 5.625rem !important;
  }
  .u-sp-mb91 {
    margin-bottom: 5.6875rem !important;
  }
  .u-sp-mb92 {
    margin-bottom: 5.75rem !important;
  }
  .u-sp-mb93 {
    margin-bottom: 5.8125rem !important;
  }
  .u-sp-mb94 {
    margin-bottom: 5.875rem !important;
  }
  .u-sp-mb95 {
    margin-bottom: 5.9375rem !important;
  }
  .u-sp-mb96 {
    margin-bottom: 6rem !important;
  }
  .u-sp-mb97 {
    margin-bottom: 6.0625rem !important;
  }
  .u-sp-mb98 {
    margin-bottom: 6.125rem !important;
  }
  .u-sp-mb99 {
    margin-bottom: 6.1875rem !important;
  }
  .u-sp-mb100 {
    margin-bottom: 6.25rem !important;
  }
  .u-sp-mb101 {
    margin-bottom: 6.3125rem !important;
  }
  .u-sp-mb102 {
    margin-bottom: 6.375rem !important;
  }
  .u-sp-mb103 {
    margin-bottom: 6.4375rem !important;
  }
  .u-sp-mb104 {
    margin-bottom: 6.5rem !important;
  }
  .u-sp-mb105 {
    margin-bottom: 6.5625rem !important;
  }
  .u-sp-mb106 {
    margin-bottom: 6.625rem !important;
  }
  .u-sp-mb107 {
    margin-bottom: 6.6875rem !important;
  }
  .u-sp-mb108 {
    margin-bottom: 6.75rem !important;
  }
  .u-sp-mb109 {
    margin-bottom: 6.8125rem !important;
  }
  .u-sp-mb110 {
    margin-bottom: 6.875rem !important;
  }
  .u-sp-mb111 {
    margin-bottom: 6.9375rem !important;
  }
  .u-sp-mb112 {
    margin-bottom: 7rem !important;
  }
  .u-sp-mb113 {
    margin-bottom: 7.0625rem !important;
  }
  .u-sp-mb114 {
    margin-bottom: 7.125rem !important;
  }
  .u-sp-mb115 {
    margin-bottom: 7.1875rem !important;
  }
  .u-sp-mb116 {
    margin-bottom: 7.25rem !important;
  }
  .u-sp-mb117 {
    margin-bottom: 7.3125rem !important;
  }
  .u-sp-mb118 {
    margin-bottom: 7.375rem !important;
  }
  .u-sp-mb119 {
    margin-bottom: 7.4375rem !important;
  }
  .u-sp-mb120 {
    margin-bottom: 7.5rem !important;
  }
  .u-sp-mb121 {
    margin-bottom: 7.5625rem !important;
  }
  .u-sp-mb122 {
    margin-bottom: 7.625rem !important;
  }
  .u-sp-mb123 {
    margin-bottom: 7.6875rem !important;
  }
  .u-sp-mb124 {
    margin-bottom: 7.75rem !important;
  }
  .u-sp-mb125 {
    margin-bottom: 7.8125rem !important;
  }
  .u-sp-mb126 {
    margin-bottom: 7.875rem !important;
  }
  .u-sp-mb127 {
    margin-bottom: 7.9375rem !important;
  }
  .u-sp-mb128 {
    margin-bottom: 8rem !important;
  }
  .u-sp-mb129 {
    margin-bottom: 8.0625rem !important;
  }
  .u-sp-mb130 {
    margin-bottom: 8.125rem !important;
  }
  .u-sp-mb131 {
    margin-bottom: 8.1875rem !important;
  }
  .u-sp-mb132 {
    margin-bottom: 8.25rem !important;
  }
  .u-sp-mb133 {
    margin-bottom: 8.3125rem !important;
  }
  .u-sp-mb134 {
    margin-bottom: 8.375rem !important;
  }
  .u-sp-mb135 {
    margin-bottom: 8.4375rem !important;
  }
  .u-sp-mb136 {
    margin-bottom: 8.5rem !important;
  }
  .u-sp-mb137 {
    margin-bottom: 8.5625rem !important;
  }
  .u-sp-mb138 {
    margin-bottom: 8.625rem !important;
  }
  .u-sp-mb139 {
    margin-bottom: 8.6875rem !important;
  }
  .u-sp-mb140 {
    margin-bottom: 8.75rem !important;
  }
  .u-sp-mb141 {
    margin-bottom: 8.8125rem !important;
  }
  .u-sp-mb142 {
    margin-bottom: 8.875rem !important;
  }
  .u-sp-mb143 {
    margin-bottom: 8.9375rem !important;
  }
  .u-sp-mb144 {
    margin-bottom: 9rem !important;
  }
  .u-sp-mb145 {
    margin-bottom: 9.0625rem !important;
  }
  .u-sp-mb146 {
    margin-bottom: 9.125rem !important;
  }
  .u-sp-mb147 {
    margin-bottom: 9.1875rem !important;
  }
  .u-sp-mb148 {
    margin-bottom: 9.25rem !important;
  }
  .u-sp-mb149 {
    margin-bottom: 9.3125rem !important;
  }
  .u-sp-mb150 {
    margin-bottom: 9.375rem !important;
  }
  .u-sp-mb151 {
    margin-bottom: 9.4375rem !important;
  }
  .u-sp-mb152 {
    margin-bottom: 9.5rem !important;
  }
  .u-sp-mb153 {
    margin-bottom: 9.5625rem !important;
  }
  .u-sp-mb154 {
    margin-bottom: 9.625rem !important;
  }
  .u-sp-mb155 {
    margin-bottom: 9.6875rem !important;
  }
  .u-sp-mb156 {
    margin-bottom: 9.75rem !important;
  }
  .u-sp-mb157 {
    margin-bottom: 9.8125rem !important;
  }
  .u-sp-mb158 {
    margin-bottom: 9.875rem !important;
  }
  .u-sp-mb159 {
    margin-bottom: 9.9375rem !important;
  }
  .u-sp-mb160 {
    margin-bottom: 10rem !important;
  }
  .u-sp-mb161 {
    margin-bottom: 10.0625rem !important;
  }
  .u-sp-mb162 {
    margin-bottom: 10.125rem !important;
  }
  .u-sp-mb163 {
    margin-bottom: 10.1875rem !important;
  }
  .u-sp-mb164 {
    margin-bottom: 10.25rem !important;
  }
  .u-sp-mb165 {
    margin-bottom: 10.3125rem !important;
  }
  .u-sp-mb166 {
    margin-bottom: 10.375rem !important;
  }
  .u-sp-mb167 {
    margin-bottom: 10.4375rem !important;
  }
  .u-sp-mb168 {
    margin-bottom: 10.5rem !important;
  }
  .u-sp-mb169 {
    margin-bottom: 10.5625rem !important;
  }
  .u-sp-mb170 {
    margin-bottom: 10.625rem !important;
  }
  .u-sp-mb171 {
    margin-bottom: 10.6875rem !important;
  }
  .u-sp-mb172 {
    margin-bottom: 10.75rem !important;
  }
  .u-sp-mb173 {
    margin-bottom: 10.8125rem !important;
  }
  .u-sp-mb174 {
    margin-bottom: 10.875rem !important;
  }
  .u-sp-mb175 {
    margin-bottom: 10.9375rem !important;
  }
  .u-sp-mb176 {
    margin-bottom: 11rem !important;
  }
  .u-sp-mb177 {
    margin-bottom: 11.0625rem !important;
  }
  .u-sp-mb178 {
    margin-bottom: 11.125rem !important;
  }
  .u-sp-mb179 {
    margin-bottom: 11.1875rem !important;
  }
  .u-sp-mb180 {
    margin-bottom: 11.25rem !important;
  }
  .u-sp-mb181 {
    margin-bottom: 11.3125rem !important;
  }
  .u-sp-mb182 {
    margin-bottom: 11.375rem !important;
  }
  .u-sp-mb183 {
    margin-bottom: 11.4375rem !important;
  }
  .u-sp-mb184 {
    margin-bottom: 11.5rem !important;
  }
  .u-sp-mb185 {
    margin-bottom: 11.5625rem !important;
  }
  .u-sp-mb186 {
    margin-bottom: 11.625rem !important;
  }
  .u-sp-mb187 {
    margin-bottom: 11.6875rem !important;
  }
  .u-sp-mb188 {
    margin-bottom: 11.75rem !important;
  }
  .u-sp-mb189 {
    margin-bottom: 11.8125rem !important;
  }
  .u-sp-mb190 {
    margin-bottom: 11.875rem !important;
  }
  .u-sp-mb191 {
    margin-bottom: 11.9375rem !important;
  }
  .u-sp-mb192 {
    margin-bottom: 12rem !important;
  }
  .u-sp-mb193 {
    margin-bottom: 12.0625rem !important;
  }
  .u-sp-mb194 {
    margin-bottom: 12.125rem !important;
  }
  .u-sp-mb195 {
    margin-bottom: 12.1875rem !important;
  }
  .u-sp-mb196 {
    margin-bottom: 12.25rem !important;
  }
  .u-sp-mb197 {
    margin-bottom: 12.3125rem !important;
  }
  .u-sp-mb198 {
    margin-bottom: 12.375rem !important;
  }
  .u-sp-mb199 {
    margin-bottom: 12.4375rem !important;
  }
  .u-sp-mb200 {
    margin-bottom: 12.5rem !important;
  }
}

/* text
------------------------------------------ */
.u-screen-leader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.u-italic {
  font-style: italic;
}

.u-small-caps {
  font-variant: small-caps;
}

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

.u-xx-small {
  font-size: 60%;
}

.u-x-small {
  font-size: 75%;
}

.u-small {
  font-size: 88.88%;
}

.u-large {
  font-size: 120%;
}

.u-x-large {
  font-size: 150%;
}

.u-xx-large {
  font-size: 200%;
}

.u-lh-100 {
  line-height: 1;
}

.u-lh-125 {
  line-height: 1.25;
}

.u-lh-150 {
  line-height: 1.5;
}

.u-lh-175 {
  line-height: 1.75;
}

.u-lh-200 {
  line-height: 2;
}

.u-overline {
  text-decoration: overline;
}

.u-underline {
  text-decoration: underline;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-indent {
  text-indent: 1em;
}

.u-indent-back {
  padding-left: 1em;
  text-indent: -1em;
}

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

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

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

@media (min-width: 768px) {
  .u-pc-italic {
    font-style: italic;
  }
  .u-pc-small-caps {
    font-variant: small-caps;
  }
  .u-pc-bold {
    font-weight: bold;
  }
  .u-pc-xx-small {
    font-size: 60%;
  }
  .u-pc-x-small {
    font-size: 75%;
  }
  .u-pc-small {
    font-size: 88.88%;
  }
  .u-pc-large {
    font-size: 120%;
  }
  .u-pc-x-large {
    font-size: 150%;
  }
  .u-pc-xx-large {
    font-size: 200%;
  }
  .u-pc-lh-100 {
    line-height: 1;
  }
  .u-pc-lh-125 {
    line-height: 1.25;
  }
  .u-pc-lh-150 {
    line-height: 1.5;
  }
  .u-pc-lh-175 {
    line-height: 1.75;
  }
  .u-pc-lh-200 {
    line-height: 2;
  }
  .u-pc-overline {
    text-decoration: overline;
  }
  .u-pc-underline {
    text-decoration: underline;
  }
  .u-pc-capitalize {
    text-transform: capitalize;
  }
  .u-pc-uppercase {
    text-transform: uppercase;
  }
  .u-pc-lowercase {
    text-transform: lowercase;
  }
  .u-pc-indent {
    text-indent: 1em;
  }
  .u-pc-indent-back {
    padding-left: 1em;
    text-indent: -1em;
  }
  .u-pc-text-left {
    text-align: left;
  }
  .u-pc-text-right {
    text-align: right;
  }
  .u-pc-text-center {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .u-sp-italic {
    font-style: italic;
  }
  .u-sp-small-caps {
    font-variant: small-caps;
  }
  .u-sp-bold {
    font-weight: bold;
  }
  .u-sp-xx-small {
    font-size: 60%;
  }
  .u-sp-x-small {
    font-size: 75%;
  }
  .u-sp-small {
    font-size: 88.88%;
  }
  .u-sp-large {
    font-size: 120%;
  }
  .u-sp-x-large {
    font-size: 150%;
  }
  .u-sp-xx-large {
    font-size: 200%;
  }
  .u-sp-lh-100 {
    line-height: 1;
  }
  .u-sp-lh-125 {
    line-height: 1.25;
  }
  .u-sp-lh-150 {
    line-height: 1.5;
  }
  .u-sp-lh-175 {
    line-height: 1.75;
  }
  .u-sp-lh-200 {
    line-height: 2;
  }
  .u-sp-overline {
    text-decoration: overline;
  }
  .u-sp-underline {
    text-decoration: underline;
  }
  .u-sp-capitalize {
    text-transform: capitalize;
  }
  .u-sp-uppercase {
    text-transform: uppercase;
  }
  .u-sp-lowercase {
    text-transform: lowercase;
  }
  .u-sp-indent {
    text-indent: 1em;
  }
  .u-sp-indent-back {
    padding-left: 1em;
    text-indent: -1em;
  }
  .u-sp-text-left {
    text-align: left;
  }
  .u-sp-text-right {
    text-align: right;
  }
  .u-sp-text-center {
    text-align: center;
  }
}

/* index
------------------------------------------ */
.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  font-family: "JKHandwriting Regular";
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  font-size: 30px;
}

.loading img {
  height: 55px;
  width: auto;
}

.loading.loaded {
  display: none;
}

header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 102;
}

header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 30px 0 55px;
  background-color: #fff;
}

header .header-left {
  display: flex;
  align-items: flex-end;
  transform: translateY(5px);
  color: #4b4b4b;
  text-decoration: none;
}

header .header-left img {
  width: 290px;
  margin-right: 6px;
}

header .header-left span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

header .header-right {
  display: flex;
  align-items: center;
}

header .header-right a:nth-of-type(1) {
  margin-right: 12px;
}

header .header-right a:nth-of-type(1) img {
  width: 16.69px;
}

header .header-right a:nth-of-type(2) img {
  width: 29px;
}

@media (max-width: 767px) {
  .loading img {
    height: 50px;
  }
  header .header-inner {
    padding: 0 20px;
    height: 50px;
  }
  header .header-left {
    transform: initial;
  }
  header .header-left img {
    width: 56.132px;
    margin-right: 0;
  }
  header .header-left span {
    font-size: 12px;
  }
  header .header-right a:nth-of-type(1) img {
    width: 15.55px;
  }
  header .header-right a:nth-of-type(2) img {
    width: 24.383px;
  }
}

.desc {
  display: flex;
  position: relative;
  padding: 130px 30px 30px;
  margin: auto;
  max-width: 1452px;
  font-size: 16px;
}

.desc-txt-wrap {
  display: flex;
  position: absolute;
  top: 130px;
  left: 50%;
}

.desc-txt-wrap.active .desc-txt {
  color: transparent;
}

.desc-txt-wrap.active .desc-txt img {
  visibility: hidden;
}

.desc-txt-wrap.active .desc-txt-hover {
  display: block;
  position: absolute;
  position: fixed;
  bottom: 185px;
  left: 50%;
}

.desc-txt-wrap.active .desc-txt-hover .desc-txt {
  position: static;
  color: #4b4b4b;
  margin-top: 0;
}

.desc-txt-wrap.active .desc-txt-hover .desc-txt img {
  visibility: visible;
}

.desc-txt-wrap.active2 .desc-txt-hover {
  top: 90px;
  bottom: initial;
}

.desc-txt-wrap.fin1, .desc-txt-wrap.fin {
  position: absolute;
  top: initial;
  bottom: 30px;
}

.desc-txt-wrap.fin1 .desc-txt, .desc-txt-wrap.fin .desc-txt {
  color: #4b4b4b;
}

.desc-txt-wrap.fin1 .desc-txt img, .desc-txt-wrap.fin .desc-txt img {
  visibility: visible;
}

.desc-txt-wrap.fin1 .desc-txt-hover, .desc-txt-wrap.fin .desc-txt-hover {
  display: none;
}

.desc-txt-wrap.fin1 .desc-txt-hover .desc-txt img, .desc-txt-wrap.fin .desc-txt-hover .desc-txt img {
  visibility: hidden;
}

.desc-txt-wrap.fin1 {
  bottom: 185px;
}

.desc-txt {
  position: relative;
}

.desc-txt img {
  width: 65px;
}

.desc-txt-sp {
  display: none;
}

.desc-txt-1 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Yu Gothic Pr6N B";
  line-height: 150%;
  margin: 5px 0 8px;
}

.price {
  font-size: 14px;
}

.free {
  display: none;
  margin-top: 2rem;
}

.free.show {
  display: block;
}

.desc-cnt {
  margin-top: 2rem;
}

.desc-txt-hover {
  display: none;
}

.desc-pic-wrap {
  max-width: 530px;
  width: 48%;
}

.desc-pic.active .desc-pic-inner > img,
.desc-pic.active .desc-pic-inner > video {
  visibility: hidden;
}

.desc-pic.active .desc-pic-inner-fixed {
  display: flex;
  padding: 0 30px;
  margin: auto;
  max-width: 1452px;
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.desc-pic.active .desc-pic-inner-fixed img, .desc-pic.active .desc-pic-inner-fixed video {
  max-width: 530px;
  width: 48%;
}

.desc-pic-inner {
  position: relative;
}

.desc-pic-inner-fixed {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .desc {
    flex-direction: column-reverse;
    padding: 0;
  }
  .desc-pic-wrap {
    max-width: 100%;
    width: 100%;
  }
  .desc-pic.active .desc-pic-inner-fixed {
    padding: 0;
    top: 50px;
  }
  .desc-pic.active .desc-pic-inner-fixed img, .desc-pic.active .desc-pic-inner-fixed video {
    max-width: 100%;
    width: 100%;
  }
  .desc-txt-wrap {
    position: static;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    background-color: #fff;
  }
  .desc-txt-wrap.active .desc-txt {
    color: #4b4b4b;
  }
  .desc-txt-wrap.active .desc-txt img {
    visibility: visible !important;
  }
  .desc-txt-wrap.active .desc-txt-hover {
    display: none;
  }
  .desc-txt {
    margin-top: 100px;
    padding: 0 20px 13px;
  }
  .desc-txt-sp {
    display: block;
    padding: 0 16px 60px;
  }
}

.col2 {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #fff;
  padding-top: 100px;
}

.col2-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1370px;
  width: 100%;
}

.swiper {
  position: relative;
  overflow: hidden;
  padding: 0 45px;
}

.swiper-slide a {
  text-decoration: none;
}

.swiper-button-next,
.swiper-button-prev {
  height: 100%;
  top: 0;
  left: initial;
  right: 0;
  margin: 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
  width: 45px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next img,
.swiper-button-prev img {
  width: 29px;
}

.swiper-button-prev {
  right: initial;
  left: 0;
}

.swiper-button-prev img {
  transform: rotate(180deg);
}

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

.secWrap {
  position: relative;
  background-color: #fff;
  padding: 100px 0 0;
}

.secWrap--items {
  padding-bottom: 100px;
}

section {
  position: relative;
  max-width: 1330px;
  padding: 28px 30px 0;
  margin: 0 auto;
}

section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: calc(100% - 60px);
  max-width: 1270px;
  background-color: #000;
}

section .sec-header {
  display: flex;
  align-items: flex-end;
  margin: 0 auto 50px;
  max-width: 1270px;
}

section .sec-header h3 {
  font-size: 32px;
  line-height: 30px;
  font-family: "Clarimo UD PE Condensed DemiBold";
  margin-right: 24px;
}

section .sec-header span {
  font-size: 20px;
  line-height: 30px;
}

section .sec-cnt--detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section .sec-cnt--detail div {
  margin-top: 110px;
  max-width: 500px;
  width: 48%;
}

section .sec-cnt--detail div p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 700;
  font-family: "Yu Gothic Pr6N B";
}

section .sec-cnt--detail div p:nth-of-type(2) {
  margin: 6px 0 9px;
  min-height: 87px;
}

section .sec-cnt--detail div:nth-of-type(-n+2) {
  margin-top: 0;
}

section .sec-cnt--maintenance {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section .sec-cnt--maintenance div {
  max-width: 500px;
  width: 46%;
}

section .sec-cnt--material > div > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section .sec-cnt--material > div > div:nth-of-type(1) > div {
  max-width: 500px;
  width: 48%;
}

section .sec-cnt--material > div > div:nth-of-type(1) > div:nth-of-type(1) p:nth-of-type(1) {
  font-size: 24px;
  font-weight: 700;
  font-family: "Yu Gothic Pr6N B";
}

section .sec-cnt--material > div > div:nth-of-type(2) {
  margin-top: 40px;
}

section .sec-cnt--material > div + div {
  margin-top: 180px;
}

section .sec-cnt--size {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section .sec-cnt--size > div:nth-of-type(1) {
  max-width: 500px;
  width: 44%;
}

section .sec-cnt--size > div:nth-of-type(1) p {
  margin-top: 30px;
}

section .sec-cnt--size > div:nth-of-type(1) p.mgt0 {
  margin-top: 0;
}

section .sec-cnt--size > div:nth-of-type(1) > p:first-of-type {
  margin-top: 0;
}

section .sec-cnt--size > div:nth-of-type(1) table {
  border-collapse: collapse;
}

section .sec-cnt--size > div:nth-of-type(1) table thead {
  display: none;
}

section .sec-cnt--size > div:nth-of-type(1) table th {
  background-color: #D9D9D9;
  padding: 0 10px;
}

section .sec-cnt--size > div:nth-of-type(1) table th + th {
  background-color: #fff;
  width: 50px;
}

section .sec-cnt--size > div:nth-of-type(1) table td {
  display: flex;
  justify-content: center;
  width: 50px;
}

section .sec-cnt--size > div:nth-of-type(1) table tbody {
  border: 1px solid #D9D9D9;
}

section .sec-cnt--size > div:nth-of-type(1) table tfoot th,
section .sec-cnt--size > div:nth-of-type(1) table tfoot td {
  background-color: #fff;
  font-size: 12px;
  text-align: left;
  padding-top: 8px;
  width: initial;
  display: table-cell;
}

section .sec-cnt--size > div:nth-of-type(2) {
  max-width: 527px;
  width: 52%;
}

section .sec-cnt--credit p {
  margin-top: 30px;
}

section .sec-cnt--credit p b {
  font-weight: 700;
  font-family: "Yu Gothic Pr6N B";
}

section .sec-cnt--attention ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

section .sec-cnt--attention ul li {
  position: relative;
  padding-left: 16px;
  margin-top: 30px;
}

section .sec-cnt--attention ul li::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

section .sec-cnt--contents p {
  font-size: 12px;
}

section .sec-cnt--items p {
  font-size: 12px;
  text-align: center;
}

section .sec-cnt--items p:nth-of-type(1) {
  margin-top: 15px;
  word-break: auto-phrase;
}

section.credit, section.attention {
  width: calc(50% - 70px);
  max-width: 600px;
  padding: 28px 0 0;
  margin-top: 0;
}

section.credit::before, section.attention::before {
  width: 100%;
}

section.contents {
  max-width: 1430px;
}

section.items {
  max-width: 1430px;
}

@media (max-width: 767px) {
  .swiper {
    padding: 0 30px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
  }
  .swiper-button-next img,
  .swiper-button-prev img {
    width: 20px;
  }
  .col2 {
    padding-top: 60px;
  }
  .col2-inner {
    display: block;
  }
  .detailWrap {
    padding-top: 0;
  }
  .secWrap {
    padding: 60px 0 0;
  }
  .secWrap--items {
    padding-bottom: 60px;
  }
  section {
    position: relative;
    padding: 28px 16px 0;
    background-color: #fff;
  }
  section::before {
    width: calc(100% - 32px);
  }
  section::after {
    content: none;
    height: 60px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: -60px;
    left: 0;
  }
  section .sec-header {
    margin-bottom: 40px;
  }
  section .sec-header h3 {
    margin-right: 19px;
  }
  section .sec-header span {
    font-size: 15px;
  }
  section .sec-cnt--detail {
    display: block;
  }
  section .sec-cnt--detail div {
    width: 100%;
    max-width: 100%;
    margin-top: 50px !important;
  }
  section .sec-cnt--detail div p:nth-of-type(2) {
    min-height: initial;
  }
  section .sec-cnt--maintenance {
    display: block;
  }
  section .sec-cnt--maintenance div {
    width: 100%;
    margin-top: 2rem;
  }
  section .sec-cnt--maintenance div:first-of-type {
    margin-top: 0;
  }
  section .sec-cnt--material > div > div:nth-of-type(1) {
    display: flex;
    flex-direction: column-reverse;
  }
  section .sec-cnt--material > div > div:nth-of-type(1) > div {
    max-width: 100%;
    width: 100%;
    margin: auto;
  }
  section .sec-cnt--material > div > div:nth-of-type(1) > div:nth-of-type(1) p:nth-of-type(1) {
    font-size: 20px;
  }
  section .sec-cnt--material > div > div:nth-of-type(1) > div:nth-of-type(1) p:nth-of-type(2) {
    font-size: 15px;
  }
  section .sec-cnt--material > div > div:nth-of-type(1) > div:nth-of-type(2) {
    max-width: 300px;
    margin-bottom: 24px;
  }
  section .sec-cnt--material > div + div {
    margin-top: 140px;
  }
  section .sec-cnt--size {
    flex-direction: column-reverse;
  }
  section .sec-cnt--size > div {
    width: 100% !important;
  }
  section .sec-cnt--size > div:nth-of-type(1) > p:first-of-type {
    margin-top: 30px;
  }
  section .sec-cnt--credit p {
    font-size: 14px;
  }
  section .sec-cnt--attention ul li {
    font-size: 14px;
    padding-left: 14px;
    margin-top: 0;
  }
  section .sec-cnt--items p:nth-of-type(1) {
    word-break: auto-phrase;
  }
  section.credit, section.attention {
    width: 100%;
    padding: 28px 16px 0;
  }
  section.credit::before, section.attention::before {
    width: calc(100% - 32px);
  }
  section.credit {
    padding-bottom: 60px;
  }
  .free {
    margin-top: 0;
  }
}

@media (max-width: 384px) {
  section .sec-header h3 {
    font-size: 8vw;
    margin-right: 4vw;
  }
  section .sec-header span {
    font-size: 3.8vw;
  }
}

/* display
------------------------------------------ */
@media (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
  .u-pc-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
  .u-pc-only {
    display: none;
  }
  br:not(.u-pc-only):not(.u-sp-only).keep {
    display: block;
  }
  br:not(.u-pc-only):not(.u-sp-only):not(.keep) {
    display: none;
  }
}

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