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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-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 {
  line-height: 1.5;
}

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

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

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%;
  scroll-behavior: smooth;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@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.5;
  font-family: "A1 Gothic L";
  font-weight: 300;
  color: #000;
}

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

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 {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
}

/* 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);
  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;
  }
}
/* display
------------------------------------------ */
@media (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}

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

html {
  overflow-x: clip;
}

body {
  overflow-x: clip;
}

template {
  display: none;
}

/* header
------------------------------------------ */
.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}
@media (min-width: 768px) {
  .header {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.25rem 1.875rem 0;
  height: 2.5rem;
}
@media (min-width: 768px) {
  .header__inner {
    height: 3.125rem;
  }
}

.header__logo {
  max-width: 6.25rem;
}
.header__logo a {
  pointer-events: all;
}
@media (hover: hover) and (pointer: fine) {
  .header__logo a:hover, .header__logo a:focus-visible {
    opacity: 0.75;
  }
}
.header__logo a:active {
  opacity: 0.75;
}

.header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  background: none;
  border: none;
  pointer-events: all;
  width: 18px;
  height: 14px;
}
.header__button span {
  display: block;
  width: 100%;
  height: 2px;
  background: #005a64;
}

/* nav
------------------------------------------ */
.nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  color: #fffae1;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.nav.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1px;
}

.nav__closeButton {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 30px;
  height: 30px;
  background: rgba(0, 90, 100, 0.85);
  border: none;
}
.nav__closeButton span {
  display: block;
  width: 16px;
  height: 1px;
  background: #fffae1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav__closeButton span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.nav__body {
  display: grid;
  gap: 1px;
}

.navList {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
}
.navList .navList--sub {
  margin-top: 1px;
}

.navList__item {
  min-height: 30px;
  list-style-type: none;
}
.navList__item.space {
  background: rgba(0, 90, 100, 0.9);
}
.navList__item a,
.navList__item button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  height: 30px;
  padding: 0 20px;
  font-size: 0.75rem;
  text-decoration: none;
  width: 100%;
  background: rgba(0, 90, 100, 0.9);
  color: #fffae1;
  border: none;
}
@media (hover: hover) and (pointer: fine) {
  .navList__item a:hover, .navList__item a:focus-visible,
  .navList__item button:hover,
  .navList__item button:focus-visible {
    opacity: 0.6;
  }
}
.navList__item a:active,
.navList__item button:active {
  opacity: 0.6;
}
.navList__item a span,
.navList__item button span {
  font-size: 0.875rem;
}
.navList__item .icon {
  width: 16px;
}

.navList__itemTrigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navList__itemTrigger .icon {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.navList__itemTrigger[aria-expanded=true] .icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.submenu-wrap {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.2s ease-out;
  transition: grid-template-rows 0.2s ease-out;
  transition: grid-template-rows 0.2s ease-out, -ms-grid-rows 0.2s ease-out;
}
.submenu-wrap[aria-hidden=false] {
  grid-template-rows: 1fr;
}

.submenu-inner {
  overflow: hidden;
}

/* container
------------------------------------------ */
.container {
  width: calc(100% - 4.375rem);
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .container {
    width: 90%;
  }
}

.yozoraSection__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.125rem;
  background: #005a64;
}
.yozoraSection__headline img {
  width: auto;
  height: 1.25rem;
}
@media (min-width: 768px) {
  .yozoraSection__headline img {
    height: 1.5rem;
  }
}

/* allProductsType
------------------------------------------ */
.allProductsType {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-top: 1.5625rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .allProductsType {
    margin-top: 2.5rem;
  }
}
.allProductsType input {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}
.allProductsType input:checked + .allProductsType__label .icon::after {
  opacity: 1;
}

.allProductsType__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  height: 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
  letter-spacing: 0.075em;
  border: 1px solid #000;
}
.allProductsType__label:first-of-type {
  border-right: none;
}
.allProductsType__label .icon {
  position: relative;
  width: 1.25rem;
  aspect-ratio: 1;
  border: 1px solid #000;
}
.allProductsType__label .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.1875rem;
  display: block;
  width: 1.5625rem;
  aspect-ratio: 25/20;
  background: center/contain no-repeat url("../images/icon_check.svg");
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

/* footer
------------------------------------------ */
.allProductsNav {
  max-width: 400px;
  margin-top: 1.25rem;
  margin-inline: auto;
}

.allProductsNav__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0;
  width: 100%;
  height: 2rem;
  font-size: 0.875rem;
  font-family: "A1 Gothic M";
  color: #ff4600;
  background: none;
  border: 1px solid #ff4600;
}
.allProductsNav__trigger::after {
  content: "";
  display: block;
  width: 0.8125rem;
  aspect-ratio: 13/7;
  background: center/contain no-repeat url("../images/arrow_top.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.allProductsNav__trigger[aria-expanded=true]::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.allProductsNav__body {
  display: grid;
  grid-template-rows: 1fr;
  -webkit-transition: grid-template-rows 0.4s ease-out;
  transition: grid-template-rows 0.4s ease-out;
  transition: grid-template-rows 0.4s ease-out, -ms-grid-rows 0.4s ease-out;
}
.allProductsNav__body[aria-hidden=true] {
  grid-template-rows: 0fr;
}

.allProductsNav__inner {
  overflow: hidden;
}

.allProductsNav__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.allProductsNav__button {
  position: relative;
  padding: 0;
  background: none;
  border: none;
}
.allProductsNav__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  width: 1.5625rem;
  aspect-ratio: 25/20;
  background: center/contain no-repeat url("../images/icon_check.svg");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.active .allProductsNav__button::after {
  opacity: 1;
}
.allProductsNav__button img {
  width: auto;
  height: 2.25rem;
}

/* footer
------------------------------------------ */
.allProducts__body {
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .allProducts__body {
    margin-top: 2.5rem;
  }
}

.allProductsItems {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5625rem 2.1875rem;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .allProductsItems {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.875rem 3.125rem;
  }
}

.allProductsItem__link {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  color: #000;
  text-decoration: none;
}

.allProductsItem__title {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  text-align: center;
  line-break: strict;
}

.allProductsItem__price {
  margin-top: 0.3125rem;
  font-size: 0.8125rem;
  text-align: center;
}

.allProductsItem__img {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  aspect-ratio: 1;
}

.allProductsItem__thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.allProductsItem__badge {
  position: absolute;
  width: auto;
  top: 5px;
  right: 5px;
  height: 1.25rem;
}
.allProductsItem__badge.new {
  height: 2.1875rem;
}
.allProductsItem__badge.soldout {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

/* footer
------------------------------------------ */
.footer {
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .footer {
    margin-top: 2.5rem;
  }
}

.footer-container {
  padding: 1.875rem 0;
  background: #fff;
}
@media (min-width: 768px) {
  .footer-container {
    padding: 3.125rem 0;
  }
}

.footerSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.375rem;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .footerSns {
    gap: 1.875rem;
  }
}
.footerSns li {
  list-style: none;
  width: 1.875rem;
}
@media (min-width: 768px) {
  .footerSns li {
    width: 2.5rem;
  }
}
.footerSns a {
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .footerSns a:hover, .footerSns a:focus-visible {
    opacity: 0.6;
  }
}
.footerSns a:active {
  opacity: 0.6;
}

.footerButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.375rem;
  margin-top: 1.875rem;
  padding: 0;
}
@media (min-width: 768px) {
  .footerButtons {
    gap: 1.875rem;
    margin-top: 2.5rem;
  }
}
.footerButtons li {
  list-style: none;
}

.footerButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.625rem;
  height: 1.875rem;
  font-size: 0.625rem;
  text-decoration: none;
  color: #005a64;
  border: 1px solid #005a64;
  border-radius: 100vmax;
  -webkit-transition-property: color, background;
  transition-property: color, background;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media (min-width: 768px) {
  .footerButton {
    width: 7.5rem;
    height: 2.5rem;
    font-size: 0.8125rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footerButton:hover, .footerButton:focus-visible {
    color: #fff;
    background: #005a64;
  }
}
.footerButton:active {
  color: #fff;
  background: #005a64;
}

.footerNav {
  margin-top: 2.1875rem;
}

.footerNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .footerNavList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}
.footerNavList li {
  list-style: none;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .footerNavList li {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .footerNavList li:not(:last-child)::after {
    content: "／";
  }
}
.footerNavList a {
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .footerNavList a:hover, .footerNavList a:focus-visible {
    opacity: 0.6;
  }
}
.footerNavList a:active {
  opacity: 0.6;
}

.footerCopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .footerCopy {
    margin-top: 2.1875rem;
  }
}
.footerCopy img {
  width: 4.25rem;
}
@media (min-width: 768px) {
  .footerCopy img {
    width: 5.625rem;
  }
}/*# sourceMappingURL=style.css.map */